/*
Theme Name: AppLovin
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: applovin
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  /*font-weight: bolder;*/ /* disabled when using custom web font weights */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*************************/
/* Begin AppLovin Styles */
/*************************/

body {
    color: #000;
    background: #ffffff;
    font: 18px/1.65 "Avenir Light", Avenir, "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing:border-box;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

p {
	font-family: "Avenir Light";
font-weight:300;
    margin: 0 0 1em;
	font-size:18px;
}
p > strong, p > b, li > strong {
	font-family: "Avenir Heavy";
	font-weight:700;
}
em, p > em {
    font-family: "Avenir LightOblique";
	font-weight:300;
    font-style:italic;
}
em > strong, p > em > strong {
    font-family: "Avenir HeavyOblique";
font-weight:700;
    font-style:italic;
}
h2 > em {
    font-family: "Avenir HeavyOblique";
font-weight:700;
    font-style:italic;
}
a {
    color: #00b6e0;
    text-decoration:none;
    transition:opacity 0.2s ease-in-out, color 0.1s linear;
}
a:hover, a:focus {
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
div, p, ul, ol, li, a, img, footer {
	position:relative;
	box-sizing:border-box;
}
h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty, p:empty {
	display:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height:1.35em;
	position:relative;
	z-index:10;
}
h1 {
    font-family: "Avenir Black";
font-weight:750;
	font-size:60px;
}
h2 {
    font-family: "Avenir Black";
font-weight:750;
	font-size:50px;
}
h3 {
    font-family: "Avenir Black";
font-weight:750;
	font-size:36px;
}
h3 > em {
	font-family: "Avenir BlackOblique";
font-weight:750;
font-style:italic;
}
h4 {
    font-family: "Avenir Light";
font-weight:300;
	font-size:32px;
}
h4 > strong {
    font-family: "Avenir Heavy";
font-weight:700;
}
h4 > strong > em {
    font-family: "Avenir HeavyOblique";
font-weight:700;
font-style:italic;
}
h5 {
    font-family: "Avenir Light";
font-weight:300;
	font-size:26px;
}
h5 > strong {
    font-family: "Avenir Heavy";
font-weight:700;
}
h6 {
    font-family: "Avenir Light";
font-weight:300;
	font-size:21px;
}
h6 > strong {
    font-family: "Avenir Heavy";
font-weight:700;
}
.mini-h1, .mini-title {
    font-family: "Avenir Black";
font-weight:750;
	font-size:14px!important;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:auto;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight:inherit;
}

@media screen and (max-width: 1024px) {
h1 {
	font-size:54px;
}
h2 {
	font-size:45px;
}
h3 {
	font-size:32px;
}
h4 {
	font-size:28px;
}
h5 {
	font-size:24px;
}
h6 {
	font-size:18px;
}
p, li {
	font-family: "Avenir Light";
font-weight:300;
    margin: 0 0 1em;
	font-size:16px!important;
}
ul[class*="menu"] li {
	margin-bottom:0;
}
}

@media screen and (max-width: 768px) {
h1 {
	font-size:50px;
}
h2 {
	font-size:40px;
}
h3 {
	font-size:30px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:21px;
}
h6 {
	font-size:16px;
}
p {
	font-family: "Avenir Light";
font-weight:300;
    margin: 0 0 1em;
	font-size:16px!important;
}
}

@media screen and (max-width: 480px) {
h1 {
	font-size:32px;
}
h2 {
	font-size:28px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:21px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:16px;
}
p {
	font-family: "Avenir Light";
font-weight:300;
    margin: 0 0 1em;
	font-size:16px!important;
}
}

.dark-bg {
  color: #fff;
}


/* Legacy Patches */

.clear {
	clear:both;
	float:none;
}

/* Wrapper, Hero, Row, Inner Wrap - defaults */

#wrapper {
    padding: 0;
}

.row {
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	text-align:center;
}

.row-white {
	background-color:#fff;
}

.row-offwhite {
	background-color:#f7f8fc;
}

.row-gray {
	background-color:#eef0f6;
}

.row-charcoal {
	background-color:#333;
	color:#fff;
}

.row-ink {
	background-color:#181625;
	color:#fff;
}

.content-row {
	padding:100px 0;
}
@media screen and (max-width: 1024px) {
	.content-row + .content-row {
		padding:0 0 100px;
	}
	.content-row + .content-row.row-charcoal, .content-row + .content-row.row-gray {
		padding:100px 0;
	}
	.content-row.row-charcoal + .content-row, .content-row.row-gray + .content-row {
		padding:100px 0;
	}
}
.content-row-short {
	padding:50px 0;
}

.content-row-minimal { /* combine */
	padding:40px 0 80px;
}

.content-row > p:last-child {
	margin-bottom:0;
}

.hr-row {
	padding-top:0;
}

.hr-row::before {
	display:block;
	content:'';
	margin:0 auto 100px;
	width:85%;
	max-width:1200px;
	border-top:2px solid #dddddd;
}

.hero {
	display:flex;
	align-items:center;
	min-height:400px;
	background-repeat:no-repeat;
	background-size:cover;
	margin:auto;
}
@media screen and (max-width: 1024px) {
	.hero {
		padding: 0 10%;
	}
}
.hero h1 { /* typically a page title or intro statememt */
	line-height:1.15em;
	margin:0.65em auto 0.25em;
}

.hero h2 { /* typically a tagline or simple sentence */
	margin:0.25em auto;
}

.hero h3 { /* typically a short subhead or CTA head */
    font-family: "Avenir Light";
font-weight:300;
	margin:0.5em auto;
}

.hero h4 { /* typically a tagline or short sentence */

}

.hero h5 { /* typically a tagline or short sentence */
	margin:0.5em auto;
}

.hero h6 { /* typically a tagline or short sentence */

}

.cta {
    text-align: center;
	background-color:#f7f8fc;    
	padding:120px 2em 80px;
}
.cta-dark {
	background-color: #181625;
	color: #fff;
	border-bottom: 1px solid rgb(255,255,255,0.1);
}
.cta .btn-standard {
	font-size:21px;
	margin-bottom: 0;
}
.cta-logo {
	height: 25px;
	margin: auto auto 35px;
}
@media screen and (max-width: 768px) {
	.cta {
		padding: 120px 2em;
	}
}
@media screen and (max-width: 640px) {
.cta {
	padding: 120px 0;
}
}
.cta h2 {
    font-size: 36px;
    line-height:1.25em;
    margin:0 auto 0.5em;
    font-family: "Avenir Black";
font-weight:750;
}
@media screen and (max-width: 640px) {

.cta h2 {
	font-size: 36px;
	}
}
.cta p {
    font-size: 21px!important;
    line-height:1.25em;
    font-family: "Avenir Light";
font-weight:300;
    margin:0 auto 2em;
    color:#666;
}
.cta-dark p {
    color:#fff;
}

@media screen and (max-width: 640px) {

.cta .btn-standard {
	font-size:18px;
}
}
.inner-wrap {
	width:100%;
	max-width:1440px;
	margin:0 auto;
	padding:0 1.5em;
}

@media screen and (max-width: 1024px) {
	.hero > .inner-wrap {
		padding:0;
	}
	#page-home .hero > .inner-wrap {
		padding: 0 5%;
	}
}
.inner-wrap-mini {
	max-width:720px;
}

.inner-wrap-narrow {
	max-width:850px;
}

.inner-wrap-medium {
	max-width:1050px;
}

.inner-wrap-wide {
	max-width:1250px;
}
.margin-auto {
	margin:auto;
}
@media screen and (max-width: 1024px) {

.inner-wrap-mini {
	width:80%;
}

.inner-wrap-narrow {
	width:85%;
}

.inner-wrap-medium {
	width:90%;
}

.inner-wrap-wide {
	width:95%;
}
}
.flex-row, .flex-inner-wrap {
    display: flex;
    align-items: center;
}

.flex-align-start {
    align-items: start;
}
@media screen and (max-width: 1024px) {
	.flex-reverse {
	    flex-direction: column-reverse!important;
	}
}
.full-height {
	height:100vh;
	min-height:720px;
	max-height:4000px;
}

.fixed-bg {
	background-attachment:fixed;
}
@media screen and (max-width:1200px) {
.fixed-bg {
	background-attachment:initial;
}

}

.sprite {
	position:absolute;
}

/* Text Panels */

.text-panel {
	background:#fff;
	padding:1em;
	border-left:4px solid #999;
}

/* Panels and Intro Blocks */
.focus-panel {
  padding: 140px 0 100px;
}
.focus-intro {
  text-align: center;
  margin: auto auto 80px;
	max-width: 800px;
}
.focus-intro p {
  font-size:21px;
}
.focus-panel .promo-link {
  text-align: center;
}
.focus-panel .inner-wrap {
  padding: 0 5%;
}

/* Grids and Layouts */
.simple-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
}

/* Simple 4 (4x1 grid) */
.simple-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.simple-grid-4 .div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.simple-grid-4 .div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.simple-grid-4 .div3 {
  grid-area: 1 / 3 / 2 / 4;
}
.simple-grid-4 .div4 {
  grid-area: 1 / 4 / 2 / 5;
}

/* Simple 4, Narrow size (2x2 grid) */
.simple-grid-4-narrow {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.simple-grid-4-narrow .div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.simple-grid-4-narrow .div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.simple-grid-4-narrow .div3 {
  grid-area: 2 / 1 / 3 / 2;
}
.simple-grid-4-narrow .div4 {
  grid-area: 2 / 2 / 3 / 3;
}

/* Simple 6 (3x2 grid) */
.simple-grid-6 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 90px;
  grid-row-gap: 90px;
}
.simple-grid-6 .div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.simple-grid-6 .div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.simple-grid-6 .div3 {
  grid-area: 1 / 3 / 2 / 4;
}
.simple-grid-6 .div4 {
  grid-area: 2 / 1 / 3 / 2;
}
.simple-grid-6 .div5 {
  grid-area: 2 / 2 / 3 / 3;
}
.simple-grid-6 .div6 {
  grid-area: 2 / 3 / 3 / 4;
}
.simple-grid-8 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.simple-grid-8 .div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.simple-grid-8 .div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.simple-grid-8 .div3 {
  grid-area: 1 / 3 / 2 / 4;
}
.simple-grid-8 .div4 {
  grid-area: 1 / 4 / 2 / 5;
}
.simple-grid-8 .div5 {
  grid-area: 2 / 1 / 3 / 2;
}
.simple-grid-8 .div6 {
  grid-area: 2 / 2 / 3 / 3;
}
.simple-grid-8 .div7 {
  grid-area: 2 / 3 / 3 / 4;
}
.simple-grid-8 .div8 {
  grid-area: 2 / 4 / 3 / 5;
}

.simple-grid p, .simple-grid h3, simple-grid h4 {
	line-height:1.4em;
}

.simple-grid p {
	margin-bottom:0.75em;
}

.simple-grid p:last-child {
	margin-bottom:0;
}

@media screen and (max-width:1024px) {

.simple-grid-6  {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
text-align:center;
}

.simple-grid-6 .div1 { grid-area: 1 / 1 / 2 / 2; }
.simple-grid-6 .div2 { grid-area: 1 / 2 / 2 / 3; }
.simple-grid-6 .div3 { grid-area: 2 / 1 / 3 / 2; }
.simple-grid-6 .div4 { grid-area: 2 / 2 / 3 / 3; }
.simple-grid-6 .div5 { grid-area: 3 / 1 / 4 / 2; }
.simple-grid-6 .div6 { grid-area: 3 / 2 / 4 / 3; }


.simple-grid-4 {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
text-align:center;
}

.simple-grid-4 .div1 { grid-area: 1 / 1 / 2 / 2; }
.simple-grid-4 .div2 { grid-area: 1 / 2 / 2 / 3; }
.simple-grid-4 .div3 { grid-area: 2 / 1 / 3 / 2; }
.simple-grid-4 .div4 { grid-area: 2 / 2 / 3 / 3; }


} /* end 1024 */

@media screen and (max-width:640px) {

.simple-grid-6  {
grid-template-columns: 1fr;
grid-template-rows: auto;
}

.simple-grid-6 .div1 { grid-area: 1 / 1 / 2 / 2; }
.simple-grid-6 .div2 { grid-area: 2 / 1 / 3 / 2; }
.simple-grid-6 .div3 { grid-area: 3 / 1 / 4 / 2; }
.simple-grid-6 .div4 { grid-area: 4 / 1 / 5 / 2; }
.simple-grid-6 .div5 { grid-area: 5 / 1 / 6 / 2; }
.simple-grid-6 .div6 { grid-area: 6 / 1 / 7 / 2; }

.simple-grid-4, .simple-grid-4-narrow  {
grid-template-columns: 1fr;
grid-template-rows: auto;
}

.simple-grid-4 .div1, .simple-grid-4-narrow .div1 { grid-area: 1 / 1 / 2 / 2; }
.simple-grid-4 .div2, .simple-grid-4-narrow .div2 { grid-area: 2 / 1 / 3 / 2; }
.simple-grid-4 .div3, .simple-grid-4-narrow .div3 { grid-area: 3 / 1 / 4 / 2; }
.simple-grid-4 .div4, .simple-grid-4-narrow .div4 { grid-area: 4 / 1 / 5 / 2; }


} /* end 640 */




/* Header and Main Nav */

#header .sub-menu {
	background-color: #fff;
	padding: 0;
	border-radius: 6px;
	display:flex;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 180px;
	display:none;
}
#header #subnav-apps-wrap.sub-menu {
	transform: translateX(-25px);
}
#header .sub-menu-on {
	display:flex;
	opacity:1;
}

#subnav-games-wrap {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 500' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='8' y1='500' x2='8' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230cf'/%3E%3Cstop offset='1' stop-color='%236554d0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect width='16' height='500' style='fill:url(%23linear-gradient)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size:8px 100%;
}

#subnav-products-wrap.sub-menu {
	min-width:520px;
}
#subnav-company-wrap.sub-menu {
	min-width:750px;
}

.header-nav.parent-menu a:hover::after, .header-nav.parent-menu .parent-nav-on a::after {
	content: "";
	display: block;
	width: 16px;
	height: 8px;
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.79048 13.2963' preserveAspectRatio='none'%3E%3Cg id='arrow' data-name='arrow'%3E%3Cg id='1-2' data-name='1'%3E%3Cpath d='M13.39524,0A3.8814,3.8814,0,0,0,10.5,1.2963l-10.5,12H26.79048l-10.5-12A3.8814,3.8814,0,0,0,13.39524,0Z' style='fill:%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index:10;
}

.header-nav.parent-menu .parent-nav-disabled a:hover::after, .header-nav.parent-menu .parent-nav-solo a::after {
	background-image:none!important;
}

.header-nav.parent-menu li a:hover {
	opacity:1;
}

.sub-menu > div {
	padding:30px 30px 30px 40px;
	flex:1 1 auto;
	white-space: nowrap;
}

.sub-menu > div:nth-child(1) {
	border-radius: 6px 0 0 6px;
}

.sub-menu > div:nth-child(2) {
	background-color:#f7f7f7;
	border-radius: 0 6px 6px 0;
}

.sub-menu > div.simple-menu {
	flex: 0 0 200px;
}

/* internal subnav widths and formatting */

#subnav-games-wrap.sub-menu > div:nth-child(1) {

}

#subnav-games-wrap.sub-menu > div:nth-child(2) {

}

#subnav-platform-wrap.sub-menu {
	min-width:540px;
}

#subnav-platform-wrap.sub-menu > div:nth-child(1) {
	flex:0 0 340px;
}

#subnav-company-wrap.sub-menu {
	min-width:760px;
}

#subnav-company-wrap.sub-menu > div:nth-child(2) {
	flex:0 0 560px;
	padding:30px 40px;
	white-space: normal;
}

.sub-menu h6 {
	margin:0 0 1em;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#999;
    font-family: "Avenir Black";
	font-weight:750;
}

#header {
	position: fixed;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
	box-shadow: 0px 4px 3px 0px rgba(10,10,10,0.1);
    padding: 12px 0;
    background: #fff;
    z-index: 999;
    transition: 0.5s all cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 1024px) {
	#header {
		position:absolute;
	    padding: 20px 0;
	}
}
#header.transparent {
    background: transparent;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
#header-logo-wrap {
    display: flex;
    width: 180px;
    height: 32px;
    transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#header-logo-wrap .logo-outline {
	fill:#000;
    transition: all 0.4s ease-in 0.1s;
}
#header.transparent #header-logo-wrap .logo-outline {
	fill:#fff;
}
#header.transparent.dark-nav #header-logo-wrap .logo-outline, #header.transparent.light #header-logo-wrap .logo-outline {
	fill:#000;
}
#header-logo-wrap .logo-label {
	display:none;
}
#header-logo-wrap > svg {
	width:100%;
	height:auto;
}
#header .inner-wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.header-nav {
	display:flex;
	align-items: center;
	justify-content: center;
	list-style:none;
	padding:0;
	margin:0;
}

.header-nav li {
	margin:0;
    padding: 0 1.2em;
	text-transform:uppercase;
	font-size:12px;
	line-height:0.75em;
    font-family: "Avenir Black";
	font-weight:750;
	letter-spacing:1px;
	display: flex;
    transition: 0.2s all ease-in-out;
}
.header-nav > li:nth-child(n+2) {
	margin-left:0.75em;
}
.header-nav li.account-nav {
	text-transform:none;
	letter-spacing:unset;
}
.header-nav li.account-nav:nth-child(n+2) {
	margin-left:0.5em;
}
.header-nav li.nav-arrow-link::after {
    width: 1em;
    height: 0.75em;
    content: "";
    display: inline-block;
    background: url("images/link-icon-arrow-black-2019.svg") no-repeat;
	position: relative;
    top: 0.55em;
    left: 0.25em;
}
#header.transparent .header-nav li.nav-arrow-link::after {
    background: url("images/link-icon-arrow-white-2019.svg") no-repeat;
}
#header.transparent.light .header-nav li.nav-arrow-link::after {
    background: url("images/link-icon-arrow-black-2019.svg") no-repeat;
}
#header.transparent.dark-logo .header-nav li.nav-arrow-link::after {
    background: url("images/link-icon-arrow-black-2019.svg") no-repeat;
}
#sign-up-log-in.header-nav li {
	padding: 0 0.8em;
}
.header-nav li a {
	color:#000;
	padding: 8px 5px 5px;
    transition: 0.2s all ease-in-out;
}
.header-nav li.current_page_item a, .header-nav li.nav-parent.active > a {
	color:#00b6e0;
}
.header-nav li.nav-parent > a::after {
	position:relative;
	display:inline-block;
	content:'';
	width: 18px;
	height: 6px;
	left: 8px;
	top: 0;
	background-color:#000;
	clip-path:url('#nav-arrow-path');
	-webkit-clip-path:url('#nav-arrow-path');
    transition: 0.2s all ease-in-out;
}
#header.transparent .header-nav li.nav-parent > a::after {
	background-color:#fff;
}
#header.transparent.dark-nav .header-nav li.nav-parent > a::after, #header.transparent.dark-logo .header-nav li.nav-parent > a::after  {
	background-color:#000;
}
#header .header-nav > li.active > a::after, .header-nav li.nav-parent > a:hover::after {
	background-color:#00b6e0;
}
#header.transparent .header-nav > li.current_page_item > a, #header.transparent .header-nav li.nav-parent.active > a {
	color:#fff;
}
#header.transparent.dark-nav .header-nav li.current_page_item a, #header.transparent.dark-nav .header-nav li.nav-parent.active > a {
	color:#000;
}

#header.transparent .header-nav li a {
	color:#fff;
}
#header.transparent .header-nav li a:hover {
	color:rgb(255,255,255,0.8);
}
#header.transparent.dark-nav .header-nav li a {
	color:#000;
}
#header.transparent.dark-logo .header-nav li a {
	color:#000;
}
#header.transparent.light .header-nav li a {
	color:#000;
}
#header.transparent.dark-nav .header-nav li a:hover, #header.transparent.dark-logo .header-nav li a:hover, #header.transparent.light .header-nav li a:hover {
	color:rgb(0,0,0,0.8);
}
#header.transparent.dark-nav .header-nav li.account-nav a {
	color:#fff;
}
#header.transparent.dark-nav .header-nav li.account-nav a:hover {
	color:rgb(255,255,255,0.8);
}
.header-nav li.nav-outline a {
	color:#fff!important;
	padding: 11px 5px 7px;
}
.header-nav li a:hover {
	color:#00b6e0;
}
#header .sub-menu li a:hover {
	color:#00b6e0!important;
	opacity:1;
}
.header-nav li.nav-outline a:hover {
	color:#fff;
}
#header.transparent .header-nav .nav-outline {
    border: 1px solid #fff;
    background:transparent;
}
.header-nav .nav-outline, #header.transparent.dark-logo .header-nav .nav-outline {
    border-radius: 0.275em;
    border: 1px solid #099ac6;
    background:#099ac6;
}

.sub-menu ul {
	list-style:none;
	padding: 0;
	margin:0.5em 0 0;
}

#header .sub-menu li {
	font-size:14px;
    font-family: "Avenir Heavy";
	font-weight:700;
	display:flex;
	align-items:center;
}

#header .sub-menu li.sub-icon-lg {
    font-family: "Avenir Medium";
	font-weight:550;
}

#header .sub-menu li.sub-icon-lg strong {
    font-family: "Avenir Heavy";
	font-weight:700;
}

#header .sub-menu li a {
	color:#000;
	padding: 6px 0;
	line-height: 1.4em;
}

#header .sub-menu li.sub-icon a {
	padding: 6px 0 6px 30px;
}

#header .sub-menu li.sub-icon-lg a {
	padding: 12px 0 12px 40px;
}

.sub-menu .sub-icon::before {
	position: absolute;
	display:block;
	content:"";
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	width:20px;
	height:20px;
}

.sub-menu .sub-icon-lg::before {
	width:25px;
	height:25px;
}

.sub-menu li.sub-icon-browse-all::before {
	background-image:url("images/nav-icon-glasses.svg");
}

.sub-menu li.sub-icon-featured::before {
	background-image:url("images/nav-icon-star.svg");
}

.sub-menu li.sub-icon-hyper-casual::before {
	background-image:url("images/nav-icon-pong.svg");
}

.sub-menu li.sub-icon-match-three::before {
	background-image:url("images/nav-icon-gem.svg");
}

.sub-menu li.sub-icon-mmo::before {
	background-image:url("images/nav-icon-shield.svg");
}

.sub-menu li.sub-icon-word::before {
	background-image:url("images/nav-icon-word-tile.svg");
}

.sub-menu li.sub-icon-studios::before {
	background-image:url("images/nav-icon-studio.svg");
}

.sub-menu li.sub-icon-lion::before {
	background-image:url("images/nav-icon-lion.svg");
}

