html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

html {
	overflow-x: hidden;
}

p {
	line-height: 27px;
}

body {
	background-color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	color: #525f7f;
	font-size: 17px;
	position: relative;
}

a {
	text-decoration: none;
}

.container {
	padding: 0 100px;
	overflow-y: visible;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

#bg {
	flex: 0 0 60%;
	position: relative;
	float: right;
	overflow: visible;
}

#bg_bg {
	display: inline-block;
	position: absolute;
	z-index: -2;
	right: 0;
	top: -230px;
	width: 90%;
}

#girl {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

#man_coffee {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

#man_pencil {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}


#girl_back,
#man_girl,
#man_left,
#man_right,
#papers {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

#bg_affiliates_clouds {
	z-index: 0;
	display: inline-block;
	position: relative;
	width: 100%;
	top: 0;
	overflow: visible;
	margin-top: -20%;
}

.header-row {
	display: flex;
	justify-content: space-between;
}

#header {
	margin-top: 8%;
	text-align: left;
	animation: EasefromTop 1s forwards 0s ease;
}

@keyframes EasefromTop {
	0% {
		transform: translateY(-30%);
		opacity: 0;
	}
	100% {
		transform: rotate(xx) translateY(0);
		opacity: 1;
	}
}

#header span,
#header-aff span {
	font-size: 17px;
	color: #525f7f;
	font-weight: 400;
	float: left;
	line-height: 27px;
}

#header-aff span {
	width: 100%;
}

h1 {
	font-family: 'Source Sans Pro', serif;
	font-size: 40px;
	font-weight: 900;
	text-align: left;
	color: #393939;
	line-height: 45px;
	margin: 15px 0px;
}

#header-aff {
	width: 100%;
	margin-top: 60px;
	text-align: center;
	position: relative;
	z-index: 2;
}

#header-aff .button {
	float: none;
}

#header-aff h1 {
	font-family: 'Source Sans Pro', serif;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 6px;
}

header {
	display: inline-block;
	width: 100%;
	top: 20px;
	position: relative;
	z-index: 3;
}

#logo {
	float: left;
}

#logo {
	height: 31.92px;
	overflow: visible;
}

.logo {
	width: 100px;
}

#logo_white {
	width: 100px;
	visibility: hidden;
	opacity: 0;
	float: left;
	position: absolute;
	/*top: 28px;
	left: 108px;*/
}

#logo_white.open {
	visibility: visible;
	opacity: 1;
	width: 100px;
	z-index: 999;
}

.hidden {
	visibility: hidden;
	opacity: 0;
}

button {
	font-family: 'Source Sans Pro', sans-serif;
}

.text-left {
	text-align: left;
}

ol.olli, li.olli {
	margin-bottom: 15px;
}

.button {
	border: none;
	color: white;
	padding: 15px 58px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	background-color: #00E4AF;
	border-radius: 12px;
	margin-top: 30px;
	float: left;
	box-shadow: 0px 15px 20px -10px rgba(2, 228, 175, 0.70);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	width: fit-content;
}

.button:hover {
	background-color: #33e9bf;
	box-shadow: 0px 10px 20px rgba(46, 229, 157, 0.4);
	color: #fff;
	transform: translateY(-3px);
	cursor: pointer;
}


.blue {
	background-color: #04BDFD;
	box-shadow: 0px 15px 20px -10px rgba(4, 189, 253, 0.70);
}


.blue:hover {
	background-color: #34caff;
	box-shadow: 0px 10px 20px rgba(48, 197, 248, 0.4);
}

.dark-blue {
	background-color: #4480EB;
	box-shadow: 0px 15px 20px -10px rgba(68, 128, 235, 0.60);
}


.dark-blue:hover {
	background-color: #598ff0;
	box-shadow: 0px 10px 20px rgba(104, 154, 242, 0.4);
}

.grey {
	background-color: #525f7f;
	box-shadow: 0px 15px 20px -10px rgba(82, 95, 127, 0.4);
}


.grey:hover {
	background-color: #6a7591;
	box-shadow: 0px 10px 20px rgba(143, 146, 154, 0.3);
}


#head_bg {
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
}

#head_bg img {
	width: 100%;
	min-width: 1000px;
}

