.w-layout-grid {
	display: flex;
	flex-wrap: wrap;
	margin-top: 18px;
	gap: 20px;
}

.w-embed-youtubevideo {
	width: 100%;
	position: relative;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg");
	background-size: cover;
	background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
	min-height: 75px;
	padding-bottom: 56.25%;
}

body {
	font-family: Eudoxussans;
	color: #1b222b;
	font-size: 18px;
	line-height: 28px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 56px;
	line-height: 64px;
	font-weight: 700;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}

h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
}

h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

p {
	margin-bottom: 10px;
}

a {
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #1b222b;
	text-decoration: none;
}

ul {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 40px;
}

ol {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 40px;
}

li {
	margin-top: 15px;
}

blockquote {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 40px;
	border: 1px none #000;
	background-color: #bde5fe;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}

figure {
	margin-top: 50px;
	margin-bottom: 50px;
}

figcaption {
	margin-top: 5px;
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	text-align: center;
}

.display-heading {
	font-size: 72px;
	line-height: 82px;
	letter-spacing: -1.5px;
}

.display-heading.home-1-cta {
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin-bottom: 24px;
}

.display-heading.home-1-hero {
	margin-bottom: 24px;
}

.display-heading.about-3-hero {
	max-width: 900px;
	margin-bottom: 24px;
}

.alert-bar {
	height: 40px;
	position: sticky;
	top: 88px;
	z-index: 999;
	padding: 5px 20px;
	animation-name: backgroundColorPalette;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}

.alert-bar-heading {
	color: #ffffff;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.slider-text-1 {
	line-height: 30px;
	animation: slidetext 5s linear infinite;
}

.slider-text-2,
.slider-text-3,
.slider-text-4 {
	line-height: 30px;
}

@keyframes slidetext {
	0% {
		margin-top: -80px;
	}
	5% {
		/* For stopping effect */
		margin-top: -60px;
	}
	33% {
		margin-top: -60px;
	}
	38% {
		/* For stopping effect */
		margin-top: -30px;
	}
	66% {
		margin-top: -30px;
	}
	71% {
		/* For stopping effect */
		margin-top: 0px;
	}
	100% {
		margin-top: 0px;
	}
}

.home-hero-section {
	overflow: hidden;
	background-color: #daf3f5;
}

.wrapper {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 85%;
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 120px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper.home-hero-wrapper {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
}

.wrapper.features-wrapper {
	padding-top: 160px;
	padding-bottom: 120px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
}

.wrapper.home-flex-wrapper {
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
}

.wrapper.home-flex-wrapper.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
}

.wrapper.achievement-wrapper {
	padding-top: 140px;
	padding-bottom: 140px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.wrapper.benefits-wrapper {
	padding-top: 160px;
	/* padding-bottom: 120px; */
	padding-bottom: 20px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
}

.wrapper.tab-section-wrapper {
	padding-top: 160px;
	padding-bottom: 120px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
}

.wrapper.faq-section-wrapper {
	padding-top: 160px;
	padding-bottom: 120px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
}

.wrapper.home-1-cta-wrapper {
	padding-top: 200px;
	padding-bottom: 200px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
	text-align: center;
}

.wrapper.home-2-hero-wrapper {
	max-width: 800px;
	padding-top: 120px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.wrapper.home-2-logos-wrapper {
	padding-top: 120px;
	padding-bottom: 80px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.wrapper.home-2-testimonial-wrapper {
	padding-top: 0px;
	padding-bottom: 0px;
}

.wrapper.home-2-video-wrapper {
	padding-top: 160px;
	padding-bottom: 100px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wrapper.faq-wrapper {
	padding-top: 100px;
	padding-bottom: 160px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.wrapper.home-3-hero-wrapper {
	width: 100%;
	max-width: 1440px;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.wrapper.home-3-flex-wrapper {
	padding-top: 160px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper.home-3-flex-wrapper.reverse {
	padding-top: 90px;
	padding-bottom: 160px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.wrapper.home-3-video-wrapper {
	max-width: 960px;
	padding-top: 120px;
	padding-bottom: 120px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wrapper.home-3-stats-wrapper {
	max-width: 1080px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper.home-3-testimonial-wrapper {
	max-width: 1080px;
	min-height: 420px;
	margin-top: 160px;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper.home-3-steps-wrapper {
	max-width: 800px;
	padding-top: 120px;
	padding-bottom: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wrapper.home-3-blog-wrapper {
	padding-top: 120px;
	padding-bottom: 160px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper.about-1-hero-wrapper {
	z-index: 0;
	max-width: 1160px;
	padding-top: 120px;
	padding-bottom: 285px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper.about-1-pointers-wrapper {
	padding-top: 500px;
	padding-bottom: 140px;
}

.wrapper.about-1-history-wrapper {
	overflow: hidden;
	padding-top: 72px;
	padding-left: 72px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #bde5fe;
}

.wrapper.about-1-flex-wrapper {
	padding-top: 160px;
}

.wrapper.about-1-principles-wrapper {
	padding-bottom: 160px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.wrapper.about-1-team-wrapper {
	padding-top: 140px;
	padding-bottom: 140px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.wrapper.about-1-hiring-wrapper {
	padding-top: 180px;
	padding-bottom: 140px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.wrapper.about-2-slider-wrapper {
	width: 95%;
	max-width: 1440px;
	margin-right: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.wrapper.about-2-flex-wrapper {
	padding-top: 160px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.wrapper.about-2-values-wrapper {
	padding-bottom: 160px;
}

.wrapper.about-3-hero-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.wrapper.about-3-values-wrapper {
	padding-bottom: 160px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.wrapper.about-3-location-wrapper {
	padding-top: 160px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
	text-align: center;
}

.wrapper.blog-1-hero-wrapper {
	padding-top: 100px;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.wrapper.blog-1-cta-wrapper {
	max-width: 800px;
	padding-top: 120px;
	padding-bottom: 120px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.wrapper.blog-1-main-wrapper {
	padding-top: 140px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper.contact-hero-wrapper {
	width: 100%;
	max-width: 1440px;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #e9f8fc;
}

.wrapper.blog-2-tab-wrapper {
	padding-bottom: 120px;
}

.wrapper.blog-3-main-wrapper {
	padding-bottom: 120px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper.vacancy-hero-wrapper {
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
}

.wrapper.vacancy-photos-wrapper {
	max-width: 1060px;
	padding-top: 120px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	-ms-grid-columns: 1.75fr 1fr;
	grid-template-columns: 1.75fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
	text-align: center;
}

.wrapper.vacancy-jobs-wrapper {
	max-width: 960px;
	padding-top: 160px;
	padding-bottom: 160px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wrapper.about-2-vacancy-wrapper {
	max-width: 960px;
	padding-top: 160px;
	padding-bottom: 160px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wrapper.about-2-team-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.wrapper.about-3-team-wrapper {
	width: 90%;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 140px;
	padding-bottom: 140px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper.team-single-wrapper {
	max-width: 960px;
	padding-bottom: 80px;
}

.wrapper.team-single-rich-text-wrapper {
	max-width: 960px;
	padding-top: 50px;
}

.wrapper.vacancy-single-rich-wrapper {
	padding-top: 60px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper.blog-post-hero-wrapper {
	max-width: 960px;
	padding-bottom: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper.blog-post-rich-wrapper {
	max-width: 760px;
	padding-top: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper.blog-post-outer {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #efefef;
}

.wrapper.blog-post-related-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wrapper.blog-2-hero-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wrapper.team-hero-wrapper {
	max-width: 960px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper.styleguide {
	display: block;
}

.wrapper.changelog {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapper.license {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper.instructions {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wrapper.navigation-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.home-hero-content {
	max-width: 460px;
	margin-bottom: 20px;
}

.home-hero-text {
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 32px;
}

.button {
	display: inline-block;
	padding: 28px 64px 28px 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 88px;
	background-color: #45c2ce;
	background-image: url("../images/arrow-right.png");
	background-position: 85% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	-webkit-transition: background-color 200ms ease,
		background-position 200ms ease;
	transition: background-color 200ms ease, background-position 200ms ease;
	color: #004450;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.button:hover {
	background-color: #3aa2ac;
	background-position: 88% 50%;
}

.button.small {
	padding: 16px 56px 16px 32px;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.button.small.white {
	background-color: #fff;
	background-image: url("../images/Group-384.svg");
	color: #1b222b;
}

.button.small.white:hover {
	background-color: rgba(255, 255, 255, 0.7);
}

.button.small.faded {
	background-color: #e6ecee;
	background-image: url("../images/arrow-right.png");
	color: #004450;
}

.button.small.faded:hover {
	background-color: #d9dee0;
}

.button.small.previous {
	padding-right: 32px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-image: none;
	background-size: auto;
	background-repeat: repeat;
	text-align: center;
}

.button.small.next {
	padding-right: 32px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-image: none;
	background-size: auto;
	background-repeat: repeat;
	text-align: center;
}

.button.cta-button {
	position: relative;
	z-index: 1;
}

.button.blog-1-subscribe-button {
	background-position: 180px 50%;
}

.image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.image.slide-from-left {
	animation: moveIn 0.2s ease-out forwards;
	position: absolute;
}

.image.contain {
	position: static;
	display: block;
	-webkit-transition: opacity 200ms ease, opacity 200ms ease;
	transition: opacity 200ms ease, opacity 200ms ease;
	text-align: left;
	-o-object-fit: contain;
	object-fit: contain;
}

.hero-image {
	position: absolute;
	left: auto;
	top: 0%;
	right: -13%;
	bottom: 0%;
	overflow: hidden;
	width: 45%;
	max-width: 600px;
}

.hero-image-decoration {
	position: absolute;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: auto;
	display: none;
	overflow: visible;
}

.hero-decoration-1 {
	position: absolute;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: auto;
	display: none;
}

.hero-decoration-2 {
	position: absolute;
	left: 0%;
	top: auto;
	right: auto;
	bottom: 0%;
	display: none;
}

.features-heading {
	max-width: 800px;
	margin-bottom: 80px;
	text-align: center;
}

.features-heading.with-subtitle {
	margin-bottom: 24px !important;
}

.features-container {
	display: -ms-grid;
	display: grid;
	width: 100%;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.features-container.column-3 {
	grid-column-gap: 20px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

.features-card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 32px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #ffffff;
}

.features-card.new-card {
	padding: 72px 42px;
	min-height: 232px;
}

.features-card.new-card-2 {
	padding: 24px 42px;
	min-height: 260px;
}

.features-card._blue {
	background-color: #b0e4f5;
}

.features-card._red {
	background-color: #fceff0;
}

.features-card._green {
	background-color: #daf3eb;
}

.features-card-icon {
	width: 72px;
	height: 72px;
	margin-bottom: 24px;
}

.features-card-heading {
	margin-bottom: 16px;
}

.text-block {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	text-align: left;
}

.text-block._16-px {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}

.text-block._16-px.bold {
	font-weight: 700;
}

.text-block._16-px.home-2-testimonial {
	line-height: 24px;
}

.text-block._16-px.blog-1-author-designation {
	color: rgba(27, 34, 43, 0.5);
}

.text-block._16-px.contact-hero-left-text {
	margin-bottom: 32px;
	color: #004450;
	text-align: left;
}

.text-block._16-px.blog-3-main-summary {
	margin-bottom: 24px;
}

.text-block._16-px.service-text {
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 32px;
	text-align: left;
	letter-spacing: 0.5px;
}

.text-block._56-px {
	font-size: 56px;
	line-height: 64px;
	font-weight: 700;
}

.text-block._32-px {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
}

.text-block._48-px {
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
}

.text-block._24-px {
	font-size: 24px;
	line-height: 32px;
}

.text-block._24-px.hiring-text {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.text-block._16-px {
	color: #004450;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.features-card-text {
	margin-bottom: 24px;
}

.features-1-decoration-image {
	position: absolute;
	left: auto;
	top: auto;
	right: 0%;
	bottom: 0%;
	display: none;
	overflow: visible;
}

.features-2-decoration-image {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	display: none;
}

.features-3-decoration-image {
	position: absolute;
	left: auto;
	top: auto;
	right: 0%;
	bottom: 0%;
	display: none;
}

.home-flex-section {
	background-color: #daf3f5;
}

.home-flex-image {
	position: relative;
	overflow: hidden;
	width: 45%;
	height: 600px;
	max-width: 460px;
}

.flex-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	max-width: 560px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.subheading-div {
	margin-bottom: 12px;
	padding: 8px 24px;
	border-radius: 20px;
	background-color: #fff;
	font-size: 16px;
}

.subheading-div.green {
	background-color: #fcf890;
}

.subheading-div.cream {
	background-color: #daf3f5;
	color: #8e612a;
}

.subheading-div.white {
	background-color: #fff;
	color: #2d688d;
}

.subheading-div.white.green-text {
	color: #2b634b;
}

.subheading-div.white._16-px-bottom-margin {
	margin-right: 5%;
	margin-bottom: 16px;
	color: #2b634b;
}

.subheading-div.green {
	background-color: #dfede7;
	color: #2b634b;
}

.subheading-div.blue {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-color: #bde5fe;
	color: #2d688d;
}

.subheading-div.purple {
	background-color: #d6c6f4;
	color: #8261bf;
}

.flex-heading {
	margin-bottom: 24px;
}

.flex-heading.mb {
	margin-bottom: 30px !important;
}

.flex-heading.mb-2 {
	margin-bottom: 10px !important;
}

.flex-heading.reverse {
	margin-bottom: 40px;
}

.flex-line {
	width: 100%;
	height: 2px;
	margin-top: 32px;
	margin-bottom: 32px;
	border-style: dashed;
	border-width: 1px;
	border-color: #8aa9af;
}

.flex-pointers-container {
	display: -ms-grid;
	display: grid;
	width: 100%;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}

.flex-pointer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-weight: 500;
}

.flex-checkmark {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 18px;
	height: 18px;
	margin-top: 6px;
	margin-right: 8px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.flex-image-decoration-1 {
	position: absolute;
	left: 0%;
	top: auto;
	right: auto;
	bottom: 0%;
	display: none;
}

.flex-image-decoration-2 {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	display: none;
}

.flex-click-pointers-container {
	width: 100%;
	max-width: 450px;
}

.flex-click-pointer-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-interaction-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-interaction-checkmark {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 32px;
	height: 32px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-interaction-line {
	width: 1px;
	height: 80px;
	margin-top: 8px;
	border: 1px dashed #000;
}

.flex-interaction-line._1 {
	border-color: #004450;
}

.flex-click-pointer-heading {
	margin-bottom: 8px;
	cursor: pointer;
}

.flex-click-pointer-text {
	overflow: hidden;
}

.background-image-wrapper {
	position: relative;
	height: 100%;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.background-image-wrapper.blog-3-slider {
	padding-top: 140px;
	padding-bottom: 140px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #dfede7;
}

.flex-reverse-image-decoration-1 {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	display: none;
}

.flex-reverse-image-decoration-2 {
	position: absolute;
	left: 0%;
	top: auto;
	right: auto;
	bottom: 0%;
	display: none;
}

.achievements-section {
	background-color: #dfede7;
}

.achievement-heading {
	max-width: 800px;
	margin-bottom: 80px;
}

.achievements-card-container {
	display: -ms-grid;
	display: grid;
	width: 100%;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	grid-auto-columns: 1fr;
	grid-column-gap: 120px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.achievements-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.achievement-card-icon {
	height: 70px;
	margin-bottom: 40px;
}

.achievement-card-item-heading {
	margin-bottom: 16px;
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
}

.achievement-decoration-image {
	position: absolute;
	left: 0%;
	top: auto;
	right: auto;
	bottom: 0%;
}

.benefits-pointer-item {
	position: relative;
	max-width: 300px;
	padding-top: 24px;
	padding-bottom: 56px;
}

.benefits-pointer-heading-and-number {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 16px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.benefits-pointer-number {
	margin-right: 16px;
	color: #45c2ce;
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
}

.benefits-pointer-line {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
	height: 2px;
	/* background-color: #daf3f5; */
	background-color: #ffffff;
}

.benefits-pointer-line._2 {
	background-color: #daf3f5;
}

.benefits-pointer-line._3 {
	background-color: #8fddf2;
}

.benefits-pointers-right {
	margin-top: 120px;
}

.benefits-image {
	position: relative;
	left: 0%;
	width: 50%;
	height: 560px;
	max-width: 400px;
	margin-top: 60px;
	margin-right: 5%;
	margin-left: 5%;
}

.benefits-decoration-image-1 {
	position: absolute;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: auto;
	display: none;
}

.benefits-decoration-image-2 {
	position: absolute;
	left: auto;
	top: auto;
	right: 0%;
	bottom: 0%;
	display: none;
}

.tab-section {
	background-color: #ffffff;
}

.tab-section-heading {
	max-width: 800px;
	margin-bottom: 80px;
	text-align: center;
}

.home-1-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.home-1-tabs-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5%;
	width: 28%;
	/* max-width: 320px;
	margin-right: auto; */
	margin-right: 32px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.home-1-tabs-content {
	width: 70%;
	max-width: 940px;
	min-height: 500px;
}

.home-1-tab-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 18%;
	padding: 28px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: center;
	background-color: #e6ecee;
	color: #004450;
	transition: all 200ms ease-in-out;
}

.home-1-tab-link .tab-arrow {
	position: absolute;
	top: calc(50% - 10px);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	transition: left 0.3s ease;
}

.home-1-tab-link:hover {
	background-color: #d9dee0;
}

.home-1-tab-link.w--current {
	background-color: #004450;
	color: #fff;
}

.home-1-tab-link.w--current .tab-arrow {
	border-left: 10px solid #004450;
	animation: moveIn2 0.1s ease-out forwards;
}

.home-1-tab-link.w--current:hover {
	background-color: #00363f;
}

.home-1-tab-link.w--current:hover .tab-arrow {
	border-left: 10px solid #00363f;
}

.home-1-tab-link.start {
	margin-bottom: 10px;
}

.home-1-tab-link.middle {
	margin-top: 10px;
	margin-bottom: 10px;
}

.home-1-tab-link.end {
	margin-top: 10px;
}

.home-1-tab-pane {
	height: 100%;
}

.home-1-tab-link-heading {
	margin-top: 0px;
}

.home-1-tab-link-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 24px;
	height: 24px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 16px;
}

.home-1-tab-link-icon.white {
	display: none;
}

.home-1-background-image {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	display: none;
}

.home-1-tab-pane-inside-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #daf3f5;
}

.home-1-tab-image {
	position: relative;
	width: 40%;
	height: auto;
	max-width: 380px;
}

.home-1-tab-content-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 60%;
	max-width: 490px;
	padding: 24px 36px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-1-tab-content-div .text-block {
	font-size: 18px;
}

.home-1-tab-pane-heading {
	margin-bottom: 24px;
}

.home-1-tab-image-decoration-1 {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	display: none;
}

.home-1-tab-image-decoration-2 {
	position: absolute;
	left: 0%;
	top: auto;
	right: auto;
	bottom: 0%;
	display: none;
}

.faq-section {
	font-size: 16px;
}

.faq-heading {
	margin-bottom: 24px;
	text-align: center;
}

.faq-text {
	max-width: 560px;
	margin-bottom: 80px;
	text-align: center;
}

.faqs-container {
	display: -ms-grid;
	display: grid;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.faq-left {
	padding: 40px;
	background-color: #c5ecf0;
	height: 100%;
}

.faq-item {
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #004450;
}

.faq-question-and-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: pointer;
}

.faq-icon {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 16px;
	height: 16px;
	margin-top: 6px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.faq-icon-line {
	width: 2.3px;
	height: 100%;
	background-color: #1b222b;
}

.faq-icon-line.horizontal {
	position: absolute;
	border-radius: 8px;
	background-color: #004450;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq-icon-line.vertical {
	border-radius: 8px;
	background-color: #004450;
}

.faq-answer {
	overflow: hidden;
	max-width: 90%;
}

.faq-right {
	padding: 40px;
	background-color: #c5ecf0;
	height: 100%;
}

.home-1-cta-text {
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
	color: #45535f;
	font-size: 24px;
	line-height: 32px;
}

.home-1-cta-circle {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-1-cta-circle._1 {
	left: 3%;
	top: 11%;
	right: auto;
	bottom: auto;
	width: 70px;
	height: 70px;
}

.home-1-cta-circle._2 {
	left: -1%;
	top: 40%;
	right: auto;
	bottom: auto;
	width: 85px;
	height: 85px;
}

.home-1-cta-circle._3 {
	left: 8%;
	top: auto;
	right: auto;
	bottom: 18%;
	width: 100px;
	height: 100px;
}

.home-1-cta-circle._4 {
	left: auto;
	top: 14%;
	right: -2%;
	bottom: auto;
	width: 120px;
	height: 120px;
}

.home-1-cta-circle._5 {
	left: auto;
	top: auto;
	right: 6%;
	bottom: 15%;
	width: 140px;
	height: 140px;
}

.avatar-circle {
	border-radius: 50%;
	overflow: hidden;
}

.image.rounded-image {
	border-radius: 100px;
}

.home-2-hero-section {
	position: relative;
	z-index: 20;
	background-color: #dfede7;
}

.home-2-hero-heading {
	margin-bottom: 20px;
}

.home-2-hero-text {
	max-width: 550px;
	margin-bottom: 40px;
}

.home-2-form-block {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	max-width: 560px;
	margin-right: auto;
	margin-bottom: -40px;
	margin-left: auto;
	border-radius: 80px;
	font-size: 18px;
}

.home-2-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 80px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 88px;
	background-color: #fff;
}

.home-2-form-text-field {
	height: 80px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 68px;
	border: 1px none #000;
	background-image: url("../images/Group-399.svg");
	background-position: 6% 55%;
	background-size: auto;
	background-repeat: no-repeat;
	font-size: 18px;
}

.home-2-form-text-field::-webkit-input-placeholder {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

.home-2-form-text-field:-ms-input-placeholder {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

.home-2-form-text-field::-ms-input-placeholder {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

.home-2-form-text-field::placeholder {
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

.home-2-hero-image-section {
	position: relative;
	overflow: hidden;
	height: 600px;
}

.home-2-image-decoration-1 {
	position: absolute;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: auto;
}

.home-2-image-decoration-2 {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
}

.home-2-image-decoration-3 {
	position: absolute;
	left: auto;
	top: auto;
	right: 0%;
	bottom: 0%;
}

.home-2-logos-heading {
	margin-bottom: 40px;
}

.home-2-logos-container {
	display: -ms-grid;
	display: grid;
	width: 100%;
	grid-auto-columns: 1fr;
	grid-column-gap: 90px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.home-2-logos-line {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	height: 1px;
	background-color: #e5e5e5;
}

.home-2-flex-pointers {
	width: 100%;
	max-width: 490px;
}

.home-2-heading {
	margin-bottom: 40px;
}

.home-2-flex-pointer-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-2-flex-pointer-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 28px;
	height: 28px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-2-pointer-icon-circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 64px;
	height: 64px;
	margin-right: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	background-color: #ffedd7;
}

.home-2-pointer-icon-circle.green {
	background-color: #dfede7;
}

.home-2-pointer-icon-circle.blue {
	background-color: #bde5fe;
}

.home-2-flex-pointer-heading-and-text {
	margin-bottom: 8px;
}

.home-2-flex-pointer-heading {
	margin-bottom: 8px;
}

.home-2-flex-testimonial-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-testimonial-image {
	margin-right: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
}

.home-2-flex-testimonial-person {
	margin-top: 16px;
}

.home-2-steps-section {
	position: relative;
	z-index: 20;
	background-color: #1b222b;
}

.wrapper.home-2-flex-wrapper {
	padding-top: 140px;
	padding-bottom: 140px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.white {
	color: #fff;
}

.white.home-2-steps-text {
	max-width: 600px;
	text-align: center;
}

.white.home-2-steps-heading {
	margin-bottom: 20px;
	text-align: center;
}

.white.about-3-team-heading {
	max-width: 520px;
	margin-bottom: 60px;
}

.white.footer-text {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.white.footer-column-heading {
	margin-bottom: 24px;
}

.white.footer-link {
	margin-bottom: 16px;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	cursor: pointer;
}

.white.footer-down-text {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	padding-top: 16px;
}

.white.footer-down-text.mr {
	margin-right: 24px;
}

.footer-down {
	border-top: 1px solid #fff;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.footer-down-left {
	display: flex;
}

.footer-arrow {
	height: 24px;
	margin-left: 8px;
}

.home-2-steps-div {
	display: -ms-grid;
	display: grid;
	width: 100%;
	margin-top: 80px;
	grid-auto-columns: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.home-2-steps-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 40px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-2-steps-number-circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 80px;
	height: 80px;
	margin-right: 24px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	background-color: #ffedd7;
}

.home-2-steps-number-circle._2 {
	background-color: #bde5fe;
}

.home-2-steps-number-circle._3 {
	background-color: #dfede7;
}

.home-2-steps-number {
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
}

.home-2-steps-item-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-2-steps-item-heading {
	margin-bottom: 16px;
	color: #fff;
}

.home-2-testimonial-section {
	background-color: #ffedd7;
}

.home-2-testimonial-decoration-1 {
	position: absolute;
	left: 0%;
	top: auto;
	right: auto;
	bottom: 0%;
}

.home-2-testimonial-decoration-2 {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
}

.home-2-testimonial-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 35%;
	max-width: 360px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-2-testimonial-quote {
	width: 90px;
	margin-bottom: 25px;
}

.home-2-testimonial-heading {
	margin-bottom: 16px;
}

.home-2-testimonial-text {
	margin-bottom: 32px;
}

.home-2-testimonial-cards-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 63%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}

.home-2-testimonial-card-item {
	padding: 33px 50px 33px 24px;
	background-color: #fff;
}

.home-2-testimonial-card-item.down {
	margin-top: 30px;
}

.home-2-testimonial-card-stars {
	margin-bottom: 25px;
}

.home-2-testimonial-person {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 24px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-2-testimonial-person-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 48px;
	height: 48px;
	margin-right: 12px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 60px;
}

.home-2-testimonial-span {
	font-weight: 700;
}

.home-2-testimonial-cards-left {
	width: 48%;
	margin-top: -30px;
}

.home-2-testimonial-card-right {
	width: 48%;
	margin-bottom: -30px;
	padding-top: 80px;
}

.home-2-video-section {
	position: relative;
	z-index: 20;
}

.home-2-video-subheading-and-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-2-video-heading {
	max-width: 750px;
}

.home-2-video {
	position: relative;
	width: 100%;
	height: 600px;
}

.video-play-button {
	position: absolute;
	left: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 108px;
	height: 108px;
	margin-top: 250px;
	margin-left: -54px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
}

.video-play-button.about-2-play-button {
	left: 50%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	margin-top: 161px;
}

.video-play-button-inside {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 97.5px;
	height: 97.5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #2d688d;
}

.play-button-icon {
	margin-left: 5px;
}

.home-video-text {
	max-width: 600px;
	margin: 40px auto;
}

.home-2-video-section-line {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	background-color: #efefef;
}

.faq-heading-and-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 70px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.h2-56-px {
	font-size: 56px;
	line-height: 64px;
}

.h2-56-px.blog-1-cta-heading {
	margin-bottom: 40px;
}

.home-2-faq-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 55px 60px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #efefef;
	background-color: rgba(223, 237, 231, 0.4);
}

.home-2-faq-item-number {
	color: rgba(27, 34, 43, 0.5);
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
}

.home-2-faq-content {
	width: 90%;
}

.home-2-question-and-close {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: pointer;
}

.home-2-faq-close {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 48px;
	height: 48px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
}

.home-2-faq-icon-line {
	position: absolute;
	width: 2px;
	height: 14px;
	background-color: #1b222b;
}

.home-2-faq-icon-line.vertical {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.home-2-faq-answer {
	overflow: hidden;
	max-width: 800px;
}

.home-3-hero-section {
	background-color: #bde5fe;
}

.home-3-hero-image {
	position: relative;
	overflow: hidden;
	width: 40%;
	height: 800px;
	max-width: 600px;
}

.home-3-hero-content-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.home-3-hero-heading {
	margin-bottom: 14px;
}

.home-3-inside-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-3-text {
	margin-bottom: 40px;
}

.home-3-hero-pointers {
	display: -ms-grid;
	display: grid;
	width: 100%;
	margin-top: 80px;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.home-3-hero-pointer-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-3-hero-pointer-icon {
	width: 26px;
	margin-bottom: 18px;
}

.home-3-hero-pointer-heading {
	margin-bottom: 8px;
}

.home-3-flex-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 45%;
	max-width: 460px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-3-flex-content.wider {
	width: 50%;
	max-width: 570px;
}

.home-3-flex-heading {
	margin-bottom: 24px;
}

.home-3-flex-text {
	margin-bottom: 40px;
}

.home-3-flex-links-container {
	width: 50%;
	max-width: 560px;
}

.home-3-flex-link-item {
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; */
}

.home-3-flex-link-item.green {
	position: relative;
	background-color: #dfede7;
}

.home-3-flex-link-item.yellow {
	background-color: #ffedd7;
}

.home-3-flex-link-item.blue {
	position: relative;
	background-color: #bde5fe;
}

.home-3-flex-link-item.purple {
	background-color: #d6c6f4;
}

.home-3-link-icon-and-heading {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 290px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-3-link-icon-circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 64px;
	height: 64px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	background-color: #fff;
}

.home-3-link-heading {
	margin-left: 24px;
}

.link-with-arrow {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1b222b;
	font-size: 16px;
	font-weight: 700;
}

.link-with-arrow-icon {
	margin-left: 8px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.home-3-flex-link-decoration-1 {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
}

.home-3-flex-link-decoration-2 {
	position: absolute;
	left: auto;
	top: auto;
	right: 31%;
	bottom: 0%;
}

.home-3-flex-image-decoration {
	position: absolute;
}

.home-3-flex-image-decoration._1 {
	left: 0%;
	top: auto;
	right: auto;
	bottom: 0%;
}

.home-3-flex-image-decoration._2 {
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
}

.home-3-tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-3-tabs-menu {
	overflow: hidden;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-radius: 24px;
	background-color: #efefef;
}

.home-3-tabs-link {
	border-radius: 24px;
	background-color: transparent;
	font-size: 16px;
}

.home-3-tabs-link.w--current {
	background-color: #1b222b;
	color: #fff;
}

.home-3-tabs-content {
	margin-top: 40px;
}

.home-3-tab-pane-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 14px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-3-tab-pane-checkmark {
	margin-top: 3px;
	margin-right: 8px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.home-3-video-section {
	background-color: #1b222b;
}

.home-3-video-heading {
	margin-bottom: 24px;
	color: #fff;
	text-align: center;
}

.home-3-video-checkmark {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-3-video-checkmarks-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 16px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.home-3-video-checkmark-icon {
	margin-right: 10px;
}

.home-3-video {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 600px;
	margin-top: 80px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home-3-video-laptop-bar-image {
	position: absolute;
	left: 0%;
	top: -30px;
	right: 0%;
	bottom: auto;
	height: 40px;
}

.home-3-stats-section {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.home-3-stats-heading-and-subheading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 45%;
	max-width: 470px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-3-stats-grid {
	display: -ms-grid;
	display: grid;
	width: 50%;
	max-width: 500px;
	grid-auto-columns: 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 60px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}

.home-3-stats-item {
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; */
}

.home-3-stats-line {
	width: 8px;
	height: 100%;
	margin-right: 24px;
}

.home-3-stats-line._1 {
	background-color: #dfede7;
}

.home-3-stats-line._2 {
	background-color: #bde5fe;
}

.home-3-stats-line._3 {
	background-color: #d6c6f4;
}

.home-3-stats-line._4 {
	background-color: #ffedd7;
}

.home-3-stats-number {
	margin-bottom: 12px;
}

.home-3-stats-section-line {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	height: 1px;
	background-color: #efefef;
}

.home-3-slider {
	z-index: 50;
	width: 100%;
	height: auto;
	background-color: #bde5fe;
}

.home-3-slider-mask {
	height: auto;
}

.home-3-slide {
	height: auto;
	padding: 80px;
}

.home-3-slider-left-arrow {
	left: 8%;
	top: 65%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 48px;
	height: 48px;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.home-3-slider-left-arrow:hover {
	background-color: #ffedd7;
}

.home-3-slide-nav {
	-webkit-transform: rotateX(75deg) rotateY(0deg) rotateZ(0deg);
	transform: rotateX(75deg) rotateY(0deg) rotateZ(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.home-3-slide-inside-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-3-slider-left {
	max-width: 150px;
}

.home-3-slider-name {
	margin-bottom: 8px;
}

.home-3-slider-right-arrow {
	left: 14%;
	top: 65%;
	right: auto;
	bottom: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 48px;
	height: 48px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.home-3-slider-right-arrow:hover {
	background-color: #ffedd7;
}

.testimonial-text {
	width: 70%;
	max-width: 600px;
}

.home-3-slider-background-div {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 30px;
	z-index: 40;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffedd7;
}

.home-3-slider-background-div-2 {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 30;
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dfede7;
}

.home-3-steps-heading {
	margin-bottom: 60px;
	text-align: center;
}

.home-3-steps-pointers {
	width: 100%;
	padding-bottom: 20px;
}

.home-3-steps-pointer-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.home-3-steps-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 32px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.home-3-steps-right {
	padding-bottom: 60px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.home-3-steps-circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 80px;
	height: 80px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
}

.home-3-steps-circle._1 {
	background-color: #ffedd7;
}

.home-3-steps-circle._2 {
	background-color: #bde5fe;
}

.home-3-steps-circle._3 {
	background-color: #dfede7;
}

.home-3-steps-dotted-line {
	width: 1px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-style: dashed;
	border-width: 1px;
	border-color: #1b222b;
}

.home-3-steps-pointer-heading {
	margin-bottom: 16px;
}

.home-3-blog-resources-and-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-3-blog-icon-circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 56px;
	height: 56px;
	margin-right: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	background-color: #ffedd7;
}

.home-3-main-blog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 60px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-3-main-blog-image {
	width: 50%;
	height: 400px;
	max-width: 560px;
}

.home-3-main-blog-content {
	width: 47%;
	max-width: 540px;
}

.home-3-main-blog-heading {
	margin-bottom: 24px;
}

.home-3-main-blog-text {
	margin-bottom: 40px;
}

.home-3-blog-grid {
	display: -ms-grid;
	display: grid;
	width: 100%;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.home-3-blog-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.home-3-blog-tag {
	margin-bottom: 24px;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
}

.home-3-blog-item-heading {
	margin-bottom: 12px;
}

.home-3-main-collection-list-wrapper {
	width: 100%;
}

.about-1-hero-section {
	background-color: #dfede7;
}

.h1-48-px {
	font-size: 48px;
	line-height: 60px;
}

.about-1-hero-content-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 650px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-1-hero-image {
	border-style: solid;
	border-width: 4px;
	border-color: #fff;
}

.about-1-hero-image._1 {
	position: absolute;
	left: 0%;
	top: auto;
	right: auto;
	bottom: -50%;
	width: 20%;
	height: 400px;
}

.about-1-hero-image._2 {
	position: absolute;
	left: 25.5%;
	top: auto;
	right: auto;
	bottom: -50%;
	width: 40%;
	height: 500px;
}

.about-1-hero-image._3 {
	position: absolute;
	left: auto;
	top: auto;
	right: 0%;
	bottom: -11%;
	width: 30%;
	height: 615px;
}

.about-1-pointers-left {
	width: 50%;
	max-width: 570px;
}

.about-1-pointers-heading {
	margin-bottom: 30px;
}

.about-1-pointers-grid {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 15px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}

.about-1-pointers-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-1-pointers-icon {
	margin-top: 5px;
	margin-right: 8px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.about-1-pointers-text {
	width: 45%;
	max-width: 460px;
}

.about-1-history-slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	margin-top: 56px;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: transparent;
}

.about-1-history-slider-mask {
	overflow: visible;
	width: 31%;
	height: auto;
}

.about-1-history-slide {
	margin-right: 40px;
	padding: 0px;
	background-color: #fff;
}

.about-1-history-left-arrow {
	left: auto;
	top: -33%;
	right: 13%;
	bottom: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 48px;
	height: 48px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.about-1-history-left-arrow:hover {
	background-color: #ffedd7;
}

.about-1-history-nav {
	display: none;
}

.about-1-slide-icon {
	width: 40px;
	margin-bottom: 12px;
}

.about-1-history-item-heading {
	margin-bottom: 16px;
}

.about-1-history-right-arrow {
	left: auto;
	top: -33%;
	right: 7%;
	bottom: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 48px;
	height: 48px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.about-1-history-right-arrow:hover {
	background-color: #ffedd7;
}

.about-1-flex-decoration {
	position: absolute;
	left: 0%;
	top: auto;
	right: auto;
	bottom: 0%;
}

.about-2-flex-decoration {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
}

.about-1-flex-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	max-width: 570px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-1-flex-heading {
	margin-bottom: 24px;
}

.about-1-flex-line {
	width: 100%;
	height: 1px;
	margin-top: 32px;
	margin-bottom: 32px;
	border-top: 1px solid #efefef;
}

.about-1-flex-grid {
	display: -ms-grid;
	display: grid;
	width: 100%;
	grid-auto-columns: 1fr;
	grid-column-gap: 60px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.about-1-flex-grid-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.about-1-flex-grid-bar {
	width: 8px;
	height: 100%;
	margin-right: 24px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.about-1-flex-grid-bar._1 {
	background-color: #d6c6f4;
}

.about-1-flex-grid-bar._2 {
	background-color: #ffedd7;
}

.about-1-flex-grid-number {
	margin-bottom: 8px;
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
}

.about-1-principles-heading-and-button {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 60px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-1-principles-heading {
	max-width: 750px;
}

.about-1-heading-line {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	height: 1px;
	background-color: #efefef;
}

.about-1-principles-grid {
	display: -ms-grid;
	display: grid;
	padding-top: 60px;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.about-1-principles-grid-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-1-principles-number {
	color: rgba(27, 34, 43, 0.3);
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
}

.about-1-team-section {
	background-color: #ffedd7;
}

.about-1-hiring-section {
	overflow: hidden;
}

.about-1-hiring-heading {
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin-bottom: 24px;
	font-size: 72px;
	line-height: 82px;
	letter-spacing: -1.5px;
}

.hiring-float {
	position: absolute;
	margin-bottom: 12px;
	padding: 8px 24px;
	border-radius: 20px;
	font-size: 16px;
}

.hiring-float._1 {
	left: -3%;
	top: 11%;
	right: auto;
	bottom: auto;
	background-color: #dfede7;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	color: #2b634b;
}

.hiring-float._1.vacancy {
	left: -10%;
	top: 44%;
}

.hiring-float._2 {
	left: -4%;
	top: 40%;
	right: auto;
	bottom: auto;
	background-color: #ffedd7;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	color: #8e612a;
}

.hiring-float._2.vacancy {
	left: -12%;
	top: 8%;
	right: auto;
	bottom: auto;
}

.hiring-float._3 {
	left: 5%;
	top: auto;
	right: auto;
	bottom: 24%;
	background-color: #d6c6f4;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	color: #8261bf;
}

.hiring-float._3.vacancy {
	left: -10%;
	top: auto;
	right: auto;
	bottom: 12%;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.hiring-float._4 {
	left: auto;
	top: 19%;
	right: 0%;
	bottom: auto;
	background-color: #ffedd7;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	color: #8e612a;
}

.hiring-float._4.vacancy {
	left: auto;
	top: auto;
	right: -16%;
	bottom: 10%;
}

.hiring-float._5 {
	left: auto;
	top: 43%;
	right: -7%;
	bottom: auto;
	background-color: #bde5fe;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	color: #2d688d;
}

.hiring-float._5.vacancy {
	top: 33%;
}

.hiring-float._5 {
	left: auto;
	top: 43%;
	right: -7%;
	bottom: auto;
	background-color: #bde5fe;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	color: #2d688d;
}

.hiring-float._6 {
	left: auto;
	top: 69%;
	right: 3%;
	bottom: auto;
	background-color: #dfede7;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	color: #2b634b;
}

.hiring-float._1.vacancy-2 {
	left: auto;
	top: -2%;
	right: -14%;
	bottom: auto;
	display: none;
	background-color: #fdf9a6;
	color: #19190e;
}

.hiring-float._4 {
	left: auto;
	top: 19%;
	right: 0%;
	bottom: auto;
	background-color: #ffedd7;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	color: #8e612a;
}

.hiring-float._4.vacancy {
	left: auto;
	top: auto;
	right: -16%;
	bottom: 10%;
}

.hiring-float._4.vacancy {
	left: auto;
	top: auto;
	right: -16%;
	bottom: 10%;
	display: none;
	background-color: #ffe2ea;
	color: #1a1214;
}

.hiring-float._5 {
	left: auto;
	top: 43%;
	right: -7%;
	bottom: auto;
	background-color: #bde5fe;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	color: #2d688d;
}

.hiring-float._5.vacancy {
	top: 33%;
}

.hiring-float._5.vacancy {
	top: 33%;
	display: none;
	background-color: #d2f1fa;
}

.hiring-float._2 {
	left: -4%;
	top: 40%;
	right: auto;
	bottom: auto;
	background-color: #ffedd7;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	color: #8e612a;
}

.hiring-float._2.vacancy {
	left: -12%;
	top: 8%;
	right: auto;
	bottom: auto;
}

.hiring-float._2.vacancy {
	left: -12%;
	top: 8%;
	right: auto;
	bottom: auto;
	display: none;
	background-color: #ffe2ea;
	color: #1a1214;
}

.hiring-float._3 {
	left: 5%;
	top: auto;
	right: auto;
	bottom: 24%;
	background-color: #d6c6f4;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	color: #8261bf;
}

.hiring-float._3.vacancy {
	left: -10%;
	top: auto;
	right: auto;
	bottom: 12%;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.hiring-float._3.vacancy {
	left: -10%;
	top: auto;
	right: auto;
	bottom: 12%;
	display: none;
	background-color: #d2f1fa;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	color: #2d688d;
}

.hiring-float._1 {
	left: -3%;
	top: 11%;
	right: auto;
	bottom: auto;
	background-color: #dfede7;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	color: #2b634b;
}

.hiring-float._1.vacancy {
	left: -10%;
	top: 44%;
}

.hiring-float._1.vacancy {
	left: -10%;
	top: 44%;
	display: none;
	background-color: #fdf9a6;
	color: #19190e;
}

.about-2-hero-image {
	position: relative;
	overflow: hidden;
	width: 45%;
	height: 460px;
	max-width: 460px;
}

.about-2-hero-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	max-width: 570px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-2-hero-text {
	margin-top: 24px;
}

.about-2-slider-section {
	overflow: hidden;
	background-color: #dfede7;
}

.about-2-slider-background-image {
	position: absolute;
	left: 0%;
	top: auto;
	right: auto;
	bottom: 0%;
}

.about-2-slider-background-image-2 {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
}

.about-2-slider-heading {
	margin-right: 3%;
}

.about-2-slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: transparent;
}

.about-2-slider-mask {
	overflow: visible;
	width: 33%;
	height: auto;
}

.about-2-slide {
	height: 100%;
	margin-right: 40px;
	padding: 32px;
	background-color: #fff;
}

.about-2-slide-inside-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-2-slide-year-text {
	margin-bottom: 12px;
	color: rgba(27, 34, 43, 0.3);
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
}

.about-2-slide-text {
	margin-top: 12px;
}

.about-2-flex-up {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 80px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-2-flex-heading {
	max-width: 800px;
}

.about-flex-down {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about-2-flex-lightbox-link {
	position: relative;
	width: 48%;
	height: 430px;
}

.about-2-flex-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 48%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about-2-flex-content-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 47%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.about-2-flex-bar {
	width: 8px;
	margin-right: 32px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-color: #d6c6f4;
}

.about-2-flex-bar._2 {
	background-color: #bde5fe;
}

.about-2-flex-number {
	margin-bottom: 12px;
	font-size: 72px;
	line-height: 82px;
	font-weight: 700;
	letter-spacing: -1px;
}

.about-2-flex-line {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	height: 1px;
	background-color: #efefef;
}

.about-2-values-left {
	display: -ms-grid;
	display: grid;
	width: 55%;
	max-width: 620px;
	grid-auto-columns: 1fr;
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto auto;
	grid-template-rows: auto auto auto;
}

.about-2-values-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 24px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-2-values-item._1 {
	background-color: #ffedd7;
}

.about-2-values-item._2 {
	background-color: #d6c6f4;
}

.about-2-values-item._3 {
	background-color: #dfede7;
}

.about-2-values-item._4 {
	background-color: #bde5fe;
}

.about-2-values-item._5 {
	background-color: #efefef;
}

.about-2-values-item-circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 64px;
	height: 64px;
	margin-right: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	background-color: #fff;
}

.about-2-values-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 35%;
	max-width: 460px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-2-values-heading {
	margin-bottom: 24px;
}

.about-3-hero-text {
	max-width: 600px;
}

.about-3-hero-images-grid {
	display: -ms-grid;
	display: grid;
	width: 100%;
	margin-top: 100px;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-columns: 1fr;
	grid-column-gap: 60px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1.75fr 1fr;
	grid-template-columns: 1fr 1.75fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.about-3-hero-small-image {
	width: 100%;
	height: 380px;
	max-width: 300px;
}

.about-3-hero-large-image {
	width: 100%;
	height: 600px;
}

.about-3-values-heading {
	max-width: 600px;
	margin-bottom: 80px;
}

.about-3-values-card-grid {
	display: -ms-grid;
	display: grid;
	width: 100%;
	grid-auto-columns: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.about-3-values-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -20px;
	padding: 45px 24px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	text-align: left;
}

.about-3-values-card._1 {
	background-color: #dfede7;
}

.about-3-values-card._2 {
	background-color: #ffedd7;
}

.about-3-values-card._3 {
	background-color: #bde5fe;
}

.about-3-values-card._4 {
	background-color: #d6c6f4;
}

.about-3-values-icon {
	margin-bottom: 16px;
}

.about-3-card-heading {
	margin-bottom: 16px;
}

.about-3-location-section {
	color: #13294b;
}

.about-3-location-heading {
	margin-bottom: 60px;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.about-3-location-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 380px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("../images/mapbase-min.png");
	background-position: 0px 0px;
	background-size: contain;
}

.about-3-location-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 32px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	text-align: left;
}

.about-3-location-card.first {
	margin-right: 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-3-location-icon {
	width: 35px;
	height: 35px;
	margin-bottom: 15px;
}

.about-3-location-card-heading {
	margin-bottom: 12px;
}

.location-cards-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 560px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.blog-1-hero-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 48%;
	max-width: 600px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.blog-1-image {
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin-bottom: 40px;
}

.blog-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blog-1-tag {
	margin-bottom: 8px;
	color: #2b634b;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.blog-1-heading {
	margin-bottom: 16px;
}

.blog-1-up {
	width: 100%;
	margin-bottom: 24px;
}

.blog-1-down {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-1-author-image {
	overflow: hidden;
	width: 48px;
	height: 48px;
	margin-right: 12px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
}

.blog-1-author-name {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.blog-1-hero-right {
	width: 49%;
	max-width: 540px;
}

.blog-1-hero-heading {
	margin-bottom: 24px;
}

.blog-1-vertical {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 32px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.blog-vertical-left {
	width: 75%;
	max-width: 340px;
}

.blog-1-vertical-heading {
	margin-bottom: 17px;
}

.blog-1-vertical-author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-1-vertial-author-image {
	overflow: hidden;
	width: 32px;
	height: 32px;
	margin-right: 12px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
}

.blog-1-vertial-aithor-and-designation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.blog-1-vertical-image {
	overflow: hidden;
	width: 25%;
	height: 100px;
	max-width: 140px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.bold {
	font-weight: 700;
}

.blog-1-cta-section {
	background-color: #bde5fe;
}

.blog-1-form-block {
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 80px;
	background-color: #fff;
	font-size: 18px;
}

.blog-1-cta-background-1 {
	position: absolute;
	left: 0%;
	top: auto;
	right: auto;
	bottom: 0%;
}

.blog-1-cta-background-2 {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
}

.blog-1-main-left {
	width: 68%;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}

.blog-main-collection-list {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 32px;
	grid-row-gap: 64px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}

.contact-hero-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 120px 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e9f8fc;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
}

.contact-hero-left-inside {
	max-width: 100%;
}

.contact-hero-left-heading {
	margin-bottom: 24px;
}

.contact-email {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contact-email.up {
	margin-bottom: 12px;
}

.contact-email-circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 64px;
	height: 64px;
	margin-right: 12px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	background-color: #fff;
}

.contact-email-right {
	display: flex;
	align-items: center;
}

.contact-email-heading {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-right: 32px;
	/* letter-spacing: 3px; */
	/* text-transform: uppercase; */
}

.key-contact-card {
	display: flex;
	min-height: 100px;
	background-color: #ffffff85;
	margin-top: 32px;
	padding: 24px;
	align-items: center;
}

.key-contact-image {
	height: 140px;
	border-radius: 50%;
}

.key-contact-wrapper {
	margin-left: 32px;
}

.key-contact-heading {
	font-weight: 500;
	margin-bottom: 12px;
}

.key-contact-heading-2 {
	font-size: 24px;
	font-weight: 700;
}

.key-contact-subheading {
	margin-bottom: -5px;
}

.key-contact-subheading-2 {
	margin-bottom: 12px;
}

.key-contact-link {
	font-size: 14px;
	text-decoration: underline;
	color: #00363f;
}

.contact-email-link {
	transition: color 200ms ease;
	color: #1b222b;
	line-height: 32px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: underline;
}

.contact-email-link:hover {
	color: #2d688d;
}

.contact-hero-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #e9f8fc;
	background-image: url("../images/pexels-djordje-petrovic-2102416.jpeg");
	background-position: 50% 50%;
	background-size: cover;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
	background-clip: border-box;
	-webkit-text-fill-color: inherit;
}

.contact-hero-form-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	max-width: 520px;
	padding: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
}

.contact-hero-form-heading {
	margin-bottom: 24px;
	color: #004450;
}

.contact-hero-form-block {
	width: 100%;
}

.contact-hero-form-field {
	margin-bottom: 24px;
	padding-top: 28px;
	padding-bottom: 28px;
	padding-left: 16px;
	border: 1px none #000;
	background-color: #efefef;
}

.contact-hero-form-field::-webkit-input-placeholder {
	color: rgba(27, 34, 43, 0.5);
	font-size: 16px;
	line-height: 24px;
}

.contact-hero-form-field:-ms-input-placeholder {
	color: rgba(27, 34, 43, 0.5);
	font-size: 16px;
	line-height: 24px;
}

.contact-hero-form-field::-ms-input-placeholder {
	color: rgba(27, 34, 43, 0.5);
	font-size: 16px;
	line-height: 24px;
}

.contact-hero-form-field::placeholder {
	color: rgba(27, 34, 43, 0.5);
	font-size: 16px;
	line-height: 24px;
}

.contact-hero-form-field.short {
	width: 48%;
	padding-left: 48px;
}

.contact-hero-form-field.short.name {
	background-image: url("../images/Vector-21.svg");
	background-position: 15px 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.contact-hero-form-field.short.email {
	background-image: url("../images/Vector-22.svg");
	background-position: 15px 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.contact-hero-form-field.short.phone {
	background-image: url("../images/Vector-23.svg");
	background-position: 15px 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.contact-hero-form-field.short.company {
	background-image: url("../images/Vector-24.svg");
	background-position: 15px 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.contact-form-field-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-form-text-area {
	margin-bottom: 28px;
	padding-bottom: 100px;
	border: 1px none #000;
	background-color: #efefef;
}

.contact-form-text-area::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 24px;
}

.contact-form-text-area:-ms-input-placeholder {
	font-size: 16px;
	line-height: 24px;
}

.contact-form-text-area::-ms-input-placeholder {
	font-size: 16px;
	line-height: 24px;
}

.contact-form-text-area::placeholder {
	font-size: 16px;
	line-height: 24px;
}

.pagination {
	margin-top: 60px;
}

.blog-1-main-right {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	width: 28%;
}

.blog-1-social-heading {
	margin-bottom: 30px;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.blog-1-social-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	margin-bottom: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 24px;
	background-color: #efefef;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	font-size: 18px;
}

.blog-1-social-item:hover {
	background-color: #ffedd7;
}

.blog-1-social-circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	background-color: #fff;
}

.blog-1-main-social {
	padding-bottom: 37px;
	border-bottom: 1px solid #efefef;
}

.blog-tag {
	overflow: hidden;
	margin-bottom: 12px;
	padding: 8px 24px;
	border-radius: 20px;
	font-size: 16px;
}

.blog-tag.white-bg {
	background-color: #fff;
}

.blog-tag._16-px-bottom-margin {
	margin-bottom: 16px;
	background-color: #dfede7;
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
	color: #2b634b;
}

.blog-tag._16-px-bottom-margin:hover {
	-webkit-transform: translate(0px, -4px);
	-ms-transform: translate(0px, -4px);
	transform: translate(0px, -4px);
}

.blog-tag.white-bg {
	background-color: #fff;
}

.blog-2-tabs {
	width: 100%;
}

.blog-2-tabs-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 40px;
	background-color: #efefef;
}

.blog-2-tab-link {
	overflow: hidden;
	width: 20%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 40px;
	background-color: transparent;
	text-align: center;
}

.blog-2-tab-link.w--current {
	background-color: #1b222b;
	color: #fff;
}

.blog-2-tabs-content {
	margin-top: 60px;
}

.blog-2-tab-pane-inside-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.blog-2-featured {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	padding: 32px 40px 32px 32px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-2-featured-image {
	overflow: hidden;
	width: 48%;
	height: 280px;
	max-width: 500px;
}

.blog-2-featured-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 48%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blog-2-featured-content.blog-item {
	width: 100%;
}

.blog-featured-heading {
	margin-bottom: 24px;
}

.blog-name-and-time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blog-2-item-container {
	height: 100%;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 60px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}

.blog-2-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 24px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blog-2-image {
	overflow: hidden;
	width: 100%;
	height: 175px;
	margin-bottom: 20px;
}

.blog-2-image.hero {
	position: relative;
	height: 280px;
}

.blog-2-item-heading {
	margin-bottom: 24px;
}

.collection-list {
	display: -ms-grid;
	display: grid;
	width: 100%;
	height: 100%;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 60px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.blog-time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-time-dot {
	overflow: hidden;
	width: 3px;
	height: 3px;
	margin-right: 8px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	background-color: #1b222b;
}

.blog-3-main-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 68%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.blog-3-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blog-3-image {
	overflow: hidden;
	width: 34%;
	height: 225px;
	max-width: 300px;
}

.blog-3-item-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 63%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blog-3-main-heading {
	margin-bottom: 12px;
}

.blog-3-author-name {
	color: rgba(27, 34, 43, 0.5);
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

.blog-1-main-tags {
	padding-top: 32px;
	padding-bottom: 37px;
	border-bottom: 1px none #efefef;
}

.vacancy-hero-section {
	overflow: hidden;
	background-color: #fff;
}

.vacancy-hero-left {
	width: 49%;
	max-width: 570px;
}

.vacancy-hero-heading {
	margin-bottom: 24px;
	animation: moveIn 0.1s ease-out forwards;
}

.vacancy-hero-text {
	margin-bottom: 24px;
}

.vacancy-hero-image {
	position: relative;
	width: 43%;
	height: 600px;
}

.vacancy-photos-section {
	background-color: #bde5fe;
}

.vacancy-photos-heading {
	margin-bottom: 40px;
}

.vacancy-photos-grid {
	display: -ms-grid;
	display: grid;
	width: 100%;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	-ms-grid-columns: 1.75fr 1fr;
	grid-template-columns: 1.75fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.vacancy-photos-grid._2 {
	-ms-grid-columns: 1fr 1.75fr;
	grid-template-columns: 1fr 1.75fr;
}

.vacancy-photos-item {
	height: 360px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
}

.vacancy-jobs-heading {
	margin-bottom: 40px;
	text-align: center;
}

.vacancy-dropdowns-container {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 40px;
	background-color: #efefef;
}

.jobs-dropdown {
	border-radius: 40px;
	background-color: #fff;
}

.jobs-dropdown.first {
	margin-right: 8px;
}

.jobs-dropdown-toggle {
	padding: 10px 100px 10px 16px;
}

.jobs-dropdown-toggle.w--open {
	z-index: 10;
	border-radius: 100px;
	background-color: #fafafa;
}

.jobs-dropdown-list.w--open {
	width: 100%;
	margin-top: -17px;
	padding-top: 30px;
	background-color: transparent;
	box-shadow: 0 50px 60px 0 rgba(0, 0, 0, 0.06);
}

.jobs-dropdown-link {
	overflow: hidden;
}

.vacancy-jobs-links-container {
	width: 100%;
	margin-top: 60px;
}

.vacancy-item {
	position: relative;
	display: -ms-grid;
	display: grid;
	padding-top: 35px;
	padding-bottom: 35px;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1.75fr 2fr 1fr;
	grid-template-columns: 1.75fr 2fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.vacancy-item-basis {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
}

.vacancy-item-basis.location {
	margin-left: 70px;
}

.vacancy-apply-now-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.vacancy-apply-now-arrow {
	display: block;
	margin-left: 10px;
}

.vacancy-item-icon {
	margin-right: 8px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.vacancy-item-line {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	height: 1px;
	background-color: #efefef;
}

.about-2-vacancy-heading {
	margin-bottom: 24px;
	text-align: center;
}

.about-2-vacancy-text {
	max-width: 600px;
	margin-bottom: 40px;
	text-align: center;
}

.about-1-team-heading {
	margin-bottom: 24px;
}

.about-1-team-text {
	margin-bottom: 40px;
}

.about-1-team-content {
	position: relative;
	z-index: 1;
	max-width: 660px;
}

.about-1-team-background-1 {
	position: absolute;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: auto;
}

.about-1-team-background-2 {
	position: absolute;
	left: 0%;
	top: auto;
	right: auto;
	bottom: 0%;
}

.about-1-team-background-3 {
	position: absolute;
	left: auto;
	top: 31%;
	right: 0%;
	bottom: auto;
}

.about-1-team-items-container {
	display: -ms-grid;
	display: grid;
	width: 100%;
	margin-top: -80px;
	grid-auto-columns: 1fr;
	grid-column-gap: 48px;
	grid-row-gap: 0px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.team-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 24px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
}

.team-item._2 {
	margin-top: 160px;
}

.team-item._3 {
	margin-top: 240px;
}

.team-item._4 {
	margin-top: -198px;
}

.team-item._5 {
	margin-top: -32px;
}

.team-item._6 {
	margin-top: 48px;
}

.team-item._7 {
	margin-top: -203px;
}

.team-item._8 {
	margin-top: -32px;
}

.team-item._9 {
	margin-top: 48px;
}

.team-image {
	width: 100%;
	height: 300px;
	margin-bottom: 24px;
}

.team-item-name {
	margin-bottom: 4px;
}

.team-designation {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 24px;
}

.team-item-social-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-team-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: -webkit-filter 200ms ease;
	transition: -webkit-filter 200ms ease;
	transition: filter 200ms ease;
	transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.about-team-item:hover {
	-webkit-filter: contrast(200%);
	filter: contrast(200%);
}

.about-2-team-section {
	background-color: #bde5fe;
}

.about-2-team-heading {
	margin-bottom: 24px;
}

.about-2-tabs {
	width: 100%;
}

.about-tabs-menu {
	display: inline-block;
	overflow: hidden;
	padding: 4px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 24px;
	background-color: #fff;
}

.about-tab-link {
	padding-right: 50px;
	padding-left: 50px;
	border-radius: 24px;
	background-color: transparent;
	color: #1b222b;
	font-size: 16px;
	line-height: 24px;
}

.about-tab-link.w--current {
	background-color: #1b222b;
	color: #fff;
}

.about-tabs-content {
	margin-top: 60px;
}

.about-tab-inside-container {
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.about-2-collection-list {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.about-2-team-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 16px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}

.about-2-team-border-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 35px 42px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #bde5fe;
}

.about-2-team-image {
	overflow: hidden;
	width: 80px;
	height: 80px;
	margin-bottom: 24px;
	border-radius: 50%;
}

.about-2-team-designation {
	font-size: 16px;
	line-height: 24px;
}

.about-3-team-section {
	overflow: hidden;
	background-color: #1b222b;
}

.about-3-team-slider {
	width: 100%;
	height: auto;
	background-color: transparent;
}

.about-3-team-mask {
	overflow: visible;
	width: 30%;
	height: auto;
}

.about-3-team-slide {
	height: auto;
	margin-right: 40px;
}

.about-3-team-left-arrow {
	left: auto;
	top: -25%;
	right: 17%;
	bottom: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 48px;
	height: 48px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.about-3-team-left-arrow:hover {
	background-color: #ffedd7;
}

.about-3-team-slide-nav {
	display: none;
}

.about-3-team-right-arrow {
	left: auto;
	top: -25%;
	right: 11%;
	bottom: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 48px;
	height: 48px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
}

.about-3-team-right-arrow:hover {
	background-color: #ffedd7;
}

.team-signle-detail {
	width: 48%;
	max-width: 460px;
}

.team-single-name {
	margin-bottom: 16px;
	font-size: 48px;
	line-height: 56px;
}

.team-single-designation {
	margin-bottom: 32px;
}

.team-single-social-media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 32px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.team-single-social-media-text {
	margin-right: 18px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.team-single-social-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 24px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-transition: -webkit-filter 200ms ease;
	transition: -webkit-filter 200ms ease;
	transition: filter 200ms ease;
	transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.team-single-social-item:hover {
	-webkit-filter: contrast(50%);
	filter: contrast(50%);
}

.team-single-image {
	position: relative;
	overflow: hidden;
	width: 45%;
	height: 400px;
	max-width: 400px;
}

.team-single-line {
	position: absolute;
	left: 0%;
	top: auto;
	right: 0%;
	bottom: 0%;
	height: 1px;
	background-color: #efefef;
}

.rich-text {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.rich-text h2 {
	margin-top: 40px;
	margin-bottom: 10px;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.rich-text p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.rich-text h3 {
	margin-top: 40px;
	margin-bottom: 10px;
}

.rich-text h4 {
	margin-top: 40px;
	margin-bottom: 10px;
}

.rich-text h5 {
	margin-top: 40px;
	margin-bottom: 10px;
}

.rich-text h6 {
	margin-top: 40px;
	margin-bottom: 10px;
}

.rich-text a {
	color: #1111f7;
}

.vacancy-single-heading {
	max-width: 400px;
	font-size: 48px;
	line-height: 56px;
}

.vacancy-single-rich-container {
	width: 65%;
	max-width: 700px;
}

.vacancy-single-card {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	width: 30%;
	max-width: 300px;
	margin-top: 40px;
	padding: 32px 32px 8px;
	background-color: #ffedd7;
}

.vacancy-single-card-heading {
	margin-bottom: 4px;
	color: rgba(27, 34, 43, 0.5);
	letter-spacing: 3px;
	text-transform: uppercase;
}

.vacancy-single-card-item {
	margin-bottom: 24px;
}

.blog-post-hero-section {
	background-color: #dfede7;
}

.blog-post-author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 24px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-post-author-image {
	overflow: hidden;
	width: 48px;
	height: 48px;
	margin-right: 12px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
}

.blog-template-image {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 440px;
	margin-top: 40px;
}

.blog-post-social-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-post-share-text {
	margin-right: 16px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.blog-post-social-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 24px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.related-blog-post-heading {
	margin-bottom: 60px;
}

.related-blogs-container {
	width: 100%;
}

.related-blog-collection-list {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.about-2-slider-left-arrow {
	left: auto;
	top: auto;
	right: 24%;
	bottom: -30%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 48px;
	height: 48px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.about-2-slider-left-arrow:hover {
	background-color: #ffedd7;
}

.about-2-slider-right-arrow-copy {
	left: auto;
	top: auto;
	right: 18%;
	bottom: -30%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 48px;
	height: 48px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.about-2-slider-right-arrow-copy:hover {
	background-color: #ffedd7;
}

.about-2-slider-nav {
	display: none;
}

.blog-2-hero-heading {
	max-width: 800px;
	margin-bottom: 60px;
	text-align: center;
}

.blog-2-hero-items-container {
	display: -ms-grid;
	display: grid;
	width: 100%;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.blog-3-hero-slider {
	overflow: hidden;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog-3-slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
}

.blog-3-slider-image {
	width: 100%;
	height: 300px;
	margin-bottom: 24px;
}

.team-hero-heading {
	max-width: 460px;
}

.team-hero-grid {
	display: -ms-grid;
	display: grid;
	width: 100%;
	margin-top: -120px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 0px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.team-hero-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	padding: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #dfede7;
}

.team-hero-item-image {
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin-bottom: 24px;
	border-radius: 50%;
}

.team-hero-item-name {
	margin-bottom: 12px;
}

.team-hero-item-line {
	width: 100%;
	height: 1px;
	margin-top: 16px;
	margin-bottom: 25px;
	background-color: #8e612a;
}

.home-2-faq-question {
	width: 90%;
}

.vacancy-item-basis-and-location {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blog-2-collection-list-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.blog-2-collection-item {
	height: 100%;
}

.blog-3-author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.social-media-icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.style-guide-title {
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	background-color: #1b222b;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #fff;
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
	text-transform: none;
}

.style-guide-note {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 10px;
	background-color: rgba(255, 0, 0, 0.1);
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #ff0707;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.style-guide-line {
	width: 100%;
	height: 3px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 20px;
	background-color: #091818;
}

.colour {
	margin: 30px;
	padding: 40px;
	border-radius: 5px;
	background-color: #fff;
}

.colour.colour-1 {
	background-color: #1b222b;
}

.colour.colour-5 {
	background-color: #bde5fe;
}

.colour.colour-2 {
	background-color: #1111f7;
}

.colour.colour-4 {
	background-color: #dfede7;
}

.colour.colour-3 {
	background-color: #ffedd7;
}

.colour.colour-5 {
	background-color: #2b634b;
}

.colour.colour-6 {
	background-color: #8e612a;
}

.colour.colour-7 {
	background-color: #2d688d;
}

.colour.colour-8 {
	background-color: #efefef;
}

.colour.colour-9 {
	background-color: #d6c6f4;
}

.colour.colour-10 {
	background-color: #8261bf;
}

.style-guide-colours {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.update-date {
	font-style: normal;
	font-weight: 500;
}

.wrapper-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 85%;
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 90px;
	padding-bottom: 90px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-2.updates {
	margin-top: 100px;
	margin-bottom: 50px;
	padding: 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 4px solid #04121f;
}

.wrapper-2.navbar-wrapper {
	padding-top: 25px;
	padding-bottom: 25px;
}

.changelog-subtext {
	font-size: 20px;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.version-wrapper {
	width: 25%;
}

.update-wrapper {
	margin-left: 30px;
	padding: 0px;
}

.changelog-subtext-wrapper {
	margin-bottom: 10px;
}

.changelog-heading {
	text-align: center;
}

.update-text {
	margin-bottom: 10px;
	line-height: 40px;
}

.version-number {
	margin-bottom: 10px;
}

.license-heading {
	margin-bottom: 40px;
}

.license-text {
	width: 80%;
}

.licensing-subtext {
	margin-top: 20px;
	margin-bottom: 40px;
}

.licensing-text-wrap {
	width: 25%;
}

.licensing-link {
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #434343;
	text-decoration: none;
}

.licensing-link.text {
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #ad5555;
}

.licencing-image-item {
	overflow: hidden;
	height: 280px;
	border-radius: 10px;
}

.licensing-text {
	margin-top: 0px;
	text-align: left;
}

.licencing-images-grid {
	display: -ms-grid;
	display: grid;
	width: 100%;
	margin-top: 40px;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.licensing-image-and-text-wrap {
	width: 70%;
	margin-right: 30px;
	padding: 44px;
	border: 3px solid #000;
}

.image-2 {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.licensing-text-subtext {
	margin-top: 20px;
}

.instruction-heading {
	margin-bottom: 20px;
}

.instruction-text {
	margin-bottom: 50px;
}

.flex-image-animation-cover {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: none;
	background-color: #fff;
}

.home-2-hero-image-cover {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: none;
	background-color: #dfede7;
}

.home-3-hero-cover {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: none;
	background-color: #bde5fe;
}

.about-2-hero-image-cover {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: none;
	background-color: #fff;
}

.team-single-image-cover {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: none;
	background-color: #fff;
}

.blog-template-cover-image {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: none;
	background-color: #dfede7;
}

.footer {
	background-color: #004450;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #fff;
}

.wrapper.footer-wrapper {
	padding-bottom: 35px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.footer-logo-and-text-container {
	display: flex;
	flex-direction: column;
	width: 50%;
	/* max-width: 360px; */
}

.footer-content-area {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.footer-content-block {
	width: 50%;
	margin-bottom: 24px;
}

.footer-logo {
	width: 125px;
	margin-bottom: 20px;
}

.footer-logo.w--current {
	width: 125px;
	margin-bottom: 20px;
}

.footer-links-grid {
	display: -ms-grid;
	display: grid;
	width: 50%;
	max-width: 500px;
	grid-auto-columns: 1fr;
	grid-column-gap: 22px;
	grid-row-gap: 80px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.footer-link-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-link-column:hover {
	color: #55828a;
}

.footer-up {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 30px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-site-map-area {
	display: flex;
	width: 100%;
}

.footer-site-map {
	display: flex;
	width: 100%;
}

.footer-site-map .footer-link {
	margin-right: 50px;
}

#back-to-top {
	width: 130px;
}

.success-message {
	overflow: hidden;
	border-radius: 5px;
	background-color: #2b634b;
	color: #fff;
}

.error-message {
	overflow: hidden;
	padding: 20px;
	border-radius: 5px;
	background-color: #ffe6e6;
	color: red;
}

.navigation-drop-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	background-color: #fff;
}

.dropdown-toggle {
	padding-right: 24px;
	padding-left: 12px;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	color: #04121f;
}

.dropdown-toggle:hover {
	color: #6b6768;
}

.nav-link-details {
	line-height: 24px;
}

.nav-content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-left: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.navigation-column {
	width: 33%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-brand {
	width: 150px;
	height: 40px;
	margin-right: 50px;
}

.navigation-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.dropdown-list {
	left: 0px;
	top: 80px;
	right: 0px;
	overflow: hidden;
	min-width: 100%;
	border-radius: 8px;
	background-color: transparent;
	box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.08);
}

.dropdown-list.w--open {
	overflow: visible;
	margin-top: -4px;
	padding-top: 0px;
	box-shadow: none;
}

.navigation-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40%;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.navigation-menu {
	position: static;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
}

.dropdown-arrow {
	margin-right: 5px;
	font-size: 14px;
}

.main-navigations-container {
	position: sticky;
	top: 0;
	z-index: 1000;
	color: #004450;
}

.nav-link {
	margin-right: 0px;
	margin-left: 0px;
	-webkit-transition: color 200ms ease;
	transition: color 200ms ease;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #45535f;
	font-size: 18px;
	font-weight: 400;
}

.nav-link:hover {
	color: #004450;
	font-weight: 500;
}

.nav-link.w--current {
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #45535f;
	font-weight: 400;
}

.nav-link.w--current:hover {
	color: #004450;
	font-weight: 500;
}

.nav-link.careers {
	color: #004450;
}

.navigation-mob {
	left: 0%;
	top: 0%;
	right: 0%;
	display: none;
	background-color: #ffffff;
}

.nav-title {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.dropdown {
	position: static;
	margin-right: 5px;
	margin-left: 5px;
}

.dropdown-list-full-wrapper {
	margin-top: 10px;
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.05);
}

.navigation {
	z-index: 100;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}

.navigation-link-block-mob {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	padding: 20px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 20px;
	background-color: transparent;
	color: #1b222b;
	text-decoration: none;
}

.navigation-link-block-mob:hover {
	border-radius: 5px;
	background-color: #1b222b;
	color: #fff;
}

.blog-1-main-tags-2 {
	padding-top: 32px;
	padding-bottom: 37px;
	border-bottom: 1px none #efefef;
}

.blog-1-main-social-2 {
	padding-bottom: 37px;
	border-bottom: 1px solid #efefef;
}

.blog-1-social-circle-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	background-color: #fff;
}

.about-1-history-slide-wrap {
	height: 100%;
	padding: 32px 30px;
}

.empty-state {
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}

.blog-3-first-slide-content {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 470px;
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 12px;
}

.wrapper-3-blog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 85%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 120px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
}

.wrapper-3-blog.blog-3-slider {
	overflow: visible;
	width: 100%;
	max-width: 1440px;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.last-ghost-slide {
	height: 100%;
	max-width: 470px;
}

.blog-page-3-left-arrow {
	left: 0%;
	top: 0%;
	right: auto;
	bottom: 0%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	width: 25%;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.blog-page-3-left-arrow:hover {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.home-2-last-slide {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 240%;
	height: 100%;
	float: left;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.left-arrow-image-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	height: 100px;
	padding: 34px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100px;
	background-color: #fff;
	box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
}

.home-2-slide-nav {
	display: none;
}

.first-ghost-slide-2 {
	display: block;
	max-width: 470px;
	margin-right: 20px;
	margin-left: 20px;
	border-radius: 12px;
}

.blog-page-3-first-slide {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 240%;
	height: 100%;
	float: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.home-2-slide-main-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	height: 100%;
	max-width: 470px;
	padding-right: 0px;
	padding-left: 0px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border-radius: 12px;
}

.image-3 {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.image-3.contain {
	-o-object-fit: contain;
	object-fit: contain;
}

.blog-page-3-slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	margin-top: 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: transparent;
}

.blog-page-3-right-arrow {
	left: auto;
	top: 0%;
	right: 0%;
	bottom: 0%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	width: 25%;
	height: 100%;
	margin-right: 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.blog-page-3-right-arrow:hover {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.blog-page-3-slider-mask {
	overflow: visible;
	width: 50%;
	height: auto;
	max-width: 470px;
}

.blog-3-page-slider {
	overflow: visible;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	float: none;
	border-radius: 12px;
}

.blog-3-page-slider.first-slide {
	z-index: 10;
	overflow: visible;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.blog-3-slide-content {
	width: 100%;
	height: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding: 30px 30px 40px;
	background-color: #fff;
}

.blog-3-cms {
	width: 100%;
	height: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

.blog-3-collection-list {
	width: 100%;
	height: 100%;
}

.blog-3-collection-item {
	width: 100%;
	height: 100%;
}

.blog-3-text-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-3-heading {
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
}

.blog-3-author-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 18px;
	color: rgba(27, 34, 43, 0.5);
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.author-name {
	padding-left: 3px;
}

.vacancy-dropdown {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.05);
}

.utility-page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #13294b;
}

.utility-page-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 420px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.utility-page-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.password-image {
	width: 130px;
	max-width: 70%;
}

.password-heading {
	margin-top: 20px;
	margin-bottom: 20px;
}

.password-button {
	padding: 0px 32px;
	background-color: #13294b;
}

.password-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.password-text-field {
	height: 100%;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

._404-heading {
	color: #13294b;
	font-size: 100px;
	line-height: 110%;
	font-style: italic;
	text-shadow: 3px 3px 0 #bde5fe;
}

._404-text {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #13294b;
}

._404-subtext {
	margin-bottom: 20px;
	color: #13294b;
	font-size: 22px;
	font-weight: 500;
}

.body {
	color: #13294b;
}

.div-block {
	width: 85%;
	max-width: 1160px;
	margin-right: auto;
	margin-bottom: -70px;
	margin-left: auto;
	padding-top: 90px;
	padding-bottom: 0px;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
	text-align: center;
}

.heading {
	color: #004450;
}

.text-block-2 {
	color: #004450;
}

.text-block-3 {
	color: #13294b;
}

.text-block-4 {
	color: #004450;
}

.grid {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.image-4 {
	max-width: 48px;
}

.image-6 {
	max-width: 80%;
}

.bold-text {
	color: #004450;
}

.bold-text-2 {
	color: #004450;
}

.button-2 {
	display: inline-block;
	padding: 28px 64px 28px 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 88px;
	background-color: #13294b;
	background-image: url("../images/Group-385.svg");
	background-position: 85% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	-webkit-transition: background-color 200ms ease,
		background-position 200ms ease;
	transition: background-color 200ms ease, background-position 200ms ease;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}

.button-2:hover {
	background-color: #2d688d;
	background-position: 88% 50%;
}

.vacancy-hero-section-2 {
	overflow: hidden;
	background-color: #fff;
	color: #13294b;
}

.vacancy-photos-section-2 {
	background-color: #e9f8fc;
}

.vacancy-photos-heading-2 {
	margin-bottom: 40px;
	color: #004450;
}

.vacancy-photos-item-2 {
	height: 360px;
	border-style: solid;
	border-width: 0px;
	border-color: #fff;
}

.about-3-location-card-2 {
	display: block;
	padding: 32px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	text-align: left;
}

.about-3-location-card-2.dubai {
	display: none;
}

.about-3-location-card-2.first {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.24);
	opacity: 1;
}

.about-3-location-heading-2 {
	margin-bottom: 60px;
	color: #004450;
}

.testimonial-section {
	padding: 80px 60px 10px;
	width: 100%;
}

.testimonial-section .testimonial-row-1 {
	display: flex;
	justify-content: center;
}

.testimonial-section .testimonial-row-2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonial-section .quote-text {
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 600;
}

.testimonial-section .quote-png-1 {
	display: flex;
	align-items: flex-start;
	margin-right: 20px;
	width: 50px;
}

.testimonial-section .quote-png-1 img {
	max-width: 50px;
	margin-bottom: 15px;
}

.testimonial-section .quote-png-2 {
	display: flex;
	align-items: flex-end;
	margin-left: 20px;
	width: 50px;
	padding-bottom: 15px;
}

.testimonial-section .quote-png-2 img {
	max-width: 50px;
	margin-top: 15px;
}

.testimonial-section .avatar-details {
	margin-left: 15px;
}

.testimonial-section .avatar {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-section .avatar-details .name {
	font-size: 16px;
	font-weight: 700;
}

.testimonial-section .avatar-details .position {
	font-size: 14px;
	font-weight: 500;
	margin-top: -5px;
}

.testimonial-section.onboarding-bottom {
	width: 85%;
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #004450;
	padding-bottom: 120px;
}

.link {
	display: block;
	width: 40%;
	margin-bottom: 24px;
	padding: 28px 20px;
	border-radius: 50px;
	background-color: #13294b;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.text-block-5 {
	color: #13294b;
}

.text-block-6 {
	color: #13294b;
}

.text-block-7 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.heading-2 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.heading-3 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.heading-4 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.heading-5 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.heading-6 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.heading-7 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.paragraph-2 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.bold-text-3 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.italic-text {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.text-block-8 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.text-block-9 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.text-block-10 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.text-block-11 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.text-block-12 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

._16-px {
	color: #45535f;
	font-size: 16px;
	font-weight: 400;
}

._16-px.service-text.text-block {
	color: #004450;
}

.text-block-13 {
	font-size: 16px;
}

.text-block-14 {
	font-size: 16px;
}

.text-block-15 {
	font-size: 16px;
}

.text-block-16 {
	color: #45535f;
	font-size: 16px;
}

.text-block-17 {
	color: #004450;
}

.footer-dark {
	position: relative;
	padding: 50px 30px 15px;
	border-bottom: 1px solid #e4ebf3;
	background-color: #f5f7fa;
}

.container {
	width: 100%;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.footer-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-content {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 70px;
	grid-row-gap: 40px;
	-ms-grid-columns: auto auto 1fr;
	grid-template-columns: auto auto 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.footer-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.title-small {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-link {
	margin-top: 12px;
	margin-bottom: 6px;
	color: #1a1b1f;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}

.footer-link:hover {
	color: rgba(255, 255, 255, 0.75);
}

.footer-social-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2px;
	margin-left: -12px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-social-link {
	margin-left: 10px;
	cursor: pointer;
	height: 24px;
	width: 24px;
}

.footer-divider {
	width: 100%;
	height: 1px;
	margin-top: 70px;
	margin-bottom: 15px;
	background-color: #e4ebf3;
}

.footer-copyright-center {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.image-7 {
	overflow: visible;
}

@media screen and (min-width: 1280px) {
	.blog-page-3-right-arrow {
		left: auto;
		top: 0%;
		right: 0%;
		bottom: 0%;
		margin-right: 0px;
		padding: 30px;
	}

	.grid {
		margin-top: 20px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		grid-column-gap: 46px;
	}

	.image-4 {
		max-width: 48px;
	}

	.image-6 {
		max-width: 88px;
	}
}

@media screen and (min-width: 1440px) {
	.wrapper.home-1-cta-wrapper {
		padding-bottom: 200px;
	}

	.wrapper.contact-hero-wrapper {
		width: 85%;
	}

	.wrapper.vacancy-jobs-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.text-block._16-px {
		color: #03363d;
	}

	.white.footer-text {
		font-size: 16px;
		line-height: 24px;
	}

	.white.footer-text.mt {
		margin-top: 6px;
	}

	.white.footer-column-heading {
		margin-bottom: 24px;
	}

	.white.footer-link {
		display: inline-block;
		margin-bottom: 16px;
		color: #fff;
		font-size: 16px;
		line-height: 24px;
	}

	.white.footer-down-text {
		font-size: 16px;
		line-height: 24px;
	}

	.contact-hero-section {
		color: #13294b;
	}

	.vacancy-jobs-heading {
		margin-bottom: 40px;
	}

	.vacancy-dropdowns-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.jobs-dropdown-toggle {
		padding: 10px 100px 10px 16px;
	}

	.about-2-vacancy-heading {
		margin-bottom: 40px;
	}

	.blog-post-social-link {
		-webkit-transition: -webkit-filter 200ms ease;
		transition: -webkit-filter 200ms ease;
		transition: filter 200ms ease;
		transition: filter 200ms ease, -webkit-filter 200ms ease;
	}

	.blog-post-social-link:hover {
		-webkit-filter: contrast(50%);
		filter: contrast(50%);
	}

	.footer {
		background-color: #004450;
	}

	.wrapper.footer-wrapper {
		padding-bottom: 35px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.footer-logo-and-text-container {
		width: 50%;
		/* max-width: 360px; */
	}

	.footer-logo {
		width: 125px;
		margin-bottom: 20px;
	}

	.footer-links-grid {
		display: -ms-grid;
		display: grid;
		width: 50%;
		max-width: 500px;
		grid-auto-columns: 1fr;
		grid-column-gap: 60px;
		grid-row-gap: 80px;
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}

	.footer-link-column {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer-up {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-bottom: 30px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wrapper-3-blog.blog-3-slider {
		overflow: visible;
	}

	.div-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		max-width: 1160px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 160px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.heading {
		color: #004450;
	}

	.bold-text {
		color: #004450;
	}

	.bold-text-2 {
		color: #004450;
	}

	.button-2 {
		background-color: #17494d;
	}
}

@media screen and (max-width: 991px) {
	h1 {
		font-size: 52px;
		line-height: 60px;
	}

	h2 {
		font-size: 45px;
		line-height: 54px;
	}

	.alert-bar-heading {
		font-size: 11px;
	}

	.display-heading {
		font-size: 66px;
		line-height: 80px;
	}

	.display-heading.home-1-cta {
		line-height: 75px;
	}

	.display-heading.about-3-hero {
		font-size: 60px;
	}

	.alert-bar {
		top: 84px;
	}

	.wrapper.home-hero-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.wrapper.home-flex-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.wrapper.home-flex-wrapper.reverse {
		padding-bottom: 60px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.wrapper.achievement-wrapper {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.wrapper.home-2-logos-wrapper {
		padding-bottom: 60px;
	}

	.wrapper.home-2-testimonial-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wrapper.home-2-video-wrapper {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wrapper.home-3-hero-wrapper {
		width: 85%;
		padding-top: 60px;
		padding-bottom: 60px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.wrapper.home-3-flex-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.wrapper.home-3-flex-wrapper.reverse {
		padding-bottom: 120px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.wrapper.home-3-stats-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.wrapper.home-3-blog-wrapper {
		padding-bottom: 100px;
	}

	.wrapper.about-1-pointers-wrapper {
		padding-top: 470px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.wrapper.about-1-history-wrapper {
		padding-top: 90px;
	}

	.wrapper.about-1-flex-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.wrapper.about-2-hero-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.wrapper.about-2-values-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wrapper.blog-1-hero-wrapper {
		padding-top: 100px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.wrapper.blog-1-main-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.wrapper.contact-hero-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.wrapper.blog-2-tab-wrapper {
		padding-top: 70px;
	}

	.wrapper.blog-3-main-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.wrapper.vacancy-hero-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wrapper.team-single-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.wrapper.vacancy-single-rich-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.wrapper.blog-2-hero-wrapper {
		padding-bottom: 70px;
	}

	.wrapper.team-hero-wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.wrapper.license-down {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home-hero-content {
		max-width: 600px;
		margin-bottom: 60px;
	}

	.home-hero-text {
		font-size: 22px;
	}

	.button.small.faded.navbar-button {
		margin-top: 12px;
		margin-left: 7%;
	}

	.hero-image {
		position: relative;
		right: 0%;
		width: 90%;
		height: 650px;
	}

	.features-heading {
		margin-bottom: 60px;
	}

	.features-container {
		max-width: 360px;
		grid-row-gap: 40px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.features-container.column-3 {
		max-width: 360px;
		grid-row-gap: 40px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.text-block._32-px {
		font-size: 28px;
		line-height: 38px;
	}

	.home-flex-image {
		width: 90%;
		height: 550px;
		max-width: 600px;
		margin-bottom: 60px;
	}

	.flex-content {
		width: 90%;
		max-width: 600px;
	}

	.achievements-card-container {
		max-width: 300px;
		grid-row-gap: 70px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.achievement-card-icon {
		margin-bottom: 10px;
	}

	.benefits-image {
		display: none;
	}

	.home-1-tabs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home-1-tabs-menu {
		width: 100%;
		max-width: none;
		margin-right: 0px;
		margin-bottom: 10px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.home-1-tabs-content {
		width: 100%;
	}

	.home-1-tab-link {
		width: 48%;
		margin-bottom: 20px;
		padding: 12px;
	}

	.home-1-tab-link.middle {
		margin: 0px 10px;
	}

	.home-1-tab-link-heading {
		font-size: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.home-1-tab-pane-inside-div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.home-1-tab-image {
		width: 70%;
		max-width: 400px;
	}

	.home-1-tab-content-div {
		width: 100%;
		/* margin-top: 60px; */
	}

	.tab-arrow {
		display: none;
	}

	.faqs-container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.home-1-cta-circle._1 {
		width: 40px;
		height: 40px;
	}

	.home-1-cta-circle._2 {
		width: 40px;
		height: 40px;
	}

	.home-1-cta-circle._3 {
		width: 50px;
		height: 50px;
	}

	.home-1-cta-circle._4 {
		width: 50px;
		height: 50px;
	}

	.home-1-cta-circle._5 {
		width: 90px;
		height: 90px;
	}

	.home-2-hero-heading {
		font-size: 51px;
	}

	.home-2-hero-image-section {
		height: 500px;
	}

	.home-2-logos-heading {
		margin-bottom: 50px;
	}

	.home-2-logos-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.home-2-logos-item {
		margin-bottom: 20px;
	}

	.home-2-steps-div {
		width: 80%;
		grid-row-gap: 30px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.home-2-steps-item {
		padding-bottom: 30px;
	}

	.home-2-testimonial-left {
		width: 100%;
		max-width: 600px;
	}

	.home-2-testimonial-cards-container {
		width: 100%;
		margin-top: 60px;
	}

	.home-2-testimonial-card-item {
		padding-right: 20px;
		padding-left: 20px;
	}

	.home-2-testimonial-cards-left {
		margin-top: 0px;
	}

	.home-2-testimonial-card-right {
		margin-bottom: 0px;
	}

	.home-2-video-subheading-and-heading {
		max-width: 610px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.video-play-button {
		margin-top: 200px;
	}

	.home-video-text {
		margin-left: 0px;
	}

	.faq-heading-and-button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.h2-56-px.home-2-faq-heading-text {
		margin-bottom: 30px;
	}

	.home-2-faq-item {
		padding-right: 30px;
		padding-left: 30px;
	}

	.home-2-faq-content {
		width: 87%;
	}

	.home-2-faq-close {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.home-3-hero-image {
		width: 100%;
		height: 600px;
		max-width: 500px;
		margin-top: 60px;
		margin-right: auto;
		margin-left: auto;
	}

	.home-3-hero-content-div {
		padding-right: 0px;
		padding-left: 0px;
	}

	.home-3-hero-pointers {
		margin-top: 60px;
	}

	.home-3-flex-content {
		width: 100%;
		max-width: 580px;
	}

	.home-3-flex-content.wider {
		width: 100%;
		margin-top: 60px;
	}

	.home-3-flex-links-container {
		width: 100%;
		max-width: 580px;
		margin-top: 60px;
	}

	.home-3-video-heading {
		margin-bottom: 40px;
	}

	.home-3-video-checkmarks-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.home-3-video-checkmark-icon {
		margin-right: 0px;
		margin-bottom: 5px;
	}

	.home-3-video {
		height: 500px;
	}

	.home-3-video-laptop-bar-image {
		top: -29px;
	}

	.home-3-stats-heading-and-subheading {
		width: 100%;
		max-width: 570px;
	}

	.home-3-stats-grid {
		width: 100%;
		max-width: 570px;
		margin-top: 60px;
	}

	.home-3-slide {
		padding: 60px;
	}

	.home-3-slider-left-arrow {
		left: auto;
		top: auto;
		right: 90px;
		bottom: 21%;
	}

	.home-3-slide-nav {
		margin-bottom: 20px;
	}

	.home-3-slide-inside-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.home-3-slider-left {
		margin-top: 30px;
	}

	.home-3-slider-right-arrow {
		left: auto;
		top: auto;
		right: 5%;
		bottom: 21%;
	}

	.testimonial-text {
		width: 100%;
	}

	.home-3-slider-background-div {
		display: none;
	}

	.home-3-slider-background-div-2 {
		display: none;
	}

	.home-3-main-blog {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home-3-main-blog-image {
		width: 80%;
		margin-bottom: 40px;
	}

	.home-3-main-blog-content {
		width: 80%;
		max-width: 560px;
	}

	.home-3-blog-grid {
		max-width: 560px;
		margin-right: auto;
		margin-left: auto;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.home-3-blog-item {
		margin-bottom: 50px;
	}

	.about-1-hero-image._1 {
		height: 300px;
	}

	.about-1-hero-image._2 {
		height: 350px;
	}

	.about-1-hero-image._3 {
		bottom: -23%;
		height: 400px;
	}

	.about-1-pointers-left {
		width: 100%;
	}

	.about-1-pointers-grid {
		grid-row-gap: 10px;
	}

	.about-1-pointers-text {
		width: 100%;
		max-width: 570px;
		margin-bottom: 40px;
	}

	.about-1-history-slider-mask {
		width: 60%;
	}

	.about-1-history-left-arrow {
		top: -29%;
		right: 15%;
	}

	.about-1-history-right-arrow {
		top: -29%;
		right: 5%;
	}

	.about-1-flex-right {
		width: 100%;
		max-width: 560px;
	}

	.about-1-principles-heading-and-button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.about-1-principles-heading {
		margin-bottom: 30px;
	}

	.about-1-principles-grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.about-1-hiring-heading {
		font-size: 60px;
		line-height: 70px;
	}

	.hiring-float._1.hiring {
		left: -12%;
	}

	.hiring-float._2.hiring {
		left: -12%;
	}

	.hiring-float._3.hiring {
		left: -11%;
	}

	.hiring-float._4.hiring {
		right: -11%;
	}

	.hiring-float._5.hiring {
		right: -12%;
	}

	.hiring-float._6.hiring {
		right: -11%;
	}

	.about-2-hero-image {
		width: 100%;
		max-width: 570px;
		margin-top: 40px;
	}

	.about-2-hero-content {
		width: 100%;
	}

	.about-2-slider-mask {
		width: 50%;
	}

	.about-2-flex-up {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.about-2-flex-heading {
		margin-bottom: 30px;
	}

	.about-flex-down {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-2-flex-lightbox-link {
		width: 100%;
		margin-bottom: 40px;
	}

	.about-2-flex-right {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.about-2-flex-content-item {
		width: 48%;
		height: auto;
	}

	.about-2-values-left {
		width: 100%;
		max-width: none;
	}

	.about-2-values-right {
		width: 100%;
		margin-bottom: 40px;
	}

	.about-3-hero-images-grid {
		grid-column-gap: 20px;
	}

	.about-3-hero-small-image {
		height: 300px;
	}

	.about-3-hero-large-image {
		height: 500px;
	}

	.about-3-values-card-grid {
		grid-row-gap: 30px;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.blog-1-hero-left {
		width: 100%;
	}

	.blog-1-hero-right {
		width: 100%;
		max-width: 600px;
		margin-top: 80px;
	}

	.blog-1-main-left {
		width: 100%;
		max-width: 650px;
	}

	.blog-main-collection-list {
		grid-row-gap: 100px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.contact-hero-left {
		width: 100%;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.contact-hero-right {
		display: none;
		overflow: visible;
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.blog-1-main-right {
		position: static;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-bottom: 40px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.blog-1-social-item {
		max-width: 260px;
	}

	.blog-1-main-social {
		width: 45%;
		padding-bottom: 0px;
		border-bottom-style: none;
	}

	.blog-tag._16-px-bottom-margin {
		margin-bottom: 12px;
	}

	.blog-2-tabs-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: transparent;
	}

	.blog-2-tab-link {
		width: 40%;
		margin-bottom: 20px;
	}

	.blog-2-featured {
		max-width: 660px;
		margin-right: auto;
		margin-left: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.blog-2-featured-image {
		width: 100%;
		margin-bottom: 30px;
	}

	.blog-2-featured-content {
		width: 100%;
		max-width: 500px;
	}

	.blog-2-item {
		width: 100%;
		max-width: 660px;
		margin-right: auto;
		margin-left: auto;
		padding: 32px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.blog-2-image {
		height: 280px;
		max-width: 500px;
	}

	.collection-list {
		justify-items: stretch;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.blog-3-main-left {
		width: 100%;
	}

	.blog-1-main-tags {
		width: 45%;
		margin-left: 40px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.vacancy-hero-left {
		width: 100%;
	}

	.vacancy-hero-image {
		width: 100%;
		max-width: 570px;
		margin-top: 60px;
	}

	.vacancy-item {
		-ms-grid-columns: 2.5fr 1.25fr;
		grid-template-columns: 2.5fr 1.25fr;
	}

	.about-1-team-items-container {
		margin-top: 60px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.team-item {
		max-width: 400px;
		margin-right: auto;
		margin-bottom: 40px;
		margin-left: auto;
	}

	.team-item._2 {
		margin-top: 0px;
	}

	.team-item._3 {
		margin-top: 0px;
	}

	.team-item._4 {
		margin-top: 0px;
	}

	.team-item._5 {
		margin-top: 0px;
	}

	.team-item._6 {
		margin-top: 0px;
	}

	.team-item._7 {
		margin-top: 0px;
	}

	.team-item._8 {
		margin-top: 0px;
	}

	.team-item._9 {
		margin-top: 0px;
	}

	.about-2-collection-list {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.about-3-team-mask {
		width: 50%;
	}

	.about-3-team-slide {
		margin-right: 20px;
	}

	.about-3-team-left-arrow {
		right: 11%;
	}

	.about-3-team-right-arrow {
		right: 3%;
	}

	.team-signle-detail {
		width: 100%;
		max-width: 400px;
	}

	.team-single-image {
		width: 100%;
		margin-bottom: 40px;
	}

	.vacancy-single-heading {
		margin-bottom: 30px;
	}

	.vacancy-single-rich-container {
		width: 100%;
	}

	.vacancy-single-card {
		position: static;
		width: 100%;
	}

	.related-blogs-container {
		max-width: 460px;
	}

	.related-blog-collection-list {
		grid-row-gap: 40px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.about-2-slider-left-arrow {
		right: 26%;
	}

	.blog-2-hero-items-container {
		max-width: 480px;
		grid-column-gap: 20px;
		grid-row-gap: 40px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.team-hero-heading {
		max-width: none;
	}

	.team-hero-grid {
		max-width: 550px;
		margin-top: 60px;
		margin-right: auto;
		margin-left: auto;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.home-2-faq-question {
		font-size: 26px;
		line-height: 35px;
	}

	.blog-2-collection-list-wrapper {
		height: 100%;
	}

	.blog-2-collection-item {
		height: 100%;
	}

	.blog-2-collection-list {
		height: 100%;
	}

	.blog-3-author {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wrapper-2 {
		padding-top: 90px;
		padding-bottom: 90px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.wrapper-2.navbar-wrapper {
		padding-top: 12px;
		padding-bottom: 12px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.version-wrapper {
		width: 100%;
	}

	.update-wrapper {
		width: 100%;
		margin-top: 50px;
		margin-left: 0px;
	}

	.licensing-text-wrap {
		width: 100%;
		padding: 44px;
	}

	.licensing-link {
		font-size: 50px;
	}

	.licensing-link.text {
		font-size: 18px;
	}

	.licensing-image-and-text-wrap {
		width: 100%;
		margin-right: 0px;
	}

	.footer-logo-and-text-container {
		width: 100%;
		margin-bottom: 80px;
	}

	.footer-links-grid {
		width: 100%;
		max-width: none;
		grid-column-gap: 107px;
		grid-row-gap: 80px;
		-ms-grid-rows: minmax(0px, 1fr);
		grid-template-rows: minmax(0px, 1fr);
	}

	.footer-up {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.dropdown-list-mob.w--open {
		position: relative;
		background-color: #fff;
	}

	.mobile-dropdown {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 16px;
	}

	.mobile-nav-inner-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.mobile-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding-top: 15px;
		padding-bottom: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		background-color: #fff;
		box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.02);
	}

	.mobile-nav-link {
		display: block;
		width: 85%;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 0px;
		-webkit-transition: color 200ms ease;
		transition: color 200ms ease;
		color: #000;
		font-size: 16px;
	}

	.mobile-nav-link:hover {
		color: #6b6768;
	}

	.mobile-nav-link.w--current {
		color: #2d688d;
	}

	.nav-content-wrap {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
	}

	.mobile-toggle {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 85%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 0px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: color 200ms ease;
		transition: color 200ms ease;
		color: #000;
	}

	.brand {
		width: 160px;
		margin-left: 0px;
		padding-left: 0px;
	}

	.menu-button-mob {
		color: #6b6768;
	}

	.menu-button-mob.w--open {
		background-color: transparent;
		color: #6b6768;
	}

	.navigation-mob {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.nav-text {
		margin-bottom: 3px;
		font-weight: 700;
	}

	.navigation {
		display: none;
	}

	.navigation-link-block-mob {
		margin-bottom: 10px;
		padding-top: 12px;
		padding-bottom: 12px;
		color: #000;
	}

	.navigation-link-block-mob:hover {
		background-color: transparent;
		color: #2d688d;
	}

	.blog-1-main-tags-2 {
		width: 45%;
		margin-left: 40px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.blog-1-main-social-2 {
		width: 45%;
		padding-bottom: 0px;
		border-bottom-style: none;
	}

	.left-arrow-image-wrap {
		width: 80px;
		height: 80px;
		padding: 25px;
	}

	.blog-page-3-slider-mask {
		width: 80%;
	}

	.container {
		max-width: 728px;
	}

	.footer-content {
		grid-column-gap: 60px;
	}

	.footer-site-map .footer-link {
		margin-right: 20px;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 44px;
		line-height: 52px;
	}

	h2 {
		font-size: 38px;
		line-height: 50px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 23px;
	}

	blockquote {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 22px;
	}

	.display-heading {
		font-size: 60px;
		line-height: 75px;
	}

	.display-heading.home-1-cta {
		font-size: 48px;
		line-height: 60px;
	}

	.display-heading.about-3-hero {
		font-size: 50px;
		line-height: 60px;
	}

	.wrapper {
		width: 90%;
	}

	.wrapper.features-wrapper {
		padding-top: 130px;
	}

	.wrapper.benefits-wrapper {
		/* padding-bottom: 120px; */
		padding-bottom: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.wrapper.tab-section-wrapper {
		padding-top: 110px;
		padding-bottom: 110px;
	}

	.wrapper.faq-section-wrapper {
		padding-bottom: 90px;
	}

	.wrapper.home-1-cta-wrapper {
		padding-top: 90px;
	}

	.wrapper.home-3-hero-wrapper {
		width: 90%;
	}

	.wrapper.home-3-flex-wrapper.reverse {
		padding-bottom: 100px;
	}

	.wrapper.about-1-pointers-wrapper {
		padding-top: 250px;
	}

	.wrapper.about-1-history-wrapper {
		padding-top: 30px;
		padding-bottom: 120px;
		padding-left: 30px;
	}

	.wrapper.about-1-team-wrapper {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.wrapper.about-1-hiring-wrapper {
		padding-top: 120px;
	}

	.wrapper.about-3-location-wrapper {
		padding-top: 120px;
	}

	.wrapper.blog-1-hero-wrapper {
		padding-top: 100px;
	}

	.wrapper.vacancy-hero-wrapper {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.wrapper.about-2-vacancy-wrapper {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.wrapper.blog-post-rich-wrapper {
		width: 100%;
	}

	.wrapper.team-hero-wrapper {
		padding-bottom: 60px;
	}

	.alert-bar {
		top: 74px;
	}

	.home-hero-text {
		font-size: 20px;
	}

	.button.blog-1-subscribe-button {
		background-position: 68% 50%;
	}

	.hero-image {
		width: 90%;
		height: 550px;
	}

	.text-block._32-px {
		font-size: 26px;
	}

	.text-block._48-px {
		font-size: 35px;
	}

	.text-block._24-px.hiring-text {
		font-size: 22px;
		line-height: 30px;
	}

	.home-flex-image {
		width: 100%;
		height: 500px;
	}

	.flex-content {
		width: 100%;
	}

	.flex-heading {
		margin-bottom: 20px;
	}

	.flex-pointers-container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}

	.background-image-wrapper.blog-3-slider {
		padding-top: 100px;
		padding-bottom: 60px;
	}

	.achievement-heading {
		margin-bottom: 60px;
	}

	.achievement-card-icon {
		margin-bottom: 10px;
	}

	.benefits-pointers-right {
		margin-top: 0px;
	}

	.home-1-tabs-menu {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.home-1-tab-link.middle {
		margin: 10px 0px;
	}

	.home-1-tab-image {
		/* width: 100%;
		max-width: 430px; */
		display: none;
	}

	.home-1-tab-content-div {
		/* max-width: 430px; */
		max-width: 100%;
	}

	.faq-left {
		padding: 30px;
	}

	.faq-question-and-icon {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.faq-icon {
		margin-top: 6px;
	}

	.faq-right {
		padding: 30px;
	}

	.home-1-cta-text {
		font-size: 22px;
		line-height: 30px;
	}

	.home-1-cta-circle {
		display: none;
	}

	.home-2-hero-heading {
		font-size: 43px;
		line-height: 48px;
	}

	.home-2-form-block {
		position: static;
		width: 100%;
		max-width: none;
		border-radius: 0px;
		background-color: transparent;
	}

	.home-2-form {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		border-radius: 0px;
		background-color: transparent;
	}

	.home-2-form-text-field {
		width: 100%;
		margin-bottom: 20px;
		border-radius: 230px;
		background-position: 6% 54%;
	}

	.home-2-steps-div {
		width: 100%;
	}

	.home-2-testimonial-cards-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home-2-testimonial-cards-left {
		width: 100%;
		margin-bottom: 30px;
	}

	.home-2-testimonial-card-right {
		width: 100%;
		padding-top: 0px;
	}

	.home-2-video {
		height: 500px;
	}

	.video-play-button {
		margin-top: 200px;
	}

	.home-video-text {
		margin-right: 0px;
	}

	.h2-56-px.blog-1-cta-heading {
		font-size: 50px;
		line-height: 58px;
	}

	.home-2-faq-item {
		padding-right: 0px;
		padding-left: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home-2-faq-content {
		width: 96%;
	}

	.home-2-question-and-close {
		margin-top: 10px;
	}

	.home-3-hero-content-div {
		padding-right: 0px;
		padding-left: 0px;
	}

	.home-3-hero-pointers {
		grid-row-gap: 40px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.link-with-arrow {
		margin-top: 20px;
	}

	.home-3-tab-pane-item {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.home-3-tab-pane-checkmark {
		margin-top: 7px;
	}

	.home-3-video-checkmark {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.home-3-video-checkmarks-item.middle {
		margin-top: 40px;
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.home-3-stats-grid {
		grid-column-gap: 20px;
	}

	.home-3-slide {
		padding: 60px 40px 80px;
	}

	.home-3-slider-left-arrow {
		right: 17%;
		bottom: 15%;
	}

	.home-3-slide-nav {
		margin-bottom: 20px;
	}

	.home-3-slider-name {
		font-size: 21px;
	}

	.home-3-slider-right-arrow {
		bottom: 15%;
	}

	.home-3-steps-left {
		margin-right: 20px;
	}

	.home-3-steps-circle {
		width: 60px;
		height: 60px;
	}

	.home-3-main-blog-image {
		width: 100%;
	}

	.home-3-main-blog-content {
		width: 100%;
	}

	.h1-48-px {
		font-size: 42px;
		line-height: 48px;
	}

	.about-1-hero-image._1 {
		bottom: 0%;
		width: 40%;
		height: 200px;
	}

	.about-1-hero-image._2 {
		bottom: -23%;
		height: 200px;
	}

	.about-1-hero-image._3 {
		bottom: -12%;
		width: 40%;
		height: 300px;
	}

	.about-1-pointers-grid {
		grid-row-gap: 20px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.about-1-history-slider-mask {
		width: 80%;
	}

	.about-1-history-left-arrow {
		left: auto;
		top: auto;
		right: 20%;
		bottom: -26%;
	}

	.about-1-history-right-arrow {
		left: auto;
		top: auto;
		right: 7%;
		bottom: -26%;
	}

	.about-1-principles-grid {
		grid-row-gap: 40px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.about-1-hiring-heading {
		font-size: 50px;
		line-height: 60px;
	}

	.hiring-float._1.hiring {
		display: none;
	}

	.hiring-float._2.hiring {
		display: none;
	}

	.hiring-float._3.hiring {
		display: none;
	}

	.hiring-float._4.hiring {
		display: none;
	}

	.hiring-float._5.hiring {
		display: none;
	}

	.hiring-float._6.hiring {
		display: none;
	}

	.about-2-hero-image {
		height: auto;
	}

	.about-2-slider-mask {
		width: 70%;
	}

	.about-2-flex-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-2-flex-content-item {
		width: 100%;
		margin-bottom: 30px;
	}

	.about-2-values-left {
		max-width: 440px;
		margin-right: auto;
		margin-left: auto;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.about-2-values-right {
		max-width: 500px;
	}

	.about-3-hero-images-grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.about-3-hero-large-image {
		height: 400px;
	}

	.about-3-values-card-grid {
		max-width: 390px;
		margin-right: auto;
		margin-left: auto;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.about-3-location-card.first {
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.location-cards-container {
		max-width: 310px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.blog-1-vertical {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.blog-vertical-left {
		width: 100%;
		max-width: none;
	}

	.blog-1-vertical-image {
		width: 100%;
		height: 330px;
		max-width: none;
		margin-bottom: 30px;
	}

	.blog-1-form-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		max-width: 400px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		background-color: transparent;
	}

	.blog-1-cta-background-2 {
		width: 140px;
	}

	.contact-hero-right {
		padding-right: 0px;
		padding-left: 0px;
	}

	.contact-hero-form-div {
		width: 90%;
	}

	.blog-2-tab-link {
		width: 60%;
		max-width: 250px;
		margin-bottom: 15px;
	}

	.blog-3-item {
		max-width: 350px;
		margin-right: auto;
		margin-bottom: 80px;
		margin-left: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.blog-3-image {
		width: 100%;
		height: 270px;
		max-width: none;
		margin-bottom: 30px;
	}

	.blog-3-item-content {
		width: 100%;
	}

	.vacancy-photos-grid {
		grid-row-gap: 20px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.vacancy-photos-grid._2 {
		-ms-grid-columns: 1.75fr;
		grid-template-columns: 1.75fr;
	}

	.vacancy-jobs-links-container {
		margin-top: 30px;
	}

	.vacancy-item {
		-ms-grid-columns: 3fr 1.25fr;
		grid-template-columns: 3fr 1.25fr;
	}

	.vacancy-item-basis.location {
		margin-left: 30px;
	}

	.about-1-team-background-1 {
		width: 80px;
	}

	.about-1-team-background-2 {
		width: 120px;
	}

	.about-tabs-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: transparent;
	}

	.about-tab-link {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 18px;
	}

	.about-tabs-content {
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
	}

	.about-2-collection-list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.about-3-team-mask {
		overflow: visible;
		width: 60%;
	}

	.about-3-team-slide {
		margin-right: 30px;
	}

	.about-3-team-left-arrow {
		left: auto;
		top: auto;
		right: 60px;
		bottom: -15%;
	}

	.about-3-team-right-arrow {
		left: auto;
		top: auto;
		right: 0%;
		bottom: -15%;
	}

	.team-single-name {
		font-size: 42px;
		line-height: 50px;
	}

	.about-2-slider-left-arrow {
		right: 100px;
	}

	.about-2-slider-right-arrow-copy {
		right: 40px;
	}

	.blog-3-slider-image {
		height: 250px;
	}

	.team-hero-item {
		padding-right: 20px;
		padding-left: 20px;
	}

	.wrapper-2 {
		width: 90%;
	}

	.wrapper-2.navbar-wrapper {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.update-wrapper {
		margin-top: 40px;
	}

	.license-text {
		width: 100%;
	}

	.licensing-subtext {
		text-align: left;
	}

	.licensing-text-wrap {
		padding: 30px;
	}

	.licensing-link {
		font-size: 40px;
	}

	.licencing-image-item {
		height: 240px;
	}

	.licensing-image-and-text-wrap {
		padding: 20px 30px 30px;
	}

	.licensing-text-subtext {
		text-align: left;
	}

	.footer-links-grid {
		grid-column-gap: 50px;
		grid-row-gap: 50px;
	}

	.footer-up {
		margin-bottom: 20px;
	}

	.error-message {
		font-size: 16px;
	}

	.mobile-nav-link {
		width: 90%;
	}

	.navbar-brand {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.mobile-toggle {
		width: 90%;
	}

	.brand {
		width: 140px;
		margin-left: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.wrapper-3-blog {
		width: 90%;
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.wrapper-3-blog.blog-3-slider {
		padding-top: 0px;
		padding-bottom: 120px;
	}

	.last-ghost-slide {
		display: none;
	}

	.blog-page-3-left-arrow {
		left: 0%;
		top: 0%;
		right: auto;
		bottom: 0%;
		width: 50px;
		height: 50px;
		margin-left: 20px;
	}

	.blog-page-3-left-arrow:hover {
		-webkit-filter: none;
		filter: none;
	}

	.home-2-last-slide {
		width: 100%;
	}

	.left-arrow-image-wrap {
		width: 100%;
		height: 100%;
		padding: 16px;
		-webkit-filter: invert(100%);
		filter: invert(100%);
	}

	.first-ghost-slide-2 {
		display: none;
		margin-right: 10px;
		margin-left: 10px;
	}

	.blog-page-3-first-slide {
		width: 100%;
	}

	.blog-page-3-right-arrow {
		width: 50px;
		height: 50px;
		margin-right: 20px;
	}

	.blog-page-3-right-arrow:hover {
		-webkit-filter: none;
		filter: none;
	}

	.blog-page-3-slider-mask {
		width: 90%;
	}

	.blog-3-page-slider {
		margin-right: 0px;
		margin-left: 0px;
	}

	.blog-arrow-wrap {
		width: 100%;
		height: 100%;
	}

	.about-3-location-card-2.first {
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.footer-dark {
		padding-right: 15px;
		padding-left: 15px;
	}

	.footer-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-content {
		margin-top: 40px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.footer-block {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-link:hover {
		color: rgba(255, 255, 255, 0.75);
	}

	.footer-social-block {
		margin-left: -20px;
	}

	.footer-social-link {
		margin-left: 20px;
	}

	.footer-divider {
		margin-top: 60px;
	}
}

@media screen and (max-width: 479px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 34px;
		line-height: 45px;
	}

	h3 {
		font-size: 24px;
		line-height: 36px;
	}

	h4 {
		font-size: 22px;
		line-height: 30px;
	}

	blockquote {
		font-size: 20px;
		line-height: 31px;
	}

	.display-heading {
		font-size: 55px;
		line-height: 70px;
	}

	.display-heading.home-1-cta {
		font-size: 40px;
		line-height: 44px;
	}

	.display-heading.home-1-hero {
		line-height: 62px;
	}

	.display-heading.about-3-hero {
		font-size: 46px;
		line-height: 50px;
	}

	.wrapper.home-hero-wrapper {
		padding-top: 100px;
	}

	.wrapper.home-flex-wrapper.reverse {
		padding-bottom: 60px;
	}

	.wrapper.about-1-hero-wrapper {
		padding-bottom: 340px;
	}

	.wrapper.about-1-history-wrapper {
		padding-left: 10px;
	}

	.home-hero-text {
		line-height: 30px;
	}

	.button {
		padding-right: 65px;
		padding-left: 30px;
		background-position: 87% 50%;
	}

	.hero-image {
		width: 100%;
		height: 450px;
	}

	.features-card {
		padding-right: 15px;
		padding-left: 15px;
	}

	.text-block._16-px {
		line-height: 26px;
	}

	.text-block._32-px {
		font-size: 23px;
	}

	.text-block._24-px.hiring-text {
		font-size: 21px;
	}

	.text-block._16-px {
		line-height: 26px;
	}

	.home-flex-image {
		width: 100%;
		height: 450px;
	}

	.flex-content {
		width: 100%;
	}

	.background-image-wrapper.blog-3-slider {
		padding-top: 60px;
	}

	.benefits-pointer-item {
		max-width: none;
	}

	.benefits-pointer-heading-and-number {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.home-1-tabs-menu {
		width: 80%;
	}

	.home-1-tab-image {
		height: 400px;
	}

	.home-1-tab-content-div {
		margin-top: 50px;
	}

	.faq-left {
		padding-right: 20px;
		padding-left: 20px;
	}

	.faq-right {
		padding-right: 20px;
		padding-left: 20px;
	}

	.home-1-cta-text {
		font-size: 18px;
	}

	.home-2-hero-heading {
		font-size: 41px;
	}

	.home-2-logos-container {
		max-width: 180px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.home-2-flex-pointer-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home-2-pointer-icon-circle {
		margin-bottom: 16px;
	}

	.home-2-pointer-icon-circle.green {
		margin-right: 0px;
	}

	.home-2-flex-testimonial-div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flex-testimonial-image {
		margin-bottom: 20px;
	}

	.home-2-steps-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home-2-steps-number-circle {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.home-2-video {
		height: 400px;
	}

	.video-play-button {
		margin-top: 175px;
	}

	.video-play-button.about-2-play-button {
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: 0%;
		margin: auto;
	}

	.h2-56-px.blog-1-cta-heading {
		font-size: 40px;
		line-height: 55px;
	}

	.home-2-faq-item {
		padding-top: 40px;
		padding-bottom: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home-2-faq-close {
		width: 40px;
		height: 40px;
	}

	.home-3-hero-image {
		height: 500px;
	}

	.home-3-hero-heading {
		font-size: 39px;
		line-height: 51px;
	}

	.home-3-flex-link-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.home-3-link-icon-and-heading {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.home-3-link-icon-circle {
		margin-bottom: 10px;
	}

	.home-3-link-heading {
		margin-left: 0px;
	}

	.home-3-tabs-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.home-3-video {
		height: 450px;
	}

	.home-3-video-laptop-bar-image {
		top: -26px;
	}

	.home-3-stats-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.home-3-slide {
		padding-right: 15px;
		padding-bottom: 180px;
		padding-left: 15px;
	}

	.home-3-slider-left-arrow {
		left: 15px;
		top: auto;
		right: auto;
		bottom: 10%;
	}

	.home-3-slider-name {
		font-size: 19px;
	}

	.home-3-slider-right-arrow {
		left: 80px;
		top: auto;
		right: auto;
		bottom: 10%;
	}

	.home-3-steps-left {
		margin-right: 10px;
	}

	.h1-48-px {
		font-size: 38px;
		line-height: 46px;
	}

	.about-1-hero-image._1 {
		left: 2%;
		bottom: 10%;
		z-index: 2;
		width: 46%;
		height: 190px;
	}

	.about-1-hero-image._2 {
		left: 0%;
		top: auto;
		right: 0%;
		bottom: -140px;
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}

	.about-1-hero-image._3 {
		right: 2%;
		bottom: 10%;
		width: 46%;
		height: 190px;
	}

	.about-1-history-slider-mask {
		width: 90%;
	}

	.about-1-history-slide {
		margin-right: 20px;
		padding: 0px;
	}

	.about-1-history-left-arrow {
		right: 26%;
	}

	.about-1-flex-grid {
		grid-row-gap: 30px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.about-1-hiring-heading {
		font-size: 40px;
		line-height: 56px;
	}

	.hiring-float._1.vacancy {
		display: none;
	}

	.hiring-float._2.vacancy {
		display: none;
	}

	.hiring-float._3.vacancy {
		display: none;
	}

	.hiring-float._4.vacancy {
		display: none;
	}

	.hiring-float._5.vacancy {
		display: none;
	}

	.hiring-float._1.vacancy-2 {
		display: none;
	}

	.hiring-float._4.vacancy {
		display: none;
	}

	.hiring-float._5.vacancy {
		display: none;
	}

	.hiring-float._2.vacancy {
		display: none;
	}

	.hiring-float._3.vacancy {
		display: none;
	}

	.hiring-float._1.vacancy {
		display: none;
	}

	.about-2-hero-image {
		height: auto;
	}

	.about-2-slider-mask {
		width: 95%;
	}

	.about-2-slide {
		padding-right: 15px;
		padding-left: 15px;
	}

	.about-2-flex-lightbox-link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 320px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.about-2-values-item {
		padding-right: 13px;
		padding-left: 13px;
	}

	.about-2-values-item._1 {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.about-2-values-item._2 {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.about-2-values-item._3 {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.about-2-values-item._4 {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.about-2-values-item._5 {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.about-3-hero-small-image {
		height: 200px;
	}

	.about-3-hero-large-image {
		height: 320px;
	}

	.about-3-values-card-grid {
		width: 90%;
		max-width: 350px;
	}

	.about-3-values-card {
		margin-left: 0px;
	}

	.blog-1-image {
		height: 300px;
	}

	.blog-1-vertical-author {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.blog-1-vertical-image {
		height: 300px;
	}

	.contact-hero-left {
		padding-right: 20px;
		padding-left: 20px;
	}

	.contact-email {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contact-email.up {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contact-email-circle {
		margin-right: 0px;
		margin-bottom: 12px;
	}

	.contact-hero-right {
		padding-right: 0px;
		padding-left: 0px;
	}

	.contact-hero-form-div {
		width: 90%;
		padding-right: 20px;
		padding-left: 20px;
	}

	.contact-hero-form-field.short.name {
		width: 100%;
	}

	.contact-hero-form-field.short.email {
		width: 100%;
	}

	.contact-hero-form-field.short.phone {
		width: 100%;
	}

	.contact-hero-form-field.short.company {
		width: 100%;
	}

	.contact-form-field-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.blog-1-main-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.blog-1-main-social {
		width: 100%;
	}

	.blog-2-tab-link {
		width: 100%;
	}

	.blog-2-featured {
		padding-right: 15px;
		padding-left: 15px;
	}

	.blog-2-item {
		padding-right: 15px;
		padding-left: 15px;
	}

	.blog-1-main-tags {
		width: 100%;
		margin-top: 40px;
		margin-left: 0px;
	}

	.vacancy-hero-image {
		height: 500px;
	}

	.vacancy-dropdowns-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		background-color: transparent;
	}

	.jobs-dropdown {
		width: 100%;
	}

	.jobs-dropdown.first {
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
	}

	.jobs-dropdown-toggle {
		width: 100%;
		border-radius: 40px;
		background-color: #efefef;
	}

	.jobs-dropdown-toggle.w--open {
		background-color: #efefef;
	}

	.jobs-dropdown-toggle.first {
		margin-bottom: 0px;
	}

	.jobs-dropdown-list {
		z-index: 0;
	}

	.jobs-dropdown-list.w--open {
		padding-top: 30px;
	}

	.vacancy-item {
		grid-row-gap: 30px;
		-ms-grid-columns: 3fr;
		grid-template-columns: 3fr;
	}

	.vacancy-item-basis.location {
		margin-top: 10px;
		margin-left: 0px;
	}

	.about-3-team-mask {
		width: 100%;
	}

	.team-single-name {
		font-size: 36px;
		line-height: 46px;
	}

	.team-single-social-media {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.vacancy-single-heading {
		font-size: 40px;
		line-height: 52px;
	}

	.about-2-slider-right-arrow-copy {
		right: 8%;
	}

	.blog-3-slider-image {
		height: 200px;
	}

	.team-hero-item {
		padding-right: 15px;
		padding-left: 15px;
	}

	.home-2-faq-question {
		width: 86%;
		font-size: 20px;
		line-height: 28px;
	}

	.vacancy-item-basis-and-location {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.social-media-icons {
		margin-top: 20px;
	}

	.style-guide-title {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 20px;
	}

	.colour {
		margin: 10px;
	}

	.style-guide-colours {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.wrapper-2.updates {
		padding: 20px;
	}

	.update-wrapper {
		margin-top: 30px;
	}

	.update-text {
		line-height: 30px;
	}

	.licensing-link {
		font-size: 30px;
	}

	.licencing-images-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.licensing-image-and-text-wrap {
		padding-right: 20px;
		padding-left: 20px;
	}

	.footer-links-grid {
		grid-row-gap: 5px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.footer-up {
		margin-bottom: 30px;
	}

	.navbar-brand {
		width: 120px;
		height: 30px;
	}

	.brand {
		width: 130px;
		margin-left: 0px;
	}

	.blog-1-main-tags-2 {
		width: 100%;
		margin-top: 40px;
		margin-left: 0px;
	}

	.blog-1-main-social-2 {
		width: 100%;
	}

	.about-1-history-slide-wrap {
		padding-right: 15px;
		padding-left: 15px;
	}

	.wrapper-3-blog.blog-3-slider {
		padding-bottom: 160px;
	}

	.blog-page-3-left-arrow {
		left: -70px;
		top: auto;
		right: 0%;
		bottom: 0%;
		margin-right: auto;
		margin-bottom: -70px;
		margin-left: auto;
	}

	.left-arrow-image-wrap {
		padding: 16px;
	}

	.blog-page-3-first-slide {
		width: 100%;
	}

	.blog-page-3-slider {
		margin-top: 55px;
	}

	.blog-page-3-right-arrow {
		left: 0%;
		top: auto;
		right: -70px;
		bottom: 0%;
		width: 50px;
		height: 50px;
		margin-right: auto;
		margin-bottom: -70px;
		margin-left: auto;
	}

	.blog-page-3-slider-mask {
		width: 100%;
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;
	}

	.blog-3-slide-content {
		padding: 20px 15px;
	}

	.blog-3-heading {
		font-size: 24px;
		line-height: 33px;
	}

	._404-subtext {
		width: 90%;
		font-size: 18px;
	}

	.div-block {
		width: 90%;
	}

	.heading {
		text-align: left;
	}

	.button-2 {
		padding-right: 65px;
		padding-left: 30px;
		background-position: 87% 50%;
	}

	.container {
		max-width: none;
	}
}

@keyframes moveIn {
	0% {
		left: -100px;
		opacity: 0;
	}
	100% {
		left: 0px;
		opacity: 1;
	}
}

@keyframes moveIn2 {
	0% {
		right: 10px;
		opacity: 0;
	}
	50% {
		right: -5px;
		opacity: 0;
	}
	100% {
		right: -9px;
		opacity: 1;
	}
}

@keyframes backgroundColorPalette {
	0% {
		background: #262633;
	}
	25% {
		background: #450401;
	}
	50% {
		background: #001d22;
	}
	75% {
		background: #050e4b;
	}
	100% {
		background: #002618;
	}
}

#w-node-f26ab7d2-18b4-f82e-d630-c8d014fc183d-fa42dfc4 {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-f26ab7d2-18b4-f82e-d630-c8d014fc183e-fa42dfc4 {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-f26ab7d2-18b4-f82e-d630-c8d014fc183f-fa42dfc4 {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-f26ab7d2-18b4-f82e-d630-c8d014fc1840-fa42dfc4 {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-_97b7c5ad-3a3b-eff0-667b-b77439cd9775-fa42dfc4 {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-_97b7c5ad-3a3b-eff0-667b-b77439cd9776-fa42dfc4 {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-_97b7c5ad-3a3b-eff0-667b-b77439cd9777-fa42dfc4 {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-_97b7c5ad-3a3b-eff0-667b-b77439cd9778-fa42dfc4 {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-_82e0cda9-5d36-63b4-a475-e775049e4b92-fa42dfc4 {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-_82e0cda9-5d36-63b4-a475-e775049e4b93-fa42dfc4 {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-_82e0cda9-5d36-63b4-a475-e775049e4b94-fa42dfc4 {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-_23dc3639-ad0d-93ac-9c9b-31ea9730fec9-9730feae {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

#w-node-_4fd4cd8f-4555-0e60-0493-4a30088b141a-5542dfd6 {
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
}

#w-node-_4fd4cd8f-4555-0e60-0493-4a30088b1423-5542dfd6 {
	-ms-grid-column-align: end;
	justify-self: end;
}

#w-node-f0f3002b-be71-8fbc-8711-6035e4c1cfdf-bf42dfd7 {
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
}

#w-node-f0f3002b-be71-8fbc-8711-6035e4c1cfe8-bf42dfd7 {
	-ms-grid-column-align: end;
	justify-self: end;
}

@media screen and (min-width: 1280px) {
	#w-node-f26ab7d2-18b4-f82e-d630-c8d014fc183e-fa42dfc4 {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
	}

	#w-node-f26ab7d2-18b4-f82e-d630-c8d014fc183f-fa42dfc4 {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
	}

	#w-node-_97b7c5ad-3a3b-eff0-667b-b77439cd9775-fa42dfc4 {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
	}

	#w-node-_97b7c5ad-3a3b-eff0-667b-b77439cd9776-fa42dfc4 {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
	}

	#w-node-_97b7c5ad-3a3b-eff0-667b-b77439cd9777-fa42dfc4 {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
	}

	#w-node-_82e0cda9-5d36-63b4-a475-e775049e4b92-fa42dfc4 {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
	}

	#w-node-_82e0cda9-5d36-63b4-a475-e775049e4b93-fa42dfc4 {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
	}

	#w-node-_82e0cda9-5d36-63b4-a475-e775049e4b94-fa42dfc4 {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
	}
}

@media screen and (max-width: 991px) {
	#w-node-_4fd4cd8f-4555-0e60-0493-4a30088b141a-5542dfd6 {
		-ms-grid-column-span: 1;
		grid-column-end: 2;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row-span: 0;
		grid-row-end: 2;
		-ms-grid-row: 2;
		grid-row-start: 2;
	}

	#w-node-f0f3002b-be71-8fbc-8711-6035e4c1cfdf-bf42dfd7 {
		-ms-grid-column-span: 1;
		grid-column-end: 2;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row-span: 0;
		grid-row-end: 2;
		-ms-grid-row: 2;
		grid-row-start: 2;
	}

	.footer-logo-and-text-container {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 767px) {
	#w-node-_4fd4cd8f-4555-0e60-0493-4a30088b141a-5542dfd6 {
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 0;
		grid-row-end: 2;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
	}

	#w-node-f0f3002b-be71-8fbc-8711-6035e4c1cfdf-bf42dfd7 {
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 0;
		grid-row-end: 2;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
	}
}

@media screen and (max-width: 479px) {
	#w-node-_4fd4cd8f-4555-0e60-0493-4a30088b141a-5542dfd6 {
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 0;
		grid-row-end: 2;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
	}

	#w-node-_4fd4cd8f-4555-0e60-0493-4a30088b1423-5542dfd6 {
		-ms-grid-column-align: start;
		justify-self: start;
	}

	#w-node-f0f3002b-be71-8fbc-8711-6035e4c1cfdf-bf42dfd7 {
		-ms-grid-row: 2;
		grid-row-start: 2;
		-ms-grid-row-span: 0;
		grid-row-end: 2;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
	}

	#w-node-f0f3002b-be71-8fbc-8711-6035e4c1cfe8-bf42dfd7 {
		-ms-grid-column-align: start;
		justify-self: start;
	}

	.footer-logo-and-text-container {
		margin-bottom: 16px;
	}

	.footer-site-map-area {
		flex-wrap: wrap !important;
	}

	#back-to-top {
		margin-top: 36px;
	}
}