.sub-menu li.sub-icon-appdiscovery::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 61.45 61.45'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%23fc326c;%7D.cls-3%7Bfill:%23fa6846;%7D.cls-4%7Bfill:%23ff9e1d;%7D.cls-5%7Bopacity:0.6;%7D.cls-6%7Bclip-path:url(%23clip-path);%7D.cls-7%7Bfill:%23fff;%7D%3C/style%3E%3CclipPath id='clip-path'%3E%3Crect class='cls-1' x='30.69' y='12.84' width='30.76' height='35.8'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3EAsset 2%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-2' d='M61.45,30.72A30.73,30.73,0,1,0,30.72,61.45,30.73,30.73,0,0,0,61.45,30.72'/%3E%3Cpath class='cls-3' d='M51.18,30.72A20.46,20.46,0,1,0,30.72,51.18,20.46,20.46,0,0,0,51.18,30.72'/%3E%3Cpath class='cls-4' d='M40.9,30.72A10.18,10.18,0,1,0,30.72,40.91,10.18,10.18,0,0,0,40.9,30.72'/%3E%3Cg class='cls-5'%3E%3Cg class='cls-6'%3E%3Cpath class='cls-7' d='M61.45,30.72A30.61,30.61,0,0,0,55.7,12.84L32.29,28.21c-2.13,1.4-2.13,3.69,0,5.09L55.67,48.65a30.6,30.6,0,0,0,5.78-17.93'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.sub-menu li.sub-icon-max::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 61.7 61.6'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' y1='33.2' x2='61.7' y2='33.2' gradientTransform='matrix(1, 0, 0, -1, 0, 64)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23590da1'/%3E%3Cstop offset='1' stop-color='%236441e2'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-3' y1='33.2' x2='15.42' y2='33.2' gradientTransform='matrix(1, 0, 0, -1, 0, 64)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2317b6d5'/%3E%3Cstop offset='0.7' stop-color='%236478e2'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-4' x1='15.42' y1='33.2' x2='30.84' y2='33.2' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-5' x1='30.84' y1='33.2' x2='46.26' y2='33.2' xlink:href='%23linear-gradient-3'/%3E%3ClinearGradient id='linear-gradient-6' x1='46.26' y1='33.2' x2='61.68' y2='33.2' xlink:href='%23linear-gradient'/%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon points='46.3 0 30.8 20.5 15.4 0 0 20.5 0 61.6 15.4 41.1 30.8 61.6 46.3 41.1 61.7 61.6 61.7 20.5 46.3 0' style='fill:url(%23linear-gradient)'/%3E%3Cpolygon points='46.3 0 30.8 20.5 15.4 0 0 20.5 0 61.6 15.4 41.1 30.8 61.6 46.3 41.1 61.7 61.6 61.7 20.5 46.3 0' style='fill:url(%23linear-gradient)'/%3E%3Cpolygon points='15.4 0 0 20.5 0 61.6 15.4 41.1 15.4 0' style='fill:url(%23linear-gradient-3)'/%3E%3Cpolygon points='15.4 0 30.8 20.5 30.8 61.6 15.4 41.1 15.4 0' style='fill:url(%23linear-gradient-4)'/%3E%3Cpolygon points='46.3 0 30.8 20.5 30.8 61.6 46.3 41.1 46.3 0' style='fill:url(%23linear-gradient-5)'/%3E%3Cpolygon points='46.3 0 61.7 20.5 61.7 61.6 46.3 41.1 46.3 0' style='fill:url(%23linear-gradient-6)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.sub-menu li.sub-icon-sparklabs::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect width='200' height='200' style='fill:none'/%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cg id='Layer_1-2-2' data-name='Layer 1-2'%3E%3Cpath d='M146.5065,150.01093a7.36953,7.36953,0,0,0,2.83148-6.05563c0-5.40232-4.00767-8.66919-10.06324-8.66919H127.25112V165.781h12.85136c6.18617,0,10.23776-3.52863,10.23776-8.93095A7.64207,7.64207,0,0,0,146.5065,150.01093ZM135.51,159.0699a.90559.90559,0,1,1-1.81118.00138V141.99683a.90559.90559,0,1,1,1.81118-.00138V159.0699Z'/%3E%3Crect x='57.39121' y='135.28609' width='8.68982' height='30.4949'/%3E%3Crect x='67.89222' y='157.03598' width='9.60898' height='8.74501'/%3E%3Cpath d='M106.25618,135.28609H96.75923L86.69567,165.781h6.99714l5.22368-15.757a.90555.90555,0,1,1,1.7198.56775l-.00059.00179L95.601,165.781H116.3194Z'/%3E%3Cpath d='M25.60811,91.12918a60.53659,60.53659,0,0,0-.68528,10.89157c.26472,10.95072,2.26128,22.21961,9.02842,31.10373a45.88241,45.88241,0,0,0,7.18979,7.46537c1.01824.84589,4.18613,3.94315,5.73864,2.67406,1.13762-.93.29991-4.038.1544-5.20276-.27317-2.18685-.88586-4.75981-.25715-6.93676,1.14688-3.97106,6.52945-3.81083,9.89848-3.77418,27.69789.30126,55.04556-4.14125,82.50157-7.04185q10.26893-1.08484,20.53829-2.16564c9.87657-1.05542,19.24546-1.43064,28.42489-5.7344a16.86625,16.86625,0,0,0,5.56017-3.74753c3.708-4.13936,4.48318-11.59283,5.147-16.88463a145.86314,145.86314,0,0,0,1.151-19.01656c-.036-6.03736.24808-13.391-1.62292-19.16494-3.05487-9.42731-13.71549-12.986-22.53117-14.31491-9.86129-1.48655-19.7939-.3105-29.62306.82515q-19.74048,2.28079-39.4741,4.61359c-10.90971,1.303-22.02778,1.99061-32.78108,4.28645a83.12322,83.12322,0,0,0-31.58664,14.3136,44.183,44.183,0,0,0-8.28557,7.7628A41.853,41.853,0,0,0,25.60811,91.12918Z'/%3E%3Cpath d='M29.84034,49.42272c1.53186.88885,3.699-1.55727,4.31455-1.38394a1.33163,1.33163,0,0,1,.67423.58287c1.30157,1.88251,1.64317,4.47491,3.478,5.84293a1.39533,1.39533,0,0,0,1.028.3463c.49206-.08495.79748-.57785.97961-1.04277.509-1.29943-.02983-11.17347-.48719-12.07947-.28861-.57169-.80952-1.18492-1.43634-1.05369-.74959.15692-2.61971,2.14838-3.39953,1.53284s.22271-6.31567-.70387-6.97578a5.14423,5.14423,0,0,0-5.96874-.03688C27.27862,36.11652,27.27863,47.42732,29.84034,49.42272Z'/%3E%3Cpath d='M2.6271,75.65665c2.60529,1.87659,9.44165,5.959,10.44836,4.365s.56378-3.79908.38676-4.94064,1.858-.45927,1.858-.45927a23.58526,23.58526,0,0,0,4.52661.13494c1.42772-.2156,2.81326-1.17377,1.55445-2.616-1.62254-1.859-10.08756-5.54177-11.93319-5.03842s-1.22361,3.37977-1.13763,3.756c.10891.47641-.22865.73788-.64212.46116L5.32884,69.74027c-.94546-.63275-2.13933-1.28649-3.15261-.769A5.158,5.158,0,0,0,.00109,72.92815c.02694.8724.9005,1.40236,1.51087,1.8856Q2.052,75.24132,2.6271,75.65665Z'/%3E%3Cpath d='M13.57835,58.92857c.9002-.04492,1.22252-1.33988,1.50064-1.99825.99206-2.34824,3.362.79868,4.07977,1.76958,1.12866,1.52669,2.05393,3.30309,3.84059,4.17276,2.51511,1.2241,2.30061-2.41915,2.05-3.87657-.41852-2.43378-4.73536-9.15979-5.50822-10.45673-.5223-.87645-1.32176-2.93882-2.7038-2.369-1.09007.44946-1.18232,2.44535-1.80354,3.03965S11.824,44.8744,10.64562,43.74939a1.94871,1.94871,0,0,0-2.32487-.46792c-.70705.44465-3.90729,4.053-3.54517,6.33419S11.302,58.73985,13.57835,58.92857Z'/%3E%3Cpath d='M175.191,147.62593,173.42933,148.63a.86819.86819,0,0,1-.864-1.50616l.00384-.00219,9.89689-5.6884c-2.15255-3.78046-5.68974-6.34428-10.18052-6.34433-6.825-.00006-12.28482,4.52412-12.28482,11.539.314,5.33776,5.29851,8.59535,9.28943,6.31423l2.18026-1.296a.86818.86818,0,1,1,.89074,1.49048l-.00343.002s-10.68989,6.35452-10.70061,6.35917c2.033,3.73206,4.63094,6.18942,9.72561,6.28317,6.59933.12144,12.71643-4.121,12.71643-10.126C184.0991,147.92307,178.247,145.95034,175.191,147.62593Z'/%3E%3Cpath d='M61.341,82.59015a7.03987,7.03987,0,0,0-4.11053-.92651c-1.29044.14654-2.25328.86654-2.15581,1.72523.36153,3.18161,10.5561,1.32739,11.60069,10.52462.54258,4.77183-2.82914,10.72747-10.26543,11.57222a15.19277,15.19277,0,0,1-10.19639-2.36835.83507.83507,0,0,1-.22708-1.23657l3.293-5.11939a.93786.93786,0,0,1,1.351-.37179,9.18382,9.18382,0,0,0,5.56993,1.50057c2.01893-.22952,2.72441-1.31043,2.62207-2.21271-.42995-3.78233-10.59243-2.01833-11.61282-11.0036-.60556-5.32892,3.53467-9.8918,10.28359-10.65846a14.12,14.12,0,0,1,8.48328,1.47393.84333.84333,0,0,1,.27068,1.23292l-3.59883,5.5021A.98815.98815,0,0,1,61.341,82.59015Z' style='fill:%23fff'/%3E%3Cpath d='M71.1819,102.50273l1.29045-28.88334a.9186.9186,0,0,1,.86464-.96957l.02674-.00114L83.8944,71.4521c5.24353-.59587,9.70832,2.29264,10.38714,8.26708.72243,6.362-4.36123,11.81627-10.2073,12.48l-4.59922.5226-.38453,8.88233a.92432.92432,0,0,1-.87553.97066l-.01525.00066-6.19.70306C71.40838,103.34688,71.15405,103.02714,71.1819,102.50273ZM86.38263,81.09624c-.1756-1.54781-1.377-2.54335-3.74113-2.27508l-2.57908.29309-.27552,6.388,2.62206-.29793C85.031,84.907,86.62728,83.24476,86.38263,81.09624Z' style='fill:%23fff'/%3E%3Cpath d='M93.96605,99.91457,103.724,70.069a1.17816,1.17816,0,0,1,1.06336-.99008l8.21017-.93257c.55833-.06358.84536.16411.95739.76057l7.21947,27.91685a.65882.65882,0,0,1-.58981.9368l-6.491.737c-.55893.06359-1.00765-.05934-1.17176-.73635l-.96163-4.24618-8.46692.96223-1.2741,4.4993a1.26345,1.26345,0,0,1-1.23474,1.01007l-6.49038.73758C93.97754,100.78294,93.8092,100.45352,93.96605,99.91457Zm11.57645-13.071,5.11576-.58134-2.18547-8.5033Z' style='fill:%23fff'/%3E%3Cpath d='M148.35549,94.60564s-6.14642.69821-6.83494.77633a1.29728,1.29728,0,0,1-1.42973-.70729l-4.81661-8.2913-1.11725.12656-.42752,8.88718a.92446.92446,0,0,1-.87579.97067l-.0156.00067-6.18941.70306c-.55894.06358-.85021-.20771-.82781-.77573l1.29045-28.88333a.954.954,0,0,1,.89077-.97071l11.0902-1.25956a8.76621,8.76621,0,0,1,9.83609,8.02545c.63947,5.63049-3.43472,9.61991-5.54813,10.9479l5.47912,9.523C149.133,94.169,149.00042,94.53236,148.35549,94.60564ZM134.42038,79.25231l2.66506-.30278c2.62146-.29793,4.20864-2.045,3.97429-4.10872-.17562-1.54781-1.28682-2.50946-3.47893-2.26055l-2.87944.327C134.69349,73.60485,134.42038,79.25231,134.42038,79.25231Z' style='fill:%23fff'/%3E%3Cpath d='M171.68707,91.08556l-6.69929-10.29814-2.74318,3.44626-.35788,7.96491a.92446.92446,0,0,1-.87578.97068l-.0156.00067-6.18941.70306c-.55893.06358-.8502-.20771-.82779-.77573l1.29045-28.88333a.9238.9238,0,0,1,.87511-.97l.01567-.00067,6.19-.703c.55833-.06359.8502.20771.82779.77572l-.47173,10.02441,8.72428-10.96182a2.35979,2.35979,0,0,1,1.70827-1.064l8.03758-.91319c.51594-.05874.60252.32277.22647.84415l-10.5773,13.43606,9.93116,15.37392c.31246.44264.0975.85868-.46084.92227l-7.0923.80539A1.41,1.41,0,0,1,171.68707,91.08556Z' style='fill:%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.sub-menu li.sub-icon-adjust::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.4 61.5'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M30.7,61.5A30.75,30.75,0,1,0,0,30.7,30.643,30.643,0,0,0,30.7,61.5Z' style='fill:%2308d1ff'/%3E%3Cpath d='M18,46.3a3.022,3.022,0,0,1-1.6-.5c-.8-.5-7.6-5.1-8.6-10.8a7.663,7.663,0,0,1,1.4-6c2.5-3.4,7.1-4,14.1-1.8l7.6-14a2.687,2.687,0,0,1,2.7-1.5,2.808,2.808,0,0,1,2.6,1.7L50.2,42a2.93,2.93,0,0,1-4.3,3.7,169.227,169.227,0,0,0-15.5-9.1c-1.6-.8-3-1.5-4.3-2L20.7,44.7a3.171,3.171,0,0,1-1.9,1.5A2.485,2.485,0,0,1,18,46.3ZM16.1,32a2.993,2.993,0,0,0-2.2.6,1.735,1.735,0,0,0-.3,1.4c.3,1.5,1.9,3.4,3.4,4.8l3.3-6.2A14.953,14.953,0,0,0,16.1,32Zm12.8-2.5c1.3.6,2.8,1.3,4.2,2,2.6,1.3,5,2.6,7.3,3.9l-7-14.1Z' style='fill:%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.nav-feature-pod-wrap {
	display: flex;
	align-items:flex-start;
	justify-content:space-between;
	margin:20px 0 0;
}

.nav-feature-pod-wrap > div {
	flex:0 1 230px;
}

.nav-feature-pod-wrap > div img {
	margin:0;
	opacity:1;
	transition: all 0.2s linear;
}

.nav-feature-pod-wrap > div h6 {
    font-family: "Avenir Heavy";
	font-weight:700;
	font-size:13px;
	color:#000;
	text-transform:none;
	letter-spacing:0;
	margin:1em 0 0;
	transition: color 0.1s linear;
}

.nav-feature-pod-wrap > div a:hover h6 {
	color:inherit;
}

.nav-feature-pod-wrap > div a:hover img {
	opacity:0.8;
}

/* Responsive Nav Customizations */

#responsive-menu {
	padding-bottom: 1.25em!important;
	background-color: #fff;
}

html:not(.responsive-menu-open) body.dark .responsive-menu-inner, 
html:not(.responsive-menu-open) body.dark .responsive-menu-inner::before, 
html:not(.responsive-menu-open) body.dark .responsive-menu-inner::after, 
html:not(.responsive-menu-open) body.darknav .responsive-menu-inner, 
html:not(.responsive-menu-open) body.darknav .responsive-menu-inner::before, 
html:not(.responsive-menu-open) body.darknav .responsive-menu-inner::after {
	background-color: #fff!important;
}

.responsive-menu-open #responsive-menu-container, .responsive-menu-open #responsive-menu-container {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

#responsive-menu-container {
	-webkit-overflow-scrolling: touch;
}
li.responsive-menu-item .responsive-menu-item-link {
	text-transform: uppercase;
    font-family: "Avenir Black";
	font-weight:750;
	letter-spacing:1.5px;
}
.responsive-menu-submenu li.responsive-menu-item .responsive-menu-item-link {
	text-transform: none;
    font-family: "Avenir Heavy";
font-weight:700;
	letter-spacing:0;
}

a.responsive-menu-item-link:hover {
	opacity:1;
}

.responsive-menu-item-description {
	display:block;
	margin:0;
    font-family: "Avenir Light";
font-weight:300;
    color:#999;
    font-size:14px;
}

#responsive-menu-container a {
	outline:none;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
	padding-left:10%!important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 li.nav-icon a.responsive-menu-item-link {
	padding-left:24%!important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
	line-height: 1.25em!important;
	height: 35px!important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item.nav-icon a {
	height: 60px!important;
}

#responsive-menu-container .responsive-menu-submenu li.responsive-menu-item:last-child {
	margin-bottom: 1em;
}

#responsive-menu-container #responsive-menu-additional-content {
	padding:10%!important;
}

#responsive-supplemental-menu {
	list-style-type:none;
	margin:0 0 2em!important;
	line-height:1.75em;
}

.responsive-menu-submenu li.nav-icon::before {
	position: absolute;
	display: block;
	content: "";
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	width: 36px;
	height: 42px;
	left: 10%;
	z-index: 10;
}

.responsive-menu-submenu li.nav-studios::before {
	background-image: url('images/nav-icon-studio.svg');
}

.responsive-menu-submenu li.nav-lion::before {
	background-image: url('images/nav-icon-lion.svg');
}

.responsive-menu-submenu li.nav-appdiscovery::before {
	background-image: url('images/nav-icon-appdiscovery.svg');
}

.responsive-menu-submenu li.nav-max::before {
	background-image: url('images/nav-icon-max-v2.svg');
}

.responsive-menu-submenu li.nav-safedk::before {
	background-image: url('images/nav-icon-safedk.svg');
}

.responsive-menu-submenu li.nav-sparklabs::before {
	background-image: url('images/nav-icon-sparklabs.svg');
}

.responsive-menu-submenu li.nav-adjust::before {
	background-image: url('images/nav-icon-adjust-bluecircle.svg');
}

.responsive-supplemental-menu-title {
	text-transform:uppercase;
    font-family: "Avenir Heavy";
	font-weight:700;
    color:#999;
    font-size:12px;
    letter-spacing:1px;
}
#responsive-supplemental-menu a {
	color:#000;
}

#responsive-login-signup {
	list-style-type:none;
	margin:2.5em 0 2.5em!important;
	display:flex;
}
#responsive-login-signup li {
	flex: 0 1 4em;
}
#responsive-login-signup li.button {
	flex: 0 1 6em;
}
#responsive-login-signup a {
    font-family: "Avenir Black";
	font-weight:750;
	color:#000;
	font-size:13px;
	padding:0.25em 0;
}
#responsive-login-signup a::after {
	width: 1em;
	height: 0.75em;
	content: "";
	display: inline-block;
	background: url('images/link-icon-arrow-black-2019.svg') no-repeat;
	position: relative;
	left: 0.5em;
}
#responsive-login-signup li.button a {
	color:#fff;
	background-color:#099ac6;
    border-radius: 0.275em;
	padding:0.75em 1.2em 0.5em;
}


/* Custom Button and Link Styles */

.btn-standard, .btn-outline {
    font-family: "Avenir Black";
	font-weight:750;
    display: inline-block;
    text-decoration: none;
    font-size: 26px;
    line-height:1em;
    padding: 1em 1.5em 1em;
    border-radius: 0.275em;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    transition: 0.2s all linear;
    letter-spacing: 0;
    text-align: center;
    margin-left: 0.75em;
    margin-right: 0.75em;
    margin-bottom: 0.75em;
    max-width: 85%;
	position: relative;
    z-index: 100;
    cursor:pointer;
    border:none;
}
.btn-standard {
    color: #fff;
    background: #00b6df; /* should explicitly set BG color on Standard button using styles below, but fall back to blue if empty */
}
.btn-outline {
    font-family: "Avenir Heavy";
font-weight:700;
    background: transparent;
    color: #009ecf;
    border: 1px solid #009ecf;
}
.btn-outline-light {
    color: #fff;
    border: 1px solid #fff;
}
.btn-inverted {
	color:#009ecf!important;
	background-color:#fff;
	font-family: "Avenir Black"!important;
}
.btn-standard:hover, .btn-outline:hover {
    opacity: 0.9;
}
.btn-standard.primary {
    background: #1b90b9;
}
.btn-standard.secondary {
    background: #ff5b3a;
}
.btn-standard.primary.invert {
    color: #1b90b9;
    background: #f0f0f0;
}
.btn-standard.secondary.invert {
    color: #fa6746;
    background: #f0f0f0;
}
.midsize {
	font-size:18px;
}
@media screen and (max-width: 640px) {

.midsize {
	font-size: 16px;
}
}
.sel-outline { /* select menu for AppLovin forms */
	width: 65%;
    padding: 1em 1.5em;
    background-image: url("images/applovin-ui-select-arrow.svg");
    background-repeat: no-repeat;
    background-size: 1.85em;
    background-position: 98% center;
}
.caps {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-standard.caps, .btn-outline.caps {
    padding: 1em 1.5em 0.75em; /* all caps = no descenders, slightly reduced bottom padding */
}

.promo-link {
	text-decoration:none;
	color:#00b6e0;
    font-family: "Avenir Heavy";
font-weight:700;
    display: block;
    margin-top: 0.75em;
    font-size:18px;
}
.promo-link::after, .promo-video-link::after {
    width: 1em;
    height: 0.75em;
    content: "";
    display: inline-block;
    background: url("images/link-icon-arrow-blue-2019.svg") no-repeat;
	position: relative;
    top: 1px;
    left: 0.5em;
}
.promo-video-link::after {
    width: 1.2em;
    height: 1.2em;
    top: 0.3em;
    left: 0.5em;
    background: url("images/link-icon-play-blue-2019.svg") no-repeat;
}
.promo-link-light {
	color:#fff;
}
.promo-link-light::after {
    background: url("images/link-icon-arrow-white-2019.svg") no-repeat;
}
.back-link::before {
    width: 1.5em;
    height: 0.75em;
    content: "";
    display: inline-block;
    background: url("images/link-icon-arrow-blue-2019.svg") no-repeat;
	position: relative;
    top: 1px;
    left: -0.5em;
    transform: rotate(180deg);
}
.back-link::after {
	content:unset;
}

/* Toggle link styles for open/close style controls */

.toggle-link {
	display:none;
    font-family: "Avenir Heavy";
font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	margin:1em 0;
	letter-spacing:1px;
}

.toggle-link.visible {
	display:inline-block;
}

.toggle-link::after {
	display:inline-block;
	content:"";
	width:15px;
	height:7.5px;
	margin:0 0 0 1em;
	top:-1px;
	position:relative;
	 background-image:url('images/icon-toggle-arrow-blue.svg');
	 background-repeat:no-repeat;
	 background-size:contain;
	 background-position:center top;
}

.toggle-link.opener::after {
	transform: rotate(-90deg);
}


/* Featured Content Pod basic styles */

.featured-pod-wrap {
	margin:75px auto;
	display: flex;
    justify-content: space-evenly;
}

.featured-pod {
	display: flex;
    flex-direction: column;
    width: 30%;
    max-width:340px;
	box-shadow: #dedede 0px 0px 10px;
	font-size:21px;
	line-height:1.25em;
    font-family: "Avenir Heavy";
font-weight:700;
    transition: all 0.2s ease-in-out;
    color:#000;
}

.featured-pod:hover {
	box-shadow:  #dedede 0px 0px 30px;
}

.featured-pod h5 {
	font-size:21px;
	line-height:1.25em;
    font-family: "Avenir Heavy";
	font-weight:700;
	margin:0 auto 0.5em;
}

.featured-pod .story-link {
	color: #12afa3;
	font-family: "Avenir Heavy";
	font-weight: 700;
	font-size: 14px;
	border-bottom: 2px solid #12afa3;
	padding: 0 0 5px;
	margin: 1em 0 0;
	display: inline-block;
	transition: opacity 0.1s linear;
	opacity: 0;
}

.featured-pod:hover .story-link {
	opacity: 1;
}

.featured-pod a {
	color:#000;
	display: block;
}

.featured-pod .featured-pod-text {
	text-align:left;
	min-height:3em;
    padding: 1em 1.5em 1.5em;
}

.featured-pod-img img {
	display:block;
}



/* AJAX Load More styling hooks */
.load-more-button {
    font-family: "Avenir Heavy";
font-weight:700;
    line-height:2em;
    border:none;
	outline: none;
    background-color:transparent;
    color:#00b6e0;
	transition:all 0.2s linear;
	cursor:pointer;
}
.load-more-button::after {
	content: "";
    display: inline-block;
    position:relative;
    top: 0.25em;
    left: 0.7em;
    width: 1.2em;
    height: 1.2em;
    background: url("images/link-icon-load-more-arrows-2019.svg") no-repeat;
    background-size:contain;
}
.load-more-button.loading::after {
		-webkit-animation: loader-rotate 1s linear infinite both;
		animation: loader-rotate 1s linear infinite both;
}
@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.load-more-button:hover {
	opacity:0.8;
}
.alm-load-more-btn.done {
	opacity:0.2;
}

/* 3rd Party Scripts and Plugins */

/* Rellax element visibility setup */
.rellax-mobile {
    display: none;
}
.rellax-desktop {
    display: inline-block;
}

/*Animsition Styles*/
.animsition, .animsition-overlay {
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /*height: 100%;
    min-height: 100%;*/ /*conflict mode*/
}
/**
 * overlay option
 */
.animsition-overlay-slide {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
/* loading option */
.animsition-loading, .animsition-loading::after {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 50%;
    z-index: 100;
}
.animsition-loading {
    background-color: transparent;
    border-top: 3px solid rgba(5, 131, 170, 0.2);
    border-right: 3px solid rgba(5, 131, 170, 0.2);
    border-bottom: 3px solid rgba(5, 131, 170, 0.2);
    border-left: 3px solid #00b6e0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: animsition-loading;
    animation-name: animsition-loading;
}
@-webkit-keyframes animsition-loading {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes animsition-loading {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-webkit-keyframes fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.fade-in {
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
}
@-webkit-keyframes fade-out {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes fade-out {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.fade-out {
    -webkit-animation-name: fade-out;
    animation-name: fade-out;
}



/* Policy Center Pages - Privacy, Terms, SDK, DMCA, etc. */

.container {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 20px;
}
.container::after {
    content: "";
    display: block;
    clear: both;
}
.title-row {
    background-color: #f5f5f5;
    padding: 140px 20px 80px;
    text-align: center;
}
.gateway-title-row {
    background-color: #ffffff;
}
.title-row h1 {
    font-size: 36px;
    margin: 0 auto;
    font-family: "Avenir Heavy";
font-weight:700;
    max-width: 720px;
}
#content > .wrap {
    padding: 0 0 20px 0;
}
.wrap {
    width: 95%;
    padding: 0 20px;
    margin: 0 auto;
}
.nav-col {
	position:relative;
    float: left;
    width: 200px;
    padding-top: 80px;
    margin-right: 50px;
    top: 30px;
}
@media screen and (min-width: 768px) {
	.nav-col {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
	}
}
.main-col {
    float: right;
    width: calc(100% - 250px);
    padding-top: 80px;
}
.minimalPage .main-col {
    float: none;
    width: 85%;
    max-width: 600px;
    margin: auto;
}
#content .main-col h2:first-child {
    margin-top: 0px;
}
body.page-template-policy-gateway .main-col {
    float: none;
    width: 100%;
    max-width: 760px;
    padding-top: 0;
    margin: 0 auto;
}
.nav-col h6 {
    color: #888888;
    margin: 0 0 8px 0;
    font-family: "Avenir Heavy";
font-weight:700;
    font-size:16px;
}
.nav-col h6 a {
    color: #888888;
}
#content #sidenav-1, #content #sidenav-2 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#content #sidenav-1 > li, #content #sidenav-2 > li {
    padding: 0 0 8px 0;
    line-height: 1.5em;
}
#content #sidenav-1 > li:last-child, #content #sidenav-2 > li:last-child {
    padding: 0 0 0 0;
}
#content #sidenav-1 > li::before, #content #sidenav-2 > li::before {
    content: none;
}
#sidenav-1 > li > a, #sidenav-2 > li > a {
    color: #888888;
    font-size: 15px;
}
#sidenav-1 > li.current_page_item > a, #sidenav-2 > li.current_page_item > a, #sidenav-1 > li > a:hover, #sidenav-2 > li > a:hover, .nav-col h6 a:hover {
    color: #00b6e0;
    opacity: 1;
}
.subnav-divider {
    border-bottom: 1px solid #cccccc;
    height: 2px;
    margin: 20px 0 20px 0;
}
.content-top-menu {
    margin-bottom: 60px;
}
.truste-badge {
    margin-right: 50px;
    float: left;
}
#content a.opt-out {
    float: right;
    font-family: "Avenir Medium";