#how_help {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#how_help h2 {
	margin: 0 0 50px 0;
}

h2 {
	font-family: 'Source Sans Pro', serif;
	color: #393939;
	font-size: 35px;
	font-weight: 700;
	line-height: 37px;
	margin: 10px 0;
}

.overlay {
	position: fixed;
	top: 0;
	z-index: 99;
	display: none;
	overflow: auto;
	width: 100%;
	height: 100%;
	background: #333;
}



.hamburger {
	padding: 10px 0;
	display: block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	position: absolute;
	right: 0;
	text-decoration: none;
	z-index: 999;
	outline: none;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger-box {
	width: 30px;
	height: 20px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -8px;
}

.hamburger-inner::after {
	bottom: -8px;
}

.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}



.overlay {
	position: fixed;
	background-color: #369ef1;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	display: inline-block;
}

.open {
	opacity: .95;
	visibility: visible;
	height: 100%;


	@keyframes fadeInRight {
		0% {
			opacity: 0;
			left: 20%;
		}
		100% {
			opacity: 1;
			left: 0;
		}
	}
}

.overlay.open li {
	-webkit-animation: fadeInRight .5s ease forwards;
	animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}

.overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: .55s;
	animation-delay: .55s;
}

.overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: .65s;
	animation-delay: .65s;
}

.overlay nav {
	position: relative;
	height: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 40px;
	font-family: 'Source Sans Pro', serif;
	font-weight: 600;
	text-align: center;
	z-index: 50;
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
}

.overlay ul li {
	display: block;
	height: 25%;
	height: calc(100% / 4);
	min-height: 50px;
	position: relative;
	opacity: 1;
}

.overlay ul li a {
	display: block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
	width: 100%;
}

.overlay ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 3px;
	background: #FFF;
	transition: .35s;
}

