@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");
html {
	background-color: transparent;
}
.custom-html--sitecore #block-in-brief ul {
	list-style: disc;
}
.custom-html--sitecore #block-marquee-section {
	z-index: 10;
}
.custom-html--sitecore .marquee-container {
	height: 80vh;
	background: #eeeae7;
}
.custom-html--sitecore img.marqueeImg {
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
}
.custom-html--sitecore .marquee-headline {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70vw;
	z-index: 9;
}
.custom-html--sitecore .marquee-headline h1 {
	font-size: 8.8rem;
	letter-spacing: -0.05em;
	line-height: 0.85em;
	font-family: "Graphik Black", Arial, Sans-Serif !important;
}
.custom-html--sitecore .marquee-headline h2 {
	font-size: 4rem;
	color: black;
	font-family: "Graphik Bold", "Arial", Sans-Serif;
	letter-spacing: -0.02em;
	line-height: 109%;
}
.custom-html--sitecore .double-arrow-down {
	position: absolute;
	top: 70px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-animation: arrowDown 1.5s infinite;
	animation: arrowDown 1.5s infinite;
}
@-webkit-keyframes arrowDown {
	0% {
		top: 70px;
	}
	70% {
		top: 85px;
	}
	100% {
		top: 70px;
	}
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.custom-html--sitecore .marquee-container {
		background: url("/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/fjord-trends/Accenture-Fjord-Marquee-Mobile.jpg");
		background-size: cover;
		background-repeat: no-repeat;
	}
	.custom-html--sitecore .background-lemon {
		display: none;
	}
}
.custom-html--sitecore .marquee-container.visible {
	opacity: 1;
}
.custom-html--sitecore .background-lemon {
	position: absolute;
	right: 0;
	overflow: hidden;
	width: 40vw;
	height: 100%;
	z-index: 8;
}
.custom-html--sitecore .background-lemon img {
	-webkit-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	height: 80vh;
	position: absolute;
	right: -10%;
	opacity: 0;
	top: 5vh;
}
.custom-html--sitecore .background-lemon.visible img {
	right: 0;
	opacity: 1;
	/*Navigation*/
}
.custom-html--sitecore .mouse-scroll {
	position: fixed;
	bottom: 10%;
	left: 50%;
	width: 25px;
	height: 40px;
	border-radius: 100px;
	border: 2px solid #c4c4c4;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 1 !important;
	text-align: center;
}
.custom-html--sitecore .mouse-scroll.isAbsolute {
	position: absolute;
}
.custom-html--sitecore .mouse-scroll .wheel {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 5px;
	height: 10px;
	background-color: #c4c4c4;
	border-radius: 4px;
	-webkit-animation: mouseWheel 1.4s infinite;
	animation: mouseWheel 1.4s infinite;
}
.custom-html--sitecore .mouse-scroll span {
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #c4c4c4;
}
@media screen and (max-width: 567px) {
	.custom-html--sitecore .background-lemon {
		display: none;
	}
	.custom-html--sitecore .marquee-holder.marquee1 {
		display: none;
	}
	.custom-html--sitecore .marquee-holder.marquee2 {
		display: block;
	}
}
@media screen and (min-width: 568px) {
	.custom-html--sitecore .marquee-holder.marquee1 {
		display: block;
	}
	.custom-html--sitecore .marquee-holder.marquee2 {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	.custom-html--sitecore .intoTheNewLogo-mobile {
		height: 40px;
		width: auto;
	}
}
.custom-html--sitecore .btn:hover, .custom-html--sitecore .btn:focus, .custom-html--sitecore .btn.focus {
	background-color: #A100FF;
}
.custom-html--sitecore .share-tools.module {
	display: none;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee {
	position: fixed;
	top: 50%;
	left: 1%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 11;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee.isActive {
	z-index: 3;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon {
	padding-bottom: 10px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger {
	display: block;
	text-align: center;
	padding: 10px;
	color: #7E00FF;
	border: 1px solid #7E00FF;
	border-radius: 50%;
	font-size: 20px;
	height: 42px;
	width: 42px;
	position: relative;
	opacity: 0;
	cursor: pointer;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.twitter {
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	top: 2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.linkedin {
	-webkit-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	top: 2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.facebook {
	-webkit-transition: all 0.9s ease-out;
	-o-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
	top: 2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.mail {
	-webkit-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
	top: 2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon.isActive .social-icon-trigger {
	top: 0;
	opacity: 1;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg {
	height: 100%;
	width: 100%;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg path {
	fill: #7E00FF;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover {
	background-color: #7E00FF;
	color: #fff;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover svg path {
	fill: #fff;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section {
	position: fixed;
	top: 50%;
	left: 1%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section.isActive {
	z-index: 3;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon {
	padding-bottom: 10px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger {
	display: block;
	text-align: center;
	padding: 10px;
	color: #7E00FF;
	border: 1px solid #7E00FF;
	border-radius: 50%;
	font-size: 20px;
	height: 42px;
	width: 42px;
	position: relative;
	opacity: 0;
	cursor: pointer;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.twitter {
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	top: 2500px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.linkedin {
	-webkit-transition: all 0.9s ease-out;
	-o-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
	top: 2500px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.facebook {
	-webkit-transition: all 0.9s ease-out;
	-o-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
	top: 2500px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.mail {
	-webkit-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
	top: 2500px;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon.isActive .social-icon-trigger {
	top: 0;
	opacity: 1;
}
.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon:hover .social-icon-trigger:hover {
	background-color: #7E00FF;
	color: #fff;
}
.custom-html--sitecore .tv-quickaccess.isActive {
	display: block;
}
.custom-html--sitecore .tv-quickaccess {
	position: fixed;
	z-index: 100;
	right: 0;
	top: 150%;
	display: block;
	-webkit-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	width: 105.24px;
	height: 105.24px;
}
.custom-html--sitecore .tv-quickaccess.isActive {
	top: 23%;
}
.custom-html--sitecore .tv-quickaccess__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	/*-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);
	 box-shadow:0 0 10px rgba(0,0,0,.4);*/
}
.custom-html--sitecore .tv-quickaccess__item {
	cursor: pointer;
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-family: "Graphik Medium", "Arial Black", sans-serif;
	font-size: 8px;
	line-height: 9px;
	border: 0;
	width: 105px;
	height: 85px;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.custom-html--sitecore .tv-quickaccess__item:hover {
	background-color: #A100FF;
}
.custom-html--sitecore .tv-quickaccess__item.shide {
	top: 0 !important;
}
.custom-html--sitecore .tv-quickaccess__item.downloads {
	top: 0;
	z-index: 5;
}
.custom-html--sitecore .tv-quickaccess__item.downloads i.close-download {
	font-size: 24px;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.custom-html--sitecore .tv-quickaccess__item.downloads.isActive a, .custom-html--sitecore .tv-quickaccess__item.downloads.isActive a span {
	color: #A100FF !important;
}
.custom-html--sitecore .tv-quickaccess__item.downloads.isActive:hover a, .custom-html--sitecore .tv-quickaccess__item.downloads.isActive:hover a span {
	color: #fff !important;
}
.custom-html--sitecore .tv-quickaccess__item.downloads.isActive i.close-download {
	font-size: 24px;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.custom-html--sitecore .tv-quickaccess__item.full-report {
	top: 85px;
	z-index: 4;
}
.custom-html--sitecore .tv-quickaccess__item.short-report {
	top: 170px;
	z-index: 3;
}
.custom-html--sitecore .tv-quickaccess__item.slide-share {
	top: 255px;
	z-index: 2;
}
.custom-html--sitecore .tv-quickaccess__item.slide-share-2 {
	top: 340px;
	z-index: 2;
}
.custom-html--sitecore .tv-quickaccess__item.slide-info {
	top: 425px;
	z-index: 1;
}
.custom-html--sitecore .tv-quickaccess__item a, .custom-html--sitecore .tv-quickaccess__item div.btn-download {
	font-family: "Graphik Medium", "Arial Black", Sans-Serif;
	font-size: 8px;
	line-height: 9px;
	color: #fff;
	display: block;
	padding: 5px;
	padding-top: 12px;
}
.custom-html--sitecore .tv-quickaccess__item a span, .custom-html--sitecore .tv-quickaccess__item div.btn-download span {
	font-family: "Graphik Medium", "Arial Black", Sans-Serif;
	clear: both;
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 5px;
}
.custom-html--sitecore .ArrowcCenter.LbCaseSpacing {
	cursor: pointer;
}
@-webkit-keyframes lineani {
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes lineani {
	to {
		stroke-dashoffset: 0;
	}
}
.custom-html--sitecore .underlay {
	stroke-width: 3;
	fill: transparent;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #DFDFDF;
}
.custom-html--sitecore #circle-graph-1 {
	stroke: url(#gradient-1);
	stroke-width: 8;
	fill: transparent;
	stroke-linecap: square;
	stroke-linejoin: round;
}
.custom-html--sitecore .chart-circle {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.custom-html--sitecore #circle-graph-2 {
	stroke: url(#gradient-2);
	stroke-width: 8;
	fill: transparent;
	stroke-linecap: square;
	stroke-linejoin: round;
}
.custom-html--sitecore .charts-container {
	padding: 20px;
	width: 100%;
	max-width: 1024px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.custom-html--sitecore .chart {
	color: #4a667a;
	text-align: left;
	position: relative;
	height: auto;
	background-color: transparent;
	display: inline-block;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px;
	padding: 15px 20px 65px 20px;
	width: calc(100% - 20px);
	left: -20%;
}
.custom-html--sitecore .chart.circle {
	padding: 0;
}
.custom-html--sitecore .title {
	font-size: 22px;
	margin-bottom: 12px;
}
.custom-html--sitecore .chart-circle {
	display: inline-block;
	position: relative;
}
.custom-html--sitecore .chart-svg {
	position: relative;
}
.custom-html--sitecore .circle-percentage {
	position: absolute;
	color: #111;
	font-size: 32px;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-40%, -80%);
	-webkit-transform: translate(-40%, -80%);
	transform: translate(-40%, -80%);
	font-family: "Graphik Bold", "Arial", Sans-Serif;
}
@media screen and (max-width: 480px) {
	.custom-html--sitecore .circle-percentage {
		font-size: 24px;
	}
	.custom-html--sitecore .chart-circle {
		width: 90% !important;
	}
}
.custom-html--sitecore .align-center {
	text-align: center;
}
.custom-html--sitecore .download-container {
	margin-left: 30px;
}
.custom-html--sitecore ul.downloads {
	margin-top: 0rem;
}
.custom-html--sitecore .downloads li.head span {
	border-bottom: 3px solid #A100FF;
	padding-bottom: 15px;
}
.custom-html--sitecore .downloads > li {
	width: 100%;
	padding-top: 9px;
}
.custom-html--sitecore .downloads > li > a {
	position: relative;
	display: block;
	font-family: "Graphik medium", "Arial", Sans-Serif;
	font-size: 10px !important;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #000;
	margin: 0;
}
.custom-html--sitecore .downloads > li > a:hover {
	color: #A100FF;
}
.custom-html--sitecore .downloads > li > a > img {
	padding-right: 10px;
}
.custom-html--sitecore .nav-pills > li + li {
	padding-top: 22px;
}
.custom-html--sitecore .share-button {
	cursor: pointer;
	position: relative;
}
.custom-html--sitecore a#share-button-2, .custom-html--sitecore a#share-button-3, .custom-html--sitecore a#share-button-4, .custom-html--sitecore a#share-button-1, .custom-html--sitecore a#share-button-5, .custom-html--sitecore a#share-button-6 {
	color: #fff !important;
	padding: 10px 1px;
	position: relative;
	z-index: 1;
}
.custom-html--sitecore .arrow-down {
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid black;
	position: absolute;
	top: -20px;
	left: 15px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
}
.custom-html--sitecore .arrow-down.isActive {
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	top: -10px;
	opacity: 1;
}
.custom-html--sitecore .social-share-container {
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	position: absolute;
	top: 0;
	height: 30px;
	width: auto;
	left: 0;
	background-color: black;
	opacity: 0;
	z-index: -1;
}
.custom-html--sitecore .social-share-container.isActive {
	top: -40px;
	opacity: 1;
	z-index: 1;
	padding: 10px;
}
.custom-html--sitecore .social-share-container a {
	color: #fff !important;
	margin-top: -10px;
	display: inline-block;
	padding: 5px;
}
@media screen and (max-width: 576px) {
	.custom-html--sitecore .social-share-container a {
		font-size: 16px !important;
	}
}
.custom-html--sitecore .social-share-container a:hover {
	color: #A100FF !important;
}
.custom-html--sitecore a.navbar-brand {
	margin-bottom: 0;
}
@media (min-width: 1000px) {
	.custom-html--sitecore .nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.custom-html--sitecore .nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.custom-html--sitecore img.intoTheNewLogo {
	height: 40px;
}
.custom-html--sitecore .row.itn-nav {
	padding-bottom: 0 !important;
	padding-top: 1.6rem !important;
	max-width: 91% !important;
}
.custom-html--sitecore #hero-carousel {
	margin-top: 80px;
}
.custom-html--sitecore .hero-background-dashboard {
	position: absolute;
	top: 0;
	left: 0;
	height: 230px;
	width: 100%;
	background-color: #000;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.custom-html--sitecore .hero-background-dashboard {
		display: none;
	}
}
.custom-html--sitecore nav.navbar.navbar-light.bg-light {
	position: absolute;
	z-index: 20;
	top: -65px;
	left: 0;
	width: 100%;
	height: auto;
	margin-top: 60px;
	background-color: #000;
}
.custom-html--sitecore nav.navbar.navbar-light.bg-light.inFixed {
	position: fixed;
	top: 30px;
}
@media screen and (min-width: 1200px) {
	.custom-html--sitecore nav.navbar.navbar-light.bg-light {
		margin-top: 35px;
	}
	.custom-html--sitecore .navbar-brand {
		padding: 1.6rem 15px 2.76rem 1.7rem;
	}
	.custom-html--sitecore .nav > li {
		padding-bottom: 0;
	}
}
.custom-html--sitecore .navbar-center {
	width: auto;
	text-align: left;
	color: #fff;
}
.custom-html--sitecore ul.navbar-center > li > p {
	margin-right: 4rem;
	margin-top: 0.96rem;
	margin-bottom: 1.6rem;
}
.custom-html--sitecore ul.navbar-nav > li > a.moveTo {
	padding-top: 3.2rem !important;
	margin-bottom: 0;
	color: #efefef;
	font-size: 12px;
}
.custom-html--sitecore ul.navbar-nav > li > a.moveTo:hover {
	color: #fff;
	background-color: #000;
}
.custom-html--sitecore .content-module a:visited, .custom-html--sitecore .content-module a:visited strong, .custom-html--sitecore .content-module a:visited:focus, .custom-html--sitecore .content-module a:visited:hover {
	color: #fff;
}
.custom-html--sitecore .nav > li > a:focus, .custom-html--sitecore .nav > li > a:hover {
	text-decoration: underline;
	background-color: transparent;
}
.custom-html--sitecore div#block-media-navigator-section {
	height: 0;
}
.custom-html--sitecore .focus-indicator a:focus {
	outline: transparent solid 3px !important;
}
.custom-html--sitecore .focus-indicator-ribbon a:focus {
    outline: 3px solid transparent!important;
}
@media screen and (max-width: 999px) {
	.custom-html--sitecore .nav > li, .custom-html--sitecore .navbar-collapse.collapse ul, .custom-html--sitecore .navbar-header {
		width: 100%;
	}
	.custom-html--sitecore #footer-block .body-content .ui-container {
		display: inline-block;
	}
	.custom-html--sitecore ul.navbar-nav > li > a.moveTo {
		padding-top: 1.6rem !important;
	}
	.custom-html--sitecore .navbar-brand.moveTo, .custom-html--sitecore .navbar-toggle {
		display: block;
		left: 50%;
		padding: 0;
		margin-bottom: 0;
	}
	.custom-html--sitecore ul.navbar-nav > li > a.moveTo:hover {
		color: #fff;
		background-color: transparent !important;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light {
		margin-top: 50px;
		background-color: rgba(255, 255, 255, 0.9) !important;
	}
	.custom-html--sitecore .navbar-brand.moveTo {
		position: fixed;
		top: 10px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all 0.7s eas;
		-o-transition: all 0.7s eas;
		transition: all 0.7s eas;
		opacity: 0;
	}
	.custom-html--sitecore .navbar-toggle {
		position: relative;
		font-size: 12px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		float: none;
		margin-right: 0;
		margin-top: 0;
		background-color: transparent;
		marquee-container: none;
		border: 1px solid transparent;
		border-radius: 0;
	}
	.custom-html--sitecore .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.custom-html--sitecore .navbar-collapse.collapse.in ul {
		background: 0 0;
	}
	.custom-html--sitecore .nav > li {
		padding: 5px;
		margin: 0;
		text-align: left;
	}
	.custom-html--sitecore .navbar-nav > li > a {
		opacity: 0;
		border-bottom: 2px solid transparent;
		padding-bottom: 0;
		color: #000 !important;
		-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		font-family: "Graphik regular", "Arial Black", Sans-Serif;
		font-size: 12px;
		margin-bottom: 1.6rem;
	}
	.custom-html--sitecore .navbar-collapse.collapse.in ul li a {
		opacity: 1;
	}
	.custom-html--sitecore div.navbar-collapse.collapse.in {
		display: block !important;
	}
	.custom-html--sitecore div.navbar-collapse.collapse {
		display: none !important;
	}
	.custom-html--sitecore .nav:after, .custom-html--sitecore .nav:before, .custom-html--sitecore .navbar:after, .custom-html--sitecore .navbar:before, .custom-html--sitecore .row:after, .custom-html--sitecore .row:before {
		content: " ";
		display: none;
	}
	.custom-html--sitecore .graph-scroll-y {
		overflow-y: auto;
	}
	.custom-html--sitecore .purple-gradient {
		background: -o-linear-gradient(285.83deg, #7500C0 3.95%, #390165 97.32%);
		background: linear-gradient(164.17deg, #7500C0 3.95%, #390165 97.32%);
		padding: 2% 0;
		background-attachment: fixed;
		min-height: 500px;
	}
}
@media screen and (max-width: 768px) {
	.custom-html--sitecore #block-section-marquee .content-module.module {
		width: 100%;
	}
	.custom-html--sitecore .marquee-holder {
		height: 100%;
	}
}
@media screen and (max-width: 767px) and (min-width: 576px) {
	.custom-html--sitecore .marquee-holder {
		width: unset !important;
	}
}
@media screen and (max-width: 576px) {
	.custom-html--sitecore .headline {
		line-height: 6.4rem;
		font-size: 5.6rem;
	}
	.custom-html--sitecore .content-module p {
		font-size: 18px;
		line-height: 20px;
	}
	.custom-html--sitecore .content-module p.percent-header {
		font-size: 48px;
	}
	.custom-html--sitecore .purple-gradient {
		background: -o-linear-gradient(285.83deg, #7500C0 3.95%, #390165 97.32%);
		background: linear-gradient(164.17deg, #7500C0 3.95%, #390165 97.32%);
		padding: 2% 0;
		background-attachment: fixed;
		min-height: 400px;
	}
}
.custom-html--sitecore #less-ellyn, .custom-html--sitecore #less-eva, .custom-html--sitecore #less-julie {
	display: none;
}
.custom-html--sitecore #less-ellyn, .custom-html--sitecore #less-eva, .custom-html--sitecore #less-julie, .custom-html--sitecore #read-ellyn, .custom-html--sitecore #read-eva, .custom-html--sitecore #read-julie {
	cursor: pointer;
}
.custom-html--sitecore .marquee-holder {
	opacity: 0;
}
.custom-html--sitecore .headline.headline-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
	text-align: center;
	display: none;
	text-shadow: 2px 2px #000;
	padding: 0 10px;
}
.custom-html--sitecore .globe-image {
	margin-left: 20px;
}
.custom-html--sitecore .globe-video {
	position: absolute;
	left: 0;
	z-index: -1;
	top: 0;
	width: 70%;
	text-align: center;
	margin-left: 15%;
	margin-top: 3%;
}
.custom-html--sitecore .count-up-1, .custom-html--sitecore .count-up-2 {
	position: absolute;
	width: 100%;
	text-align: center;
}
.custom-html--sitecore .count-up-1 {
	top: 10%;
}
.custom-html--sitecore .count-up-2 {
	bottom: 15%;
}
.custom-html--sitecore .counter {
	width: 150px;
	margin: auto auto -10px;
	/*General*/
}
@media screen and (min-width: 768px) {
	.custom-html--sitecore .btn-contact-us .btn {
		font-size: 2.4rem;
		padding: 1.76rem 1.76rem;
	}
}
.custom-html--sitecore .btn-contact-us .behind {
	padding: 1.1em 1.1em !important;
}
@media screen and (min-width: 1450px) {
	.custom-html--sitecore .navbar-header {
		float: unset;
		position: absolute;
		top: 20%;
		left: 1%;
	}
	.custom-html--sitecore .navbar-center {
		margin-left: 7.5%;
	}
}
@media screen and (max-width: 1449px) {
	.custom-html--sitecore .navbar-header {
		float: unset;
		position: relative;
		top: 20%;
		left: 7.5%;
	}
	.custom-html--sitecore .body-content .ui-container.inIE .row, .custom-html--sitecore .content-module.inIE {
		overflow: hidden;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light.inFixed .row {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.custom-html--sitecore ul.navbar-center > li > p {
		margin-top: 2.4rem !important;
	}
	.custom-html--sitecore .marquee-headline h2 {
		text-shadow: 1px 1px #efefef;
	}
}
@media screen and (min-width: 768px) {
	.custom-html--sitecore h5.acn-label {
		position: absolute;
		top: 5%;
		right: 5%;
	}
	.custom-html--sitecore span.acn-label-left {
		font-family: "Graphik Bold", "Arial", Sans-Serif;
	}
	.custom-html--sitecore span.acn-label-right {
		font-family: "Graphik thin", "Arial", Sans-Serif;
	}
	.custom-html--sitecore .navbar-collapse {
		width: 100%;
	}
	.custom-html--sitecore .navbar-center > li {
		padding-left: 0rem;
	}
	.custom-html--sitecore .marquee-headline h2 {
		padding-top: 4.8rem;
		/* .background-video {
	   */
		/* position: relative;
	   */
		/* overflow: hidden;
	   */
		/* height: 100%;
	   */
		/* width:100%;
	   */
		/* 
	   }
	   */
	}
	.custom-html--sitecore #block-in-brief .row.row-new {
		padding-top: 8.5em;
	}
	.custom-html--sitecore a.navbar-brand {
		padding: 0.8rem 4.8rem 1.6rem 0.8rem;
	}
	.custom-html--sitecore ul.navbar-center > li > p {
		margin-right: 4rem;
		margin-top: 0.8rem;
		margin-bottom: 0.8rem;
		line-height: 2.08rem;
		/*Social Media*/
	}
	.custom-html--sitecore .share-icons-container {
		padding-top: 8%;
	}
	.custom-html--sitecore .view-more {
		display: block;
	}
	.custom-html--sitecore .view-less {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.custom-html--sitecore h5.acn-label {
		display: none;
	}
	.custom-html--sitecore .navbar-header {
		left: 0%;
	}
	.custom-html--sitecore .marquee-headline h2 {
		font-size: 3.68rem;
		line-height: 1.1em;
	}
	.custom-html--sitecore .marquee-headline h1 {
		font-size: 4.16rem;
	}
	.custom-html--sitecore .navbar-brand > img {
		display: none;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light {
		position: fixed;
		top: 0px;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light.inFixed {
		top: 0px;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light .row {
		padding: 0px;
	}
	.custom-html--sitecore .navbar-center {
		margin: 0px;
	}
	.custom-html--sitecore ul.navbar-center > li > p {
		color: #111;
		margin-top: 0.8rem !important;
	}
	.custom-html--sitecore .marqueeImg {
		display: none;
	}
	.custom-html--sitecore .parallax-vid {
		display: none;
	}
	.custom-html--sitecore .double-arrow-down {
		display: none;
	}
	.custom-html--sitecore .content-module {
		overflow: hidden;
	}
	.custom-html--sitecore #block-conclusion:before {
		height: 1400px !important;
	}
	.custom-html--sitecore .navbar-toggle {
		top: 10px;
	}
	.custom-html--sitecore a[role=button] .behind {
		display: none;
	}
	.custom-html--sitecore .vertical-bar {
		overflow: hidden;
	}
	.custom-html--sitecore .vertical-bar::before {
		background-image: unset !important;
		border-top: 380px solid #7E00FF;
		border-left: 4px solid transparent;
		border-right: 0px solid transparent;
		height: 0px !important;
		width: 8px !important;
	}
	.custom-html--sitecore .content-module p {
		font-family: "Graphik Regular", "Arial", Sans-Serif;
		font-size: 1.4rem;
		margin-bottom: 2.24rem;
	}
	.custom-html--sitecore .view-more, .custom-html--sitecore .view-less {
		display: none;
	}
	.custom-html--sitecore .view-more.isActive {
		display: block;
	}
	.custom-html--sitecore .view-less.isActive {
		display: block;
	}
	.custom-html--sitecore span.morelink-cl {
		color: #A100FF !important;
		text-decoration: none !important;
	}
	.custom-html--sitecore span.morelink-cm {
		color: #A100FF !important;
		text-decoration: none !important;
	}
	.custom-html--sitecore .download-report {
		position: relative;
		z-index: 1;
	}
}
.custom-html--sitecore .ITN-logo-768 {
	display: none !important;
}
@media (max-width: 1450px) and (min-width: 1000px) {
	.custom-html--sitecore .marquee-headline h1 {
		font-size: 7.36rem;
	}
	.custom-html--sitecore .hide-768 {
		display: none !important;
	}
	.custom-html--sitecore .ITN-logo-768 {
		display: block !important;
	}
}
@media (max-width: 1199px) and (min-width: 1000px) {
	.custom-html--sitecore nav.navbar.navbar-light.bg-light.inFixed {
		top: 10px;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light {
		top: -90px;
	}
}
.custom-html--sitecore .content-module.inIE {
	overflow: hidden;
}
.custom-html--sitecore .share-text.eyebrow-title {
	float: left;
	padding-right: 10px;
}
.custom-html--sitecore .social-likes.social-likes_visible {
	position: relative;
	float: left;
	border: 2px #004DFF solid;
	color: #004DFF;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	margin: -5px 10px 0px 10px;
	cursor: pointer;
}
.custom-html--sitecore .social-likes.social-likes_visible svg {
	height: 70%;
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.custom-html--sitecore .social-likes.social-likes_visible svg path {
	fill: #004DFF;
}
.custom-html--sitecore .social-likes.social-likes_visible.disable {
	border: 2px #cfcfcf solid;
	color: #cfcfcf;
}
.custom-html--sitecore .social-likes.social-likes_visible.disable svg path {
	fill: #cfcfcf;
}
.custom-html--sitecore .social-likes.social-likes_visible i {
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.custom-html--sitecore a[role=button] .behind {
	background-image: -o-radial-gradient(#dddddd 20%, transparent 20%), -o-radial-gradient(#cccccc 20%, transparent 20%);
	background-image: radial-gradient(#dddddd 20%, transparent 20%), radial-gradient(#cccccc 20%, transparent 20%);
	background-color: transparent;
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
}
.custom-html--sitecore .tv-quickaccess {
	right: 15px;
}
.custom-html--sitecore .tv-quickaccess__item {
	background-color: rgba(0, 0, 0, 0.8);
}
.custom-html--sitecore .tv-quickaccess:after {
	background-image: -o-radial-gradient(#dddddd 20%, transparent 20%), -o-radial-gradient(#cccccc 20%, transparent 20%);
	background-image: radial-gradient(#dddddd 20%, transparent 20%), radial-gradient(#cccccc 20%, transparent 20%);
	background-color: transparent;
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
	content: '';
	position: absolute;
	right: -15px;
	top: 15px;
	width: 100%;
	height: 490%;
	-webkit-transition: height 0.6s ease;
	-o-transition: height 0.6s ease;
	transition: height 0.6s ease;
	z-index: -1;
}
.custom-html--sitecore .tv-quickaccess.reduceShadow:after {
	height: 100%;
}
.custom-html--sitecore .tv-quickaccess__item.full-report.shide, .custom-html--sitecore .tv-quickaccess__item.short-report.shide, .custom-html--sitecore .tv-quickaccess__item.slide-share.shide, .custom-html--sitecore .tv-quickaccess__item.slide-info.shide {
	opacity: 0;
}
.custom-html--sitecore .two-colum-value div {
	position: relative;
	z-index: 2;
}
.custom-html--sitecore .two-colum-value:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 90%;
	background: #efefef;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	top: -5%;
	left: 5%;
	opacity: 0.8;
	z-index: 1;
}
.custom-html--sitecore .two-colum-value.background-adjust:before {
	top: 15%;
}
.custom-html--sitecore .two-colum-value:after {
	content: '';
	position: absolute;
	position: absolute;
	width: 55%;
	height: 84%;
	background-image: -o-radial-gradient(#dddddd 20%, transparent 20%), -o-radial-gradient(#cccccc 20%, transparent 20%);
	background-image: radial-gradient(#dddddd 20%, transparent 20%), radial-gradient(#cccccc 20%, transparent 20%);
	background-color: transparent;
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
	-webkit-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	top: 0%;
	left: 40%;
	z-index: 0;
}
.custom-html--sitecore .two-colum-value.background-adjust:after {
	top: 20%;
	/* .two-colum-value.isActive:before {
	 */
	/* animation-delay: 1s;
	 */
	/* animation: shake-horizontal 1s linear;
	 */
	/* top: -5%;
	 */
	/* left: 5%;
	 */
	/* 
	 }
	 */
	/* .two-colum-value.isActive:after{
	 */
	/* animation-delay: 2s;
	 */
	/* animation: animate 2.5s linear;
	 */
	/* transform: rotate(2deg);
	 */
	/* left: 40%;
	 */
	/* 
	 }
	 */
}
.custom-html--sitecore .card-content, .custom-html--sitecore .card-content-slidehsare {
	position: relative;
	background: #fff;
	z-index: 1;
}
.custom-html--sitecore .card-holder:before {
	content: '';
	position: absolute;
	width: 85%;
	height: 80%;
	top: 15%;
	z-index: 0;
	left: 15%;
	background-image: -o-radial-gradient(#dddddd 20%, transparent 20%), -o-radial-gradient(#cccccc 20%, transparent 20%);
	background-image: radial-gradient(#dddddd 20%, transparent 20%), radial-gradient(#cccccc 20%, transparent 20%);
	background-color: transparent;
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
}
.custom-html--sitecore #block-conclusion:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 800px;
	left: 0;
	z-index: 0;
	background-image: -o-radial-gradient(#efefef 10%, transparent 20%), -o-radial-gradient(#dddddd 10%, transparent 20%);
	background-image: radial-gradient(#efefef 10%, transparent 20%), radial-gradient(#dddddd 10%, transparent 20%);
	background-color: transparent;
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
}
.custom-html--sitecore #block-conclusion.inSafari:before {
	opacity: 0.4;
}
.custom-html--sitecore .parallax-vid-container {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	width: 100%;
}
.custom-html--sitecore .parallax-vid-container video {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-size: cover;
	bottom: 50%;
	-webkit-transform: translateY(65%);
	-ms-transform: translateY(65%);
	transform: translateY(65%);
	height: auto;
	min-width: 100%;
	-webkit-perspective: 1000;
	perspective: 1000;
	position: fixed;
	right: 0;
	width: auto;
	z-index: -2;
}
.custom-html--sitecore .parallax-vid-container.inIE video {
	-webkit-transform: translate(0%);
	-ms-transform: translate(0%);
	transform: translate(0%);
	position: absolute;
	top: 0px;
	bottom: auto;
	width: 100%;
}
.custom-html--sitecore .parallax-vid-container video#submarquee1.isActive {
	z-index: -1;
}
.custom-html--sitecore .parallax-vid-container video#submarquee2.isActive {
	z-index: -1;
}
.custom-html--sitecore .parallax-vid-container video#submarquee3.isActive {
	z-index: -1;
}
.custom-html--sitecore .parallax-vid-container video#submarquee4.isActive {
	z-index: -1;
}
.custom-html--sitecore .parallax-vid-container video#submarquee5.isActive {
	z-index: -1;
}
.custom-html--sitecore .parallax-vid-container video#submarquee6.isActive {
	z-index: -1;
}
.custom-html--sitecore .parallax-vid-container video#submarquee7.isActive {
	z-index: -1;
}
.custom-html--sitecore #block-in-brief, .custom-html--sitecore #block-section-many-faces-of-growth, .custom-html--sitecore #block-money-changers-content, .custom-html--sitecore #block-walking-barcodes-content, .custom-html--sitecore #block-liquid-people-content, .custom-html--sitecore #block-section-digital-doubles, .custom-html--sitecore #block-designing-intelligence-content, .custom-html--sitecore #block-life-centered-design-content, .custom-html--sitecore #block-get-the-essentials, .custom-html--sitecore #block-conclusion {
	background: #fff;
}
.custom-html--sitecore .vid-container {
	z-index: 1 !important;
}
.custom-html--sitecore .submarquee {
	margin-bottom: 0px !important;
}
.custom-html--sitecore .content-module {
	margin-bottom: 0rem;
}
.custom-html--sitecore p.moveTo {
	cursor: pointer;
}
.custom-html--sitecore p.moveTo.isActive {
	color: #A100FF !important;
	/*On View Dotted background*/
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) translate3d(0, 0, 0);
		transform: rotate(0deg) translate3d(0, 0, 0);
	}
	25% {
		-webkit-transform: rotate(2deg) translate3d(0, 0, 0);
		transform: rotate(2deg) translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: rotate(-1deg) translate3d(0, 0, 0);
		transform: rotate(-1deg) translate3d(0, 0, 0);
	}
	75% {
		-webkit-transform: rotate(1deg) translate3d(0, 0, 0);
		transform: rotate(1deg) translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: rotate(2deg) translate3d(0, 0, 0);
		transform: rotate(2deg) translate3d(0, 0, 0);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) translate3d(0, 0, 0);
		transform: rotate(0deg) translate3d(0, 0, 0);
	}
	25% {
		-webkit-transform: rotate(2deg) translate3d(0, 0, 0);
		transform: rotate(2deg) translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: rotate(-1deg) translate3d(0, 0, 0);
		transform: rotate(-1deg) translate3d(0, 0, 0);
	}
	75% {
		-webkit-transform: rotate(1deg) translate3d(0, 0, 0);
		transform: rotate(1deg) translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: rotate(2deg) translate3d(0, 0, 0);
		transform: rotate(2deg) translate3d(0, 0, 0);
	}
}
@-webkit-keyframes wobble-hor-bottom {
	0%, 100% {
		-webkit-transform: translateX(0%) rotate(-2deg);
		transform: translateX(0%) rotate(-2deg);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	15% {
		-webkit-transform: translateX(-30px) rotate(-6deg);
		transform: translateX(-30px) rotate(-6deg);
	}
	30% {
		-webkit-transform: translateX(15px) rotate(6deg);
		transform: translateX(15px) rotate(6deg);
	}
	45% {
		-webkit-transform: translateX(-15px) rotate(-3.6deg);
		transform: translateX(-15px) rotate(-3.6deg);
	}
	60% {
		-webkit-transform: translateX(9px) rotate(2.4deg);
		transform: translateX(9px) rotate(2.4deg);
	}
	75% {
		-webkit-transform: translateX(-6px) rotate(-1.2deg);
		transform: translateX(-6px) rotate(-1.2deg);
	}
}
@keyframes wobble-hor-bottom {
	0%, 100% {
		-webkit-transform: translateX(0%) rotate(-2deg);
		transform: translateX(0%) rotate(-2deg);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	15% {
		-webkit-transform: translateX(-30px) rotate(-6deg);
		transform: translateX(-30px) rotate(-6deg);
	}
	30% {
		-webkit-transform: translateX(15px) rotate(6deg);
		transform: translateX(15px) rotate(6deg);
	}
	45% {
		-webkit-transform: translateX(-15px) rotate(-3.6deg);
		transform: translateX(-15px) rotate(-3.6deg);
	}
	60% {
		-webkit-transform: translateX(9px) rotate(2.4deg);
		transform: translateX(9px) rotate(2.4deg);
	}
	75% {
		-webkit-transform: translateX(-6px) rotate(-1.2deg);
		transform: translateX(-6px) rotate(-1.2deg);
	}
}
@-webkit-keyframes shake-horizontal {
	0%, 100% {
		-webkit-transform: translateX(0) rotate(-2deg);
		transform: translateX(0) rotate(-2deg);
	}
	10%, 30%, 50%, 70% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%, 40%, 60% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	80% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	90% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
	}
}
@keyframes shake-horizontal {
	0%, 100% {
		-webkit-transform: translateX(0) rotate(2deg);
		transform: translateX(0) rotate(2deg);
	}
	10%, 30%, 50%, 70% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	20%, 40%, 60% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	80% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	90% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
	}
}
@-webkit-keyframes animate {
	0% {
		background-position: 0 0;
		-webkit-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}
	10% {
		background-position: 5px 0;
	}
	20% {
		background-position: -5px 0;
	}
	30% {
		background-position: 15px 0;
	}
	40% {
		background-position: -5px 0;
	}
	50% {
		background-position: -25px 0;
	}
	60% {
		background-position: -50px 0;
	}
	70% {
		background-position: 0 -20px;
	}
	80% {
		background-position: -60px -20px;
	}
	81% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 0;
		-webkit-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}
@keyframes animate {
	0% {
		background-position: 0 0;
		-webkit-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}
	10% {
		background-position: 5px 0;
	}
	20% {
		background-position: -5px 0;
	}
	30% {
		background-position: 15px 0;
	}
	40% {
		background-position: -5px 0;
	}
	50% {
		background-position: -25px 0;
	}
	60% {
		background-position: -50px 0;
	}
	70% {
		background-position: 0 -20px;
	}
	80% {
		background-position: -60px -20px;
	}
	81% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 0;
		-webkit-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}
  