font-weight:550;
    text-decoration: underline;
    padding-top: 12px;
}
.content-top-spacer {
    height: 60px;
}
.illo-opt-out-flow {
	width:100%;
	margin:0 auto 2em;
	max-width:518px;
}
.policy-gateway-copy {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 60px;
}
.policy-gateway-intro {
    font-size: 32px;
    line-height: 1.25em;
}
body.page-template-policy-gateway {
    background-color: #f5f5f5;
}
.gateway-menu-wrap {
    background-color: #ffffff;
    padding: 30px 40px;
    margin: 40px 0;
    border-top-style: solid;
    border-top-width: 4px;
}
.gateway-menu-wrap h4 {
    font-size: 21px;
    margin-bottom: 30px;
}
.gateway-menu-wrap:nth-of-type(even) {
    border-top-color: #f8674c;
}
.gateway-menu-wrap:nth-of-type(odd) {
    border-top-color: #2b6479;
}
.gateway-menu-wrap li {
    border-bottom: 1px solid #c9c9c9;
    padding: 0 0 12px 0;
    margin-bottom: 12px;
}
.gateway-menu-wrap li:last-child {
    border-bottom: none;
    padding: 0 0 0 0;
    margin-bottom: 0;
}
.gateway-menu-wrap li[class*="flag-"] > a {
    padding-left: 40px;
}
.gateway-menu-wrap li[class*="flag-"] > a::before {
    content: "";
    position: absolute;
    border-radius: 0;
    top: 0px;
    left: 0px;
    width: 21px;
    height: 14px;
    background-size: cover;
}
.gateway-menu-wrap li.flag-us a::before {
    background-image: url('images/flag-us.gif');
}
.gateway-menu-wrap li.flag-cn a::before {
    background-image: url('images/flag-cn.gif');
}
.gateway-menu-wrap li.flag-jp a::before {
    background-image: url('images/flag-jp.gif');
}
.gateway-menu-wrap li.flag-de a::before {
    background-image: url('images/flag-de.gif');
}
.gateway-menu-wrap li.flag-kr a::before {
    background-image: url('images/flag-kr.gif');
}
.gateway-menu-wrap li.policy-optout > a {
    padding-left: 0px;
}

#content {
    margin: 0 0 40px;
}
.two-cols::after {
    content: "";
    display: block;
    clear: both;
}
.two-cols .articles-holder {
    padding: 0 0 40px;
}
.index-holder picture, .index-holder img {
    max-width: 100%;
    min-width: 100%;
}
#content:only-child {
    width: 100% !important;
}
#content a {
    text-decoration: none;
}
#content a:hover {
    opacity: .8;
}
#content p img {
    max-width: 100%;
}
#content .content-holder {
    background: #fff;
    padding: 0 20px 20px;
    margin: 0 0 40px;
}
#content h2 {
    font-family: "Avenir Heavy";
font-weight:700;
    font-size: 24px;
    color: #000;
    margin: 30px 0 14px;
}
#content h3 {
    font-family: "Avenir Heavy";
font-weight:700;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 14px;
}
#content p {
    margin: 0 0 24px;
}
#content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 30px 20px;
}
#content ul > li {
    padding: 0 0 8px 10px;
}
#content ul > li::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    height: 3px;
    width: 3px;
    border-radius: 100%;
    background: #000;
}
#content ol.alpha-list {
    list-style-type: lower-alpha;
}
#content .image-block {
    margin: 0 0 49px;
}
#content .image-block img {
    display: block;
}
#content .tags-list-block {
    margin: 0 0 37px;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 18px;
}
#content .tags-list-block .title {
    float: left;
    padding: 0 4px 0 0;
    color: #999;
}
#content .tags-list-block ul {
    overflow: hidden;
    margin: 0;
}
#content .tags-list-block ul li {
    padding: 0 2px 0 0;
    display: inline-block;
    vertical-align: top;
}
#content .tags-list-block ul li::before {
    display: none;
}
#content .tags-list-block ul a {
    text-decoration: none;
}
#content blockquote {
    border: none;
    margin: 0 0 20px;
    padding: 0;
}
#content blockquote q, #content blockquote p {
    display: block;
    padding: 0 20px;
    font-size: 20px;
    line-height: 30px;
}
#content .img-holder {
    margin: 0 -20px 20px;
}
#content .img-holder img {
    display: block;
}
#content h2 a {
    color: #000;
}
#content .title {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 17px;
    letter-spacing: 1px;
}
#content .title a {
    color: #00b6e0;
}
#content .img-text-block {
    color: #999;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    margin: 0 0 40px;
    padding: 20px 0 20px;
    font-size: 14px;
    line-height: 20px;
}
#content .img-text-block a {
    color: #999;
}
#content .img-text-block .text-block {
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}
#content .img-text-block a:hover {
    opacity: .8;
}
#content .img-text-block .img-holder {
    float: left;
    margin: 0 20px 20px 0;
    width: 70px;
}
#content .img-text-block .img-holder img {
    display: block;
    width: 100%;
    border-radius: 100%;
}

/* Language Switcher UI */

#footer .lang-switcher {
	border:solid 1px #ddd;
	padding:0.5em 0;
    border-radius: 3px;
    background-color:#fff;
    z-index: 100;
	transition:all 0.25s ease;
}
#footer.footer-dark .lang-switcher {
	border-color:#999;
    background-color:transparent;
}
#responsive-menu-wrapper .lang-switcher {
	position:relative;
	padding:0.5em 0;
	transition:all 0.25s ease;
}
#footer .lang-switcher:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.lang-switcher ul {
	list-style-type:none;
	padding:0;
	margin:0;
	text-align: left;
}

.lang-switcher li {
	display:flex;
	padding:0;
	margin:0;
	height:0;
	letter-spacing: 1px;
	overflow:hidden;
	opacity:0;
	transition:opacity, height 0.25s ease;
}
.lang-switcher li.active, .lang-switcher:hover li, #responsive-menu-wrapper .lang-switcher li {
	height:auto;
	opacity:1;
}

.lang-switcher li a {
	display:block;
	width:100%;
	padding:6px 20px 4px 60px!important;
    font-family: "Avenir Heavy";
font-weight:700;
    font-size: 12px;
    color:#999;
}

#responsive-menu-wrapper .lang-switcher li a {
	padding:6px 20px 4px 40px!important;
}


#footer .lang-switcher li:hover {
	background-color:rgb(239,239,239,1);
}

#footer.footer-dark .lang-switcher li:hover {
	background-color:rgb(239,239,239,0.2);
}

.lang-switcher li a:hover {
	opacity:1;
}

#footer .lang-switcher li::before {
	position:absolute;
	top: 6px;
	left:15px;
	display:block;
	content:'';
	width:21px;
	height:14px;
	background-size:contain;
	background-repeat:no-repeat;
	padding:0;
	margin:0 1em 0 0;
}
#responsive-menu-wrapper .lang-switcher li::before {
	position:absolute;
	top: 6px;
	left:0;
	display:block;
	content:'';
	width:21px;
	height:14px;
	background-size:contain;
	background-repeat:no-repeat;
	padding:0;
	margin:0 1em 0 0;
}

.lang-switcher li.lang-en::before {
	background-image:url('images/flag-us.gif');
}

.lang-switcher li.lang-cn::before {
	background-image:url('images/flag-cn.gif');
}

.lang-switcher li.lang-jp::before {
	background-image:url('images/flag-jp.gif');
}

.lang-switcher li.lang-kr::before {
	background-image:url('images/flag-kr.gif');
}

#footer .lang-switcher:hover li.active {
	background-image:url('images/icon-active-dot.svg');
	background-repeat:no-repeat;
	background-size:0.5em;
	background-position: 90% center;
}

.responsive-lang-menu {
	margin:1em auto!important;
}

/* Footer */

#footer {
    background-color: #fff;
    padding: 7% 0 2em;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
#footer.footer-dark {
	background-color: #181625;
	color: #fff;
}
#footer .row {
    display:flex;
	justify-content: space-between;
	margin:0 0 2em; 
	align-items: flex-start;
}
.copyright-row {
	text-align: left;
}
@media screen and (max-width: 1024px) {
	#footer .row.menus-row, #footer .row.copyright-row {
		flex-direction:column;
	}
	.copyright-row > div {
		margin:0 auto 0 0;
	}
}
#footer .inner-wrap {
	width: 95%;
	max-width:1200px;
	align-items: flex-start;
	flex-wrap: wrap;
}
#footer a:hover {
    opacity: .8;
}
#footer .footer-statement {
	flex: 0 1 28%;
	font-size: 21px;
	line-height: 1.25em;
	margin: 0 60px 0 0;
	text-align: left;
	color: #999;
}
@media screen and (max-width: 1024px) {
	#footer .footer-statement {
		width:100%;
		max-width: 450px;
		margin-bottom:1em;
	}
}
#footer .footer-statement p {
	font-size:21px;
}
#footer .footer-icon {
	width:100%;
	max-width:50px;
	max-height: 42px;
}
#footer .footer-nav-holder  {
	display: flex;
	flex: 0 1 800px;
	justify-content: space-between;
	margin: 0 auto;
}
#footer .footer-logo {
	flex: 0 0 120px;
}
@media screen and (max-width: 1024px) {
	#footer .footer-nav-holder {
		width:100%;
	}
}
#footer .footer-nav-holder > div {
    width: 20%;
}
@media screen and (max-width: 640px) {
	#footer .footer-nav-holder {
		justify-content: left;
		flex-wrap:wrap;
	}
	#footer .footer-nav-holder > div {
	    width: auto;
	    flex:0 1 30%;
	    margin:0 0 0 5%;
	}
	#footer .footer-nav-holder > div:nth-child(3n+1) {
		margin-left:0;
	}
	#footer .footer-nav-holder > div:nth-child(n+4) {
		margin-top:1em;
	}
}

#footer .copyright-text {
    color: #999;
    margin:0;
}
#footer .copyright-divider {
    margin:0 2em;
}
@media screen and (max-width: 640px) {
	#footer .copyright-divider {
		display:none;
	}
}
#footer .row:last-child {
	align-items: center;
}
#footer .footer-nav-holder ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    font-size: 15px;
    font-family: "Avenir Light";
font-weight:300;
    text-align:left;
}
@media screen and (max-width: 768px) {
	#footer .footer-nav-holder ul {
		font-size: 14px;
	}
}
#footer .footer-nav-holder .submenu-title {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:0.5px;
    font-family: "Avenir Heavy";
font-weight:700;
    color:#999;
	margin:0 0 1em;
	text-align:left;
}
#footer .footer-nav-holder ul li {
	line-height: 1.5em;
}
@media screen and (max-width: 640px) {
	#footer .footer-nav-holder ul, #footer .footer-nav-holder li {
		font-size: 13px!important;
	}

#footer .footer-nav-holder ul li {
	line-height: 1.75em;
}
}
#footer .footer-nav-holder ul a {
	color:#000;
    text-decoration: none;
}
#footer.footer-dark .footer-nav-holder ul a {
	color:#fff;
}
.social-icons {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display:flex;
}
@media screen and (max-width: 1024px) {
	#footer .social-icons {
		margin: 2em auto 2em 0;
	}
	#footer .lang-switcher {
		display:none;
	}
	#footer .footer-logo {
		flex: 0 0 80px;
	}
	#footer .footer-nav-holder {
		flex: 0 1 auto;
	}
}
.social-icons li {
    width: 28px;
    display: flex;
    align-items: center;
}
.social-icons li:nth-child(n + 2) {
	margin-left:24px!important;
}
.social-icons img {
    width:100%;
    max-height:24px;
}
.terms-list {
	display:inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .copyright-text, .terms-list {
    opacity:0.65;
}

@media screen and (max-width: 640px) {
	.terms-list {
		display: block;
		margin:1em 0 0 0;
	}
}
.terms-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 2em 0 0;
}
.terms-list a {
    text-decoration: none;
    color: #999;
    font-size: 12px;
}

/* Styling and Overrides for Ninja Forms Contact Form */

.nf-field-container {
    margin-bottom: 14px!important;
}

.submit-container {
	margin-bottom:0!important;
}

.nf-before-form-content {
	display:none;
}

.nf-error-msg {
    font-family: "Avenir Medium";
font-weight:550;
}

.nf-response-msg {
    font-family: "Avenir Heavy";
font-weight:700;
    margin-bottom: 30px;
	font-size: 20px;
	line-height:1.25em;
}

.nf-response-msg h3 {
	font-size: 21px;
    margin-top: 20px;
    margin-bottom:20px;
}

.nf-response-msg p {
	font-size: 18px;
}

input.al-form-field, textarea.al-form-field {
	width:100%;
	padding:20px;
	border:1px solid #e3e3e3;
	border-radius:0;
	font-size:18px;
    font-family: "Avenir Medium";
font-weight:550;
	color:#000;
	-webkit-appearance: none;
    -moz-appearance: none;
}

::placeholder {
  color:#aaa!important;
}

::-webkit-input-placeholder {
  color:#aaa!important;
}

::-moz-placeholder {
  color:#aaa!important;
}

:-ms-input-placeholder {
  color:#aaa!important;
}

:-moz-placeholder {
  color:#aaa!important;
}

.al-form-button {
    font-family: "Avenir Black";
font-weight:750;
    font-size: 26px;
    line-height: 1em;
    color: #fff;
    background-color: #00b0cd;
	padding: 1em 4em 0.8em;
    display: inline;
    margin-bottom: 0.75em;
	transition: all 0.2s linear;
    margin-top:0.75px!important;
	width: 100%!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius:5px!important;
	border-radius: 5px!important;
    border:none;
    cursor:pointer;
}

.al-form-button:hover {
	opacity:0.8;
    border:none;
}

.g-recaptcha > div {
	margin:auto;
}

@media only screen and (min-width: 768px) {
.resp-hide {
    display: block;
}
.resp-show {
    display: none;
}
}


@media screen and (min-width: 1024px) {

#content {
    float: left;
    width: 69%;
    padding: 0 41px 20px 0;
}
#sidebar {
    float: right;
    width: 31%;
}
.two-cols.add {
    padding: 56px 0 0;
}
.two-cols .articles-holder {
    float: left;
    width: 69%;
    padding: 0 41px 0 0;
}
#content .content-holder {
    padding: 0 38px 100px 45px;
    margin: 0 0 30px;
}
#content ul > li {
    padding: 0 0 8px 30px;
    line-height: 1.35em;
}
#content ul > li::before {
    height: 6px;
    width: 6px;
}
#content ol > li {
    padding: 0 0 8px 33px;
}
#content ol > li::before, #content ol > li.list-item-before {
    margin: 0 0 0 -33px;
}
#content .image-block {
    margin: 0 11px 49px 3px;
}
#content blockquote {
    margin: 46px 0 58px;
}
#content blockquote q, #content blockquote p {
    font-size: 32px;
    line-height: 42px;
    padding: 0 58px;
}
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e7e7e7;
    margin: 1em 0;
    padding: 0;
}


/* Home Page */

#page-home h1 {
  font-size: 60px;
}
#page-home h2 {
  font-size: 42px;
}
#page-home h3 {
  font-size: 32px;
}
#page-home h4 {
  font-size: 32px;
  font-family: "Avenir Black";
}
#page-home h5 {
  font-size: 27px;
  font-family: "Avenir Black";
}
#page-home h6 {
  font-size: 21px;
  font-family: "Avenir Black";
}
#app-counter {
  position: absolute;
  width: 245px;
  left: -210px;
  bottom: -8%;
  margin: 2em;
  font-family: "Avenir Heavy";
}
/* custom spacers */
.tick span[data-view]:nth-last-child(3n + 3) {
  margin-left: 0.5em;
}
.counter-title {
  color: #829bc4;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
  font-family: "Avenir Heavy";
}
.tick .tick-credits {
	display: none;
}
.accent-line::after {
  display: block;
  content: '';
  margin: 1em 0 1.5em;
  width: 88px;
  height: 8px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.focus-platform .accent-line::after {
  background-image: url('images/icon-title-bar-platform.svg');
  margin-left: auto;
  margin-right: auto;
}
.focus-apps .accent-line::after {
  background-image: url('images/icon-title-bar-apps.svg');
}
.focus-solutions .accent-line::after {
  background-image: url('images/icon-title-bar-solutions.svg');
}

/* Custom Button and Link Styles */
#page-home .hero .btn-standard {
  font-family: "Avenir Black";
  font-weight: 750;
  display: inline-block;
  text-decoration: none;
  font-size: 21px;
  line-height: 1em;
  padding: 1em 1.5em 1em;
  border-radius: 0.275em;
  transition: 0.2s all linear;
  letter-spacing: 0;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.75em;
  max-width: 85%;
  position: relative;
  z-index: 100;
  cursor: pointer;
  border: none;
  transition: 0.1s all linear;
}
#page-home .hero .btn-standard {
  color: #105ffb;
  background: #fff; /* should explicitly set BG color on Standard button using styles below, but fall back to blue if empty */
  box-shadow: 6px 6px #6bd1eb;
  transform: translateX(0px) translateY(0px);
  transition: 0.1s all ease-in;
}
#page-home .hero .btn-standard:hover {
  box-shadow: 6px 6px #105ffb!important;
	opacity: 1;
}
#page-home .hero .btn-standard:active {
  transform: translateX(6px) translateY(6px);
  box-shadow: 0px 0px!important;
  transition: 0s all ease-in;
}
#page-home .hero .btn-standard:active {
	box-shadow: 0px 0px;
}


/* Hero */
#page-home .hero {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-align: left;
}
#page-home .hero h1 {
  font-size: 60px;
  font-family: "Avenir Light";
  font-weight: normal;
  margin:0.75em auto;
}
.hero .row.background-wrap {
  height: 100%;
  position: absolute;
  background: rgb(37, 42, 58);
  background: linear-gradient(180deg, rgba(37, 42, 58, 1) 0%, rgba(24, 22, 37, 1) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 95%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 95%);
}
#page-home .hero .inner-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#page-home .hero .inner-wrap .main-content {
  width: 50%;
  padding-left: 100px;
}
#page-home .hero-bg-lava {
  position: absolute;
  bottom: 0;
  right: -340px;
  width: 1215px;
  transform: scaleX(-1);
}
.hero-phone-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 460px;
  margin: auto;
  position: absolute;
  bottom: 60px;
  right: 60px;
}
.hero-phone-mobile {
	display:none;
}
.hero-phone {
  position: relative;
  z-index: 100;
  width: 72%;
  max-width: 335px;
  top: 60px;
}
.hero-phone-icon {
  position: absolute;
  width: 100%;
  z-index: 150;
}
.hero-phone-icon-book {
  top: 16%;
  right: -5%;
  max-width: 210px;
}
.hero-phone-icon-bowl {
  top: 33%;
  left: -4%;
  max-width: 180px;
}
.hero-phone-icon-chat {
  bottom: -5%;
  right: 4%;
  max-width: 210px;
}
.arc-line-wrapper {
  position: absolute;
  top: 0;
  width: 460px;
  min-height: 160px;
  overflow: hidden;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 70%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 70%);
  opacity: 0.3;
  z-index: 50;
}
.global-scale .arc-line-wrapper {
  top: 10%;
  right: -100px;
  width: 820px;
  min-height: 300px;
}
.arc-line {
  position: absolute;
  opacity: 0;
}
.arc-line1 {
  width: 25%;
  animation: arc-line1 3s ease-out 0s 1;
  animation-fill-mode: forwards;
  transform-origin: left bottom;
  bottom: 0%;
  left: 15%;
  transform: rotate(90deg);
}
.arc-line2 {
  width: 18%;
  animation: arc-line2 2.5s ease-out 1s 1;
  animation-fill-mode: forwards;
  transform-origin: left bottom;
  bottom: 35%;
  left: 22%;
  transform: rotate(90deg);
}
.arc-line3 {
  width: 70%;
  animation: arc-line3 3.5s ease-out 0.5s 1;
  animation-fill-mode: forwards;
  transform-origin: center bottom;
  top: 0;
  right: -15%;
  transform: rotate(-65deg);
}
.global-scale *.invisible {
  animation: none;
}
@keyframes arc-line1 {
  0% {
    transform: rotate(90deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: rotate(-10deg);
    opacity: 1;
  }
}
@keyframes arc-line2 {
  0% {
    transform: rotate(90deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: rotate(5deg);
    opacity: 1;
  }
}
@keyframes arc-line3 {
  0% {
    transform: rotate(-65deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: rotate(25deg);
    opacity: 1;
  }
}
.global-scale .arc-line-wrapper {
  opacity: 0.41;
}
.global-scale .arc-line {
  filter: brightness(0) saturate(100%) invert(77%) sepia(21%) saturate(5750%) hue-rotate(115deg) brightness(99%) contrast(77%); /* effect via https://codepen.io/sosuke/pen/Pjoqqp */
}

.home-intro-row {
	background-color:#f7f8fc;
	padding:150px 0;
}
.home-intro-row > .inner-wrap {
	padding:0;
}
.home-intro-illo, .home-intro-text {
	flex: 0 0 50%;
}
.home-intro-illo {
	padding:0;
}
.home-intro-illo .primary-img {
	margin: 0 0 30px 0;
	width: 90%;
	max-width: 645px;
	box-shadow: 0px 0px 48px 0px rgba(28, 26, 39, 0.25);
}
.home-intro-illo .overlay-dashboard {
	position:absolute;
	right:7%;
	bottom:0;
	width:38%;
	max-width:262px;
}
.home-intro-illo .overlay-chart-lines {
	position:absolute;
	right:0;
	bottom:-15%;
	width:48%;
	max-width:335px;
}
.home-intro-text {
	padding:50px 50px 50px 100px;
}
.home-icon {
	height:100%;
	max-height:60px;
	width:auto;
	margin-bottom:18px;
}
.section-header-icon {
  max-width: 100px;
}
.focus-solutions {
  background-color: #f7f8fc;
  overflow: hidden;
}
.focus-solutions > .inner-wrap {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  align-items: center;
}
.focus-solutions h6 {
  margin: 1em auto;
}
.solutions-div1 {
  grid-area: 1 / 1 / 2 / 5;
	max-width: 400px;
}
.solutions-div2 {
  grid-area: 1 / 5 / 2 / 9;
}
.solutions-div3 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: flex-start;
}
.solutions-div4 {
  grid-area: 2 / 3 / 3 / 5;
  align-self: flex-start;
}
.solutions-div5 {
  grid-area: 2 / 5 / 3 / 7;
  align-self: flex-start;
}
.solutions-div6 {
  grid-area: 2 / 7 / 3 / 9;
  align-self: flex-start;
}
.focus-solutions .logo {
	height: 50px;
}
.focus-solutions .logo-max {
	width: 92px;
}
.focus-solutions .logo-appdiscovery {
	width: 168px;
}
.focus-solutions .logo-sparklabs {
	width: 62px;
}
.focus-solutions .logo-adjust {
	width: 105px;
}
.solutions-laptop-mobile {
	display:none;
}

.solutions-laptop-logos {
  width: 710px;
  max-width: 710px;
  position: relative;
  right: -75px;
}
.focus-platform {
  background-color: #181625;
  background-image: url("images/bg-vector-waves.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 100vh;
  max-height: 800px;
  display: flex;
}
.focus-platform p {
  font-size: 21px;
}
.focus-platform .inner-wrap {
  justify-content: center;
  text-align: center;
  max-width: 680px;
  	margin: auto;
}
.focus-apps {
  background-image: url("images/lava-bg-home-apps.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.focus-apps p {
  font-size: 21px;
}
.focus-apps > .inner-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100vh;
  max-height: 840px;
  align-items: center;
  padding: 0;
  text-align: left;
}
.our-apps-div1 {
  grid-area: 1 / 1 / 2 / 2;
  padding: 0 60px 0 40px;
}
.our-apps-div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.home-embed-video-wrapper {
  margin: auto;
  position: relative;
  right: -25%;
  width: 100%;
  max-width: 620px;
}
#home-embed-video {
  width: 100%;
  margin: auto;
  border-radius: 32px;
}
.video-mask {
  position: absolute;
  left: 50%;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 101%;
  height: 101%;
  border: 16px solid #fff;
  border-top-left-radius: 4.5% 10%;
  border-top-right-radius: 4.5% 10%;
  border-bottom-right-radius: 4.5% 10%;
  border-bottom-left-radius: 4.5% 10%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 200;
}
.falling-icons-wrapper {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
}
.falling-icon {
  position: absolute;
  top: -450px;
  animation: none;
  animation-fill-mode: forwards;
  border-radius: 25%;
  box-shadow: 0px 5px 12px rgb(0, 0, 0, 0.5);
}
.falling-icons-wrapper.visible .falling-icon {
  animation: falling-icon-anim linear infinite;
}
.falling-icon:nth-child(3n+1) {
  width: 90px;
}
.falling-icon:nth-child(3n+2) {
  width: 78px;
}
.falling-icon:nth-child(3n+3) {
  width: 65px;
}
.falling-icons-wrapper.visible .falling-icon1 {
  animation-delay: 0s;
  animation-duration: 25s;
  left: 23%;
}
.falling-icons-wrapper.visible .falling-icon2 {
  animation-delay: 2s;
  animation-duration: 22s;
  left: 59%;
}
.falling-icons-wrapper.visible .falling-icon3 {
  animation-delay: 4s;
  animation-duration: 19s;
  left: 77%;
}
.falling-icons-wrapper.visible .falling-icon4 {
  animation-delay: 6s;
  animation-duration: 26s;
  left: 41%;
}
.falling-icons-wrapper.visible .falling-icon5 {
  animation-delay: 8s;
  animation-duration: 23s;
  left: 95%;
}
.falling-icons-wrapper.visible .falling-icon6 {
  animation-delay: 10s;
  animation-duration: 20s;
  left: 68%;
}
.falling-icons-wrapper.visible .falling-icon7 {
  animation-delay: 12s;
  animation-duration: 26.5s;
  left: 32%;
}
.falling-icons-wrapper.visible .falling-icon8 {
  animation-delay: 14s;
  animation-duration: 23.5s;
  left: 14%;
}
.falling-icons-wrapper.visible .falling-icon9 {
  animation-delay: 16s;
  animation-duration: 20.5s;
  left: 50%;
}
.falling-icons-wrapper.visible .falling-icon10 {
  animation-delay: 17s;
  animation-duration: 24.5s;
  left: 5%;
}
.falling-icons-wrapper.visible .falling-icon11 {
  animation-delay: 20s;
  animation-duration: 21.5s;
  left: 86%;
}
@keyframes falling-icon-anim {
  from {
    top: -15%;
  }
  to {
    top: 120%;
  }
}
.global-scale {
  background-color: #181625;
  height: 100vh;
  min-height: 800px;
  color: #fff;
  overflow: hidden;
}
.global-scale > .inner-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
#page-home .global-scale h2 {
  font-size: 50px;
}
#page-home .global-scale h5 {
  margin: 0 auto 0;
}
.global-scale-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto) 80px;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 860px;
  text-align: left;
}
.global-div1 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: flex-end;
  max-width: 500px;
  padding-bottom: 40px;
}
.global-div2 {
  grid-area: 2 / 1 / 3 / 2;
}
.global-div3 {
  grid-area: 2 / 2 / 3 / 3;
}
.global-div4 {
  grid-area: 2 / 3 / 3 / 4;
}
.global-div5 {
  grid-area: 2 / 4 / 3 / 5;
}
.global-div6 {
  grid-area: 3 / 1 / 4 / 2;
}
.global-div7 {
  grid-area: 3 / 2 / 4 / 3;
}
.global-div8 {
  grid-area: 3 / 3 / 4 / 4;
}
.global-div9 {
  grid-area: 3 / 4 / 4 / 5;
}
div[class^="global-div"] {
  z-index: 10;
}
div[class^="global-div"] p {
  line-height:1.4em;
}
.global-div1 p {
  font-size: 21px;
  margin-bottom: 1em;
}
.global-map-wrapper {
  position: absolute;
  top: 100px;
  right: -250px;
}
.global-map {
  width: 875px;
}
.icon-home-global {
  height: 100%;
  max-height: 60px;
  width: auto;
}
.studio-logos-wrapper {
  background-color: #f7f8fc;
}
.studio-logos-wrapper > .inner-wrap {
width: 100%;
	display: flex;
	align-items: center;
}
.studio-logos-wrapper img {
  width: 100%;
	margin:30px auto;
}