.btn-pulse,
.fake-btn-pulse {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.btn-pulse .btn-pulse-circle-1,
.fake-btn-pulse .btn-pulse-circle-1 {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: btn-pulse-circle-1 2.1s infinite linear;
	-o-animation: btn-pulse-circle-1 2.1s infinite linear;
	animation: btn-pulse-circle-1 2.1s infinite linear;
}

.btn-pulse .btn-pulse-circle-2,
.fake-btn-pulse .btn-pulse-circle-2 {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.4;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: btn-pulse-circle-2 2.1s infinite linear;
	-o-animation: btn-pulse-circle-2 2.1s infinite linear;
	animation: btn-pulse-circle-2 2.1s infinite linear;
}

.btn-pulse .btn-pulse-circle-3,
.fake-btn-pulse .btn-pulse-circle-3 {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: btn-pulse-circle-3 2.1s infinite linear;
	-o-animation: btn-pulse-circle-3 2.1s infinite linear;
	animation: btn-pulse-circle-3 2.1s infinite linear;
}

@-webkit-keyframes btn-pulse-circle-3 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	33.33% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-o-keyframes btn-pulse-circle-3 {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	33.33% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes btn-pulse-circle-3 {
	0% {
		-webkit-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	33.33% {
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes btn-pulse-circle-2 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	30.33% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 1;
	}
	60.66% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-o-keyframes btn-pulse-circle-2 {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	30.33% {
		-o-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 1;
	}
	60.66% {
		-o-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes btn-pulse-circle-2 {
	0% {
		-webkit-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	30.33% {
		-webkit-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 1;
	}
	60.66% {
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes btn-pulse-circle-1 {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	30.33% {
		-webkit-transform: scale(0.428);
		transform: scale(0.428);
		opacity: 1;
	}
	56.66% {
		-webkit-transform: scale(0.714);
		transform: scale(0.714);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-o-keyframes btn-pulse-circle-1 {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	30.33% {
		-o-transform: scale(0.428);
		transform: scale(0.428);
		opacity: 1;
	}
	56.66% {
		-o-transform: scale(0.714);
		transform: scale(0.714);
	}
	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes btn-pulse-circle-1 {
	0% {
		-webkit-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	30.33% {
		-webkit-transform: scale(0.428);
		-o-transform: scale(0.428);
		transform: scale(0.428);
		opacity: 1;
	}
	56.66% {
		-webkit-transform: scale(0.714);
		-o-transform: scale(0.714);
		transform: scale(0.714);
	}
	100% {
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.btn-pulse-1 [class*="btn-pulse-circle"] {
	background: #00E4AF;
}

.btn-pulse-2 [class*="btn-pulse-circle"] {
	background: #04BDFD;
	animation-delay: 0.4s;
}

.btn-pulse-3 [class*="btn-pulse-circle"] {
	background: #fff;
}

.dark .hamburger-box .hamburger-inner,
.dark .hamburger-box .hamburger-inner::before,
.dark .hamburger-box .hamburger-inner::after {
	background-color: #393939;
}

.is-active .hamburger-box .hamburger-inner,
.is-active .hamburger-box .hamburger-inner::before,
.is-active .hamburger-box .hamburger-inner::after {
	background-color: #fff;
	transition-duration: 0.22s;
}

.what_we_do {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.float {
	background: #fff;
	width: 28%;
	height: auto;
	padding: 20px 20px 25px 20px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	-moz-box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	border-radius: 15px;
	transition: box-shadow 0.5s;
}

.float:hover {
	box-shadow: 0px 10px 60px 0px rgba(201, 216, 226, 0.73);
	-webkit-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}

.icon {
	width: 100%;
}

.icon-svg {
	width: 92px;
	height: 92px;
}

h3 {
	font-size: 25px;
	color: #393939;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.explainer span {
	font-size: 17px;
	color: #525f7f;
	line-height: 27px;
	float: left;
}

.explainer {
	padding: 0 20px;
}

.link {
	text-decoration: none;
	float: left;
	margin-top: 10px;
}

.link span {
	color: #04BDFD;
	font-size: 16px;
}

.link img {
	width: 11px;
	padding-left: 5px;
	padding-top: 10px;
	transition: transform 300ms;
}

.link:hover img {
	transform-style: preserve-3d;
	transition: transform 300ms;
	transform: translateX(8px) translateY(0px) translateZ(0px);
}

.toolkit {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.toolkit-img {
	width: 460px;
	position: relative;
}

.toolkit-bg {
	z-index: -1;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	animation: scaling 7s infinite 0s ease;
}

@keyframes scaling {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1);
	}
}

.right {
	float: right;
}

.left {
	float: left;
}

.text span {
	font-size: 17px;
	line-height: 27px;
	display: inline-block;
}

.toolkit .text {
	flex: 0 0 45%;
	align-self: center;
	position: relative;
}

.search-monetization {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
	position: relative;
}

.search-teaser {
	position: relative;
	flex: 0 0 50%;
	overflow: visible;
}

.search-monetization .text {
	flex: 0 0 40%;
	align-self: center;
}

.coin_clear {
	position: absolute;
	width: 12%;
	top: 32%;
	left: 35%;
	animation: rotating 27s infinite 0s linear;
}

.search-box {
	width: 100%;
}

.coin_blurred {
	position: absolute;
	width: 24%;
	right: 25%;
	top: 45%;
	animation: rotating 27s infinite 0s linear;
}

@keyframes rotating {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.search-teaser-bg {
	z-index: -1;
	width: 550px;
	position: absolute;
	right: -280px;
	top: -165px;
	opacity: 0.6;
}

.zigzag {
	width: 150px;
	position: absolute;
	bottom: -100px;
	left: 100px;
	transition: transform 300ms linear;
}

img.zigzag:hover {
    transform: rotate(-20deg);
    transition: transform 300ms linear;
}

.chatbot {
	display: flex;
	justify-content: flex-start;
	margin: 50px 0 0 0;
	position: relative;
	padding-bottom: 100px;
}

.chatbot .text {
	flex: 0 0 45%;
	align-self: center;
	position: relative;
}

.chatboxes {
	position: relative;
	flex: 0 0 40%;
	margin-left: 10%;
	max-width: 490px;
}

.chatbox {
	width: 70%;
	height: auto;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	-moz-box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	border-radius: 15px;
	transition: box-shadow 0.5s;
	margin: 8px 0;
	font-weight: 600;
	font-size: 16px;
}

.chatbox:hover {
	box-shadow: 0px 10px 60px 0px rgba(201, 216, 226, 0.73);
	-webkit-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}

.white {
	background: #fff;
}

.green {
	background: #00E4AF;
	color: #fff;
}

.social-icons {
	width: 90%;
}

.chatbot-bg {
	position: absolute;
	z-index: -1;
	width: 220px;
	right: -155px;
	top: 170px;
}

.chatbox img {
	height: 18px;
	position: absolute;
	margin-left: 5px;
}

footer {
	display: block;
	width: 100%;
	border-top: 1px solid #eaeaea;
}

.footer-wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding: 100px 0;
}

/*.footer-logo {
	flex: 2 1 auto;
}

.footer-logo img {
	width: 100px;
	margin-top: 15px;
}*/
.footer-logo {
	flex: 1 1 auto;
}

.footer-logo img {
	width: 250px;
	margin-top: 15px;
}

.footer-block {
	flex: 1 1 auto;
}

.footer-header {
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	line-height: 45px;
}

.footer-list {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

.list-item a {
	color: #525f7f;
	transition: color 300ms linear;
}

.list-item a:hover {
	color: #4480EB;
	transition: color 300ms linear;
}

.top-talents {
	padding: 0 0 190px 0;
	display: flex;
	justify-content: space-between;
}

.top-talents .text {
	flex: 0 0 45%;
	align-self: center;
	position: relative;
}

.top-talents-img {

	align-items: center;
	justify-content: center;
}

.top-talents-img img {
	width: 100%;
}

.in-touch {
	display: flex;
	padding: 100px 0;
	background: #00E4AF;
	color: #525f7f;
	background-image: url(images/abstract.svg);
	background-repeat: no-repeat;
	background-size: contain, cover;
	background-position: center;
}

.in-touch .form {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: space-between;
	padding-top: 20px;
}

.form .form-part {
	flex: 0 48%;
}

.form-part-message {
	flex: 0 0 100%;
	display: flex;
	flex-direction: column;
}

.form input,
select,
textarea {
	height: auto;
	padding: 14px 20px;
	box-shadow: none;
	text-decoration: none;
	border: 1px solid #dedede;
	border-radius: 12px;
	margin: 8px 0;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	color: #525f7f;
	font-size: 17px;
	outline: none;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
}

.form select {
	appearance: listbox;
}

.form label {
	display: block;
	margin-top: 20px;
	font-size: 15px;
}

.in-touch-float {
	text-align: center;
	width: 65%;
	background: #fff;
	padding: 50px;
	margin-top: -250px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	-moz-box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
}

.in-touch-float .form {
	text-align: left;
}

.form-part-message button {
	float: none;
	flex: 1;
	width: fit-content;
	align-self: center;
}

.aff-header-wrap {
	z-index: 50;
	display: inline-block;
	position: relative;
	width: 100%;
	top: 0;
	overflow: visible;
	background: rgba(202, 227, 244, 1);
	background: -moz-linear-gradient(top, rgba(202, 227, 244, 1) 0%, rgba(202, 227, 244, 1) 36%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(202, 227, 244, 1)), color-stop(36%, rgba(202, 227, 244, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(202, 227, 244, 1) 0%, rgba(202, 227, 244, 1) 36%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(202, 227, 244, 1) 0%, rgba(202, 227, 244, 1) 36%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(202, 227, 244, 1) 0%, rgba(202, 227, 244, 1) 36%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(202, 227, 244, 1) 0%, rgba(202, 227, 244, 1) 36%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae3f4', endColorstr='#ffffff', GradientType=0);
}

#conveyor_dog,
#conveyor_man_and_girl,
#conveyor_man_with_coffee {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

#conveyor_man_with_coffee {
	z-index: 0;
}

#conveyor {
	z-index: 0;
	display: inline-block;
	position: relative;
	width: 100%;
	top: 0;
	overflow: visible;
	margin-top: -20%;
}


.advertising {
	display: flex;
	padding: 90px 0 0 0;
	justify-content: space-between;
}

.advertising .text {
	flex: 0 0 45%;
	align-self: center;
	position: relative;
}

.advertising-teaser {
	flex: 0 45%;
}

.advertising-teaser img {
	width: 100%;
}

.promo-full {
	display: flex;
	width: 100%;
	background: #249ff4;
	color: #fff;
	text-align: center;
	justify-content: center;
	margin-top: 120px;
	background-image: url(images/abstract-2.svg);
	background-repeat: no-repeat;
	background-size: contain, cover;
	background-position: center;
}

.promo-full .button {
	box-shadow: none;
	width: fit-content;
	align-self: center;
}

.promo-full .text {
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	flex: 0 0 50%;
	justify-content: center;
}

.promo-full h2 {
	color: #fff;
}

.header-scroll {
	height: 70px;
	position: fixed;
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	-webkit-transition: transform 300ms ease;
	-moz-transition: transform 300ms ease;
	-ms-transition: transform 300ms ease;
	-o-transition: transform 300ms ease;
	transition: transform 300ms ease;
	background: #fff;
	top: 0;
	z-index: 5;
}

.header-scroll-show {
	display: flex;
	transform: translateY(0);
	-webkit-transform: -webkit-translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transition: transform 300ms ease;
	-webkit-transition: -webkit-transform 300ms ease;
	-moz-transition: transform 300ms ease;
	-ms-transition: transform 300ms ease;
	-o-transition: transform 300ms ease;
}

.self-center {
	align-self: center;
}

.header-scroll .logo {
	width: 80px;
}

.hidden {
	display: none;
}

.navigation-scroll {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

.navigation-scroll a {
	color: #525f7f;
	transition: color 300ms linear;
}

.navigation-scroll li {
	padding: 0 20px;
}

.navigation-scroll a:hover {
	color: #4480EB;
	transition: color 300ms linear;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.split-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contact-container {
	margin-top: 35px;
}

.split-item {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	padding: 0;
}

.split-right {
	-webkit-box-ordinal-group: 0;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	background: #fff;
}

.split-left {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	background: #ccc;
	background: #fff;
}

.contact-us-img {
	width: 70%;
}

.light-blue-bg {
	background: #e9f7f8;
}

.split-item .form {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: space-between;
	padding-top: 20px;
}

.split-item .in-touch-float {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.contact-details {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	padding: 100px 0;
}

.contact-details-block {
	flex: 1 1 auto;
}

.contact-details-header {
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	line-height: 45px;
}

.linkedin-img:hover img {
	opacity: 0.7;
	transition: opacity 300ms linear;
}

.linkedin-img img {
	transition: opacity 300ms linear;
}

#situations-bg {
	z-index: 0;
	display: inline-block;
	position: relative;
	width: 100%;
	top: -70px;
	overflow: visible;
}

.about-header {
	display: flex;
	flex-direction: row;
	padding-bottom: 20px;
}

.about-header .text {
	justify-content: center;
	align-items: left;
	flex: 1;
	order: 1;
	display: flex;
	flex-direction: column;
}

.about-header .text .button {
	margin-top: 15px;
}

.about-header .about-bg {
	flex: 1;
	order: 1;
}

.about-bg img {
	width: 100%;
}

#search-bg {
	z-index: 0;
	display: flex;
	position: relative;
	width: 100%;
	margin-top: 40px;
	overflow: visible;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}

#search-bg img {
	width: 70%;
}

.section {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 30px 0;
	position: relative;
}

.promo-full-white {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	text-align: center;
	justify-content: center;
	margin-top: 50px;
		-webkit-box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	-moz-box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	padding: 50px 0;
}

.section-text {
	flex: 2;
	position: relative;
	align-self: center;
}

.section-img {
	flex: 3;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.user-value {
	width: 85%;
}

.mt50 {
	margin-top: 50px;
}

.mt0 {
	margin-top: 0;
}

.p0 {
	padding: 0;
}

.targeting-img {
	justify-content: center;
}

.targeting-img img {
	width: 80%;
}

.section-text span:empty:before {
  content: "\200b";
}

.anti-bots {
	justify-content: flex-start;
}

.anti-bots img {
	width: 80%;
}

.search-bg-bg {
	background-image: url(images/search-bg-bg.svg);
	background-repeat: no-repeat;
	background-size: contain, cover;
	background-position: center;
}
.install_steps {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.install_step {
	flex: 1;
	padding: 0 25px;
}

.advantage {
	float: left;
	margin-top: 5px;
}

.advantage span {
	color: #249ff4;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.advantage img {
	height: 22px;
	padding-right: 10px;
}

.worldwide {
	display: flex;
	flex-direction: row;
	position: relative;
	align-items: center;
	background: rgba(0,228,175,1);
	background: -moz-linear-gradient(-45deg, rgba(0,228,175,1) 0%, rgba(0,204,164,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,228,175,1)), color-stop(100%, rgba(0,204,164,1)));
	background: -webkit-linear-gradient(-45deg, rgba(0,228,175,1) 0%, rgba(0,204,164,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(0,228,175,1) 0%, rgba(0,204,164,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(0,228,175,1) 0%, rgba(0,204,164,1) 100%);
	background: linear-gradient(135deg, rgba(0,228,175,1) 0%, rgba(0,204,164,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e4af', endColorstr='#00cca4', GradientType=1 );
	margin: 100px 0;
	padding-top: 50px;
	padding-bottom: 50px;
}

.map-animation {
	flex: 1;
	padding: 0 30px;
}

circle {
  fill: rgba(255, 255, 255, 0.35);
}

.pulse,
.pulse2,
.pulse3,
.pulse4,
.pulse5,
.pulse6,
.pulse7,
.pulse8
{
  fill: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	opacity: 1;
}


.worldwide .text {
	flex: 1;
}

.worldwide h2, .worldwide p {
	color: #fff;
}

.payouts {
	position: absolute;
	left: 150px;
	bottom: -100px;
	width: 15%;
	padding: 35px;
}

.payouts p {
	color: #525f7f;
	line-height: 10px;
}

.payouts h3 {
	margin: 0 0 20px 0;
}

.safety-tiles {
	justify-content: center;
}

.safety-tiles img {
	width: 80%;
}

.win-win img {
	width: 60%;
}

.win-win {
	display: flex;
	align-items: center;
	justify-content: center;
}

.live-analytics img {
	width: 550px;
	float: left;
}

.live-analytics {
	width: 700px;
	position: relative;
}

.analytics {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.pulse-downloads {
	position: absolute;
	right: 194px;
	top: 24px;
}

.pulse-installations {
	position: absolute;
	right: 177px;
	top: 112px;
}

#live-analytics-revenue {
	position: absolute;
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	right: 253px;
	top: 284px;
}

.disclaimer-revenue {
	position: absolute;
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	right: 327px;
	top: 284px;
}

.disclaimer-revenue-2 {
	position: absolute;
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	right: 218px;
	top: 284px;
}

#live-analytics-downloads {
	position: absolute;
	font-size: 25px;
	font-weight: 600;
	color: #212121;
	left: 510px;
	top: 39px;
	line-height: 16px;
}

#live-analytics-installations {
	position: absolute;
	font-size: 25px;
	font-weight: 600;
	color: #212121;
	left: 530px;
	top: 124px;
	line-height: 16px;
}

.disclaimer-downloads {
	color: #606060;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	right: 105px;
	top: 35px;
}

.disclaimer-installations {
	color: #606060;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	right: 74px;
	top: 120px;
}

.numbers {
	display: flex;
	flex-direction: row;
	margin: 10px 0;
	justify-content: space-between;
}

.numbers h3 {
	margin: 0;
}

.number-say {
	flex: 1;
}

.section-text .link {
	margin-top: 0;
}

.promo-full-white .button {
	float: none;
	margin: 20px auto 0 auto;
}

.list {
	padding: 0 0 0 20px;
	margin: 0;
}

.list-li {
	background: url(images/checkmark.svg) no-repeat center left;
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	background-size: 17px 13px;
}

.search_step {
	flex: 1;
	padding: 35px;
  margin: 25px;
}

.search-steps-bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.direct_feed {
	justify-content: center;
}

.direct_feed img {
	width: 70%;
}

.reasons .list {
	text-align: left;
	margin: 20px auto;
}

.landing_pages {
	justify-content: center;
}

.landing_pages img {
	width: 80%;

}.distribute {
	justify-content: center;
}

.distribute img {
	width: 60%;
}

.text-center {
	text-align: center;
}

.center-short {
	display: flex;
	width: 50%;
	flex-direction: column;
	margin: 50px auto;
	text-align: center;
}

.text-block {
	flex-wrap: wrap;
	width: 45%;
}

.m0a {
	margin: 0 auto;
}

.positions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.position {
	background: #fff;
	flex: 1;
	height: auto;
	padding: 35px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	-moz-box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	box-shadow: 0px 0px 50px 0px rgba(201, 216, 226, 0.5);
	border-radius: 15px;
	transition: box-shadow 0.5s;
	margin: 20px;
}

.position:hover {
	box-shadow: 0px 10px 60px 0px rgba(201, 216, 226, 0.73);
	-webkit-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}

.position h3 {
	font-size: 24px;
	padding: 0;
	margin: 0;
}

.position a {
	margin-top: 15px;
	float: left;
	clear: left;
}

.job-tag {
	padding: 4px 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 14px;
	width: fit-content;
	margin: 5px;
	float: left;
}

.job-disclaimer {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.in-touch-float.w90 {
	width: 90%;
}

.w90 {
	width: 90%;
}

.form-part.login-center {
	flex: 0 90%;
	justify-content: center;
}

.form.jcc {
	justify-content: center;
}

.mb50 {
	margin-bottom: 50px;
}

.login-links {
	margin-top: 28px;
}

.login-links .button {
	margin: 0;
}

.login-links .link {
	margin: 0;
}







@media screen and (max-width: 1024px) {
  .container {
		padding: 0 20px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 22px;
	}

	.section.fdcr {
		flex-direction: column-reverse;
	}

	.header-scroll {
		display: none;
	}

	.header-scroll-show {
		display: none;
	}

	.hamburger-box .hamburger-inner,
	.hamburger-box .hamburger-inner::before,
	.hamburger-box .hamburger-inner::after {
		background-color: #393939;
}

	.navigation-scroll {
		display: none;
	}

	#head_bg {
		display: none;
	}

	.header-row {
		flex-direction: column;
	}
	#header {
		justify-content: center;
    flex-direction: column;
    display: flex;
	}

	#header .button {
		align-self: center;
		margin-bottom: 30px;
	}

	.what_we_do {
		flex-direction: column;
	}

	.float {
		width: 100%;
		flex: 1;
		box-sizing: border-box;
		margin-bottom: 20px;
	}

	.zigzag {
		display: none;
	}

	.toolkit {
		flex-direction: column-reverse;
	}

	.toolkit-img {
		margin: 0 auto;
		width: 90%;
	}

	.search-monetization {
		flex-direction: column;
	}

	.promo-full .text {
		flex: 0 0 90%;
	}

	.advertising {
		flex-direction: column-reverse;
	}

	.advertising-teaser {
		margin-top: 70px;
	}

	.top-talents {
		flex-direction: column;
	}

	.in-touch .form {
		flex-direction: column;
	}

	.in-touch-float {
		width: 90%;
		padding: 50px;
	}

	.footer-wrap {
		flex-direction: column;
		align-items: center;
	}

	.footer-block {
		justify-content: center;
		margin: 20px 0;
		width: 40%;
		text-align: left;
	}

	#advertise-bg {
		top: 0;
	}

	.section {
		flex-direction: column;
	}

	.section-img {
		justify-content: center;
		width: 100%;
	}

	.section-img img {
		width: 100%;
	}

	.numbers {
		flex-direction: column;
	}

	.number-say {
		margin-bottom: 20px;
	}

	.install_steps {
		flex-direction: column;
	}

	.install_step {
		margin-bottom: 50px;
	}

	.payouts {
		display: none;
	}

	.map-animation {
		display: none;
	}

	.worldwide {
		flex-direction: column;
    padding: 30px 20px;
	}

	.live-analytics {
		margin-left: calc(50% - 165px);
		margin-top: 50px;
	}

	.section .live-analytics img {
		width: 250px;
		margin: 0 auto;
	}

	#live-analytics-downloads {
		left: 242px;
    top: 18px;
    font-size: 18px;
	}

	#live-analytics-installations {
		left: 251px;
    top: 59px;
    font-size: 18px;
	}

	.disclaimer-downloads {
		left: 242px;
    font-size: 12px;
    top: 20px;
	}

	.disclaimer-installations {
		left: 252px;
    font-size: 12px;
    top: 61px;
	}

	.pulse-downloads {
		left: 180px;
    top: -8px;
	}

	.pulse-installations {
		left: 187px;
    top: 32px;
	}

	#live-analytics-revenue {
		font-size: 17px;
    left: 145px;
    top: 123px;
	}

	.disclaimer-revenue {
		font-size: 17px;
    left: 135px;
    top: 123px;
	}

	.disclaimer-revenue-2 {
		font-size: 17px;
    left: 197px;
    top: 123px;
	}

	.win-win {
		margin-top: 50px;
	}

	.search-steps-bg {
		display: none;
	}

	.search_step {
		width: fit-content;
	}

	#search-bg img {
    width: 95%;
	}

	.chatbot-bg {
		display: none;
	}

	.chatbot {
		flex-direction: column;
	}

	.about-header {
		padding: 50px 20px;
		flex-direction: column;
	}

	.about-header .button {
		align-self: center;
	}

	.center-short {
    width: 100%;
	}

	.text-block {
		width: 100%;
	}

	.split-container {
    flex-direction: column-reverse;
	}

	.split-item {
		width: 100%;
		margin: 0 auto;
	}

	.split-left {
		margin-top: 50px;
	}

	.split-item .form {
		flex-direction: column;
	}

	.contact-details {
		flex-direction: column;
    align-items: center;
	}

	.contact-details-block {
		width: 35%;
	}

	.positions {
    flex-direction: column;
	}

	.login-links {
		flex-direction: column;
	}

	.login-links .link {
		margin-top: 28px;
	}
}







@media only screen and (min-width: 1500px) {

	body {
		font-size: 19px;
    line-height: 29px;
	}

	p {
		line-height: 33px;
	}

	h1, #header-aff h1 {
		font-size: 52px;
    line-height: 59px;
		margin: 20px 0;
	}

	h2 {
		font-size: 42px;
		line-height: 46px;
		margin: 18px 0;
	}

	h3 {
		font-size: 27px;
	}

	.form input, .form select, .form textarea {
		font-size: 19px;
		padding: 20px 25px;
	}

	.link span {
		font-size: 19px;
	}

	.link img {
    width: 13px;
    padding-left: 10px;
	}

	.form label {
		font-size: 19px;
	}

	header {
		top: 50px;
	}

	#header {
		margin-top: 11%;
	}

	#head_bg {
		width: 74%;
	}

	#header span, #header-aff span, .explainer span, .text span {
		font-size: 19px;
    line-height: 29px;
	}

	.button {
		font-size: 18px;
		padding: 13px 61px;
	}

	.long {
		padding: 16px 50px;
	}

	.float {
		padding: 30px 20px 42px 20px;
	}

	.toolkit-img {
    width: 32%;
    margin: 0 auto;
	}

	.header-scroll {
		height: 80px;
	}

	.header-scroll .logo {
		width: 87px;
	}

	#logo {
		height: 34.7px;
    overflow: visible;
	}

	.advantage {
		margin-top: 0;
	}

	.advantage span {
		font-size: 18px;
	}

	.live-analytics {
		zoom: 1.2;
	}

	.search_step.float {
		padding: 45px 45px 30px 45px;
	}

	.chatbox {
		font-size: 17px;
		line-height: 23px;
		margin: 10px 0;
		padding: 26px;
	}

	.chatbox img {
    height: 20px;
	}

	.social-icons {
    width: 66%;
	}

	.direct_feed img {
    width: 65%;
	}

	.list-li {
		padding: 3px 0 0 27px;
	}

	.chatbot-bg {
		width: 300px;
	}

	.position {
		padding: 50px;
	}

	.center-short {
		width: 39%;
	}
}

.adelion-logo {
	height: 33px;
	filter: brightness(0) saturate(100%) invert(37%) sepia(18%) saturate(723%) hue-rotate(185deg) brightness(96%) contrast(95%);
}

.instagram-logo {
	height: 23px;
	position: relative;
	top: -1.7px;
}