@charset "UTF-8";
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}


/*
Theme Name: Alphabyte
Author: Anonymous
Author URI:
Version: 1
Description: Alphabyte theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alphabyte
Tags: one-column, two-columns
Theme URI:
*/
@font-face {
	font-family: "icomoon";
	src: url(//alphabytesolutions.com/wp-content/themes/alphabyte/fonts/icomoon.ttf?rti7qa) format("truetype"),
		url(//alphabytesolutions.com/wp-content/themes/alphabyte/fonts/icomoon.woff?rti7qa) format("woff"),
		url(//alphabytesolutions.com/wp-content/themes/alphabyte/fonts/icomoon.svg?rti7qa#icomoon) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
	content: "\e903";
}

.icon-twitter:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-linkedin:before {
	content: "\e906";
}

.icon-chevron-left:before {
	content: "\e900";
}

.icon-chevron-right:before {
	content: "\e901";
}

.icon-chevron-down:before {
	content: "\e902";
}

@font-face {
	font-family: "aeonik";
	src: url(//alphabytesolutions.com/wp-content/themes/alphabyte/fonts/aeonik-regular-webfont.woff2) format("woff2"),
		url(//alphabytesolutions.com/wp-content/themes/alphabyte/fonts/aeonik-regular-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "aeonik";
	src: url(//alphabytesolutions.com/wp-content/themes/alphabyte/fonts/aeonik-medium-webfont.woff2) format("woff2"),
		url(//alphabytesolutions.com/wp-content/themes/alphabyte/fonts/aeonik-medium-webfont.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "aeonik";
	src: url(//alphabytesolutions.com/wp-content/themes/alphabyte/fonts/aeonik-bold-webfont.woff2) format("woff2"),
		url(//alphabytesolutions.com/wp-content/themes/alphabyte/fonts/aeonik-bold-webfont.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.tagcloud,
.nav-drop ul,
.article-content ol,
.accordion,
.team-list,
.section-tech-used .list-wrapper > ul,
.slick-dots,
#footer ul,
#footer .footer-bottom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after,
[id="header"] [id="nav"]:after,
.splitting ul li:after,
.container:after,
[class^="container-"]:after,
[class*=" container-"]:after,
.g-container:after,
.g_container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}

.df-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -16px;
}
@media (min-width: 320px) {
	.df-row.df-rr-xs {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
@media (min-width: 320px) {
	.df-row.df-aic-xs {
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 320px) {
	.df-row.df-jcc-xs {
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (min-width: 320px) {
	.df-row.df-jcsb-xs {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (min-width: 375px) {
	.df-row.df-rr-sm {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
@media (min-width: 375px) {
	.df-row.df-aic-sm {
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 375px) {
	.df-row.df-jcc-sm {
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (min-width: 375px) {
	.df-row.df-jcsb-sm {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (min-width: 480px) {
	.df-row.df-rr-ph {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
@media (min-width: 480px) {
	.df-row.df-aic-ph {
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 480px) {
	.df-row.df-jcc-ph {
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (min-width: 480px) {
	.df-row.df-jcsb-ph {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (min-width: 768px) {
	.df-row.df-rr-md {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
@media (min-width: 768px) {
	.df-row.df-aic-md {
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 768px) {
	.df-row.df-jcc-md {
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (min-width: 768px) {
	.df-row.df-jcsb-md {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (min-width: 992px) {
	.df-row.df-rr-lg {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
@media (min-width: 992px) {
	.df-row.df-aic-lg {
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 992px) {
	.df-row.df-jcc-lg {
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (min-width: 992px) {
	.df-row.df-jcsb-lg {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (min-width: 1200px) {
	.df-row.df-rr-xl {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
@media (min-width: 1200px) {
	.df-row.df-aic-xl {
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 1200px) {
	.df-row.df-jcc-xl {
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (min-width: 1200px) {
	.df-row.df-jcsb-xl {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (min-width: 1536px) {
	.df-row.df-rr-xxl {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
@media (min-width: 1536px) {
	.df-row.df-aic-xxl {
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 1536px) {
	.df-row.df-jcc-xxl {
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (min-width: 1536px) {
	.df-row.df-jcsb-xxl {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (min-width: 1920px) {
	.df-row.df-rr-fhd {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
@media (min-width: 1920px) {
	.df-row.df-aic-fhd {
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 1920px) {
	.df-row.df-jcc-fhd {
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media (min-width: 1920px) {
	.df-row.df-jcsb-fhd {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (min-width: 320px) {
	.df-row .col-xs-1 {
		-ms-flex: 1 0 calc(100% / 12 * 1);
		flex: 1 0 calc(100% / 12 * 1);
		max-width: calc(100% / 12 * 1);
	}
}
@media (min-width: 320px) {
	.df-row .col-xs-2 {
		-ms-flex: 1 0 calc(100% / 12 * 2);
		flex: 1 0 calc(100% / 12 * 2);
		max-width: calc(100% / 12 * 2);
	}
}
@media (min-width: 320px) {
	.df-row .col-xs-3 {
		-ms-flex: 1 0 calc(100% / 12 * 3);
		flex: 1 0 calc(100% / 12 * 3);
		max-width: calc(100% / 12 * 3);
	}
}
@media (min-width: 320px) {
	.df-row .col-xs-4 {
		-ms-flex: 1 0 calc(100% / 12 * 4);
		flex: 1 0 calc(100% / 12 * 4);
		max-width: calc(100% / 12 * 4);
	}
}
@media (min-width: 320px) {
	.df-row .col-xs-5 {
		-ms-flex: 1 0 calc(100% / 12 * 5);
		flex: 1 0 calc(100% / 12 * 5);
		max-width: calc(100% / 12 * 5);
	}
}
@media (min-width: 320px) {
	.df-row .col-xs-6 {
		-ms-flex: 1 0 calc(100% / 12 * 6);
		flex: 1 0 calc(100% / 12 * 6);
		max-width: calc(100% / 12 * 6);
	}
}
@media (min-width: 320px) {
	.df-row .col-xs-7 {
		-ms-flex: 1 0 calc(100% / 12 * 7);
		flex: 1 0 calc(100% / 12 * 7);
		max-width: calc(100% / 12 * 7);
	}
}
@media (min-width: 320px) {
	.df-row .col-xs-8 {
		-ms-flex: 1 0 calc(100% / 12 * 8);
		flex: 1 0 calc(100% / 12 * 8);
		max-width: calc(100% / 12 * 8);
	}
}
@media (min-width: 320px) {
	.df-row .col-xs-9 {
		-ms-flex: 1 0 calc(100% / 12 * 9);
		flex: 1 0 calc(100% / 12 * 9);
		max-width: calc(100% / 12 * 9);
	}
}
@media (min-width: 320px) {
	.df-row .col-xs-10 {
		-ms-flex: 1 0 calc(100% / 12 * 10);
		flex: 1 0 calc(100% / 12 * 10);
		max-width: calc(100% / 12 * 10);
	}
}
@media (min-width: 320px) {
	.df-row .col-xs-11 {
		-ms-flex: 1 0 calc(100% / 12 * 11);
		flex: 1 0 calc(100% / 12 * 11);
		max-width: calc(100% / 12 * 11);
	}
}
@media (min-width: 320px) {
	.df-row .col-xs-12 {
		-ms-flex: 1 0 calc(100% / 12 * 12);
		flex: 1 0 calc(100% / 12 * 12);
		max-width: calc(100% / 12 * 12);
	}
}
@media (min-width: 320px) {
	.df-row .col-xs-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
}
@media (min-width: 320px) {
	.df-row .col-offset-xs-0 {
		margin-left: calc(100% / 12 * 0);
	}
}
@media (min-width: 320px) {
	.df-row .col-offset-xs-1 {
		margin-left: calc(100% / 12 * 1);
	}
}
@media (min-width: 320px) {
	.df-row .col-offset-xs-2 {
		margin-left: calc(100% / 12 * 2);
	}
}
@media (min-width: 320px) {
	.df-row .col-offset-xs-3 {
		margin-left: calc(100% / 12 * 3);
	}
}
@media (min-width: 320px) {
	.df-row .col-offset-xs-4 {
		margin-left: calc(100% / 12 * 4);
	}
}
@media (min-width: 320px) {
	.df-row .col-offset-xs-5 {
		margin-left: calc(100% / 12 * 5);
	}
}
@media (min-width: 320px) {
	.df-row .col-offset-xs-6 {
		margin-left: calc(100% / 12 * 6);
	}
}
@media (min-width: 320px) {
	.df-row .col-offset-xs-7 {
		margin-left: calc(100% / 12 * 7);
	}
}
@media (min-width: 320px) {
	.df-row .col-offset-xs-8 {
		margin-left: calc(100% / 12 * 8);
	}
}
@media (min-width: 320px) {
	.df-row .col-offset-xs-9 {
		margin-left: calc(100% / 12 * 9);
	}
}
@media (min-width: 320px) {
	.df-row .col-offset-xs-10 {
		margin-left: calc(100% / 12 * 10);
	}
}
@media (min-width: 320px) {
	.df-row .col-offset-xs-11 {
		margin-left: calc(100% / 12 * 11);
	}
}
@media (min-width: 375px) {
	.df-row .col-sm-1 {
		-ms-flex: 1 0 calc(100% / 12 * 1);
		flex: 1 0 calc(100% / 12 * 1);
		max-width: calc(100% / 12 * 1);
	}
}
@media (min-width: 375px) {
	.df-row .col-sm-2 {
		-ms-flex: 1 0 calc(100% / 12 * 2);
		flex: 1 0 calc(100% / 12 * 2);
		max-width: calc(100% / 12 * 2);
	}
}
@media (min-width: 375px) {
	.df-row .col-sm-3 {
		-ms-flex: 1 0 calc(100% / 12 * 3);
		flex: 1 0 calc(100% / 12 * 3);
		max-width: calc(100% / 12 * 3);
	}
}
@media (min-width: 375px) {
	.df-row .col-sm-4 {
		-ms-flex: 1 0 calc(100% / 12 * 4);
		flex: 1 0 calc(100% / 12 * 4);
		max-width: calc(100% / 12 * 4);
	}
}
@media (min-width: 375px) {
	.df-row .col-sm-5 {
		-ms-flex: 1 0 calc(100% / 12 * 5);
		flex: 1 0 calc(100% / 12 * 5);
		max-width: calc(100% / 12 * 5);
	}
}
@media (min-width: 375px) {
	.df-row .col-sm-6 {
		-ms-flex: 1 0 calc(100% / 12 * 6);
		flex: 1 0 calc(100% / 12 * 6);
		max-width: calc(100% / 12 * 6);
	}
}
@media (min-width: 375px) {
	.df-row .col-sm-7 {
		-ms-flex: 1 0 calc(100% / 12 * 7);
		flex: 1 0 calc(100% / 12 * 7);
		max-width: calc(100% / 12 * 7);
	}
}
@media (min-width: 375px) {
	.df-row .col-sm-8 {
		-ms-flex: 1 0 calc(100% / 12 * 8);
		flex: 1 0 calc(100% / 12 * 8);
		max-width: calc(100% / 12 * 8);
	}
}
@media (min-width: 375px) {
	.df-row .col-sm-9 {
		-ms-flex: 1 0 calc(100% / 12 * 9);
		flex: 1 0 calc(100% / 12 * 9);
		max-width: calc(100% / 12 * 9);
	}
}
@media (min-width: 375px) {
	.df-row .col-sm-10 {
		-ms-flex: 1 0 calc(100% / 12 * 10);
		flex: 1 0 calc(100% / 12 * 10);
		max-width: calc(100% / 12 * 10);
	}
}
@media (min-width: 375px) {
	.df-row .col-sm-11 {
		-ms-flex: 1 0 calc(100% / 12 * 11);
		flex: 1 0 calc(100% / 12 * 11);
		max-width: calc(100% / 12 * 11);
	}
}
@media (min-width: 375px) {
	.df-row .col-sm-12 {
		-ms-flex: 1 0 calc(100% / 12 * 12);
		flex: 1 0 calc(100% / 12 * 12);
		max-width: calc(100% / 12 * 12);
	}
}
@media (min-width: 375px) {
	.df-row .col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
}
@media (min-width: 375px) {
	.df-row .col-offset-sm-0 {
		margin-left: calc(100% / 12 * 0);
	}
}
@media (min-width: 375px) {
	.df-row .col-offset-sm-1 {
		margin-left: calc(100% / 12 * 1);
	}
}
@media (min-width: 375px) {
	.df-row .col-offset-sm-2 {
		margin-left: calc(100% / 12 * 2);
	}
}
@media (min-width: 375px) {
	.df-row .col-offset-sm-3 {
		margin-left: calc(100% / 12 * 3);
	}
}
@media (min-width: 375px) {
	.df-row .col-offset-sm-4 {
		margin-left: calc(100% / 12 * 4);
	}
}
@media (min-width: 375px) {
	.df-row .col-offset-sm-5 {
		margin-left: calc(100% / 12 * 5);
	}
}
@media (min-width: 375px) {
	.df-row .col-offset-sm-6 {
		margin-left: calc(100% / 12 * 6);
	}
}
@media (min-width: 375px) {
	.df-row .col-offset-sm-7 {
		margin-left: calc(100% / 12 * 7);
	}
}
@media (min-width: 375px) {
	.df-row .col-offset-sm-8 {
		margin-left: calc(100% / 12 * 8);
	}
}
@media (min-width: 375px) {
	.df-row .col-offset-sm-9 {
		margin-left: calc(100% / 12 * 9);
	}
}
@media (min-width: 375px) {
	.df-row .col-offset-sm-10 {
		margin-left: calc(100% / 12 * 10);
	}
}
@media (min-width: 375px) {
	.df-row .col-offset-sm-11 {
		margin-left: calc(100% / 12 * 11);
	}
}
@media (min-width: 480px) {
	.df-row .col-ph-1 {
		-ms-flex: 1 0 calc(100% / 12 * 1);
		flex: 1 0 calc(100% / 12 * 1);
		max-width: calc(100% / 12 * 1);
	}
}
@media (min-width: 480px) {
	.df-row .col-ph-2 {
		-ms-flex: 1 0 calc(100% / 12 * 2);
		flex: 1 0 calc(100% / 12 * 2);
		max-width: calc(100% / 12 * 2);
	}
}
@media (min-width: 480px) {
	.df-row .col-ph-3 {
		-ms-flex: 1 0 calc(100% / 12 * 3);
		flex: 1 0 calc(100% / 12 * 3);
		max-width: calc(100% / 12 * 3);
	}
}
@media (min-width: 480px) {
	.df-row .col-ph-4 {
		-ms-flex: 1 0 calc(100% / 12 * 4);
		flex: 1 0 calc(100% / 12 * 4);
		max-width: calc(100% / 12 * 4);
	}
}
@media (min-width: 480px) {
	.df-row .col-ph-5 {
		-ms-flex: 1 0 calc(100% / 12 * 5);
		flex: 1 0 calc(100% / 12 * 5);
		max-width: calc(100% / 12 * 5);
	}
}
@media (min-width: 480px) {
	.df-row .col-ph-6 {
		-ms-flex: 1 0 calc(100% / 12 * 6);
		flex: 1 0 calc(100% / 12 * 6);
		max-width: calc(100% / 12 * 6);
	}
}
@media (min-width: 480px) {
	.df-row .col-ph-7 {
		-ms-flex: 1 0 calc(100% / 12 * 7);
		flex: 1 0 calc(100% / 12 * 7);
		max-width: calc(100% / 12 * 7);
	}
}
@media (min-width: 480px) {
	.df-row .col-ph-8 {
		-ms-flex: 1 0 calc(100% / 12 * 8);
		flex: 1 0 calc(100% / 12 * 8);
		max-width: calc(100% / 12 * 8);
	}
}
@media (min-width: 480px) {
	.df-row .col-ph-9 {
		-ms-flex: 1 0 calc(100% / 12 * 9);
		flex: 1 0 calc(100% / 12 * 9);
		max-width: calc(100% / 12 * 9);
	}
}
@media (min-width: 480px) {
	.df-row .col-ph-10 {
		-ms-flex: 1 0 calc(100% / 12 * 10);
		flex: 1 0 calc(100% / 12 * 10);
		max-width: calc(100% / 12 * 10);
	}
}
@media (min-width: 480px) {
	.df-row .col-ph-11 {
		-ms-flex: 1 0 calc(100% / 12 * 11);
		flex: 1 0 calc(100% / 12 * 11);
		max-width: calc(100% / 12 * 11);
	}
}
@media (min-width: 480px) {
	.df-row .col-ph-12 {
		-ms-flex: 1 0 calc(100% / 12 * 12);
		flex: 1 0 calc(100% / 12 * 12);
		max-width: calc(100% / 12 * 12);
	}
}
@media (min-width: 480px) {
	.df-row .col-ph-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
}
@media (min-width: 480px) {
	.df-row .col-offset-ph-0 {
		margin-left: calc(100% / 12 * 0);
	}
}
@media (min-width: 480px) {
	.df-row .col-offset-ph-1 {
		margin-left: calc(100% / 12 * 1);
	}
}
@media (min-width: 480px) {
	.df-row .col-offset-ph-2 {
		margin-left: calc(100% / 12 * 2);
	}
}
@media (min-width: 480px) {
	.df-row .col-offset-ph-3 {
		margin-left: calc(100% / 12 * 3);
	}
}
@media (min-width: 480px) {
	.df-row .col-offset-ph-4 {
		margin-left: calc(100% / 12 * 4);
	}
}
@media (min-width: 480px) {
	.df-row .col-offset-ph-5 {
		margin-left: calc(100% / 12 * 5);
	}
}
@media (min-width: 480px) {
	.df-row .col-offset-ph-6 {
		margin-left: calc(100% / 12 * 6);
	}
}
@media (min-width: 480px) {
	.df-row .col-offset-ph-7 {
		margin-left: calc(100% / 12 * 7);
	}
}
@media (min-width: 480px) {
	.df-row .col-offset-ph-8 {
		margin-left: calc(100% / 12 * 8);
	}
}
@media (min-width: 480px) {
	.df-row .col-offset-ph-9 {
		margin-left: calc(100% / 12 * 9);
	}
}
@media (min-width: 480px) {
	.df-row .col-offset-ph-10 {
		margin-left: calc(100% / 12 * 10);
	}
}
@media (min-width: 480px) {
	.df-row .col-offset-ph-11 {
		margin-left: calc(100% / 12 * 11);
	}
}
@media (min-width: 768px) {
	.df-row .col-md-1 {
		-ms-flex: 1 0 calc(100% / 12 * 1);
		flex: 1 0 calc(100% / 12 * 1);
		max-width: calc(100% / 12 * 1);
	}
}
@media (min-width: 768px) {
	.df-row .col-md-2 {
		-ms-flex: 1 0 calc(100% / 12 * 2);
		flex: 1 0 calc(100% / 12 * 2);
		max-width: calc(100% / 12 * 2);
	}
}
@media (min-width: 768px) {
	.df-row .col-md-3 {
		-ms-flex: 1 0 calc(100% / 12 * 3);
		flex: 1 0 calc(100% / 12 * 3);
		max-width: calc(100% / 12 * 3);
	}
}
@media (min-width: 768px) {
	.df-row .col-md-4 {
		-ms-flex: 1 0 calc(100% / 12 * 4);
		flex: 1 0 calc(100% / 12 * 4);
		max-width: calc(100% / 12 * 4);
	}
}
@media (min-width: 768px) {
	.df-row .col-md-5 {
		-ms-flex: 1 0 calc(100% / 12 * 5);
		flex: 1 0 calc(100% / 12 * 5);
		max-width: calc(100% / 12 * 5);
	}
}
@media (min-width: 768px) {
	.df-row .col-md-6 {
		-ms-flex: 1 0 calc(100% / 12 * 6);
		flex: 1 0 calc(100% / 12 * 6);
		max-width: calc(100% / 12 * 6);
	}
}
@media (min-width: 768px) {
	.df-row .col-md-7 {
		-ms-flex: 1 0 calc(100% / 12 * 7);
		flex: 1 0 calc(100% / 12 * 7);
		max-width: calc(100% / 12 * 7);
	}
}
@media (min-width: 768px) {
	.df-row .col-md-8 {
		-ms-flex: 1 0 calc(100% / 12 * 8);
		flex: 1 0 calc(100% / 12 * 8);
		max-width: calc(100% / 12 * 8);
	}
}
@media (min-width: 768px) {
	.df-row .col-md-9 {
		-ms-flex: 1 0 calc(100% / 12 * 9);
		flex: 1 0 calc(100% / 12 * 9);
		max-width: calc(100% / 12 * 9);
	}
}
@media (min-width: 768px) {
	.df-row .col-md-10 {
		-ms-flex: 1 0 calc(100% / 12 * 10);
		flex: 1 0 calc(100% / 12 * 10);
		max-width: calc(100% / 12 * 10);
	}
}
@media (min-width: 768px) {
	.df-row .col-md-11 {
		-ms-flex: 1 0 calc(100% / 12 * 11);
		flex: 1 0 calc(100% / 12 * 11);
		max-width: calc(100% / 12 * 11);
	}
}
@media (min-width: 768px) {
	.df-row .col-md-12 {
		-ms-flex: 1 0 calc(100% / 12 * 12);
		flex: 1 0 calc(100% / 12 * 12);
		max-width: calc(100% / 12 * 12);
	}
}
@media (min-width: 768px) {
	.df-row .col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
}
@media (min-width: 768px) {
	.df-row .col-offset-md-0 {
		margin-left: calc(100% / 12 * 0);
	}
}
@media (min-width: 768px) {
	.df-row .col-offset-md-1 {
		margin-left: calc(100% / 12 * 1);
	}
}
@media (min-width: 768px) {
	.df-row .col-offset-md-2 {
		margin-left: calc(100% / 12 * 2);
	}
}
@media (min-width: 768px) {
	.df-row .col-offset-md-3 {
		margin-left: calc(100% / 12 * 3);
	}
}
@media (min-width: 768px) {
	.df-row .col-offset-md-4 {
		margin-left: calc(100% / 12 * 4);
	}
}
@media (min-width: 768px) {
	.df-row .col-offset-md-5 {
		margin-left: calc(100% / 12 * 5);
	}
}
@media (min-width: 768px) {
	.df-row .col-offset-md-6 {
		margin-left: calc(100% / 12 * 6);
	}
}
@media (min-width: 768px) {
	.df-row .col-offset-md-7 {
		margin-left: calc(100% / 12 * 7);
	}
}
@media (min-width: 768px) {
	.df-row .col-offset-md-8 {
		margin-left: calc(100% / 12 * 8);
	}
}
@media (min-width: 768px) {
	.df-row .col-offset-md-9 {
		margin-left: calc(100% / 12 * 9);
	}
}
@media (min-width: 768px) {
	.df-row .col-offset-md-10 {
		margin-left: calc(100% / 12 * 10);
	}
}
@media (min-width: 768px) {
	.df-row .col-offset-md-11 {
		margin-left: calc(100% / 12 * 11);
	}
}
@media (min-width: 992px) {
	.df-row .col-lg-1 {
		-ms-flex: 1 0 calc(100% / 12 * 1);
		flex: 1 0 calc(100% / 12 * 1);
		max-width: calc(100% / 12 * 1);
	}
}
@media (min-width: 992px) {
	.df-row .col-lg-2 {
		-ms-flex: 1 0 calc(100% / 12 * 2);
		flex: 1 0 calc(100% / 12 * 2);
		max-width: calc(100% / 12 * 2);
	}
}
@media (min-width: 992px) {
	.df-row .col-lg-3 {
		-ms-flex: 1 0 calc(100% / 12 * 3);
		flex: 1 0 calc(100% / 12 * 3);
		max-width: calc(100% / 12 * 3);
	}
}
@media (min-width: 992px) {
	.df-row .col-lg-4 {
		-ms-flex: 1 0 calc(100% / 12 * 4);
		flex: 1 0 calc(100% / 12 * 4);
		max-width: calc(100% / 12 * 4);
	}
}
@media (min-width: 992px) {
	.df-row .col-lg-5 {
		-ms-flex: 1 0 calc(100% / 12 * 5);
		flex: 1 0 calc(100% / 12 * 5);
		max-width: calc(100% / 12 * 5);
	}
}
@media (min-width: 992px) {
	.df-row .col-lg-6 {
		-ms-flex: 1 0 calc(100% / 12 * 6);
		flex: 1 0 calc(100% / 12 * 6);
		max-width: calc(100% / 12 * 6);
	}
}
@media (min-width: 992px) {
	.df-row .col-lg-7 {
		-ms-flex: 1 0 calc(100% / 12 * 7);
		flex: 1 0 calc(100% / 12 * 7);
		max-width: calc(100% / 12 * 7);
	}
}
@media (min-width: 992px) {
	.df-row .col-lg-8 {
		-ms-flex: 1 0 calc(100% / 12 * 8);
		flex: 1 0 calc(100% / 12 * 8);
		max-width: calc(100% / 12 * 8);
	}
}
@media (min-width: 992px) {
	.df-row .col-lg-9 {
		-ms-flex: 1 0 calc(100% / 12 * 9);
		flex: 1 0 calc(100% / 12 * 9);
		max-width: calc(100% / 12 * 9);
	}
}
@media (min-width: 992px) {
	.df-row .col-lg-10 {
		-ms-flex: 1 0 calc(100% / 12 * 10);
		flex: 1 0 calc(100% / 12 * 10);
		max-width: calc(100% / 12 * 10);
	}
}
@media (min-width: 992px) {
	.df-row .col-lg-11 {
		-ms-flex: 1 0 calc(100% / 12 * 11);
		flex: 1 0 calc(100% / 12 * 11);
		max-width: calc(100% / 12 * 11);
	}
}
@media (min-width: 992px) {
	.df-row .col-lg-12 {
		-ms-flex: 1 0 calc(100% / 12 * 12);
		flex: 1 0 calc(100% / 12 * 12);
		max-width: calc(100% / 12 * 12);
	}
}
@media (min-width: 992px) {
	.df-row .col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
}
@media (min-width: 992px) {
	.df-row .col-offset-lg-0 {
		margin-left: calc(100% / 12 * 0);
	}
}
@media (min-width: 992px) {
	.df-row .col-offset-lg-1 {
		margin-left: calc(100% / 12 * 1);
	}
}
@media (min-width: 992px) {
	.df-row .col-offset-lg-2 {
		margin-left: calc(100% / 12 * 2);
	}
}
@media (min-width: 992px) {
	.df-row .col-offset-lg-3 {
		margin-left: calc(100% / 12 * 3);
	}
}
@media (min-width: 992px) {
	.df-row .col-offset-lg-4 {
		margin-left: calc(100% / 12 * 4);
	}
}
@media (min-width: 992px) {
	.df-row .col-offset-lg-5 {
		margin-left: calc(100% / 12 * 5);
	}
}
@media (min-width: 992px) {
	.df-row .col-offset-lg-6 {
		margin-left: calc(100% / 12 * 6);
	}
}
@media (min-width: 992px) {
	.df-row .col-offset-lg-7 {
		margin-left: calc(100% / 12 * 7);
	}
}
@media (min-width: 992px) {
	.df-row .col-offset-lg-8 {
		margin-left: calc(100% / 12 * 8);
	}
}
@media (min-width: 992px) {
	.df-row .col-offset-lg-9 {
		margin-left: calc(100% / 12 * 9);
	}
}
@media (min-width: 992px) {
	.df-row .col-offset-lg-10 {
		margin-left: calc(100% / 12 * 10);
	}
}
@media (min-width: 992px) {
	.df-row .col-offset-lg-11 {
		margin-left: calc(100% / 12 * 11);
	}
}
@media (min-width: 1200px) {
	.df-row .col-xl-1 {
		-ms-flex: 1 0 calc(100% / 12 * 1);
		flex: 1 0 calc(100% / 12 * 1);
		max-width: calc(100% / 12 * 1);
	}
}
@media (min-width: 1200px) {
	.df-row .col-xl-2 {
		-ms-flex: 1 0 calc(100% / 12 * 2);
		flex: 1 0 calc(100% / 12 * 2);
		max-width: calc(100% / 12 * 2);
	}
}
@media (min-width: 1200px) {
	.df-row .col-xl-3 {
		-ms-flex: 1 0 calc(100% / 12 * 3);
		flex: 1 0 calc(100% / 12 * 3);
		max-width: calc(100% / 12 * 3);
	}
}
@media (min-width: 1200px) {
	.df-row .col-xl-4 {
		-ms-flex: 1 0 calc(100% / 12 * 4);
		flex: 1 0 calc(100% / 12 * 4);
		max-width: calc(100% / 12 * 4);
	}
}
@media (min-width: 1200px) {
	.df-row .col-xl-5 {
		-ms-flex: 1 0 calc(100% / 12 * 5);
		flex: 1 0 calc(100% / 12 * 5);
		max-width: calc(100% / 12 * 5);
	}
}
@media (min-width: 1200px) {
	.df-row .col-xl-6 {
		-ms-flex: 1 0 calc(100% / 12 * 6);
		flex: 1 0 calc(100% / 12 * 6);
		max-width: calc(100% / 12 * 6);
	}
}
@media (min-width: 1200px) {
	.df-row .col-xl-7 {
		-ms-flex: 1 0 calc(100% / 12 * 7);
		flex: 1 0 calc(100% / 12 * 7);
		max-width: calc(100% / 12 * 7);
	}
}
@media (min-width: 1200px) {
	.df-row .col-xl-8 {
		-ms-flex: 1 0 calc(100% / 12 * 8);
		flex: 1 0 calc(100% / 12 * 8);
		max-width: calc(100% / 12 * 8);
	}
}
@media (min-width: 1200px) {
	.df-row .col-xl-9 {
		-ms-flex: 1 0 calc(100% / 12 * 9);
		flex: 1 0 calc(100% / 12 * 9);
		max-width: calc(100% / 12 * 9);
	}
}
@media (min-width: 1200px) {
	.df-row .col-xl-10 {
		-ms-flex: 1 0 calc(100% / 12 * 10);
		flex: 1 0 calc(100% / 12 * 10);
		max-width: calc(100% / 12 * 10);
	}
}
@media (min-width: 1200px) {
	.df-row .col-xl-11 {
		-ms-flex: 1 0 calc(100% / 12 * 11);
		flex: 1 0 calc(100% / 12 * 11);
		max-width: calc(100% / 12 * 11);
	}
}
@media (min-width: 1200px) {
	.df-row .col-xl-12 {
		-ms-flex: 1 0 calc(100% / 12 * 12);
		flex: 1 0 calc(100% / 12 * 12);
		max-width: calc(100% / 12 * 12);
	}
}
@media (min-width: 1200px) {
	.df-row .col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
}
@media (min-width: 1200px) {
	.df-row .col-offset-xl-0 {
		margin-left: calc(100% / 12 * 0);
	}
}
@media (min-width: 1200px) {
	.df-row .col-offset-xl-1 {
		margin-left: calc(100% / 12 * 1);
	}
}
@media (min-width: 1200px) {
	.df-row .col-offset-xl-2 {
		margin-left: calc(100% / 12 * 2);
	}
}
@media (min-width: 1200px) {
	.df-row .col-offset-xl-3 {
		margin-left: calc(100% / 12 * 3);
	}
}
@media (min-width: 1200px) {
	.df-row .col-offset-xl-4 {
		margin-left: calc(100% / 12 * 4);
	}
}
@media (min-width: 1200px) {
	.df-row .col-offset-xl-5 {
		margin-left: calc(100% / 12 * 5);
	}
}
@media (min-width: 1200px) {
	.df-row .col-offset-xl-6 {
		margin-left: calc(100% / 12 * 6);
	}
}
@media (min-width: 1200px) {
	.df-row .col-offset-xl-7 {
		margin-left: calc(100% / 12 * 7);
	}
}
@media (min-width: 1200px) {
	.df-row .col-offset-xl-8 {
		margin-left: calc(100% / 12 * 8);
	}
}
@media (min-width: 1200px) {
	.df-row .col-offset-xl-9 {
		margin-left: calc(100% / 12 * 9);
	}
}
@media (min-width: 1200px) {
	.df-row .col-offset-xl-10 {
		margin-left: calc(100% / 12 * 10);
	}
}
@media (min-width: 1200px) {
	.df-row .col-offset-xl-11 {
		margin-left: calc(100% / 12 * 11);
	}
}
@media (min-width: 1536px) {
	.df-row .col-xxl-1 {
		-ms-flex: 1 0 calc(100% / 12 * 1);
		flex: 1 0 calc(100% / 12 * 1);
		max-width: calc(100% / 12 * 1);
	}
}
@media (min-width: 1536px) {
	.df-row .col-xxl-2 {
		-ms-flex: 1 0 calc(100% / 12 * 2);
		flex: 1 0 calc(100% / 12 * 2);
		max-width: calc(100% / 12 * 2);
	}
}
@media (min-width: 1536px) {
	.df-row .col-xxl-3 {
		-ms-flex: 1 0 calc(100% / 12 * 3);
		flex: 1 0 calc(100% / 12 * 3);
		max-width: calc(100% / 12 * 3);
	}
}
@media (min-width: 1536px) {
	.df-row .col-xxl-4 {
		-ms-flex: 1 0 calc(100% / 12 * 4);
		flex: 1 0 calc(100% / 12 * 4);
		max-width: calc(100% / 12 * 4);
	}
}
@media (min-width: 1536px) {
	.df-row .col-xxl-5 {
		-ms-flex: 1 0 calc(100% / 12 * 5);
		flex: 1 0 calc(100% / 12 * 5);
		max-width: calc(100% / 12 * 5);
	}
}
@media (min-width: 1536px) {
	.df-row .col-xxl-6 {
		-ms-flex: 1 0 calc(100% / 12 * 6);
		flex: 1 0 calc(100% / 12 * 6);
		max-width: calc(100% / 12 * 6);
	}
}
@media (min-width: 1536px) {
	.df-row .col-xxl-7 {
		-ms-flex: 1 0 calc(100% / 12 * 7);
		flex: 1 0 calc(100% / 12 * 7);
		max-width: calc(100% / 12 * 7);
	}
}
@media (min-width: 1536px) {
	.df-row .col-xxl-8 {
		-ms-flex: 1 0 calc(100% / 12 * 8);
		flex: 1 0 calc(100% / 12 * 8);
		max-width: calc(100% / 12 * 8);
	}
}
@media (min-width: 1536px) {
	.df-row .col-xxl-9 {
		-ms-flex: 1 0 calc(100% / 12 * 9);
		flex: 1 0 calc(100% / 12 * 9);
		max-width: calc(100% / 12 * 9);
	}
}
@media (min-width: 1536px) {
	.df-row .col-xxl-10 {
		-ms-flex: 1 0 calc(100% / 12 * 10);
		flex: 1 0 calc(100% / 12 * 10);
		max-width: calc(100% / 12 * 10);
	}
}
@media (min-width: 1536px) {
	.df-row .col-xxl-11 {
		-ms-flex: 1 0 calc(100% / 12 * 11);
		flex: 1 0 calc(100% / 12 * 11);
		max-width: calc(100% / 12 * 11);
	}
}
@media (min-width: 1536px) {
	.df-row .col-xxl-12 {
		-ms-flex: 1 0 calc(100% / 12 * 12);
		flex: 1 0 calc(100% / 12 * 12);
		max-width: calc(100% / 12 * 12);
	}
}
@media (min-width: 1536px) {
	.df-row .col-xxl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
}
@media (min-width: 1536px) {
	.df-row .col-offset-xxl-0 {
		margin-left: calc(100% / 12 * 0);
	}
}
@media (min-width: 1536px) {
	.df-row .col-offset-xxl-1 {
		margin-left: calc(100% / 12 * 1);
	}
}
@media (min-width: 1536px) {
	.df-row .col-offset-xxl-2 {
		margin-left: calc(100% / 12 * 2);
	}
}
@media (min-width: 1536px) {
	.df-row .col-offset-xxl-3 {
		margin-left: calc(100% / 12 * 3);
	}
}
@media (min-width: 1536px) {
	.df-row .col-offset-xxl-4 {
		margin-left: calc(100% / 12 * 4);
	}
}
@media (min-width: 1536px) {
	.df-row .col-offset-xxl-5 {
		margin-left: calc(100% / 12 * 5);
	}
}
@media (min-width: 1536px) {
	.df-row .col-offset-xxl-6 {
		margin-left: calc(100% / 12 * 6);
	}
}
@media (min-width: 1536px) {
	.df-row .col-offset-xxl-7 {
		margin-left: calc(100% / 12 * 7);
	}
}
@media (min-width: 1536px) {
	.df-row .col-offset-xxl-8 {
		margin-left: calc(100% / 12 * 8);
	}
}
@media (min-width: 1536px) {
	.df-row .col-offset-xxl-9 {
		margin-left: calc(100% / 12 * 9);
	}
}
@media (min-width: 1536px) {
	.df-row .col-offset-xxl-10 {
		margin-left: calc(100% / 12 * 10);
	}
}
@media (min-width: 1536px) {
	.df-row .col-offset-xxl-11 {
		margin-left: calc(100% / 12 * 11);
	}
}
@media (min-width: 1920px) {
	.df-row .col-fhd-1 {
		-ms-flex: 1 0 calc(100% / 12 * 1);
		flex: 1 0 calc(100% / 12 * 1);
		max-width: calc(100% / 12 * 1);
	}
}
@media (min-width: 1920px) {
	.df-row .col-fhd-2 {
		-ms-flex: 1 0 calc(100% / 12 * 2);
		flex: 1 0 calc(100% / 12 * 2);
		max-width: calc(100% / 12 * 2);
	}
}
@media (min-width: 1920px) {
	.df-row .col-fhd-3 {
		-ms-flex: 1 0 calc(100% / 12 * 3);
		flex: 1 0 calc(100% / 12 * 3);
		max-width: calc(100% / 12 * 3);
	}
}
@media (min-width: 1920px) {
	.df-row .col-fhd-4 {
		-ms-flex: 1 0 calc(100% / 12 * 4);
		flex: 1 0 calc(100% / 12 * 4);
		max-width: calc(100% / 12 * 4);
	}
}
@media (min-width: 1920px) {
	.df-row .col-fhd-5 {
		-ms-flex: 1 0 calc(100% / 12 * 5);
		flex: 1 0 calc(100% / 12 * 5);
		max-width: calc(100% / 12 * 5);
	}
}
@media (min-width: 1920px) {
	.df-row .col-fhd-6 {
		-ms-flex: 1 0 calc(100% / 12 * 6);
		flex: 1 0 calc(100% / 12 * 6);
		max-width: calc(100% / 12 * 6);
	}
}
@media (min-width: 1920px) {
	.df-row .col-fhd-7 {
		-ms-flex: 1 0 calc(100% / 12 * 7);
		flex: 1 0 calc(100% / 12 * 7);
		max-width: calc(100% / 12 * 7);
	}
}
@media (min-width: 1920px) {
	.df-row .col-fhd-8 {
		-ms-flex: 1 0 calc(100% / 12 * 8);
		flex: 1 0 calc(100% / 12 * 8);
		max-width: calc(100% / 12 * 8);
	}
}
@media (min-width: 1920px) {
	.df-row .col-fhd-9 {
		-ms-flex: 1 0 calc(100% / 12 * 9);
		flex: 1 0 calc(100% / 12 * 9);
		max-width: calc(100% / 12 * 9);
	}
}
@media (min-width: 1920px) {
	.df-row .col-fhd-10 {
		-ms-flex: 1 0 calc(100% / 12 * 10);
		flex: 1 0 calc(100% / 12 * 10);
		max-width: calc(100% / 12 * 10);
	}
}
@media (min-width: 1920px) {
	.df-row .col-fhd-11 {
		-ms-flex: 1 0 calc(100% / 12 * 11);
		flex: 1 0 calc(100% / 12 * 11);
		max-width: calc(100% / 12 * 11);
	}
}
@media (min-width: 1920px) {
	.df-row .col-fhd-12 {
		-ms-flex: 1 0 calc(100% / 12 * 12);
		flex: 1 0 calc(100% / 12 * 12);
		max-width: calc(100% / 12 * 12);
	}
}
@media (min-width: 1920px) {
	.df-row .col-fhd-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
}
@media (min-width: 1920px) {
	.df-row .col-offset-fhd-0 {
		margin-left: calc(100% / 12 * 0);
	}
}
@media (min-width: 1920px) {
	.df-row .col-offset-fhd-1 {
		margin-left: calc(100% / 12 * 1);
	}
}
@media (min-width: 1920px) {
	.df-row .col-offset-fhd-2 {
		margin-left: calc(100% / 12 * 2);
	}
}
@media (min-width: 1920px) {
	.df-row .col-offset-fhd-3 {
		margin-left: calc(100% / 12 * 3);
	}
}
@media (min-width: 1920px) {
	.df-row .col-offset-fhd-4 {
		margin-left: calc(100% / 12 * 4);
	}
}
@media (min-width: 1920px) {
	.df-row .col-offset-fhd-5 {
		margin-left: calc(100% / 12 * 5);
	}
}
@media (min-width: 1920px) {
	.df-row .col-offset-fhd-6 {
		margin-left: calc(100% / 12 * 6);
	}
}
@media (min-width: 1920px) {
	.df-row .col-offset-fhd-7 {
		margin-left: calc(100% / 12 * 7);
	}
}
@media (min-width: 1920px) {
	.df-row .col-offset-fhd-8 {
		margin-left: calc(100% / 12 * 8);
	}
}
@media (min-width: 1920px) {
	.df-row .col-offset-fhd-9 {
		margin-left: calc(100% / 12 * 9);
	}
}
@media (min-width: 1920px) {
	.df-row .col-offset-fhd-10 {
		margin-left: calc(100% / 12 * 10);
	}
}
@media (min-width: 1920px) {
	.df-row .col-offset-fhd-11 {
		margin-left: calc(100% / 12 * 11);
	}
}
.df-row > [class^="col"],
.df-row > [class*=" col"],
.df-row > [class^="col-"],
.df-row > [class*=" col-"] {
	min-height: 1px;
	padding-left: 16px;
	padding-right: 16px;
}

.df-aic {
	-ms-flex-align: center;
	align-items: center;
}

[class^="col-"],
[class*=" col-"] {
	width: 100%;
}

@keyframes slider-button-fill {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

.text-large {
	font-size: 212.5%;
	line-height: 1.11765;
}
@media (min-width: 1536px) {
	.text-large {
		font-size: 150%;
		line-height: 1.08333;
	}
}

.text-medium {
	font-size: 137.5%;
	line-height: 1.18182;
}
@media (min-width: 1536px) {
	.text-medium {
		font-size: 150%;
		line-height: 1.125;
	}
}
.text-medium p {
	margin-bottom: 1.18182em;
}
@media (min-width: 1536px) {
	.text-medium p {
		margin-bottom: 1.125em;
	}
}

@media (min-width: 768px) {
	.text-medium-md {
		font-size: 1.125rem;
		line-height: 1.125;
	}
}

@media (min-width: 992px) {
	.text-medium-md {
		font-size: 1.25rem;
	}
}

@media (min-width: 1200px) {
	.text-medium-md {
		font-size: 1.375rem;
	}
}

@media (min-width: 1536px) {
	.text-medium-md {
		font-size: 1.5rem;
	}
}

@media (min-width: 1536px) {
	.text-medium-md p {
		margin-bottom: 1.125em;
	}
}

.visible-lg {
	display: none !important;
}
@media (min-width: 992px) {
	.visible-lg {
		display: block !important;
	}
}

.visible-md {
	display: none !important;
}
@media (min-width: 768px) {
	.visible-md {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.visible-sm {
		display: none !important;
	}
}

html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

html.overflow-hidden {
	overflow: hidden;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.5 "aeonik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	overflow-x: hidden;
}
@media (min-width: 768px) {
	body {
		font-size: 16px;
		line-height: 1.5;
	}
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	display: inline-block;
}

.gm-style img {
	max-width: none;
}

@media (max-width: 991px) {
	iframe {
		width: 100%;
	}
}

.resize-active * {
	transition: none !important;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 20px;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #ddd;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 20px;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 0.3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
	overflow: auto;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea,
select {
	padding: 8px 20px;
	font-size: 16px;
	line-height: 22px;
	font-family: "aeonik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 9px;
	margin: 0 0 15px;
}
@media (max-width: 479px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	textarea,
	select {
		width: 100%;
	}
}
input[type="text"]:not(textarea),
input[type="tel"]:not(textarea),
input[type="email"]:not(textarea),
input[type="search"]:not(textarea),
input[type="password"]:not(textarea),
input[type="url"]:not(textarea),
textarea:not(textarea),
select:not(textarea) {
	height: 40px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: #000;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #ddd;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	opacity: 1;
	color: #ddd;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	color: #ddd;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #ddd;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
textarea.placeholder,
select.placeholder {
	color: #ddd;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	resize: vertical;
	vertical-align: top;
	overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	height: 40px;
	padding: 8px 20px;
	font-size: 16px;
	line-height: 22px;
	color: #fff !important;
	outline: none;
	cursor: pointer;
	border: none;
	border-radius: 9px;
	background: #00abf0;
	margin: 0 0 15px;
}
@media (max-width: 479px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		width: 100%;
	}
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background: #57cfff;
	color: #fff !important;
}

.nav-links,
.navigation,
.navigation-comments,
.navigation-single {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-single .next a,
.navigation-single .prev a {
	background: #00ffa6;
	color: #000 !important;
	border: none;
	padding: 11px 31px;
	font-size: 16px;
	line-height: 18px;
}
.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	background: #99ffdb;
	color: #000 !important;
}

@media (min-width: 768px) {
	[id="twocolumns"] {
		display: -ms-flexbox;
		display: flex;
	}
}

[id="content"] {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (min-width: 768px) {
	[id="content"] {
		width: 70%;
	}
}
[id="content"]:only-child {
	width: 100%;
}

[id="sidebar"] {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (min-width: 768px) {
	[id="sidebar"] {
		width: 30%;
		padding-left: 30px;
	}
}
[class^="col-"] [id="sidebar"],
[class*=" col-"] [id="sidebar"] {
	width: 100%;
}

.widget {
	margin-bottom: 20px;
}
.widget select {
	min-width: 150px;
	width: 100%;
}

.search-form,
.post-password-form {
	margin-bottom: 10px;
}
.search-form label,
.post-password-form label {
	display: block;
}
.search-form input,
.post-password-form input {
	float: left;
	margin: 0 5px 5px 0;
}
@media (min-width: 768px) {
	[id="sidebar"] .search-form input,
	[id="sidebar"] .post-password-form input {
		width: 100%;
		margin-right: 0;
	}
}

.nav-links,
.navigation,
.navigation-comments {
	width: 100%;
	position: relative;
}
.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}
.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
	margin: 0 8px;
}
.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	transition: background 0.25s ease-in-out;
	display: none !important;
	max-width: 49%;
}
@media (max-width: 767px) {
	.nav-links .next,
	.nav-links .prev,
	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		font-size: 0;
	}
	.nav-links .next:after,
	.nav-links .prev:after,
	.navigation .next:after,
	.navigation .prev:after,
	.navigation-comments .next:after,
	.navigation-comments .prev:after {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.nav-links .prev:after,
	.navigation .prev:after,
	.navigation-comments .prev:after {
		content: "«" !important;
	}
}
.nav-links .next:after,
.navigation .next:after,
.navigation-comments .next:after {
	content: "»" !important;
}

.navigation-single {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.navigation-single .next,
.navigation-single .prev {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
	max-width: 49%;
	border: 0;
}
.navigation-single .next a,
.navigation-single .prev a {
	transition: background 0.25s ease-in-out;
	display: block;
	padding: 11px 31px;
	border: none;
}
@media (max-width: 767px) {
	.navigation-single .next a,
	.navigation-single .prev a {
		font-size: 0;
	}
	.navigation-single .next a:after,
	.navigation-single .prev a:after {
		content: "»";
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.navigation-single .prev a:after {
		content: "«";
	}
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form input[type="checkbox"] + label,
.comment-form input[type="radio"] + label {
	display: inline-block;
}

.comment-form input:not([type="checkbox"]),
.comment-form input:not([type="radio"]),
.comment-form textarea {
	margin: 0 4px 0 0;
	width: 100%;
}
@media (min-width: 768px) {
	.comment-form input:not([type="checkbox"]),
	.comment-form input:not([type="radio"]),
	.comment-form textarea {
		max-width: 300px;
	}
}
.comment-form input:not([type="checkbox"])[type="submit"],
.comment-form input:not([type="radio"])[type="submit"],
.comment-form textarea[type="submit"] {
	display: block;
	width: auto;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.commentlist {
	margin: 0 0 1.2em;
}
.commentlist .edit-link {
	margin: 0;
}
.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}
@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar #prev {
	text-align: left;
}

.widget_calendar #next {
	text-align: right;
}

#wp-calendar {
	width: 100%;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: none;
	padding: 4px;
	margin-bottom: 20px;
	text-align: center;
}
.wp-caption img {
	margin-bottom: 4px;
}
.wp-caption p {
	margin: 0;
}

.aligncenter {
	margin: 0 auto 20px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 20px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.gallery .gallery-item {
	margin: 0;
	padding: 0 10px 10px;
}
.gallery .gallery-item dt {
	float: none;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
	width: 33.33%;
}

.tagcloud {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.comment-list .comment-body {
	margin-bottom: 20px;
}

.comment-author img {
	margin-right: 10px;
}

h1,
.h1 {
	font-size: 52px;
}

h2,
.h2 {
	font-size: 52px;
}

h3,
.h3 {
	font-size: 34px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 14px;
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 52px;
	}
	h2,
	.h2 {
		font-size: 52px;
	}
	h3,
	.h3 {
		font-size: 34px;
	}
	h4,
	.h4 {
		font-size: 22px;
	}
	h5,
	.h5 {
		font-size: 16px;
	}
	h6,
	.h6 {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	h1,
	.h1 {
		font-size: 52px;
	}
	h2,
	.h2 {
		font-size: 52px;
	}
	h3,
	.h3 {
		font-size: 30px;
	}
	h4,
	.h4 {
		font-size: 22px;
	}
	h5,
	.h5 {
		font-size: 16px;
	}
	h6,
	.h6 {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 100px;
	}
	h2,
	.h2 {
		font-size: 60px;
	}
	h3,
	.h3 {
		font-size: 40px;
	}
	h4,
	.h4 {
		font-size: 23px;
	}
	h5,
	.h5 {
		font-size: 18px;
	}
	h6,
	.h6 {
		font-size: 18px;
	}
}

@media (min-width: 1920px) {
	h1,
	.h1 {
		font-size: 120px;
	}
	h2,
	.h2 {
		font-size: 80px;
	}
	h3,
	.h3 {
		font-size: 48px;
	}
	h4,
	.h4 {
		font-size: 24px;
	}
	h5,
	.h5 {
		font-size: 20px;
	}
	h6,
	.h6 {
		font-size: 18px;
	}
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "aeonik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: inherit;
	font-weight: 400;
}
.article-content h1,
.article-content .h1,
.article-content h2,
.article-content .h2,
.article-content h3,
.article-content .h3,
.article-content h4,
.article-content .h4,
.article-content h5,
.article-content .h5,
.article-content h6,
.article-content .h6,
.article-content .h {
	color: #00abf0;
}
.accordion-opener h1,
.accordion-opener .h1,
.accordion-opener h2,
.accordion-opener .h2,
.accordion-opener h3,
.accordion-opener .h3,
.accordion-opener h4,
.accordion-opener .h4,
.accordion-opener h5,
.accordion-opener .h5,
.accordion-opener h6,
.accordion-opener .h6,
.accordion-opener .h {
	margin-bottom: 0;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
	text-decoration: none;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: #000;
	opacity: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin: 0 0 0.5em;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0 0 1em;
}

h1,
.h1 {
	line-height: calc(56 / 52);
}
@media (min-width: 1536px) {
	h1,
	.h1 {
		line-height: calc(170 / 160);
		letter-spacing: -0.01em;
	}
}

h2,
.h2 {
	line-height: calc(56 / 52);
}
@media (min-width: 1200px) {
	h2,
	.h2 {
		line-height: calc(92 / 80);
	}
}

h3,
.h3 {
	line-height: calc(38 / 34);
}
@media (min-width: 1200px) {
	h3,
	.h3 {
		line-height: calc(52 / 48);
	}
}

h4,
.h4 {
	line-height: calc(26 / 22);
}
@media (min-width: 1200px) {
	h4,
	.h4 {
		line-height: calc(52 / 48);
	}
}

h4,
.h4 {
	line-height: calc(26 / 16);
}
@media (min-width: 1200px) {
	h4,
	.h4 {
		line-height: calc(27 / 24);
	}
}

h6,
.h6 {
	line-height: calc(20 / 14);
	font-weight: 700;
}

p {
	margin: 0 0 24px;
}

a {
	transition: color 0.25s linear, background 0.25s linear, border 0.25s linear,
		opacity 0.25s linear, box-shadow 0.25s linear;
	color: #00abf0;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}

a[href*="mailto:"] {
	word-wrap: break-word;
}

address {
	font-style: normal;
}

[id="header"] {
	transition: all 0.25s ease-in-out;
	position: fixed;
	width: 100%;
	padding: 48px 0;
	padding: 20px 0 12px;
	z-index: 2;
	color: #000;
	border-bottom: 1px solid transparent;
}

@media (min-width: 1025px) {
	[id="header"] {
		color: #fff;
		padding: 30px 0;
	}
	[id="header"].bg-transparent {
	color: #fff !important;
}
}
@media (min-width: 1200px) {
	[id="header"] {
		padding: 45px 0;
	}
}
[id="header"].bg-transparent {
	background-color: transparent;
}
[id="header"].fixed-position{
	color: #000 !important;
}

[id="header"].fixed-position .menu-item span {
    color: #000 !important;
}
@media (min-width: 1025px) {
	[id="header"].bg-transparent:hover {
		color: #000 !important;
		background-color:#fff !important;
	}
	[id="header"].bg-transparent:hover .logo svg {
		fill: #00abf0;
	}
	[id="header"].bg-transparent:hover .primary-menu > li.active > span:after,
	[id="header"].bg-transparent:hover .primary-menu > li:hover > span:after {
		opacity: 1;
		visibility: visible;
	}
}
[id="header"].bg-white {
	background-color: #fff !important;
}
[id="header"].bg-white .logo svg {
	fill: #00abf0;
}
[id="header"].bg-white .nav-opener:before,
[id="header"].bg-white .nav-opener:after {
	background-color: #000;
}
@media (min-width: 1200px) {
	[id="header"].bg-white .primary-menu > li {
		padding: 0 20px;
	}
}
[id="header"].bg-white .primary-menu > li:hover > a:after {
	opacity: 1;
	visibility: visible;
}
[id="header"].headroom {
	will-change: transform, background-color;
	transition: all 200ms linear;
}
[id="header"].headroom--pinned {
	transform: translateY(0%);
}
[id="header"].headroom--unpinned {
	transform: translateY(-100%);
}
[id="header"].headroom--not-top {
	background-color: #fff !important;
	color: #000;
	border-bottom: 1px solid #ebebeb;
	width: 100% !important;
	z-index: 99999;
}
[id="header"].headroom--not-top .logo svg {
	fill: #00abf0;
}
[id="header"].headroom--not-top .nav-opener:before,
[id="header"].headroom--not-top .nav-opener:after {
	background-color: #000;
}
@media (min-width: 1025px) {
	[id="header"].headroom--not-top .primary-menu > li.active > a:after {
		opacity: 1;
		visibility: visible;
	}
}
.nav-active [id="header"] .nav-opener:before,
.nav-active [id="header"] .nav-opener:after {
	background-color: #000;
}
[id="header"] .logo {
	width: 156px;
	margin-right: 20px;
	padding-top: 5px;
}
[id="header"] .logo svg {
	fill: #fff;
}
@media (min-width: 1025px) {
	[id="header"] .logo {
		position: relative;
		z-index: 2;
		padding-top: 7px;
	}
}
@media (min-width: 1200px) {
	[id="header"] .logo {
		width: 224px;
	}
}
[id="header"] .header-holder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
[id="header"] [id="nav"] {
	-ms-flex-positive: 1;
	flex-grow: 1;
}
[id="header"] .nav-opener {
	position: relative;
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	float: right;
	z-index: 9999;
}
@media (min-width: 992px) {
	[id="header"] .nav-opener {
		display: none;
	}
}
[id="header"] .nav-opener:before,
[id="header"] .nav-opener:after {
	transition: transform 0.25s ease-in-out;
	background: #fff;
	position: absolute;
	top: 16px;
	left: 15%;
	right: 15%;
	height: 2px;
	margin-top: -2px;
}
[id="header"] .nav-opener:before,
[id="header"] .nav-opener:after {
	content: "";
	top: 6px;
}
[id="header"] .nav-opener:after {
	top: 16px;
}
[id="header"] .nav-opener:hover {
	opacity: 0.9;
}
.nav-active [id="header"] .nav-opener:after,
.nav-active [id="header"] .nav-opener:before {
	transform: rotate(45deg);
	top: 10px;
	left: 30%;
	right: 0%;
}
.nav-active [id="header"] .nav-opener:after {
	transform: rotate(-45deg);
}

.resize-active .nav-drop,
.resize-active .nav-drop > ul {
	transition: none !important;
}

.nav-drop {
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 991px) {
	.nav-drop {
		transition: all 0.25s ease-in-out;
		position: absolute;
		left: 0;
		right: 0;
		top: -1000px;
		opacity: 0;
		visibility: hidden;
		height: 100vh;
		z-index: 999;
		padding: 0 15px 36px;
		background-color: #fff;
		-ms-flex-direction: column;
		flex-direction: column;
		border-top: 1px solid #ebebeb;
	}
}
@media (min-width: 992px) {
	.nav-drop {
		position: static;
		padding: 0;
		opacity: 1;
		visibility: visible;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: center;
		align-items: center;
	}
}
.nav-active .nav-drop {
	top: 0;
	opacity: 1;
	visibility: visible;
	overflow-y: scroll;
}
.nav-drop .nav-drop-header {
	position: relative;
	padding: 20px 0 10px;
}
.nav-drop .nav-drop-header:after {
	content: "";
	position: absolute;
	width: 100vw;
	left: -15px;
	bottom: 0;
	height: 1px;
	background-color: #ebebeb;
}
@media (min-width: 992px) {
	.nav-drop .nav-drop-header:after {
		display: none;
	}
}
.nav-drop .nav-drop-header .logo {
	width: 156px;
	margin-right: 20px;
}
.nav-drop .nav-drop-header .logo svg {
	fill: #00abf0;
}
@media (min-width: 992px) {
	.nav-drop .nav-drop-header {
		display: none;
	}
}
.nav-drop .primary-menu {
	font-size: 22px;
	line-height: calc(26 / 22);
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 36px;
}
@media (min-width: 992px) {
	.nav-drop .primary-menu {
		position: absolute;
		width: 100vw;
		height: 100%;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 200px;
		font-size: 16px;
		line-height: calc(24 / 16);
		font-weight: 400;
	}
}
@media (min-width: 1536px) {
	.nav-drop .primary-menu {
		padding: 0 320px;
	}
}
.nav-drop .primary-menu > li {
	transition: margin-bottom 0.25s ease-in-out;
	text-transform: capitalize;
	margin-bottom: 50px;
}
@media (min-width: 992px) {
	.nav-drop .primary-menu > li {
		height: 100%;
	}
}
@media (min-width: 992px) {
	.nav-drop .primary-menu > li.hover > a:after,
	.nav-drop .primary-menu > li.active > a:after {
		background-color: #00abf0;
	}
}
@media (max-width: 991px) {
	.nav-drop .primary-menu > li.hover {
		margin-bottom: 10px;
	}
}
.nav-drop .primary-menu > li.hover > ul {
	max-height: none;
	opacity: 1;
	visibility: visible;
	padding: 12px 0;
}
@media (min-width: 992px) {
	.nav-drop .primary-menu > li.hover > ul {
		padding: 54px 0 46px;
	}
}
@media (max-width: 991px) {
	.nav-drop .primary-menu > li.hover [class*="icon-"] {
		transform: rotate(-180deg);
	}
}
.nav-drop .primary-menu > li a,
.nav-drop .primary-menu > li span:not([class*="icon-"]) {
	position: relative;
	color: inherit;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.nav-drop .primary-menu > li a:after,
.nav-drop .primary-menu > li span:not([class*="icon-"]):after {
	transition: all 0.25s ease-in-out;
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #00abf0;
	left: 0;
	bottom: -1px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}
.nav-drop .primary-menu > li [class*="icon-"] {
	transition: transform 0.25s ease-in-out;
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
}
@media (min-width: 1025px) {
	.nav-drop .primary-menu > li [class*="icon-"] {
		margin-left: 8px;
	}
}
.nav-drop .primary-menu > li > ul {
	transition: all 0.25s ease-in-out;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	font-size: 16px;
	line-height: calc(24 / 16);
}
@media (min-width: 992px) {
	.nav-drop .primary-menu > li > ul {
		max-height: unset;
	}
}
.nav-drop .primary-menu > li > ul li {
	padding: 8px 0;
}
.nav-drop .primary-menu > li > ul a {
	text-decoration: underline;
}
.nav-drop .primary-menu > li > ul a:hover {
	text-decoration: none;
}
@media (min-width: 992px) {
	.nav-drop .primary-menu > li {
		padding: 0 10px;
		margin-bottom: 0;
	}
	.nav-drop .primary-menu > li > ul {
		background-color: #fff;
		position: absolute;
		left: 0;
		top: calc(100% + 1px);
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 30px 0;
		border-bottom: 1px solid #ebebeb;
		border-top: 1px solid #ebebeb;
	}
	.nav-drop .primary-menu > li > ul li {
		padding: 8px 35px;
		font-weight: 400;
	}
	.nav-drop .primary-menu > li > ul li.active a {
		color: #000;
		text-decoration: underline;
	}
	.nav-drop .primary-menu > li > ul li a {
		color: #999999;
		text-decoration: none;
	}
	.nav-drop .primary-menu > li > ul li a:hover {
		color: #000;
		text-decoration: underline;
	}
}
@media (min-width: 1200px) {
	.nav-drop .primary-menu > li {
		padding: 0 20px;
	}
}
@media (min-width: 1025px) {
	.nav-drop .btn {
		margin-left: 20px;
		position: relative;
		z-index: 2;
	}
}

.blog-post {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	border-top: 1px solid #000;
	padding: 2px 0 0 0;
}
.blog-post:not(:last-of-type) {
	margin-bottom: 50px;
}
@media (min-width: 992px) {
	.blog-post {
		padding: 5px 0 0 0;
		font-size: 24px;
		line-height: calc(27 / 24);
	}
}
.blog-post .post-title {
	font-weight: bold;
	margin-bottom: 25px;
}
@media (min-width: 992px) {
	.blog-post .post-title {
		margin-bottom: 34px;
	}
}
.blog-post .post-title a {
	color: inherit;
	text-decoration: none;
}
.blog-post .post-title a:hover {
	color: #00abf0;
	opacity: 1;
}
.blog-post p:last-of-type {
	margin-bottom: 25px;
}
@media (min-width: 992px) {
	.blog-post p:last-of-type {
		margin-bottom: 32px;
	}
}
@media (min-width: 992px) {
	.blog-post .post-header {
		margin-bottom: 25px;
	}
}
.blog-post .post-footer {
	margin-top: auto;
}
.blog-post .img-holder {
	transition: opacity 0.25s ease-in-out;
	background: #999999;
	position: relative;
	padding-top: 87.5%;
	margin-bottom: 28px;
}
@media (min-width: 480px) {
	.blog-post .img-holder {
		padding-top: 60%;
	}
}
@media (min-width: 768px) {
	.blog-post .img-holder {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.blog-post .img-holder {
		padding-top: 52%;
	}
}
.blog-post .img-holder img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.blog-post {
	color: inherit;
	text-decoration: none;
}
a.blog-post:hover {
	color: #00abf0;
	opacity: 1;
}
a.blog-post:hover .img-holder {
	opacity: 0.75;
}
a.blog-post:hover .btn {
	background-color: #57cfff;
}
a.blog-post .btn {
	pointer-events: none;
}

.brand-item {
	position: relative;
	color: #999999;
	font-size: 22px;
	line-height: calc(26 / 22);
	padding-top: 6px;
	margin: 0 0 68px;
}
@media (min-width: 992px) {
	.brand-item {
		font-size: 24px;
		line-height: calc(27 / 24);
	}
}
.brand-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #000;
}
.brand-item.in-viewport:before {
	animation: line-fill 500ms ease-out both;
}
.brand-item h5,
.brand-item .h5 {
	margin-bottom: 36px;
	color: #000;
	font-size: 22px;
	line-height: calc(26 / 22);
}
@media (min-width: 992px) {
	.brand-item h5,
	.brand-item .h5 {
		margin-bottom: 58px;
		font-size: 24px;
		line-height: calc(27 / 24);
	}
}

.btn {
	background: #00ffa6;
	color: #000 !important;
	border: none;
	transition: all 0.25s ease-in-out;
	border: none;
	border-radius: 9px;
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	padding: 11px 31px;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	text-transform: capitalize;
}
.btn:hover {
	background: #99ffdb;
	color: #000 !important;
	border: none;
}
.btn-default {
	background: #00ffa6;
	color: #000 !important;
	border: none;
}
.btn-default:hover {
	background: #99ffdb;
	color: #000 !important;
	border: none;
}
.btn-primary {
	background: #00abf0;
	color: #fff !important;
	border: #00abf0;
}
.btn-primary:hover {
	background: #57cfff;
	color: #fff !important;
	border: #57cfff;
}
.btn-warning {
	background: #ffc107;
	color: #fff;
	border: #ffc107;
}
.btn-warning:hover {
	background: #d39e00;
	color: #fff;
	border: #d39e00;
}
.btn-sm {
	border-radius: 0;
	padding: 4px 10px;
}

.btn-group {
	display: -ms-flexbox;
	display: flex;
}
.btn-group > .btn + .btn {
	border-left: 0;
}

.btn-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btn-wrap .btn {
	margin: 0 0 10px;
	max-width: 50%;
}
.btn-wrap .btn + .btn {
	margin-left: 20px;
}

.section-banner {
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
	background-position: center;
	padding: 20px 0;
}
.section-banner > * {
	min-height: 400px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.section-banner .banner-text {
	color: #fff;
}
@media (min-width: 768px) {
	.section-banner .banner-text {
		max-width: 70%;
	}
}
.section-banner .title {
	margin-bottom: 10px;
}

.section-cards {
	padding: 20px 0;
}
@media (min-width: 768px) {
	.section-cards {
		padding: 40px 0;
	}
}
.section-cards .card-img {
	text-align: center;
	margin-bottom: 10px;
}
.section-cards .card-title {
	margin-bottom: 10px;
}
.section-cards .btn-wrap {
	-ms-flex-pack: center;
	justify-content: center;
}

.solutions-slider {
	height: 100%;
}
.solutions-slider .slick-list,
.solutions-slider .slick-track {
	height: inherit;
}
.solutions-slider h4,
.solutions-slider .h4 {
	margin-bottom: 8px;
}
@media (min-width: 1200px) {
	.solutions-slider h4,
	.solutions-slider .h4 {
		font-size: 3rem;
		line-height: 1.125;
		margin-bottom: 32px;
	}
}
.solutions-slider .btn-holder {
	margin: 25px 0 0;
}
@media (min-width: 1200px) {
	.solutions-slider .btn-holder {
		margin: 37px 0 0;
	}
}
.solutions-slider .slick-slide {
	padding-bottom: 90px;
}
@media (min-width: 1200px) {
	.solutions-slider .slick-slide {
		padding-bottom: 166px;
	}
}
.solutions-slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: 48px;
	width: calc(100% + 10px);
}
@media (min-width: 1200px) {
	.solutions-slider .slick-dots {
		bottom: 53px;
		width: 76%;
		margin-left: -6px;
		margin-right: -6px;
	}
}
@media (min-width: 1536px) {
	.solutions-slider .slick-dots {
		bottom: 124px;
	}
	.nav-drop .primary-menu > li {
		padding: 0 30px;
	}
}
.solutions-slider .slick-dots li {
	width: calc(100% / 4 - 10px);
}
@media (min-width: 1200px) {
	.solutions-slider .slick-dots li {
		padding-left: 6px;
		padding-right: 6px;
		width: calc(100% / 4 - 12px);
	}
}
.solutions-slider .slick-dots li button {
	background: #00ffa6;
	border-radius: 0;
	height: 3px;
	width: 100%;
}
@media (min-width: 1200px) {
	.solutions-slider .slick-dots li button {
		max-width: 98px;
	}
}
.solutions-slider .slick-dots li button:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #000;
}
.solutions-slider .slick-dots li.slick-active ~ li button {
	background: #ebebeb;
}
.solutions-slider .slick-dots li.slick-active button {
	background: #ebebeb;
}
.solutions-slider .slick-dots li.slick-active button:after {
	animation: slider-button-fill 15s linear;
}

.testimonials-slider {
	padding-bottom: 38px;
}
.testimonials-slider .slick-list {
	margin: 0 0 0 -20px;
}
.testimonials-slider .slick-list,
.testimonials-slider .slick-track {
	height: inherit;
}
.testimonials-slider .slick-track {
	display: -ms-flexbox !important;
	display: flex !important;
}
.testimonials-slider .slick-slide {
	background-color: #ebebeb;
	border-radius: 8px;
	padding: 18px 21px 30px 20px;
	font-size: 22px;
	line-height: calc(26 / 22);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 449px;
	height: inherit !important;
	margin: 0 0 0 20px;
}
@media (min-width: 992px) {
	.testimonials-slider .slick-slide {
		padding: 28px 21px 30px 30px;
		font-size: 24px;
		line-height: calc(27 / 24);
		min-height: 453px;
	}
}
.testimonials-slider .slick-slide .card-header {
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.testimonials-slider .slick-slide .card-header {
		margin-bottom: 43px;
	}
}
.testimonials-slider .slick-slide .card-header span {
	display: block;
	font-size: 14px;
	line-height: calc(20 / 14);
	color: #999999;
}
.testimonials-slider .slick-slide .btn-holder {
	margin-top: auto;
}
.testimonials-slider .slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.large-text-block {
	font-size: 1.75rem;
	line-height: 1.11765;
	margin: 0 0 1.25rem;
	padding: 1.875rem 0 1.25rem;
}
@media (min-width: 375px) {
	.large-text-block {
		font-size: 2.125rem;
		margin-bottom: 1.625rem;
		padding-top: 2.8125rem;
		padding-bottom: 1.6875rem;
	}
}
@media (min-width: 1536px) {
	.large-text-block {
		font-size: 3rem;
		line-height: 1.08333;
		margin-bottom: 0;
		padding-top: 3.5rem;
		padding-bottom: 2.9375rem;
	}
}
.large-text-block .meta-block {
	padding: 1.125rem 0 0.3125rem;
}
@media (min-width: 375px) {
	.large-text-block .meta-block {
		padding-top: 1.6875rem;
		padding-bottom: 0.75rem;
	}
}
@media (min-width: 1536px) {
	.large-text-block .meta-block {
		padding-top: 2.5rem;
		padding-bottom: 1.5625rem;
	}
}
@media (min-width: 1920px) {
	.large-text-block .meta-block {
		padding-top: 3.1875rem;
		padding-bottom: 1.9375rem;
	}
}
@media (min-width: 1536px) {
	.large-text-block .divider {
		margin-top: 3.375rem;
	}
}

.article-content {
	padding: 0 0 1rem;
}
@media (min-width: 375px) {
	.article-content {
		padding-bottom: 1.6875rem;
	}
}
@media (min-width: 1200px) {
	.article-content {
		padding-bottom: 1.5rem;
	}
}
@media (min-width: 1536px) {
	.article-content {
		padding-bottom: 3.125rem;
	}
}
.article-content ol {
	padding: 1rem 0 0;
}
@media (min-width: 375px) {
	.article-content ol {
		padding-top: 1.4375rem;
	}
}
.article-content ol > li {
	padding: 0 0 1rem;
}
@media (min-width: 375px) {
	.article-content ol > li {
		padding-bottom: 1.4375rem;
	}
}
.article-content ol > li:last-child {
	padding-bottom: 1px;
}
.article-content ol > li:last-child p {
	margin-bottom: 1.0625rem;
}
.article-content h2,
.article-content .h2,
.article-content h3,
.article-content .h3,
.article-content h4,
.article-content .h4 {
	margin-top: 2rem;
	margin-bottom: 0.86364em;
}
@media (min-width: 375px) {
	.article-content h2,
	.article-content .h2,
	.article-content h3,
	.article-content .h3,
	.article-content h4,
	.article-content .h4 {
		margin-top: 3rem;
	}
}
@media (min-width: 1536px) {
	.article-content h2,
	.article-content .h2,
	.article-content h3,
	.article-content .h3,
	.article-content h4,
	.article-content .h4 {
		margin-top: 3.8125rem;
		margin-bottom: 1.13636em;
	}
}
@media (min-width: 1536px) {
	.article-content .article-block.text-medium {
		margin: 0 0 -32px;
	}
}

.article-block {
	padding: 0 0 2rem;
}
@media (min-width: 375px) {
	.article-block {
		padding-bottom: 3.5rem;
	}
}
@media (min-width: 1536px) {
	.article-block {
		padding-bottom: 2.625rem;
	}
}
.article-block.text-medium {
	padding-bottom: 0;
}
@media (min-width: 1536px) {
	.article-block.text-medium {
		padding-bottom: 0.3125rem;
	}
}

.meta-block {
	font-size: 1.25rem;
	line-height: 1.18182;
	position: relative;
}
@media (min-width: 375px) {
	.meta-block {
		font-size: 1.375rem;
	}
}
@media (min-width: 1536px) {
	.meta-block {
		font-size: 1.5rem;
		line-height: 1.33333;
	}
}
.meta-block .date,
.meta-block .aurhor-block {
	display: block;
	margin: 0 0 0.75rem;
}
.meta-block .date {
	color: #00abf0;
}
@media (min-width: 1200px) {
	.meta-block .date {
		position: absolute;
		left: 0;
	}
}

.aurhor-block a {
	color: inherit;
	text-decoration: none;
}
.aurhor-block a:hover {
	color: #00abf0;
	opacity: 1;
}

.blog-article-meta {
	border-top: 1px solid #ebebeb;
	padding: 1.6875rem 0 1.625rem;
}
.blog-article-meta .col-md-6:only-child {
	max-width: 100%;
}

.person-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 1.5rem;
}
.person-card .img-card {
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	width: 70px;
	margin: 0 20px 0 0;
}
.person-card .img-card img {
	border-radius: 50%;
}
.person-card .card-body {
	padding: 6px 0 0;
}
.person-card .author-name {
	font-size: 150%;
	line-height: 1.25;
	margin: 0 0 4px;
}
.person-card .author-name,
.person-card .author-bio {
	display: block;
}

.contact-block {
	padding: 0.75rem 0 0.875rem;
}
@media (min-width: 768px) {
	.section-contact .contact-block {
		padding-top: 0;
		padding-bottom: 0;
	}
}
.contact-block dl {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
}
@media (min-width: 375px) {
	.contact-block dl {
		margin-bottom: 1.4375rem;
	}
}
@media (min-width: 768px) {
	.contact-block dl {
		margin-bottom: 0;
	}
}
.contact-block dl dt {
	font-weight: normal;
	margin: 0 3px 0 0;
}
.contact-block dl dd {
	margin: 0;
}
.contact-block dl p {
	margin: 0;
}
.contact-block a[href*="tel:"] {
	color: inherit;
	text-decoration: none;
}
.contact-block a[href*="tel:"]:hover {
	color: #00abf0;
	opacity: 1;
}
@media (min-width: 768px) {
	.contact-block .contact-holder {
		padding: 0 0 1.5rem;
	}
}
@media (min-width: 1200px) {
	.contact-block .contact-holder {
		padding-bottom: 2rem;
	}
}

.accordion-container {
	padding: 1rem 0;
}
@media (min-width: 375px) {
	.accordion-container {
		padding-top: 2.625rem;
	}
}
@media (min-width: 1536px) {
	.accordion-container {
		padding-top: 3.25rem;
	}
}

.accordion > li {
	border-bottom: 1px solid #000;
	padding: 0.8125rem 0;
}
.accordion > li:first-child {
	border-top: 1px solid #000;
}
@media (min-width: 1200px) {
	.accordion > li {
		padding-top: 1.1875rem;
		padding-bottom: 1.125rem;
	}
}

.accordion address {
	margin: 0;
}

.accordion-opener {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 0 40px 0 0;
	position: relative;
}
.accordion-opener:hover {
	color: #00abf0;
	opacity: 1;
}
.accordion-opener:before,
.accordion-opener:after {
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
	content: "";
	background: #000;
	position: absolute;
}
.accordion-opener:before {
	width: 2px;
	height: 19px;
	right: 8px;
	top: 10px;
}
@media (min-width: 1200px) {
	.accordion-opener:before {
		top: 5px;
	}
}
.accordion-opener:after {
	height: 2px;
	width: 19px;
	right: 0;
	top: 19px;
}
@media (min-width: 1200px) {
	.accordion-opener:after {
		top: 14px;
	}
}
.accordion-active .accordion-opener:before {
	opacity: 0;
	transform: rotate(90deg);
}

.accordion-slide {
	padding: 1.5rem 0 0.1875rem;
}
@media (min-width: 375px) {
	.accordion-slide {
		padding-top: 2.125rem;
	}
}
@media (min-width: 1920px) {
	.accordion-slide {
		padding-top: 3.5rem;
		padding-bottom: 0.3125rem;
	}
}

.share-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5rem 0 0;
}

@media (min-width: 375px) and (max-width: 767px) {
	.share-block {
		padding-top: 1.25rem;
	}
}
@media (min-width: 768px) {
	.share-block {
		margin: -4px -8px 0 0;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
.share-block .share-title {
	margin: 0 7px 0 0;
}
.share-block .addtoany_list a {
	font-size: 1rem !important;
	line-height: 1;
	margin: 0 3px;
	text-decoration: underline;
}
.share-block .addtoany_list a:hover,
.share-block .addtoany_list a:focus {
	text-decoration: none;
}
.share-block .addtoany_list a:after {
	content: attr(title);
}
.share-block .addtoany_list a > span {
	display: none !important;
}

.pagination {
	position: relative;
	margin: 65px 0 0;
}
@media (min-width: 992px) {
	.pagination {
		margin: 90px 0 20px;
	}
}
.pagination:before {
	content: "";
	position: relative;
	width: 100vw;
	height: 1px;
	background-color: #ebebeb;
}
.pagination .nav-links {
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 35px;
}
.pagination .page-numbers {
	transition: all 0.25s ease-in-out;
	position: relative;
	color: #999999;
	height: 100%;
	width: 27px;
	text-align: center;
}
.pagination .page-numbers:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	top: -35px;
	background-color: transparent;
}
.pagination .page-numbers:hover {
	color: #00abf0;
}
.pagination .page-numbers.current {
	color: #000;
}
.pagination .page-numbers.current:after {
	background-color: #000;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	width: unset;
	border-radius: 9px;
}

.splitting ul {
	list-style: none;
}
.splitting ul li > p:first-child .word:first-child:before,
.splitting ul li > .word:first-child:before {
	width: 6px;
	height: 6px;
	content: "";
	border-radius: 50%;
	background: #000;
	float: left;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}
@media (min-width: 992px) {
	.splitting ul li > p:first-child .word:first-child:before,
	.splitting ul li > .word:first-child:before {
		width: 8px;
		height: 8px;
		left: -28px;
	}
}
@media (min-width: 1200px) {
	.splitting ul li > p:first-child .word:first-child:before,
	.splitting ul li > .word:first-child:before {
		left: -36px;
	}
}

.splitting.brand-item ul li > p:first-child .word:before,
.splitting.brand-item ul li > .word:first-child:before {
	background-color: #999999;
	left: -20px;
}
@media (min-width: 1920px) {
	.splitting.brand-item ul li > p:first-child .word:before,
	.splitting.brand-item ul li > .word:first-child:before {
		width: 10px;
		height: 10px;
	}
}

.section-blog {
	padding: 118px 0 0;
}
@media (min-width: 992px) {
	.section-blog {
		padding-top: 140px;
	}
}
@media (min-width: 1536px) {
	.section-blog {
		padding-top: 210px;
	}
}
.section-blog .section-header {
	margin-bottom: 46px;
}
@media (min-width: 992px) {
	.section-blog .section-header {
		margin-bottom: 74px;
	}
}

.posts-wrapper {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.posts-wrapper .blog-post:not(:last-of-type) {
		margin-bottom: 70px;
	}
}
@media (min-width: 768px) {
	.posts-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -60px 0 40px -20px;
	}
	.posts-wrapper .blog-post {
		width: calc(50% - 20px);
		margin: 60px 0 0 20px;
	}
}
@media (min-width: 992px) {
	.posts-wrapper .blog-post {
		width: calc(100% / 3 - 20px);
	}
}
@media (min-width: 1200px) {
	.posts-wrapper {
		margin: -88px 0 40px -20px;
	}
	.posts-wrapper .blog-post {
		margin: 88px 0 0 20px;
	}
}
.posts-wrapper .blog-post {
	font-size: 24px;
	line-height: calc(27 / 24);
}
.posts-wrapper .blog-post .post-header {
	margin-bottom: 25px;
}
@media (min-width: 992px) {
	.posts-wrapper .blog-post .post-header {
		margin-bottom: 0;
	}
}
.posts-wrapper .blog-post .post-title {
	margin-bottom: 38px;
}
@media (min-width: 992px) {
	.posts-wrapper .blog-post .post-title {
		margin-bottom: 85px;
	}
}
.posts-wrapper .blog-post .btn-holder {
	margin-top: 18px;
}

.section-brand-values {
	padding: 64px 0 36px;
}
@media (min-width: 1200px) {
	.section-brand-values {
		padding: 174px 0 156px;
	}
}
.section-brand-values .section-header {
	margin-bottom: 103px;
}
@media (min-width: 992px) {
	.section-brand-values .section-header {
		margin-bottom: 190px;
	}
}
@media (max-width: 767px) {
	.section-brand-values .section-inner > div:not(:last-of-type) {
		margin-bottom: 70px;
	}
}
@media (min-width: 768px) {
	.section-brand-values .section-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -20px 0 0 -20px;
	}
	.section-brand-values .section-inner > div {
		width: calc(50% - 20px);
		margin: 20px 0 0 20px;
	}
}
@media (min-width: 992px) {
	.section-brand-values .section-inner > div {
		width: calc(25% - 20px);
	}
}

.brand-item h5,
.brand-item .h5,
.brand-item .item-title {
	font-size: 1.375rem;
}
@media (min-width: 992px) {
	.brand-item h5,
	.brand-item .h5,
	.brand-item .item-title {
		font-size: 1.4375rem;
	}
}
@media (min-width: 1536px) {
	.brand-item h5,
	.brand-item .h5,
	.brand-item .item-title {
		font-size: 1.5rem;
	}
}

.section-career {
	font-size: 22px;
	line-height: calc(26 / 22);
}
@media (min-width: 1200px) {
	.section-career {
		font-size: 1.5rem;
		line-height: calc(27 / 24);
	}
}
.section-career .section-header {
	margin-bottom: 41px;
}
.section-career .section-wrapper {
	border-top: 1px solid #ebebeb;
	padding: 16px 0 32px;
}
@media (min-width: 768px) {
	.section-career .section-wrapper {
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 992px) {
	.section-career .section-wrapper {
		padding-bottom: 60px;
	}
}
@media (min-width: 1200px) {
	.section-career .section-wrapper {
		padding: 18px 0 70px;
	}
}
@media (min-width: 1536px) {
	.section-career .section-wrapper {
		padding-bottom: 81px;
	}
}
@media (min-width: 768px) {
	.section-career .section-header {
		width: 50%;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
	}
}
@media (min-width: 992px) {
	.section-career .section-content {
		padding: 3px 150px 0 10px;
	}
}
@media (min-width: 1200px) {
	.section-career .section-content {
		padding-top: 6px;
	}
}
.section-career .btn-holder {
	padding: 20px 0 19px;
}
@media (min-width: 992px) {
	.section-career .btn-holder {
		padding-top: 53px;
	}
}

.section-has-carousel {
	padding: 46px 0 48px;
}
@media (min-width: 992px) {
	.section-has-carousel {
		padding: 100px 0 138px;
	}
}
@media (min-width: 768px) {
	.section-has-carousel .section-inner {
		display: -ms-flexbox;
		display: flex;
	}
	.section-has-carousel .section-inner > div:nth-of-type(1) {
		width: 58%;
	}
	.section-has-carousel .section-inner > div:nth-of-type(2) {
		width: 42%;
	}
}
.section-has-carousel .section-visual {
	position: relative;
	padding-top: 58%;
	margin-bottom: 22px;
	overflow: hidden;
}
@media (min-width: 768px) {
	.section-has-carousel .section-visual {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.section-has-carousel .section-visual {
		padding-top: 36%;
	}
}
.section-has-carousel .section-visual img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) {
	.section-has-carousel .section-content {
		padding: 30px 0 0 30px;
	}
}
@media (min-width: 992px) {
	.section-has-carousel .section-content {
		padding: 50px 0 0 50px;
	}
}
@media (min-width: 1200px) {
	.section-has-carousel .section-content {
		padding: 80px 0 0 80px;
	}
}
@media (min-width: 1536px) {
	.section-has-carousel .section-content {
		padding: 117px 0 0 167px;
	}
}

.section-img-full-width {
	position: relative;
	overflow: hidden;
	padding-top: 141%;
}
@media (min-width: 768px) {
	.section-img-full-width {
		padding-top: 80%;
	}
}
@media (min-width: 992px) {
	.section-img-full-width {
		padding-top: 60%;
	}
}
@media (min-width: 1536px) {
	.section-img-full-width {
		padding-top: 53.5%;
	}
}
.section-img-full-width img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-intro {
	padding: 70px 0 40px;
	background-color: #00abf0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 992px) {
	.section-intro {
		padding: 140px 0 40px;
	}
}
@media (min-width: 1536px) {
	.section-intro {
		padding-bottom: 60px;
	}
}
@media screen and (max-height: 767px) {
	.section-intro {
		min-height: 767px;
	}
}
.section-intro .container {
	margin-top: auto;
	height: inherit;
	width: 100%;
}
.section-intro.intro-small {
	min-height: 375px;
	padding: 70px 0 42px;
}
@media (min-width: 992px) {
	.section-intro.intro-small {
		padding: 140px 0 82px;
	}
}
@media (min-width: 1200px) {
	.section-intro.intro-small {
		min-height: 500px;
	}
}
@media (min-width: 1536px) {
	.section-intro.intro-small {
		min-height: 700px;
	}
}
@media (max-width: 991px) {
	.section-intro.intro-small.title-small h1,
	.section-intro.intro-small.title-small .h1 {
		font-size: 34px;
	}
}
.section-intro.intro-small .hero-block {
	margin-bottom: 0;
}
.section-intro.intro-small h1,
.section-intro.intro-small .h1 {
	margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
	.section-intro.intro-small h1,
	.section-intro.intro-small .h1 {
		margin-bottom: 20px;
	}
}
@media (min-width: 1200px) {
	.section-intro.intro-small h1,
	.section-intro.intro-small .h1 {
		font-size: 80px;
		line-height: calc(92 / 80);
	}
}
.section-intro .hero-block {
	margin-top: auto;
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
	.section-intro .hero-block {
		margin-bottom: 0;
	}
}
.section-intro .btn-scroll-down {
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	width: 48px;
	height: 48px;
	font-size: 18px;
	padding: 15px 5px 10px;
}
@media (min-width: 992px) {
	.section-intro .btn-scroll-down {
		margin-left: auto;
	}
}
@media (min-width: 1536px) {
	.section-intro .btn-scroll-down {
		transform: translateY(-40px);
	}
}
.section-intro .btn-scroll-down:hover,
.section-intro .btn-scroll-down:focus {
	background-color: white;
	color: #00abf0;
}

.section-logos-animated {
	padding: 62px 0 74px;
	/* marquee basic styles */
}
@media (min-width: 1200px) {
	.section-logos-animated {
		padding: 55px 0 100px;
	}
}
.section-logos-animated .line-box {
	width: 100vw;
}
.section-logos-animated .line-box .mask {
	overflow: hidden;
}
.section-logos-animated .line-box .line {
	width: 99999px;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.section-logos-animated .line-box .line > div {
	margin: 0 40px;
}
.section-logos-animated .line-box .line > div img {
	height: 40px;
	width: auto;
}
@media (min-width: 1200px) {
	.section-logos-animated .line-box .line > div {
		margin: 0 40px;
	}
	.section-logos-animated .line-box .line > div img {
		height: 50px;
		width: auto;
	}
}

.section-mission {
	padding: 52px 0 24px;
}
@media (min-width: 992px) {
	.section-mission {
		padding: 120px 0 96px;
	}
}
.section-mission h3,
.section-mission .h3 {
	margin-bottom: 47px;
}
@media (min-width: 992px) {
	.section-mission h3,
	.section-mission .h3 {
		margin-bottom: 73px;
	}
}
@media (min-width: 768px) {
	.section-mission .section-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (max-width: 767px) {
	.section-mission .section-content {
		margin-bottom: 48px;
	}
}
@media (min-width: 768px) {
	.section-mission .section-content {
		padding: 0 50px 0 0;
	}
}
@media (min-width: 1536px) {
	.section-mission .section-content {
		padding: 10px 157px 0 0;
	}
}
.section-mission .section-visual {
	position: relative;
	overflow: hidden;
	padding-top: 98%;
}
@media (min-width: 768px) {
	.section-mission .section-visual {
		width: 60%;
		-ms-flex: 1 0 60%;
		flex: 1 0 60%;
	}
}
@media (min-width: 480px) {
	.section-mission .section-visual {
		padding-top: 60%;
	}
}
@media (min-width: 768px) {
	.section-mission .section-visual {
		padding-top: 41%;
		margin-right: -70px;
	}
}
.section-mission .section-visual img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-press {
	padding: 54px 0 50px;
}
@media (min-width: 1200px) {
	.section-press {
		padding: 93px 0 120px;
	}
}
.section-press .section-header {
	margin-bottom: 60px;
}
@media (min-width: 992px) {
	.section-press .section-header {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 992px) {
	.section-press .section-header h2,
	.section-press .section-header .h2 {
		margin-right: 20px;
	}
}
.section-press .logos-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	padding: 36px 0 0;
	margin: -15px 0 0 -15px;
	overflow: hidden;
}
@media (min-width: 992px) {
	.section-press .logos-wrapper {
		padding: 0 0 5px;
	}
}
@media (min-width: 1200px) {
	.section-press .logos-wrapper {
		margin: -30px 0 0 -30px;
	}
}
.section-press .logos-wrapper.in-viewport .press-logo {
	animation: slide-top 0.5s ease-out both;
}
.section-press .logos-wrapper.in-viewport .press-logo:nth-child(1) {
	animation-delay: 0.3s;
}
.section-press .logos-wrapper.in-viewport .press-logo:nth-child(2) {
	animation-delay: 0.6s;
}
.section-press .logos-wrapper.in-viewport .press-logo:nth-child(3) {
	animation-delay: 0.9s;
}
.section-press .logos-wrapper.in-viewport .press-logo:nth-child(4) {
	animation-delay: 1.2s;
}
.section-press .logos-wrapper.in-viewport .press-logo:nth-child(5) {
	animation-delay: 1.5s;
}
.section-press .logos-wrapper.in-viewport .press-logo:nth-child(6) {
	animation-delay: 1.8s;
}
.section-press .logos-wrapper.in-viewport .press-logo:nth-child(7) {
	animation-delay: 2.1s;
}
.section-press .logos-wrapper.in-viewport .press-logo:nth-child(8) {
	animation-delay: 2.4s;
}
.section-press .logos-wrapper.in-viewport .press-logo:nth-child(9) {
	animation-delay: 2.7s;
}
.section-press .logos-wrapper.in-viewport .press-logo:nth-child(10) {
	animation-delay: 3s;
}
.section-press .logos-wrapper .press-logo {
	height: inherit;
	margin: 15px 0 0 15px;
	visibility: hidden;
}
@media (min-width: 1200px) {
	.section-press .logos-wrapper .press-logo {
		margin: 30px 0 0 30px;
	}
}
.section-press .logos-wrapper .press-logo img {
	height: 28px;
	width: auto;
}
@media (min-width: 768px) {
	.section-press .logos-wrapper .press-logo img {
		height: 50px;
	}
}
@media (min-width: 1536px) {
	.section-press .logos-wrapper .press-logo img {
		height: 60px;
	}
}
@media (min-width: 768px) {
	.section-press .section-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -20px 0 0 -20px;
	}
	.section-press .section-inner > div {
		width: calc(100% / 3 - 20px);
		margin: 20px 0 0 20px;
	}
}

.section-products {
	padding: 33px 0 40px;
}
@media (min-width: 1200px) {
	.section-products {
		padding: 94px 0 110px;
	}
}
.section-products .title-holder {
	margin-bottom: 80px;
}
@media (min-width: 1536px) {
	.section-products .title-holder {
		max-width: 41%;
		margin-bottom: 106px;
	}
}
.section-products .title-holder h2,
.section-products .title-holder .h2 {
	margin-bottom: 38px;
}
@media (min-width: 1200px) {
	.section-products .title-holder h2,
	.section-products .title-holder .h2 {
		margin-bottom: 50px;
	}
}
@media (min-width: 768px) {
	.section-products .section-inner {
		padding: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -50px 0 0;
	}
	.section-products .section-inner > div {
		width: 50%;
		margin: 50px 0 0;
	}
}
@media (max-width: 767px) {
	.section-products .col:not(:last-of-type) {
		margin-bottom: 96px;
	}
}
@media (min-width: 768px) {
	.section-products .col {
		padding: 0 40px 0 0;
	}
}
@media (min-width: 992px) {
	.section-products .col {
		padding: 0 70px 0 0;
	}
}
@media (min-width: 1200px) {
	.section-products .col {
		padding: 0 100px 0 0;
	}
}
@media (min-width: 1536px) {
	.section-products .col {
		padding: 0 161px 0 0;
	}
	.section-products .col:nth-of-type(2) {
		padding: 0 161px 0 10px;
	}
}
.section-products .col .btn-holder {
	margin-top: 46px;
}
@media (min-width: 768px) {
	.section-products .col .btn-holder {
		margin-top: 52px;
	}
}
.section-products .product-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px;
}
@media (min-width: 768px) {
	.section-products .product-title {
		margin-bottom: 18px;
	}
}
.section-products .product-title img {
	height: 47px;
	width: auto;
	margin-right: 30px;
}
@media (min-width: 992px) {
	.section-products .product-title img {
		height: 55px;
		margin-right: 55px;
	}
}
@media (min-width: 992px) {
	.section-products .product-title h3,
	.section-products .product-title .h3 {
		padding-top: 5px;
	}
}

.section-summary {
	padding: 20px 0 30px;
}
@media (min-width: 992px) {
	.section-summary {
		padding: 52px 0 122px;
	}
}
.section-summary .section-header {
	margin-bottom: 97px;
	font-size: 22px;
	line-height: calc(26 / 22);
}
@media (min-width: 992px) {
	.section-summary .section-header {
		max-width: 82%;
		margin-bottom: 138px;
		font-size: 24px;
		line-height: calc(26 / 24);
	}
}
.section-summary .section-header .btn-holder {
	margin-top: 44px;
}
@media (min-width: 992px) {
	.section-summary .section-header .btn-holder {
		margin-top: 75px;
	}
}
.section-summary .section-header ul {
	padding-left: 20px;
}
@media (min-width: 992px) {
	.section-summary .section-header ul {
		padding-left: 28px;
	}
}
@media (min-width: 1200px) {
	.section-summary .section-header ul {
		padding-left: 36px;
	}
}
@media (min-width: 768px) {
	.section-summary .section-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -20px 0 0 -20px;
	}
	.section-summary .section-content > div {
		width: calc(50% - 20px);
		margin: 20px 0 0 20px;
	}
}
@media (min-width: 992px) {
	.section-summary .section-content > div {
		width: calc(25% - 20px);
		margin: 20px 0 0 20px;
	}
}

.section-team {
	padding: 14px 0 0;
}
@media (min-width: 992px) {
	.section-team {
		padding: 18px 0 0;
	}
}
.section-team .section-header {
	margin-bottom: 72px;
}
@media (min-width: 992px) {
	.section-team .section-header {
		margin-bottom: 122px;
	}
}

.team-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 54px;
}
@media (min-width: 992px) {
	.team-list {
		display: -ms-flexbox;
		display: flex;
		margin: -20px 0 0 -20px;
		padding-bottom: 98px;
	}
}
.team-list .team-col {
	width: 100%;
}
@media (min-width: 992px) {
	.team-list .team-col {
		width: calc(25% - 20px);
		margin: 20px 0 0 20px;
	}
}
.team-list .open-close {
	border-top: 1px solid #000;
}
.team-list .open-close:last-of-type {
	border-bottom: 1px solid #000;
	margin-bottom: -1px;
}
.team-list h3,
.team-list .h3 {
	margin-bottom: 4px;
}
@media (min-width: 992px) {
	.team-list h3,
	.team-list .h3 {
		margin-bottom: 16px;
	}
}
.team-list .opener {
	color: #000;
	display: block;
	padding: 10px 0 16px;
}
@media (min-width: 768px) {
	.team-list .opener {
		padding: 16px 0 18px 0;
	}
}
.team-list .opener:only-child {
	pointer-events: none;
}
.team-list .slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.team-list .img-holder {
	background: #999999;
	position: relative;
	max-width: 345px;
	height: 372px;
	margin: 10px 0 28px 0;
}
@media (min-width: 768px) {
	.team-list .img-holder {
		margin: 0 0 22px 0;
		width: 345px;
		height: 440px;
	}
}
@media (min-width: 992px) {
	.team-list .img-holder {
		width: unset;
		height: unset;
		max-width: 280px;
		padding-top: 120%;
	}
}
@media (min-width: 1536px) {
	.team-list .img-holder {
		padding-top: 79.5%;
	}
}

.section-tech-used {
	padding: 0 0 30px;
	font-size: 22px;
	line-height: calc(26 / 22);
}
@media (min-width: 992px) {
	.section-tech-used {
		font-size: 24px;
		line-height: calc(27 / 24);
	}
}
.section-tech-used .section-wrapper {
	position: relative;
	padding: 8px 0;
}
.section-tech-used .section-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #000;
}
.section-tech-used .section-wrapper.in-viewport:before {
	animation: line-fill 500ms ease-out both;
}
@media (min-width: 992px) {
	.section-tech-used .section-wrapper {
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 992px) and (min-width: 992px) {
	.section-tech-used .section-wrapper > div:nth-of-type(1) {
		width: 45%;
	}
}
@media (min-width: 992px) and (min-width: 1200px) {
	.section-tech-used .section-wrapper > div:nth-of-type(1) {
		width: 50%;
	}
}
@media (min-width: 992px) and (min-width: 992px) {
	.section-tech-used .section-wrapper > div:nth-of-type(2) {
		width: 55%;
	}
}
@media (min-width: 992px) and (min-width: 1200px) {
	.section-tech-used .section-wrapper > div:nth-of-type(2) {
		width: 50%;
	}
}
.section-tech-used .section-header {
	padding-bottom: 42px;
	border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
	.section-tech-used .section-header {
		padding-right: 40px;
		border-bottom: none;
	}
}
@media (min-width: 992px) {
	.section-tech-used .section-content {
		margin-top: -5px;
		padding: 0 0 0 5px;
	}
}
@media (min-width: 768px) {
	.section-tech-used .list-wrapper {
		display: -ms-flexbox;
		display: flex;
		margin: -20px 0 0 -20px;
	}
}
@media (min-width: 768px) {
	.section-tech-used .list-wrapper > ul {
		width: calc(50% - 20px);
		margin: 20px 0 0 20px;
	}
}
.section-tech-used .list-wrapper > ul li {
	position: relative;
	padding: 17px 0 12px 0;
}
@media (min-width: 992px) {
	.section-tech-used .list-wrapper > ul li {
		padding: 20px 0 20px 5px;
	}
}
.section-tech-used .list-wrapper > ul li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	background-color: #000;
}
.section-tech-used .list-wrapper > ul li.in-viewport:after {
	animation: line-fill 500ms ease-out both;
}

.section-testimonials {
	padding: 38px 0;
}
@media (min-width: 1200px) {
	.section-testimonials {
		padding: 123px 0 40px;
	}
}
.section-testimonials .title-holder {
	margin-bottom: 41px;
}
@media (min-width: 1536px) {
	.section-testimonials .title-holder {
		max-width: 79%;
		margin-bottom: 103px;
	}
}

.section-working-with-us {
	padding: 62px 0 0;
	font-size: 22px;
	line-height: calc(26 / 22);
}
@media (min-width: 992px) {
	.section-working-with-us {
		padding: 104px 0 0;
		font-size: 24px;
		line-height: calc(27 / 24);
	}
}
.section-working-with-us .section-header {
	margin-bottom: 42px;
}
@media (min-width: 992px) {
	.section-working-with-us .section-header {
		margin-bottom: 106px;
	}
}
.section-working-with-us .section-content {
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 80px 0;
}
@media (min-width: 1200px) {
	.section-working-with-us .section-content {
		padding: 0 150px 100px 100px;
	}
}
@media (min-width: 1536px) {
	.section-working-with-us .section-content {
		padding: 0 450px 180px 300px;
	}
}
.section-working-with-us ul {
	padding-left: 20px;
}
@media (min-width: 992px) {
	.section-working-with-us ul {
		padding-left: 28px;
	}
}
@media (min-width: 1200px) {
	.section-working-with-us ul {
		padding-left: 36px;
	}
}
.section-working-with-us ul > li {
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 0;
}
.section-working-with-us ul > li p {
	margin-bottom: 0;
}

.section-accordion.section-main {
	padding-bottom: 3rem;
}
@media (min-width: 375px) {
	.section-accordion.section-main {
		padding-bottom: 5.1875rem;
	}
}
@media (min-width: 1920px) {
	.section-accordion.section-main {
		padding-bottom: 10.375rem;
	}
}

.section-accordion .img-holder {
	margin: 0 0 1.5625rem;
	overflow: hidden;
}
@media (min-width: 375px) {
	.section-accordion .img-holder {
		margin-bottom: 2.125rem;
	}
}
@media (min-width: 768px) {
	.section-accordion .img-holder {
		margin-left: -16px;
		margin-right: -6px;
	}
}
@media (min-width: 1200px) {
	.section-accordion .img-holder {
		margin-left: -32px;
	}
}
@media (min-width: 1844px) {
	.section-accordion .img-holder {
		margin-left: -71px;
	}
}
@media (min-width: 768px) {
	.section-accordion .img-holder img {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.section-accordion-holder {
		padding: 3rem 0 0;
	}
}

@media (min-width: 1200px) {
	.section-accordion-holder {
		padding-top: 5rem;
	}
}

@media (min-width: 1536px) {
	.section-accordion-holder {
		padding-top: 9.375rem;
	}
}

@media (min-width: 1920px) {
	.section-accordion-holder {
		padding-top: 10.5rem;
	}
}

@media (min-width: 1536px) {
	.section-accordion-block {
		padding: 0 0 3rem;
	}
}

.section-accordion-title {
	font-size: 2.125rem;
	line-height: 1.11765;
}
@media (max-width: 767px) {
	.section-accordion-title {
		margin: 0 0 1.11765em;
	}
}
@media (min-width: 768px) {
	.section-accordion-title {
		margin-bottom: 26px;
	}
}
@media (min-width: 1200px) {
	.section-accordion-title {
		font-size: 3rem;
	}
}
@media (min-width: 1536px) {
	.section-accordion-title {
		font-size: 4.6875rem;
	}
}
@media (min-width: 1920px) {
	.section-accordion-title {
		font-size: 6.25rem;
	}
}

/* Slick slider styles */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

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

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

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

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	transition: all 0.25s ease-in-out;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	font-size: 10px;
	color: #000 !important;
	border: 1px solid #000;
	border-radius: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: none;
	width: 28px;
	height: 28px;
	padding: 0;
	margin-bottom: 0 !important;
}
.slick-arrow [class*="icon-"] {
	transition: all 0.25s ease-in-out;
}
.slick-arrow:focus {
	outline: none;
}
.slick-arrow:hover {
	color: #00abf0 !important;
	border-color: #00abf0;
	background-color: transparent !important;
}
.slick-arrow:hover [class*="icon-"] {
	color: inherit;
}
@media (min-width: 1536px) {
	.slick-arrow {
		bottom: 72px;
	}
}

.slick-prev {
	left: 0;
}

.slick-next {
	left: 48px;
}

.slick-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0;
	margin: 0 -5px;
}
.slick-dots li {
	padding: 0 5px;
}
.slick-dots li button {
	width: 8px;
	height: 8px;
	background: #ebebeb;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	margin-bottom: 0 !important;
	padding: 0;
}
.slick-dots li button:hover {
	background-color: #cccccc;
}
.slick-dots .slick-active button {
	background: #00ffa6;
}
.slick-dots .slick-active button:hover {
	background: #00ffa6;
}

/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
	display: inline-block;
	position: relative;
}

/* Psuedo-element chars */
.splitting .char {
	position: relative;
}

/**
* Populate the psuedo elements with the character to allow for expanded effects
* Set to `display: none` by default; just add `display: block` when you want
* to use the psuedo elements
*/
.splitting .char::before,
.splitting .char::after {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	transition: inherit;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.splitting .word::after {
	content: attr(data-word);
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	transition: inherit;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Expanded CSS Variables */
.splitting {
	/* The center word index */
	--word-center: calc((var(--word-total) - 1) / 2);
	/* The center character index */
	--char-center: calc((var(--char-total) - 1) / 2);
	/* The center character index */
	--line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
	/* Pecent (0-1) of the word's position */
	--word-percent: calc(var(--word-index) / var(--word-total));
	/* Pecent (0-1) of the line's position */
	--line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
	/* Percent (0-1) of the char's position */
	--char-percent: calc(var(--char-index) / var(--char-total));
	/* Offset from center, positive & negative */
	--char-offset: calc(var(--char-index) - var(--char-center));
	/* Absolute distance from center, only positive */
	--distance: calc(
		(var(--char-offset) * var(--char-offset)) / var(--char-center)
	);
	/* Distance from center where -1 is the far left, 0 is center, 1 is far right */
	--distance-sine: calc(var(--char-offset) / var(--char-center));
	/* Distance from center where 1 is far left/far right, 0 is center */
	--distance-percent: calc((var(--distance) / var(--char-center)));
}

body.nav-active {
	overflow: hidden !important;
}

body.no-space [id="main"] {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.no-space.search-no-results [id="main"] {
	padding-bottom: 32px !important;
}
@media (min-width: 992px) {
	body.no-space.search-no-results [id="main"] {
		padding-bottom: 48px !important;
	}
}
@media (min-width: 1536px) {
	body.no-space.search-no-results [id="main"] {
		padding-bottom: 64px !important;
	}
}

[id="wrapper"] {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
}

[id="main"] {
	padding: 118px 0 32px;
}
@media (min-width: 992px) {
	[id="main"] {
		padding-top: 140px;
		padding-bottom: 48px;
	}
}
@media (min-width: 1536px) {
	[id="main"] {
		padding-top: 210px;
		padding-bottom: 64px;
	}
}

.container,
[class^="container-"],
[class*=" container-"],
.g-container,
.g_container {
	max-width: 1844px;
	padding: 0 16px;
	margin: 0 auto;
}
@media (min-width: 1200px) {
	.container,
	[class^="container-"],
	[class*=" container-"],
	.g-container,
	.g_container {
		padding-left: 32px;
		padding-right: 32px;
	}
}

.container-fluid .g-container,
.container-fluid .g_container,
.container .g-container,
.container .g_container,
[class^="container-"] .g-container,
[class^="container-"] .g_container,
[class*=" container-"] .g-container,
[class*=" container-"] .g_container,
.g-container .g-container,
.g-container .g_container,
.g_container .g-container,
.g_container .g_container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.bg-primary {
	background-color: #00abf0;
	color: #fff;
}
.bg-primary a {
	color: #fff;
}

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

.bg-gray {
	background-color: #ebebeb;
}

.text-caps {
	text-transform: capitalize;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.text-white {
	color: #fff;
}

.title-holder {
	font-size: 22px;
	line-height: calc(26 / 22);
	margin-bottom: 62px;
}
@media (min-width: 768px) {
	.title-holder {
		max-width: 80%;
	}
}
@media (min-width: 992px) {
	.title-holder {
		max-width: 70%;
	}
}
@media (min-width: 1536px) {
	.title-holder {
		font-size: 24px;
		line-height: calc(27 / 24);
		max-width: 58%;
		margin-bottom: 106px;
	}
}
.title-holder h2,
.title-holder .h2 {
	margin-bottom: 38px;
}
@media (min-width: 1200px) {
	.title-holder h2,
	.title-holder .h2 {
		margin-bottom: 50px;
	}
}

.divider {
	border-color: #000;
	border-width: 0 0 1px;
}

.section-main {
	padding: 1.625rem 0 1.625rem;
}
@media (min-width: 1200px) {
	.section-main {
		padding-top: 3.125rem;
		padding-bottom: 2.8125rem;
	}
}
@media (min-width: 1536px) {
	.section-main {
		padding-top: 4.75rem;
		padding-bottom: 4.875rem;
	}
}
.section-main + .section-main {
	padding-top: 0;
}
@media (min-width: 768px) {
	.section-main + .section-main {
		padding-top: 1rem;
	}
}
@media (min-width: 1200px) {
	.section-main + .section-main {
		padding-top: 1.5rem;
	}
}
@media (min-width: 1536px) {
	.section-main + .section-main {
		padding-top: 2.25rem;
	}
}

.viewport-block {
	visibility: hidden;
}
.viewport-block .word {
	vertical-align: middle;
}
.viewport-block .word:after {
	content: none;
}
.viewport-block h1 .word,
.viewport-block h2 .word,
.viewport-block h3 .word,
.viewport-block h4 .word,
.viewport-block h5 .word,
.viewport-block h6 .word {
	overflow: hidden;
	visibility: hidden;
}
.viewport-block h1 .word:after,
.viewport-block h2 .word:after,
.viewport-block h3 .word:after,
.viewport-block h4 .word:after,
.viewport-block h5 .word:after,
.viewport-block h6 .word:after {
	content: attr(data-word);
}
.viewport-block .whitespace {
	vertical-align: middle;
}
.viewport-block.in-viewport {
	visibility: visible;
}
.viewport-block.in-viewport .word {
	animation: slide-top 0.5s ease-out both;
	animation-delay: calc(var(--word-index) * 10ms);
}
.viewport-block.in-viewport h1 .word,
.viewport-block.in-viewport h2 .word,
.viewport-block.in-viewport h3 .word,
.viewport-block.in-viewport h4 .word,
.viewport-block.in-viewport h5 .word,
.viewport-block.in-viewport h6 .word {
	visibility: hidden;
	animation: none;
}
.viewport-block.in-viewport h1 .word:after,
.viewport-block.in-viewport h2 .word:after,
.viewport-block.in-viewport h3 .word:after,
.viewport-block.in-viewport h4 .word:after,
.viewport-block.in-viewport h5 .word:after,
.viewport-block.in-viewport h6 .word:after {
	animation: slide-top 0.5s ease-out both;
}
.viewport-block.in-viewport h1 .word:nth-child(1):after,
.viewport-block.in-viewport h2 .word:nth-child(1):after,
.viewport-block.in-viewport h3 .word:nth-child(1):after,
.viewport-block.in-viewport h4 .word:nth-child(1):after,
.viewport-block.in-viewport h5 .word:nth-child(1):after,
.viewport-block.in-viewport h6 .word:nth-child(1):after {
	animation-delay: 0.025s;
}
.viewport-block.in-viewport h1 .word:nth-child(2):after,
.viewport-block.in-viewport h2 .word:nth-child(2):after,
.viewport-block.in-viewport h3 .word:nth-child(2):after,
.viewport-block.in-viewport h4 .word:nth-child(2):after,
.viewport-block.in-viewport h5 .word:nth-child(2):after,
.viewport-block.in-viewport h6 .word:nth-child(2):after {
	animation-delay: 0.05s;
}
.viewport-block.in-viewport h1 .word:nth-child(3):after,
.viewport-block.in-viewport h2 .word:nth-child(3):after,
.viewport-block.in-viewport h3 .word:nth-child(3):after,
.viewport-block.in-viewport h4 .word:nth-child(3):after,
.viewport-block.in-viewport h5 .word:nth-child(3):after,
.viewport-block.in-viewport h6 .word:nth-child(3):after {
	animation-delay: 0.075s;
}
.viewport-block.in-viewport h1 .word:nth-child(4):after,
.viewport-block.in-viewport h2 .word:nth-child(4):after,
.viewport-block.in-viewport h3 .word:nth-child(4):after,
.viewport-block.in-viewport h4 .word:nth-child(4):after,
.viewport-block.in-viewport h5 .word:nth-child(4):after,
.viewport-block.in-viewport h6 .word:nth-child(4):after {
	animation-delay: 0.1s;
}
.viewport-block.in-viewport h1 .word:nth-child(5):after,
.viewport-block.in-viewport h2 .word:nth-child(5):after,
.viewport-block.in-viewport h3 .word:nth-child(5):after,
.viewport-block.in-viewport h4 .word:nth-child(5):after,
.viewport-block.in-viewport h5 .word:nth-child(5):after,
.viewport-block.in-viewport h6 .word:nth-child(5):after {
	animation-delay: 0.125s;
}
.viewport-block.in-viewport h1 .word:nth-child(6):after,
.viewport-block.in-viewport h2 .word:nth-child(6):after,
.viewport-block.in-viewport h3 .word:nth-child(6):after,
.viewport-block.in-viewport h4 .word:nth-child(6):after,
.viewport-block.in-viewport h5 .word:nth-child(6):after,
.viewport-block.in-viewport h6 .word:nth-child(6):after {
	animation-delay: 0.15s;
}
.viewport-block.in-viewport h1 .word:nth-child(7):after,
.viewport-block.in-viewport h2 .word:nth-child(7):after,
.viewport-block.in-viewport h3 .word:nth-child(7):after,
.viewport-block.in-viewport h4 .word:nth-child(7):after,
.viewport-block.in-viewport h5 .word:nth-child(7):after,
.viewport-block.in-viewport h6 .word:nth-child(7):after {
	animation-delay: 0.175s;
}
.viewport-block.in-viewport h1 .word:nth-child(8):after,
.viewport-block.in-viewport h2 .word:nth-child(8):after,
.viewport-block.in-viewport h3 .word:nth-child(8):after,
.viewport-block.in-viewport h4 .word:nth-child(8):after,
.viewport-block.in-viewport h5 .word:nth-child(8):after,
.viewport-block.in-viewport h6 .word:nth-child(8):after {
	animation-delay: 0.2s;
}
.viewport-block.in-viewport h1 .word:nth-child(9):after,
.viewport-block.in-viewport h2 .word:nth-child(9):after,
.viewport-block.in-viewport h3 .word:nth-child(9):after,
.viewport-block.in-viewport h4 .word:nth-child(9):after,
.viewport-block.in-viewport h5 .word:nth-child(9):after,
.viewport-block.in-viewport h6 .word:nth-child(9):after {
	animation-delay: 0.225s;
}
.viewport-block.in-viewport h1 .word:nth-child(10):after,
.viewport-block.in-viewport h2 .word:nth-child(10):after,
.viewport-block.in-viewport h3 .word:nth-child(10):after,
.viewport-block.in-viewport h4 .word:nth-child(10):after,
.viewport-block.in-viewport h5 .word:nth-child(10):after,
.viewport-block.in-viewport h6 .word:nth-child(10):after {
	animation-delay: 0.25s;
}
.viewport-block.in-viewport h1 .word:nth-child(11):after,
.viewport-block.in-viewport h2 .word:nth-child(11):after,
.viewport-block.in-viewport h3 .word:nth-child(11):after,
.viewport-block.in-viewport h4 .word:nth-child(11):after,
.viewport-block.in-viewport h5 .word:nth-child(11):after,
.viewport-block.in-viewport h6 .word:nth-child(11):after {
	animation-delay: 0.275s;
}
.viewport-block.in-viewport h1 .word:nth-child(12):after,
.viewport-block.in-viewport h2 .word:nth-child(12):after,
.viewport-block.in-viewport h3 .word:nth-child(12):after,
.viewport-block.in-viewport h4 .word:nth-child(12):after,
.viewport-block.in-viewport h5 .word:nth-child(12):after,
.viewport-block.in-viewport h6 .word:nth-child(12):after {
	animation-delay: 0.3s;
}
.viewport-block.in-viewport h1 .word:nth-child(13):after,
.viewport-block.in-viewport h2 .word:nth-child(13):after,
.viewport-block.in-viewport h3 .word:nth-child(13):after,
.viewport-block.in-viewport h4 .word:nth-child(13):after,
.viewport-block.in-viewport h5 .word:nth-child(13):after,
.viewport-block.in-viewport h6 .word:nth-child(13):after {
	animation-delay: 0.325s;
}
.viewport-block.in-viewport h1 .word:nth-child(14):after,
.viewport-block.in-viewport h2 .word:nth-child(14):after,
.viewport-block.in-viewport h3 .word:nth-child(14):after,
.viewport-block.in-viewport h4 .word:nth-child(14):after,
.viewport-block.in-viewport h5 .word:nth-child(14):after,
.viewport-block.in-viewport h6 .word:nth-child(14):after {
	animation-delay: 0.35s;
}
.viewport-block.in-viewport h1 .word:nth-child(15):after,
.viewport-block.in-viewport h2 .word:nth-child(15):after,
.viewport-block.in-viewport h3 .word:nth-child(15):after,
.viewport-block.in-viewport h4 .word:nth-child(15):after,
.viewport-block.in-viewport h5 .word:nth-child(15):after,
.viewport-block.in-viewport h6 .word:nth-child(15):after {
	animation-delay: 0.375s;
}
.viewport-block.in-viewport h1 .word:nth-child(16):after,
.viewport-block.in-viewport h2 .word:nth-child(16):after,
.viewport-block.in-viewport h3 .word:nth-child(16):after,
.viewport-block.in-viewport h4 .word:nth-child(16):after,
.viewport-block.in-viewport h5 .word:nth-child(16):after,
.viewport-block.in-viewport h6 .word:nth-child(16):after {
	animation-delay: 0.4s;
}
.viewport-block.in-viewport h1 .word:nth-child(17):after,
.viewport-block.in-viewport h2 .word:nth-child(17):after,
.viewport-block.in-viewport h3 .word:nth-child(17):after,
.viewport-block.in-viewport h4 .word:nth-child(17):after,
.viewport-block.in-viewport h5 .word:nth-child(17):after,
.viewport-block.in-viewport h6 .word:nth-child(17):after {
	animation-delay: 0.425s;
}
.viewport-block.in-viewport h1 .word:nth-child(18):after,
.viewport-block.in-viewport h2 .word:nth-child(18):after,
.viewport-block.in-viewport h3 .word:nth-child(18):after,
.viewport-block.in-viewport h4 .word:nth-child(18):after,
.viewport-block.in-viewport h5 .word:nth-child(18):after,
.viewport-block.in-viewport h6 .word:nth-child(18):after {
	animation-delay: 0.45s;
}
.viewport-block.in-viewport h1 .word:nth-child(19):after,
.viewport-block.in-viewport h2 .word:nth-child(19):after,
.viewport-block.in-viewport h3 .word:nth-child(19):after,
.viewport-block.in-viewport h4 .word:nth-child(19):after,
.viewport-block.in-viewport h5 .word:nth-child(19):after,
.viewport-block.in-viewport h6 .word:nth-child(19):after {
	animation-delay: 0.475s;
}
.viewport-block.in-viewport h1 .word:nth-child(20):after,
.viewport-block.in-viewport h2 .word:nth-child(20):after,
.viewport-block.in-viewport h3 .word:nth-child(20):after,
.viewport-block.in-viewport h4 .word:nth-child(20):after,
.viewport-block.in-viewport h5 .word:nth-child(20):after,
.viewport-block.in-viewport h6 .word:nth-child(20):after {
	animation-delay: 0.5s;
}
.viewport-block.in-viewport h1 .word:nth-child(21):after,
.viewport-block.in-viewport h2 .word:nth-child(21):after,
.viewport-block.in-viewport h3 .word:nth-child(21):after,
.viewport-block.in-viewport h4 .word:nth-child(21):after,
.viewport-block.in-viewport h5 .word:nth-child(21):after,
.viewport-block.in-viewport h6 .word:nth-child(21):after {
	animation-delay: 0.525s;
}
.viewport-block.in-viewport h1 .word:nth-child(22):after,
.viewport-block.in-viewport h2 .word:nth-child(22):after,
.viewport-block.in-viewport h3 .word:nth-child(22):after,
.viewport-block.in-viewport h4 .word:nth-child(22):after,
.viewport-block.in-viewport h5 .word:nth-child(22):after,
.viewport-block.in-viewport h6 .word:nth-child(22):after {
	animation-delay: 0.55s;
}
.viewport-block.in-viewport h1 .word:nth-child(23):after,
.viewport-block.in-viewport h2 .word:nth-child(23):after,
.viewport-block.in-viewport h3 .word:nth-child(23):after,
.viewport-block.in-viewport h4 .word:nth-child(23):after,
.viewport-block.in-viewport h5 .word:nth-child(23):after,
.viewport-block.in-viewport h6 .word:nth-child(23):after {
	animation-delay: 0.575s;
}
.viewport-block.in-viewport h1 .word:nth-child(24):after,
.viewport-block.in-viewport h2 .word:nth-child(24):after,
.viewport-block.in-viewport h3 .word:nth-child(24):after,
.viewport-block.in-viewport h4 .word:nth-child(24):after,
.viewport-block.in-viewport h5 .word:nth-child(24):after,
.viewport-block.in-viewport h6 .word:nth-child(24):after {
	animation-delay: 0.6s;
}
.viewport-block.in-viewport h1 .word:nth-child(25):after,
.viewport-block.in-viewport h2 .word:nth-child(25):after,
.viewport-block.in-viewport h3 .word:nth-child(25):after,
.viewport-block.in-viewport h4 .word:nth-child(25):after,
.viewport-block.in-viewport h5 .word:nth-child(25):after,
.viewport-block.in-viewport h6 .word:nth-child(25):after {
	animation-delay: 0.625s;
}
.viewport-block.in-viewport h1 .word:nth-child(26):after,
.viewport-block.in-viewport h2 .word:nth-child(26):after,
.viewport-block.in-viewport h3 .word:nth-child(26):after,
.viewport-block.in-viewport h4 .word:nth-child(26):after,
.viewport-block.in-viewport h5 .word:nth-child(26):after,
.viewport-block.in-viewport h6 .word:nth-child(26):after {
	animation-delay: 0.65s;
}
.viewport-block.in-viewport h1 .word:nth-child(27):after,
.viewport-block.in-viewport h2 .word:nth-child(27):after,
.viewport-block.in-viewport h3 .word:nth-child(27):after,
.viewport-block.in-viewport h4 .word:nth-child(27):after,
.viewport-block.in-viewport h5 .word:nth-child(27):after,
.viewport-block.in-viewport h6 .word:nth-child(27):after {
	animation-delay: 0.675s;
}
.viewport-block.in-viewport h1 .word:nth-child(28):after,
.viewport-block.in-viewport h2 .word:nth-child(28):after,
.viewport-block.in-viewport h3 .word:nth-child(28):after,
.viewport-block.in-viewport h4 .word:nth-child(28):after,
.viewport-block.in-viewport h5 .word:nth-child(28):after,
.viewport-block.in-viewport h6 .word:nth-child(28):after {
	animation-delay: 0.7s;
}
.viewport-block.in-viewport h1 .word:nth-child(29):after,
.viewport-block.in-viewport h2 .word:nth-child(29):after,
.viewport-block.in-viewport h3 .word:nth-child(29):after,
.viewport-block.in-viewport h4 .word:nth-child(29):after,
.viewport-block.in-viewport h5 .word:nth-child(29):after,
.viewport-block.in-viewport h6 .word:nth-child(29):after {
	animation-delay: 0.725s;
}
.viewport-block.in-viewport h1 .word:nth-child(30):after,
.viewport-block.in-viewport h2 .word:nth-child(30):after,
.viewport-block.in-viewport h3 .word:nth-child(30):after,
.viewport-block.in-viewport h4 .word:nth-child(30):after,
.viewport-block.in-viewport h5 .word:nth-child(30):after,
.viewport-block.in-viewport h6 .word:nth-child(30):after {
	animation-delay: 0.75s;
}
.viewport-block.in-viewport h1 .word:nth-child(31):after,
.viewport-block.in-viewport h2 .word:nth-child(31):after,
.viewport-block.in-viewport h3 .word:nth-child(31):after,
.viewport-block.in-viewport h4 .word:nth-child(31):after,
.viewport-block.in-viewport h5 .word:nth-child(31):after,
.viewport-block.in-viewport h6 .word:nth-child(31):after {
	animation-delay: 0.775s;
}
.viewport-block.in-viewport h1 .word:nth-child(32):after,
.viewport-block.in-viewport h2 .word:nth-child(32):after,
.viewport-block.in-viewport h3 .word:nth-child(32):after,
.viewport-block.in-viewport h4 .word:nth-child(32):after,
.viewport-block.in-viewport h5 .word:nth-child(32):after,
.viewport-block.in-viewport h6 .word:nth-child(32):after {
	animation-delay: 0.8s;
}
.viewport-block.in-viewport h1 .word:nth-child(33):after,
.viewport-block.in-viewport h2 .word:nth-child(33):after,
.viewport-block.in-viewport h3 .word:nth-child(33):after,
.viewport-block.in-viewport h4 .word:nth-child(33):after,
.viewport-block.in-viewport h5 .word:nth-child(33):after,
.viewport-block.in-viewport h6 .word:nth-child(33):after {
	animation-delay: 0.825s;
}
.viewport-block.in-viewport h1 .word:nth-child(34):after,
.viewport-block.in-viewport h2 .word:nth-child(34):after,
.viewport-block.in-viewport h3 .word:nth-child(34):after,
.viewport-block.in-viewport h4 .word:nth-child(34):after,
.viewport-block.in-viewport h5 .word:nth-child(34):after,
.viewport-block.in-viewport h6 .word:nth-child(34):after {
	animation-delay: 0.85s;
}
.viewport-block.in-viewport h1 .word:nth-child(35):after,
.viewport-block.in-viewport h2 .word:nth-child(35):after,
.viewport-block.in-viewport h3 .word:nth-child(35):after,
.viewport-block.in-viewport h4 .word:nth-child(35):after,
.viewport-block.in-viewport h5 .word:nth-child(35):after,
.viewport-block.in-viewport h6 .word:nth-child(35):after {
	animation-delay: 0.875s;
}
.viewport-block.in-viewport h1 .word:nth-child(36):after,
.viewport-block.in-viewport h2 .word:nth-child(36):after,
.viewport-block.in-viewport h3 .word:nth-child(36):after,
.viewport-block.in-viewport h4 .word:nth-child(36):after,
.viewport-block.in-viewport h5 .word:nth-child(36):after,
.viewport-block.in-viewport h6 .word:nth-child(36):after {
	animation-delay: 0.9s;
}
.viewport-block.in-viewport h1 .word:nth-child(37):after,
.viewport-block.in-viewport h2 .word:nth-child(37):after,
.viewport-block.in-viewport h3 .word:nth-child(37):after,
.viewport-block.in-viewport h4 .word:nth-child(37):after,
.viewport-block.in-viewport h5 .word:nth-child(37):after,
.viewport-block.in-viewport h6 .word:nth-child(37):after {
	animation-delay: 0.925s;
}
.viewport-block.in-viewport h1 .word:nth-child(38):after,
.viewport-block.in-viewport h2 .word:nth-child(38):after,
.viewport-block.in-viewport h3 .word:nth-child(38):after,
.viewport-block.in-viewport h4 .word:nth-child(38):after,
.viewport-block.in-viewport h5 .word:nth-child(38):after,
.viewport-block.in-viewport h6 .word:nth-child(38):after {
	animation-delay: 0.95s;
}
.viewport-block.in-viewport h1 .word:nth-child(39):after,
.viewport-block.in-viewport h2 .word:nth-child(39):after,
.viewport-block.in-viewport h3 .word:nth-child(39):after,
.viewport-block.in-viewport h4 .word:nth-child(39):after,
.viewport-block.in-viewport h5 .word:nth-child(39):after,
.viewport-block.in-viewport h6 .word:nth-child(39):after {
	animation-delay: 0.975s;
}
.viewport-block.in-viewport h1 .word:nth-child(40):after,
.viewport-block.in-viewport h2 .word:nth-child(40):after,
.viewport-block.in-viewport h3 .word:nth-child(40):after,
.viewport-block.in-viewport h4 .word:nth-child(40):after,
.viewport-block.in-viewport h5 .word:nth-child(40):after,
.viewport-block.in-viewport h6 .word:nth-child(40):after {
	animation-delay: 1s;
}
.viewport-block.in-viewport h1 .word:nth-child(41):after,
.viewport-block.in-viewport h2 .word:nth-child(41):after,
.viewport-block.in-viewport h3 .word:nth-child(41):after,
.viewport-block.in-viewport h4 .word:nth-child(41):after,
.viewport-block.in-viewport h5 .word:nth-child(41):after,
.viewport-block.in-viewport h6 .word:nth-child(41):after {
	animation-delay: 1.025s;
}
.viewport-block.in-viewport h1 .word:nth-child(42):after,
.viewport-block.in-viewport h2 .word:nth-child(42):after,
.viewport-block.in-viewport h3 .word:nth-child(42):after,
.viewport-block.in-viewport h4 .word:nth-child(42):after,
.viewport-block.in-viewport h5 .word:nth-child(42):after,
.viewport-block.in-viewport h6 .word:nth-child(42):after {
	animation-delay: 1.05s;
}
.viewport-block.in-viewport h1 .word:nth-child(43):after,
.viewport-block.in-viewport h2 .word:nth-child(43):after,
.viewport-block.in-viewport h3 .word:nth-child(43):after,
.viewport-block.in-viewport h4 .word:nth-child(43):after,
.viewport-block.in-viewport h5 .word:nth-child(43):after,
.viewport-block.in-viewport h6 .word:nth-child(43):after {
	animation-delay: 1.075s;
}
.viewport-block.in-viewport h1 .word:nth-child(44):after,
.viewport-block.in-viewport h2 .word:nth-child(44):after,
.viewport-block.in-viewport h3 .word:nth-child(44):after,
.viewport-block.in-viewport h4 .word:nth-child(44):after,
.viewport-block.in-viewport h5 .word:nth-child(44):after,
.viewport-block.in-viewport h6 .word:nth-child(44):after {
	animation-delay: 1.1s;
}
.viewport-block.in-viewport h1 .word:nth-child(45):after,
.viewport-block.in-viewport h2 .word:nth-child(45):after,
.viewport-block.in-viewport h3 .word:nth-child(45):after,
.viewport-block.in-viewport h4 .word:nth-child(45):after,
.viewport-block.in-viewport h5 .word:nth-child(45):after,
.viewport-block.in-viewport h6 .word:nth-child(45):after {
	animation-delay: 1.125s;
}
.viewport-block.in-viewport h1 .word:nth-child(46):after,
.viewport-block.in-viewport h2 .word:nth-child(46):after,
.viewport-block.in-viewport h3 .word:nth-child(46):after,
.viewport-block.in-viewport h4 .word:nth-child(46):after,
.viewport-block.in-viewport h5 .word:nth-child(46):after,
.viewport-block.in-viewport h6 .word:nth-child(46):after {
	animation-delay: 1.15s;
}
.viewport-block.in-viewport h1 .word:nth-child(47):after,
.viewport-block.in-viewport h2 .word:nth-child(47):after,
.viewport-block.in-viewport h3 .word:nth-child(47):after,
.viewport-block.in-viewport h4 .word:nth-child(47):after,
.viewport-block.in-viewport h5 .word:nth-child(47):after,
.viewport-block.in-viewport h6 .word:nth-child(47):after {
	animation-delay: 1.175s;
}
.viewport-block.in-viewport h1 .word:nth-child(48):after,
.viewport-block.in-viewport h2 .word:nth-child(48):after,
.viewport-block.in-viewport h3 .word:nth-child(48):after,
.viewport-block.in-viewport h4 .word:nth-child(48):after,
.viewport-block.in-viewport h5 .word:nth-child(48):after,
.viewport-block.in-viewport h6 .word:nth-child(48):after {
	animation-delay: 1.2s;
}
.viewport-block.in-viewport h1 .word:nth-child(49):after,
.viewport-block.in-viewport h2 .word:nth-child(49):after,
.viewport-block.in-viewport h3 .word:nth-child(49):after,
.viewport-block.in-viewport h4 .word:nth-child(49):after,
.viewport-block.in-viewport h5 .word:nth-child(49):after,
.viewport-block.in-viewport h6 .word:nth-child(49):after {
	animation-delay: 1.225s;
}
.viewport-block.in-viewport h1 .word:nth-child(50):after,
.viewport-block.in-viewport h2 .word:nth-child(50):after,
.viewport-block.in-viewport h3 .word:nth-child(50):after,
.viewport-block.in-viewport h4 .word:nth-child(50):after,
.viewport-block.in-viewport h5 .word:nth-child(50):after,
.viewport-block.in-viewport h6 .word:nth-child(50):after {
	animation-delay: 1.25s;
}
.viewport-block.in-viewport h1 .word:nth-child(51):after,
.viewport-block.in-viewport h2 .word:nth-child(51):after,
.viewport-block.in-viewport h3 .word:nth-child(51):after,
.viewport-block.in-viewport h4 .word:nth-child(51):after,
.viewport-block.in-viewport h5 .word:nth-child(51):after,
.viewport-block.in-viewport h6 .word:nth-child(51):after {
	animation-delay: 1.275s;
}
.viewport-block.in-viewport h1 .word:nth-child(52):after,
.viewport-block.in-viewport h2 .word:nth-child(52):after,
.viewport-block.in-viewport h3 .word:nth-child(52):after,
.viewport-block.in-viewport h4 .word:nth-child(52):after,
.viewport-block.in-viewport h5 .word:nth-child(52):after,
.viewport-block.in-viewport h6 .word:nth-child(52):after {
	animation-delay: 1.3s;
}
.viewport-block.in-viewport h1 .word:nth-child(53):after,
.viewport-block.in-viewport h2 .word:nth-child(53):after,
.viewport-block.in-viewport h3 .word:nth-child(53):after,
.viewport-block.in-viewport h4 .word:nth-child(53):after,
.viewport-block.in-viewport h5 .word:nth-child(53):after,
.viewport-block.in-viewport h6 .word:nth-child(53):after {
	animation-delay: 1.325s;
}
.viewport-block.in-viewport h1 .word:nth-child(54):after,
.viewport-block.in-viewport h2 .word:nth-child(54):after,
.viewport-block.in-viewport h3 .word:nth-child(54):after,
.viewport-block.in-viewport h4 .word:nth-child(54):after,
.viewport-block.in-viewport h5 .word:nth-child(54):after,
.viewport-block.in-viewport h6 .word:nth-child(54):after {
	animation-delay: 1.35s;
}
.viewport-block.in-viewport h1 .word:nth-child(55):after,
.viewport-block.in-viewport h2 .word:nth-child(55):after,
.viewport-block.in-viewport h3 .word:nth-child(55):after,
.viewport-block.in-viewport h4 .word:nth-child(55):after,
.viewport-block.in-viewport h5 .word:nth-child(55):after,
.viewport-block.in-viewport h6 .word:nth-child(55):after {
	animation-delay: 1.375s;
}
.viewport-block.in-viewport h1 .word:nth-child(56):after,
.viewport-block.in-viewport h2 .word:nth-child(56):after,
.viewport-block.in-viewport h3 .word:nth-child(56):after,
.viewport-block.in-viewport h4 .word:nth-child(56):after,
.viewport-block.in-viewport h5 .word:nth-child(56):after,
.viewport-block.in-viewport h6 .word:nth-child(56):after {
	animation-delay: 1.4s;
}
.viewport-block.in-viewport h1 .word:nth-child(57):after,
.viewport-block.in-viewport h2 .word:nth-child(57):after,
.viewport-block.in-viewport h3 .word:nth-child(57):after,
.viewport-block.in-viewport h4 .word:nth-child(57):after,
.viewport-block.in-viewport h5 .word:nth-child(57):after,
.viewport-block.in-viewport h6 .word:nth-child(57):after {
	animation-delay: 1.425s;
}
.viewport-block.in-viewport h1 .word:nth-child(58):after,
.viewport-block.in-viewport h2 .word:nth-child(58):after,
.viewport-block.in-viewport h3 .word:nth-child(58):after,
.viewport-block.in-viewport h4 .word:nth-child(58):after,
.viewport-block.in-viewport h5 .word:nth-child(58):after,
.viewport-block.in-viewport h6 .word:nth-child(58):after {
	animation-delay: 1.45s;
}
.viewport-block.in-viewport h1 .word:nth-child(59):after,
.viewport-block.in-viewport h2 .word:nth-child(59):after,
.viewport-block.in-viewport h3 .word:nth-child(59):after,
.viewport-block.in-viewport h4 .word:nth-child(59):after,
.viewport-block.in-viewport h5 .word:nth-child(59):after,
.viewport-block.in-viewport h6 .word:nth-child(59):after {
	animation-delay: 1.475s;
}
.viewport-block.in-viewport h1 .word:nth-child(60):after,
.viewport-block.in-viewport h2 .word:nth-child(60):after,
.viewport-block.in-viewport h3 .word:nth-child(60):after,
.viewport-block.in-viewport h4 .word:nth-child(60):after,
.viewport-block.in-viewport h5 .word:nth-child(60):after,
.viewport-block.in-viewport h6 .word:nth-child(60):after {
	animation-delay: 1.5s;
}
.viewport-block.in-viewport h1 .word:nth-child(61):after,
.viewport-block.in-viewport h2 .word:nth-child(61):after,
.viewport-block.in-viewport h3 .word:nth-child(61):after,
.viewport-block.in-viewport h4 .word:nth-child(61):after,
.viewport-block.in-viewport h5 .word:nth-child(61):after,
.viewport-block.in-viewport h6 .word:nth-child(61):after {
	animation-delay: 1.525s;
}
.viewport-block.in-viewport h1 .word:nth-child(62):after,
.viewport-block.in-viewport h2 .word:nth-child(62):after,
.viewport-block.in-viewport h3 .word:nth-child(62):after,
.viewport-block.in-viewport h4 .word:nth-child(62):after,
.viewport-block.in-viewport h5 .word:nth-child(62):after,
.viewport-block.in-viewport h6 .word:nth-child(62):after {
	animation-delay: 1.55s;
}
.viewport-block.in-viewport h1 .word:nth-child(63):after,
.viewport-block.in-viewport h2 .word:nth-child(63):after,
.viewport-block.in-viewport h3 .word:nth-child(63):after,
.viewport-block.in-viewport h4 .word:nth-child(63):after,
.viewport-block.in-viewport h5 .word:nth-child(63):after,
.viewport-block.in-viewport h6 .word:nth-child(63):after {
	animation-delay: 1.575s;
}
.viewport-block.in-viewport h1 .word:nth-child(64):after,
.viewport-block.in-viewport h2 .word:nth-child(64):after,
.viewport-block.in-viewport h3 .word:nth-child(64):after,
.viewport-block.in-viewport h4 .word:nth-child(64):after,
.viewport-block.in-viewport h5 .word:nth-child(64):after,
.viewport-block.in-viewport h6 .word:nth-child(64):after {
	animation-delay: 1.6s;
}
.viewport-block.in-viewport h1 .word:nth-child(65):after,
.viewport-block.in-viewport h2 .word:nth-child(65):after,
.viewport-block.in-viewport h3 .word:nth-child(65):after,
.viewport-block.in-viewport h4 .word:nth-child(65):after,
.viewport-block.in-viewport h5 .word:nth-child(65):after,
.viewport-block.in-viewport h6 .word:nth-child(65):after {
	animation-delay: 1.625s;
}
.viewport-block.in-viewport h1 .word:nth-child(66):after,
.viewport-block.in-viewport h2 .word:nth-child(66):after,
.viewport-block.in-viewport h3 .word:nth-child(66):after,
.viewport-block.in-viewport h4 .word:nth-child(66):after,
.viewport-block.in-viewport h5 .word:nth-child(66):after,
.viewport-block.in-viewport h6 .word:nth-child(66):after {
	animation-delay: 1.65s;
}
.viewport-block.in-viewport h1 .word:nth-child(67):after,
.viewport-block.in-viewport h2 .word:nth-child(67):after,
.viewport-block.in-viewport h3 .word:nth-child(67):after,
.viewport-block.in-viewport h4 .word:nth-child(67):after,
.viewport-block.in-viewport h5 .word:nth-child(67):after,
.viewport-block.in-viewport h6 .word:nth-child(67):after {
	animation-delay: 1.675s;
}
.viewport-block.in-viewport h1 .word:nth-child(68):after,
.viewport-block.in-viewport h2 .word:nth-child(68):after,
.viewport-block.in-viewport h3 .word:nth-child(68):after,
.viewport-block.in-viewport h4 .word:nth-child(68):after,
.viewport-block.in-viewport h5 .word:nth-child(68):after,
.viewport-block.in-viewport h6 .word:nth-child(68):after {
	animation-delay: 1.7s;
}
.viewport-block.in-viewport h1 .word:nth-child(69):after,
.viewport-block.in-viewport h2 .word:nth-child(69):after,
.viewport-block.in-viewport h3 .word:nth-child(69):after,
.viewport-block.in-viewport h4 .word:nth-child(69):after,
.viewport-block.in-viewport h5 .word:nth-child(69):after,
.viewport-block.in-viewport h6 .word:nth-child(69):after {
	animation-delay: 1.725s;
}
.viewport-block.in-viewport h1 .word:nth-child(70):after,
.viewport-block.in-viewport h2 .word:nth-child(70):after,
.viewport-block.in-viewport h3 .word:nth-child(70):after,
.viewport-block.in-viewport h4 .word:nth-child(70):after,
.viewport-block.in-viewport h5 .word:nth-child(70):after,
.viewport-block.in-viewport h6 .word:nth-child(70):after {
	animation-delay: 1.75s;
}
.viewport-block.in-viewport h1 .word:nth-child(71):after,
.viewport-block.in-viewport h2 .word:nth-child(71):after,
.viewport-block.in-viewport h3 .word:nth-child(71):after,
.viewport-block.in-viewport h4 .word:nth-child(71):after,
.viewport-block.in-viewport h5 .word:nth-child(71):after,
.viewport-block.in-viewport h6 .word:nth-child(71):after {
	animation-delay: 1.775s;
}
.viewport-block.in-viewport h1 .word:nth-child(72):after,
.viewport-block.in-viewport h2 .word:nth-child(72):after,
.viewport-block.in-viewport h3 .word:nth-child(72):after,
.viewport-block.in-viewport h4 .word:nth-child(72):after,
.viewport-block.in-viewport h5 .word:nth-child(72):after,
.viewport-block.in-viewport h6 .word:nth-child(72):after {
	animation-delay: 1.8s;
}
.viewport-block.in-viewport h1 .word:nth-child(73):after,
.viewport-block.in-viewport h2 .word:nth-child(73):after,
.viewport-block.in-viewport h3 .word:nth-child(73):after,
.viewport-block.in-viewport h4 .word:nth-child(73):after,
.viewport-block.in-viewport h5 .word:nth-child(73):after,
.viewport-block.in-viewport h6 .word:nth-child(73):after {
	animation-delay: 1.825s;
}
.viewport-block.in-viewport h1 .word:nth-child(74):after,
.viewport-block.in-viewport h2 .word:nth-child(74):after,
.viewport-block.in-viewport h3 .word:nth-child(74):after,
.viewport-block.in-viewport h4 .word:nth-child(74):after,
.viewport-block.in-viewport h5 .word:nth-child(74):after,
.viewport-block.in-viewport h6 .word:nth-child(74):after {
	animation-delay: 1.85s;
}
.viewport-block.in-viewport h1 .word:nth-child(75):after,
.viewport-block.in-viewport h2 .word:nth-child(75):after,
.viewport-block.in-viewport h3 .word:nth-child(75):after,
.viewport-block.in-viewport h4 .word:nth-child(75):after,
.viewport-block.in-viewport h5 .word:nth-child(75):after,
.viewport-block.in-viewport h6 .word:nth-child(75):after {
	animation-delay: 1.875s;
}
.viewport-block.in-viewport h1 .word:nth-child(76):after,
.viewport-block.in-viewport h2 .word:nth-child(76):after,
.viewport-block.in-viewport h3 .word:nth-child(76):after,
.viewport-block.in-viewport h4 .word:nth-child(76):after,
.viewport-block.in-viewport h5 .word:nth-child(76):after,
.viewport-block.in-viewport h6 .word:nth-child(76):after {
	animation-delay: 1.9s;
}
.viewport-block.in-viewport h1 .word:nth-child(77):after,
.viewport-block.in-viewport h2 .word:nth-child(77):after,
.viewport-block.in-viewport h3 .word:nth-child(77):after,
.viewport-block.in-viewport h4 .word:nth-child(77):after,
.viewport-block.in-viewport h5 .word:nth-child(77):after,
.viewport-block.in-viewport h6 .word:nth-child(77):after {
	animation-delay: 1.925s;
}
.viewport-block.in-viewport h1 .word:nth-child(78):after,
.viewport-block.in-viewport h2 .word:nth-child(78):after,
.viewport-block.in-viewport h3 .word:nth-child(78):after,
.viewport-block.in-viewport h4 .word:nth-child(78):after,
.viewport-block.in-viewport h5 .word:nth-child(78):after,
.viewport-block.in-viewport h6 .word:nth-child(78):after {
	animation-delay: 1.95s;
}
.viewport-block.in-viewport h1 .word:nth-child(79):after,
.viewport-block.in-viewport h2 .word:nth-child(79):after,
.viewport-block.in-viewport h3 .word:nth-child(79):after,
.viewport-block.in-viewport h4 .word:nth-child(79):after,
.viewport-block.in-viewport h5 .word:nth-child(79):after,
.viewport-block.in-viewport h6 .word:nth-child(79):after {
	animation-delay: 1.975s;
}
.viewport-block.in-viewport h1 .word:nth-child(80):after,
.viewport-block.in-viewport h2 .word:nth-child(80):after,
.viewport-block.in-viewport h3 .word:nth-child(80):after,
.viewport-block.in-viewport h4 .word:nth-child(80):after,
.viewport-block.in-viewport h5 .word:nth-child(80):after,
.viewport-block.in-viewport h6 .word:nth-child(80):after {
	animation-delay: 2s;
}
.viewport-block.in-viewport h1 .word:nth-child(81):after,
.viewport-block.in-viewport h2 .word:nth-child(81):after,
.viewport-block.in-viewport h3 .word:nth-child(81):after,
.viewport-block.in-viewport h4 .word:nth-child(81):after,
.viewport-block.in-viewport h5 .word:nth-child(81):after,
.viewport-block.in-viewport h6 .word:nth-child(81):after {
	animation-delay: 2.025s;
}
.viewport-block.in-viewport h1 .word:nth-child(82):after,
.viewport-block.in-viewport h2 .word:nth-child(82):after,
.viewport-block.in-viewport h3 .word:nth-child(82):after,
.viewport-block.in-viewport h4 .word:nth-child(82):after,
.viewport-block.in-viewport h5 .word:nth-child(82):after,
.viewport-block.in-viewport h6 .word:nth-child(82):after {
	animation-delay: 2.05s;
}
.viewport-block.in-viewport h1 .word:nth-child(83):after,
.viewport-block.in-viewport h2 .word:nth-child(83):after,
.viewport-block.in-viewport h3 .word:nth-child(83):after,
.viewport-block.in-viewport h4 .word:nth-child(83):after,
.viewport-block.in-viewport h5 .word:nth-child(83):after,
.viewport-block.in-viewport h6 .word:nth-child(83):after {
	animation-delay: 2.075s;
}
.viewport-block.in-viewport h1 .word:nth-child(84):after,
.viewport-block.in-viewport h2 .word:nth-child(84):after,
.viewport-block.in-viewport h3 .word:nth-child(84):after,
.viewport-block.in-viewport h4 .word:nth-child(84):after,
.viewport-block.in-viewport h5 .word:nth-child(84):after,
.viewport-block.in-viewport h6 .word:nth-child(84):after {
	animation-delay: 2.1s;
}
.viewport-block.in-viewport h1 .word:nth-child(85):after,
.viewport-block.in-viewport h2 .word:nth-child(85):after,
.viewport-block.in-viewport h3 .word:nth-child(85):after,
.viewport-block.in-viewport h4 .word:nth-child(85):after,
.viewport-block.in-viewport h5 .word:nth-child(85):after,
.viewport-block.in-viewport h6 .word:nth-child(85):after {
	animation-delay: 2.125s;
}
.viewport-block.in-viewport h1 .word:nth-child(86):after,
.viewport-block.in-viewport h2 .word:nth-child(86):after,
.viewport-block.in-viewport h3 .word:nth-child(86):after,
.viewport-block.in-viewport h4 .word:nth-child(86):after,
.viewport-block.in-viewport h5 .word:nth-child(86):after,
.viewport-block.in-viewport h6 .word:nth-child(86):after {
	animation-delay: 2.15s;
}
.viewport-block.in-viewport h1 .word:nth-child(87):after,
.viewport-block.in-viewport h2 .word:nth-child(87):after,
.viewport-block.in-viewport h3 .word:nth-child(87):after,
.viewport-block.in-viewport h4 .word:nth-child(87):after,
.viewport-block.in-viewport h5 .word:nth-child(87):after,
.viewport-block.in-viewport h6 .word:nth-child(87):after {
	animation-delay: 2.175s;
}
.viewport-block.in-viewport h1 .word:nth-child(88):after,
.viewport-block.in-viewport h2 .word:nth-child(88):after,
.viewport-block.in-viewport h3 .word:nth-child(88):after,
.viewport-block.in-viewport h4 .word:nth-child(88):after,
.viewport-block.in-viewport h5 .word:nth-child(88):after,
.viewport-block.in-viewport h6 .word:nth-child(88):after {
	animation-delay: 2.2s;
}
.viewport-block.in-viewport h1 .word:nth-child(89):after,
.viewport-block.in-viewport h2 .word:nth-child(89):after,
.viewport-block.in-viewport h3 .word:nth-child(89):after,
.viewport-block.in-viewport h4 .word:nth-child(89):after,
.viewport-block.in-viewport h5 .word:nth-child(89):after,
.viewport-block.in-viewport h6 .word:nth-child(89):after {
	animation-delay: 2.225s;
}
.viewport-block.in-viewport h1 .word:nth-child(90):after,
.viewport-block.in-viewport h2 .word:nth-child(90):after,
.viewport-block.in-viewport h3 .word:nth-child(90):after,
.viewport-block.in-viewport h4 .word:nth-child(90):after,
.viewport-block.in-viewport h5 .word:nth-child(90):after,
.viewport-block.in-viewport h6 .word:nth-child(90):after {
	animation-delay: 2.25s;
}
.viewport-block.in-viewport h1 .word:nth-child(91):after,
.viewport-block.in-viewport h2 .word:nth-child(91):after,
.viewport-block.in-viewport h3 .word:nth-child(91):after,
.viewport-block.in-viewport h4 .word:nth-child(91):after,
.viewport-block.in-viewport h5 .word:nth-child(91):after,
.viewport-block.in-viewport h6 .word:nth-child(91):after {
	animation-delay: 2.275s;
}
.viewport-block.in-viewport h1 .word:nth-child(92):after,
.viewport-block.in-viewport h2 .word:nth-child(92):after,
.viewport-block.in-viewport h3 .word:nth-child(92):after,
.viewport-block.in-viewport h4 .word:nth-child(92):after,
.viewport-block.in-viewport h5 .word:nth-child(92):after,
.viewport-block.in-viewport h6 .word:nth-child(92):after {
	animation-delay: 2.3s;
}
.viewport-block.in-viewport h1 .word:nth-child(93):after,
.viewport-block.in-viewport h2 .word:nth-child(93):after,
.viewport-block.in-viewport h3 .word:nth-child(93):after,
.viewport-block.in-viewport h4 .word:nth-child(93):after,
.viewport-block.in-viewport h5 .word:nth-child(93):after,
.viewport-block.in-viewport h6 .word:nth-child(93):after {
	animation-delay: 2.325s;
}
.viewport-block.in-viewport h1 .word:nth-child(94):after,
.viewport-block.in-viewport h2 .word:nth-child(94):after,
.viewport-block.in-viewport h3 .word:nth-child(94):after,
.viewport-block.in-viewport h4 .word:nth-child(94):after,
.viewport-block.in-viewport h5 .word:nth-child(94):after,
.viewport-block.in-viewport h6 .word:nth-child(94):after {
	animation-delay: 2.35s;
}
.viewport-block.in-viewport h1 .word:nth-child(95):after,
.viewport-block.in-viewport h2 .word:nth-child(95):after,
.viewport-block.in-viewport h3 .word:nth-child(95):after,
.viewport-block.in-viewport h4 .word:nth-child(95):after,
.viewport-block.in-viewport h5 .word:nth-child(95):after,
.viewport-block.in-viewport h6 .word:nth-child(95):after {
	animation-delay: 2.375s;
}
.viewport-block.in-viewport h1 .word:nth-child(96):after,
.viewport-block.in-viewport h2 .word:nth-child(96):after,
.viewport-block.in-viewport h3 .word:nth-child(96):after,
.viewport-block.in-viewport h4 .word:nth-child(96):after,
.viewport-block.in-viewport h5 .word:nth-child(96):after,
.viewport-block.in-viewport h6 .word:nth-child(96):after {
	animation-delay: 2.4s;
}
.viewport-block.in-viewport h1 .word:nth-child(97):after,
.viewport-block.in-viewport h2 .word:nth-child(97):after,
.viewport-block.in-viewport h3 .word:nth-child(97):after,
.viewport-block.in-viewport h4 .word:nth-child(97):after,
.viewport-block.in-viewport h5 .word:nth-child(97):after,
.viewport-block.in-viewport h6 .word:nth-child(97):after {
	animation-delay: 2.425s;
}
.viewport-block.in-viewport h1 .word:nth-child(98):after,
.viewport-block.in-viewport h2 .word:nth-child(98):after,
.viewport-block.in-viewport h3 .word:nth-child(98):after,
.viewport-block.in-viewport h4 .word:nth-child(98):after,
.viewport-block.in-viewport h5 .word:nth-child(98):after,
.viewport-block.in-viewport h6 .word:nth-child(98):after {
	animation-delay: 2.45s;
}
.viewport-block.in-viewport h1 .word:nth-child(99):after,
.viewport-block.in-viewport h2 .word:nth-child(99):after,
.viewport-block.in-viewport h3 .word:nth-child(99):after,
.viewport-block.in-viewport h4 .word:nth-child(99):after,
.viewport-block.in-viewport h5 .word:nth-child(99):after,
.viewport-block.in-viewport h6 .word:nth-child(99):after {
	animation-delay: 2.475s;
}
.viewport-block.in-viewport h1 .word:nth-child(100):after,
.viewport-block.in-viewport h2 .word:nth-child(100):after,
.viewport-block.in-viewport h3 .word:nth-child(100):after,
.viewport-block.in-viewport h4 .word:nth-child(100):after,
.viewport-block.in-viewport h5 .word:nth-child(100):after,
.viewport-block.in-viewport h6 .word:nth-child(100):after {
	animation-delay: 2.5s;
}

h1.viewport-block .word,
h2.viewport-block .word,
h3.viewport-block .word,
h4.viewport-block .word,
h5.viewport-block .word,
h6.viewport-block .word {
	overflow: hidden;
	visibility: hidden;
}
h1.viewport-block .word:after,
h2.viewport-block .word:after,
h3.viewport-block .word:after,
h4.viewport-block .word:after,
h5.viewport-block .word:after,
h6.viewport-block .word:after {
	content: attr(data-word);
}

h1.in-viewport,
h2.in-viewport,
h3.in-viewport,
h4.in-viewport,
h5.in-viewport,
h6.in-viewport {
	visibility: hidden !important;
}
h1.in-viewport .word,
h2.in-viewport .word,
h3.in-viewport .word,
h4.in-viewport .word,
h5.in-viewport .word,
h6.in-viewport .word {
	visibility: hidden !important;
	animation: none;
}
h1.in-viewport .word:after,
h2.in-viewport .word:after,
h3.in-viewport .word:after,
h4.in-viewport .word:after,
h5.in-viewport .word:after,
h6.in-viewport .word:after {
	animation: slide-top 0.5s ease-out both;
}
h1.in-viewport .word:nth-child(1):after,
h2.in-viewport .word:nth-child(1):after,
h3.in-viewport .word:nth-child(1):after,
h4.in-viewport .word:nth-child(1):after,
h5.in-viewport .word:nth-child(1):after,
h6.in-viewport .word:nth-child(1):after {
	animation-delay: 0.025s;
}
h1.in-viewport .word:nth-child(2):after,
h2.in-viewport .word:nth-child(2):after,
h3.in-viewport .word:nth-child(2):after,
h4.in-viewport .word:nth-child(2):after,
h5.in-viewport .word:nth-child(2):after,
h6.in-viewport .word:nth-child(2):after {
	animation-delay: 0.05s;
}
h1.in-viewport .word:nth-child(3):after,
h2.in-viewport .word:nth-child(3):after,
h3.in-viewport .word:nth-child(3):after,
h4.in-viewport .word:nth-child(3):after,
h5.in-viewport .word:nth-child(3):after,
h6.in-viewport .word:nth-child(3):after {
	animation-delay: 0.075s;
}
h1.in-viewport .word:nth-child(4):after,
h2.in-viewport .word:nth-child(4):after,
h3.in-viewport .word:nth-child(4):after,
h4.in-viewport .word:nth-child(4):after,
h5.in-viewport .word:nth-child(4):after,
h6.in-viewport .word:nth-child(4):after {
	animation-delay: 0.1s;
}
h1.in-viewport .word:nth-child(5):after,
h2.in-viewport .word:nth-child(5):after,
h3.in-viewport .word:nth-child(5):after,
h4.in-viewport .word:nth-child(5):after,
h5.in-viewport .word:nth-child(5):after,
h6.in-viewport .word:nth-child(5):after {
	animation-delay: 0.125s;
}
h1.in-viewport .word:nth-child(6):after,
h2.in-viewport .word:nth-child(6):after,
h3.in-viewport .word:nth-child(6):after,
h4.in-viewport .word:nth-child(6):after,
h5.in-viewport .word:nth-child(6):after,
h6.in-viewport .word:nth-child(6):after {
	animation-delay: 0.15s;
}
h1.in-viewport .word:nth-child(7):after,
h2.in-viewport .word:nth-child(7):after,
h3.in-viewport .word:nth-child(7):after,
h4.in-viewport .word:nth-child(7):after,
h5.in-viewport .word:nth-child(7):after,
h6.in-viewport .word:nth-child(7):after {
	animation-delay: 0.175s;
}
h1.in-viewport .word:nth-child(8):after,
h2.in-viewport .word:nth-child(8):after,
h3.in-viewport .word:nth-child(8):after,
h4.in-viewport .word:nth-child(8):after,
h5.in-viewport .word:nth-child(8):after,
h6.in-viewport .word:nth-child(8):after {
	animation-delay: 0.2s;
}
h1.in-viewport .word:nth-child(9):after,
h2.in-viewport .word:nth-child(9):after,
h3.in-viewport .word:nth-child(9):after,
h4.in-viewport .word:nth-child(9):after,
h5.in-viewport .word:nth-child(9):after,
h6.in-viewport .word:nth-child(9):after {
	animation-delay: 0.225s;
}
h1.in-viewport .word:nth-child(10):after,
h2.in-viewport .word:nth-child(10):after,
h3.in-viewport .word:nth-child(10):after,
h4.in-viewport .word:nth-child(10):after,
h5.in-viewport .word:nth-child(10):after,
h6.in-viewport .word:nth-child(10):after {
	animation-delay: 0.25s;
}
h1.in-viewport .word:nth-child(11):after,
h2.in-viewport .word:nth-child(11):after,
h3.in-viewport .word:nth-child(11):after,
h4.in-viewport .word:nth-child(11):after,
h5.in-viewport .word:nth-child(11):after,
h6.in-viewport .word:nth-child(11):after {
	animation-delay: 0.275s;
}
h1.in-viewport .word:nth-child(12):after,
h2.in-viewport .word:nth-child(12):after,
h3.in-viewport .word:nth-child(12):after,
h4.in-viewport .word:nth-child(12):after,
h5.in-viewport .word:nth-child(12):after,
h6.in-viewport .word:nth-child(12):after {
	animation-delay: 0.3s;
}
h1.in-viewport .word:nth-child(13):after,
h2.in-viewport .word:nth-child(13):after,
h3.in-viewport .word:nth-child(13):after,
h4.in-viewport .word:nth-child(13):after,
h5.in-viewport .word:nth-child(13):after,
h6.in-viewport .word:nth-child(13):after {
	animation-delay: 0.325s;
}
h1.in-viewport .word:nth-child(14):after,
h2.in-viewport .word:nth-child(14):after,
h3.in-viewport .word:nth-child(14):after,
h4.in-viewport .word:nth-child(14):after,
h5.in-viewport .word:nth-child(14):after,
h6.in-viewport .word:nth-child(14):after {
	animation-delay: 0.35s;
}
h1.in-viewport .word:nth-child(15):after,
h2.in-viewport .word:nth-child(15):after,
h3.in-viewport .word:nth-child(15):after,
h4.in-viewport .word:nth-child(15):after,
h5.in-viewport .word:nth-child(15):after,
h6.in-viewport .word:nth-child(15):after {
	animation-delay: 0.375s;
}
h1.in-viewport .word:nth-child(16):after,
h2.in-viewport .word:nth-child(16):after,
h3.in-viewport .word:nth-child(16):after,
h4.in-viewport .word:nth-child(16):after,
h5.in-viewport .word:nth-child(16):after,
h6.in-viewport .word:nth-child(16):after {
	animation-delay: 0.4s;
}
h1.in-viewport .word:nth-child(17):after,
h2.in-viewport .word:nth-child(17):after,
h3.in-viewport .word:nth-child(17):after,
h4.in-viewport .word:nth-child(17):after,
h5.in-viewport .word:nth-child(17):after,
h6.in-viewport .word:nth-child(17):after {
	animation-delay: 0.425s;
}
h1.in-viewport .word:nth-child(18):after,
h2.in-viewport .word:nth-child(18):after,
h3.in-viewport .word:nth-child(18):after,
h4.in-viewport .word:nth-child(18):after,
h5.in-viewport .word:nth-child(18):after,
h6.in-viewport .word:nth-child(18):after {
	animation-delay: 0.45s;
}
h1.in-viewport .word:nth-child(19):after,
h2.in-viewport .word:nth-child(19):after,
h3.in-viewport .word:nth-child(19):after,
h4.in-viewport .word:nth-child(19):after,
h5.in-viewport .word:nth-child(19):after,
h6.in-viewport .word:nth-child(19):after {
	animation-delay: 0.475s;
}
h1.in-viewport .word:nth-child(20):after,
h2.in-viewport .word:nth-child(20):after,
h3.in-viewport .word:nth-child(20):after,
h4.in-viewport .word:nth-child(20):after,
h5.in-viewport .word:nth-child(20):after,
h6.in-viewport .word:nth-child(20):after {
	animation-delay: 0.5s;
}
h1.in-viewport .word:nth-child(21):after,
h2.in-viewport .word:nth-child(21):after,
h3.in-viewport .word:nth-child(21):after,
h4.in-viewport .word:nth-child(21):after,
h5.in-viewport .word:nth-child(21):after,
h6.in-viewport .word:nth-child(21):after {
	animation-delay: 0.525s;
}
h1.in-viewport .word:nth-child(22):after,
h2.in-viewport .word:nth-child(22):after,
h3.in-viewport .word:nth-child(22):after,
h4.in-viewport .word:nth-child(22):after,
h5.in-viewport .word:nth-child(22):after,
h6.in-viewport .word:nth-child(22):after {
	animation-delay: 0.55s;
}
h1.in-viewport .word:nth-child(23):after,
h2.in-viewport .word:nth-child(23):after,
h3.in-viewport .word:nth-child(23):after,
h4.in-viewport .word:nth-child(23):after,
h5.in-viewport .word:nth-child(23):after,
h6.in-viewport .word:nth-child(23):after {
	animation-delay: 0.575s;
}
h1.in-viewport .word:nth-child(24):after,
h2.in-viewport .word:nth-child(24):after,
h3.in-viewport .word:nth-child(24):after,
h4.in-viewport .word:nth-child(24):after,
h5.in-viewport .word:nth-child(24):after,
h6.in-viewport .word:nth-child(24):after {
	animation-delay: 0.6s;
}
h1.in-viewport .word:nth-child(25):after,
h2.in-viewport .word:nth-child(25):after,
h3.in-viewport .word:nth-child(25):after,
h4.in-viewport .word:nth-child(25):after,
h5.in-viewport .word:nth-child(25):after,
h6.in-viewport .word:nth-child(25):after {
	animation-delay: 0.625s;
}
h1.in-viewport .word:nth-child(26):after,
h2.in-viewport .word:nth-child(26):after,
h3.in-viewport .word:nth-child(26):after,
h4.in-viewport .word:nth-child(26):after,
h5.in-viewport .word:nth-child(26):after,
h6.in-viewport .word:nth-child(26):after {
	animation-delay: 0.65s;
}
h1.in-viewport .word:nth-child(27):after,
h2.in-viewport .word:nth-child(27):after,
h3.in-viewport .word:nth-child(27):after,
h4.in-viewport .word:nth-child(27):after,
h5.in-viewport .word:nth-child(27):after,
h6.in-viewport .word:nth-child(27):after {
	animation-delay: 0.675s;
}
h1.in-viewport .word:nth-child(28):after,
h2.in-viewport .word:nth-child(28):after,
h3.in-viewport .word:nth-child(28):after,
h4.in-viewport .word:nth-child(28):after,
h5.in-viewport .word:nth-child(28):after,
h6.in-viewport .word:nth-child(28):after {
	animation-delay: 0.7s;
}
h1.in-viewport .word:nth-child(29):after,
h2.in-viewport .word:nth-child(29):after,
h3.in-viewport .word:nth-child(29):after,
h4.in-viewport .word:nth-child(29):after,
h5.in-viewport .word:nth-child(29):after,
h6.in-viewport .word:nth-child(29):after {
	animation-delay: 0.725s;
}
h1.in-viewport .word:nth-child(30):after,
h2.in-viewport .word:nth-child(30):after,
h3.in-viewport .word:nth-child(30):after,
h4.in-viewport .word:nth-child(30):after,
h5.in-viewport .word:nth-child(30):after,
h6.in-viewport .word:nth-child(30):after {
	animation-delay: 0.75s;
}
h1.in-viewport .word:nth-child(31):after,
h2.in-viewport .word:nth-child(31):after,
h3.in-viewport .word:nth-child(31):after,
h4.in-viewport .word:nth-child(31):after,
h5.in-viewport .word:nth-child(31):after,
h6.in-viewport .word:nth-child(31):after {
	animation-delay: 0.775s;
}
h1.in-viewport .word:nth-child(32):after,
h2.in-viewport .word:nth-child(32):after,
h3.in-viewport .word:nth-child(32):after,
h4.in-viewport .word:nth-child(32):after,
h5.in-viewport .word:nth-child(32):after,
h6.in-viewport .word:nth-child(32):after {
	animation-delay: 0.8s;
}
h1.in-viewport .word:nth-child(33):after,
h2.in-viewport .word:nth-child(33):after,
h3.in-viewport .word:nth-child(33):after,
h4.in-viewport .word:nth-child(33):after,
h5.in-viewport .word:nth-child(33):after,
h6.in-viewport .word:nth-child(33):after {
	animation-delay: 0.825s;
}
h1.in-viewport .word:nth-child(34):after,
h2.in-viewport .word:nth-child(34):after,
h3.in-viewport .word:nth-child(34):after,
h4.in-viewport .word:nth-child(34):after,
h5.in-viewport .word:nth-child(34):after,
h6.in-viewport .word:nth-child(34):after {
	animation-delay: 0.85s;
}
h1.in-viewport .word:nth-child(35):after,
h2.in-viewport .word:nth-child(35):after,
h3.in-viewport .word:nth-child(35):after,
h4.in-viewport .word:nth-child(35):after,
h5.in-viewport .word:nth-child(35):after,
h6.in-viewport .word:nth-child(35):after {
	animation-delay: 0.875s;
}
h1.in-viewport .word:nth-child(36):after,
h2.in-viewport .word:nth-child(36):after,
h3.in-viewport .word:nth-child(36):after,
h4.in-viewport .word:nth-child(36):after,
h5.in-viewport .word:nth-child(36):after,
h6.in-viewport .word:nth-child(36):after {
	animation-delay: 0.9s;
}
h1.in-viewport .word:nth-child(37):after,
h2.in-viewport .word:nth-child(37):after,
h3.in-viewport .word:nth-child(37):after,
h4.in-viewport .word:nth-child(37):after,
h5.in-viewport .word:nth-child(37):after,
h6.in-viewport .word:nth-child(37):after {
	animation-delay: 0.925s;
}
h1.in-viewport .word:nth-child(38):after,
h2.in-viewport .word:nth-child(38):after,
h3.in-viewport .word:nth-child(38):after,
h4.in-viewport .word:nth-child(38):after,
h5.in-viewport .word:nth-child(38):after,
h6.in-viewport .word:nth-child(38):after {
	animation-delay: 0.95s;
}
h1.in-viewport .word:nth-child(39):after,
h2.in-viewport .word:nth-child(39):after,
h3.in-viewport .word:nth-child(39):after,
h4.in-viewport .word:nth-child(39):after,
h5.in-viewport .word:nth-child(39):after,
h6.in-viewport .word:nth-child(39):after {
	animation-delay: 0.975s;
}
h1.in-viewport .word:nth-child(40):after,
h2.in-viewport .word:nth-child(40):after,
h3.in-viewport .word:nth-child(40):after,
h4.in-viewport .word:nth-child(40):after,
h5.in-viewport .word:nth-child(40):after,
h6.in-viewport .word:nth-child(40):after {
	animation-delay: 1s;
}
h1.in-viewport .word:nth-child(41):after,
h2.in-viewport .word:nth-child(41):after,
h3.in-viewport .word:nth-child(41):after,
h4.in-viewport .word:nth-child(41):after,
h5.in-viewport .word:nth-child(41):after,
h6.in-viewport .word:nth-child(41):after {
	animation-delay: 1.025s;
}
h1.in-viewport .word:nth-child(42):after,
h2.in-viewport .word:nth-child(42):after,
h3.in-viewport .word:nth-child(42):after,
h4.in-viewport .word:nth-child(42):after,
h5.in-viewport .word:nth-child(42):after,
h6.in-viewport .word:nth-child(42):after {
	animation-delay: 1.05s;
}
h1.in-viewport .word:nth-child(43):after,
h2.in-viewport .word:nth-child(43):after,
h3.in-viewport .word:nth-child(43):after,
h4.in-viewport .word:nth-child(43):after,
h5.in-viewport .word:nth-child(43):after,
h6.in-viewport .word:nth-child(43):after {
	animation-delay: 1.075s;
}
h1.in-viewport .word:nth-child(44):after,
h2.in-viewport .word:nth-child(44):after,
h3.in-viewport .word:nth-child(44):after,
h4.in-viewport .word:nth-child(44):after,
h5.in-viewport .word:nth-child(44):after,
h6.in-viewport .word:nth-child(44):after {
	animation-delay: 1.1s;
}
h1.in-viewport .word:nth-child(45):after,
h2.in-viewport .word:nth-child(45):after,
h3.in-viewport .word:nth-child(45):after,
h4.in-viewport .word:nth-child(45):after,
h5.in-viewport .word:nth-child(45):after,
h6.in-viewport .word:nth-child(45):after {
	animation-delay: 1.125s;
}
h1.in-viewport .word:nth-child(46):after,
h2.in-viewport .word:nth-child(46):after,
h3.in-viewport .word:nth-child(46):after,
h4.in-viewport .word:nth-child(46):after,
h5.in-viewport .word:nth-child(46):after,
h6.in-viewport .word:nth-child(46):after {
	animation-delay: 1.15s;
}
h1.in-viewport .word:nth-child(47):after,
h2.in-viewport .word:nth-child(47):after,
h3.in-viewport .word:nth-child(47):after,
h4.in-viewport .word:nth-child(47):after,
h5.in-viewport .word:nth-child(47):after,
h6.in-viewport .word:nth-child(47):after {
	animation-delay: 1.175s;
}
h1.in-viewport .word:nth-child(48):after,
h2.in-viewport .word:nth-child(48):after,
h3.in-viewport .word:nth-child(48):after,
h4.in-viewport .word:nth-child(48):after,
h5.in-viewport .word:nth-child(48):after,
h6.in-viewport .word:nth-child(48):after {
	animation-delay: 1.2s;
}
h1.in-viewport .word:nth-child(49):after,
h2.in-viewport .word:nth-child(49):after,
h3.in-viewport .word:nth-child(49):after,
h4.in-viewport .word:nth-child(49):after,
h5.in-viewport .word:nth-child(49):after,
h6.in-viewport .word:nth-child(49):after {
	animation-delay: 1.225s;
}
h1.in-viewport .word:nth-child(50):after,
h2.in-viewport .word:nth-child(50):after,
h3.in-viewport .word:nth-child(50):after,
h4.in-viewport .word:nth-child(50):after,
h5.in-viewport .word:nth-child(50):after,
h6.in-viewport .word:nth-child(50):after {
	animation-delay: 1.25s;
}
h1.in-viewport .word:nth-child(51):after,
h2.in-viewport .word:nth-child(51):after,
h3.in-viewport .word:nth-child(51):after,
h4.in-viewport .word:nth-child(51):after,
h5.in-viewport .word:nth-child(51):after,
h6.in-viewport .word:nth-child(51):after {
	animation-delay: 1.275s;
}
h1.in-viewport .word:nth-child(52):after,
h2.in-viewport .word:nth-child(52):after,
h3.in-viewport .word:nth-child(52):after,
h4.in-viewport .word:nth-child(52):after,
h5.in-viewport .word:nth-child(52):after,
h6.in-viewport .word:nth-child(52):after {
	animation-delay: 1.3s;
}
h1.in-viewport .word:nth-child(53):after,
h2.in-viewport .word:nth-child(53):after,
h3.in-viewport .word:nth-child(53):after,
h4.in-viewport .word:nth-child(53):after,
h5.in-viewport .word:nth-child(53):after,
h6.in-viewport .word:nth-child(53):after {
	animation-delay: 1.325s;
}
h1.in-viewport .word:nth-child(54):after,
h2.in-viewport .word:nth-child(54):after,
h3.in-viewport .word:nth-child(54):after,
h4.in-viewport .word:nth-child(54):after,
h5.in-viewport .word:nth-child(54):after,
h6.in-viewport .word:nth-child(54):after {
	animation-delay: 1.35s;
}
h1.in-viewport .word:nth-child(55):after,
h2.in-viewport .word:nth-child(55):after,
h3.in-viewport .word:nth-child(55):after,
h4.in-viewport .word:nth-child(55):after,
h5.in-viewport .word:nth-child(55):after,
h6.in-viewport .word:nth-child(55):after {
	animation-delay: 1.375s;
}
h1.in-viewport .word:nth-child(56):after,
h2.in-viewport .word:nth-child(56):after,
h3.in-viewport .word:nth-child(56):after,
h4.in-viewport .word:nth-child(56):after,
h5.in-viewport .word:nth-child(56):after,
h6.in-viewport .word:nth-child(56):after {
	animation-delay: 1.4s;
}
h1.in-viewport .word:nth-child(57):after,
h2.in-viewport .word:nth-child(57):after,
h3.in-viewport .word:nth-child(57):after,
h4.in-viewport .word:nth-child(57):after,
h5.in-viewport .word:nth-child(57):after,
h6.in-viewport .word:nth-child(57):after {
	animation-delay: 1.425s;
}
h1.in-viewport .word:nth-child(58):after,
h2.in-viewport .word:nth-child(58):after,
h3.in-viewport .word:nth-child(58):after,
h4.in-viewport .word:nth-child(58):after,
h5.in-viewport .word:nth-child(58):after,
h6.in-viewport .word:nth-child(58):after {
	animation-delay: 1.45s;
}
h1.in-viewport .word:nth-child(59):after,
h2.in-viewport .word:nth-child(59):after,
h3.in-viewport .word:nth-child(59):after,
h4.in-viewport .word:nth-child(59):after,
h5.in-viewport .word:nth-child(59):after,
h6.in-viewport .word:nth-child(59):after {
	animation-delay: 1.475s;
}
h1.in-viewport .word:nth-child(60):after,
h2.in-viewport .word:nth-child(60):after,
h3.in-viewport .word:nth-child(60):after,
h4.in-viewport .word:nth-child(60):after,
h5.in-viewport .word:nth-child(60):after,
h6.in-viewport .word:nth-child(60):after {
	animation-delay: 1.5s;
}
h1.in-viewport .word:nth-child(61):after,
h2.in-viewport .word:nth-child(61):after,
h3.in-viewport .word:nth-child(61):after,
h4.in-viewport .word:nth-child(61):after,
h5.in-viewport .word:nth-child(61):after,
h6.in-viewport .word:nth-child(61):after {
	animation-delay: 1.525s;
}
h1.in-viewport .word:nth-child(62):after,
h2.in-viewport .word:nth-child(62):after,
h3.in-viewport .word:nth-child(62):after,
h4.in-viewport .word:nth-child(62):after,
h5.in-viewport .word:nth-child(62):after,
h6.in-viewport .word:nth-child(62):after {
	animation-delay: 1.55s;
}
h1.in-viewport .word:nth-child(63):after,
h2.in-viewport .word:nth-child(63):after,
h3.in-viewport .word:nth-child(63):after,
h4.in-viewport .word:nth-child(63):after,
h5.in-viewport .word:nth-child(63):after,
h6.in-viewport .word:nth-child(63):after {
	animation-delay: 1.575s;
}
h1.in-viewport .word:nth-child(64):after,
h2.in-viewport .word:nth-child(64):after,
h3.in-viewport .word:nth-child(64):after,
h4.in-viewport .word:nth-child(64):after,
h5.in-viewport .word:nth-child(64):after,
h6.in-viewport .word:nth-child(64):after {
	animation-delay: 1.6s;
}
h1.in-viewport .word:nth-child(65):after,
h2.in-viewport .word:nth-child(65):after,
h3.in-viewport .word:nth-child(65):after,
h4.in-viewport .word:nth-child(65):after,
h5.in-viewport .word:nth-child(65):after,
h6.in-viewport .word:nth-child(65):after {
	animation-delay: 1.625s;
}
h1.in-viewport .word:nth-child(66):after,
h2.in-viewport .word:nth-child(66):after,
h3.in-viewport .word:nth-child(66):after,
h4.in-viewport .word:nth-child(66):after,
h5.in-viewport .word:nth-child(66):after,
h6.in-viewport .word:nth-child(66):after {
	animation-delay: 1.65s;
}
h1.in-viewport .word:nth-child(67):after,
h2.in-viewport .word:nth-child(67):after,
h3.in-viewport .word:nth-child(67):after,
h4.in-viewport .word:nth-child(67):after,
h5.in-viewport .word:nth-child(67):after,
h6.in-viewport .word:nth-child(67):after {
	animation-delay: 1.675s;
}
h1.in-viewport .word:nth-child(68):after,
h2.in-viewport .word:nth-child(68):after,
h3.in-viewport .word:nth-child(68):after,
h4.in-viewport .word:nth-child(68):after,
h5.in-viewport .word:nth-child(68):after,
h6.in-viewport .word:nth-child(68):after {
	animation-delay: 1.7s;
}
h1.in-viewport .word:nth-child(69):after,
h2.in-viewport .word:nth-child(69):after,
h3.in-viewport .word:nth-child(69):after,
h4.in-viewport .word:nth-child(69):after,
h5.in-viewport .word:nth-child(69):after,
h6.in-viewport .word:nth-child(69):after {
	animation-delay: 1.725s;
}
h1.in-viewport .word:nth-child(70):after,
h2.in-viewport .word:nth-child(70):after,
h3.in-viewport .word:nth-child(70):after,
h4.in-viewport .word:nth-child(70):after,
h5.in-viewport .word:nth-child(70):after,
h6.in-viewport .word:nth-child(70):after {
	animation-delay: 1.75s;
}
h1.in-viewport .word:nth-child(71):after,
h2.in-viewport .word:nth-child(71):after,
h3.in-viewport .word:nth-child(71):after,
h4.in-viewport .word:nth-child(71):after,
h5.in-viewport .word:nth-child(71):after,
h6.in-viewport .word:nth-child(71):after {
	animation-delay: 1.775s;
}
h1.in-viewport .word:nth-child(72):after,
h2.in-viewport .word:nth-child(72):after,
h3.in-viewport .word:nth-child(72):after,
h4.in-viewport .word:nth-child(72):after,
h5.in-viewport .word:nth-child(72):after,
h6.in-viewport .word:nth-child(72):after {
	animation-delay: 1.8s;
}
h1.in-viewport .word:nth-child(73):after,
h2.in-viewport .word:nth-child(73):after,
h3.in-viewport .word:nth-child(73):after,
h4.in-viewport .word:nth-child(73):after,
h5.in-viewport .word:nth-child(73):after,
h6.in-viewport .word:nth-child(73):after {
	animation-delay: 1.825s;
}
h1.in-viewport .word:nth-child(74):after,
h2.in-viewport .word:nth-child(74):after,
h3.in-viewport .word:nth-child(74):after,
h4.in-viewport .word:nth-child(74):after,
h5.in-viewport .word:nth-child(74):after,
h6.in-viewport .word:nth-child(74):after {
	animation-delay: 1.85s;
}
h1.in-viewport .word:nth-child(75):after,
h2.in-viewport .word:nth-child(75):after,
h3.in-viewport .word:nth-child(75):after,
h4.in-viewport .word:nth-child(75):after,
h5.in-viewport .word:nth-child(75):after,
h6.in-viewport .word:nth-child(75):after {
	animation-delay: 1.875s;
}
h1.in-viewport .word:nth-child(76):after,
h2.in-viewport .word:nth-child(76):after,
h3.in-viewport .word:nth-child(76):after,
h4.in-viewport .word:nth-child(76):after,
h5.in-viewport .word:nth-child(76):after,
h6.in-viewport .word:nth-child(76):after {
	animation-delay: 1.9s;
}
h1.in-viewport .word:nth-child(77):after,
h2.in-viewport .word:nth-child(77):after,
h3.in-viewport .word:nth-child(77):after,
h4.in-viewport .word:nth-child(77):after,
h5.in-viewport .word:nth-child(77):after,
h6.in-viewport .word:nth-child(77):after {
	animation-delay: 1.925s;
}
h1.in-viewport .word:nth-child(78):after,
h2.in-viewport .word:nth-child(78):after,
h3.in-viewport .word:nth-child(78):after,
h4.in-viewport .word:nth-child(78):after,
h5.in-viewport .word:nth-child(78):after,
h6.in-viewport .word:nth-child(78):after {
	animation-delay: 1.95s;
}
h1.in-viewport .word:nth-child(79):after,
h2.in-viewport .word:nth-child(79):after,
h3.in-viewport .word:nth-child(79):after,
h4.in-viewport .word:nth-child(79):after,
h5.in-viewport .word:nth-child(79):after,
h6.in-viewport .word:nth-child(79):after {
	animation-delay: 1.975s;
}
h1.in-viewport .word:nth-child(80):after,
h2.in-viewport .word:nth-child(80):after,
h3.in-viewport .word:nth-child(80):after,
h4.in-viewport .word:nth-child(80):after,
h5.in-viewport .word:nth-child(80):after,
h6.in-viewport .word:nth-child(80):after {
	animation-delay: 2s;
}
h1.in-viewport .word:nth-child(81):after,
h2.in-viewport .word:nth-child(81):after,
h3.in-viewport .word:nth-child(81):after,
h4.in-viewport .word:nth-child(81):after,
h5.in-viewport .word:nth-child(81):after,
h6.in-viewport .word:nth-child(81):after {
	animation-delay: 2.025s;
}
h1.in-viewport .word:nth-child(82):after,
h2.in-viewport .word:nth-child(82):after,
h3.in-viewport .word:nth-child(82):after,
h4.in-viewport .word:nth-child(82):after,
h5.in-viewport .word:nth-child(82):after,
h6.in-viewport .word:nth-child(82):after {
	animation-delay: 2.05s;
}
h1.in-viewport .word:nth-child(83):after,
h2.in-viewport .word:nth-child(83):after,
h3.in-viewport .word:nth-child(83):after,
h4.in-viewport .word:nth-child(83):after,
h5.in-viewport .word:nth-child(83):after,
h6.in-viewport .word:nth-child(83):after {
	animation-delay: 2.075s;
}
h1.in-viewport .word:nth-child(84):after,
h2.in-viewport .word:nth-child(84):after,
h3.in-viewport .word:nth-child(84):after,
h4.in-viewport .word:nth-child(84):after,
h5.in-viewport .word:nth-child(84):after,
h6.in-viewport .word:nth-child(84):after {
	animation-delay: 2.1s;
}
h1.in-viewport .word:nth-child(85):after,
h2.in-viewport .word:nth-child(85):after,
h3.in-viewport .word:nth-child(85):after,
h4.in-viewport .word:nth-child(85):after,
h5.in-viewport .word:nth-child(85):after,
h6.in-viewport .word:nth-child(85):after {
	animation-delay: 2.125s;
}
h1.in-viewport .word:nth-child(86):after,
h2.in-viewport .word:nth-child(86):after,
h3.in-viewport .word:nth-child(86):after,
h4.in-viewport .word:nth-child(86):after,
h5.in-viewport .word:nth-child(86):after,
h6.in-viewport .word:nth-child(86):after {
	animation-delay: 2.15s;
}
h1.in-viewport .word:nth-child(87):after,
h2.in-viewport .word:nth-child(87):after,
h3.in-viewport .word:nth-child(87):after,
h4.in-viewport .word:nth-child(87):after,
h5.in-viewport .word:nth-child(87):after,
h6.in-viewport .word:nth-child(87):after {
	animation-delay: 2.175s;
}
h1.in-viewport .word:nth-child(88):after,
h2.in-viewport .word:nth-child(88):after,
h3.in-viewport .word:nth-child(88):after,
h4.in-viewport .word:nth-child(88):after,
h5.in-viewport .word:nth-child(88):after,
h6.in-viewport .word:nth-child(88):after {
	animation-delay: 2.2s;
}
h1.in-viewport .word:nth-child(89):after,
h2.in-viewport .word:nth-child(89):after,
h3.in-viewport .word:nth-child(89):after,
h4.in-viewport .word:nth-child(89):after,
h5.in-viewport .word:nth-child(89):after,
h6.in-viewport .word:nth-child(89):after {
	animation-delay: 2.225s;
}
h1.in-viewport .word:nth-child(90):after,
h2.in-viewport .word:nth-child(90):after,
h3.in-viewport .word:nth-child(90):after,
h4.in-viewport .word:nth-child(90):after,
h5.in-viewport .word:nth-child(90):after,
h6.in-viewport .word:nth-child(90):after {
	animation-delay: 2.25s;
}
h1.in-viewport .word:nth-child(91):after,
h2.in-viewport .word:nth-child(91):after,
h3.in-viewport .word:nth-child(91):after,
h4.in-viewport .word:nth-child(91):after,
h5.in-viewport .word:nth-child(91):after,
h6.in-viewport .word:nth-child(91):after {
	animation-delay: 2.275s;
}
h1.in-viewport .word:nth-child(92):after,
h2.in-viewport .word:nth-child(92):after,
h3.in-viewport .word:nth-child(92):after,
h4.in-viewport .word:nth-child(92):after,
h5.in-viewport .word:nth-child(92):after,
h6.in-viewport .word:nth-child(92):after {
	animation-delay: 2.3s;
}
h1.in-viewport .word:nth-child(93):after,
h2.in-viewport .word:nth-child(93):after,
h3.in-viewport .word:nth-child(93):after,
h4.in-viewport .word:nth-child(93):after,
h5.in-viewport .word:nth-child(93):after,
h6.in-viewport .word:nth-child(93):after {
	animation-delay: 2.325s;
}
h1.in-viewport .word:nth-child(94):after,
h2.in-viewport .word:nth-child(94):after,
h3.in-viewport .word:nth-child(94):after,
h4.in-viewport .word:nth-child(94):after,
h5.in-viewport .word:nth-child(94):after,
h6.in-viewport .word:nth-child(94):after {
	animation-delay: 2.35s;
}
h1.in-viewport .word:nth-child(95):after,
h2.in-viewport .word:nth-child(95):after,
h3.in-viewport .word:nth-child(95):after,
h4.in-viewport .word:nth-child(95):after,
h5.in-viewport .word:nth-child(95):after,
h6.in-viewport .word:nth-child(95):after {
	animation-delay: 2.375s;
}
h1.in-viewport .word:nth-child(96):after,
h2.in-viewport .word:nth-child(96):after,
h3.in-viewport .word:nth-child(96):after,
h4.in-viewport .word:nth-child(96):after,
h5.in-viewport .word:nth-child(96):after,
h6.in-viewport .word:nth-child(96):after {
	animation-delay: 2.4s;
}
h1.in-viewport .word:nth-child(97):after,
h2.in-viewport .word:nth-child(97):after,
h3.in-viewport .word:nth-child(97):after,
h4.in-viewport .word:nth-child(97):after,
h5.in-viewport .word:nth-child(97):after,
h6.in-viewport .word:nth-child(97):after {
	animation-delay: 2.425s;
}
h1.in-viewport .word:nth-child(98):after,
h2.in-viewport .word:nth-child(98):after,
h3.in-viewport .word:nth-child(98):after,
h4.in-viewport .word:nth-child(98):after,
h5.in-viewport .word:nth-child(98):after,
h6.in-viewport .word:nth-child(98):after {
	animation-delay: 2.45s;
}
h1.in-viewport .word:nth-child(99):after,
h2.in-viewport .word:nth-child(99):after,
h3.in-viewport .word:nth-child(99):after,
h4.in-viewport .word:nth-child(99):after,
h5.in-viewport .word:nth-child(99):after,
h6.in-viewport .word:nth-child(99):after {
	animation-delay: 2.475s;
}
h1.in-viewport .word:nth-child(100):after,
h2.in-viewport .word:nth-child(100):after,
h3.in-viewport .word:nth-child(100):after,
h4.in-viewport .word:nth-child(100):after,
h5.in-viewport .word:nth-child(100):after,
h6.in-viewport .word:nth-child(100):after {
	animation-delay: 2.5s;
}

@keyframes slide-top {
	0% {
		opacity: 0;
		visibility: hidden;
		transform: translateY(50%);
	}
	100% {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px, 0px);
	}
}

@keyframes line-fill {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

#footer {
	padding: 52px 0 20px;
	font-size: 14px;
}
@media (min-width: 992px) {
	#footer {
		padding: 92px 0 48px;
		font-size: 16px;
		line-height: calc(22 / 16);
	}
}
@media (min-width: 768px) {
	#footer h5,
	#footer .h5 {
		font-size: 1.125rem;
	}
}
@media (min-width: 992px) {
	#footer h5,
	#footer .h5 {
		font-size: 1.25rem;
	}
}
@media (min-width: 1200px) {
	#footer h5,
	#footer .h5 {
		font-size: 1.375rem;
	}
}
@media (min-width: 1536px) {
	#footer h5,
	#footer .h5 {
		font-size: 1.5rem;
	}
}
#footer .logo-footer {
	margin-bottom: 65px;
}
@media (min-width: 768px) {
	#footer .logo-footer {
		max-width: 65.5%;
		margin-bottom: 160px;
	}
}
@media (min-width: 992px) {
	#footer .logo-footer {
		margin-bottom: 298px;
	}
}
#footer .logo-footer.in-viewport {
	animation: slide-top 0.5s ease-out both;
}
#footer .logo-footer svg {
	fill: #fff;
}
#footer .footer-main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -68px 0 0 -12px;
}
@media (min-width: 1200px) {
	#footer .footer-main {
		margin: -20px 0 0 -20px;
	}
}
#footer .footer-col {
	width: calc(50% - 12px);
	margin: 68px 0 0 12px;
}
@media (min-width: 768px) {
	#footer .footer-col {
		width: calc(100% / 3 - 12px);
	}
}
@media (min-width: 992px) {
	#footer .footer-col {
		width: calc(100% / 6 - 12px);
	}
}
@media (min-width: 1200px) {
	#footer .footer-col {
		width: calc(100% / 6 - 20px);
		margin: 20px 0 0 20px;
	}
}
#footer .footer-col h5,
#footer .footer-col .h5 {
	padding: 2px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 3px;
	min-height: 60px;
}
@media (min-width: 992px) {
	#footer .footer-col h5,
	#footer .footer-col .h5 {
		padding: 2px 0;
		margin-bottom: 5px;
	}
}
@media (min-width: 1200px) {
	#footer .footer-col h5,
	#footer .footer-col .h5 {
		min-height: 105px;
	}
}
#footer .footer-col .address {
	line-height: calc(20 / 14);
}
#footer .footer-col .address li:not(:last-of-type) {
	margin-bottom: 25px;
}
@media (min-width: 768px) {
	#footer .footer-col .address li:not(:last-of-type) {
		margin-bottom: 20px;
	}
}
#footer .footer-col .address strong {
	display: block;
	line-height: calc(20 / 14);
	margin-bottom: 6px;
}
@media (min-width: 992px) {
	#footer .footer-col .address strong {
		font-size: 16px;
		line-height: calc(22 / 16);
	}
}
#footer .footer-col .address a[href*="mailto:"] {
	text-decoration: underline;
}
#footer .footer-col .address a[href*="mailto:"]:hover {
	color: #00ffa6;
}
#footer .footer-col .menu {
	line-height: calc(20 / 14);
}
#footer .footer-col .menu .menu-item {
	padding: 3px 0;
}
@media (min-width: 992px) {
	#footer .footer-col .menu .menu-item {
		padding: 5px 0;
	}
}
#footer .footer-col .menu .menu-item.active a {
	color: #00ffa6;
}
#footer .footer-col .menu .menu-item a {
	transition: all 0.25s ease-in-out;
}
#footer .footer-col .menu .menu-item a:hover {
	color: #00ffa6;
}
#footer .footer-socials {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -20px 0 0 -20px;
	padding-top: 5px;
}
@media (min-width: 992px) {
	#footer .footer-socials {
		margin: -20px 0 0 -15px;
	}
}
@media (min-width: 1200px) {
	#footer .footer-socials {
		margin: -20px 0 0 -36px;
	}
}
#footer .footer-socials li {
	font-size: 30px;
	margin: 20px 0 0 20px;
}
@media (min-width: 992px) {
	#footer .footer-socials li {
		margin: 20px 0 0 15px;
	}
}
@media (min-width: 1200px) {
	#footer .footer-socials li {
		margin: 20px 0 0 36px;
	}
}
#footer .footer-socials li a {
	transition: all 0.25s ease-in-out;
}
#footer .footer-socials li a:hover {
	color: #00ffa6;
}
#footer .footer-bottom {
	padding: 58px 0 0;
}
@media (min-width: 768px) {
	#footer .footer-bottom {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 992px) {
	#footer .footer-bottom {
		padding: 90px 0 0;
	}
}
#footer .footer-bottom ul {
	display: -ms-flexbox;
	display: flex;
	margin: -20px 0 0 -25px;
	font-size: 14px;
}
@media (min-width: 992px) {
	#footer .footer-bottom ul {
		margin: -20px 0 0 -42px;
	}
}
#footer .footer-bottom ul li {
	margin: 20px 0 0 25px;
}
@media (min-width: 992px) {
	#footer .footer-bottom ul li {
		margin: 20px 0 0 42px;
	}
}
#footer .footer-bottom ul li.active a {
	color: #00ffa6;
}
#footer .footer-bottom ul li a {
	text-decoration: underline;
	opacity: 0.75;
}
#footer .footer-bottom ul li a:hover {
	text-decoration: none;
}
#footer .footer-bottom .copyright {
	font-size: 14px;
	display: block;
	opacity: 0.75;
}
@media (max-width: 767px) {
	#footer .footer-bottom .copyright {
		margin-top: 15px;
	}
}
@media (min-width: 768px) {
	#footer .footer-bottom .copyright {
		width: calc(100% / 3);
	}
}
@media (min-width: 992px) {
	#footer .footer-bottom .copyright {
		width: calc(100% / 6);
	}
}

/*# sourceMappingURL=style.css.map */

/* New Page Styling */

/* Section Left Content Right Image */
.section-left-content-right-image {
	padding: 150px 0 0;
}

.section-left-content-right-image .section-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.section-left-content-right-image .section-inner .section-content,
.section-left-content-right-image .section-inner .section-visual {
	width: 50%;
	padding: 0 15px;
}

.section-left-content-right-image
.section-inner
.section-content
.left-content {
	width: 80%;
}

.section-left-content-right-image
.section-inner
.section-content
.left-content
h3 {
	font-size: 48px;
	line-height: 58px;
	color: #00abf0;
	margin-bottom: 30px !important;
	margin-top: 0 !important;
}

.section-left-content-right-image
.section-inner
.section-content
.left-content
h4 {
	font-size: 32px;
	line-height: 38px;
	color: #000000;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

.section-left-content-right-image
.section-inner
.section-content
.left-content
p {
	margin-bottom: 40px !important;
	width: 96%;
}

.section-left-content-right-image
.section-inner
.section-content
.left-content
ul {
	padding: 0;
	margin: 0 0 40px 0;
	list-style: none;
}

.section-left-content-right-image
.section-inner
.section-content
.left-content
ul
li {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 0.5px solid #bfbfbf;
	max-width: 86%;
}

.section-left-content-right-image .section-inner .section-visual img {
	height: auto;
	width: 100%;
}

.section-left-content-right-image
.section-inner
.section-content
ul
li
> .word:first-child:before {
	width: 5.31px;
	height: 5.31px;
	left: -15px;
	top: 12px;
	background: #00d084;
	border-radius: 0;
}
/* Section Left Content Right Image End*/

/* Two Cards Section */
.two-card-section {
	padding: 150px 0 0 0;
}

.two-card-section .title-row .col-left,
.two-card-section .title-row .col-right {
	padding: 0 15px;
	width: 50%;
}

.two-card-section .title-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.two-card-section .title-row .col-right {
	text-align: right;
}

.two-card-section .title-row .col-left h3 {
	font-size: 48px;
	line-height: 58px;
	color: #000000;
	margin-bottom: 0px !important;
	margin-top: 0 !important;
}

.two-card-section .content-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
	position: relative;
}

.two-card-section .content-row:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url(https://alphabytesolutions.com/wp-content/uploads/2023/06/Group-1216256411.png);
	height: 564px;
	width: 705px;
}

.two-card-section .content-row .card {
	padding: 50px 80px;
	width: 47%;
	background: #ffffff;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
	margin: 0 15px;
	z-index: 9;
}

.two-card-section .content-row .card .card-icon {
	border-bottom: 0.5px solid #bfbfbf;
	padding-bottom: 40px;
}

.two-card-section .content-row .card .card-content {
	padding: 35px 0;
	min-height: 540px;
}

.two-card-section .content-row .card .card-content h4 {
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: #000000;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

.two-card-section .content-row .card .card-content h5 {
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 15px !important;
}

.two-card-section .content-row .card ul {
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;
}

.two-card-section .content-row .card ul li {
	position: relative;
	padding-left: 17px;
}

.two-card-section .content-row .card ul li:before {
	content: "";
	background: #00d084;
	position: absolute;
	width: 5.31px;
	height: 5.31px;
	left: 0;
	top: 10px;
}
/* Two Cards Section End */

/* Full Width Image With Title Button */
.full-width-image-with-title-button .section-inner .section-content h3 {
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	color: #ffffff;
}

.full-width-image-with-title-button .section-inner {
	padding: 80px 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
}

.full-width-image-with-title-button .section-inner .section-content {
	width: 55%;
}

.full-width-image-with-title-button
.section-inner
.section-content
.btn-holder
.btn-secondary {
	background: #ffffff;
	color: #000 !important;
	border: 1px solid #ffffff;
}

.full-width-image-with-title-button
.section-inner
.section-content
.btn-holder
.btn-secondary:hover {
	background: transparent;
	color: #fff !important;
}
/* Full Width Image With Title Button End */

/* Full Width Image With Card */
.full-width-image-with-card {
	padding: 150px 0 0 0;
}

.full-width-image-with-card .section-inner .full-width-image img {
	width: 100%;
}

.full-width-image-with-card .section-inner h3 {
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	color: #000000;
	text-align: center;
	margin-top: 0 !important;
	margin-bottom: 25px !important;
}

.full-width-image-with-card .section-inner h4 {
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: #00abf0;
	text-align: center;
	margin-top: 0 !important;
	margin-bottom: 50px !important;
}

.full-width-image-with-card .section-inner {
	border-bottom: 0.5px solid #bfbfbf;
}

.full-width-image-with-card .section-inner .section-content {
	display: flex;
	width: 90%;
	margin: auto;
	flex-wrap: wrap;
}

.full-width-image-with-card .section-inner .section-content .card {
	padding: 40px 25px;
	border-right: 0.5px solid #bfbfbf;
	width: 20%;
}

.full-width-image-with-card .section-inner .section-content .card:last-child {
	border-right: 0;
}

.full-width-image-with-card .section-inner .section-content .card .card-icon {
	margin-bottom: 30px;
}

.full-width-image-with-card
.section-inner
.section-content
.card
.card-content
h5 {
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
}
/* Full Width Image With Card End */



/* This is a Poppup Css */

.modal {
	display: none;
	position: fixed;
	z-index: 99999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.poppup_modal .modal-content {
	width: 84%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #F5F5F5;
}

.poppup_modal .close {
	color: white;
	font-size: 28px;
	cursor: pointer;
	position: absolute;
	right: -30px;
	top: -20px;
	background-color: #00ABF0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}

.poppup_modal .close:hover,
.poppup_modal .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.poppup_modal .poppup .left_side {
	width: 40%;
	background-color: #00ABF0;
	background-image: url(//alphabytesolutions.com/wp-content/uploads/2023/06/Mask-group.png);
	background-repeat: no-repeat;
	background-position: 90% 112%;
	background-size: 85%;
	padding: 50px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.poppup_modal .poppup .right_side .field input, .poppup_modal .poppup .right_side .field select {
	background-repeat: no-repeat;
	background-position: 98%;
	background-size: 22px;
}

.poppup_modal .poppup .right_side .user input {
	background-image: url(//alphabytesolutions.com/wp-content/uploads/2023/06/frame.png);
}
.poppup_modal .poppup .right_side .emaiil input {
	background-image: url(//alphabytesolutions.com/wp-content/uploads/2023/06/sms.png);
}
.poppup_modal .poppup .right_side .phone input {
	background-image: url(//alphabytesolutions.com/wp-content/uploads/2023/06/call.png);
}
.poppup_modal .poppup .right_side .company input {
	background-image: url(//alphabytesolutions.com/wp-content/uploads/2023/06/buliding.png);
}
.poppup_modal .poppup .right_side label {
	display: block;
	font-family: 'aeonik';
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 8px;
}
.poppup_modal .poppup .right_side h6 {
	font-family: 'aeonik';
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 8px;
}
.poppup_modal .poppup .right_side .multi_field .field .para {
	font-family: 'aeonik';
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}
.poppup_modal .poppup .right_side .field input,
.poppup_modal .poppup .right_side .field select,
.poppup_modal .poppup .right_side .full_field textarea {
	width: 100% !important;
	padding: 10px 53px 10px 13px
		min-height: 43px;
	border-radius: 0px !important;
	border: 1px solid #E2E2E2;
	transition: 0.4s !important;
	font-family: 'Aeonik';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}
.poppup_modal .wpcf7-not-valid-tip {
	display: none;
}

.poppup_modal .wpcf7-not-valid {
	border: 1px solid red !important;
}
.poppup_modal .poppup .right_side .full_field textarea {
	height: 160px;
	resize: none;
}
.poppup_modal .poppup .left_side h5 {
	font-family: "aeonik";
	font-weight: 400;
	font-size: 70px;
	line-height: 75px;
	text-transform: capitalize;
	color: #ffffff;
}

.poppup_modal .poppup .right_side .multi_field .field {
	width: 49%;
}

.poppup_modal .poppup .right_side {
	width: 60%;
	padding: 20px;
}

.poppup_modal .poppup {
	width: 100%;
	display: flex;
}
.poppup_modal .poppup .right_side .multi_field {
	display: flex;
	justify-content: space-between;
}
.poppup_modal input[type="checkbox"] {
	display: none;
}
.poppup_modal input[type="checkbox"] + *::before {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 1.47rem;
	height: 1.42rem;
	margin-right: 8px;
	border-radius: 10%;
	border-style: solid;
	border-width: 0.1rem;
	background: #FFFFFF;
	border: 2px solid #00ABF0;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.03);
}

.poppup_modal input[type="checkbox"]:checked + *::before {
	content: "✓";
	position: relative;
	text-align: center;
	background: #00abf0;
	border-color: #00abf0;
	color: white;
	font-size: 14px;
}
.poppup_modal .wpcf7-list-item-label {
	display: flex;
	align-items: center;
	font-family: 'aeonik';
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #302D2D;
}
.modal-content .wpcf7 form.sent .wpcf7-response-output {
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin: 0px;
}
.modal-content .wpcf7 form.invalid .wpcf7-response-output {
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin: 0px;
}
.poppup_modal .poppup .right_side  .full_field .wpcf7-submit {
	padding: 12px 60px !important;
	border-radius: 10px !important;
	display: flex;
	align-items: center;
	vertical-align: baseline;
	height: auto !important;
}
.poppup_modal .wpcf7-list-item {
	margin-left: 0px;
}
.poppup_modal .wpcf7-list-item-label span {
	margin: 0px 1px;
}
.poppup_modal .poppup .right_side .checkbox_field {
	margin: 15px 0px;
}
.poppup_modal .poppup .right_side .field input:focus, .poppup_modal .poppup .right_side .field select:focus, .poppup_modal .poppup .right_side .full_field textarea:focus {
	outline: none;
	background-color: #FFFFFF;
	border: 2px solid #00ABF0 !important;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.03);
}
.poppup_modal .poppup .right_side .field select {
	appearance: none;
	background-image: url(//alphabytesolutions.com/wp-content/uploads/2023/06/arrow-right.png);
}
.poppup_modal .poppup .right_side .multi_field .field .para a,
.poppup_modal .poppup .right_side .full_field .para a {
	color: #302d2d;
	position: relative;
}

.poppup_modal .poppup .right_side .multi_field .field .para a:after,
.poppup_modal .poppup .right_side .full_field .para a:after {
	content: "";
	background: #302d2d;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
}

.poppup_modal .poppup .right_side .multi_field .field .para a:hover,
.poppup_modal .poppup .right_side .full_field .para a:hover{
	color: #00abf0;
}

.poppup_modal .poppup .right_side .multi_field .field .para a:hover:after,
.poppup_modal .poppup .right_side .full_field .para a:hover:after{
	background: #00abf0;
}

/* This is a Poppup Css End */



/* What We Do Section */
.what-we-do-section {
	padding: 150px 0 0 0;
}

.what-we-do-section .section-card {
	background: #ffffff;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
	padding: 50px;
}

.what-we-do-section .section-card .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.what-we-do-section .section-card .row.row-1 {
	margin-bottom: 50px;
}

.what-we-do-section .section-card .row .col-left,
.what-we-do-section .section-card .row .col-right {
	width: 50%;
	padding: 0 15px;
}

.what-we-do-section .section-card .row .col-left .content {
	width: 60%;
}

.what-we-do-section .section-card .row .col-left .content h3 {
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	color: #000000;
	margin-bottom: 30px !important;
	margin-top: 0 !important;
}

.what-we-do-section .section-card .row .col-left .content .description h4 {
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: #000000;
	margin-bottom: 30px !important;
}

.what-we-do-section .section-card .row .col-left .content .description {
	border-top: 0.5px solid #bfbfbf;
	border-bottom: 0.5px solid #bfbfbf;
	padding: 50px 0 30px 0;
}

.what-we-do-section .section-card .row .col-left .content .description p {
	margin-bottom: 0 !important;
}

.what-we-do-section .section-card .row.row-2 .card {
	width: 24%;
	background: #ffffff;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
	padding: 45px 25px 30px;
	margin: 20px 0;
	height: 300px;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.what-we-do-section .section-card .row.row-2 .card .card-number {
	background: #eaeaea;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	transition: all 0.3s ease-in-out;
}

.what-we-do-section .section-card .row.row-2 .card .card-number h5 {
	margin: 0;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	/* identical to box height */
	color: #000000;
	transition: all 0.3s ease-in-out;
}

.what-we-do-section .section-card .row.row-2 .card .card-content h5 {
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
}

.what-we-do-section .section-card .row.row-2 .card .card-content p {
	width: 70%;
	margin-bottom: 0 !important;
}

.what-we-do-section .section-card .row.row-2 .card:hover {
	transform: translateY(-3px);
	box-shadow: 0px 7px 15px rgb(0 0 0 / 15%);
}

.what-we-do-section .section-card .row.row-2 .card:after {
	content: "";
	height: 1px;
	width: 100%;
	background: #eaeaea;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.3s ease-in-out;
}

.what-we-do-section .section-card .row.row-2 .card:hover:after {
	background: #1caced;
}

.what-we-do-section .section-card .row.row-2 .card:hover .card-number {
	background: #1caced;
}

.what-we-do-section .section-card .row.row-2 .card:hover .card-number h5 {
	color: #fff;
}
/* What We Do Section End */

/* FAQ Section */

.faq-sec {
	padding: 100px 0 0 0;
}

.faq-sec .section-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.faq-sec .section-inner .section-visual,
.faq-sec .section-inner .section-content {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.faq-sec .section-inner .section-content h2 {
	font-size: 48px;
	line-height: 58px;
	color: #000000;
	margin-top: 0 !important;
	margin-bottom: 25px !important;
}

.faq-sec .section-inner .section-content .faqs h5 {
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 0 !important;
}

.faq-sec .transition,
.faq-sec p {
	transition: all 0.25s ease-in-out;
}

.faq-sec p {
	margin-top: 20px;
	width: 75%;
	color: #3c3c3c;
}

.faq-sec .flipIn,
.faq-sec ul li {
	animation: flipdown 0.5s ease both;
}

.faq-sec .no-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.faq-sec ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.faq-sec ul li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 18px;
	border-top: 1px dotted #dce7eb;
}

.faq-sec ul li:nth-of-type(1) {
	animation-delay: 0.5s;
}

.faq-sec ul li:nth-of-type(2) {
	animation-delay: 0.75s;
}

.faq-sec ul li:nth-of-type(3) {
	animation-delay: 1s;
}

.faq-sec ul li:last-of-type {
	padding-bottom: 0;
}

.faq-sec ul li input[type="checkbox"] ~ .arrow {
	position: absolute;
	background-image: url(https://alphabytesolutions.com/wp-content/uploads/2023/06/Group-1577704843.png);
	height: 35px;
	width: 35px;
	top: 18px;
	right: 18px;
	background-repeat: no-repeat;
	background-size: contain;
}

.faq-sec ul li input[type="checkbox"]:checked ~ .arrow {
	background-image: url(https://alphabytesolutions.com/wp-content/uploads/2023/06/Group-1577704842.png);
}

.faq-sec ul li input[type="checkbox"] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

.faq-sec ul li input[type="checkbox"]:checked ~ p {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}

.faq-sec ul li input[type="checkbox"]:checked ~ i:before {
	transform: translate(2px, 0) rotate(45deg);
}

.faq-sec ul li input[type="checkbox"]:checked ~ i:after {
	transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}
	5% {
		opacity: 1;
	}
	80% {
		transform: rotateX(8deg);
	}
	83% {
		transform: rotateX(6deg);
	}
	92% {
		transform: rotateX(-3deg);
	}
	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}
/* FAQ Section End */

/* CTA Section */
.cta-sec {
	padding: 150px 0;
}

.cta-sec .section-inner {
	padding: 250px 0 125px 200px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.03);
}

.cta-sec .section-inner h2 {
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	color: #000000;
}
/* CTA Section End */

/* Thankyou Page */
.page-id-1463 .section-left-content-right-image .section-inner .section-content .left-content h3 {
	font-size: 80px;
	line-height: 100%;
	color: #000;
}

.page-id-1463 .section-left-content-right-image .section-inner .section-content .left-content p {
	font-family: "aeonik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #3C3C3C;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 133.333%;
	width: 100% !important;
}
/* Thankyou Page End */

/* Power BI Page */

.btn-hollow {
    background: transparent;
    border: 1px solid #00abf0;
    color: #00abf0 !important;
}

.btn-hollow:hover {
    background: #00abf0;
    color: #fff !important;
}

.page-id-1574 .what-we-do-section .section-card{
    box-shadow: none;
    padding: 0;
    margin-bottom: 100px;
}

.page-id-1574 .what-we-do-section .section-card .row .col-left{
    width: 100%;
}

.page-id-1574 .what-we-do-section .section-card .row .col-left .content{
    width: 100%;
    text-align: center;
}

.page-id-1574 .what-we-do-section .section-card .row.row-1{
    margin-bottom: 0;
}

.page-id-1574 .what-we-do-section{
    padding-top: 100px;
}
.white-text-new .section-inner .section-content p{
    color: #fff !important;
}


.new-class .btn-hollow {
	margin-left: 10px;
}

/* Power BI Page End */

@media only screen and (max-width: 1600px) {
	.cta-sec .section-inner {
		padding: 250px 0 125px 120px;
	}
	.what-we-do-section .section-card .row.row-2 .card .card-content p {
		width: 90%;
	}
	.section-left-content-right-image .section-inner .section-content .left-content {
		width: 100%;
	}
	.full-width-image-with-title-button .section-inner .section-content {
		width: 60%;
	}
}
@media only screen and (max-width: 1599px) and (min-width: 1200px)  {
	.poppup_modal .modal-content {
		width: 94% !important;
		transform: translateX(-50%) !important;
		top: 20px !important;
		left: 50% !important;
	}
	.poppup_modal .poppup .right_side .multi_field .field .para a, .poppup_modal .poppup .right_side .full_field .para a {
		white-space: pre;
	}
	.poppup_modal .poppup .right_side .multi_field .field .para {
		min-height: 80px;
	}
	.poppup_modal .poppup .left_side h5 {
		margin: 0px !important;
		font-size: 62px !important;
		line-height: 73px !important;
	}

	.poppup_modal .poppup .left_side {
		background-position: 90% 105% !IMPORTANT;
		background-size: 76% !important;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 991px)  {
	.poppup_modal .modal-content {
		width: 94%;
	}

	.poppup_modal .poppup .left_side {
		padding: 50px 30px;
		background-position: 90% 103%;
		background-size: 65%;
	}

	.poppup_modal .poppup .left_side h5 {
		margin-bottom: 0px !important;
		font-size: 53px;
		line-height: 68px;
	}

	.poppup_modal .poppup .right_side .multi_field .field .para {
		min-height: 100px;
	}
}
@media only screen and (max-width: 1440px){
	.section-left-content-right-image,
	.two-card-section,
	.full-width-image-with-card,
	.what-we-do-section,
	.faq-sec,
	.cta-sec {
		padding: 50px 0;
	}
	
	.section-left-content-right-image .section-inner .section-content .left-content h3,
	.two-card-section .title-row .col-left h3,
	.full-width-image-with-card .section-inner h3,
	.what-we-do-section .section-card .row .col-left .content h3,
	.faq-sec .section-inner .section-content h2,
	.cta-sec .section-inner h2 {
		font-size: 32px;
		line-height: 42px;
	}
	.section-left-content-right-image .section-inner .section-content .left-content h3 {
		margin-bottom: 20px !important;
	}
	.two-card-section .content-row .card .card-content h4,
	.section-left-content-right-image .section-inner .section-content .left-content h4,
	.full-width-image-with-card .section-inner h4,
	.what-we-do-section .section-card .row .col-left .content .description h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.section-left-content-right-image .section-inner .section-content .left-content p {
		margin-bottom: 20px !important;
		width: 100%;
	}
	.section-left-content-right-image .section-inner .section-content .left-content ul li {
		max-width: 100%;
	}
	.two-card-section .title-row {
		margin-bottom: 20px;
	}
	.two-card-section .content-row .card {
		padding: 50px 30px;
	}
	.two-card-section .content-row .card .card-content {
		min-height: 600px;
	}
	.full-width-image-with-card .section-inner .section-content,
	.what-we-do-section .section-card .row .col-left .content {
		width: 100%;
	}
	.full-width-image-with-title-button {
		margin-bottom: 40px;
	}
	.full-width-image-with-title-button .section-inner .section-content h3 {
		font-size: 32px;
		line-height: 42px;
	}
	.full-width-image-with-card .section-inner .section-content .card {
		padding: 25px 15px;
	}
	.full-width-image-with-card .section-inner .section-content .card .card-icon {
		margin-bottom: 0;
		min-height: 85px;
	}
	.full-width-image-with-card .section-inner .section-content .card .card-content h5 {
		min-height: 65px;
		margin-bottom: 0;
	}
	.what-we-do-section .section-card .row .col-left .content .description {
		padding: 0px 0 20px 0;
	}
	.what-we-do-section .section-card .row.row-2 .card {
		padding: 15px;
		margin: 10px 0;
		height: 300px;
	}
	.what-we-do-section .section-card .row.row-2 .card .card-content p {
		width: 100%;
	}
	.what-we-do-section .section-card .row.row-2 .card .card-content h5 {
		min-height: 70px;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 1199px) {
	.two-card-section .content-row .card {
		padding: 50px 30px 0;
		width: 46%;
		margin: 0;
	}
	.two-card-section .content-row .card .card-content {
		min-height: 590px;
	}
	.full-width-image-with-title-button .section-inner {
		padding: 60px 50px;
	}
	.full-width-image-with-title-button .section-inner .section-content {
		width: 90%;
	}
	.full-width-image-with-card .section-inner .section-content .card {
		width: 33.333%;
		padding: 40px 40px;
	}
	.full-width-image-with-card .section-inner .section-content {
		justify-content: center;
	}
	.full-width-image-with-card .section-inner .section-content .card:nth-child(1),
	.full-width-image-with-card .section-inner .section-content .card:nth-child(2),
	.full-width-image-with-card .section-inner .section-content .card:nth-child(3) {
		border-bottom: 0.5px solid #bfbfbf;
	}
	.full-width-image-with-card .section-inner .section-content .card:nth-child(4), 
	.full-width-image-with-card .section-inner .section-content .card:nth-child(5) {
		width: 50%;
	}
	.full-width-image-with-card .section-inner .section-content .card .card-content h5 {
		min-height: 40px;
	}
	.what-we-do-section .section-card .row.row-2 .card {
		width: 49%;
		height: 250px;
	}
	.what-we-do-section .section-card .row.row-2 .card .card-content h5 {
		min-height: 40px;
	}
	.faq-sec .section-inner {
		align-items: self-start;
	}
	.cta-sec .section-inner {
		padding: 100px 0 100px 110px;
	}
	.section-left-content-right-image .section-inner .section-content, 
	.section-left-content-right-image .section-inner .section-visual,
	.two-card-section .title-row .col-left, 
	.two-card-section .title-row .col-right,
	.what-we-do-section .section-card .row .col-left, 
	.what-we-do-section .section-card .row .col-right,
	.faq-sec .section-inner .section-visual, 
	.faq-sec .section-inner .section-content {
		padding: 0;
	}
	.faq-sec .section-inner .section-visual img {
		width: 95%;
	}
}

@media only screen and (max-width: 991px) {
	.poppup_modal .poppup .right_side .multi_field .field .para a, .poppup_modal .poppup .right_side .full_field .para a {
		white-space: pre;
	}
	.poppup_modal .modal-content {
		width: 94% !important;
		transform: translateX(-50%) !important;
		top: 20px !important;
		left: 50% !important;
	}
	.poppup_modal .close {
		border: 2px solid white;
	}
	.modal {
		overflow: scroll !important;
		margin-top: 0px !important;
	}

	.modal-content .wpcf7 form.invalid .wpcf7-response-output {
		width: 57% !important;
		bottom: 20px !important;
	}
	.two-card-section .content-row .card {
		width: 49%;
		padding: 30px;
	}
	.two-card-section .content-row .card .card-content h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.two-card-section .content-row .card .card-content p {
		font-size: 14px;
	}
	.two-card-section .content-row .card .card-content h5 {
		font-size: 18px;
		font-weight: 500;
	}
	.two-card-section .content-row .card .card-content {
		min-height: 570px;
	}
	.full-width-image-with-card .section-inner .section-content .card {
		padding: 20px 15px;
	}
	.what-we-do-section .section-card {
		padding: 20px;
	}
	.cta-sec .section-inner {
		padding: 80px 0 80px 90px;
	}
	.poppup_modal .modal-content {
		width: 97%;
	}

	.poppup_modal .poppup .left_side {
		padding: 50px 20px;
		padding-bottom: 30px;
		background-image: none !important;
		width: 100%;
	}

	.poppup_modal .poppup .left_side h5 {
		margin-bottom: 0px !important;
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 20px !important;
	}
	.poppup_modal .poppup {
		flex-direction: column !important;
	}

	.poppup_modal .poppup .right_side {
		width: 100% !important;
	}
	.poppup_modal .poppup .right_side .multi_field .field .para {
		min-height: 85px;
	}


	.poppup_modal .close {
		right: -10px;
	}
}
@media only screen and (max-width: 767px) {
	.poppup_modal .poppup {
		flex-direction: column;
	}
	.poppup_modal .close {
		border: 2px solid white;
	}
	.modal-content .wpcf7 form.invalid .wpcf7-response-output {
		right: auto !important;
		width: 90% !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		bottom: 0px !important;
	}
	.modal-content .wpcf7 form.sent .wpcf7-response-output {
		right: auto !important;
		width: 100% !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		bottom: 0px !important;
		max-width: fit-content;
		padding: 7px 10px;
	}
	.poppup_modal .poppup .left_side {
		width: 100%;
		padding-bottom: 60px;
		background-size: 0px !important;
	}

	.poppup_modal .poppup .right_side {
		width: 100%;
	}

	.poppup_modal .poppup .right_side .multi_field {
		flex-direction: column;
	}

	.poppup_modal .poppup .right_side .multi_field .field {
		width: 100%;
	}

	.poppup_modal .poppup .right_side .multi_field .field .para {
		min-height: auto !important;
	}
	.poppup_modal .modal-content {
		width: 94% !important;
		transform: translateX(-50%) !important;
		top: 20px !important;
		left: 50% !important;
	}

	.modal {
		overflow: scroll !important;
		margin-top: 0px !important;
	}

	.poppup_modal .poppup .left_side h5 {
		font-size: 37px;
		line-height: 46px;
		margin-bottom: 30px !important;
	}


	.poppup_modal .poppup .right_side .multi_field .field .para a, .poppup_modal .poppup .right_side .full_field .para a {
		white-space: pre;
	}

	.poppup_modal .poppup .right_side .full_field .wpcf7-submit {
		width: auto !important;
	}
	.two-card-section .title-row .col-left {
		width: 60%;	
	}
	.two-card-section .title-row .col-right {
		width: 40%;
	}
	.section-left-content-right-image .section-inner .section-content, 
	.section-left-content-right-image .section-inner .section-visual {
		width: 100%;
	}
	.section-left-content-right-image .section-inner .section-content .left-content {
		margin-bottom: 50px;
	}
	.two-card-section .content-row .card {
		width: 100%;
		margin: 15px 0;
	}
	.two-card-section .content-row:before {
		display: none;
	}
	.two-card-section .content-row .card .card-content {
		min-height: auto;
	}
	.full-width-image-with-title-button .section-inner .section-content {
		width: 100%;
	}
	.full-width-image-with-title-button .section-inner .section-content {
		width: 100%;
	}
	.full-width-image-with-card .section-inner .section-content .card {
		width: 50%;
		padding: 30px 25px;
	}
	.full-width-image-with-card .section-inner .section-content .card:nth-child(4) {
		border-bottom: 0.5px solid #bfbfbf;
	}
	.full-width-image-with-card .section-inner .section-content .card:nth-child(5) {
		width: 100%;
	}
	.what-we-do-section .section-card {
		padding: 30px;
	}
	.what-we-do-section .section-card .row .col-left, .what-we-do-section .section-card .row .col-right {
		width: 100%;
	}
	.what-we-do-section .section-card .row .col-left .content {
		margin-bottom: 50px;
	}
	.faq-sec p {
		margin-top: 30px;
	}
	.faq-sec .section-inner .section-visual, .faq-sec .section-inner .section-content {
		width: 100%;
	}
	.faq-sec .section-inner .section-visual {
		margin-bottom: 50px;
	}
	.cta-sec .section-inner {
		padding: 60px 0 60px 50px;
	}
	.cta-sec .section-inner p {
		width: 65%;
	}
	.faq-sec .section-inner .section-visual, .faq-sec .section-inner .section-content {
		width: 100%;
	}
	.faq-sec .section-inner .section-visual {
		margin-bottom: 50px;
	}
	.poppup_modal .wpcf7-list-item-label {
		width: 100%;
		display: flex;
		font-size: 13px;
	}

	.poppup_modal input[type="checkbox"] + *::before {
		width: 1.1rem !important;
		height: 1.1rem !important;
		margin-right: 2px !important;
	}

	.poppup_modal .wpcf7-list-item-label span {
		margin: 0px 0.9px !important;
	}

	.poppup_modal input[type="checkbox"]:checked + *::before {
		font-size: 11px !important;
		line-height: 17px !important;
	}
}

@media only screen and (max-width: 575px) {
	.full-width-image-with-title-button .section-inner .section-content h3 {
		font-size: 22px;
		line-height: 34px;
		margin-bottom: 20px !important;
	}
	.section-left-content-right-image .section-inner .section-content .left-content h3, .two-card-section .title-row .col-left h3, .full-width-image-with-card .section-inner h3, .what-we-do-section .section-card .row .col-left .content h3, .faq-sec .section-inner .section-content h2, .cta-sec .section-inner h2 {
		font-size: 29px;
		line-height: 40px;
	}
	.two-card-section .title-row .col-left, .two-card-section .title-row .col-right {
		width: 100%;
	}
	.two-card-section .title-row .col-right {
		text-align: left;
		margin-top: 20px;
	}
	.full-width-image-with-title-button .section-inner {
		padding: 20px;
	}
	.full-width-image-with-card .section-inner h3 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.full-width-image-with-card .section-inner h4 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.full-width-image-with-card .section-inner .section-content .card {
		width: 100% !important;
		border-right: 0;
	}
	.what-we-do-section .section-card .row.row-2 .card {
		width: 100%;
	}
	.what-we-do-section .section-card {
		padding: 40px 12px;
	}
	.faq-sec .section-inner .section-content .faqs h5 {
		font-size: 18px;
	}
	.faq-sec p {
		width: 100%;
	}
	.cta-sec .section-inner {
		background-size: cover;
		padding: 100px 20px 50px 20px;
	}
	.cta-sec .section-inner p {
		width: 100%;
	}
	.cta-sec .section-inner h2 {
		margin-top: 30px !important;
	}
}

.page-id-1463 header {
    position: static;
}
.page-id-1463 .section-left-content-right-image {
    padding: 100px 0 0 !important;
}
.page-id-1463 .section-visual {
    padding-bottom: 80px !important;
}
@media (min-width: 200px) and (max-width: 767px) {
	.page-id-1463 h3 {
		font-size: 40px !important;
	}
	.page-id-1463 p {
		font-size: 18px !important;
	}
	.page-id-1463 .section-visual {
		padding-bottom: 40px !important;
	}
	.page-id-1463 .section-left-content-right-image {
		padding: 50px 0 0 !important;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.page-id-1463 h3 {
		font-size: 50px !important;
	}
	.page-id-1463 p {
		font-size: 18px !important;
	}
	.page-id-1463 .section-left-content-right-image .section-inner {
		align-items: center !important;
	}
	.page-id-1463 .section-visual {
		padding-bottom: 40px !important;
	}
	.page-id-1463 .section-left-content-right-image {
		padding: 50px 0 0 !important;
	}
}
@media (min-width: 1200px) and (max-width: 1900px) {
	.page-id-1463 h3 {
		font-size: 60px !important;
	}
	.page-id-1463 p {
		font-size: 20px !important;
	}
	.page-id-1463 .section-left-content-right-image .section-inner {
		align-items: center !important;
	}
	.page-id-1463 .section-visual {
		padding-bottom: 40px !important;
	}
	.page-id-1463 .section-left-content-right-image {
		padding: 50px 0 0 !important;
	}
}
.pop_btn {
    background: #00ffa6;
    color: #000 !important;
    border: none;
}
.pop_btn:hover {
    background: #99ffdb !important;
	color: #000 !important;
}
.section-content.viewport-block {
    visibility: inherit !important;
}
/* .page-id-1574 .full-width-image-with-title-button .section-inner .section-content p, .page-id-1660 .full-width-image-with-title-button .section-inner .section-content p {
    color: #fff !important;
} *//* =WordPress Core
-------------------------------------------------------------- */