@media screen and (max-width: 1024px) {

#page-home h1 {
  font-size: 42px;
}
#page-home h2 {
  font-size: 36px;
}
#page-home h3 {
  font-size: 27px;
}
#page-home h4 {
  font-size: 27px;
  font-family: "Avenir Black";
font-weight:750;
}
#page-home h5 {
  font-size: 21px;
  font-family: "Avenir Black";
font-weight:750;
}
#page-home h6 {
  font-size: 16px;
  font-family: "Avenir Black";
font-weight:750;
}

.home-intro-row {
	padding:120px 0;
}
.home-intro-row > .inner-wrap {
	flex-direction:column;
	padding: 0 5%;
}
.home-intro-illo {
	margin-bottom: 100px;
	max-width: 75%;
}
.home-intro-text {
	padding: 0 10%;
}
	.primary-content-row > .flex-inner-wrap {
		flex-direction:column;
	}
	.primary-content-row > .flex-inner-wrap.flex-reverse {
		flex-direction:column-reverse;
	}
#page-home .hero {
	text-align: center;
		padding-bottom: 40px;
		min-height:100vh;
		height:auto;
}
#page-home .hero h1 {
font-size: 48px;
	max-width: 480px;
	}
	#page-home .hero .btn-standard {
	font-size: 16px;
	}

#page-home .hero > .inner-wrap {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 50% 50%;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	height: auto;
}

#page-home .hero > .inner-wrap .main-content{ 
grid-area: 1 / 1 / 2 / 2; 
	width: 100%;
	padding-left: unset;
	align-self: flex-end;
	}
	
.hero-phone-wrapper { 
	display: block;
	position: relative;
	bottom: unset;
	right: unset;
	width: 100%;
	max-width: unset;
}
#page-home .hero .arc-line-wrapper {
	display:none;
}
.hero-phone-icon-book {
	display:none;
}
.hero-phone-icon-bowl {
	display:none;
}
.hero-phone-icon-chat {
	display:none;
}
.hero-phone {
	display:none;
}
.hero-phone-mobile {
	display:block;
	max-width:335px;
	margin:auto;
}
#app-counter {
	position: relative;
	width: 60%;
	max-width: 245px;
	left: unset;
	bottom: unset;
	margin: 10px auto 0;
}
.counter-title {
	text-align: center;
	font-size: 10px!important;
}
.hero .row.background-wrap {
	left: 0;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0 85%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 85%);
}


#page-home .hero-bg-lava {
	bottom: 15%;
	right: -180px;
	max-width: 720px;
}

.section-header-icon {
	margin: auto;
}

.accent-line::after {
	margin: 0.5em auto 1em;
}

.focus-platform {
	height: auto;
	padding: 120px 0;
}

.focus-solutions p, .focus-solutions a {
	font-size: 14px!important;
	line-height: 1.4em;
}
.focus-solutions > .inner-wrap {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto;
	grid-row-gap:30px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.solutions-div1 { 
grid-area: 1 / 1 / 2 / 5;
text-align:center;
	max-width: 100%;
	padding: 0 15%;
 }
.solutions-div2 { grid-area: 2 / 1 / 3 / 5; }
.solutions-div3 { grid-area: 3 / 1 / 4 / 2; }
.solutions-div4 { grid-area: 3 / 2 / 4 / 3; }
.solutions-div5 { grid-area: 3 / 3 / 4 / 4; }
.solutions-div6 { grid-area: 3 / 4 / 4 / 5; }

.solutions-laptop-logos {
	max-width: 85%;
	margin: auto;
	right: unset;
	top: -20px;
}

.focus-solutions .logo-adjust {
	width: 85px;
	height:35px;
}
.focus-solutions .logo-sparklabs {
	width: 50px;
	height:35px;
}
.focus-solutions .logo-max {
	width: 80px;
	height:35px;
}
.focus-solutions .logo-appdiscovery {
	width: 140px;
	height:35px;
}
.focus-apps {
	background-size: 50%;
	background-position: 140% top;
}

.focus-apps > .inner-wrap {
	height: auto;
	max-height: unset;
	text-align: center;
grid-template-columns: 1fr;
grid-template-rows: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

.our-apps-div1 { 
grid-area: 1 / 1 / 2 / 2; 
	max-width: 100%;
	padding: 0 20%;

}
.our-apps-div2 { 
grid-area: 2 / 1 / 3 / 2; 
}

.home-embed-video-wrapper {
	margin: 60px auto 0;
	right: unset;
	width: 75%;
}

.video-mask {
	border: 12px solid #fff;
}
#home-embed-video {
	border-radius: 20px;
	position: relative;
	top: 6px;
	}
.falling-icons-wrapper {
	display:none;
}

.falling-icons-wrapper .falling-icon {
	animation:none!important;
	display:none!important;
}
.promo-link {
	font-size: 16px;
}

.global-scale {
	height: auto;
	padding: 120px 0 100px;
	min-height: unset;
}
.global-scale .arc-line-wrapper {
	display:none;
}
.global-map-wrapper {
	top: -100px;
	right: unset;
	opacity: 0.75;
	width: 88%;
	left: 6%;
}
.global-scale-grid {
	width: 90%;
	margin: auto;
}
.global-div1 {
	max-width: 75%;
	margin: auto;
	text-align: center;
}
.global-div2 p, .global-div3 p, .global-div4 p, .global-div5 p {
	font-size: 14px!important;
	line-height:1.4em;
}
#page-home .global-scale h2 {
	font-size: 36px;
}

} /* end 1024 */

.inside-applovin-row .inner-wrap {
	padding:0;
}

.inside-applovin-row .inside-cap-block {
	background-color:#00b6e0;
	width: 80%;
	max-width: 550px;
	margin:0 auto;
	min-height:80px;
	padding:40px;
}

@media screen and (max-width: 640px) {
#page-home .hero > .inner-wrap {
	grid-template-rows: auto;
	padding-top: 150px;
}
.home-intro-row {
	padding: 60px 0 80px;
}
.home-intro-illo {
	padding: 0 5%;
	max-width:100%;
	margin-bottom: 80px;
}
.home-intro-illo .primary-img {
	width:95%;
	margin:0 auto 30px;
}
.home-intro-illo .overlay-dashboard {
	right: 5%;
	bottom: 5%;
}
.home-intro-illo .overlay-chart-lines {
	right: 0%;
	bottom: -10%;
}
.home-intro-row .simple-grid-4-narrow {
	text-align:center;
}
#page-home .hero h1 {
	font-size:42px;
}
.home-icon {
	margin: 0 auto 18px;
}
.hero-phone-mobile {
	max-width:100%;
}

#app-counter {
	width: 85%;
}

#page-home .hero-bg-lava {
	bottom: 0;
	right: -150px;
	max-width: 650px;
}
.section-header-icon {
	max-width: 75px;
}
.focus-solutions {
	text-align: center;
}
.focus-solutions > .inner-wrap {
	grid-template-columns: 1fr;
	grid-row-gap: 45px;
	padding-top: 60px;
	padding-bottom: 80px;
}

.solutions-div1 { grid-area: 1 / 1 / 2 / 2; }
.solutions-div2 { grid-area: 2 / 1 / 3 / 2; }
.solutions-div3 { grid-area: 3 / 1 / 4 / 2; }
.solutions-div4 { grid-area: 4 / 1 / 5 / 2; }
.solutions-div5 { grid-area: 5 / 1 / 6 / 2; }
.solutions-div6 { grid-area: 6 / 1 / 7 / 2; }

.solutions-div1 {
	padding: 0 10%;
}

.solutions-div3, .solutions-div4, .solutions-div5, .solutions-div6 {
	width: 75%;
	margin:auto;
}

.focus-solutions .logo {
	margin: auto;
}
.solutions-laptop-mobile {
	display:block;
	width:85%;
	max-width:280px;
	margin:auto;
	top: -10px;
}

.solutions-laptop-logos {
	display:none;
}

.our-apps-div1 {
	padding: 0 10%;
}

.global-scale {
	padding: 90px 0 90px;
}
.global-scale-grid {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
width:100%;
}
.global-map-wrapper {
	top: -200px;
	width: 140%;
	left: -20%;
}
.global-div1 { grid-area: 1 / 1 / 2 / 3;
	max-width:100%;
	 }
.global-div2 { grid-area: 2 / 1 / 3 / 2;
 }
.global-div3 { grid-area: 2 / 2 / 3 / 3;
 }
.global-div4 { grid-area: 4 / 1 / 5 / 2;
	padding-top: 40px;
 }
.global-div5 { grid-area: 4 / 2 / 5 / 3;
	padding-top: 40px;
 }
.global-div6 { grid-area: 3 / 1 / 4 / 2; }
.global-div7 { grid-area: 3 / 2 / 4 / 3; }
.global-div8 { grid-area: 5 / 1 / 6 / 2; }
.global-div9 { grid-area: 5 / 2 / 6 / 3; }



.inside-applovin-row .inner-wrap {
	background-color:#00b6e0;
}

.inside-applovin-row > .inner-wrap > .flex-inner-wrap {
	flex-direction: column;
}

.inside-applovin-row > .inner-wrap > .flex-inner-wrap > div {
	width:80%;
	margin:0 auto;
	min-width:250px;
}
.inside-applovin-row .inside-cap-block {
	min-height: 10%;
	height:10%;
	padding:10% 5% 5%;
}
} /* end 640 */

.inside-cap-block h5 {
	color:#fff;
    font-family: "Avenir Black";
font-weight:750;
	line-height: 1em;
	margin: 0;
}

.inside-link {
	position:absolute;
	bottom:60px;
	left:0;
	width:100%;
	z-index:10;
}

.inside-link a {
	color:#fff;
    font-family: "Avenir Heavy";
font-weight:700;
    padding:0 0 10px;
    margin:auto;
    border-bottom:4px solid #fff;
}




/* Partner Studios Page */
		
#page-studios {
	overflow: hidden;
}		

#page-studios .hero {
	color:#fff;
	min-height:800px;
}

#page-studios .hero h1, #page-studios .hero h5 {
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

#page-studios .hero h1 {
    margin:0.25em auto 0.5em;
}

@media screen and (max-width: 640px) {
#page-studios .hero h1 {
    margin:0.25em auto 0.75em;
}
}

#page-studios .hero > .inner-wrap {
	top:-5%;
}

.studios-hero-bg {
	position:absolute;
	top:-100px;
	left:50%;
	width:950px;
		-webkit-animation: studios-hero-blob 45s linear infinite both;
		animation: studios-hero-blob 45s linear infinite both;
}
@-webkit-keyframes studios-hero-blob {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes studios-hero-blob {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

		.filler-row {
			height:300px;
		}
		.sprite-studios-game-a {
		width:12vw;
		max-width:190px;
		bottom: 22vh;
		left: 4%;
		}
		.sprite-studios-game-b {
		width: 18vw;
		max-width:224px;
		right:4%;
		bottom:100px;
		}
		.sprite-studios-girl-cat {
		max-width:146px;
		left:33%;
		bottom:0px;
		}
		.sprite-studios-jewels {
		max-width:120px;
		right:8%;
		top:6vw;
		}

@media screen and (max-width: 640px) {
		
		.sprite-studios-jewels {
	display:none;
}
.sprite-studios-girl-cat {
	max-width: 25%;
	left: 36%;
}
}
		
		.trigger-visible {
			opacity:1;

		}
		.trigger-invisible {
			opacity:0;
		}
		 .delay-1 {
			transition: opacity 1.5s ease 0.3s;
		 }
		 .delay-2 {
			transition: opacity 1.5s ease 0.6s;
		 }
		 .delay-3 {
			transition: opacity 1.5s ease 0.9s;
		 }
		 .delay-4 {
			transition: opacity 1.5s ease 1.2s;
		 }
.studios-cards-outer {
	margin:0 auto 2em;
}

.studios-card-wrap {
	display:flex;
	width: 90%;
	max-width:1140px;
	margin:0 auto;
	min-height:500px;
}
.studios-card-wrap:nth-child(n+2) {
	margin-top:3em;
}
@media screen and (max-width: 960px) {
	.studios-card-wrap {
		flex-direction: column;
	}
	.studios-card-wrap.studios-card-reverse {
		flex-direction: column-reverse;
	}
	.studios-card-wrap:nth-child(n+2) {
		margin-top:10%;
	}
}
.studios-card-wrap > div {
	flex: 1 1 50%;
	display:flex;
	flex-direction:column;
	color:#fff;
}

.studios-card-wrap .app {
	background-color:#181625;
	align-items: center;
	justify-content: center;
	color:#fff;
}
@media screen and (max-width: 960px) {
.studios-card-wrap .app {
	padding: 9% 0;
	min-height:400px;
}
}
.studios-card-wrap .app h5 {
    font-family: "Avenir Heavy";
font-weight:700;
    margin:1.5em auto 0.5em;
}

.studios-card-wrap .mini-app-row {
	display: flex;
	width: 80%;
	align-items: center;
}

.studios-card-wrap .mini-app-row:nth-child(n + 2) {
	margin-top:2.5em;
	padding-top:2.5em;
	border-top:2px solid #323232;
}
@media screen and (max-width: 640px) {

.studios-card-wrap .mini-app-row {
	width: 82%;
	align-items: flex-start;
}

.studios-card-wrap .mini-app-row:nth-child(n + 2) {
	margin-top: 1.5em;
	padding-top: 1.5em;
}
.studios-card-wrap .mini-app-row .app-button-wrap a:nth-child(n+2) {
	margin-left: 0;
	margin-top:0.5em;
}

}
.studios-card-wrap .mini-app-row-art {
	max-width:150px;
	margin:0 10% 0 0;
}

.studios-card-wrap .mini-app-row-content {
	flex: 2 1 100%;
}

.studios-card-wrap .mini-app-row-content h6 {
    font-family: "Avenir Heavy";
font-weight:700;
    margin:0.25em auto;
}

.studios-card-wrap .mini-app-row-content .app-button-wrap {
	margin: 0.5em 0;
}	
.studios-card-wrap .content {
	padding:6% 7% 7%;
}

@media screen and (max-width: 640px) {

.studios-card-wrap .mini-app-row-content .app-button-wrap {
	margin: 0.5em 0;
	flex-direction: column;
}
.studios-card-wrap .content {
	padding: 12% 12% 12%;
}
}

.studios-card-wrap .content .logo {
	margin: 0 0 1.25em;
}
.studios-card-wrap .content h3 {
	margin:0.5em auto 0.5em 0;
}
.studios-card-wrap .content a {
	color:#fff;
    font-family: "Avenir Heavy";
font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	margin:2em 0 0;
	letter-spacing: 1px;
}

.peoplefun-app {
}

.peoplefun-content {
	background-color:#ff5b3b;
}
.peoplefun-content .logo {
	max-width:165px;
}
.firecraft-app {
	background-image:url('images/photo-bg-studio-card-matchington.jpg');
	background-size:cover;
	background-position: center center;
}

.firecraft-content {
	background-color:#12afa3;
}
.firecraft-content .logo {
	max-width:100px;
}

.belka-app {

}

.belka-content {
	background-color:#00b6e0;
}
.belka-content .logo {
	max-width:144px;
}

.magicant-app {
	background-image:url('images/photo-bg-studio-card-filloneline.jpg');
	background-size:cover;
	background-position: center center;
}

.magicant-content {
	background-color:#0071ce;
}
.magicant-content .logo {
	max-width:61px;
}

.clipwire-app {
	background-image:url('images/photo-bg-studio-card-bingostory-v2.jpg');
	background-size:cover;
	background-position: center center;
}

.clipwire-content {
	background-color:#ff5b3b;
}
.clipwire-content .logo {
	max-width:190px;
}

.geewa-app {
	background-image:url('images/photo-bg-studio-card-smashingfour.jpg');
	background-size:cover;
	background-position: center center;
}

.geewa-content {
	background-color:#12afa3;
}
.geewa-content .logo {
	max-width:125px;
}

.redemption-app {
	background-image:url('images/photo-bg-studio-card-redemption.jpg');
	background-size:cover;
	background-position: center center;
}

.redemption-content {
	background-color:#0071ce;
}
.redemption-content .logo {
	max-width:145px;
}

/* Solutions Page */

#page-solutions .hero {
	background-image:url('images/hero-bg-solutions.jpg');
	color:#fff;
	overflow:hidden;
	min-height:800px;
}
@media screen and (max-width: 640px) {

#page-solutions .hero {
	min-height: auto;
}
#page-solutions .hero > .inner-wrap {
	top:7.5%;
}
#page-solutions .hero > .inner-wrap-medium {
	width: 100%;
}
}
.icon-hero-panel-arrow {
	position:absolute;
	width:20px;
	top: calc(100vh - 50px);
	left: calc(50% - 10px);
	z-index: 20;
	-webkit-animation: arrow-bounce 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate-reverse both;
	animation: arrow-bounce 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate-reverse both;
}

@media screen and (max-width: 768px) {

.icon-hero-panel-arrow {
	top: calc(100vh - 100px);
}
}

@-webkit-keyframes arrow-bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes arrow-bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}


.sprite-solutions-hand-a {
	width:15%;
	max-width:145px;
	left:18%;
	bottom:-150px;	
}
.sprite-solutions-hand-b {
	width:15%;
	max-width:136px;
	left:31%;
	bottom:-150px;	
}
.sprite-solutions-hand-c {
	width:15%;
	max-width:165px;
	left:58%;
	bottom:-150px;	
}

@media screen and (max-width: 640px) {
.icon-hero-panel-arrow {
	top: calc(100vh - 140px);
}
.sprite-solutions-hand-a {
	width: 18%;
	left:5%;
}
.sprite-solutions-hand-b {
	width: 16%;
	left:25%;
}
.sprite-solutions-hand-c {
	width: 21%;
	left:64%;
}
}

.slideup {
	opacity:1;
	bottom:0px;	
	transition: all 0.3s ease-out;
}

.slidedown {
	opacity:0;
	bottom:-160px;	
	transition: all 0.3s ease-out;
}

		#coin-slot-wrap {
			position: absolute;
			top: 150px;
			left: calc(50% - 150px);
		    width: 300px;
		    display: block;
		    z-index:10;
		    margin: 0 auto 100px;
		    padding: 0 0 100px;
		    clip-path: inset(0 0 240px);
		    -webkit-clip-path: inset(0 0 240px);
		}
		#coin {
			max-width:50%;
			height:112px;
			position:sticky;
			position:-webkit-sticky;
			top:150px;
			display:block;
			z-index: 10;
			margin:auto;
			background-image:url('images/sprite-solutions-coin.svg');
			background-size:contain;
			background-repeat:no-repeat;
			background-position:center top;
		}
		#slot {
		    max-width: 150px;
		    display: block;
		    margin: 6px auto 140px;
		}
@media screen and (max-width: 1024px) {		
	#coin-slot-wrap, #coin  {
		top: 100px;
	}
}

#page-solutions .content-row.monetization-row {
	overflow:hidden;
}

.solutions-woman-phone-bg {
	background-image:url('images/photo-bg-solutions-woman-phone-2020.jpg');
	background-size:cover;
	background-position:75% top;
}
@media screen and (max-width: 1024px) {		
	.solutions-woman-phone-bg {
		background-attachment: local;
		height: auto;
		max-height: 50vh;
	}
}
@media screen and (max-width: 640px) {

.solutions-woman-phone-bg {
	min-height: 360px;
}
}
.wave-mask-top {
	position:absolute;
	top:-2px; /* avoid browser display gaps */
	width:100%;
}

.wave-mask-bottom {
	position:absolute;
	bottom:-2px; /* avoid browser display gaps */
	width:100%;
	transform: scaleX(-1);
}

.solutions-mid-wave {
	padding:0 5% 100px;
	margin: 0 0 100px;
}
@media screen and (max-width: 1024px) {

.solutions-mid-wave {
	margin: 0;
}
}
@media screen and (max-width: 640px) {

.solutions-mid-wave {
	padding: 5%;
}
}
.solutions-mid-wave h2 {
	background: #12e3a4;
	background: linear-gradient(0deg, rgba(18,227,163,1) 0%, rgba(0,182,224,1) 100%);			
	background-size: cover;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.25em;
	margin:0 auto;
}

.solutions-monetization-pod {
	flex: 1 1 50%;
	text-align:left;
	padding: 0 5%;
}
@media screen and (max-width: 1024px) {
	.solutions-monetization-pod:first-child, .solutions-growth-pod:last-child, .solutions-publishing-pod:first-child, .solutions-safety-pod:last-child {
		margin: 100px auto 0;
	}
}
.solutions-growth-pod {
	flex: 1 1 50%;
	text-align:left;
	padding: 0 5%;
}

.solutions-publishing-pod {
	flex: 1 1 50%;
	text-align:left;
	padding: 0 5%;
}
@media screen and (max-width: 1024px) {
.solutions-pod {
	width:80%;
}
}
@media screen and (max-width: 640px) {

.solutions-pod {
	width: 90%;
}

.solutions-pod .title-panel {
	padding: 0;
	border-left: none;
	text-align: center;
}

.solutions-pod .title-panel h3 {
	margin: 0.5em auto 1.5em;
}
}
.solutions-publishing-sub-pod {
	flex: 1 1 33.3%;
	text-align:left;
	padding: 0 5%;
}

.solutions-safety-pod {
	flex: 1 1 50%;
	text-align:left;
	padding: 0 5%;
}

.illo-solutions-laptop {
	max-width:542px;
}
.solutions-monetization-bg {
	position:absolute;
	width:100%;
	margin: auto;
	max-width:704px;
	top: -170px;
	left: -200px;
	z-index: -1;
}
@media screen and (max-width: 1024px) {
.illo-solutions-laptop {
	position: absolute;
	top: 10%;
}
.solutions-monetization-bg {
	position: relative;
	width: 80%;
	top: 0;
	left: 0;
	}
}

@media screen and (max-width: 640px) {
.solutions-monetization-bg {
	position: relative;
	width: 110%;
	top: -20px;
	left: 80px;
}
}

.illo-solutions-love-balls-phone {
	max-width:540px;
	margin:auto;
}
@media screen and (max-width: 1024px) {

.illo-solutions-love-balls-phone {
	width: 90%;
	max-width: 450px;
}
}
 .solutions-growth-photos {
 	display:flex;
	align-items: start;
 }
 @media screen and (max-width: 640px) {

 .solutions-growth-photos {
	padding: 0;
}
 }
 
 .photo-solutions-growth-a {
 	flex:0 1 50%;
	max-width:225px;
	margin:0 0 200px auto;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);	
}
.photo-solutions-growth-b {
 	flex:0 1 50%;
	max-width:225px;
	margin:2em auto 220px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);	
}

.photo-solutions-growth-c {
	position:absolute;
	z-index:10;
	bottom:0;
	left:25%;
	width:45%;
	max-width:255px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);	
}
@media screen and (max-width: 1024px) {

.photo-solutions-growth-a {
	max-width: 30%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.photo-solutions-growth-b {
	max-width: 30%;
	margin: 2em auto 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.photo-solutions-growth-c {
	position: relative;
	margin: 1em auto 0;
	max-width: 30%;
	left: 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
}

.photo-solutions-bg-safety {
	position:absolute;
	top:0;
	right:10%;
	max-width:320px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);	
}

.illo-solutions-vault {
	max-width:408px;
	margin: 20% auto 0;
}
@media screen and (max-width: 1024px) {
.photo-solutions-bg-safety {
	right: 15%;
}
.illo-solutions-vault {
	width: 100%;
	margin: 10% auto 0 15%;
}
}
.blob-edge-solutions-right {
	position:absolute;
	top:120px;
	right:0;
	max-width:156px;
	z-index:10;
}
@media screen and (max-width: 1024px) {
	.blob-edge-solutions-right {
		max-width: 12%;
	}
}
.blob-edge-solutions-left {
	position:absolute;
	top:320px;
	left:0;
	max-width:120px;
	z-index:10;
}

@media screen and (max-width: 640px) {

.blob-edge-solutions-left, .blob-edge-solutions-right {
	display:none;	
}
}

.title-panel {
	padding-left:40px;
	border-left: 10px solid #e0e0e0;
}

.row-ink .title-panel {
	border-left-color: #2d2a40;
}

.title-panel h3 {
	margin:0.5em auto 1em;
}

.row-charcoal .mini-h1, .row-ink .mini-h1, .row-charcoal .mini-title, .row-ink .mini-title {
	color:#999999;
}

.icon-solutions {
	padding:0 0 0 120px;
	margin: auto auto 1.5em;
}
@media screen and (max-width: 640px) {

.icon-solutions {
	padding: 0 0 0 50px;
}
}
.icon-solutions::before {
	content:'';
	position: absolute;
	left: 50px;
	display:block;
	background-size:contain;
	background-repeat:no-repeat;
	width:40px;
	height:40px;
}
@media screen and (max-width: 640px) {

.icon-solutions::before {
	content: '';
	left: 0;
	width: 30px;
	height: 30px;
}
}
.icon-solutions-chart::before {
	background-image: url('images/icon-solutions-chart.svg');
}

.icon-solutions-gear::before {
	background-image: url('images/icon-solutions-gear.svg');
}

.icon-solutions-clock::before {
	background-image: url('images/icon-solutions-clock.svg');
}

.icon-solutions-globe::before {
	background-image: url('images/icon-solutions-globe.svg');
}

.icon-solutions-users::before {
	background-image: url('images/icon-solutions-users.svg');
}

.icon-solutions-price::before {
	background-image: url('images/icon-solutions-price.svg');
}

.icon-solutions-box::before {
	background-image: url('images/icon-solutions-box.svg');
}

.icon-solutions-shield::before {
	background-image: url('images/icon-solutions-shield.svg');
}

.icon-solutions-laptop::before {
	background-image: url('images/icon-solutions-laptop.svg');
}

.icon-solutions-hands::before {
	background-image: url('images/icon-solutions-hands.svg');
	width:45px!important;
}

.icon-solutions-phone::before {
	background-image: url('images/icon-solutions-phone.svg');
	height:50px!important;
}

.icon-solutions-pen::before {
	background-image: url('images/icon-solutions-pen.svg');
}

#page-solutions .promo-link {
	font-size:21px;
	margin: 2em auto 0;
}
.solutions-pod .promo-link {
	left:50px;
}
@media screen and (max-width: 640px) {

#page-solutions .solutions-pod .promo-link {
	left: 0;
	text-align: center;
	font-size: 18px;
}
}


/* SparkLabs page */
#page-sparklabs {
	margin: 0 auto;
	}
/* intro panel */

.sparklabs-intro-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.sparklabs-intro-parent .div1, .sparklabs-intro-parent .div2 {
    height: 53vw;
    position: relative;
    overflow: hidden;
}
.sparklabs-intro-parent .div1 {
    background-color: #222;
    display: flex;
    grid-area: 1 / 1 / 2 / 2;
}
.sparklabs-intro-parent .div2 {
    background: rgb(0,182,224);
    background: linear-gradient(180deg, rgba(0,182,224,1) 3%, rgba(252,50,108,1) 97%);
    grid-area: 1 / 2 / 2 / 3;
}
.intro-panel-video {
    width: 100%;
    object-fit: cover;
}
.intro-panel-video-link {
    color: #fff;
    font-size: 1.5vw;
    font-family: "Avenir Black";
font-weight:750;
    position: absolute;
    left: 4vw;
    bottom: 4vw;
    cursor: pointer;
}
.intro-panel-video-link::before {
    content: '';
    display: inline-block;
    background-image: url("assets/sparklabs/icon-video-link-play-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 1.75vw;
    height: 1.75vw;
    vertical-align: middle;
    margin: 0 1.5vw 0 0;
}
.illo-spark-labs-title {
    position: absolute;
    width: 150%;
    max-width:150%;
    top: 16vw;
    left: 5vw;
}
.sparklabs-intro-parent .icon-hero-panel-arrow, .sparklabs-stars-wrapper .icon-hero-panel-arrow {
    top: unset;
    bottom: 50px;
}
.sparklabs-intro-parent .icon-hero-panel-arrow {
	display:none;
}

@media screen and (max-width: 1024px) {
.sparklabs-stars-wrapper .icon-hero-panel-arrow {
    display: none;
}
.sparklabs-intro-parent .icon-hero-panel-arrow {
	display:block;
}

.sparklabs-intro-parent {
    grid-template-columns: 1fr;
    grid-template-rows: 120vw 100vw;
}
.sparklabs-intro-parent .div1, .sparklabs-intro-parent .div2 {
    height: unset;
}
.sparklabs-intro-parent .div1 {
    grid-area: 2 / 1 / 3 / 2;
}
.sparklabs-intro-parent .div2 {
    grid-area: 1 / 1 / 2 / 2;
}
.illo-spark-labs-title {
	width: 175%;
	top: 40vh;
	left: 5vw;
}
.intro-panel-video-link {
    font-size: 3vw;
    left: 8vw;
    bottom: 8vw;
}
.intro-panel-video-link::before {
    width: 3.5vw;
    height: 3.5vw;
    margin: 0 3vw 0 0;
}
@-webkit-keyframes arrow-bounce {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes arrow-bounce {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
}
/* Vimeo + lightbox styles */
	
#video-overlay, .vimeo-lay {
    background: rgba(0, 0, 0, 0.8);
    background: -moz-radial-gradient(center, ellipse cover, #000000 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-radial-gradient(center, ellipse cover, #000000 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-radial-gradient(center, ellipse cover, #000000 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-radial-gradient(center, ellipse cover, #000000 0%, rgba(0, 0, 0, 0.8) 100%);
    background: radial-gradient(ellipse at center, #000000 0%, rgba(0, 0, 0, 0.8) 100%);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px 15%;
    display: none;
    z-index: 999999;
}
.embed-container {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    position: relative;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#video-close, .vimeo-close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url("https://www.applovin.com/wp-content/themes/applovin/images/close-video.svg") no-repeat center center;
    cursor: pointer;
    text-indent: -999em;
    opacity: .8;
    transition: 0.2s all ease;
}
#video-close:hover, .vimeo-close:hover {
    opacity: 1;
}

@media screen and (min-width: 1600px) and (min-height: 800px) {
#video-overlay, .vimeo-lay {
    padding: 100px 20%;
}
}

@media screen and (max-width: 960px) {
#video-overlay, .vimeo-lay {
    padding: 60px 10%;
}
}

@media screen and (max-width: 768px) {
.sparklabs-intro-parent {
    grid-template-columns: 1fr;
    grid-template-rows: 90vh 60vh;
}

}
/* stars */
	
.sparklabs-stars-wrapper {
    background-color: #000;
    height: 55vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.sparklabs-stars-wrapper h1 {
    font-size: 3vw;
    width: 38%;
    text-align: center;
    position: relative;
    z-index: 10;
}
@-webkit-keyframes arrow-bounce {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes arrow-bounce {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
.sparklabs-stars-bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 55vw;
    background-size: cover;
    background-repeat: no-repeat;
}
.sparklabs-stars-bg-a {
    background-image: url('assets/sparklabs/sparklabs-stars-bg-a.svg');
}
.sparklabs-stars-bg-b {
    background-image: url('assets/sparklabs/sparklabs-stars-bg-b.svg');
}
.sparklabs-stars-bg-c {
    background-image: url('assets/sparklabs/sparklabs-stars-bg-c.svg');
}
.sparklabs-stars-bg-d {
    background-image: url('assets/sparklabs/sparklabs-stars-bg-d.svg');
}
.sparklabs-stars-shooter {
    position: absolute;
    height: auto;
    width: 0.4vw;
    opacity: 0.75;
}
.sparklabs-stars-shooter-a {
    top: 10vw;
    left: -2vw;
    -webkit-animation: sparklabs-stars-shooter-a 100s 35s infinite ease-out;
    animation: sparklabs-stars-shooter-a 100s 35s infinite ease-out;
}
.sparklabs-stars-shooter-b {
    bottom: 15vw;
    right: -2vw;
    -webkit-animation: sparklabs-stars-shooter-b 100s 70s infinite ease-out;
    animation: sparklabs-stars-shooter-b 100s 70s infinite ease-out;
}
.sparklabs-stars-breathe-a {
    -webkit-animation: sparklabs-stars-breathe-a 23s linear infinite alternate-reverse both;
    animation: sparklabs-stars-breathe-a 23s linear infinite alternate-reverse both;
}
.sparklabs-stars-breathe-b {
    -webkit-animation: sparklabs-stars-breathe-b 20s linear infinite alternate-reverse both;
    animation: sparklabs-stars-breathe-b 20s linear infinite alternate-reverse both;
}
.sparklabs-stars-breathe-c {
    -webkit-animation: sparklabs-stars-breathe-c 17s linear infinite alternate-reverse both;
    animation: sparklabs-stars-breathe-c 17s linear infinite alternate-reverse both;
}
.sparklabs-stars-breathe-d {
    -webkit-animation: sparklabs-stars-breathe-d 14s linear infinite alternate-reverse both;
    animation: sparklabs-stars-breathe-d 14s linear infinite alternate-reverse both;
}
@-webkit-keyframes sparklabs-stars-shooter-a {
0% {
-webkit-transform: scale(1) translateX(0) translateY(0);
transform: scale(1) translateX(0) translateY(0);
}
1% {
-webkit-transform: scale(1.05) translateX(105vw) translateY(5vw);
transform: scale(1.05) translateX(105vw) translateY(5vw);
}
100% {
-webkit-transform: scale(1.05) translateX(105vw) translateY(5vw);
transform: scale(1.05) translateX(105vw) translateY(5vw);
}
}
@keyframes sparklabs-stars-shooter-a {
0% {
-webkit-transform: scale(1) translateX(0) translateY(0);
transform: scale(1) translateX(0) translateY(0);
}
1% {
-webkit-transform: scale(1.05) translateX(105vw) translateY(5vw);
transform: scale(1.05) translateX(105vw) translateY(5vw);
}
100% {
-webkit-transform: scale(1.05) translateX(105vw) translateY(5vw);
transform: scale(1.05) translateX(105vw) translateY(5vw);
}
}
@-webkit-keyframes sparklabs-stars-shooter-b {
0% {
-webkit-transform: scale(1) translateX(0) translateY(0);
transform: scale(1) translateX(0) translateY(0);
}
1% {
-webkit-transform: scale(1.05) translateX(-105vw) translateY(5vw);
transform: scale(1.05) translateX(-105vw) translateY(5vw);
}
100% {
-webkit-transform: scale(1.05) translateX(-105vw) translateY(5vw);
transform: scale(1.05) translateX(-105vw) translateY(5vw);
}
}
@keyframes sparklabs-stars-shooter-b {
0% {
-webkit-transform: scale(1) translateX(0) translateY(0);
transform: scale(1) translateX(0) translateY(0);
}
1% {
-webkit-transform: scale(1.05) translateX(-105vw) translateY(5vw);
transform: scale(1.05) translateX(-105vw) translateY(5vw);
}
100% {
-webkit-transform: scale(1.05) translateX(-105vw) translateY(5vw);
transform: scale(1.05) translateX(-105vw) translateY(5vw);
}
}
@-webkit-keyframes sparklabs-stars-breathe-a {
0% {
-webkit-transform: scale(0.95) rotate(-5deg);
transform: scale(0.95) rotate(-5deg);
opacity: 0.25;
}
50% {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 0.4;
}
100% {
-webkit-transform: scale(1.05) rotate(5deg);
transform: scale(1.05) rotate(5deg);
opacity: 0.25;
}
}
@keyframes sparklabs-stars-breathe-a {
0% {
-webkit-transform: scale(0.95) rotate(-5deg);
transform: scale(0.95) rotate(-5deg);
opacity: 0.25;
}
50% {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 0.4;
}
100% {
-webkit-transform: scale(1.05) rotate(5deg);
transform: scale(1.05) rotate(5deg);
opacity: 0.25;
}
}
@-webkit-keyframes sparklabs-stars-breathe-b {
0% {
-webkit-transform: scale(1.03) rotate(6deg);
transform: scale(1.03) rotate(6deg);
opacity: 0.35;
}
50% {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 0.25;
}
100% {
-webkit-transform: scale(0.97) rotate(-6deg);
transform: scale(0.97) rotate(-6deg);
opacity: 0.35;
}
}
@keyframes sparklabs-stars-breathe-b {
0% {
-webkit-transform: scale(1.03) rotate(6deg);
transform: scale(1.03) rotate(6deg);
opacity: 0.35;
}
50% {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 0.25;
}
100% {
-webkit-transform: scale(0.97) rotate(-6deg);
transform: scale(0.97) rotate(-6deg);
opacity: 0.35;
}
}

@-webkit-keyframes sparklabs-stars-breathe-c {
0% {
-webkit-transform: scale(0.95) rotate(4deg);
transform: scale(0.95) rotate(4deg);
opacity: 0.25;
}
50% {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 0.35;
}
100% {
-webkit-transform: scale(1.05) rotate(-4deg);
transform: scale(1.05) rotate(-4deg);
opacity: 0.25;
}
}
@keyframes sparklabs-stars-breathe-c {
0% {
-webkit-transform: scale(0.95) rotate(4deg);
transform: scale(0.95) rotate(4deg);
opacity: 0.25;
}
50% {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 0.35;
}
100% {
-webkit-transform: scale(1.05) rotate(-4deg);
transform: scale(1.05) rotate(-4deg);
opacity: 0.25;
}
}
@-webkit-keyframes sparklabs-stars-breathe-d {
0% {
-webkit-transform: scale(1.05) rotate(-3deg);
transform: scale(1.05) rotate(-3deg);
opacity: 0.35;
}
50% {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 0.25;
}
100% {
-webkit-transform: scale(0.95) rotate(2deg);
transform: scale(0.95) rotate(2deg);
opacity: 0.35;
}
}
@keyframes sparklabs-stars-breathe-d {
0% {
-webkit-transform: scale(1.05) rotate(-3deg);
transform: scale(1.05) rotate(-3deg);
opacity: 0.35;
}
50% {
-webkit-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
opacity: 0.25;
}
100% {
-webkit-transform: scale(0.95) rotate(2deg);
transform: scale(0.95) rotate(2deg);
opacity: 0.35;
}
}
#text-just-another-ad {
    width: 45%;
    position: relative;
    z-index: 10;
}
#text-just-another-ad #red-stripe {
    transition: all 1s ease-in-out;
}
#text-just-another-ad #red-stripe.strikethrough-active {
    width: 60%;
}
#text-just-another-ad #red-stripe.strikethrough-hidden {
    width: 0%;
}
@media screen and (max-width: 1024px) {
.sparklabs-stars-bg {
    width: 200%;
    background-position:center center;
}
#text-just-another-ad {
	width: 65%;
	}
}
@media screen and (max-width: 640px) {
.sparklabs-stars-bg {
	animation:none;
	opacity:0.35;
}
.icon-hero-panel-arrow {
    display: none;
}
#text-just-another-ad {
	width: 80%;
	}
}

/* body panels */
.sparklabs-body {
	margin:100px auto 0;
}
.sparklabs-body p {
    font-size: 21px!important;
}
.sparklabs-body h2 {
    background: rgb(255,158,29);
    background: linear-gradient(180deg, rgba(255,158,29,1) 0%, rgba(252,50,108,1) 100%);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.25em;
    margin: 10vw auto;
}
.sparklabs-body h5 {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Avenir Heavy";
font-weight:700;
    font-size:16px;
}
.sparklabs-body h3 {
    margin-top: 0;
}
.sparklabs-logo-body {
    width: 65%;
    max-width: 185px;
    height: auto;
    margin: 2em auto 4em;
    position: relative;
    left: -1em;
}
.sparklabs-intro-montage-wrap {
    width: 85%;
    max-width: 900px;
    height: auto;
    margin: auto;
    padding-bottom: 2%;
}
.sparklabs-intro-montage-wrap p {
    line-height: 1.35em!important;
    background-color: #fff;
    position: absolute;
    top: 15%;
    right: 0;
    width: 58%;
    padding: 4% 5%;
    text-align: left;
}

.sparklabs-chart {
    width: 68%;
    margin: auto;
    transition: height 2s ease-in-out;
    position: absolute;
    bottom: 0;
    right: 0;
    mix-blend-mode: multiply;
}
.chart-active {
    height: 45%;
}
.chart-hidden {
    height: 0;
}
.photo-sparklabs-team {
    width: 50%;
    max-width: 435px;
    height: auto;
}
.sparklabs-body-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 40px;
}
.sparklabs-body-parent.inner-wrap {
    padding: 0;
}
.sparklabs-body-parent .div1 {
    grid-area: 1 / 1 / 2 / 2;
}
.sparklabs-body-parent .div2 {
    grid-area: 1 / 2 / 2 / 3;
}
.sparklabs-body-parent .div3 {
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
}
.sparklabs-body-parent .div4 {
    grid-area: 2 / 2 / 3 / 3;
}
.sparklabs-body-parent .div1, .sparklabs-body-parent .div4 {
    padding: 0 20% 0 15%;
    text-align: left;
    display: flex;
    align-items: center;
}
.sparklabs-body-parent .div2, .sparklabs-body-parent .div3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sparklabs-blurb-phone {
    width: 48%;
    max-width: 325px;
    left: 3%;
    height: auto;
    display: block;
}
.sparklabs-blurb {
    position: absolute;
}
.sparklabs-blurb-a {
    top: 35%;
    left: 0;
    width: 40%;
}
.sparklabs-blurb-b {
    top: 12%;
    right: 3.5%;
    width: 40%;
}
.blurb-hidden {
    width: 0;
}
.blurb-active {
    width: 40%;
    -webkit-animation: blurb-active 0.5s ease-out;
    animation: blurb-active 0.5s ease-out;
}
.sparklabs-bts-video {
    width: 100%;
    height: 100%;
    outline: none;
    display: flex;
    align-items: center;
}
.sparklabs-bts-video > iframe {
    width: 100%;
    height: 63%;
    outline: none;
}
@-webkit-keyframes blurb-active {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes blurb-active {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}

@media screen and (max-width:1024px) {
.sparklabs-intro-montage-wrap p {
    font-size: 1.7vw!important;
}
.sparklabs-body-parent {
grid-template-columns: 1fr;
grid-template-rows: repeat(4, auto);
grid-column-gap: 0px;
grid-row-gap: 40px;
}

.sparklabs-body-parent .div1 { grid-area: 1 / 1 / 2 / 2; }
.sparklabs-body-parent .div2 { grid-area: 2 / 1 / 3 / 2; }
.sparklabs-body-parent .div3 { grid-area: 4 / 1 / 5 / 2; height: 54vw; }
.sparklabs-body-parent .div4 { grid-area: 3 / 1 / 4 / 2; margin:80px 0 0; }

.sparklabs-body-parent .div1, .sparklabs-body-parent .div4 {
    padding: 0 10%;
    text-align: center;
}
.sparklabs-bts-video > iframe {
	height: 100%;
}
}
@media screen and (max-width:768px) {
.sparklabs-body h2 {
	font-size: 6vw;
	margin: 15vw auto 5vw;
}
.sparklabs-body p {
	font-size: 18px!important;
}
.sparklabs-intro-montage-wrap {
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
}
.sparklabs-intro-montage-wrap p {
	position: relative;
	top: 0;
	width: 90%;
	padding: 0 0 10%;
	text-align: center;
	margin: auto;
	font-size: 18px!important;
}
.sparklabs-intro-montage-wrap {
	padding-bottom: 0;
}
.sparklabs-chart {
	width: 82%;
	bottom: 12%;
	}
	.sparklabs-body .inner-wrap-mini {
	width: 100%;
}
.sparklabs-bts-video {
	opacity:1!important;
	animation:none!important;
	-webkit-animation:none!important;
}
}
@media screen and (max-width:640px) {
.sparklabs-body-parent .div1, .sparklabs-body-parent .div4 {
	padding: 0 5%;
	}
.sparklabs-body h2 {
	margin: 15vw auto 15vw;
}
.sparklabs-intro-montage-wrap {
	margin-bottom: 30%;
}
.photo-sparklabs-team {
	margin: auto;
}
.sparklabs-chart {
	width: 90%;
	bottom: -12%;
	right: 5%;
}
}

/* timeline */
.timeline-intro-wrap {
	margin:50px auto 50px;
	text-align:center;
}
.timeline-intro-wrap p {
	font-size:21px;
}
.timeline-outer-wrap {
    overflow: hidden;
    max-width: 1440px;
    margin: 2em auto;
}
.timeline-inner-wrap {
    padding: 0;
}
.timeline-wrapper {
    margin: auto;
    width: 100%;
    max-width: 1020px;
    height: 430px;
}
.timeline-shader {
    display: inline-block;
    width: 10%;
    height: 500px;
    background-image: url("assets/sparklabs/timeline-shader.svg");
    background-repeat: repeat-y;
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: 10;
}
.timeline-shader.shader-left {
    left: 0;
}
.timeline-shader.shader-right {
    right: 0;
    transform: rotate(180deg);
}
.timeline-nav {
    margin: 2em auto;
    z-index: 20;
}
.timeline-line {
    color: #000;
    text-align: center;
    height: 4.75em!important;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-image: url("assets/sparklabs/illo-bg-timeline-inactive.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 16px;
    font-family: "Avenir Black";
font-weight:750;
}
.timeline-line p {
    margin: 0 auto 0.75em;
    font-size:16px;
    font-family: "Avenir Black";
font-weight:750;
}
.timeline-line {
    background-image: url("assets/sparklabs/illo-bg-timeline-active-full.svg");
}
.timeline-line.slick-current {
    background-image: url("assets/sparklabs/illo-bg-timeline-active-half.svg");
}
.timeline-line:last-child.slick-current {
    background-image: url("assets/sparklabs/illo-bg-timeline-active-full.svg");
}
.timeline-line.slick-current ~ .timeline-line {
    background-image: url("assets/sparklabs/illo-bg-timeline-inactive.svg");
}
.timeline-outer-wrap .slick-list {
    overflow: unset;
}
.timeline-outer-wrap .slick-arrow {
    position: absolute;
    top: 66%;
    width: 25px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}
.timeline-outer-wrap .slick-arrow.slick-disabled {
    display: none!important;
}
.timeline-outer-wrap .slick-arrow.slick-next {
    background-image: url("assets/sparklabs/icon-arrow-right.svg");
    right: 5%;
}
.timeline-outer-wrap .slick-arrow.slick-prev {
    background-image: url("assets/sparklabs/icon-arrow-left.svg");
    left: 5%;
}
.timeline-panel.slick-slide {
    opacity: 0.2;
}
.timeline-panel.slick-slide.slick-current {
    opacity: 1!important;
}
.timeline-nav .slick-track {
    transform: translate3d(0px, 0px, 0px)!important;
}
.timeline-panel {
    width: 100%;
    max-width: 760px;
    height: 430px!important;
    margin: 0 80px;
    outline: none;
    transition: opacity 0.25s ease-out;
}
.timeline-inner {
    height: 100%;
}
.sparklabs-timeline-parent {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: 2fr 3fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
}
.sparklabs-timeline-parent .div1 {
    font-family: "Avenir Black";
font-weight:750;
    color: #ddd;
    font-size: 60px;
    display: flex;
    align-items: flex-end;
    padding: 5% 10%;
    grid-area: 1 / 1 / 2 / 2;
}
.sparklabs-timeline-parent .div2 {
    padding: 0;
    grid-area: 2 / 1 / 3 / 2;
}
.sparklabs-timeline-parent .div2 .timeline-text-wrapper {
    background-color: #fb316c;
    padding: 10%;
    width: 95%;
    min-height: 80%;
    color: #fff;
}
.sparklabs-timeline-parent .div2 h6 {
    margin: 0 0 1em;
    font-family: "Avenir Heavy";
font-weight:700;
    font-size: 21px;
}
.sparklabs-timeline-parent .div2 p {
    margin: 0 0 1em;
    font-size: 16px;
    line-height: 1.2em;
}
.sparklabs-timeline-parent .div2 p:last-of-type {
    margin: 0;
}
.sparklabs-timeline-parent .div3 {
    grid-area: 1 / 2 / 3 / 3;
}
.timeline-slide-number {
    line-height: 1em;
}
.panel-1 .sparklabs-timeline-parent {
    background-image: url("assets/sparklabs/photo-bg-timeline-1.jpg");
    background-repeat: no-repeat;
    background-position: 55% top;
    background-size: 510px;
}
.illo-timeline-1-sparks {
    position: absolute;
    top: 20%;
	right: 12%;
	width: 15%;
    max-width: 60px;
}
.panel-2 .sparklabs-timeline-parent {
    background-image: url("assets/sparklabs/photo-bg-timeline-2.jpg");
    background-repeat: no-repeat;
    background-position: 45% top;
    background-size: 450px;
}
.illo-timeline-2-pig {
    position: absolute;
    top: 70%;
	right: 58%;
	width: 30%;
    max-width: 130px;
}
.illo-timeline-2-coins {
    position: absolute;
    top: 12%;
	right: 18%;
	width: 26%;
    max-width: 115px;
}
.photo-timeline-2-designer {
    position: absolute;
    top: 33%;
	right: 12%;
	width: 38%;
    max-width: 166px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}
.panel-3 .sparklabs-timeline-parent {
    background-image: url("assets/sparklabs/photo-bg-timeline-3.jpg");
    background-repeat: no-repeat;
    background-position: 47% top;
    background-size: 485px;
}
.illo-timeline-3-character {
    position: absolute;
    top: 38%;
    right: 0;
    width: 40%;
    max-width: 180px;
}
.panel-4 .sparklabs-timeline-parent {
    background-image: url("assets/sparklabs/photo-bg-timeline-4.jpg");
    background-repeat: no-repeat;
    background-position: 55% top;
    background-size: 355px;
}
.photo-timeline-4-screen-a {
    position: absolute;
    top: 42%;
    right: 45%;
    width: 25%;
    max-width: 105px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}
.photo-timeline-4-screen-b {
    position: absolute;
    top: 35%;
    right: 14%;
    width: 30%;
    max-width: 129px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}
.illo-timeline-4-gems {
    position: absolute;
    top: 10%;
    right: 12%;
    width: 22.5%;
    max-width: 100px;
}
.panel-5 .sparklabs-timeline-parent {
    background-image: url("assets/sparklabs/illo-bg-timeline-5.svg");
    background-repeat: no-repeat;
    background-position: 78% top;
    background-size: 510px;
}
.illo-timeline-5-phones {
    position: absolute;
    top: 10%;
    right: 22.5%;
    width: 78%;
    max-width: 355px;
}
.illo-timeline-5-clipboard {
    position: absolute;
    top: 30%;
    right: 4%;
    width: 20%;
    max-width: 88px;
}

@media screen and (max-width:1200px) {
.timeline-shader {
    display: none;
}
}

@media screen and (max-width:1024px) {
.timeline-intro-wrap {
	margin: 100px auto 50px;
}
.timeline-wrapper {
    width: 100%;
    height: auto;
}
.timeline-line {
    height: 3em!important;
}
.timeline-line p {
    font-size: 14px!important;
}
.timeline-panel {
    height: 100%!important;
}
.sparklabs-timeline-parent .div1 {
	font-size: 4.5vw;
}
.sparklabs-timeline-parent .div2 h6 {
    font-size: 2.1vw;
}
.sparklabs-timeline-parent .div2 p {
    font-size: 1.4vw!important;
}
.panel-1 .sparklabs-timeline-parent {
    background-size: contain;
}
.panel-2 .sparklabs-timeline-parent {
    background-size: 60%;
}
.panel-3 .sparklabs-timeline-parent {
    background-size: 62%;
}
.panel-4 .sparklabs-timeline-parent {
    background-size: 47%;
}
.panel-5 .sparklabs-timeline-parent {
    background-size: contain;
}
.illo-timeline-5-phones {
    width: 70%;
}
.illo-timeline-5-clipboard {
    width: 15%;
}
.photo-timeline-4-screen-a {
    width: 20%;
}
.photo-timeline-4-screen-b {
    width: 25%;
}
.illo-timeline-4-gems {
    width: 17%;
}
}

@media screen and (max-width:640px) {
.timeline-intro-wrap {
	margin: 100px auto 0px;
}
.timeline-outer-wrap {
	margin: 0em auto;
}
.timeline-panel {
	margin: 0 auto;
}
.sparklabs-timeline-parent {
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-row-gap: 0px;
}
.sparklabs-timeline-parent .div3 {
    grid-area: 3 / 1 / 4 / 2;
}
.timeline-nav {
    display: none;
}
.sparklabs-timeline-parent {
	background-image: none!important;
}
.sparklabs-timeline-parent .div2 .timeline-text-wrapper {
	background-color: #fff;
	padding: 0;
	width: 75%;
	margin:auto;
	min-height: unset;
	color: #fb316c;
	text-align:center;
}

.sparklabs-timeline-parent .div1 {
	display:block;
	padding:0;
	text-align:center;
	margin: 1em 0 0;
}
.sparklabs-timeline-parent .div2 h6 {
	font-size: 18px;
}
.sparklabs-timeline-parent .div1 {
	font-size: 52px;
}
.sparklabs-timeline-parent .div2 p {
	font-size: 18px!important;
}
.sparklabs-timeline-parent .div3 {
	height:60vw;
    background-size: contain;
    background-repeat: no-repeat;
	margin: 2em 0 0;
}
.panel-1 .sparklabs-timeline-parent .div3 {
    background-image: url("assets/sparklabs/photo-bg-timeline-1-mobile.jpg");
    background-position: 45% top;
}
.panel-2 .sparklabs-timeline-parent .div3 {
    background-image: url("assets/sparklabs/photo-bg-timeline-2-mobile.jpg");
	background-position: center top;
	background-size: 80%;
}
.panel-3 .sparklabs-timeline-parent .div3 {
	height: 50vw;
    background-image: url("assets/sparklabs/photo-bg-timeline-3-mobile.jpg");
	background-position: center top;
	background-size: 75%;
}
.panel-4 .sparklabs-timeline-parent .div3 {
    background-image: url("assets/sparklabs/photo-bg-timeline-4-mobile.jpg");
    background-position: 25% top;
	background-size: 75%;
}
.panel-5 .sparklabs-timeline-parent .div3 {
    background-image: url("assets/sparklabs/illo-bg-timeline-5.svg");
    background-position: 75% top;
}

.illo-timeline-1-sparks {
	top: 15%;
	right: 2%;
	width: 10%;
}
.photo-timeline-2-designer {
	right: 2%;
	width: 26%;
	}
	.illo-timeline-2-coins {
	right: 5%;
	width: 18%;
}

.illo-timeline-2-pig {
	right: 38%;
	width: 20%;
}
.illo-timeline-3-character {
	top: 48%;
	width: 25%;
}
.illo-timeline-4-gems {
	right: 4%;
	width: 15%;
}
.photo-timeline-4-screen-a {
	right: 26%;
	width: 15%;
}
.photo-timeline-4-screen-b {
	right: 4%;
	width: 20%;
}
.illo-timeline-5-phones {
	top:7%;
	right: 20%;
	width: 58%;
}
.illo-timeline-5-clipboard {
	right: 2%;
	width: 12%;
}
}

/* ad types grid */
.sparklabs-ad-grid-header {
	margin-top:160px;
	padding: 0 12.5%;
}
.sparklabs-ad-grid-header h1 {
	font-size: 4.15vw;
	text-align:left;
	max-width:50%;
}
.ad-grid-cell p, .ad-grid-cell h1, .ad-grid-cell h2, .ad-grid-cell h3 {
    margin: 0 0 1em;
}
.ad-grid-cell *:last-child {
    margin-bottom: 0;
}
.ad-grid-cell p {
    font-size: 1.1vw!important;
    line-height: 1.35em!important;
}
.ad-grid-cell h1 {
    font-size: 3vw;
    position: absolute;
    top: 4vw;
    right: 3vw;
    transform-origin: top left;
    transform: translate(100%, 0%) rotate(90deg);
}
.ad-grid-cell h2 {
    font-size: 2.2vw;
    line-height: 1.25em;
}
.ad-grid-cell h3 {
    font-size: 1.45vw;
    line-height: 1.25em;
    letter-spacing: 0.5px;
}
.ad-grid-cell h3.standalone {
    font-family: "Avenir Heavy";
font-weight:700;
    line-height: 1.35em;
    letter-spacing: 0.25px;
}
.ad-grid-cell {
    padding: 4vw 4vw 3vw;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.ad-grid-cell .promo-link {
	font-size: 1.2vw;
}
.primary-cell {
    min-height: 51vw;
}
.sparklabs-playable-parent {
    display: grid;
    grid-template-columns: 2fr repeat(2, 1fr);
    grid-template-rows: 1fr 2fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.sparklabs-playable-parent .div1 {
    grid-area: 1 / 1 / 3 / 2;
    background-color: #ff9f20;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0!important;
    color: #9e5a00;
}
.sparklabs-playable-parent .div2 {
    grid-area: 1 / 2 / 2 / 4;
    background-color: #ff5d3c;
    padding-right: 7vw;
}
.sparklabs-playable-parent .div3 {
    grid-area: 2 / 2 / 3 / 3;
    background-color: #fc336d;
    background-image: url('assets/sparklabs/icon-hand-swipe-white.svg');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 80% 90%;
}
.sparklabs-playable-parent .div4 {
    grid-area: 2 / 3 / 3 / 4;
    background-color: #fff;
    color: #fb316c;
}
.sparklabs-video-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr) 2fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.sparklabs-video-parent .div1 {
    grid-area: 1 / 3 / 3 / 4;
    background-color: #12b2a6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0!important;
    color: #086962;
}
.sparklabs-video-parent .div1 h1 {
    right: unset;
    left: 0;
}
.sparklabs-video-parent .div2 {
    grid-area: 1 / 1 / 2 / 3;
    background-color: #14cb93;
    padding-right: 8vw;
}
.sparklabs-video-parent .div3 {
    grid-area: 2 / 1 / 3 / 2;
    background-color: #43dcb2;
}
.sparklabs-video-parent .div4 {
    grid-area: 2 / 2 / 3 / 3;
    color: #12afa3;
    background-color: #fff;
}
.sparklabs-display-parent {
    display: grid;
    grid-template-columns: 2fr repeat(2, 1fr);
    grid-template-rows: 1fr 2fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.sparklabs-display-parent .div1 {
    grid-area: 1 / 1 / 3 / 2;
    background-color: #1260fc;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0!important;
    color: #0a2c71;
}
.sparklabs-display-parent .div2 {
    grid-area: 1 / 2 / 2 / 4;
    background-color: #029bfd;
    padding-right: 7vw;
}
.sparklabs-display-parent .div3 {
    grid-area: 2 / 2 / 3 / 4;
    background-color: #00b9e3;
    background-image: url('assets/sparklabs/icon-hand-tap-white.svg');
    background-size: 11%;
    background-repeat: no-repeat;
    background-position: 88% 80%;
    padding-right: 15vw;
}
.video-main-video {
    width: 85%;
    position: relative;
    right: -5%;
    bottom: -5%;
    border-radius: 2vw 0 0 2vw;
    box-shadow: 1vw 1vw 0px 0px rgba(255,255,255,1);
    cursor: pointer;
}
.display-main-illo {
    width: 50%;
    position: relative;
    bottom: 0px;
    border-radius: 2vw 2vw 0 0;
    box-shadow: 1vw 1vw 0px 0px rgba(255,255,255,1);
}
.sparklabs-playable-parent .playable-wrapper {
    position: relative;
    bottom: 0;
    border: none;
    width: 50%;
    align-self: stretch;
    margin-top: 15%;
}
.sparklabs-playable-parent .playable-static {
    display: none;
    position: relative;
    bottom: 0;
    height: auto;
    border: none;
    width: 50%;
}
.sparklabs-playable-parent .playable-static img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2vw 2vw 0 0;
    box-shadow: 1vw 1vw 0px 0px rgba(255,255,255,1);
}
.sparklabs-playable-parent .playable-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    border: none;
    width: 100%;
    border-radius: 2vw 2vw 0 0;
    box-shadow: 1vw 1vw 0px 0px rgba(255,255,255,1);
}
.sparklabs-playable-parent .playable-wrapper > iframe * {
    border-radius: 2vw 2vw 0 0;
}

.ad-specs-footer {
	text-align:right;
	padding:1.5em 5%;
}
.ad-specs-footer .promo-link {
	font-size:21px;
}

@media screen and (max-width:1024px) {
.sparklabs-ad-grid-header {
	margin-top: 120px;
	padding: 0 5%;
}
.sparklabs-ad-grid-header h1 {
	font-size: 6.25vw;
	text-align: center;
	max-width: 80%;
	margin: 0 auto 1.75em;
}
}

@media screen and (max-width:768px) {
#page-sparklabs body {
    font-size: 2.2vw;
}
.ad-grid-cell p, .ad-grid-cell .promo-link {
    font-size: 2.2vw!important;
}
.ad-grid-cell h1 {
    top: 6vw;
    font-size: 6vw;
}
.ad-grid-cell h2 {
    font-size: 4.5vw;
}
.ad-grid-cell h3 {
    font-size: 2.75vw;
    line-height: 1.2em;
}
.ad-grid-cell h3.standalone {
    line-height: 1.5em;
}
.ad-grid-cell {
    padding: 8vw 8vw 3vw;
}
.sparklabs-playable-parent {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50fr 19fr 31fr;
}
.sparklabs-playable-parent .div1 {
    height: 95vw;
    grid-area: 1 / 1 / 2 / 3;
}
.sparklabs-playable-parent .div2 {
    grid-area: 2 / 1 / 3 / 3;
    padding-right: 12vw;
}
.sparklabs-playable-parent .div3 {
    grid-area: 3 / 1 / 4 / 2;
    background-position: 80% 85%;
}
.sparklabs-playable-parent .div4 {
    grid-area: 3 / 2 / 4 / 3;
}
.sparklabs-video-parent {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2fr repeat(2, 1fr);
}
.sparklabs-video-parent .div1 {
    height: 95vw;
    grid-area: 1 / 1 / 2 / 3;
}
.sparklabs-video-parent .div1 h1 {
    left: -2vw;
}
.sparklabs-video-parent .div2 {
    grid-area: 2 / 1 / 3 / 3;
}
.sparklabs-video-parent .div3 {
    grid-area: 3 / 1 / 4 / 2;
}
.sparklabs-video-parent .div4 {
    grid-area: 3 / 2 / 4 / 3;
}
.sparklabs-display-parent {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50fr 19fr 31fr;
}
.sparklabs-display-parent .div1 {
    height: 95vw;
    grid-area: 1 / 1 / 2 / 3;
}
.sparklabs-display-parent .div2 {
    grid-area: 2 / 1 / 3 / 3;
}
.sparklabs-display-parent .div3 {
    grid-area: 3 / 1 / 4 / 3;
    padding-right: 28vw;
}
.video-main-video {
    right: -3%;
    bottom: -3%;
    border-radius: 4vw 0 0 4vw;
    box-shadow: 2vw 2vw 0px 0px rgba(255,255,255,1);
}
.display-main-illo {
    border-radius: 4vw 4vw 0 0;
    box-shadow: 2vw 2vw 0px 0px rgba(255,255,255,1);
}
.sparklabs-playable-parent .playable-static img {
    border-radius: 4vw 4vw 0 0;
    box-shadow: 2vw 2vw 0px 0px rgba(255,255,255,1);
}
.sparklabs-playable-parent .playable-wrapper > iframe {
    border-radius: 4vw 4vw 0 0;
    box-shadow: 2vw 2vw 0px 0px rgba(255,255,255,1);
}
.ad-specs-footer {
	text-align: center;
	}
}

@media screen and (max-width:640px) {
.sparklabs-playable-parent .playable-wrapper {
    display: none;
}
.sparklabs-playable-parent .playable-static {
    display: block;
}
.ad-grid-cell {
	padding: 8vw;
}
.ad-grid-cell h2 {
	font-size: 5.5vw;
}
.ad-grid-cell h3 {
	font-size: 4.75vw;
}
.ad-grid-cell p, .ad-grid-cell .promo-link {
	font-size: 4.2vw!important;
}
.sparklabs-playable-parent, .sparklabs-video-parent, .sparklabs-display-parent {
	display:block;
}
.sparklabs-playable-parent .div3, .sparklabs-video-parent .div3, .sparklabs-display-parent .div3 {
	display:none;
}
.sparklabs-playable-parent .div3 {
	background-size: 13%;
	padding-bottom: 20%;
	background-position: 93% 80%;
}
.ad-specs-footer .promo-link {
	font-size:18px;
}
}

/* customizations for inherited element styles reused on SparkLabs page */
#page-sparklabs .quote-text .partner-logo {
	max-width: 95px;
}
@media screen and (max-width: 1024px) {
	#page-sparklabs .quote-text .partner-logo {
		max-width: 55px;
	}
}

/* Selected Success/Quote Styles */

.success-quote-outer-panel {
	border:solid 4px #12afa3;
	top:20px;
	left:20px;
	margin:100px auto 120px;
	max-width: 95%;
}

.success-quote-inner-panel {
	background-color:#fff;
	top:-40px;
	left:-40px;
	padding:7.5%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}

.success-quote-inner-panel::before, .success-quote-outer-panel::after {
	content:'';
	display:block;
	position:absolute;
	width:116px;
	height:85px;
	background-image:url('images/icon-quote-mark-lg-green.svg');
	background-size:contain;
	background-repeat:no-repeat;
}
.success-quote-inner-panel::before {
	left: 5%;
	top:-55px;
}

.success-quote-outer-panel::after {
	transform: rotate(180deg);
	right: 5%;
	bottom: -60px;
}

.success-quote-inner-panel .quote-image {
	flex:0 1 235px;
}
@media screen and (max-width: 1024px) {
	.success-quote-inner-panel .quote-image {
		flex: 0 1 30%;
	}
	.success-quote-inner-panel::before, .success-quote-outer-panel::after {
		width: 72px;
	}
	.success-quote-inner-panel::before {
		top: -36px;
	}
	.success-quote-outer-panel::after {
		bottom: -36px;
	}
}
.success-quote-inner-panel .quote-text {
	flex:0 1 calc(92.5% - 235px); 
	text-align:left;
}
@media screen and (max-width: 1024px) {
	.success-quote-inner-panel .quote-text {
		flex: 0 1 calc(62.5%);
	}
}
.success-quote-inner-panel h5 {
    font-family: "Avenir Black";
	font-weight:750;
    margin:0.5em auto;
}
.success-quote-inner-panel h5 em {
    font-family: "Avenir BlackOblique";
    font-weight:750;

}
.success-quote-inner-panel .quote-name {
    font-family: "Avenir Heavy";
	font-weight:700;
	color:#000;
}

.success-quote-inner-panel .quote-attrib {
    font-family: "Avenir Light";
	font-weight:300;
    font-size:15px;
    margin:2.5em auto 0;
	color:#999;
}
.success-results-row {
    margin:4em auto;
}


@media screen and (max-width: 1024px) {
	.success-quote-inner-panel h5 {
	    font-size:16px;
	}
	.success-quote-inner-panel p {
		font-size: 12px!important;
	}
	.success-quote-inner-panel .quote-attrib {
		margin: 1.5em auto 0;
	}
}

.success-quote-inner-panel *:first-child {
	margin-top:0;
}

.quote-text .partner-logo {
	margin:0 auto 2.5em 0;
	max-width:200px;
	max-height:85px;
}
.quote-text .partner-logo[src*="svg"] {
	height:85px;
}

.hyperhippo .quote-text .partner-logo {
    max-width:300px;
}

@media screen and (max-width: 1024px) {
	.quote-text .partner-logo {
		margin: 0 auto 1.5em 0;
	}
.success-quote-outer-panel {
	margin: 5% auto;
}
}
@media screen and (max-width: 640px) {

.success-quote-inner-panel {
	top: 0;
	left: 0;
	padding: 20% 12%;
	flex-direction: column-reverse;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.success-quote-outer-panel {
	top: 0;
	left: 0;
}
.success-quote-inner-panel .quote-text {
	text-align:center;
}
.quote-text .partner-logo {
	margin: 0 auto 1.5em auto;
}
.quote-image .quote-teampic {
	width: 65%;
	margin: 2em auto 0;
	}
.success-quote-inner-panel h5 {
	font-size: 16px;
}

.success-quote-inner-panel p.quote-attrib {
	font-size: 12px!important;
}

	.success-quote-inner-panel::before {
		left: calc(50% - 36px);
	}
	.success-quote-outer-panel::after {
		right: calc(50% - 36px);
	}

}

/* Support Gateway Page */

#page-support .hero {
	background-image:url('images/hero-bg-support.jpg');
	background-size:cover;
	background-position:center top;
	min-height:450px;
	color:#fff;
	text-align:center;
}

#page-support .hero h5 {
    font-family: "Avenir Heavy";
font-weight:700;
	margin:2em auto 0.5em;
}

#page-support .hero h2 {
	margin:0.5em auto;
}

.support-buttons-row {
	border-bottom:2px solid #efefef;
}

.support-buttons {
	display:flex;
    padding:0;
}
@media screen and (max-width: 640px) {

.support-buttons {
	flex-direction: column;
}

.support-buttons > a:first-child {
	border-bottom: 2px solid #efefef;
}

}
.support-buttons > a {
	flex:1 1 50%;
	display:flex;
	color:#000;
}

.support-pod {
	flex:1 1 100%;
	background-color:#fff;
    padding: 80px 5% 35px;
    text-align: center;
	border-bottom:6px solid transparent;
	transition:all 0.2s ease-in-out;
}

.support-buttons > a:nth-child(odd) {
    border-right:solid 1px #efefef;
}

.support-buttons > a:nth-child(even) {
    border-left:solid 1px #efefef;
}

.support-pod:hover {
	background-color:#f7f7f7;
	cursor:pointer;
	border-bottom-color:#00b6e0;
	opacity:1;
}

.support-buttons a:hover {
	opacity:1;
}

.support-pod h4 {
    font-family: "Avenir Black";
font-weight:750;
    margin:0.25em auto;
}

.support-pod img {
	margin:auto;
	max-width:100px;
	max-height:120px;
}

.support-pod .icon-support-monetization {

}

.support-pod .icon-support-growth {
	margin:30px auto auto;
}



/* Products Pages */

#page-products .hero .btn-standard {
	margin-top:0.75em;
	margin-left:0;
}
#page-products .hero {
	height: 75vh;
	min-height: 640px;
	max-height:1000px;
	padding-top: 100px;
	overflow:hidden;
}

#page-products .hero .inner-wrap {
	padding: 0;
	margin: auto;
}

@media screen and (max-width: 768px) {

#page-products .hero h1 {
	font-size:6vw;
}
}
@media screen and (max-width: 640px) {

#page-products .hero h1 {
	font-size:7vw;
}
}

@media screen and (max-width: 640px) {

#page-products .hero .btn-standard {
	margin: 1em auto 1em 0;
	font-size: 18px;
}
}

#page-products .hero .intro-parent {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	width: 100%;
}

#page-products .hero .intro-parent .div1 { 
	grid-area: 1 / 1 / 2 / 2; 
}
#page-products .hero .intro-parent .div2 { 
	grid-area: 1 / 2 / 2 / 3; 
}

#page-products .hero .intro-parent .div1 .illo-appdisc-hero {
	display:none;
}
#page-products .hero .intro-parent .div1 .illo-safedk-hero {
	display:none;
}
#page-products .hero .intro-parent .div1 .max-testimonial-video-wrap {
	display:none;
}



@media screen and (max-width: 1024px) {
	#page-products .hero .intro-parent  {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}

	#page-products .hero .intro-parent .div2 { 
		display:none;
	}
	#page-products .hero .intro-parent .div1 .illo-appdisc-hero {
		display:block;
	}
	#page-products .hero .intro-parent .div1 .illo-safedk-hero {
		display:block;
	}
	#page-products .hero .intro-parent .div1 .max-testimonial-video-wrap {
		display:block;
	}

}

/* AppDiscovery */

#page-products.appdiscovery .hero {
	background-image:url('images/blob-bg-appdisc-hero.jpg');
	background-repeat:no-repeat;
	background-position: calc(50% + 750px) top;
	background-size: auto 95%;
}

.appdiscovery-hero-pod {
	display:flex;
	align-items: center;
	text-align:left;
}

.appdiscovery-hero-pod .logo {
	max-width:250px;
	margin:0 auto 1.5em 0;
}

.appdiscovery-hero-pod.content-pod {
	padding:0 0 0 17%;
}

.illo-appdisc-hero {
	width:100%;
	height:auto;
	max-width:690px;
	margin: 0 auto;
	right: -17%;
}

.appdiscovery-mid-wave-row {
	padding:0 0 100px;
	background: rgb(0,182,224);
	background: linear-gradient(180deg, rgba(0,182,224,1) 0%, rgba(0,182,224,1) 70%, rgba(255,255,255,1) 70%);
}

.appdiscovery-mid-wave-row h4 {
	color:#fff;
	top:-3.75vw;
}

.wave-header-appdiscovery {
	margin:0;
	display:block;
	width:100%;
	height:auto;
}

.photo-products-appdisc-woman-train {
	position:relative;
	margin:auto auto auto 0;
	max-width:577px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);	
}
@media screen and (max-width: 1024px) {
	.photo-products-appdisc-woman-train {
		margin: auto auto auto 0;
		max-width: 290px;
	}
}
@media screen and (max-width: 640px) {
.photo-products-appdisc-woman-train {
	margin: auto;
	max-width: 90%;
}
}
.photo-products-appdisc-man-jacket {
	position:relative;
	margin:auto 10% auto auto;
	max-width:392px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);	
}
@media screen and (max-width: 1024px) {
	.photo-products-appdisc-man-jacket {
		margin: auto 0% auto auto;
		max-width: 290px;
	}
}
@media screen and (max-width: 640px) {
.photo-products-appdisc-man-jacket {
	margin: auto;
	max-width: 90%;
}
}
.products-content-pod {
	flex: 1 1 33%;
	text-align:left;
	padding: 0 4%;
}
.icon-products-appdisc::before {
	content:'';
	position: relative;
	background-position:left bottom;
	left: 0;
	display:block;
	background-size:contain;
	background-repeat:no-repeat;
	width:150px;
	height:110px;
	margin:0 auto 1.5em 0;
}

@media screen and (max-width: 640px) {
.products-content-pod-row > .inner-wrap {
	flex-direction: column;
}
.products-content-pod {
	text-align: center;
	padding: 0 5%;
	width: 80%;
	margin: 4em auto 0;
}
.icon-products-appdisc::before {
	margin: 0 auto 1.5em;
	background-position: center bottom;
}
}

.icon-products-appdisc-multi-phones::before {
	background-image: url('images/icon-products-appdisc-multi-phones.svg');
}

.icon-products-appdisc-money-stack::before {
	background-image: url('images/icon-products-appdisc-money-stack.svg');
}

.icon-products-appdisc-laptop::before {
	background-image: url('images/icon-products-appdisc-laptop.svg');
}

.icon-products-appdisc-phone-hearts::before {
	background-image: url('images/icon-products-appdisc-phone-hearts.svg');
}

.icon-products-appdisc-arrow-digits::before {
	background-image: url('images/icon-products-appdisc-arrow-digits.svg');
}

.icon-products-appdisc-phone-os::before {
	background-image: url('images/icon-products-appdisc-phone-os.svg');
}

.products-content .title-panel {
	position:absolute;
	z-index:10;
	padding:30px 40px 30px 50px;
	border-left: 10px solid #e0e0e0;
	background:#fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	text-align:left;
}
@media screen and (max-width: 1024px) {
.products-content .title-panel {
	padding: 20px 20px 20px 30px;
}
}
.products-content h2 {
	margin:0.5em auto;
	line-height:1.2em;
}

.products-content h5 {
	margin:0.25em auto;
	line-height:1.5em;
}

.products-content .title-panel h2 {
	margin:0.25em auto;
}

.products-content .title-panel h6 {
	margin:0.25em auto;
}

.appdiscovery-mid-wave-row .products-content .title-panel {
	border-left-color:#ff5b3b;
	width:85%;
	max-width:520px;
	top: 30%;
	right: 5%;	
}
.appdiscovery-secondary .products-content .title-panel {
	border-left-color:#fb316c;
	width:85%;
	top: 5%;
	max-width:575px;
}

@media screen and (max-width: 1024px) {
.appdiscovery-mid-wave-row .products-content .title-panel, .appdiscovery-secondary .products-content .title-panel {
	width: 60%;
}
}

@media screen and (max-width: 640px) {
.appdiscovery-mid-wave-row .products-content .title-panel {
	width: 95%;
	margin: 0 2.5%;
	max-width: 100%;
	top: 100%;
	left: 0%;
}
.appdiscovery-secondary .products-content .title-panel {
	width: 95%;
	margin: 0 2.5%;
	max-width: 100%;
	top: 82%;
	left: 0%;
}
}

.appdisc-content-pod {
	flex: 1 1 50%;
	text-align:left;
	padding: 0 5% 0 10%;
}
.appdisc-content-pod:nth-child(even) {
	padding: 0 5% 0 5%;
}

.photo-bg-appdiscovery-sparklabs {
	width: 100%;
	max-width:485px;
}

.illo-appdiscovery-sparklabs-logo-panel-wrap {
	position:absolute;
	bottom:-100px;
	right:12%;
	width:34%;
	height:400px;
}

.illo-appdiscovery-sparklabs-logo-panel {
position:absolute;
bottom:0;
right:0;
	width:100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

@media screen and (max-width: 1024px) {

	#page-products.appdiscovery .hero {
		background-position: calc(50% + 440px) -35%;
		background-size: 640px;
	}

	.appdiscovery-hero-pod {
		flex: 1 1 38vh;
		width:100%;
		text-align: center;
	}

	.appdiscovery-hero-pod.content-pod {
		padding: 0 10%;
	}

	.illo-appdisc-hero {
		max-width: 50%;
		margin: 5% auto 0;
		right:0;
	}
	#page-products.appdiscovery .content-row > .flex-inner-wrap {
		flex-direction: column;
	}
	.appdisc-content-pod {
		text-align: center;
		margin: auto;
	}
	.illo-appdiscovery-sparklabs-logo-panel-wrap {
		bottom:-15%;
	}
	#page-products .hero .btn-standard {
		margin: 1em auto;
	}
	.appdiscovery-hero-pod .logo {
		margin: 0 auto 1.5em;
	}
}

@media screen and (max-width: 640px) {

#page-products.appdiscovery .hero {
	background-position: calc(50% + 290px) -30%;
	background-size: 500px;
}

.appdiscovery-hero-pod {
	flex: 1 1 32vh;
}

.appdiscovery-hero-pod .logo {
	max-width:220px;
	margin: 0 auto 1.5em 0;
}

	.illo-appdisc-hero {
		max-width: 65%;
	}

}

@media screen and (max-height: 600px) {
	#page-products.appdiscovery .hero {
		min-height:85vh;
		height:auto;
	}
}

/* SafeDK */

#page-products.safedk .hero {
	background-image:url('images/blob-bg-safedk-hero.jpg');
	background-repeat:no-repeat;
	background-position:calc(50% + 650px) top;
	background-size:947px 100%;
}
.safedk-hero-pod {
	display:flex;
	align-items: center;
	text-align:left;
}

.safedk-hero-pod .logo {
	max-width:180px;
	margin:0 auto 1.5em 0;
}

.safedk-hero-pod.content-pod {
	padding:0 0 0 17%;
}

.illo-safedk-hero {
	width: 100%;
	height: auto;
	max-width: 605px;
	margin: 0 auto;
	right: -19%;
}
.safedk-mid-wave-row {
	padding:0;
	background-image:url('images/photo-safedk-bg-people-phones.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	background-position: 20% top;
	margin-bottom:185px;
}

.safedk-mid-wave-row .title-panel {
	background:#fff;
	border-left-color:#ff5b3b;
	padding:50px 70px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	top: 185px;
}

.safedk-mid-wave-row .title-panel h6 {
	margin-bottom:0;
}

.illo-safedk-steps-line {
	width:100%;
	max-width:16%;
	margin:100px auto;
}

.safedk-steps-pod {
	position:absolute;
	max-width:18%;
	padding:0;
	margin:0;
	text-align:left;
}

.safedk-steps-pod h6 {
	margin:0.25em auto;
}

.safedk-steps-pod h6 strong {
    font-family: "Avenir Black";
font-weight:750;
}

.safedk-steps-pod .step-label {
	position: absolute;
	left: -48px;
	width: 40px;
	margin: 0;
}
.safedk-steps-pod::before {
	content:'';
	position: relative;
	background-position:left bottom;
	display:block;
	background-size:contain;
	background-repeat:no-repeat;
	width:60%;
	max-width:150px;
	height:110px;
	margin:0 auto 1em 0;
}

.safedk-steps-pod.step-1 {
	top:0;
	left:18%;
}

.safedk-steps-pod.step-2 {
	top:12%;
	right:14%;
}

.safedk-steps-pod.step-3 {
	top:45%;
	left:18%;
}

.safedk-steps-pod.step-4 {
	bottom:2%;
	right:14%;
}

@media screen and (max-width: 768px) {
.safedk-steps-pod.step-1 {
	top:-4%;
	left:18%;
}

.safedk-steps-pod.step-2 {
	top:4%;
	right:12%;
}

.safedk-steps-pod.step-3 {
	top:40%;
	left:18%;
}

.safedk-steps-pod.step-4 {
	bottom:-2%;
	right:12%;
}
}
@media screen and (max-width: 640px) {

.illo-safedk-steps-line {
	display:none;
}

.safedk-steps-pod.step-1 {
	top:0;
	left:0;
}

.safedk-steps-pod.step-2 {
	top:0;
	right:0;
}

.safedk-steps-pod.step-3 {
	top:0;
	left:0;
}

.safedk-steps-pod.step-4 {
	top:0;
	bottom:unset;
	right:unset;
}


}
.safedk-steps-pod.step-1::before {
	background-image: url('images/icon-safedk-bug.svg');
}

.safedk-steps-pod.step-2::before {
	background-image: url('images/icon-safedk-flashlight.svg');
}

.safedk-steps-pod.step-3::before {
	background-image: url('images/icon-safedk-phone-love.svg');
}

.safedk-steps-pod.step-4::before {
	background-image: url('images/icon-safedk-sdk.svg');
}


@media screen and (min-width: 1921px) {
.safedk-mid-wave-row {
	padding:0 0 100px;
}
.safedk-mid-wave-row {
	margin-bottom: 0;
}

.safedk-mid-wave-row .title-panel {
	top: 0;
}

}

@media screen and (max-width: 1024px) {

	#page-products.safedk .hero {
	background-position: calc(50% + 400px) -150px;
	background-size: 600px;
	}

.safedk-hero-pod {
	flex: 1 1 38vh;
	width:100%;
	text-align: center;
}
.safedk-hero-pod.content-pod {
	padding: 0 10%
}
.illo-safedk-hero {
	max-width: 50%;
	margin: 5% auto 0;
	right:0;
}

.safedk-mid-wave-row .title-panel {
	padding: 50px;
}

.safedk-mid-wave-row + .content-row {
	padding: 100px 0;
}
	.safedk-hero-pod .logo {
		margin: 0 auto 1.5em;
	}

}

@media screen and (max-width: 640px) {


#page-products.safedk .hero {
	background-position: calc(50% + 260px) -120px;
	background-size: 420px;
}

.safedk-hero-pod {
	flex: 1 1 30vh;
}

.safedk-hero-pod .logo {
	max-width:160px;
	margin: 0 auto 1.5em 0;
}

.illo-safedk-hero {
	max-width: 65%;
}
.safedk-steps-wrap {
	flex-direction: column;
}

.safedk-mid-wave-row {
	max-height: 250px;
}
.safedk-mid-wave-row .inner-wrap {
	width: 100%;
}
.safedk-mid-wave-row .title-panel {
	padding: 30px 30px 35px;
	top: 150px;
}

.safedk-steps-pod {
	position: relative;
	max-width: 60%;
	margin: 3em auto 0 25%;
}


.safedk-steps-pod .step-label {
	position: absolute;
	left: -60px;
	width: 40px;
	margin: 0;
	font-size: 36px;
}
}

@media screen and (max-height: 600px) {
	#page-products.safedk .hero {
		min-height:85vh;
		height:auto;
	}
}



#cta-form {
	position: relative;
    text-align: center;
    width: 95%;
    max-width: 600px;
    margin: auto;
}
#cta-form iframe {
    width: 100%;
    height: 85vh;
	max-height: 75em;
    margin: auto;
    border: none;
}
.mfp-close {
	right: 0.5em!important;
    top: 0.5em!important;
    font-size: 50px!important;
    font-family: "Avenir Light"!important;
    color:#a7a6a6!important;
}





.video-slider-wrap {
	width:85%;
	margin:auto;
	max-width:850px;
}

.arrow-link {
    color: #00b6e0;
    text-decoration: none;
    font-size: 21px;
    display: block;
    text-align: center;
    margin: 40px 0;
}
.arrow-link:hover {
    color: #004960;
}
.arrow-link:hover::after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.arrow-link::after {
    width: 21px;
    height: 21px;
    content: "";
    display: inline-block;
    background: url("images/arrow-link.svg") no-repeat;
    top: 3px;
    left: 7px;
    transition: .2s all ease;
}

.video-slider {
    padding: 10px 0 50px 0;
    text-align: center;
}
.video-slider .slick-slide {
    padding: 0 10px;
}
.video-slider .thumb {
    width: 100%;
    height: 138px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 15px;
    cursor: pointer;
}
.video-slider .thumb.japan {
    background-image: url("images/AppLovin_TeamPage_VideoThumbnail_Japan.jpg");
}
.video-slider .thumb.beijing {
    background-image: url("images/thumb-beijing.jpg");
}
.video-slider .thumb.dublin {
    background-image: url("images/thumb-dublin.jpg");
}
.video-slider .thumb.anusha {
    background-image: url("images/AppLovin_TeamPage_VideoThumbnail_Anusha.jpg");
}
.video-slider .thumb.kyler {
    background-image: url("images/AppLovin_TeamPage_VideoThumbnail_Kyler.jpg");
}
.video-slider .thumb.tour {
    background-image: url("images/AppLovin_TeamPage_VideoThumbnail_TakeaTour.jpg");
}
.video-slider .thumb.carolyn {
    background-image: url("images/video-carolyn.jpg");
}
.video-slider .thumb.basil {
    background-image: url("images/video-basil.jpg");
}
.video-slider .thumb::after {
    width: 48px;
    height: 48px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
    background: url('images/play-icon-small.svg') no-repeat;
    background-size: 48px 48px;
    transition: .2s;
    z-index: 1;
    opacity: 0.8;
}
.video-slider .thumb:hover::after {
    transform: scale(1.1);
}
.video-slider .title {
    font-family: "Avenir Heavy";
font-weight:700;
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
}
.video-slider p {
    font-size: 13px;
    margin: 0;
}
.video-play-icon-link {
    font-family: "Avenir Medium" !important;
    display: inline-block;
    margin: 0 auto;
    background: url("images/play-icon-big.svg") no-repeat center top;
    background-size: 50px;
    padding-top: 0 !important;
    cursor: pointer;
    transition: 0.2s all ease;
    font-size: 18px !important;
    color: #fff;
    text-align: center;
}
.video-play-icon-link:hover {
    opacity: .8;
}
#video-overlay, .vimeo-lay {
    background: rgba(0, 0, 0, 0.8);
    background: -moz-radial-gradient(center, ellipse cover, #000000 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-radial-gradient(center, ellipse cover, #000000 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-radial-gradient(center, ellipse cover, #000000 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-radial-gradient(center, ellipse cover, #000000 0%, rgba(0, 0, 0, 0.8) 100%);
    background: radial-gradient(ellipse at center, #000000 0%, rgba(0, 0, 0, 0.8) 100%);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 80px 15%;
    display: none;
    z-index: 999999;
}
.embed-container {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#video-close, .vimeo-close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url("images/close-video.svg") no-repeat center center;
    cursor: pointer;
    text-indent: -999em;
    opacity: .8;
    transition: 0.2s all ease;
}
#video-close:hover, .vimeo-close:hover {
    opacity: 1;
}
#watch-next {
    cursor: pointer;
    display: block;
    width: 300px;
    padding: 10px 30px;
    margin: 40% auto 0 auto;
}

@media screen and (min-width: 1600px) and (min-height: 800px) {
#video-overlay,  .vimeo-lay {
    padding: 100px 20%;
}
}

.carousel-appl {
  text-align: center;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 60px auto;
}
.carousel-appl .carousel {
  min-height: 330px;
}
.carousel-appl img {
  margin: 0 auto 30px auto;
  max-width: 262px;
}
.carousel-caption {
  font-size: 14px;
}
.slick-arrow {
    position: absolute;
    width: 31px;
    height: 53px;
    top: 50%;
    margin-top: -56px;
    background-size: 31px 53px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    text-indent: -9999em;
}
.slick-arrow:focus {
    outline: none;
}
.slick-arrow.slick-next {
    background-image: url("images/arrow_right.png");
    right: -7%;
}
.slick-arrow.slick-prev {
    background-image: url("images/arrow_left.png");
    left: -7%;
}
.team-build p {
    margin-top: 25px;
}
.slick-slider {
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-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 {
    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 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    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:focus {
    outline: none;
}
.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;
}

.perks ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.perks ul li {
    width: 33.333%;
    float: left;
    margin-bottom: 70px;
    padding-top: 60px;
    background: no-repeat center top;
    font-size: 16px;
    height: 110px;
}
.perks ul li > span, .perks ul li > span.reduced {
    font-size: 12px;
    display: block;
}
.perks ul li.health {
    background-image: url("images/jobs/health.svg");
}
.perks ul li.lunch {
    background-image: url("images/jobs/lunch.svg");
}
.perks ul li.gym {
    background-image: url("images/jobs/gym.svg");
}
.perks ul li.laundry {
    background-image: url("images/jobs/laundry.svg");
}
.perks ul li.office {
    background-image: url("images/jobs/office.svg");
}
.perks ul li.transport {
    background-image: url("images/jobs/transport.svg");
}
.perks ul li.vacation {
    background-image: url("images/jobs/vacation.svg");
}
.perks ul li.stock {
    background-image: url("images/jobs/stock.svg");
}
.perks ul li.fun {
    background-image: url("images/jobs/fun.svg");
}
.perks ul li.pad-max {
    padding: 60px 70px 0 70px;
}
.perks ul li.pad-high {
    padding: 60px 60px 0 60px;
}
.perks ul li.pad-mid {
    padding: 60px 50px 0 50px;
}
.perks ul li.pad-min {
    padding: 60px 20px 0 20px;
}
.perks ul li.last {
    margin-bottom: 0;
}
.jobs-awards-logos {
    display: block;
    margin: 0 auto 90px auto;
    width:100%;
    max-width: 532px;
    height: auto;
}

.success-quote-inner-panel.cares-quote-primary {
	background-image:url('images/photo-bg-cares-quote-primary.jpg');
	background-position:left top;
	background-size:cover;
	color:#fff;
	padding: 10% 20%;
}

.success-quote-outer-panel.cares-quote-primary {
	margin: 140px auto 0px;
}

.success-quote-inner-panel.cares-quote-primary .quote-attrib, .success-quote-inner-panel.cares-quote-primary .quote-name {
	color:#fff;
}

.success-quote-inner-panel.cares-quote-primary .partner-logo {
	max-width:235px;
	height:auto;
}

.success-quote-inner-panel.cares-quote-primary .quote-text {
	flex: 0 1 auto;
}

.success-quote-inner-panel.cares-quote-primary h5 {
	font-family: "Avenir Medium";
font-weight:550;
}

.success-quote-inner-panel.cares-quote-primary h5 strong {
	font-family: "Avenir Black";
font-weight:750;
}

.quote-secondary-wrap {
	justify-content:space-around;
}

.cares-quote-secondary {
	flex: 0 1 30%;
	font-size:18px;
	line-height:1.25em;
    font-family: "Avenir Light";
font-weight:300;
    text-align:left;
}

.cares-quote-secondary .quote-secondary-logo {
	width:auto;
	height:auto;
	max-height:80px;
	margin:0 0 30px;
}

.cares-quote-secondary p:nth-child(2) {
    font-family: "Avenir Black";
font-weight:750;
    position:relative;
}

.cares-quote-secondary p:nth-child(2)::before {
    position:absolute;
    display:block;
    content:'“';
    font-family: "ClarendonBT-Bold";    
	top: 0.15em;
	left: -0.6em;
	font-size: 4em;
	color: #999;
	opacity: 0.5;
}

.quote-mark-close {
    font-family: "ClarendonBT-Bold";    
	font-size: 1.5em;
	color: #999;
	opacity: 0.5;
	vertical-align: sub;
}

.cares-quote-secondary .quote-attrib {
	font-size:14px!important;
}

.cares-quote-secondary .quote-name {
    font-family: "Avenir Heavy";
font-weight:700;
}

@media screen and (max-width: 768px) {
	.quote-secondary-wrap {
		flex-direction:column;
	}
	.cares-quote-secondary {
		flex: 0 1 100%;
		max-width:85%;
		margin:0 auto;
	}
	.cares-quote-secondary:nth-child(n + 2) {
		margin-top:60px;
	}
}

@media screen and (max-width: 640px) {
	.cares-quote-secondary {
		text-align:center;
	}
	.cares-quote-secondary .quote-secondary-logo {
		margin:0 auto 30px;
		max-height:60px;
	}

	.success-quote-outer-panel.cares-quote-primary {
		margin: 80px auto 0px;
	}
}

/* Glossary Pages */

#page-glossary .hero h2 {
	font-family: "Avenir Black";
font-weight:750;
  font-size: 40px;
}
#page-glossary .hero h5 {
	font-family: "Avenir Heavy";
font-weight:700;
}
#page-glossary .glossary-text h1 {
	font-size: 36px;
}
#page-glossary .glossary-text h2 {
	font-size: 21px;
	margin-top:1.5em;
}
#page-glossary .glossary-text h3 {
	font-family: "Avenir Heavy";
font-weight:700;
	font-size: 18px;
}
#page-glossary .glossary-text h4 {
	font-family: "Avenir Heavy";
font-weight:700;
	font-size: 18px;
	text-transform:uppercase;
	letter-spacing:1px;
}
#page-glossary .glossary-text h5 {
	font-family: "Avenir Heavy";
font-weight:700;
	font-size: 16px;
	text-transform:uppercase;
	letter-spacing:1px;
}
#page-glossary h6 {
	font-size: 18px;
	font-family: "Avenir Heavy";
font-weight:700;
	letter-spacing: 1px;
	margin:1em auto 0;
}

#page-glossary.glossary-index .hero {
  background-image: url('images/bg-hero-glossary-main.jpg');
  min-height:550px;
  color: #fff;
  padding:2em 0;
  }

#page-glossary.glossary-index .hero .inner-wrap {
  margin-top: 2em;
}

#page-glossary.glossary-index .hero .btn-standard {
	margin-top: 1em;
	font-size: 1.15em;
	border-width:2px;
}

.glossary-alphabet-wrap {
  background-color: #00b6e0;
  padding: 20px;
  position: relative;
  z-index: 100;
  position: sticky;
  position: -webkit-sticky;
  top: 55px;
}

.glossary-list-letters .flex-inner-wrap {
  align-items: flex-start;  
}

.glossary-list-letters:nth-child(even){
  background-color: #f9f9f9;
  display: flex;
}

.glossary-list-letters:nth-child(odd){
  background-color:  #fff;
  display: flex;
}


.glossary-alphabet {
  padding-left: 10px;
  padding-right: 10px;
}

.glossary-alphabet ul {
  text-align: center;
  margin: 0;
  padding-left: 0;
  }

.glossary-alphabet li {
  display: inline-block;
  text-align: center;
width: 40px;
height:40px;
margin:4px 8px;
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
	opacity:0.3;
}

.glossary-alphabet li.active {
	opacity:1;
}

.alphabet-link {
  color: transparent;
}

.alphabet-link > a {
  color: transparent;
  text-align: center;
  display: inline-block;
	width: 100%;
	padding: 0 0 0.65em;
}

.glossary-alphabet-wrap.scrolled .glossary-alphabet li {
	width: 20px;
	height: 20px;
}

.glossary-alphabet-wrap.scrolled .alphabet-link > a {
	line-height: 1em;
	padding: 0;
	top: -0.2em;
}

.glossary-alphabet-wrap.scrolled br {
	display:none;
}

.link-a {
	background-image:url('images/icon-alpha-disc-bg-a.svg');
}

.link-b {
	background-image:url('images/icon-alpha-disc-bg-b.svg');
}

.link-c {
	background-image:url('images/icon-alpha-disc-bg-c.svg');
}

.link-d {
	background-image:url('images/icon-alpha-disc-bg-d.svg');
}

.link-e {
	background-image:url('images/icon-alpha-disc-bg-e.svg');
}

.link-f {
	background-image:url('images/icon-alpha-disc-bg-f.svg');
}

.link-g {
	background-image:url('images/icon-alpha-disc-bg-g.svg');
}

.link-h {
	background-image:url('images/icon-alpha-disc-bg-h.svg');
}

.link-i {
	background-image:url('images/icon-alpha-disc-bg-i.svg');
}

.link-j {
	background-image:url('images/icon-alpha-disc-bg-j.svg');
}

.link-k {
	background-image:url('images/icon-alpha-disc-bg-k.svg');
}

.link-l {
	background-image:url('images/icon-alpha-disc-bg-l.svg');
}

.link-m {
	background-image:url('images/icon-alpha-disc-bg-m.svg');
}

.link-n {
	background-image:url('images/icon-alpha-disc-bg-n.svg');
}

.link-o {
	background-image:url('images/icon-alpha-disc-bg-o.svg');
}

.link-p {
	background-image:url('images/icon-alpha-disc-bg-p.svg');
}

.link-q {
	background-image:url('images/icon-alpha-disc-bg-q.svg');
}

.link-r {
	background-image:url('images/icon-alpha-disc-bg-r.svg');
}

.link-s {
	background-image:url('images/icon-alpha-disc-bg-s.svg');
}

.link-t {
	background-image:url('images/icon-alpha-disc-bg-t.svg');
}

.link-u {
	background-image:url('images/icon-alpha-disc-bg-u.svg');
}

.link-v {
	background-image:url('images/icon-alpha-disc-bg-v.svg');
}

.link-w {
	background-image:url('images/icon-alpha-disc-bg-w.svg');
}

.link-x {
	background-image:url('images/icon-alpha-disc-bg-x.svg');
}

.link-y {
	background-image:url('images/icon-alpha-disc-bg-y.svg');
}

.link-z {
	background-image:url('images/icon-alpha-disc-bg-z.svg');
}

.glossary-alphabet li.active:hover {
background-position:center bottom;
}

.glossary-list-letters {
  padding-left: 70px;
}

.glossary-letters-left h2 {
  font-size: 100px;
  margin: 0;
  padding-bottom: 0px;
  font-weight: 100;
  line-height: 1.15em;
}

.glossary-letters-left {
  color: #bbbbbb;
  flex: 0 1 35%;
} 

.glossary-words {
  flex: 1 1 65%;
}

.glossary-words .glossary-column {
  padding-top: 0px;
  color: #00b6e0;
  margin: 0px;
  margin-right: 0px;
  display: flex;
  flex-wrap: wrap;
}

.glossary-column a {
  padding: 10px;
  text-align:left;
  flex: 0 1 50%;
  font-family: "Avenir Heavy";
font-weight:700;
  display: block;
  }

#empty {
  color: #4dcce9;
  background-color: #00b6e0;
  pointer-events: none;
  cursor: default;
}


@media screen and (max-width: 1025px) {

  .glossary-alphabet-wrap { 
    display: none
  }

 .glossary-letters-left {
  margin-right: 0px;
  padding-left: 0px;
  }

  .glossary-list-letters {
    text-align: left;
  }

 .glossary-column {
  padding-left: 0;
  margin-left: 0;
  }

  .glossary-words {
    padding-left: 0px;
  }
}

@media screen and (max-width: 768px) {

 .glossary-letters-left {
  margin-right: 0px;
  padding-left: 0px;
  flex: 0 1 50%;
 }

  .glossary-list-letters {
    text-align: left;
 }

 .glossary-column {
  padding-left: 0;
  margin-left: 0;
  } 

  .glossary-list-letters .flex-inner-wrap {
    display: block;
  }
  
   .glossary-column a {
  flex: 0 1 100%;
	}
}

@media screen and (max-width: 640px) {
 .glossary-alphabet-wrap { 
  display: none
 }

  .glossary-letters-left {
  margin-right: 0px;
  padding-left: 0px;
  float: none;
 }

 .glossary-list-letters {
    text-align: left;
 }

 .glossary-column {
  padding-left: 0;
  margin-left: 0;
 }

 #page-glossary.glossary-index .hero .inner-wrap {
  margin-top: 4em;
}

 #page-glossary.glossary-index .hero h2 {
  font-size: 35px;
  }

  #page-glossary.glossary-index .hero h5 {
  font-size: 20px;
  }
}


/* Individual glossary entries */

.content-row.glossary-text-row {
	padding:50px 0;
}

.content-row.related-box {
	padding:80px 0;
}

#page-glossary.glossary-individual .hero h2 {
	font-size: 60px;
}

#page-glossary.glossary-individual .hero {
  background-image: url('/wp-content/themes/applovin/images/bg-hero-glossary-entry.jpg');
  min-height:450px;
  color: #fff;
  }

.glossary-return-wrap ul {
    padding:0;
}

.glossary-return-wrap li {
    display: inline-block;
}

.glossary-return-wrap .glossary-letter-back {
    font-size: 12px!important;
    margin-left: 5px;
    border-left: 0.2px solid #acacac;
    border-right: 0.2px solid #acacac;
    padding-left: 10px;
    padding-right:10px;
	font-family: "Avenir Heavy";
font-weight:700;
}

.glossary-return-wrap .glossary-return-link {
    text-decoration:none;
    display: block;
    margin-top: 0.75em;
    font-size: 12px;
	font-family: "Avenir Heavy";
font-weight:700;
}

.glossary-return-wrap .glossary-return-link::before {
    width: 1em;
    height: 1em;
    content: "";
    display: inline-block;
    background: url('/wp-content/themes/applovin/images/link-icon-arrow-black.svg') no-repeat;
    background-size: 80%;
    background-position:left center;
    position: relative;
    top: 2px;
    margin:0 0.5em 0 0;
}

.glossary-text {
    text-align: left;
    padding-top: 0;
    margin-top: 0;

}

.glossary-related {
	font-family: "Avenir Heavy";
font-weight:700;
    letter-spacing: 1px;
}

.glossary-rel-terms {
    font-size: 15px;
    color: #0683aa;
    background-color: #ccf0f9;
    border-radius: 40px;
    margin-top: 20px;
    font-weight: none;
    font-family: "Avenir Medium";
font-weight:550;
}

.glossary-term-list a:nth-child(3n):after {
    content:"\A"; 
    white-space:pre;
}

@media screen and (max-width: 768px) {
    .glossary-text { 
    width:90%;
    }

    .glossary-return-wrap { 
    padding-left: 10px;
    }

    .glossary-related-box {
    text-align: left;
    margin-left: 20px;
    }

    .glossary-rel-terms {
    margin-left: 0;
    }

}

@media screen and (max-width: 640px) {

    #page-glossary.glossary-individual .hero {
    background-image: url('/wp-content/themes/applovin/images/bg-hero-glossary-entry-mobile.jpg');
     min-height:450px;
     color: #fff;
    }

    .glossary-return-wrap { 
    margin-left: 10px;
    }

  .glossary-related-box {
    margin-left: 20px;
    text-align: left;
    }

    .glossary-rel-terms {
        margin-left: 0;
    }

#page-glossary .glossary-text h1 {
	font-size: 21px;
}
#page-glossary .glossary-text h2 {
	font-size: 18px;
}
#page-glossary.glossary-individual .hero h2 {
	font-size: 42px;
}
}



/* 404 Page */

#page-404 {
      background-image: linear-gradient(#ffffff, #fafafa);
}

#page-404 > .row:first-child {
	background-image: url('images/blob-bg-404-hero.png');
	background-position: calc(50% - 680px) top;
	background-size:755px;
	background-repeat:no-repeat;
}

#wrapper-404 {
	margin:150px auto 75px;
}

#wrapper-404 .div1 { 
	padding:5%;
}


#wrapper-404 h6 {
	margin:1em auto;
}

@media screen and (max-width: 1440px) {
	#page-404 > .row:first-child {
		background-image: url('images/blob-bg-404-hero-corner.png');
		background-position: -100px top;
		background-size:508px;
	}
}


@media screen and (max-width: 640px) {
	#page-404 > .row:first-child {
		background-position: left top;
		background-size:325px;
	}
}


/* Generic Page */
.ghost-page .wrap {
    max-width: 800px;
    width: 85%;
}
.generic-page article {
    margin-top: 4em;
}
.generic-page h1 {
    font-family: "Avenir Heavy";
font-weight:700;
}
.generic-page p.qa-question {
    margin-top: 1.5em;
    font-family: "Avenir Heavy";
font-weight:700;
    border-top: 1px solid #efefef;
    padding-top: 1.5em;
}
.generic-page p:last-child {
    margin-bottom: 4em;
}


@media screen and (max-width: 1350px) {
.pub-b-illo {
    width: 95%;
}
/* MAX Page */
.max-illo-benefits {
    max-width: 85%;
    margin:auto;
}
}

@media screen and (max-width: 1250px) {

#casePage .playable-wrapper, #casePage .playable-static {
    max-width: 100%;
    height: auto;
    top: 22%;
	left:0;
    margin: 20px auto;
}
#casePage.madbox .playable-wrapper, #casePage.madbox .playable-static {
    top:11%;
}
#casePage .playable-wrapper iframe {
    height: 88.5%;
    width: 100%;
    max-width: 77.75%;
    top: 5.5%;
    left: 11.125%;
}

/* Press Page */

.awards-pod img {
    max-height: 100px;
}

}

@media (min-width: 1110px) {
.quote-head::before,  .quote-head::after {
    display: block;
}
}

@media screen and (max-width: 1024px) {
img.cta-idea-bulb {
    left: 40px;
    width: 80px;
    height: auto;
}
img.cta-lion-logo {
    right: 10px;
    width: 180px;
    height: auto;
}
#monPage .blockC .img-holder > img {
    padding-left: 40px;
    padding-right: 40px;
}
#monPage .blockA .mon-a-wrap {
    padding-right: 3%;
}
}

@media screen and (max-width: 979px) {
.aboutContent {
    padding: 50px 0;
}
.aboutContent .tease {
    padding: 0;
}
.aboutContent.team {
    padding: 0;
}
.contentIndent {
    padding: 0;
}
.office-photo-montage {
    padding: 0 20px;
}
.about-center-hero {
    margin-left: -275px;
    width: 550px;
}
.jobs-center-hero {
    margin-left: -275px;
    width: 550px;
}
.team-center-hero {
    margin-left: -275px;
    width: 550px;
}
.jobsContent .left {
    padding: 0 50px 0 10px;
}
.jobsContent blockquote::after {
    display: none;
    display: inline-block;
    top: 0;
    right: -2px;
}
.perks ul li {
    padding: 60px 20px 0 20px !important;
}
.wrap {
    width: 90%;
    padding: 0;
}
.wrap.contactContent {
    padding: 60px 0 80px;
}
}

@media screen and (max-width: 960px) {


#video-overlay, .vimeo-lay {
    padding: 60px 10%;
}
}


@media screen and (max-width: 830px) {

.frameless-page ul, .frameless-page ol {
    padding-left: 1.5em;
}


.jobsContent .grid {
    margin: 4em auto 6em;
}
.jobsContent .grid > div {
    width: 100%;
    margin: 0 0 24px 0;
    float: none;
}
.jobsContent .grid > h2 {
    width: 100%;
}
.jobsContent .grid > h2:first-child {
    border-top: none;
    text-align: center;
}

.generic-page article {
    margin-top: 6em;
}


#page-adspecs .video-player {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}
#page-adspecs .video-player video, #page-adspecs .video-player iframe {
    max-width: 77.75%;
    top: 5.5%;
    left: 11.125%;
}
#page-adspecs .video-player iframe {
    height: 88.5%;
    width: 100%;
    top: 5.5%;
}
}

@media screen and (max-width: 768px) {

.jobsContent .left, .jobsContent .right {
    float: none;
    width: 100%;
    padding: 0;
}
.jobsContent .left {
    padding-left: 40px;
    margin-bottom: 50px;
}
.perks ul li {
    width: 50%;
}
.perks ul li.fun {
    margin: 40px 0 0 0;
    width: 100%;
}

.jobsContent #openings {
    max-width: 85%;
}
#page-adspecs .col.left,  #page-adspecs .col.right {
    width: 100%;
}
#page-adspecs .col.left {
    margin-bottom: 30px;
}
#page-adspecs .col.right {
    margin-bottom: 0;
}
#page-adspecs p {
    font-size: 24px;
}
#page-adspecs hr {
    margin: 10% auto;
}
#page-adspecs p.marg {
    margin-bottom: 10%;
}
#page-adspecs .col.sideby:nth-of-type(1) {
    width: 48%;
    margin-right: 2%;
}
#page-adspecs .col.sideby:nth-of-type(2) {
    width: 48%;
    margin-left: 2%;
}
.wrap#page-adspecs {
    padding: 10% 0;
	width: 80%;
}
.contentPage .hero.adspecsHero {
    background-position: 85% bottom;
}

.contentPage .hero.adspecsHero span.subHead {
	font-size:24px;
}

#casePage .playable-wrapper {
	display:block;
}
#casePage .playable-static {
	display:static;
}
#casePage.madbox .blockE .wrap {
    display: flex;
    flex-direction: column;
}
#casePage.madbox .blockE .wrap .quote-inner-copy, #casePage.madbox .blockE .wrap .quote-inner-photo {
	width:85%;
	margin:auto;
	padding:0;
	text-align:center;
}
#casePage.madbox .quote-teampic {
    margin: 3em auto 1em;
}
#casePage.madbox .quote-pre {
    left: -8px;
    top: -0.5em;
}

/* MAX Page */
#maxPage .hero {
	background-position: 18% top;
	height: unset;
    max-height: unset;
	margin-bottom: 40px;
}
#maxPage .hero-copy {
	width:100%;
    padding: 110px 0 30% 10%;
    background-image: url("images/max/max-header-phone-monetization-full.svg");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 135% bottom;
}
#maxPage .hero-illo {
	display:none;
}
#maxPage .hero h2.hero-tagline {
	max-width: 330px;
}

/* Press Page */

#pressPage .featured-news .inner-wrap {
    flex-direction: column;
}

.awards-pod {
    width: 45%;
    max-width:400px;
}

#pressPage .resources .inner-wrap {
    flex-direction: column;
    margin-bottom:0;
}

#pressPage .resources-pod {
    text-align: center;
    width: 85%;
    max-width: 300px;
    margin: 0 auto 3em;
}

#pressPage .news-line-item {
    font-size: 14px;
    padding: 1.5em 0 0;
    margin: 1.5em auto;
}

#pressPage .news-line-item .news-source, #pressPage .news-line-item .date-stamp {
    font-size: 14px;
}

/* Leadership Pages */

.leaders-pods-inner-wrap {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(6, auto);
	grid-row-gap: 0.80%;
}

#pressPage .leaders-pod.div1 { grid-area: 1 / 1 / 2 / 3; }
#pressPage .leaders-pod.div2 { grid-area: 2 / 1 / 3 / 2; }
#pressPage .leaders-pod.div3 { grid-area: 2 / 2 / 3 / 3; }
#pressPage .leaders-pod.div4 { grid-area: 3 / 1 / 4 / 2; }
#pressPage .leaders-pod.div5 { grid-area: 3 / 2 / 4 / 3; }
#pressPage .leaders-pod.div6 { grid-area: 4 / 1 / 5 / 2; }
#pressPage .leaders-pod.div7 { grid-area: 4 / 2 / 5 / 3; }
#pressPage .leaders-pod.div8 { grid-area: 5 / 1 / 6 / 2; }
#pressPage .leaders-pod.div9 { grid-area: 5 / 2 / 6 / 3; }
#pressPage .leaders-pod.div10 { grid-area: 6 / 1 / 7 / 2; }

#pressPage.leadershipPage {
    background-size: 250%;
    background-position: 25% top;
}
#pressPage .leaders-pods-wrap h2 {
    margin-bottom: 10%;
}
.leaders-intro .inner-wrap {
    flex-direction: column;
    margin-bottom:80px;
    padding:0 5%;
}
.leaders-pods-inner-wrap {
    padding: 0 5%;
}
.leaders-intro .inner-wrap > div {
    width: 85%;
	max-width: 450px;
	text-align: center;
}
.leaders-intro-copy {
    padding: 0;
}
.leaders-intro-image > img {
    max-width: 100%;
    margin: 2em auto 0;
    left: 0;
}

}

@media screen and (max-width: 767px) {

.nav-col {
    width: 100%;
    float: none;
    top: 0px;
    padding-top: 40px;
    margin: 0 auto;
}
.main-col {
    width: 100%;
    float: none;
    padding-top: 30px;
}
.title-row {
    padding: 102px 20px 40px;
}
.title-row h1 {
    font-size: 30px;
}
.policy-gateway-intro {
    font-size: 24px;
}
.resp-hide {
    display: none;
}
.resp-show {
    display: inline-block;
}

.nav-col h6.resp-show {
    margin-bottom: 0;
}
.nav-col h6.resp-show::after {
    content: "";
    background-size: cover;
    float: right;
    top: 4px;
    width: 14px;
    height: 14px;
    margin-left: 1em;
}
.nav-col h6.resp-show::after {
    background-image: url('images/subnav-icon-toggle-closed.svg');
}
.nav-col h6.resp-show.open::after {
    background-image: url('images/subnav-icon-toggle-open.svg');
}
}

@media screen and (max-width: 640px) {


.office-photo-montage {
    padding: 10px;
    margin-bottom: 0px;
}


.cta-idea .inner-body {
    margin: 20px auto 65px;
    max-width: 80%;
}
img.cta-lion-logo {
    right: -45px;
    width: 120px;
}

.flex-row {
    flex-direction: column;
}
.flex-row > div {
    width: 100%;
    display: block;
}



.applovin-cares-row .inner-wrap {
	flex-direction:column;
}
.applovin-cares-row .cares-logo {

}
.applovin-cares-row .heart-icon {
	margin:40px auto 20px;
}
.applovin-cares-row .photo-header {
	width:100%;
	height: 100vw;
	max-height:460px;
	margin:auto;
}
.applovin-cares-row .body-copy {
	width:100%;
	text-align: center;
}
.applovin-cares-row h2 {
    font-size: 24px;
}
.applovin-cares-row p {
    font-size: 18px;
}
.applovin-cares-row .promo-link {
    font-size: 18px;
}
.frameless-page h1 {
    font-size: 24px;
}
.frameless-page h2 {
    font-size: 21px;
}

/* Testimonials Page */

.ft-quote > div {
    padding: 0 !important;
    width: 100%;
}
.ft-quote > div.t_screen {
    display: none;
}
.tr-quote > section {
    float: none;
    width: 100%;
    padding: 0 !important;
    margin: 50px auto;
}
.ft-quote .left blockquote {
    padding-right: 0;
}
.ft-quote .right blockquote {
    padding-right: 0;
}

/* Case Studies */
#casePage .partner-logo {
    margin-left: 10%;
    margin-right: 10%;
}
#casePage .blockC .playable-background {
    margin-right: 0;
}
#casePage .playable-wrapper, #casePage .playable-static {
    width: 100%;
    top: 24%;
}
#casePage.madbox .playable-wrapper, #casePage.madbox .playable-static {
    top:13%;
}

/* Success Stories */

.game-stats {
	max-width:80%;
    margin: auto;
}

/* MAX Page */

.max-illo-benefits {
    max-width: 80%;
    margin:auto;
}
#maxPage .blockC .flex-row > div {
    text-align: center;
    padding:0 10%;
    width: 100%;
}
#maxPage .blockC h3 {
    min-height: unset;
    line-height:1em;
}
.max-icon {
    margin: 25px auto 20px;
}
#maxPage .promo-video-link::after {
	display:none;
}

/* Press Page */

.featured-pod {
    flex-direction: column;
    width:85%;
	max-width: 400px;
	margin:0 auto 2em;
}

.featured-pod .featured-pod-img {
	width:100%;
}

.featured-pod .featured-pod-text {
	width:100%;
}

.awards-pod h3 {
    font-size: 14px;
}
.awards-pod p {
	display:none;
}
.awards-pod img {
    max-height: 95px;
}

.news-filter-mobile-wrap {
	display:none;
}

/* Leadership Pages */
.leader-bio-inner-wrap {
    margin: 0 7%;
}
.bio-content {
	flex-direction:column-reverse;
}

.bio-copy {
    width: 100%;
}

.bio-image {
    width: 100%;
    margin-bottom: 8%;
    text-align:center;
}
.default-bio-text {
	display:none;
}
.mobile-bio-text {
	display:block;
    text-align: left;
}

/* Brand Assets page */

#pressPage.brandPage .brand-logos, #pressPage.brandPage .brand-photos, #pressPage.brandPage .brand-leadership, #pressPage.brandPage .brand-language .inner-wrap {
	flex-direction:column;
	padding:60px 0;
}
.brand-logos > div , .brand-photos > div , .brand-leadership > div , .brand-language .inner-wrap > div  {
	width:100%;
}
#pressPage.brandPage .copy-pod, #pressPage.brandPage .image-pod {
    padding: 0 7.5% ;
    text-align:center;
}
#pressPage.brandPage .copy-pod-secondary {
    text-align:left;
}
#pressPage.brandPage .copy-pod {
	margin-bottom:2em;
}
#pressPage.brandPage .copy-pod h2 {
    font-size: 24px;
}
#pressPage.brandPage .copy-pod p {
    font-size: 18px;
}
#pressPage.brandPage .copy-pod-secondary p {
    font-size: 14px;
}

/* Leadership Pages */

.leaders-pods-inner-wrap {
	grid-template-columns: 1fr;
	grid-template-rows: repeat(10, 1fr);
	grid-row-gap: 30px;
}

#pressPage .leaders-pod.div1 { grid-area: 1 / 1 / 2 / 2; }
#pressPage .leaders-pod.div2 { grid-area: 2 / 1 / 3 / 2; }
#pressPage .leaders-pod.div3 { grid-area: 3 / 1 / 4 / 2; }
#pressPage .leaders-pod.div4 { grid-area: 4 / 1 / 5 / 2; }
#pressPage .leaders-pod.div5 { grid-area: 5 / 1 / 6 / 2; }
#pressPage .leaders-pod.div6 { grid-area: 6 / 1 / 7 / 2; }
#pressPage .leaders-pod.div7 { grid-area: 7 / 1 / 8 / 2; }
#pressPage .leaders-pod.div8 { grid-area: 8 / 1 / 9 / 2; }
#pressPage .leaders-pod.div9 { grid-area: 9 / 1 / 10 / 2; }
#pressPage .leaders-pod.div10 { grid-area: 10 / 1 / 11 / 2; }

}

@media screen and (max-width: 540px) {
br.break-mobile {
    display: inline;
}
.home-b4-wrap {
    max-width: 75%;
}
.aboutContent.team {
    width: 100%;
}
.headerContent {
    margin-top: -120px;
}
.pageScroll.home section {
    height: 460px;
}
.contentPage .hero span.subHead {
    font-size: 30px;
}
.jobsContent blockquote {
    font-size: 24px;
}
.jobsContent blockquote::after {
    display: inline-block;
    right: -2px;
    top: -2px;
}
.jobsContent .subline {
    font-size: 24px;
}
.perks ul li {
    width: 100%;
    margin-bottom: 40px;
}
.contactContent {
    padding: 30px 0;
}
.contentPage .box.half {
    width: 80%;
    float: none;
    margin: 0 auto 30px;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}



.headerContent > span {
    background: none;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    padding: 0;
}

.carousel-appl {
    max-width: 230px;
}
.carousel-appl img {
    max-width: 100%;
}

#page-adspecs .col {
    float: none;
}
#page-adspecs .col.sideby, #page-adspecs .col.sideby:nth-of-type(1), #page-adspecs .col.sideby:nth-of-type(2) {
    width: 100%;
    margin: 0 auto 40px;
}
#page-adspecs .col.sideby img {
    margin: 0 auto;
}

.carousel-appl {
    max-width: 230px;
}
.carousel-appl img {
    max-width: 100%;
}

.footer-col.l {
    width: 100%;
    float: none;
    padding: 0;
}
footer, .footer-col.r {
    text-align: center;
}
.footer-social li {
    margin: 0 20px;
}
.footer-end-col.l, .footer-end-col.r {
    text-align: center;
    float: none;
    width: 100%;
    margin: 10px 0;
}
}

@media screen and (max-width: 480px) {

#page-home .hero h1 {
font-size: 36px;
}

.rellax-mobile {
    display: inline-block;
}
.rellax-desktop {
    display: none;
}

.jobsContent.invert {
    padding: 45px 0 35px;
}

#video-overlay, .vimeo-lay {
    padding: 60px 2%;
}

.cares .mission-pod > img {
	width: 65%;
}

#casePage.vizor .hero {
    background-image: url("images/casestudies/vizor/photo-bg-hero-vizor-case-study-mobile.jpg");
}
#casePage.madbox .hero {
    background-image: url("images/casestudies/madbox/photo-bg-hero-madbox-case-study-mobile.jpg");
}
#casePage .partner-logo {
    margin-left: auto;
    margin-right: auto;
}
#casePage .blockA {
    padding:60px 0;
	text-align:center;
}
#casePage .blockB {
    padding:60px 0;
}
#casePage .blockC {
    padding:60px 0;
	text-align:center;
}
#casePage .blockD {
    padding:60px 0;
}
#casePage .blockE {
    padding:60px 20px 50px;
}
#casePage .blockA .text-pod, #casePage .blockC .text-pod {
	padding:0;
}
#casePage .blockA .illo-pod {
	padding:0 1em;
}
#casePage .section-subhead {
    font-size: 28px;
}
#casePage .section-copy {
    font-size: 18px;
}
#casePage .blockA .section-title {
    font-size: 14px;
}
#casePage .blockA .section-copy {
    font-size: 16px;
    margin-bottom: 0.25em;
}
#casePage .blockB .section-copy {
    max-width: 80%;
}
#casePage .blockC .section-subhead {
    font-size: 32px;
}
#casePage .blockD::before {
    top: -62px;
    max-width:80%;
}
#casePage .blockD::after {
    bottom: -62px;
    max-width:80%;
}
#casePage .blockD .section-title {
    padding: 0 20px 6px;
}
#casePage .blockD .section-subhead {
    max-width:80%;
}
#casePage .cta {
	padding:80px 20px 60px;
}
#casePage .quote {
	font-size: 16px;
}
#casePage .quote-increased {
	font-size: 21px;
}
#casePage .quote-attrib {
	font-size: 14px;
	margin: 0.5em 0;
}
#casePage .quote-headshot {
	margin-top:0.75em;
	max-width:60px;
}
#casePage .quote-pre { /* opening quote graphic */
    width: 15px;
    left: -8px;
    top: -5px;
}
#casePage .quote-post { /* closing quote graphic */
    width: 15px;
    top: -3px;
    left:5px;
}

#cta-form iframe {
    width: 95%;
}

/* Press Page */
#pressPage .filter-nav li {
	font-size:14px;
}
#pressPage .filter-nav li span:nth-child(1) { /* short/mobile */
	display:inline;
}
#pressPage .filter-nav li span:nth-child(2) { /* full/default */
	display:none;
}
#pressPage .news-list .inner-wrap {
    width: 90%;
}

/* Leadership Pages */
.bio-image {
	max-width:100%;
}
.bio-image img {
	max-width:100%;
	margin:auto;
}
.leader-bio-inner-wrap {
    margin: 0 10%;
}
.leaders-pod-text {
    padding: 1.5em;
}
#pressPage .leaders-pods-inner-wrap {
	margin-bottom:2em;
}

/* Slick slider fine-tuning */

.video-slider .thumb {
    width: 85%;
    height: 125px;
    margin: auto auto 15px;
}
.video-slider .slick-prev, .video-slider .slick-next {
    transform: scale(0.75);
}
.slick-arrow {
    top: 40%;
}

}