/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*@colorWhite: #fff;
@colorBlack: #000;
@colorLightGrey: #aaa;
@colorGrey: #6d6d6d;
*/
/*
@colorThemeOrange: #eda053;
@colorThemeCyan: #6dbcdb;
@colorThemeYellow: #f6c562;
*/
/*
// hiding Starcade page link on non-EN locales 
html[lang='FR'], html[lang='DE'], html[lang='IT'], html[lang='ES'] {
    #header .header-nav-primary .nav-item:nth-child(1) .subnav-item:nth-child(5) {
		display: none;
    }
}
*/

@import url("https://use.typekit.net/kag4jft.css");
@import '/apps/atvi/abm/2020/clientlibs/abm-core/css/averta-wf.css';
/**
	FONTS - /apps/atvi/abm/2020/clientlibs/abm-core/css/fonts.less
*/

/**
	UNDO RESET - /apps/atvi/abm/2020/clientlibs/abm-core/css/revert-reset.less
*/
/* Undo Global Meyer's reset that is set on all ATVI pages */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: revert;
  font: revert;
  vertical-align: revert;
  margin: revert;
  padding: revert;
  -moz-box-sizing: revert;
  box-sizing: revert;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: revert;
}
body {
  line-height: revert;
}
ol,
ul {
  list-style: revert;
}
blockquote,
q {
  quotes: revert;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: revert;
}
table {
  border-collapse: revert;
  border-spacing: revert;
}

/**
	GLOBAL OVERRIDES - /apps/atvi/abm/2020/clientlibs/abm-core/css/override-global.less
*/
/* Other resets */
div.carousel {
  margin-top: revert;
  margin-bottom: revert;
}
/* TODO: Is there a better fix for flickity adaptiveHeight not working? This is current workaround to shorten the second slide
	by "removing" the legal div before flickity calculates the height of the slides. */
.lightbox-download-form .step-item .content .legal {
  display: none;
}
.lightbox-download-form .step-item.is-selected .content .legal {
  display: block;
  padding-bottom: 30px;
}
/* hide overhanging image from slide 1 appearing on slide 3 */
.lightbox-download-form .step-item:nth-child(1):not(.is-selected) .charater img {
  transform: translate(-15%, 100%) scaleX(-1);
}

/**
	COMMON - /apps/atvi/abm/2020/clientlibs/abm-core/css/common.css
*/

/* DO NOT EDIT. ONLY COPY/PASTE FROM GITHUB REPO. Use abm-core.less instead */
/*!!
* Global Style Definitions
*/html:after{content:"535px,750px,896px,1024px,1500px,1920px,4096px";display:none}html:after{content:"535px,750px,896px,1024px,1440px,1920px,4096px";display:none}.component-inner{position:relative;margin:0 auto}@media (max-width: 780px){.component-inner{padding-left:24px;padding-right:24px}}@media (min-width: 779px) and (max-width: 1279px){.component-inner{padding-left:32px;padding-right:32px}}@media (min-width: 1280px){.component-inner{padding-left:6.6vw;padding-right:6.6vw}}.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:transparent;border:none;color:#333}.flickity-button:hover{cursor:pointer}.flickity-button:hover .flickity-button-icon{fill:#e67100}.flickity-button:focus{outline:none}.flickity-button:active{opacity:0.6}.flickity-button:disabled{opacity:0.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:#000}.flickity-prev-next-button{top:50%;width:30px;height:30px;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:-100px}.flickity-prev-next-button.next{right:-100px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:0%;top:0%;width:100%;height:100%}.flickity-page-dots{position:absolute;width:100%;bottom:-40px;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;z-index:2}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{position:relative;display:inline-block;width:42px;height:1px;margin:0 6px;cursor:pointer;border:0;background:#000}.flickity-page-dots .dot:before{position:absolute;left:0;right:0;height:40px;top:50%;transform:translateY(-50%);content:"";background:transparent}.flickity-page-dots .dot.is-selected{background:#e67100;height:3px}html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,fieldset,legend,input,textarea,p,blockquote,figure,figcaption,th,td,small,big{margin:0;padding:0;font-size:16px}body{text-rendering:optimizeLegibility}.tablet body,.mobile body{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table{border-collapse:collapse;border-spacing:0;font-size:inherit}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}fieldset,img{border:0;display:block}b,strong{font-weight:700}cite,i,em{font-style:italic}big{font-size:120%}small{font-size:85%}h1,h2,h3,h4,h5,h6{font-size:16px;font-weight:400}pre,code{font-family:monospace;line-height:100%}caption,th{text-align:left}ul,ol{list-style:none}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{position:relative;display:inline-block;vertical-align:0.3em;height:1.2em}sub{position:relative;display:inline-block;vertical-align:-0.1em;height:1.2em}a.active{cursor:default}a:active{outline:none}::-webkit-input-placeholder{color:#aaa;font-style:normal;opacity:1}::-moz-placeholder{color:#aaa;font-style:normal;opacity:1}:-ms-input-placeholder{color:#aaa;font-style:normal;opacity:1}legend{color:#fff}hr{width:100%;height:1px;border:none;overflow:hidden;background:#ddd;color:#ddd}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.template{display:none !important}.invisible{visibility:hidden !important}.prepend:before{content:attr(data-prepend);display:inline-block}.append:after{content:attr(data-append);display:inline-block}.accessible{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.hidden{display:none !important}@media only screen and (min-width: 0) and (max-width: 750px){.hidden--mobile{display:none !important}}@media only screen and (min-width: 751px) and (max-width: 1024px){.hidden--tablet{display:none !important}}@media only screen and (min-width: 1025px) and (max-width: 4096px){.hidden--desktop{display:none !important}}@media only screen and (min-width: 0) and (max-width: 535px){.hidden--xxs{display:none !important}}@media only screen and (min-width: 536px) and (max-width: 750px){.hidden--xs{display:none !important}}@media only screen and (min-width: 751px) and (max-width: 896px){.hidden--s{display:none !important}}@media only screen and (min-width: 897px) and (max-width: 1024px){.hidden--m{display:none !important}}@media only screen and (min-width: 1025px) and (max-width: 1440px){.hidden--l{display:none !important}}@media only screen and (min-width: 1441px) and (max-width: 1920px){.hidden--xl{display:none !important}}@media only screen and (min-width: 1921px) and (max-width: 4096px){.hidden--xxl{display:none !important}}body .m-none{margin-top:0 !important}body .mb-none{margin-bottom:0 !important}body .m-xxs{margin-top:3.2px !important}body .mb-xxs{margin-bottom:3.2px !important}body .m-xs{margin-top:5.3333333333px !important}body .mb-xs{margin-bottom:5.3333333333px !important}body .m-s{margin-top:10.6666666667px !important}body .mb-s{margin-bottom:10.6666666667px !important}body .m-m{margin-top:16px !important}body .mb-m{margin-bottom:16px !important}body .m-l{margin-top:24px !important}body .mb-l{margin-bottom:24px !important}body .m-xl{margin-top:36px !important}body .mb-xl{margin-bottom:36px !important}body .m-xxl{margin-top:56px !important}body .mb-xxl{margin-bottom:56px !important}h1,h2,h3,h4,h5,h6{margin-top:24px;font-family:averta-pe,arial,sans-serif;font-weight:700;line-height:.875;color:inherit}h1,h2,h3{font-family:bebas-neue-pro,arial narrow,sans-serif}h1{font-size:50px;line-height:.9}@media (min-width: 375px) and (max-width: 550px){h1{font-size:50px}}@media (min-width: 551px) and (max-width: 1279px){h1{font-size:80px;line-height:.875}}@media (min-width: 1280px){h1{font-size:calc(100vw  *  .0617283951);line-height:.9}}h2{font-size:40px;line-height:1}@media (min-width: 375px) and (max-width: 550px){h2{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){h2{font-size:50px;line-height:1}}@media (min-width: 1280px){h2{font-size:calc(100vw  *  .049382716);line-height:.875}}h3{font-size:32px;line-height:1}@media (min-width: 375px) and (max-width: 550px){h3{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){h3{font-size:40px;line-height:1}}@media (min-width: 1280px){h3{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}h4{font-size:24px;line-height:1}@media (min-width: 375px) and (max-width: 550px){h4{font-size:24px}}@media (min-width: 551px) and (max-width: 1279px){h4{font-size:32px;line-height:1}}@media (min-width: 1280px){h4{font-size:calc(100vw  *  .0296296296);line-height:1.0833333333}}@media (min-width: 0px){h5{font-size:32px;line-height:34px}}@media (min-width: 0px){h6{font-size:24px;line-height:28px}}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}h1+h2,h1+h3,h1+h4,h2+h3,h2+h4,h2+h5,h3+h4,h3+h5,h3+h6,h4+h5,h4+h6,h5+h6{margin-top:16px}em{font-style:normal;font-size:18px}small{font-size:14px}p{margin-top:16px;font-weight:400;font-size:16px}h1+p,h1+p,h2+p,h3+p,h4+p,h5+p,h6+p{margin-top:10.6666666667px}.component-generic-text>div:first-child+p,img.alignleft+p,img.alignright+p,p:first-child{margin-top:0}li{margin-top:5.3333333333px;font-weight:400;font-size:16px}li:first-child{margin-top:0}ol,ul{margin-top:16px;padding:0 0 0 24px}h1+ul,h2+ul,h3+ul,h4+ul,h5+ul,h6+ul,h1+ol,h2+ol,h3+ol,h4+ol,h5+ol,h6+ol{margin-top:10.6666666667px}ol:first-child,ul:first-child{margin-top:0}.table-zebra table{width:100%;margin:0;padding:0;border:0;margin-top:10.6666666667px;border-top:1px solid #aaa}.table-zebra table:first-child{margin-top:0}.table-zebra table th,.table-zebra table td{padding:5.3333333333px 10.6666666667px;border-bottom:1px solid #aaa}.table-zebra table th{font-weight:700}.table-zebra table td:first-child{padding-left:0}.table-zebra table tr:nth-child(odd) td{background:#eee}.table-zebra table tr:nth-child(even) td{background:#fff}fieldset{position:relative;display:block;padding:0}label{display:block;margin-bottom:4px;font-family:averta-pe,arial,sans-serif;font-size:16px;font-weight:400;color:#ababab}.field-item.checkbox{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.field-item.checkbox label,.field-item.checkbox input{margin:0 10px 0 0}.field-item.checkbox input{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);padding:0 !important;border:0 !important;height:1px !important;width:1px !important;overflow:hidden}.field-item.checkbox label{font-size:12px;font-weight:400;padding:10px 0 10px 32px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEVQTFRFAAAAaLTSBQkKZ7PRBQkLER8keM/yEB0hBQoMBAgJYqvHY6vGbLvad8/ySX+UEiAlR3yRZK7La7rZAAEBDRYaSH2RR32Rg64hfgAAAF5JREFUeNq8kTkSgDAMxNa5T3LC/59KQ5EMbmhQqXFhy0A5Ay2EqwC6mb7KbppGzYd1SjwoZ49cEdPExkwRJP1Y3fCSIEnsk4IkL+kt6T/5YU/uTDYIm46NzL3jFmAAgy4ERxhCLC0AAAAASUVORK5CYII=") no-repeat 0 50%}.field-item.checkbox input:checked+label{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQVQTFRFbLvabbzbbr7eZ7HPAAAAa7rZbLrZZrHOYqrGZrDOabbUbr3dSH6Tbbvabr7da7nYa7rYarjWER8kEiAldMjqa7jXc8nqZa/Lb8Dgb8Dfbb7ecMLibb3cccPkcsbmb8HhcsXmSX6TKklVZa/NccTlDBUYbr7cFicuYKbBcsbnCRETWpy3VpavCA4RDxsfa7vZbr/eGCoxZK3KbbzcDxsgbr/fbr3eHDE5ChIVZ7LPLlBdXKC6SoGWXqO+GS00csXlbLrYTYacVZSsbr3cDRYaWJmzBw0QBAcIDhkdGzA4J0VRGzA3a7nXaLTRU4+nEyEmFykwFygvKEdSAgQEVJOrbb7dccPjzhaJPAAAAQVJREFUeNpskQePwyAMhR9gyG6StmmT7tt779nbe6///1MO6F2lSn2SEfpkjP0Mqky4juMIK31xwwqhXK/yEVXrZYQ1X2IopaRfC+FyxcCMEDGlT8VdiABDlhQKgdwV8Bryn2XNzfd7hW8PHpcsSSzrTs3R6xlKHgQHftoJY1l+8Ebb8/kTFxClZOfrpRdnxfMp3Z20Y5Q0nGX+zedxJ/Af6epoOmVrNjMuDun2vLVHM0v9FJEyUH/UnaSVDdq/7qVggM2E3MofiBaXO4YxA01LcWv9Y/ViwTINvUHzKuB+M2Z2Xtnw/sYELhWLDAMCMTDE1LdvdRhDRq0DrHVjTR63jl8BBgCXTBWsX9igNQAAAABJRU5ErkJggg==") no-repeat 0 50%}.show-errors .field-item.checkbox input:invalid+label{color:#d14a49}.field-item:not(.checkbox){position:relative;display:flex;flex-direction:column}.field-item:not(.checkbox) label{order:1;font-family:averta-pe,arial,sans-serif;font-weight:400;font-size:14px;line-height:16px;transform:translateY(0px);transition:all 150ms linear 0ms;z-index:1}.field-item:not(.checkbox) input{padding-right:24px}.field-item:not(.checkbox) input,.field-item:not(.checkbox) select,.field-item:not(.checkbox) textarea,.field-item:not(.checkbox) .field-select{order:2;z-index:2}.field-item:not(.checkbox) select{-moz-appearance:none;-webkit-appearance:none;appearance:none;outline:none;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJhJREFUeNpi+P///1YgPgbE8gxEAqBaGSA+BMR7GKAMEHgBxGZEaDYC4qdQPadAAvxAvAsq8A2Ig/Fo9gfiL1C1+4BYECbBAsQzoRL/gLgMi+YiIP4LVTMPiFmx2VAKNQAEZkENBuHpSIZXEvJjENQr/6Fe2wllfwfiUGJD2RQaqDDwEojNGUgBoGgF4hNAfBKIFXCpAwgwAP744K5nYgvuAAAAAElFTkSuQmCC") no-repeat 100% 50%}.field-item:not(.checkbox) select:focus{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL1JREFUeNqM0D8LQWEUx/FLVzHJwupN4BVYyKJkUxZlluQNGO5gJmW/de9ylfJnIIMY7EYpL4BkUXxvnVuG58GpTz3DOb/OeUK15dHQVBo2XqjipGoKa4Zz2CH78c78G1DBCknMsUAKa5R/BXRl7SgGKKKAEWJw0FYFRDBGT25uoYmnaKAjvRaGMIOABGao4y5r9hWnWXLeQwKniJsy7H/QBSUcDH25OMNDHhN/gys28tvfhoPaS+8Wt7cAAwCOjif13glZ1AAAAABJRU5ErkJggg==") no-repeat 100% 50%}.field-item:not(.checkbox) select option{-moz-appearance:none;-webkit-appearance:none;appearance:none;font-size:18px;color:#fff;font-family:averta-pe,arial,sans-serif;font-weight:400;border:0;outline:none;background:#113c4e}.field-item:not(.checkbox) select option:first-child{display:none}.field-item:not(.checkbox) input.empty+label,.field-item:not(.checkbox) select.empty+label,.field-item:not(.checkbox) select.empty+.field-select:not(.active)+label,.field-item:not(.checkbox) textarea.empty+label{position:relative;font-size:24px;transform:translateY(28px);font-weight:300}.field-item:not(.checkbox) input:focus,.field-item:not(.checkbox) select:focus,.field-item:not(.checkbox) textarea:focus{border-color:#379eca}.field-item:not(.checkbox) input:focus+label,.field-item:not(.checkbox) select:focus+label,.field-item:not(.checkbox) .field-select.active~label,.field-item:not(.checkbox) textarea:focus+label{color:#379eca;border-color:#379eca;font-size:14px;line-height:16px;transform:translateY(0px);font-weight:400}.field-item:not(.checkbox) input[data-init]:not(.empty):invalid:not(:focus),.field-item:not(.checkbox) select[data-init]:not(.empty):invalid:not(:focus),.field-item:not(.checkbox) textarea[data-init]:not(.empty):invalid:not(:focus){border-color:#d14a49}.field-item:not(.checkbox) input[data-init]:not(.empty):invalid:not(:focus)+label,.field-item:not(.checkbox) select[data-init]:not(.empty):invalid:not(:focus)+label,.field-item:not(.checkbox) textarea[data-init]:not(.empty):invalid:not(:focus)+label{color:#d14a49}.show-errors .field-item:not(.checkbox) input:invalid:not(:focus),.show-errors .field-item:not(.checkbox) select:invalid:not(:focus),.show-errors .field-item:not(.checkbox) select:invalid:not(:focus)+.field-select .field-select-selected,.show-errors .field-item:not(.checkbox) textarea:invalid:not(:focus){border-color:#d14a49}.show-errors .field-item:not(.checkbox) input:invalid:not(:focus)+label,.show-errors .field-item:not(.checkbox) select:invalid:not(:focus)+label,.show-errors .field-item:not(.checkbox) select:invalid:not(:focus)~label,.show-errors .field-item:not(.checkbox) select:invalid:not(:focus)+.field-select .field-select-selected,.show-errors .field-item:not(.checkbox) textarea:invalid:not(:focus)+label{color:#d14a49}.field-item:not(.checkbox) select.has-styled-select{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);padding:0 !important;border:0 !important;height:1px !important;width:1px !important;overflow:hidden}button{display:inline-block}textarea,input,select{display:block;margin:0 0 16px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:0;box-shadow:none}textarea[required]:not(.empty):invalid,input[required]:not(.empty):invalid{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQBJREFUeNpiZCABpKWlVTAyMuYDcTULMRoaGhqYnj9/PvX///8ZQMwA1CjCSIQmDqCmZUANgVChrpkzZ1YwZmRkKDAxMUlNmzbtGLqmzMxMwb9//24CMm2A+D8QF8yaNWsSSI4JaNL+P3/+HE1PT58KchJMU25urgxQ02Gopl9AwyNgmkCAEejhepCLoPy17Ozs0f/+/VP5/fv3DiBfBuifT0DDA4Ca9iO7BuxHoHMLgYp7ofyTQMVqQMWCQPZzINsT6KeL6N6ABw5QcwRQ80Igkw0swch4E4g9ZsyY8QBboDHDGGfOnLliYmJyHMi0BWo4ycLC4jN9+vTnuEIbIMAA8rJpZ21RMbkAAAAASUVORK5CYII=") no-repeat 100% 50%}textarea[required]:not(.empty):not(:invalid),input[required]:not(.empty):not(:invalid){background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALFJREFUeNpijNtzk4EEUAHE+UBczUKkBiYgngrEGVC+CDEaOYB4GRAHQvldQNwNMkkBiK1waBIE4t1QTf+hziwHsUEa9wPxUahTmJA0yQDxYSC2AeJfQBwBxJOQ3b4Ays4C4lVAzA7E2kB8HEp/AmIPqBwcgPzYCJXsBeJgqE1qUGc+B2JPIL6ILbRAoB+Io6BOModqugn1+0VcwQwDK4DYC4jvA/EOILYG4ge4ghogwACySCEfTck4dQAAAABJRU5ErkJggg==") no-repeat 100% 50% !important}input[type="radio"],input[type="checkbox"]{margin-top:10.6666666667px;margin-right:5.3333333333px}label+input[type="radio"],label+input[type="checkbox"]{margin-left:5.3333333333px}input[type="radio"]+label,input[type="checkbox"]+label{width:85%;width:calc(100% - 50px);margin-top:5.3333333333px}textarea,select,input[type="text"],input[type="email"],input[type="search"],input[type="password"]{display:block;width:100%;padding:0;background:none;border:none;box-shadow:none;border-radius:0;border-bottom:1px solid #e3e3e3;font-family:averta-pe,arial,sans-serif;font-size:24px;line-height:34px;font-weight:300;color:#fff;box-sizing:border-box}textarea{height:112px}select{width:auto}.field-select{position:relative;margin:0 0 16px 0}.field-select .field-select-selected{display:block;width:100%;padding:0;background:none;border:none;box-shadow:none;border-radius:0;border-bottom:1px solid #e3e3e3;font-family:averta-pe,arial,sans-serif;font-size:24px;line-height:34px;font-weight:300;color:#fff;box-sizing:border-box;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJhJREFUeNpi+P///1YgPgbE8gxEAqBaGSA+BMR7GKAMEHgBxGZEaDYC4qdQPadAAvxAvAsq8A2Ig/Fo9gfiL1C1+4BYECbBAsQzoRL/gLgMi+YiIP4LVTMPiFmx2VAKNQAEZkENBuHpSIZXEvJjENQr/6Fe2wllfwfiUGJD2RQaqDDwEojNGUgBoGgF4hNAfBKIFXCpAwgwAP744K5nYgvuAAAAAElFTkSuQmCC") no-repeat 100% 50%;cursor:pointer;user-select:none;-ms-user-select:none;-webkit-user-select:none}.field-select.active{z-index:30}.field-select.active .field-select-selected{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL1JREFUeNqM0D8LQWEUx/FLVzHJwupN4BVYyKJkUxZlluQNGO5gJmW/de9ylfJnIIMY7EYpL4BkUXxvnVuG58GpTz3DOb/OeUK15dHQVBo2XqjipGoKa4Zz2CH78c78G1DBCknMsUAKa5R/BXRl7SgGKKKAEWJw0FYFRDBGT25uoYmnaKAjvRaGMIOABGao4y5r9hWnWXLeQwKniJsy7H/QBSUcDH25OMNDHhN/gys28tvfhoPaS+8Wt7cAAwCOjif13glZ1AAAAABJRU5ErkJggg==") no-repeat 100% 50%;border-color:#379eca}.field-select .field-select-options{position:absolute;left:0;width:100%;top:100%;background:linear-gradient(to bottom, #0f3848 0%, #3397c1 100%);margin:0;padding:0;list-style:none;display:none}.field-select .field-select-options li{margin:0;padding:10px 10px 10px 40px;color:#fff;font-size:16px;line-height:24px;font-weight:600;cursor:pointer;user-select:none;-ms-user-select:none;-webkit-user-select:none}@media (hover: hover){.field-select .field-select-options li:hover{background:linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%)}}.field-select .field-select-options li.active{color:#94e7ff;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALFJREFUeNpijNtzk4EEUAHE+UBczUKkBiYgngrEGVC+CDEaOYB4GRAHQvldQNwNMkkBiK1waBIE4t1QTf+hziwHsUEa9wPxUahTmJA0yQDxYSC2AeJfQBwBxJOQ3b4Ays4C4lVAzA7E2kB8HEp/AmIPqBwcgPzYCJXsBeJgqE1qUGc+B2JPIL6ILbRAoB+Io6BOModqugn1+0VcwQwDK4DYC4jvA/EOILYG4ge4ghogwACySCEfTck4dQAAAABJRU5ErkJggg==") no-repeat 13px 52%;cursor:default}@media (hover: hover){.field-select .field-select-options li.active:hover{background-color:transparent;background-repeat:no-repeat, no-repeat;background-position:13px 52%, 0 0;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALFJREFUeNpijNtzk4EEUAHE+UBczUKkBiYgngrEGVC+CDEaOYB4GRAHQvldQNwNMkkBiK1waBIE4t1QTf+hziwHsUEa9wPxUahTmJA0yQDxYSC2AeJfQBwBxJOQ3b4Ays4C4lVAzA7E2kB8HEp/AmIPqBwcgPzYCJXsBeJgqE1qUGc+B2JPIL6ILbRAoB+Io6BOModqugn1+0VcwQwDK4DYC4jvA/EOILYG4ge4ghogwACySCEfTck4dQAAAABJRU5ErkJggg=="), linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%)}}.field-select.active .field-select-options{display:block;max-height:308px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#fff rgba(0,0,0,0.5)}.field-select.active .field-select-options::-webkit-scrollbar{width:7.5px}.field-select.active .field-select-options::-webkit-scrollbar-track{background:rgba(0,0,0,0.5)}.field-select.active .field-select-options::-webkit-scrollbar-thumb{border-right:1px solid rgba(0,0,0,0.5)}.field-select.active .field-select-options::-webkit-scrollbar-thumb{background:#fff}.field-item{z-index:1}.field-item:nth-child(1){z-index:6}.field-item:nth-child(2){z-index:5}.field-item:nth-child(3){z-index:4}.field-item:nth-child(4){z-index:3}.field-item:nth-child(5){z-index:2}.field-item:nth-child(6){z-index:1}input[type=text]::-ms-clear{display:none;width:0;height:0}input[type=text]::-ms-reveal{display:none;width:0;height:0}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{display:none}.animation.fade-in{opacity:0;transition:opacity 1400ms linear 0ms}.block-editor-page .animation.fade-in,.animation.fade-in.animate{opacity:1}.animation.fade-in-fast{opacity:0;transition:opacity 1050ms ease 0ms}.block-editor-page .animation.fade-in-fast,.animation.fade-in-fast.animate{opacity:1}.animation.fade-in-slow{opacity:0;transition:opacity 875ms ease-in 233.3333333333ms}.block-editor-page .animation.fade-in-slow,.animation.fade-in-slow.animate{opacity:1}.animation.scale-up{opacity:0;transition:all 525ms linear 0ms}@media screen and (prefers-reduced-motion: no-preference){.animation.scale-up{transform:scale(0.5)}}.block-editor-page .animation.scale-up,.animation.scale-up.animate{transform:scale(1);opacity:1}.animation.expand-left{transition:all 350ms linear 0ms}@media screen and (prefers-reduced-motion: no-preference){.animation.expand-left{clip-path:inset(0px 0px 0 100%)}.block-editor-page .animation.expand-left,.animation.expand-left.animate{clip-path:inset(0px 0px 0px 0px)}}.animation.expand-left h1,.animation.expand-left h2,.animation.expand-left h3,.animation.expand-left h4,.animation.expand-left h5,.animation.expand-left h6,.animation.expand-left p,.animation.expand-left li,.animation.expand-left img:not(.animate),.animation.expand-left svg,.animation.expand-left a{transition:all 700ms linear 700ms;opacity:0}.block-editor-page .animation.expand-left h1,.block-editor-page .animation.expand-left h2,.block-editor-page .animation.expand-left h3,.block-editor-page .animation.expand-left h4,.block-editor-page .animation.expand-left h5,.block-editor-page .animation.expand-left h6,.block-editor-page .animation.expand-left p,.block-editor-page .animation.expand-left li,.block-editor-page .animation.expand-left img:not(.animate),.block-editor-page .animation.expand-left svg,.block-editor-page .animation.expand-left a,.animation.expand-left.animate h1,.animation.expand-left.animate h2,.animation.expand-left.animate h3,.animation.expand-left.animate h4,.animation.expand-left.animate h5,.animation.expand-left.animate h6,.animation.expand-left.animate p,.animation.expand-left.animate li,.animation.expand-left.animate img:not(.animate),.animation.expand-left.animate svg,.animation.expand-left.animate a{opacity:1}.animation.expand-right{transition:all 350ms linear 0ms}@media screen and (prefers-reduced-motion: no-preference){.animation.expand-right{clip-path:inset(0px 100% 0px 0px)}.block-editor-page .animation.expand-right,.animation.expand-right.animate{clip-path:inset(0px 0px 0px 0px)}}.animation.expand-right h1,.animation.expand-right h2,.animation.expand-right h3,.animation.expand-right h4,.animation.expand-right h5,.animation.expand-right h6,.animation.expand-right p,.animation.expand-right li,.animation.expand-right img:not(.animate),.animation.expand-right svg,.animation.expand-right a{transition:all 700ms linear 700ms;opacity:0}.block-editor-page .animation.expand-right h1,.block-editor-page .animation.expand-right h2,.block-editor-page .animation.expand-right h3,.block-editor-page .animation.expand-right h4,.block-editor-page .animation.expand-right h5,.block-editor-page .animation.expand-right h6,.block-editor-page .animation.expand-right p,.block-editor-page .animation.expand-right li,.block-editor-page .animation.expand-right img:not(.animate),.block-editor-page .animation.expand-right svg,.block-editor-page .animation.expand-right a,.animation.expand-right.animate h1,.animation.expand-right.animate h2,.animation.expand-right.animate h3,.animation.expand-right.animate h4,.animation.expand-right.animate h5,.animation.expand-right.animate h6,.animation.expand-right.animate p,.animation.expand-right.animate li,.animation.expand-right.animate img:not(.animate),.animation.expand-right.animate svg,.animation.expand-right.animate a{opacity:1}.animation.expand-down{transition:all 700ms linear 0ms}@media screen and (prefers-reduced-motion: no-preference){.animation.expand-down{clip-path:inset(0px 0px 100% 0px)}.block-editor-page .animation.expand-down,.animation.expand-down.animate{clip-path:inset(0px 0px 0px 0px)}}.animation.expand-down h1,.animation.expand-down h2,.animation.expand-down h3,.animation.expand-down h4,.animation.expand-down h5,.animation.expand-down h6,.animation.expand-down p,.animation.expand-down li,.animation.expand-down img:not(.animate),.animation.expand-down svg,.animation.expand-down a{transition:all 700ms linear 700ms;opacity:0}.block-editor-page .animation.expand-down h1,.block-editor-page .animation.expand-down h2,.block-editor-page .animation.expand-down h3,.block-editor-page .animation.expand-down h4,.block-editor-page .animation.expand-down h5,.block-editor-page .animation.expand-down h6,.block-editor-page .animation.expand-down p,.block-editor-page .animation.expand-down li,.block-editor-page .animation.expand-down img:not(.animate),.block-editor-page .animation.expand-down svg,.block-editor-page .animation.expand-down a,.animation.expand-down.animate h1,.animation.expand-down.animate h2,.animation.expand-down.animate h3,.animation.expand-down.animate h4,.animation.expand-down.animate h5,.animation.expand-down.animate h6,.animation.expand-down.animate p,.animation.expand-down.animate li,.animation.expand-down.animate img:not(.animate),.animation.expand-down.animate svg,.animation.expand-down.animate a{opacity:1}.animation.expand-up{transition:all 700ms linear 0ms}@media screen and (prefers-reduced-motion: no-preference){.animation.expand-up{clip-path:inset(100% 0px 0px 0px)}.block-editor-page .animation.expand-up,.animation.expand-up.animate{clip-path:inset(0px 0px 0px 0px)}}.animation.expand-up h1,.animation.expand-up h2,.animation.expand-up h3,.animation.expand-up h4,.animation.expand-up h5,.animation.expand-up h6,.animation.expand-up p,.animation.expand-up li,.animation.expand-up img:not(.animate),.animation.expand-up svg,.animation.expand-up a{transition:all 700ms linear 700ms;opacity:0}.block-editor-page .animation.expand-up h1,.block-editor-page .animation.expand-up h2,.block-editor-page .animation.expand-up h3,.block-editor-page .animation.expand-up h4,.block-editor-page .animation.expand-up h5,.block-editor-page .animation.expand-up h6,.block-editor-page .animation.expand-up p,.block-editor-page .animation.expand-up li,.block-editor-page .animation.expand-up img:not(.animate),.block-editor-page .animation.expand-up svg,.block-editor-page .animation.expand-up a,.animation.expand-up.animate h1,.animation.expand-up.animate h2,.animation.expand-up.animate h3,.animation.expand-up.animate h4,.animation.expand-up.animate h5,.animation.expand-up.animate h6,.animation.expand-up.animate p,.animation.expand-up.animate li,.animation.expand-up.animate img:not(.animate),.animation.expand-up.animate svg,.animation.expand-up.animate a{opacity:1}.animation.transform-down{transition:all 700ms linear 0ms}@media screen and (prefers-reduced-motion: no-preference){.animation.transform-down{-webkit-transform-origin:50% 0%;transform-origin:50% 0%;transform:scale(1, 0)}.block-editor-page .animation.transform-down,.animation.transform-down.animate{transform:scale(1, 1)}}.animation.transform-down h1,.animation.transform-down h2,.animation.transform-down h3,.animation.transform-down h4,.animation.transform-down h5,.animation.transform-down h6,.animation.transform-down p,.animation.transform-down li,.animation.transform-down img:not(.animate),.animation.transform-down svg,.animation.transform-down a{transition:all 700ms linear 700ms;opacity:0}.block-editor-page .animation.transform-down h1,.block-editor-page .animation.transform-down h2,.block-editor-page .animation.transform-down h3,.block-editor-page .animation.transform-down h4,.block-editor-page .animation.transform-down h5,.block-editor-page .animation.transform-down h6,.block-editor-page .animation.transform-down p,.block-editor-page .animation.transform-down li,.block-editor-page .animation.transform-down img:not(.animate),.block-editor-page .animation.transform-down svg,.block-editor-page .animation.transform-down a,.animation.transform-down.animate h1,.animation.transform-down.animate h2,.animation.transform-down.animate h3,.animation.transform-down.animate h4,.animation.transform-down.animate h5,.animation.transform-down.animate h6,.animation.transform-down.animate p,.animation.transform-down.animate li,.animation.transform-down.animate img:not(.animate),.animation.transform-down.animate svg,.animation.transform-down.animate a{opacity:1}.animation.fade-in-up{transition:all 1400ms linear 0ms;opacity:0}@media screen and (prefers-reduced-motion: no-preference){.animation.fade-in-up{-webkit-transform:translateY(3vw);transform:translateY(3vw)}}.block-editor-page .animation.fade-in-up,.animation.fade-in-up.animate{-webkit-transform:translateY(0vw);transform:translateY(0vw);opacity:1}.header-nav-toggle{padding:18px 10px 12px 10px;display:inline-block;cursor:pointer;transition-property:opacity, filter;transition-duration:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.header-nav-toggle .toggle-box{width:26px;height:24px;display:inline-block;position:relative}.header-nav-toggle .toggle-inner{display:block;top:50%;margin-top:-2px}.header-nav-toggle .toggle-inner,.header-nav-toggle .toggle-inner::before,.header-nav-toggle .toggle-inner::after{width:26px;height:2px;background-color:inherit;border-radius:4px;position:absolute;transition-property:transform;transition-duration:0.15s;transition-timing-function:ease}.header-nav-toggle .toggle-inner::before,.header-nav-toggle .toggle-inner::after{content:"";display:block}.header-nav-toggle .toggle-inner::before{top:-8px}.header-nav-toggle .toggle-inner::after{bottom:-8px}.header-nav-toggle .toggle-inner{transition-duration:0.075s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.header-nav-toggle .toggle-inner::before{transition:top 0.075s 0.12s ease, opacity 0.075s ease}.header-nav-toggle .toggle-inner::after{transition:bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.header-nav-toggle.active .toggle-inner{transform:rotate(45deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.header-nav-toggle.active .toggle-inner::before{top:0;opacity:0;transition:top 0.075s ease, opacity 0.075s 0.12s ease}.header-nav-toggle.active .toggle-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}body{font-family:averta-pe,arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5;background:#000;color:#fff}select,input,textarea{font-weight:400;font-family:averta-pe,arial,sans-serif}a{color:inherit;text-decoration:none}a:hover{color:inherit}sup{display:unset}#header{position:fixed;left:0;top:0;width:100%;z-index:100;height:80px}@media (max-width: 1024px){#header{background:#000;box-shadow:0 8px 16px 0 rgba(0,0,0,0.2)}}@media (max-width: 780px){#header{height:70px}}@media (min-width: 1025px){#header{transition:all 150ms linear 0ms}html:not(.page-scrolled) #header:before{position:absolute;left:0;top:0;width:100%;height:80px;background:linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);content:""}}#header .header-nav{position:absolute;left:0;right:0;padding-right:24px;top:0;height:100%}@media (min-width: 1025px){.page-scrolled.page-scrolling-down #header{top:-100px}}@media (min-width: 1025px){#header .header-nav-bg{position:absolute;left:0;top:0;width:100%;border-top:80px solid #000;height:calc(100vh - 80px);background:linear-gradient(to bottom, #000 0%, #272727 100%);max-height:0;transition:all 300ms linear 0ms;opacity:1;box-shadow:0 8px 16px 0 rgba(0,0,0,0.5)}body:not(.header-nav-subnav-active) #header .header-nav-bg{max-height:0 !important;box-shadow:0 8px 16px 0 rgba(0,0,0,0);opacity:0}}@media (min-width: 1025px) and (hover: hover){body:not(.page-scrolled) #header .header-nav-bg:hover{opacity:1;max-height:1px;box-shadow:0 8px 16px 0 rgba(0,0,0,0.5)}}@media (min-width: 1025px) and (hover: hover){body:not(.page-scrolled) #header:hover .header-nav-bg{opacity:1;max-height:1px;box-shadow:0 8px 16px 0 rgba(0,0,0,0.5)}}@media (min-width: 1025px){.page-scrolled.page-scrolling-up #header .header-nav-bg{opacity:1;max-height:1px;box-shadow:0 8px 16px 0 rgba(0,0,0,0.5) !important}#header.solid .header-nav-bg{opacity:1 !important;box-shadow:0 8px 16px 0 rgba(0,0,0,0.5) !important}}@media (min-width: 1025px){#header .header-nav-primary{display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center;margin:0;padding:0 30px 0 0;list-style:none}}@media (max-width: 1024px){#header .header-nav-primary{position:fixed;left:0;top:0;width:100vw;height:100%;margin:0;padding:80px 0 0 0;list-style:none;box-sizing:border-box;background:#000;display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:flex-start;align-items:flex-start;top:-300vh;opacity:0;transition:opacity 200ms linear 0ms, top 0ms linear 200ms}.header-nav-active #header .header-nav-primary{transition:opacity 400ms linear 0ms, top 0ms linear 0ms;top:0;opacity:1}}@media (max-width: 520px){#header .header-nav-primary{transition:left 400ms linear 0ms, top 0ms linear 0ms !important;left:0}.header-nav-subnav-active #header .header-nav-primary{left:-100vw}}#header .header-nav-primary .nav-item{font-size:14px;line-height:14px;text-transform:uppercase;letter-spacing:2px;font-weight:800}@media (max-width: 1024px){#header .header-nav-primary .nav-item{display:block;padding:8px 32px;width:320px;box-sizing:border-box}}@media (max-width: 1024px) and (max-width: 520px){#header .header-nav-primary .nav-item{width:100vw;padding:8px 24px}}@media (max-width: 1024px) and (max-width: 780px){#header .header-nav-primary .nav-item{font-size:18px;line-height:24px}}@media (max-width: 1024px){#header .header-nav-primary .nav-item>a{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:8px 0 6px 0;margin:0 0 1px;border-bottom:1px solid transparent}#header .header-nav-primary .nav-item>a .format-arrow:before,#header .header-nav-primary .nav-item>a .fill{fill:#fff}}@media (max-width: 1024px) and (hover: hover){#header .header-nav-primary .nav-item>a:hover .format-arrow:before{background:#e67100}#header .header-nav-primary .nav-item>a:hover .fill{fill:#e67100}}@media (max-width: 1024px){#header .header-nav-primary .nav-item>a.active .format-download{display:none}#header .header-nav-primary .nav-item>a .format-download{display:none}#header .header-nav-primary .nav-item:after{position:absolute;left:320px;top:0px;width:320px;height:100vh;background:linear-gradient(to right, #272727 0%, #000 100%);transition:all 150ms linear 0ms;opacity:0;content:""}}@media (max-width: 1024px) and (max-width: 520px){#header .header-nav-primary .nav-item:after{display:none}}@media (max-width: 1024px){#header .header-nav-primary .nav-item.subnav-active:after{opacity:1}}@media (min-width: 1025px){#header .header-nav-primary .nav-item{position:relative;height:80px;box-sizing:border-box;margin:0 10px;padding:8px;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}#header .header-nav-primary .nav-item>a .format-arrow{display:none}}@media (min-width: 1025px){#header .header-nav-primary .nav-item:not(.advertise)>a{position:relative;float:left;padding:6px 0 8px 0}#header .header-nav-primary .nav-item:not(.advertise)>a:after{position:absolute;left:0;top:100%;width:0;border-bottom:1px solid #e67100;content:"";transition:all 150ms linear 0ms}}@media (min-width: 1025px) and (hover: hover){#header .header-nav-primary .nav-item:not(.advertise)>a:hover:after{width:100%}}#header .header-nav-primary .nav-item a{transition:all 150ms linear 0ms}#header .header-nav-primary .nav-item a .fill{fill:#fff}@media (hover: hover){#header .header-nav-primary .nav-item a:hover{color:#e67100}}#header .header-nav-primary .nav-item a.active,#header .header-nav-primary .nav-item a.active:hover{color:#f4a15a}@media (max-width: 1024px){#header .header-nav-primary .nav-item.advertise{display:none}}#header .header-nav-primary .nav-item.advertise a{color:#000 !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 640 128'%3E%3Cpath fill='%23e67100' d='M0 0h640v128H0z'/%3E%3C/svg%3E")}@media (hover: hover){#header .header-nav-primary .nav-item.advertise a:hover{border-color:#e67100}}#header .header-nav-primary .subnav{position:absolute;left:0;top:60px;margin:0;padding:0;list-style:none;display:block;width:100%;opacity:0}@media (min-width: 1025px){#header .header-nav-primary .subnav{top:-1000px;transition:opacity 200ms linear 0ms, top 0ms linear 300ms}}@media (max-width: 1024px){#header .header-nav-primary .subnav{position:fixed;top:-1000px;margin:-6px 0 0 0;left:320px;z-index:10}#header .header-nav-primary .subnav .sub-item a{text-transform:none !important}}@media (max-width: 520px){#header .header-nav-primary .subnav{background:linear-gradient(to right, #272727 0%, #000 100%);left:100vw;width:100vw;bottom:0;top:76px;padding-top:5px;transition:all 400ms linear 0ms;opacity:1 !important}}@media (max-width: 1024px){#header .header-nav-primary .nav-item.subnav-active>a{color:#f4a15a;border-bottom:1px solid #f4a15a}#header .header-nav-primary .nav-item.subnav-active>a .format-arrow:before{background:#f4a15a}#header .header-nav-primary .nav-item.subnav-active>a .fill{fill:#f4a15a !important}}#header .header-nav-primary .nav-item.subnav-active .subnav{top:60px;opacity:1;transition:opacity 300ms linear 300ms, top 0ms linear 0ms}@media (max-width: 1024px){#header .header-nav-primary .nav-item.subnav-active .subnav{top:80px}}@media (max-width: 520px){#header .header-nav-primary .nav-item.subnav-active .subnav{transition:all 400ms linear 0ms;background:linear-gradient(to right, #272727 0%, #000 100%);left:0;top:76px;bottom:0;padding-top:5px}}@media (hover: hover) and (min-width: 1025px){#header .header-nav-primary .nav-item:hover .subnav{top:60px;opacity:1;transition:opacity 300ms linear 300ms, top 0ms linear 0ms}}#header .header-nav-primary .subnav-item{padding:8px;font-size:14px;line-height:14px;text-transform:uppercase;letter-spacing:2px;white-space:nowrap;font-weight:800}@media (max-width: 1024px){#header .header-nav-primary .subnav-item{padding:16px 32px}}@media (max-width: 780px){#header .header-nav-primary .subnav-item:not(.back){font-size:18px;line-height:24px}}@media (max-width: 1024px){#header .header-nav-primary .subnav-item,#header .header-nav-primary .subnav-item>a{text-transform:none !important}}@media (max-width: 780px){#header .header-nav-primary .subnav-item,#header .header-nav-primary .subnav-item>a{text-transform:uppercase !important}}@media (max-width: 520px){#header .header-nav-primary .subnav-item{padding:16px 24px}}@media (hover: hover) and (min-width: 1025px){#header .header-nav-primary .subnav-item.overview{display:none}}@media (min-width: 1025px){#header .header-nav-primary .subnav-item{clear:left}#header .header-nav-primary .subnav-item:first-child>a{padding-top:0 !important}#header .header-nav-primary .subnav-item>a{position:relative;float:left;padding:6px 0 8px 0}#header .header-nav-primary .subnav-item>a:after{position:absolute;left:0;top:100%;width:0;border-bottom:1px solid #e67100;content:"";transition:all 150ms linear 0ms}}@media (min-width: 1025px) and (hover: hover){#header .header-nav-primary .subnav-item>a:hover:after{width:100%}}#header .header-nav-primary .subnav-item.back{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;cursor:pointer;user-select:none;-ms-user-select:none;-webkit-user-select:none;margin-top:6px;text-transform:uppercase !important}#header .header-nav-primary .subnav-item.back svg{width:18px}#header .header-nav-primary .subnav-item.back span{padding:0 0 0 10px;color:#F4A15A;position:relative}#header .header-nav-primary .subnav-item.back span:after{position:absolute;left:-18px;right:0;bottom:-8px;border-bottom:1px solid #F4A15A;content:""}@media (min-width: 521px){#header .header-nav-primary .subnav-item.back{display:none}}#header .header-nav-primary .subnav-item a{position:relative;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;transition:all 150ms linear 0ms}#header .header-nav-primary .subnav-item a.active{color:#f4a15a}#header .header-nav-primary .subnav-item a.active .format-arrow,#header .header-nav-primary .subnav-item a.active .format-download{display:none}@media (max-width: 1024px){#header .header-nav-primary .subnav-item .format-arrow,#header .header-nav-primary .subnav-item .format-download{display:none}}#header .header-nav-primary .subnav-item .format-arrow:before,#header .header-nav-primary .subnav-item .format-download:before{transition:all 150ms linear 0ms;background:#fff;width:0}#header .header-nav-primary .subnav-item .format-arrow .fill,#header .header-nav-primary .subnav-item .format-download .fill{transition:all 150ms linear 0ms;fill:#fff}#header .header-nav-primary .subnav-item .format-arrow{margin-left:16px;height:14px;font-size:16px}#header .header-nav-primary .subnav-item .format-download{position:relative;height:14px;margin-left:8px}#header .header-nav-primary .subnav-item .format-download svg{position:relative;top:-2px;height:19px}@media (hover: hover){#header .header-nav-primary .subnav-item a:hover{color:#e67100}#header .header-nav-primary .subnav-item a:hover .format-arrow:before,#header .header-nav-primary .subnav-item a:hover .format-download:before{background:#e67100;width:22px}#header .header-nav-primary .subnav-item a:hover .format-arrow .fill,#header .header-nav-primary .subnav-item a:hover .format-download .fill{fill:#e67100}}#header .header-logo{position:absolute;left:24px;top:50%;transform:translateY(-50%);z-index:120}@media (min-width: 780px){#header .header-logo{left:32px}}@media (min-width: 1280px){#header .header-logo{left:40px}}#header .header-logo img{height:40px}#header .header-nav-search{position:fixed;z-index:90;left:0;top:0;width:100%;height:100%;overflow:hidden;overflow-y:auto;transition:all 600ms linear 0ms;background:#000;display:none}#header .header-nav-search.active{display:block}#header .header-nav-search.init{background-position:0 0}#header .header-nav-search.init .search-inner{opacity:1}#header .header-nav-search .btn-close{z-index:60;position:fixed;top:28px;right:47px;width:16px;cursor:pointer}@media (max-width: 1024px){#header .header-nav-search .btn-close{top:27px;right:77px;width:24px}}#header .header-nav-search .btn-close svg{width:100%}@media (hover: hover){#header .header-nav-search .btn-close:hover .stroke{stroke:#e67100}}#header .header-nav-search .search-inner{position:fixed;top:120px;left:0;right:0;bottom:0;opacity:0;transition:opacity 150ms linear 450ms}@media (max-width: 780px){#header .header-nav-search .search-inner{padding-left:24px;padding-right:24px;top:80px}}@media (min-width: 779px) and (max-width: 1279px){#header .header-nav-search .search-inner{padding-left:32px;padding-right:32px}}@media (min-width: 1280px){#header .header-nav-search .search-inner{padding-left:6.6vw;padding-right:6.6vw}}#header .header-nav-search .search-inner form input{font-family:bebas-neue-pro,arial narrow,sans-serif;font-weight:700;text-transform:uppercase;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none;border-radius:0 !important;outline:none;box-shadow:none;background:#000 !important}@media (max-width: 780px){#header .header-nav-search .search-inner form input{font-size:32px}}@media (min-width: 779px) and (max-width: 1279px){#header .header-nav-search .search-inner form input{font-size:80px}}@media (min-width: 1280px){#header .header-nav-search .search-inner form input{font-size:100px}}#header .header-nav-search .search-inner form input::-webkit-input-placeholder{font-style:normal;opacity:1;color:#797979}#header .header-nav-search .search-inner form input::-moz-placeholder{font-style:normal;opacity:1;color:#797979}#header .header-nav-search .search-inner form input:-ms-input-placeholder{font-style:normal;opacity:1;color:#797979}#header .header-nav-search .search-inner .results{position:fixed;top:280px;left:0;right:0;bottom:0;overflow:auto}@media (max-width: 780px){#header .header-nav-search .search-inner .results{padding-left:24px;padding-right:24px;top:134px}}@media (min-width: 779px) and (max-width: 1279px){#header .header-nav-search .search-inner .results{padding-left:32px;padding-right:32px;top:230px}}@media (min-width: 1280px){#header .header-nav-search .search-inner .results{padding-left:6.6vw;padding-right:6.6vw;top:252px}}#header .header-nav-search .search-inner .results p{font-size:14px;line-height:14px;font-weight:700}#header .header-nav-search .search-inner .results ul{margin:0;padding:0;list-style:none}#header .header-nav-search .search-inner .results li{margin:0;padding:32px 0 0 0;font-size:24px;line-height:1.4 !important}#header .header-nav-search .search-inner .results li:first-child{padding-top:22px}#header .header-nav-search .search-inner .results li a{display:inline;padding:4px 0;text-decoration:underline;text-decoration-color:#0a9dc8;text-decoration-thickness:1px;text-underline-offset:0.35em}@media (hover: hover){#header .header-nav-search .search-inner .results li a:hover{text-decoration-color:#fff}}#header .header-nav-search .search-inner .results li span{background:#0a9dc8}#header .header-nav-search-toggle{position:absolute;top:0;right:0;height:80px;box-sizing:border-box;margin:0 10px;padding:8px;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;background:none;outline:none;border:none}@media (max-width: 1024px){#header .header-nav-search-toggle{right:50px}}#header .header-nav-search-toggle svg{width:24px;height:24px;padding:8px;background:rgba(230,113,0,0);border-radius:9999px;transition:all 150ms linear 0ms}#header .header-nav-search-toggle svg .fill{transition:all 150ms linear 0ms;fill:#fff}@media (hover: hover){#header .header-nav-search-toggle:hover svg{background:#e67100}}#header .header-advertise-cta{position:fixed;right:40px;bottom:40px;transform:translateX(-150vw);opacity:0;transition:opacity 200ms linear 0ms, transform 0ms linear 200ms}@media (max-width: 780px){#header .header-advertise-cta{right:30px;bottom:15px}}@media (min-width: 1025px){#header .header-advertise-cta{display:none}}.header-nav-active #header .header-advertise-cta{transition:opacity 400ms linear 0ms, transform 0ms linear 0ms;transform:translateX(0vw);opacity:1}@media (max-width: 520px){html[lang="en"] .header-nav-active #header .header-advertise-cta{transform:translateX(10vw)}}#header .header-advertise-cta .content{display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:16px 36px 16px 36px;cursor:pointer}#header .header-advertise-cta .text{text-transform:uppercase;font-family:bebas-neue-pro,arial narrow,sans-serif}@media (min-width: 0px){#header .header-advertise-cta .text{font-size:32px;line-height:34px}}#header .header-advertise-cta .cta{margin:0;padding:16px 0 0 24px}#header .header-advertise-cta .cta .btn{position:relative;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;padding-left:0;border-radius:9999px;overflow:visible;padding-right:0;width:40px;transition:all 300ms linear 0ms}#header .header-advertise-cta .cta .btn:before{position:absolute;top:0;bottom:0;left:-23px;width:1px;border-left:1px solid #fff;content:""}#header .header-advertise-cta .cta .btn .btn-label{overflow:hidden;white-space:nowrap;max-width:0;transition:all 200ms ease-out 0ms;padding-left:0em}#header .header-advertise-cta .cta .btn .format-arrow{position:relative;transform:translateX(0%);font-size:12px}@media (hover: hover){#header .header-advertise-cta .cta .btn:hover .btn-label{transition:all 400ms linear 0ms;padding-left:1em;max-width:15em}}#header .header-advertise-cta .character{position:relative}@media (max-width: 780px){#header .header-advertise-cta .character{position:absolute;top:10%;left:-100%}}#header .header-advertise-cta .character img{position:relative;transform:translateX(30%)}#header .header-nav-toggle{position:fixed;right:16px;top:10px;outline:0;color:#fff;z-index:95}@media (min-width: 1025px){#header .header-nav-toggle{display:none}}#header .header-nav-toggle .toggle-inner,#header .header-nav-toggle .toggle-inner::before,#header .header-nav-toggle .toggle-inner::after{background-color:#fff}@media (hover: hover){#header .header-nav-toggle:hover .toggle-inner,#header .header-nav-toggle:hover .toggle-inner::before,#header .header-nav-toggle:hover .toggle-inner::after{background-color:#e67100 !important}}#content{position:relative;width:100%;z-index:1;overflow-wrap:break-word;word-wrap:break-word}@media (max-width: 1279px){#content{overflow:hidden}}#content sup.footnote{position:relative;top:-0.1em;padding:0 2px;display:unset}#footer{position:relative;width:100%;z-index:10;background:#000}#footer .footer-inner{padding:5.5vw;position:relative;margin:0 auto}@media (max-width: 780px){#footer .footer-inner{padding-left:24px;padding-right:24px}}@media (min-width: 779px) and (max-width: 1279px){#footer .footer-inner{padding-left:32px;padding-right:32px}}@media (min-width: 1280px){#footer .footer-inner{padding-left:6.6vw;padding-right:6.6vw}}#footer .footer-logos{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start}@media (max-width: 780px){#footer .footer-logos{flex-direction:column;justify-content:flex-start;align-items:center}}#footer .footer-logos .footer-logo img{width:10vw}@media (max-width: 780px){#footer .footer-logos .footer-logo img{width:150px;margin:0 0 24px 0}}#footer .footer-logos .social{margin:0;padding:0;list-style:none;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center}#footer .footer-logos .social li{margin:0;padding:10px}#footer .footer-links{position:relative;padding:3.4vw 15vw 3.4vw 15vw;min-height:270px;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}@media (max-width: 1280px){#footer .footer-links{padding-left:25vw}}@media (max-width: 780px){#footer .footer-links{padding:100px 0 50px 0}#footer .footer-links.region-selector-active>ul{opacity:0}}#footer .footer-links>ul{position:relative;width:15vw;margin:0;padding:0;list-style:none;transition:all 300ms linear 0ms}@media (max-width: 780px){#footer .footer-links>ul{width:50%}}#footer .footer-links>ul li{padding:0 0 10.6666666667px 0}#footer .footer-links>ul li a{transition:all 300ms linear 0ms}@media (hover: hover){#footer .footer-links>ul li a:hover{color:#e67100}}#footer .footer-region-selector{position:absolute;top:3.4vw;left:0;user-select:none;-ms-user-select:none;-webkit-user-select:none}@media (max-width: 780px){#footer .footer-region-selector{left:50%;top:25px;transform:translateX(-50%)}}#footer .footer-region-selector .name{font-family:bebas-neue-pro,arial narrow,sans-serif;font-size:16px}#footer .footer-region-selector>.current{cursor:pointer;transition:all 300ms linear 0ms}@media (hover: hover){#footer .footer-region-selector>.current:hover{color:#e67100}}#footer .footer-region-selector .menu{margin:5px 0 0 0;display:none}#footer .footer-region-selector.active .menu{display:block}#footer .footer-region-selector ul{position:relative;margin:0;padding:0;list-style:none;display:block}#footer .footer-region-selector li{position:relative;margin:2px 0;padding:0;width:100%;text-align:right;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center}#footer .footer-region-selector li a{position:relative;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center;width:100%}#footer .footer-region-selector li .name{display:inline-block;padding:0.25em 0.65em 5px 0}#footer .footer-region-selector li img{margin:0.25em 0;padding:2px;outline:2px solid transparent;display:none}#footer .footer-region-selector li .arrow{position:absolute;left:100%;top:50%;transform:translateY(-50%);padding:0 0 0 10px}#footer .footer-region-selector li .arrow img{display:block}@media (hover: hover){#footer .footer-region-selector li a:hover{color:#e67100}#footer .footer-region-selector li a:hover img{outline:2px solid #e67100}}#footer .footer-region-selector li a.current{color:#6d6d6d !important}#footer .footer-region-selector li a.current img{outline:2px solid #6d6d6d !important}#footer .footer-region-selector.active .arrow img{transform-origin:50% 50%;transform:rotate(180deg)}#footer .footer-footnotes{position:relative;opacity:0.7;padding:0 0 36px 0}#footer .footer-footnotes ol{margin:0;padding:0;list-style:none}@media (min-width: 781px){#footer .footer-footnotes ol{column-count:2}}#footer .footer-footnotes ol li{font-size:12px;font-weight:400}@media (min-width: 781px){#footer .footer-footnotes ol li{padding-right:5vw}}#footer .footer-legal{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start}@media (max-width: 780px){#footer .footer-legal{flex-direction:column;justify-content:flex-start;align-items:flex-start}}#footer .footer-legal p{max-width:60em}@media (max-width: 1280px){#footer .footer-legal p{max-width:48em}}#footer .footer-legal p,#footer .footer-legal li{font-size:12px;font-weight:400}#footer .footer-legal ul{display:flex;margin:0;padding:0;flex-wrap:nowrap;justify-content:flex-end;align-items:center}@media (max-width: 780px){#footer .footer-legal ul{justify-content:space-between;width:100%;margin:2.5em 0 0 0}}#footer .footer-legal ul li{margin:0 0 0 1em;padding:0}@media (max-width: 780px){#footer .footer-legal ul li{margin:0}}#footer .footer-legal a{color:#e1a069;text-decoration:underline}.format-arrow{position:relative;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.format-arrow:before{position:relative;display:block;top:0px;margin-right:-6px;height:2px;width:21.6px;background:#fff;content:"";border-radius:9999px;transition:width 150ms ease-in-out 0ms}.format-arrow svg{height:12px}.format-arrow .fill{transition:all 150ms ease-in-out 0ms;fill:#fff}.btn{border-radius:9999px;font-family:averta-pe,arial,sans-serif;font-size:16px;line-height:20px;letter-spacing:2px;text-transform:uppercase;font-weight:900;padding:13px 25px;display:inline-block;box-shadow:none;border:2px solid transparent;cursor:pointer;outline:none;text-align:center;transition:all 199.5ms ease-in-out 0ms;overflow:hidden;background-repeat:no-repeat;background-position:0 5.5em;background-size:100% auto}.btn:not(.outline){border:0;padding:15px 27px}.btn.size-medium{font-size:14px;padding:9px 20px}.btn:hover{text-decoration:none}.btn[disabled],.btn.disabled{opacity:0.6}.btn.bg-black{background-color:#000;border-color:#000}.btn.bg-white{background-color:#fff;border-color:#fff}.btn.bg-orange{background-color:#e67100;border-color:#e67100}.btn.bg-cyan{background-color:#5ebcd9;border-color:#5ebcd9}.btn.outline{background-color:transparent !important}@media (hover: hover){.btn:hover{background-position:0 0em;background-size:100% auto}.btn.bg-black.outline,.btn.bg-white:not(.outline),.btn.bg-orange:not(.outline){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 640 128'%3E%3Cpath fill='%23000000' d='M0 0h640v128H0z'/%3E%3C/svg%3E")}.btn.bg-black:not(.outline),.btn.bg-white.outline,.btn.bg-cyan{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 640 128'%3E%3Cpath fill='%23ffffff' d='M0 0h640v128H0z'/%3E%3C/svg%3E")}.btn.bg-black:hover{border-color:#fff}.btn.bg-black:not(.outline):hover{color:#000}.btn.bg-white:hover{border-color:#000}.btn.bg-white:not(.outline):hover{color:#fff}.btn.bg-orange:hover{border-color:#000}.btn.bg-cyan:hover{border-color:#fff}.btn.outline.bg-black:hover{color:#fff;border-color:#000}.btn.outline.bg-white:hover{color:#000}.btn.outline.bg-orange:hover{color:#e67100;border-color:#e67100}.btn.outline.bg-cyan:hover{color:#000;border-color:#fff}}.btn.text-black{color:#000}.btn.text-white{color:#fff}.btn.text-orange{color:#e67100}.btn.text-cyan{color:#5ebcd9}.format-eyebrow{position:relative}.format-eyebrow:before,.format-eyebrow:after{content:" ";display:table}.format-eyebrow:after{clear:both}.format-eyebrow .inner{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;float:left}@media (min-width: 0px){.format-eyebrow .inner{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}.format-eyebrow .inner img{width:24px}.format-eyebrow .inner .label{padding:0 0 2px 1em;font-family:averta-pe,arial,sans-serif;font-weight:800;font-size:14px;text-transform:uppercase}.format-eyebrow .inner .label:first-child{padding-left:0}.format-filter{position:relative;width:250px;margin:0;padding:0}.format-filter button{position:relative;display:block;width:100%;box-sizing:border-box;border:0;outline:none;font-family:averta-pe,arial,sans-serif;font-size:18px;font-weight:700;color:#000;margin:0;padding:10.6666666667px;text-align:left;cursor:pointer;background:#fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALNJREFUeNqs1MENgCAMBVAYxZM3tnEEJzFhBS+uwEDuYoI01sQYKC1tkx8v0P8OROeemUqCs5+Au13OuRqYpeSCMyV7iTco9rgr4+6FAiQ8+OZQIjzu+O5MFGD9HdYgauWQlQLARANEqzz23oAFgiznAkYR3XIJQIpglUsBXAS7fATQQ4jKRwEUQlSuAbQQonItoIeInAVaQAsRuZctADDbp3yTXGwBRv73M35PKaA2twADAKFYib6KQIJuAAAAAElFTkSuQmCC") no-repeat calc(100%  -  15px) 50%;background-size:16px auto}.format-filter.active button{background:#fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKZJREFUeNq80rENgCAQhWEYxcqObRjBSUhYgcYVGMhdTBCSM7GA4x4QL7nY6P1foVb47PS8kI9SSmrFuHKL1qGA2iLjP/F3/V+AWhxCzAC4uBgxCqjFT1oIMQJoxTUthEABXPwdCIEAJHEYIQUgcQghAYzExYgeYCYuQnCAY0G8hzg4QFwU5xCRA9i8N70YJuNfRKCb5bbt/QNbXqPWj6HbzX/gEWAA8+iJvo0tbWoAAAAASUVORK5CYII=") no-repeat calc(100%  -  15px) 50%;background-size:16px auto}.format-filter.active .menu{display:block}.format-filter .menu{position:absolute;width:250px;display:none;margin:0;padding:0;list-style:none;z-index:10;background:#111f32}.format-filter .menu li{margin:0;padding:0;display:block;border-bottom:1px solid #000}.format-filter .menu li.active a{color:#67b7e2;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALFJREFUeNpijNtzk4EEUAHE+UBczUKkBiYgngrEGVC+CDEaOYB4GRAHQvldQNwNMkkBiK1waBIE4t1QTf+hziwHsUEa9wPxUahTmJA0yQDxYSC2AeJfQBwBxJOQ3b4Ays4C4lVAzA7E2kB8HEp/AmIPqBwcgPzYCJXsBeJgqE1qUGc+B2JPIL6ILbRAoB+Io6BOModqugn1+0VcwQwDK4DYC4jvA/EOILYG4ge4ghogwACySCEfTck4dQAAAABJRU5ErkJggg==") no-repeat 100% 50% !important}.format-filter .menu li a{display:block;padding:10.6666666667px;margin-right:10.6666666667px}@media (hover: hover){.format-filter .menu li a:hover{background:linear-gradient(to right, #445265 0%, rgba(68,82,101,0) 100%);color:#67b7e2}}@keyframes format-circle-graph-stroke{to{stroke-dasharray:0 578.0530482605219}}.format-circle-graph .figure-graph circle{opacity:0}.format-circle-graph .figure-graph.animate circle{opacity:1;animation:format-circle-graph-stroke 1000ms ease-in 0ms reverse}.format-circle-graph .key-dots li{display:inline-block}.format-circle-dual-graph .figure-graph circle{opacity:0}.format-circle-dual-graph .figure-graph.inset circle{transition:opacity 0ms linear 150ms}.format-circle-dual-graph .figure-graph.animate circle{opacity:1;animation:format-circle-graph-stroke 1000ms ease-in 0ms reverse}.format-circle-dual-graph .figure-graph.inset.animate circle{opacity:1;animation:format-circle-graph-stroke 1000ms ease-in 150ms reverse}.format-circle-dual-graph .key-dots li{display:inline-block}.format-circle-dual-graph.color-white .group *{color:#000 !important}.format-circle-dual-graph.color-white .group .change{color:#b1dae6 !important}@media (max-width: 780px){.format-donut-graph figure{flex-direction:column}}.format-donut-graph .figure-graph text{position:relative;display:block;transform:translate(-18px, 16px);transform-origin:50% 50%;font-family:bebas-neue-pro,arial narrow,sans-serif;font-size:36px;font-weight:700;line-height:0.9;opacity:0}.format-donut-graph .figure-graph text.text-black{fill:#000}.format-donut-graph .figure-graph text.text-white{fill:#fff}.format-donut-graph .figure-graph text.single{transform:translate(-12px, 18px)}.format-donut-graph .figure-graph text tspan{font-size:24px}.format-donut-graph .figure-graph.animate text{opacity:1;transition:all 200ms linear 1000ms}.format-donut-graph .figure-graph.animate circle{opacity:1;animation:format-circle-graph-stroke 1000ms ease-in 0ms reverse}.format-donut-graph .figure-graph .circle-bg{opacity:0}.format-donut-graph .figure-graph.animate .circle-bg{opacity:1;transition:all 200ms linear 500ms}.format-donut-graph .stat.text .label{font-family:bebas-neue-pro,arial narrow,sans-serif;font-weight:700;text-transform:uppercase;font-size:24px;line-height:1.3333333333;max-width:90%;margin:0 auto;text-align:center}@media (min-width: 375px) and (max-width: 550px){.format-donut-graph .stat.text .label{font-size:24px}}@media (min-width: 551px) and (max-width: 1279px){.format-donut-graph .stat.text .label{font-size:32px;line-height:1.3125}}@media (min-width: 1280px){.format-donut-graph .stat.text .label{font-size:calc(100vw  *  .0172839506);line-height:1.2857142857}}.format-insights-card{position:relative;padding-bottom:24px}.format-insights-card .card-inner{position:relative;width:100%}.format-insights-card:not(.featured):before{position:absolute;left:0;top:0;right:0;bottom:0;content:"";box-shadow:0 0 50px 0 rgba(0,0,0,0.5);transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1);z-index:1}.format-insights-card:not(.featured):after{position:absolute;left:-30px;top:-45px;right:-30px;bottom:-45px;background:#000;content:"";background:linear-gradient(to bottom, #000 0%, #000 50%, #000 100%);clip-path:inset(45px 30px 45px 30px);transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1);z-index:2}@media (hover: hover) and (min-width: 1280px){.format-insights-card:not(.featured):hover:before{left:-30px;top:-45px;right:-30px;bottom:-45px}.format-insights-card:not(.featured):hover:after{background:linear-gradient(to bottom, #000 0%, #0f0f0f 50%, #252525 100%);clip-path:inset(0px 0px 0px 0px)}.format-insights-card:not(.featured):hover .card-photo .photo-inner{clip-path:inset(0px 0px 0px 0px)}.format-insights-card:not(.featured):hover .card-photo .photo-inner a>img{left:0;top:0;width:100%;height:100%}.format-insights-card:not(.featured):hover .card-photo .photo-inner .taxonomy{right:0;top:0}}.format-insights-card.featured:before{position:absolute;left:0;top:0;right:0;bottom:0;content:"";box-shadow:0 0 50px 0 rgba(0,0,0,0.5);transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1);z-index:1}.format-insights-card.featured:after{position:absolute;left:-30px;top:-45px;right:-30px;bottom:-45px;background:#000;content:"";background:linear-gradient(to bottom, #000 0%, #000 50%, #000 100%);clip-path:inset(45px 30px 45px 30px);transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1);z-index:2}.format-insights-card.featured .card-photo{clip-path:inset(45px 0px 45px 30px) !important;transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1)}.format-insights-card.featured .card-photo img{transform:scale(1);transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1)}@media (hover: hover) and (min-width: 1280px){.format-insights-card.featured:hover:before{left:-30px;top:-45px;right:-30px;bottom:-45px}.format-insights-card.featured:hover:after{clip-path:inset(0px 0px 0px 0px)}.format-insights-card.featured:hover .card-photo{clip-path:inset(0px 0px 0px 0px) !important}.format-insights-card.featured:hover .card-photo img{transform:scale(1.18)}}.format-insights-card .card-photo{position:relative;padding-top:66.44591611479029%;z-index:3}.format-insights-card .card-photo .photo-inner{position:absolute;left:-30px;top:-45px;right:-30px;bottom:0;transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1);clip-path:inset(0px 0px 0px 0px)}.format-insights-card .card-photo a>img{position:absolute;left:30px;top:45px;width:calc(100% - 60px);height:calc(100% - 45px);object-fit:cover;transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1)}.format-insights-card .card-photo .taxonomy{position:absolute;right:30px;top:45px;width:92px;height:92px;box-sizing:border-box;padding:16px 12px 0 0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92 92'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='50%25' x2='50%25' y1='0%25' y2='99.765%25'%3E%3Cstop offset='0%25'/%3E%3Cstop offset='100%25' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M92 0H0l92 92z' fill='url(abm-core/css/%23a)' fill-rule='evenodd'/%3E%3C/svg%3E");display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-start;transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1)}.format-insights-card .card-photo .taxonomy>img{width:24px}.format-insights-card .card-detail{position:relative;width:100%;margin:-35px 0 0 0;text-align:center;z-index:3}.format-insights-card .author{position:relative;text-align:center}.format-insights-card .author .author-photo{position:relative;display:block}.format-insights-card .author .author-photo img{width:64px;margin:0 auto;border:6px solid #000;box-shadow:4px 4px 16px 0 rgba(0,0,0,0.3);border-radius:9999px}.format-insights-card .author .text:first-child{padding-top:60px}.format-insights-card .author .author-name{margin:0;padding:0 24px;font-size:18px;font-weight:800 !important;line-height:1.3}.format-insights-card .author .timestamp{margin:0;padding:0 24px;font-size:14px;font-weight:700;line-height:1.3;color:#379eca}.format-insights-card h3{position:relative;padding:0 24px;font-family:averta-pe,arial,sans-serif;color:#797979;text-align:left}@media (min-width: 0px){.format-insights-card h3{font-size:24px;line-height:28px}}.format-insights-card h3 a{color:#fff}.format-insights-card .excerpt{position:relative;padding:0 24px;margin:16px 0;text-align:left}.format-insights-card .cta{position:relative;display:inline-block;color:#379eca;text-align:center;font-weight:800;font-family:averta-pe,arial,sans-serif;text-transform:uppercase;padding:2em 0 0 0}.format-insights-card .cta a{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;padding-bottom:6px;transition:border 150ms linear 0ms;border-bottom:1px solid rgba(55,158,202,0)}.format-insights-card .cta a .format-arrow{position:relative;top:1px;margin-left:1em}.format-insights-card .cta a .format-arrow:before{transition:all 150ms linear 0ms;background:#379eca;width:0}.format-insights-card .cta a .format-arrow .fill{transition:all 150ms linear 0ms;fill:#379eca}@media (hover: hover){.format-insights-card .cta a:hover{border-bottom:1px solid #fff;color:#fff}.format-insights-card .cta a:hover .format-arrow:before,.format-insights-card .cta a:hover .format-download:before{background:#fff;width:22px}.format-insights-card .cta a:hover .format-arrow .fill,.format-insights-card .cta a:hover .format-download .fill{fill:#fff}}@media (min-width: 781px){.format-insights-card.featured{padding:0}.format-insights-card.featured .card-inner{position:relative;display:block;background:#000 !important;min-height:30vw}}@media (min-width: 781px) and (min-width: 1280px){.format-insights-card.featured .card-inner{min-height:25vw}}@media (min-width: 781px){.format-insights-card.featured .card-inner .card-photo{position:absolute;width:53.6%;top:0;bottom:0;left:0;margin:0;padding:0;left:-30px;top:-45px;bottom:-45px;width:calc(53.6%  +  60px);transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1);clip-path:inset(0px 0px 0px 0px)}.format-insights-card.featured .card-inner .card-photo .photo-inner,.format-insights-card.featured .card-inner .card-photo .photo-inner a{position:absolute;left:0;top:0;right:0;bottom:0}.format-insights-card.featured .card-inner .card-photo .photo-inner:before,.format-insights-card.featured .card-inner .card-photo .photo-inner a:before{position:absolute;right:0;top:-1px;width:2px;height:100.5%;display:block;background:#000;content:"";z-index:2;transform:translateX(1px)}.format-insights-card.featured .card-inner .card-photo .photo-inner:after,.format-insights-card.featured .card-inner .card-photo .photo-inner a:after{position:absolute;left:0;top:-1px;width:calc(100%  +  0.5px);height:100.5%;display:block;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172 521'%3E%3Cpath fill='%23000000' d='M171 0h483v521H0z'/%3E%3C/svg%3E") no-repeat 100% 0;background-size:auto 100%;content:"";z-index:3}.format-insights-card.featured .card-inner .card-photo .photo-inner img,.format-insights-card.featured .card-inner .card-photo .photo-inner a img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.format-insights-card.featured .card-inner .card-photo .taxonomy{top:0;right:-86.5671641791045%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92 92'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='50%25' x2='50%25' y1='0%25' y2='99.771%25'%3E%3Cstop offset='.481%25' stop-color='%23282828'/%3E%3Cstop offset='100%25' stop-color='%23282828' stop-opacity='.405'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M1231 0h-92l92 92z' transform='translate(-1139)' fill='url(abm-core/css/%23a)' fill-rule='evenodd'/%3E%3C/svg%3E")}.format-insights-card.featured .card-inner .card-detail{position:relative;margin:0 0 0 57.3%;padding:50px 0;width:42.7%;display:block;text-align:right}.format-insights-card.featured .card-inner .card-detail .author{padding:0;padding-right:14%;text-align:left}.format-insights-card.featured .card-inner .card-detail .author .timestamp,.format-insights-card.featured .card-inner .card-detail .author .author-name{padding-left:0}.format-insights-card.featured .card-inner .card-detail .author-photo{position:absolute;left:0;top:50%;transform:translate(-100%, -50%);margin-left:-24px}.format-insights-card.featured .card-inner .card-detail h3{padding:0;padding-right:14%;text-align:left}.format-insights-card.featured .card-inner .card-detail .excerpt{padding:0;padding-right:14%;text-align:left}.format-insights-card.featured .card-inner .card-detail .cta{padding:0;padding-right:14%}.format-insights-card.featured .card-inner .card-detail .cta .btn{justify-content:flex-end}}.format-insights-featured-item{position:relative;width:100%;color:#000}.format-insights-featured-item .item-inner{position:relative;box-shadow:0 0 50px 0 rgba(0,0,0,0.5)}@media (max-width: 1279px){.format-insights-featured-item:not(.compact) .item-inner{min-height:54vw;box-shadow:0 0 32px 0 rgba(0,0,0,0.2)}}@media (max-width: 780px){.format-insights-featured-item:not(.compact) .item-inner{min-height:80vw}}@media (max-width: 535px){.format-insights-featured-item:not(.compact) .item-inner{min-height:160vw}}.format-insights-featured-item.compact .item-inner{min-height:25vw}@media (max-width: 1279px){.format-insights-featured-item.compact .item-inner{min-height:30vw}}@media (max-width: 780px){.format-insights-featured-item.compact .item-inner{min-height:80vw}}@media (max-width: 535px){.format-insights-featured-item.compact .item-inner{min-height:160vw}}.format-insights-featured-item.compact .bg img{width:41%}.format-insights-featured-item .bg{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.format-insights-featured-item .bg img{position:relative;width:42.7%;height:100%;object-fit:cover}@media (max-width: 780px){.format-insights-featured-item .bg img{width:100% !important;height:100vw !important;object-fit:cover !important}}.format-insights-featured-item .bg svg.landscape{position:absolute;top:0;right:57%;height:100%;display:none}@media (min-width: 781px){.format-insights-featured-item .bg svg.landscape{display:block}}.format-insights-featured-item .bg svg.portrait{position:absolute;top:0;left:0;width:100.1%;display:none}@media (max-width: 780px){.format-insights-featured-item .bg svg.portrait{display:block}}.format-insights-featured-item .bg:after{position:absolute;left:0;top:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 230 480'%3E%3Cpath d='M155 0h75v480H0z'/%3E%3C/svg%3E") no-repeat 100% 0;background-size:auto 100%;content:"";opacity:0.1}@media (max-width: 780px){.format-insights-featured-item .bg:after{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 327 188'%3E%3Cpath d='M327 109L0 0v188h327z'/%3E%3C/svg%3E") no-repeat 0 110%;background-size:100% auto}}.format-insights-featured-item .content{position:relative;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:stretch}@media (max-width: 780px){.format-insights-featured-item .content{flex-direction:column}}.format-insights-featured-item .graphic{display:none}@media (max-width: 780px){.format-insights-featured-item .graphic{width:auto;margin:0;height:100vw;display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:center;align-items:center}}@media (min-width: 781px){.format-insights-featured-item.compact .graphic{width:17%}.format-insights-featured-item.compact .text{position:relative;min-height:25vw}.format-insights-featured-item.compact .text .text-header{position:absolute}.format-insights-featured-item.compact .text>h3,.format-insights-featured-item.compact .text>h4,.format-insights-featured-item.compact .text>p:not(.cta){padding-right:30%}}@media (min-width: 781px) and (max-width: 780px){.format-insights-featured-item.compact .text>h3,.format-insights-featured-item.compact .text>h4,.format-insights-featured-item.compact .text>p:not(.cta){padding-right:0}}@media (min-width: 781px) and (max-width: 1279px){.format-insights-featured-item.compact .text>h3,.format-insights-featured-item.compact .text>h4,.format-insights-featured-item.compact .text>p:not(.cta){padding-right:40%}}@media (min-width: 781px){.format-insights-featured-item.compact .text .cta{position:absolute;right:40px;bottom:40px;flex-direction:column}.format-insights-featured-item.compact .text .cta .btn+.btn{margin-top:16px}}@media (max-width: 780px){.format-insights-featured-item.compact .bg img{height:86vw !important}.format-insights-featured-item.compact .text .text-header{position:static !important;transform:translateY(-8vw)}.format-insights-featured-item.compact .text .text-header .taxonomy{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;width:100%}.format-insights-featured-item.compact .text .text-header .taxonomy p{margin:0;padding:0 0 16px 0}}@media (max-width: 780px) and (max-width: 780px){.format-insights-featured-item.compact .text .text-header .taxonomy p{padding:0}}@media (max-width: 780px){.format-insights-featured-item.compact .text{min-height:0}.format-insights-featured-item.compact .text .cta{padding:36px 0 0 0;flex-direction:column;justify-content:flex-start;align-items:flex-start}.format-insights-featured-item.compact .text .cta .btn+.btn{margin-top:16px}}@media (max-width: 896px){.format-insights-featured-item:not(.compact) .text{min-height:30vw}}@media (max-width: 780px){.format-insights-featured-item:not(.compact) .text{width:auto;margin:-5vw 0 0 0;padding:0 6.8vw 6.8vw 6.8vw;min-height:55vw}.format-insights-featured-item:not(.compact) .text .text-header{transform:translateY(-25vw)}.format-insights-featured-item:not(.compact) .text .text-header .author-details{padding-top:14px}}.format-insights-featured-item .text{position:relative;margin-left:20.5%;width:calc(57% - 40px);min-height:27vw;padding:3vw 0 3vw 0;box-sizing:border-box;display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:flex-start;align-items:flex-start}@media (min-width: 781px){.format-insights-featured-item .text{padding:40px 40px 40px 0}}@media (max-width: 780px){.format-insights-featured-item .text{width:auto;margin:0;padding:20px 6.8vw 6.8vw 6.8vw;min-height:55vw}}.format-insights-featured-item .text .text-header{position:relative;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;min-height:75px}@media (max-width: 780px){.format-insights-featured-item .text .text-header{position:absolute;transform:translateY(-100%);margin-top:-20px;min-height:0}}@media (min-width: 781px){.format-insights-featured-item .text .text-header{position:absolute;right:40px}}.format-insights-featured-item .text .text-header .eyebrow{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;color:#000}@media (min-width: 0px){.format-insights-featured-item .text .text-header .eyebrow{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}.format-insights-featured-item .text .text-header .eyebrow img{width:24px;filter:invert(1)}.format-insights-featured-item .text .text-header .eyebrow span{padding:0 0 0 1em;text-transform:uppercase}.format-insights-featured-item .text .text-header .eyebrow .inner{padding-left:3px}@media (max-width: 780px){.format-insights-featured-item .text .text-header .eyebrow{display:none}}.format-insights-featured-item .text .text-header .author{position:relative;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}@media (max-width: 780px){.format-insights-featured-item .text .text-header .author{flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}}.format-insights-featured-item .text .text-header .author .author-photo{position:relative;display:block;order:2}@media (max-width: 780px){.format-insights-featured-item .text .text-header .author .author-photo{order:1}}.format-insights-featured-item .text .text-header .author .author-photo img{width:64px;margin:0 auto;border:4px solid #000;box-shadow:4px 4px 16px 0 rgba(0,0,0,0.3);border-radius:9999px}.format-insights-featured-item .text .text-header .author .author-details{order:1;text-align:right}@media (max-width: 780px){.format-insights-featured-item .text .text-header .author .author-details{order:2;text-align:left}}.format-insights-featured-item .text .text-header .author .author-details .author-name{margin:0;padding:0 24px;font-size:14px;font-weight:700;line-height:1.3}.format-insights-featured-item .text .text-header .author .author-details .timestamp{margin:0;padding:0 24px;font-size:14px;font-weight:400;line-height:1.3}@media (max-width: 780px){.format-insights-featured-item .text .text-header .author .author-details .author-name,.format-insights-featured-item .text .text-header .author .author-details .timestamp{padding:0}}.format-insights-featured-item .text .text-header .taxonomy{position:relative;margin-left:auto;text-align:right}@media (max-width: 780px){.format-insights-featured-item .text .text-header .taxonomy{margin:0;text-align:left}}.format-insights-featured-item .text .text-header .taxonomy .category{font-family:averta-pe,arial,sans-serif;font-size:14px;text-transform:uppercase;font-weight:800}.format-insights-featured-item .text .text-header .taxonomy .timestamp{margin:6px 0 0 0;font-family:averta-pe,arial,sans-serif;font-size:14px;font-weight:400}.format-insights-featured-item .text h3{position:relative;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase;margin:0}@media (max-width: 780px){.format-insights-featured-item .text h3{margin:-0.5em 0 0 0}}.format-insights-featured-item .text .group{position:relative;width:100%;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-end;padding:50px 0 0 0}@media (max-width: 780px){.format-insights-featured-item .text .group{justify-content:flex-start}}.format-insights-featured-item .text .stats{position:relative;width:100%;display:flex;flex-wrap:nowrap;justify-content:space-evenly;align-items:stretch}@media (max-width: 780px){.format-insights-featured-item .text .stats{display:none}}.format-insights-featured-item .text .stats .stat-item{margin:0 24px;min-width:8vw;flex:1}.format-insights-featured-item .text .stats .stat-item .stat{border-top:none}.format-insights-featured-item .text .stats .stat-item .value{font-size:50px;line-height:1;font-weight:700}@media (min-width: 375px) and (max-width: 550px){.format-insights-featured-item .text .stats .stat-item .value{font-size:50px}}@media (min-width: 551px) and (max-width: 1279px){.format-insights-featured-item .text .stats .stat-item .value{font-size:50px;line-height:1}}@media (min-width: 1280px){.format-insights-featured-item .text .stats .stat-item .value{font-size:calc(100vw  *  .049382716);line-height:.875}}.format-insights-featured-item .text .stats .stat-item .label{font-weight:700}.format-insights-featured-item .text .stats .format-statistic .figure-content{padding-top:70%}.format-insights-featured-item .text .stats .format-statistic .figure-key{padding-top:10.6666666667px}.format-insights-featured-item .text .cta{position:relative;margin-top:auto;width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-end;padding-top:20px}@media (max-width: 780px){.format-insights-featured-item .text .cta{justify-content:flex-start}}.format-insights-featured-item .text .cta .btn{position:relative;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;border-radius:9999px;box-shadow:0 0 50px 0 rgba(0,0,0,0.5)}.format-insights-featured-item .text .cta .btn .btn-label{white-space:nowrap;transition:all 200ms ease-out 0ms}.format-insights-featured-item .text .group>.cta{flex-direction:column}@media (max-width: 780px){.format-insights-featured-item .text .group>.cta{justify-content:flex-start;align-items:flex-start}}.format-insights-featured-item .text .group>.cta .btn+.btn{margin-top:16px}.format-insights-featured-item.compact .text h3{font-size:32px;line-height:.9375}@media (min-width: 375px) and (max-width: 550px){.format-insights-featured-item.compact .text h3{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.format-insights-featured-item.compact .text h3{font-size:40px;line-height:.95}}@media (min-width: 1280px){.format-insights-featured-item.compact .text h3{font-size:calc(100vw  *  .0308641975);line-height:.94}}@media (min-width: 781px){.format-insights-featured-item.compact .text h3{margin-top:10px}}@media (max-width: 780px){.format-insights-featured-item:not(.compact) .text{position:static;min-height:0}.format-insights-featured-item:not(.compact) .text .text-header{position:static;height:0;margin:0;transform:none;display:block}.format-insights-featured-item:not(.compact) .text .text-header .eyebrow{position:absolute;right:0;top:0;width:92px;height:92px;box-sizing:border-box;padding:16px 12px 0 0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92 92'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='50%25' x2='50%25' y1='0%25' y2='99.765%25'%3E%3Cstop offset='0%25'/%3E%3Cstop offset='100%25' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M92 0H0l92 92z' fill='url(abm-core/css/%23a)' fill-rule='evenodd'/%3E%3C/svg%3E");display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-start;transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1)}.format-insights-featured-item:not(.compact) .text .text-header .eyebrow img{width:24px;filter:invert(0)}.format-insights-featured-item:not(.compact) .text .text-header .eyebrow .label{display:none}.format-insights-featured-item:not(.compact) .text .text-header .taxonomy{position:absolute;margin:0;padding:0;transform:translateY(calc(-100%  +  -32px))}}@media (max-width: 780px) and (max-width: 480px){.format-insights-featured-item:not(.compact) .text .text-header .taxonomy{transform:translateY(calc(-100%  +  -12px))}}@media (max-width: 780px) and (max-width: 410px){.format-insights-featured-item:not(.compact) .text .text-header .taxonomy{transform:translateY(calc(-100%  +  -2px))}}@media (max-width: 780px) and (max-width: 380px){.format-insights-featured-item:not(.compact) .text .text-header .taxonomy{transform:translateY(calc(-100%  +  8px))}}@media (max-width: 780px){.format-insights-featured-item:not(.compact) .text .text-header .author{position:absolute;margin:0;padding:0;transform:translateY(calc(-100%  +  -10vw))}}@media (max-width: 780px) and (max-width: 650px){.format-insights-featured-item:not(.compact) .text .text-header .author{transform:translateY(calc(-100%  +  -9.5vw))}}@media (max-width: 780px) and (max-width: 600px){.format-insights-featured-item:not(.compact) .text .text-header .author{transform:translateY(calc(-100%  +  -7.5vw))}}@media (max-width: 780px) and (max-width: 480px){.format-insights-featured-item:not(.compact) .text .text-header .author{transform:translateY(calc(-100%  +  -6vw))}}@media (max-width: 780px) and (max-width: 450px){.format-insights-featured-item:not(.compact) .text .text-header .author{transform:translateY(calc(-100%  +  -4vw))}}@media (max-width: 780px) and (max-width: 430px){.format-insights-featured-item:not(.compact) .text .text-header .author{transform:translateY(calc(-100%  +  -3vw))}}@media (max-width: 780px) and (max-width: 410px){.format-insights-featured-item:not(.compact) .text .text-header .author{transform:translateY(calc(-100%  +  -2vw))}}@media (max-width: 780px) and (max-width: 380px){.format-insights-featured-item:not(.compact) .text .text-header .author{transform:translateY(calc(-100%  +  -2vw  +  10px))}}@media (max-width: 780px){.format-insights-featured-item:not(.compact) .text h3{margin-top:0 !important;padding-right:5vw}}@media (max-width: 780px) and (max-width: 480px){.format-insights-featured-item:not(.compact) .text h3{padding-top:20px}}@media (max-width: 780px) and (max-width: 410px){.format-insights-featured-item:not(.compact) .text h3{padding-top:30px}}@media (max-width: 780px) and (max-width: 380px){.format-insights-featured-item:not(.compact) .text h3{padding-top:40px}}.format-insights-featured-item:not(.compact) .text h3{font-size:40px;line-height:.95;max-width:8em;min-height:2.75em;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-end}@media (min-width: 375px) and (max-width: 550px){.format-insights-featured-item:not(.compact) .text h3{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.format-insights-featured-item:not(.compact) .text h3{font-size:40px;line-height:.95}}@media (min-width: 1280px){.format-insights-featured-item:not(.compact) .text h3{font-size:calc(100vw  *  .037037037);line-height:.95}}@media (max-width: 780px){.format-insights-featured-item:not(.compact) .text h3{max-width:none;min-height:0}}.format-insights-featured-item:not(.compact) .text p:not(.cta){max-width:28em}.format-insights-featured-item:not(.compact) .text p:not(.cta) em{line-height:28px}.format-statistic{position:relative;width:100%}.format-statistic.color-orange *{color:#eda053;border-color:#eda053}.format-statistic.color-orange .before:before{background-color:#f4c698}.format-statistic.color-orange .after:before{background-color:#eda053}.format-statistic.color-cyan *{color:#6dbcdb;border-color:#0a9dc8}.format-statistic.color-cyan .before:before{background-color:#aad8ea}.format-statistic.color-cyan .after:before{background-color:#6dbcdb}.format-statistic.color-yellow *{color:#f6c562;border-color:#f6c562}.format-statistic.color-yellow .before:before{background-color:#fae0aa}.format-statistic.color-yellow .after:before{background-color:#f6c562}.format-statistic.color-white *{color:#fff;border-color:#fff}.format-statistic.color-white .before:before{background-color:#fff}.format-statistic.color-white .after:before{background-color:#fff}.format-statistic.color-black *{color:#000 !important;border-color:#000}.format-statistic.color-black .before:before{background-color:#262626}.format-statistic.color-black .after:before{background-color:#000}.format-statistic .figure-content{position:relative;width:100%;padding:100% 0 0 0}.format-statistic .stat{position:absolute;left:0;top:0;width:100%;height:100%;box-sizing:border-box;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}.format-statistic .stat .value{position:relative}.format-statistic .stat.single{border-top-width:1px;border-top-style:solid;border-bottom-width:1px;border-bottom-style:solid;font-size:80px;line-height:.875}@media (min-width: 375px) and (max-width: 550px){.format-statistic .stat.single{font-size:80px}}@media (min-width: 551px) and (max-width: 1279px){.format-statistic .stat.single{font-size:80px;line-height:.875}}@media (min-width: 1280px){.format-statistic .stat.single{font-size:calc(100vw  *  .0617283951);line-height:.9}}.format-statistic .stat.single .value{font-size:80px;line-height:.875;font-family:bebas-neue-pro,arial narrow,sans-serif;color:#fff;font-weight:700}@media (min-width: 375px) and (max-width: 550px){.format-statistic .stat.single .value{font-size:80px}}@media (min-width: 551px) and (max-width: 1279px){.format-statistic .stat.single .value{font-size:80px;line-height:.875}}@media (min-width: 1280px){.format-statistic .stat.single .value{font-size:calc(100vw  *  .0617283951);line-height:.9}}.format-statistic .stat.single .unit{font-size:24px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;color:#fff;padding-left:0.1em;font-weight:700}@media (min-width: 375px) and (max-width: 550px){.format-statistic .stat.single .unit{font-size:24px}}@media (min-width: 551px) and (max-width: 1279px){.format-statistic .stat.single .unit{font-size:32px;line-height:1}}@media (min-width: 1280px){.format-statistic .stat.single .unit{font-size:calc(100vw  *  .0296296296);line-height:1.0833333333}}.format-statistic .stat.single .symbol{font-size:65%;font-family:bebas-neue-pro,arial narrow,sans-serif;color:#fff;font-weight:700}.format-statistic .stat.of{border-top-width:1px;border-top-style:solid;border-bottom-width:1px;border-bottom-style:solid}.format-statistic .stat.of .value{font-size:40px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;color:#fff;font-weight:700}@media (min-width: 375px) and (max-width: 550px){.format-statistic .stat.of .value{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.format-statistic .stat.of .value{font-size:40px;line-height:1}}@media (min-width: 1280px){.format-statistic .stat.of .value{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.format-statistic .stat.of .in{padding:0 0.05em;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;color:#fff;font-weight:700}@media (min-width: 0px){.format-statistic .stat.of .in{font-size:24px;line-height:28px}}.format-statistic .stat.change .group{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.format-statistic .stat.change .value{font-size:120px;line-height:1.1;line-height:0.675 !important;padding-top:0.15em;font-family:bebas-neue-pro,arial narrow,sans-serif;color:#fff;font-weight:700}@media (min-width: 375px) and (max-width: 550px){.format-statistic .stat.change .value{font-size:120px}}@media (min-width: 551px) and (max-width: 1279px){.format-statistic .stat.change .value{font-size:120px;line-height:1.1}}@media (min-width: 1280px){.format-statistic .stat.change .value{font-size:calc(100vw  *  .0740740741);line-height:1.1}}.format-statistic .stat.change .unit{font-size:32px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;color:#fff;padding-left:0.1em;font-weight:700}@media (min-width: 375px) and (max-width: 550px){.format-statistic .stat.change .unit{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.format-statistic .stat.change .unit{font-size:32px;line-height:1}}@media (min-width: 1280px){.format-statistic .stat.change .unit{font-size:calc(100vw  *  .0296296296);line-height:1.0833333333}}.format-statistic .stat.change .change{padding:8px 0 0 0;width:100%;text-align:center;font-size:14px;text-transform:uppercase;font-weight:700}.format-statistic .kern-left-1{margin-left:-0.05em}.format-statistic .kern-left-2{margin-left:-0.1em}.format-statistic .kern-left-3{margin-left:-0.15em}.format-statistic .kern-left-4{margin-left:-0.2em}.format-statistic .kern-left1{margin-left:0.05em}.format-statistic .kern-left2{margin-left:0.1em}.format-statistic .kern-left3{margin-left:0.15em}.format-statistic .kern-left4{margin-left:0.2em}.format-statistic .kern-right-1{margin-left:-0.05em}.format-statistic .kern-right-2{margin-left:-0.1em}.format-statistic .kern-right-3{margin-left:-0.15em}.format-statistic .kern-right-4{margin-left:-0.2em}.format-statistic .kern-right1{margin-left:0.05em}.format-statistic .kern-right2{margin-left:0.1em}.format-statistic .kern-right3{margin-left:0.15em}.format-statistic .kern-right4{margin-left:0.2em}.format-statistic .figure-graph,.format-statistic .figure-graph svg{position:absolute;left:0;top:0;width:100%;height:100%}.format-statistic .figure-graph.inset{position:absolute;left:10%;top:10%;width:80%;height:80%}.format-statistic .figure-key{position:relative;padding:24px 0 0 0;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center;text-transform:uppercase;text-align:center}.format-statistic .figure-key .label,.format-statistic .figure-key p,.format-statistic .figure-key li{font-family:averta-pe,arial,sans-serif;font-size:14px;line-height:18px;font-weight:700;letter-spacing:1px}.format-statistic .figure-key .key-dots{margin:0;padding:0;list-style:none}.format-statistic .figure-key .key-dots li{margin:5.3333333333px}.format-statistic .figure-key .key-dots li .dot{position:relative;width:16px;height:16px;display:inline-block;border-radius:8px;margin:0 0.5em 0 0}@media (max-width: 780px){.format-statistic .figure-key .key-dots{position:relative;width:100%;margin:24px 0 0 0;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center}.format-statistic .figure-key .key-dots li{width:45%;box-sizing:border-box}}.format-statistic .figure-key .before,.format-statistic .figure-key .after{position:relative;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;padding:0 10px}.format-statistic .figure-key .before:before,.format-statistic .figure-key .after:before{position:relative;margin-right:4px;display:inline-block;width:16px;height:16px;border-radius:999px;content:""}.format-statistic.format-circle-graph .stat.single{border:0}.format-statistic.format-circle-graph .stat.single .value{font-size:50px;line-height:1}@media (min-width: 375px) and (max-width: 550px){.format-statistic.format-circle-graph .stat.single .value{font-size:50px}}@media (min-width: 551px) and (max-width: 1279px){.format-statistic.format-circle-graph .stat.single .value{font-size:50px;line-height:1}}@media (min-width: 1280px){.format-statistic.format-circle-graph .stat.single .value{font-size:calc(100vw  *  .049382716);line-height:.875}}.format-statistic.format-circle-graph .stat.of{border:0}.format-statistic.format-circle-dual-graph .label{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.component-adexperiences-discover{position:relative;overflow:hidden;z-index:3}@media (max-width: 1279px){.component-adexperiences-discover{padding:0 0 100px 0}}@media (min-width: 1280px){.component-adexperiences-discover{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.component-adexperiences-discover .column:first-child{margin-top:5.555555555555556vw;width:35%;box-sizing:border-box;padding:7vw 4.75vw 7vw 7vw}.component-adexperiences-discover .column:last-child{width:65%}}.component-adexperiences-discover .links{position:relative;margin:0;padding:0;list-style:none}.component-adexperiences-discover .link-item{position:relative}@media (max-width: 1279px){.component-adexperiences-discover .link-item{position:absolute;width:100%;display:block;margin:0;padding:0;text-align:center;opacity:0;transition:all 300ms linear 0ms}.component-adexperiences-discover .link-item.active{position:relative;z-index:5;opacity:1}.component-adexperiences-discover .link-item h2{padding:2em 0 1em 0;font-family:averta-pe, arial, sans-serif;text-transform:none}.component-adexperiences-discover .link-item p{display:none}}@media (min-width: 1280px){.component-adexperiences-discover .link-item{margin:0;padding:0 0 3.5vw 0;min-height:8vw}.component-adexperiences-discover .link-item:before,.component-adexperiences-discover .link-item:after{content:" ";display:table}.component-adexperiences-discover .link-item:after{clear:both}.component-adexperiences-discover .link-item a{position:relative;display:block;float:left;z-index:2}.component-adexperiences-discover .link-item a:before{position:absolute;left:0;top:0;height:8em;width:25vw;content:"";z-index:1}.component-adexperiences-discover .link-item h2{position:relative;font-family:averta-pe, arial, sans-serif;font-size:3.333333333333333vw;font-weight:700;float:left;z-index:2}.component-adexperiences-discover .link-item p{position:relative;overflow:hidden;max-height:0em;white-space:nowrap;transition:max-height 300ms ease-in-out 0ms, border 300ms ease-in-out 0ms, width 300ms ease-in-out 0ms;z-index:2;clear:left;float:left;width:100%;border-bottom:1px solid #6d6d6d}.component-adexperiences-discover .link-item p .cta{margin:1em 0;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.component-adexperiences-discover .link-item p .cta .format-arrow{margin-left:1em}.component-adexperiences-discover .link-item p .cta .format-arrow:before{transition:all 300ms ease-in-out 0ms}.component-adexperiences-discover .link-item p .cta .format-arrow .fill{fill:#fff;transition:all 300ms ease-in-out 0ms}}@media (min-width: 1280px) and (hover: hover){html[lang="en"] .component-adexperiences-discover .link-item a:hover p{width:9em;transition:max-height 300ms ease-in-out 0ms, border 300ms ease-in-out 0ms, width 300ms ease-in-out 200ms}}@media (min-width: 1280px) and (hover: hover){.component-adexperiences-discover .link-item a:hover p{max-height:4em}}@media (min-width: 1280px) and (hover: hover){.component-adexperiences-discover .link-item.color-orange a:hover p{border-color:#f4a15a;color:#f4a15a}.component-adexperiences-discover .link-item.color-orange a:hover p .format-arrow:before{background:#f4a15a}.component-adexperiences-discover .link-item.color-orange a:hover p .format-arrow .fill{fill:#f4a15a}}@media (min-width: 1280px) and (hover: hover){.component-adexperiences-discover .link-item.color-cyan a:hover p{border-color:#5ebcd9;color:#5ebcd9}.component-adexperiences-discover .link-item.color-cyan a:hover p .format-arrow:before{background:#5ebcd9}.component-adexperiences-discover .link-item.color-cyan a:hover p .format-arrow .fill{fill:#5ebcd9}}@media (min-width: 1280px) and (hover: hover){.component-adexperiences-discover .link-item.color-yellow a:hover p{border-color:#fbc669;color:#fbc669}.component-adexperiences-discover .link-item.color-yellow a:hover p .format-arrow:before{background:#fbc669}.component-adexperiences-discover .link-item.color-yellow a:hover p .format-arrow .fill{fill:#fbc669}}.component-adexperiences-discover .help{color:#aaa;text-transform:uppercase}@media (min-width: 0px){.component-adexperiences-discover .help{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}@media (max-width: 1279px){.component-adexperiences-discover .help{display:none}}.component-adexperiences-discover .description{position:relative;z-index:2}@media (max-width: 1279px){.component-adexperiences-discover .description .carousel{position:relative;width:86.5vw}}@media (max-width: 1279px) and (max-width: 1279px){.component-adexperiences-discover .description .carousel:after{content:'flickity';display:none}}.component-adexperiences-discover .description .carousel .flickity-viewport{overflow:visible !important}.component-adexperiences-discover .description .carousel .flickity-page-dots .dot{background:#aaa}.component-adexperiences-discover .description .carousel .flickity-page-dots .dot.is-selected{background:#fff}.component-adexperiences-discover .description .carousel .flickity-button{z-index:10}.component-adexperiences-discover .description .carousel .flickity-button-icon{fill:#fff}.component-adexperiences-discover .description-panel{position:relative;width:100%;overflow:hidden}.component-adexperiences-discover .description-panel .panel-inner{min-height:100%}@media (max-width: 780px){.component-adexperiences-discover .description-panel{position:relative;left:0;top:0;width:100%;overflow:hidden;z-index:10;opacity:1}.component-adexperiences-discover .description-panel .panel-inner{position:relative;margin:0 16px;min-height:100%;overflow:hidden;display:block}.component-adexperiences-discover .description-panel .photo{order:1;z-index:1}.component-adexperiences-discover .description-panel .stats{order:2;z-index:2}.component-adexperiences-discover .description-panel .bg{order:3;z-index:3}.component-adexperiences-discover .description-panel .character{order:4;z-index:4}.component-adexperiences-discover .description-panel .text{order:5;z-index:5}}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-discover .description-panel{position:relative;left:0;top:0;width:100%;overflow:hidden;z-index:10;opacity:1}.component-adexperiences-discover .description-panel:before,.component-adexperiences-discover .description-panel:after{content:" ";display:table}.component-adexperiences-discover .description-panel:after{clear:both}.component-adexperiences-discover .description-panel .panel-inner{position:relative;margin:0 16px;overflow:hidden}}@media (min-width: 1280px){.component-adexperiences-discover .description-panel{position:absolute;left:0;top:0;width:100%;overflow:hidden;transition:opacity 600ms ease-in-out 0ms;opacity:0}.component-adexperiences-discover .description-panel:first-child{position:relative}.component-adexperiences-discover .description-panel.active{display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:flex-start;align-items:stretch;z-index:10;opacity:1}}.component-adexperiences-discover .description-panel.color-orange .panel-inner{background:#f4a15a}@media (max-width: 780px){.component-adexperiences-discover .description-panel.color-orange .panel-inner{background:#dc9151}}.component-adexperiences-discover .description-panel.color-orange .fill{fill:#f4a15a}.component-adexperiences-discover .description-panel.color-cyan .panel-inner{background:#5ebcd9}@media (max-width: 780px){.component-adexperiences-discover .description-panel.color-cyan .panel-inner{background:#54a9c3}}.component-adexperiences-discover .description-panel.color-cyan .fill{fill:#5ebcd9}.component-adexperiences-discover .description-panel.color-yellow .panel-inner{background:#fbc669}@media (max-width: 780px){.component-adexperiences-discover .description-panel.color-yellow .panel-inner{background:#ddb158}}.component-adexperiences-discover .description-panel.color-yellow .fill{fill:#fbc669}@media (max-width: 1279px){.component-adexperiences-discover .description-panel .bg svg{left:15% !important}}@media (max-width: 1279px) and (max-width: 896px){.component-adexperiences-discover .description-panel .bg svg{left:0 !important}}@media (max-width: 1279px){.component-adexperiences-discover .description-panel.color-orange .bg .overlay:after{background:#f4a15a}.component-adexperiences-discover .description-panel.color-cyan .bg .overlay:after{background:#5ebcd9}.component-adexperiences-discover .description-panel.color-yellow .bg .overlay:after{background:#fbc669}.component-adexperiences-discover .description-panel .bg .overlay:after{position:absolute;left:0;width:20.5%;top:0;bottom:0;content:""}}.component-adexperiences-discover .description-panel .bg{position:absolute;left:0;right:0;top:0;bottom:0;background-position:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='183.5' height='514.643' viewBox='0 -3.642 183.5 514.643'%3E%3Cpath fill-opacity='.1' d='M183.5-3.642L0 511h183.5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:auto 60%}.component-adexperiences-discover .description-panel .bg .overlay{display:none}@media (max-width: 780px){.component-adexperiences-discover .description-panel .bg{display:none}}.component-adexperiences-discover .description-panel .photo{padding:9vw 5vw;width:20.5vw;float:left}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-discover .description-panel .photo{padding:5.5vw 8.5vw;width:20vw}}@media (max-width: 780px){.component-adexperiences-discover .description-panel .photo{padding:6vw 2vw 0 5.7vw;width:35.5vw;float:none;max-height:77vw}}.component-adexperiences-discover .description-panel .photo img{width:100%;filter:drop-shadow(0 0 50px rgba(0,0,0,0.5))}.component-adexperiences-discover .description-panel .text{position:relative;padding:11vw 5vw 50px 0;box-sizing:border-box;float:left;width:29vw}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-discover .description-panel .text{padding:5.75vw 0 2.5vw 0;width:38vw}}@media (max-width: 780px){.component-adexperiences-discover .description-panel .text{top:-21vw;margin:0 0 -21vw 0;padding:20.7vw 6.4vw 6.4vw 6.4vw;width:100%;box-sizing:border-box;font-size:18px;line-height:1.5555555556}}@media (max-width: 780px) and (min-width: 375px) and (max-width: 550px){.component-adexperiences-discover .description-panel .text{font-size:18px}}@media (max-width: 780px) and (min-width: 551px) and (max-width: 1279px){.component-adexperiences-discover .description-panel .text{font-size:18px;line-height:1.5555555556}}@media (max-width: 780px) and (min-width: 1280px){.component-adexperiences-discover .description-panel .text{font-size:calc(100vw  *  .0111111111);line-height:1.5555555556}}.component-adexperiences-discover .description-panel .text h2{font-size:32px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;max-width:29vw;color:#000;transition:all 600ms ease-in-out 250ms;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-adexperiences-discover .description-panel .text h2{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-adexperiences-discover .description-panel .text h2{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-adexperiences-discover .description-panel .text h2{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.component-adexperiences-discover .description-panel .text h3{margin:0.75em 0 0 0;font-family:averta-pe,arial,sans-serif;text-transform:none;max-width:13em;color:#000;font-weight:700;transition:all 600ms ease-in-out 450ms}@media (min-width: 0px){.component-adexperiences-discover .description-panel .text h3{font-size:32px;line-height:34px}}.component-adexperiences-discover .description-panel .text p{margin:1.25em 0 0 0;font-size:18px;line-height:1.5555555556;transition:all 600ms ease-in-out 650ms;color:#000}@media (min-width: 375px) and (max-width: 550px){.component-adexperiences-discover .description-panel .text p{font-size:18px}}@media (min-width: 551px) and (max-width: 1279px){.component-adexperiences-discover .description-panel .text p{font-size:18px;line-height:1.5555555556}}@media (min-width: 1280px){.component-adexperiences-discover .description-panel .text p{font-size:calc(100vw  *  .0111111111);line-height:1.5555555556}}.component-adexperiences-discover .description-panel .text p em{font-size:18px;line-height:1.5555555556}@media (min-width: 375px) and (max-width: 550px){.component-adexperiences-discover .description-panel .text p em{font-size:18px}}@media (min-width: 551px) and (max-width: 1279px){.component-adexperiences-discover .description-panel .text p em{font-size:18px;line-height:1.5555555556}}@media (min-width: 1280px){.component-adexperiences-discover .description-panel .text p em{font-size:calc(100vw  *  .0111111111);line-height:1.5555555556}}@media (min-width: 1280px){.component-adexperiences-discover .description-panel .text p{max-width:24vw}}@media (max-width: 1279px){.component-adexperiences-discover .description-panel .text h2{font-size:40px;line-height:1;max-width:38vw}.component-adexperiences-discover .description-panel .text h3{font-size:18px;line-height:1.4;max-width:30vw}}@media (max-width: 780px){.component-adexperiences-discover .description-panel .text h2,.component-adexperiences-discover .description-panel .text h3,.component-adexperiences-discover .description-panel .text p{max-width:95%;z-index:6}}.component-adexperiences-discover .description-panel .text .btn{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;white-space:nowrap}.component-adexperiences-discover .description-panel .text .cta{margin-top:50px}.component-adexperiences-discover .description-panel .text .cta:before,.component-adexperiences-discover .description-panel .text .cta:after{content:" ";display:table}.component-adexperiences-discover .description-panel .text .cta:after{clear:both}@media (min-width: 781px){.component-adexperiences-discover .description-panel .text .cta{display:none}}.component-adexperiences-discover .description-panel .text .cta .btn{float:left;padding:8px 15px 9px 15px}.component-adexperiences-discover .description-panel .text .format-arrow{margin:0 0 0 10px}.component-adexperiences-discover .description-panel .text .format-arrow:before{background:#000}.component-adexperiences-discover .description-panel .text .format-arrow .fill{fill:#000}.component-adexperiences-discover .description-panel .stats{float:left;width:13vw;padding:0 0 8vw 0}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-discover .description-panel .stats{padding:0 0 5vw 0;float:right;margin-right:32.8vw}}@media (max-width: 780px){.component-adexperiences-discover .description-panel .stats{position:absolute;left:44.5vw;top:0;width:30vw;padding:15vw 0 0 0;float:none;max-height:50vw;overflow:hidden}.component-adexperiences-discover .description-panel .stats .stat .value{font-size:18vw !important}}.component-adexperiences-discover .description-panel .stats .stat-item{position:relative;width:100%}.component-adexperiences-discover .description-panel .stats .stat-item .figure-content{padding-top:60%}.component-adexperiences-discover .description-panel .stats .stat-item .stat.single{border-top:none}.component-adexperiences-discover .description-panel .character{position:absolute;bottom:0;right:0}@media (max-width: 780px){.component-adexperiences-discover .description-panel[data-id="1"] .bg{position:absolute;display:block;top:60vw;bottom:0;left:0;right:0;background:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305' height='1409.43' viewBox='0.878 0 305 1409.43'%3E%3Cpath fill='%23eda053' d='M.878 50l305-50v1409.43h-305V50z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% auto}}@media (min-width: 1280px){.component-adexperiences-discover .description-panel[data-id="1"] .character{right:1vw;bottom:0vw}.component-adexperiences-discover .description-panel[data-id="1"] .character img{height:21.8vw}}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-discover .description-panel[data-id="1"] .character{right:1.5vw;bottom:0}.component-adexperiences-discover .description-panel[data-id="1"] .character img{height:18.5vw}}@media (max-width: 780px){.component-adexperiences-discover .description-panel[data-id="1"] .character{z-index:4}.component-adexperiences-discover .description-panel[data-id="1"] .character img{height:29.6vw}}@media (max-width: 780px){.component-adexperiences-discover .description-panel[data-id="2"] .bg{position:absolute;display:block;top:60vw;bottom:0;left:0;right:0;background:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305' height='1409.43' viewBox='0.878 0 305 1409.43'%3E%3Cpath fill='%236dbcdb' d='M.878 50l305-50v1409.43h-305V50z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% auto}}@media (min-width: 1280px){.component-adexperiences-discover .description-panel[data-id="2"] .character{right:0;bottom:0}.component-adexperiences-discover .description-panel[data-id="2"] .character img{height:20.4vw}}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-discover .description-panel[data-id="2"] .character{right:2.8vw;bottom:0}.component-adexperiences-discover .description-panel[data-id="2"] .character img{height:17vw}}@media (max-width: 780px){.component-adexperiences-discover .description-panel[data-id="2"] .character{z-index:4}.component-adexperiences-discover .description-panel[data-id="2"] .character img{height:28.8vw}}@media (max-width: 780px){.component-adexperiences-discover .description-panel[data-id="3"] .bg{position:absolute;display:block;top:60vw;bottom:0;left:0;right:0;background:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305' height='1409.43' viewBox='0.878 0 305 1409.43'%3E%3Cpath fill='%23f6c562' d='M.878 50l305-50v1409.43h-305V50z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% auto}}@media (min-width: 1280px){.component-adexperiences-discover .description-panel[data-id="3"] .photo{width:36.5vw;padding:9vw 0 2.5vw 5vw}}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-discover .description-panel[data-id="3"] .photo{width:28vw;padding-left:4.5vw;padding-right:4.5vw}}@media (max-width: 780px){.component-adexperiences-discover .description-panel[data-id="3"] .photo{width:100%;padding:0}}@media (min-width: 1280px){.component-adexperiences-discover .description-panel[data-id="3"] .text{position:relative;padding:0 0 5vw 5vw;box-sizing:border-box;float:left;width:34vw}}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-discover .description-panel[data-id="3"] .text{padding-bottom:15vw}}@media (min-width: 1280px){.component-adexperiences-discover .description-panel[data-id="3"] .character{right:0;bottom:0}.component-adexperiences-discover .description-panel[data-id="3"] .character img{height:22.3vw}}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-discover .description-panel[data-id="3"] .character{right:5.5vw;bottom:0}.component-adexperiences-discover .description-panel[data-id="3"] .character img{height:16.7vw}}@media (max-width: 780px){.component-adexperiences-discover .description-panel[data-id="3"] .character{z-index:4}.component-adexperiences-discover .description-panel[data-id="3"] .character img{height:26.8vw}}.component-adexperiences-measurement-intro .component-inner{position:relative;margin:2.4vw 0 0 0;padding:0}.component-adexperiences-measurement-intro .photo{position:relative;z-index:2}@media (max-width: 780px){.component-adexperiences-measurement-intro .photo img{width:100%}.component-adexperiences-measurement-intro .photo:after{position:absolute;left:-1px;top:2px;width:101%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0.5 375 61.725'%3E%3Cpath fill='%23F4A15A' d='M375 58.198L0 .5v61.725h375v-4.027z'/%3E%3C/svg%3E");background-size:100% auto;background-position:0 100%;background-repeat:no-repeat;content:""}}@media (min-width: 781px){.component-adexperiences-measurement-intro .photo{position:absolute;left:0;top:0;bottom:0;width:53%}.component-adexperiences-measurement-intro .photo img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}}.component-adexperiences-measurement-intro .text{position:relative;box-sizing:border-box;color:#000}@media (max-width: 780px){.component-adexperiences-measurement-intro .text{background:#F4A15A;z-index:3;padding:12vw 6vw 15vw 6vw}}@media (min-width: 781px){.component-adexperiences-measurement-intro .text{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 867 819'%3E%3Cpath fill='%23F4A15A' d='M134.27 0L35.246 604.011 0 819h867V0H134.27z'/%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat;width:58%;margin:0 0 0 42%;padding:10vw 7vw 10vw 16.4vw;z-index:3}}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-measurement-intro .text{width:62%;margin:0 0 0 38%;padding:10vw 7vw 10vw 13vw}}@media (min-width: 781px) and (max-width: 896px){.component-adexperiences-measurement-intro .text{margin:0 0 0 35%;width:65%}}@media (min-width: 781px) and (min-width: 1280px){.component-adexperiences-measurement-intro .text{display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:center;min-height:47vw}}.component-adexperiences-measurement-intro .text h2{font-size:40px;line-height:1;text-transform:uppercase;color:#000}@media (min-width: 375px) and (max-width: 550px){.component-adexperiences-measurement-intro .text h2{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.component-adexperiences-measurement-intro .text h2{font-size:60px;line-height:.9166666667}}@media (min-width: 1280px){.component-adexperiences-measurement-intro .text h2{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.component-adexperiences-measurement-intro .text h3{margin:0.5em 0;font-family:averta-pe,arial,sans-serif;color:#797979;color:#000}@media (min-width: 0px){.component-adexperiences-measurement-intro .text h3{font-size:24px;line-height:28px}}.component-adexperiences-measurement-intro .text p{color:#000}.component-adexperiences-measurement-intro .text p.cta{margin-top:40px}.component-adexperiences-measurement-performance{position:relative;z-index:1}.component-adexperiences-measurement-performance img{max-width:100%}.component-adexperiences-measurement-performance>.bg:before{position:absolute;left:0;right:0;bottom:0;height:20vw;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);content:""}@media (max-width: 780px){.component-adexperiences-measurement-performance>.bg:before{height:120vw}}@media (max-width: 1279px){.component-adexperiences-measurement-performance>.bg{position:absolute;left:0;top:0;width:100%;height:100%;background-size:100% auto}}@media (min-width: 1280px){.component-adexperiences-measurement-performance>.bg{position:relative;width:100%;top:0;left:0;height:100vh;position:-webkit-sticky;position:sticky;background-size:cover;background-size:120% auto;background-repeat:repeat-y;background-position:0% 0;transform:scale(1.2);transform-origin:100% 50%;transition:transform 600ms ease-in-out 0ms, background 600ms ease-in-out 0ms}}@media (min-width: 1280px){.component-adexperiences-measurement-performance.animate>.bg{background-position:50% 0;transform:scale(1)}}@media (max-width: 1279px){.component-adexperiences-measurement-performance .component-inner{padding-left:0;padding-right:0}}@media (min-width: 1280px){.component-adexperiences-measurement-performance .component-inner{padding-left:15vw;padding-right:15vw;margin-top:-100vh}}.component-adexperiences-measurement-performance .component-inner .component-title{font-size:50px;line-height:.9;text-align:center;padding:11vw 0 8vw 0}@media (min-width: 375px) and (max-width: 550px){.component-adexperiences-measurement-performance .component-inner .component-title{font-size:50px}}@media (min-width: 551px) and (max-width: 1279px){.component-adexperiences-measurement-performance .component-inner .component-title{font-size:80px;line-height:.875}}@media (min-width: 1280px){.component-adexperiences-measurement-performance .component-inner .component-title{font-size:calc(100vw  *  .0617283951);line-height:.9}}@media (max-width: 1279px){.component-adexperiences-measurement-performance .component-inner .component-title{padding-left:5%;padding-right:5%}}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .component-title{padding:11vw 0 11vw 0;max-width:8em;text-align:center;margin:0 auto;box-sizing:border-box;min-height:62vw;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}}.component-adexperiences-measurement-performance .component-inner .content{position:relative;margin-bottom:8vw;background:#fff;color:#000}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .content{margin:0}}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .text{text-align:center}}.component-adexperiences-measurement-performance .component-inner .text h3{font-size:40px;line-height:1;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-adexperiences-measurement-performance .component-inner .text h3{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.component-adexperiences-measurement-performance .component-inner .text h3{font-size:60px;line-height:.9166666667}}@media (min-width: 1280px){.component-adexperiences-measurement-performance .component-inner .text h3{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.component-adexperiences-measurement-performance .component-inner .text h4{margin:0.5em 0;font-family:averta-pe,arial,sans-serif;color:#797979}@media (min-width: 0px){.component-adexperiences-measurement-performance .component-inner .text h4{font-size:24px;line-height:28px}}.component-adexperiences-measurement-performance .component-inner .text p.cta{margin-top:40px}.component-adexperiences-measurement-performance .component-inner .section-one{position:relative;width:100%;box-sizing:border-box;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1021.333 2564.074'%3E%3Cpath fill='%235DB9D5' d='M0 2392.074V0h1021.333v2564.074z'/%3E%3C/svg%3E");background-size:100% auto;background-repeat:no-repeat;background-position:0 100%;padding:5.5vw 7.2vw 4vw 7.2vw}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .section-one{padding:15vw 6.6vw}}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .section-one{flex-direction:column}}.component-adexperiences-measurement-performance .component-inner .section-one .text{order:2;width:33vw}.component-adexperiences-measurement-performance .component-inner .section-one .text p:last-child{padding-bottom:5vw}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-measurement-performance .component-inner .section-one .text{width:52vw}}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .section-one .text{width:auto;order:1;margin:0}.component-adexperiences-measurement-performance .component-inner .section-one .text p:last-child{padding-bottom:0}}.component-adexperiences-measurement-performance .component-inner .section-one .media{order:1;width:23vw}.component-adexperiences-measurement-performance .component-inner .section-one .media img{width:clamp(232px, 16.1111111111vw, 16.1111111111vw)}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-measurement-performance .component-inner .section-one .media{width:33vw;margin-bottom:3vw}}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .section-one .media{width:100%;order:2;margin:10vw 0 80px 0}.component-adexperiences-measurement-performance .component-inner .section-one .media img{margin:0 auto}}.component-adexperiences-measurement-performance .component-inner .section-two{position:relative;width:100%;box-sizing:border-box;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;padding:3.5vw 7.2vw 12.5vw 7.2vw;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1.88 762.608 1017.82 175.24'%3E%3Cpath d='M1021 929.526L.5 762.608V939.5H1021z'/%3E%3C/svg%3E");background-position:0 100%;background-repeat:no-repeat;background-size:100% auto}.component-adexperiences-measurement-performance .component-inner .section-two:after{position:absolute;top:calc(100% - 2px);left:0;right:0;height:4px;background:#000;content:""}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-measurement-performance .component-inner .section-two{padding:3.5vw 7.2vw 21.5vw 7.2vw}}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .section-two{padding:15vw 6.6vw;flex-direction:column}}.component-adexperiences-measurement-performance .component-inner .section-two .text{order:1;width:34vw}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-measurement-performance .component-inner .section-two .text{width:52vw}}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .section-two .text{width:auto;order:1;margin:0}}.component-adexperiences-measurement-performance .component-inner .section-two .text .partners{position:relative;padding:56px 0 36px 0}.component-adexperiences-measurement-performance .component-inner .section-two .text .partners ul{margin:0;padding:16px 0 0 0;list-style:none}@media (min-width: 781px){.component-adexperiences-measurement-performance .component-inner .section-two .text .partners ul{column-count:2}}.component-adexperiences-measurement-performance .component-inner .section-two .text .partners ul li{display:block;margin:0;padding:22px 16px 14px 0;column-break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid}@media (min-width: 781px){.component-adexperiences-measurement-performance .component-inner .section-two .text .partners ul li{min-height:40px;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .section-two .text .partners ul li img{margin:0 auto}}.component-adexperiences-measurement-performance .component-inner .section-two .media{order:2;width:24vw}.component-adexperiences-measurement-performance .component-inner .section-two .media img{margin-left:auto;width:clamp(232px, 16.1111111111vw, 16.1111111111vw)}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-measurement-performance .component-inner .section-two .media{width:33vw}}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .section-two .media{width:100%;order:2;margin:10vw 0 80px 0}.component-adexperiences-measurement-performance .component-inner .section-two .media img{margin:0 auto}}.component-adexperiences-measurement-performance .component-inner .section-three{position:relative;width:100%;box-sizing:border-box;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;background:#000;padding:3.5vw 7.2vw 5.5vw 7.2vw}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .section-three{padding:15vw 6.6vw 80px 6.6vw}}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .section-three{justify-content:flex-start;flex-direction:column}}.component-adexperiences-measurement-performance .component-inner .section-three .text{order:2;width:35vw}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-measurement-performance .component-inner .section-three .text{width:50vw}}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .section-three .text{order:1;width:auto}}.component-adexperiences-measurement-performance .component-inner .section-three .text *{color:#fff}.component-adexperiences-measurement-performance .component-inner .section-three .text .graphs{padding:56px 0 0 0}.component-adexperiences-measurement-performance .component-inner .section-three .text .graphs img{width:100%}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .section-three .text .graphs{display:none}}.component-adexperiences-measurement-performance .component-inner .section-three .graphs-mobile{padding:56px 0 0 0;order:3}.component-adexperiences-measurement-performance .component-inner .section-three .graphs-mobile img{width:100%;max-width:86vw;margin:0 auto}@media (min-width: 781px){.component-adexperiences-measurement-performance .component-inner .section-three .graphs-mobile{display:none}}.component-adexperiences-measurement-performance .component-inner .section-three .media{position:relative;order:1;width:24vw}.component-adexperiences-measurement-performance .component-inner .section-three .media .video{position:relative;width:clamp(232px, 16.1111111111vw, 16.1111111111vw)}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .section-three .media .video{margin:0 auto}}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-measurement-performance .component-inner .section-three .media{width:33vw}}@media (max-width: 780px){.component-adexperiences-measurement-performance .component-inner .section-three .media{width:100%;order:2;margin:10vw 0}}.component-adexperiences-measurement-performance .component-inner .section-three .media .preview{width:100%;filter:drop-shadow(0.25vw 0.25vw 1vw rgba(0,0,0,0.1))}.component-adexperiences-measurement-performance .component-inner .section-three .media .clip{cursor:pointer}.component-adexperiences-measurement-performance .component-inner .section-three .media .overlay,.component-adexperiences-measurement-performance .component-inner .section-three .media svg,.component-adexperiences-measurement-performance .component-inner .section-three .media iframe{position:absolute;top:3.2%;left:6.3%;width:87.4%;height:93.8%}.component-adexperiences-measurement-performance .cta-container{position:relative;padding-bottom:clamp(75px, 7.5vw, 7.5vw)}@media (max-width: 780px){.component-adexperiences-measurement-performance .cta-container{padding:10vw 6.6vw}.component-adexperiences-measurement-performance .cta-container .block{padding:0}.component-adexperiences-measurement-performance .cta-container .block-download-cta .text{padding-top:10%;min-height:59vw;background-position:-1px calc(100% + 1px)}.component-adexperiences-measurement-performance .cta-container .block-download-cta .text .eyebrow{max-width:10em;text-align:left}.component-adexperiences-measurement-performance .cta-container .block-download-cta .text{position:relative;top:1px}}@media (min-width: 781px){.component-adexperiences-measurement-performance .cta-container .block-download-cta .character img{max-width:85%;transform:translateX(15%)}.component-adexperiences-measurement-performance .cta-container .block-download-cta .text .eyebrow{transform:translateX(15%)}}.component-adexperiences-measurement-performance .cta-container>.block{margin:0 !important}.component-adexperiences-measurement-performance .cta-container element{max-width:10em;text-align:left}.component-adexperiences-types{position:relative;border-top:2.5vw solid #000}@media (max-width: 1279px){.component-adexperiences-types{overflow:hidden}}.component-adexperiences-types img{max-width:100%}.component-adexperiences-types>.bg{position:relative;width:100%;top:0;left:0;height:100vh;position:-webkit-sticky;position:sticky;background-position:50% 0;background-size:cover;z-index:1}@media (max-width: 1279px){.component-adexperiences-types>.bg{background-size:100% auto}}@media (max-width: 780px){.component-adexperiences-types>.bg{background-size:175% auto}}.component-adexperiences-types>.bg:before{position:absolute;left:0;right:0;bottom:0;height:20vw;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);content:"";z-index:2}@media (min-width: 1280px){.component-adexperiences-types>.bg{background-size:120% auto;background-repeat:repeat-y;background-position:0% 0;transform:scale(1.2);transform-origin:100% 50%;transition:transform 600ms ease-in-out 0ms, background 600ms ease-in-out 0ms}}@media (min-width: 1280px){.component-adexperiences-types.animate .bg{background-position:50% 0;transform:scale(1)}}.component-adexperiences-types .component-inner{margin-top:-100vh;z-index:3}@media (max-width: 1279px){.component-adexperiences-types .component-inner{padding-left:0;padding-right:0;padding-top:26.85546875vw}}@media (max-width: 780px){.component-adexperiences-types .component-inner{padding-top:54vw}}@media (min-width: 1280px){.component-adexperiences-types .component-inner{padding-left:15vw;padding-right:15vw;padding-top:8vw}}.component-adexperiences-types .component-inner .content{position:relative}@media (max-width: 780px){.component-adexperiences-types .component-inner .content{padding:0}}.component-adexperiences-types .component-inner .content-inner{padding:5.5vw 7.2vw}@media (max-width: 780px){.component-adexperiences-types .component-inner .content-inner{padding:0}}.component-adexperiences-types.ingame .intro{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1022 871.999'%3E%3Cpath fill='%23E67100' d='M0 46h1022v825.999H0z'/%3E%3Cpath fill='%23EDA053' d='M835 0H0v871.999h1022V475'/%3E%3Cpath fill='%23E67100' d='M0 872V54l342 818z'/%3E%3C/svg%3E") no-repeat 0 0;background-size:100% auto}@media (max-width: 1279px){.component-adexperiences-types.ingame .intro{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1022 871.999'%3E%3Cpath fill='%23E67100' d='M0 46h1022v825.999H0z'/%3E%3Cpath fill='%23EDA053' d='M835 0H0v871.999h1022V475'/%3E%3Cpath fill='%23EDA053' d='M0 872V54l342 818z'/%3E%3C/svg%3E") no-repeat 0 0;background-size:100% auto}.component-adexperiences-types.ingame .intro .photo{right:-1.75vw}}@media (max-width: 780px){.component-adexperiences-types.ingame .intro{background:#EDA053}.component-adexperiences-types.ingame .intro .content-inner .photo{background:#E67100}.component-adexperiences-types.ingame .intro .content-inner .text{background:#EDA053}.component-adexperiences-types.ingame .intro .content-inner .text:after{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305.371' height='58' viewBox='0 247 305.371 58'%3E%3Cpath fill='%23EDA053' d='M0 296.622V305h305.371v-58z'/%3E%3C/svg%3E") no-repeat 0 0;background-size:100% auto}}.component-adexperiences-types.integrated .intro{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1022 871.999'%3E%3Cpath fill='%23369ECA' d='M0 46h1022v825.999H0z'/%3E%3Cpath fill='%236EBCDB' d='M835 0H0v871.999h1022V475'/%3E%3Cpath fill='%23369ECA' d='M0 872V54l342 818z'/%3E%3C/svg%3E") no-repeat 0 0;background-size:100% auto}@media (max-width: 1279px){.component-adexperiences-types.integrated .intro{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1022 871.999'%3E%3Cpath fill='%23369ECA' d='M0 46h1022v825.999H0z'/%3E%3Cpath fill='%236EBCDB' d='M835 0H0v871.999h1022V475'/%3E%3Cpath fill='%236EBCDB' d='M0 872V54l342 818z'/%3E%3C/svg%3E") no-repeat 0 0;background-size:100% auto}}@media (max-width: 780px){.component-adexperiences-types.integrated .intro{background:#6EBCDB}.component-adexperiences-types.integrated .intro .content-inner .photo{background:#369ECA}.component-adexperiences-types.integrated .intro .content-inner .text{background:#6EBCDB}.component-adexperiences-types.integrated .intro .content-inner .text:after{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305.371' height='58' viewBox='0 247 305.371 58'%3E%3Cpath fill='%236EBCDB' d='M0 296.622V305h305.371v-58z'/%3E%3C/svg%3E") no-repeat 0 0;background-size:100% auto}}.component-adexperiences-types.esports .intro{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1022 871.999'%3E%3Cpath fill='%23d9ad53' d='M0 46h1022v825.999H0z'/%3E%3Cpath fill='%23f6c562' d='M835 0H0v871.999h1022V475'/%3E%3Cpath fill='%23d9ad53' d='M0 872V54l342 818z'/%3E%3C/svg%3E") no-repeat 0 0;background-size:100% auto}@media (max-width: 1279px){.component-adexperiences-types.esports .intro{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1022 871.999'%3E%3Cpath fill='%23d9ad53' d='M0 46h1022v825.999H0z'/%3E%3Cpath fill='%23f6c562' d='M835 0H0v871.999h1022V475'/%3E%3Cpath fill='%23f6c562' d='M0 872V54l342 818z'/%3E%3C/svg%3E") no-repeat 0 0;background-size:100% auto}}@media (max-width: 780px){.component-adexperiences-types.esports .intro{background:#f6c562}.component-adexperiences-types.esports .intro .content-inner .photo{background:#d9ad53}.component-adexperiences-types.esports .intro .content-inner .text{background:#f6c562}.component-adexperiences-types.esports .intro .content-inner .text:after{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305.371' height='58' viewBox='0 247 305.371 58'%3E%3Cpath fill='%23f6c562' d='M0 296.622V305h305.371v-58z'/%3E%3C/svg%3E") no-repeat 0 0;background-size:100% auto}}.component-adexperiences-types .intro{position:relative}.component-adexperiences-types .intro .text{position:relative;max-width:55%;z-index:10;color:#000}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-types .intro .text{min-height:20vw}}.component-adexperiences-types .intro h2{font-size:40px;line-height:1;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-adexperiences-types .intro h2{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.component-adexperiences-types .intro h2{font-size:50px;line-height:1}}@media (min-width: 1280px){.component-adexperiences-types .intro h2{font-size:calc(100vw  *  .049382716);line-height:.875}}.component-adexperiences-types .intro h3{font-family:averta-pe,arial,sans-serif}@media (min-width: 0px){.component-adexperiences-types .intro h3{font-size:24px;line-height:28px}}.component-adexperiences-types .intro .photo{position:absolute;top:-6vw;right:-3vw;bottom:0;width:34vw;z-index:9;overflow:hidden}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-types .intro .photo{width:40vw;top:-1vw;right:-5vw}}.component-adexperiences-types .intro .photo img{position:absolute;width:100%;left:0;top:0}@media (max-width: 780px){.component-adexperiences-types .intro .content-inner{display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:flex-start;align-items:stretch}.component-adexperiences-types .intro .content-inner .photo{order:1;position:relative;top:0;left:0;right:auto;bottom:auto;width:auto;height:71vw;overflow:visible}.component-adexperiences-types .intro .content-inner .photo img{transform:translateY(-25vw)}.component-adexperiences-types .intro .content-inner .text{order:2;position:relative;max-width:none;padding:36px 24px}.component-adexperiences-types .intro .content-inner .text:after{position:absolute;top:0;left:-1px;width:100.5%;height:16.5vw;margin:-16vw 0 0 0;content:""}}.component-adexperiences-types .sections{position:relative;background:#fff;color:#000}.component-adexperiences-types .sections>div{padding:2.5vw 7.15vw}.component-adexperiences-types .sections>div:first-child{padding-top:5vw}.component-adexperiences-types .sections>div:last-child{padding-bottom:5vw}@media (max-width: 780px){.component-adexperiences-types .sections{padding-top:24px}.component-adexperiences-types .sections>div{padding:24px}}.component-adexperiences-types .video{position:relative}@media (max-width: 780px){.component-adexperiences-types .section-text .text{text-align:center}}.component-adexperiences-types .section-text .text h3{font-size:40px;line-height:1;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-adexperiences-types .section-text .text h3{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.component-adexperiences-types .section-text .text h3{font-size:60px;line-height:.9166666667}}@media (min-width: 1280px){.component-adexperiences-types .section-text .text h3{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.component-adexperiences-types .section-text .text h4{margin:0.5em 0;font-family:averta-pe,arial,sans-serif;color:#797979}@media (min-width: 0px){.component-adexperiences-types .section-text .text h4{font-size:24px;line-height:28px}}@media (max-width: 780px){.component-adexperiences-types .section-text .text p{text-align:left}}.component-adexperiences-types .section-text .text p.cta{margin-top:40px}.component-adexperiences-types .section-text .stats{margin:0;padding:0;list-style:none}.component-adexperiences-types .section-text .stats .stat-item{margin:0;padding:36px 0 0 0}.component-adexperiences-types .section-text .stats figure{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.component-adexperiences-types .section-text .stats figure p{margin:0;padding:0}.component-adexperiences-types .section-text .stats .stat{width:1.5em;border-right:1px solid #000;font-family:bebas-neue-pro,arial narrow,sans-serif;font-size:50px;line-height:0.8;letter-spacing:1.25px;font-weight:700}.component-adexperiences-types .section-text .stats .stat .unit{font-size:25px}.component-adexperiences-types .section-text .stats figcaption{width:20em}.component-adexperiences-types .section-text .stats .caption{padding:0 0 0 1em;font-family:averta-pe,arial,sans-serif;font-weight:800;font-size:14px;line-height:18px;letter-spacing:2px;text-transform:uppercase}.component-adexperiences-types .section-phone-video{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}@media (max-width: 780px){.component-adexperiences-types .section-phone-video{justify-content:flex-start;flex-direction:column}}.component-adexperiences-types .section-phone-video.right .text{order:1}.component-adexperiences-types .section-phone-video.right .media{order:2}.component-adexperiences-types .section-phone-video .text{order:2;width:26vw}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-types .section-phone-video .text{width:39vw}}@media (max-width: 780px){.component-adexperiences-types .section-phone-video .text{order:1 !important;width:100%;box-sizing:border-box}}.component-adexperiences-types .section-phone-video .media{position:relative;order:1;width:20vw}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-types .section-phone-video .media{width:30vw}}@media (max-width: 780px){.component-adexperiences-types .section-phone-video .media{width:54vw;order:2 !important;margin:10vw 0}}.component-adexperiences-types .section-phone-video .media .preview{width:100%;filter:drop-shadow(0.25vw 0.25vw 1vw rgba(0,0,0,0.1))}.component-adexperiences-types .section-phone-video .media .overlay{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);background:#fff;border-radius:9999px;width:6vw;cursor:pointer}@media (hover: hover){.component-adexperiences-types .section-phone-video .media .overlay:hover{opactiy:0.8}}.component-adexperiences-types .section-phone-video .media .clip{cursor:pointer}.component-adexperiences-types .section-phone-video .media svg,.component-adexperiences-types .section-phone-video .media iframe{position:absolute;top:3.2%;left:6.3%;width:87.4%;height:93.8%}.component-adexperiences-types .section-phone-carousel{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}@media (max-width: 780px){.component-adexperiences-types .section-phone-carousel{flex-direction:column}}.component-adexperiences-types .section-phone-carousel.left .text{order:2;margin:0 0 0 8.6vw}.component-adexperiences-types .section-phone-carousel.left .media{order:1}.component-adexperiences-types .section-phone-carousel .text{order:1;margin:0 8.6vw 0 0;width:26vw}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-types .section-phone-carousel .text{width:39vw}}@media (max-width: 780px){.component-adexperiences-types .section-phone-carousel .text{width:100%;box-sizing:border-box;order:1 !important;margin:0 !important}}.component-adexperiences-types .section-phone-carousel .media{order:2;width:20vw}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-types .section-phone-carousel .media{width:30vw;margin-bottom:5vw}}@media (max-width: 780px){.component-adexperiences-types .section-phone-carousel .media{width:54vw;order:2 !important;margin:10vw 0 80px 0}}.component-adexperiences-types .section-phone-carousel .carousel{position:relative;width:100%}.component-adexperiences-types .section-phone-carousel .carousel .overlay{position:relative;width:100%;filter:drop-shadow(0.4vw 0.4vw 2vw rgba(0,0,0,0.3))}.component-adexperiences-types .section-phone-carousel .carousel .slide-container{position:absolute;left:6.5%;right:6.3%;top:3%}.component-adexperiences-types .section-phone-carousel .carousel .flickity-prev-next-button{width:60px;height:60px}.component-adexperiences-types .section-phone-carousel .carousel .flickity-page-dots{bottom:calc(-35px + -1vw)}@media (max-width: 780px){.component-adexperiences-types .section-phone-carousel .carousel .flickity-page-dots{bottom:calc(-20px + -4.5vw)}}.component-adexperiences-types .section-phone-carousel .carousel .slide-item{position:relative;width:100%}.component-adexperiences-types .section-phone-carousel .carousel .slide-container>.slide-item{display:none}.component-adexperiences-types .section-phone-carousel .carousel .slide-container>.slide-item:first-child{display:block}.component-adexperiences-types .section-phone-carousel .carousel svg.clip{position:absolute;left:6.5%;right:6.3%;top:6%;bottom:6.1%}.component-adexperiences-types .section-video{position:relative;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;flex-direction:column}.component-adexperiences-types .section-video .media{position:relative;order:1}@media (max-width: 780px){.component-adexperiences-types .section-video .media{margin:5vw 0}}.component-adexperiences-types .section-video .media .preview{width:100%;filter:drop-shadow(0.25vw 0.25vw 1vw rgba(0,0,0,0.1));cursor:pointer}.component-adexperiences-types .section-video .media .overlay{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);background:#fff;border-radius:9999px;width:6vw;cursor:pointer}@media (hover: hover){.component-adexperiences-types .section-video .media .overlay:hover{opactiy:0.8}}.component-adexperiences-types .section-video .media iframe{position:absolute;top:0%;left:0%;width:100%;height:100%}.component-adexperiences-types .section-video h3{font-size:40px;line-height:1;text-transform:uppercase;padding:0 0 0.5em 0}@media (min-width: 375px) and (max-width: 550px){.component-adexperiences-types .section-video h3{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.component-adexperiences-types .section-video h3{font-size:60px;line-height:.9166666667}}@media (min-width: 1280px){.component-adexperiences-types .section-video h3{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.component-adexperiences-types .section-video h4{font-family:averta-pe,arial,sans-serif;color:#797979}@media (min-width: 0px){.component-adexperiences-types .section-video h4{font-size:24px;line-height:28px}}@media (max-width: 780px){.component-adexperiences-types .section-video h3,.component-adexperiences-types .section-video h4{text-align:center}}.component-adexperiences-types .section-video .features{margin:0;padding:0;list-style:none}.component-adexperiences-types .section-video .features li{margin:0}.component-adexperiences-types .section-video .features li h4{color:#000;margin:0 0 0.3em 0}.component-adexperiences-types .section-video .features li+li{margin:32px 0 0 0}.component-adexperiences-types .section-video .text{order:2;padding:3.4vw 0}.component-adexperiences-types .section-video .text .text-inner{position:relative;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch}@media (max-width: 780px){.component-adexperiences-types .section-video .text .text-inner{display:block}}.component-adexperiences-types .section-video .text .text-inner:after{position:absolute;left:60%;top:0;bottom:0;width:1px;border-right:1px solid #000;content:""}@media (max-width: 780px){.component-adexperiences-types .section-video .text .text-inner:after{display:none}}.component-adexperiences-types .section-video .text .column:first-child{width:55%}.component-adexperiences-types .section-video .text .column:last-child{width:35%}@media (max-width: 780px){.component-adexperiences-types .section-video .text .column{width:100% !important}.component-adexperiences-types .section-video .text .column:last-child{padding-top:24px;border-top:1px solid #000}}@media (max-width: 780px){.component-adexperiences-types .section-video .text{display:block;text-align:center}.component-adexperiences-types .section-video .text .column{width:auto}.component-adexperiences-types .section-video .text .column:last-child{margin-top:24px}}.component-adexperiences-types .section-logos .title{position:relative;max-width:50vw;margin:50px auto 0px auto;overflow:hidden;text-align:center}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-types .section-logos .title{max-width:66vw}}@media (max-width: 780px){.component-adexperiences-types .section-logos .title{max-width:none}}.component-adexperiences-types .section-logos .title h3{position:relative;display:inline-block;font-family:averta-pe,arial,sans-serif;font-weight:800;text-transform:uppercase;color:#000;margin:0 auto;font-size:14px !important;letter-spacing:2px}.component-adexperiences-types .section-logos .title h3:before{position:absolute;left:100%;top:50%;width:55vw;border-bottom:1px solid #000;content:"";margin-left:24px}.component-adexperiences-types .section-logos .title h3:after{position:absolute;right:100%;top:50%;width:55vw;border-bottom:1px solid #000;content:"";margin-right:24px}.component-adexperiences-types .section-logos .logo-garden{position:relative;max-width:46vw;margin:0 auto}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-types .section-logos .logo-garden{max-width:80vw}}@media (max-width: 780px){.component-adexperiences-types .section-logos .logo-garden{max-width:none;padding:0 16px}}.component-adexperiences-types .section-logos .logo-garden ul{position:relative;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}@media (min-width: 781px){.component-adexperiences-types .section-logos .logo-garden ul{flex-wrap:nowrap}}.component-adexperiences-types .section-logos .logo-garden ul li{margin:0;padding:16px 36px}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-types .section-logos .logo-garden ul li{padding:10.6666666667px 24px}}@media (max-width: 780px){.component-adexperiences-types .section-logos .logo-garden ul li{padding:10.6666666667px;box-sizing:border-box;max-width:50%;flex-basis:50%}.component-adexperiences-types .section-logos .logo-garden ul li img{margin:0 auto}}@media (max-width: 780px){.component-adexperiences-types.esports .section-logos .logo-garden ul li:nth-child(1){order:1}.component-adexperiences-types.esports .section-logos .logo-garden ul li:nth-child(2){order:3;max-width:100%;flex-basis:100%}.component-adexperiences-types.esports .section-logos .logo-garden ul li:nth-child(3){order:2}}.component-adexperiences-types .section-integrated{position:relative;min-height:10vw;background-image:linear-gradient(to bottom, rgba(10,157,200,0) 0%, #0a9dc8 85%, #000 100%)}@media (max-width: 780px){.component-adexperiences-types .section-integrated{padding-bottom:100px !important}}.component-adexperiences-types .section-integrated .header{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;color:#000;padding:0 0 3.4vw 0}@media (max-width: 780px){.component-adexperiences-types .section-integrated .header{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-bottom:50px;padding-left:24px;padding-right:24px}}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-types .section-integrated .header{padding-left:32px;padding-right:32px}}.component-adexperiences-types .section-integrated .header h2{width:100%;font-size:32px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-adexperiences-types .section-integrated .header h2{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-adexperiences-types .section-integrated .header h2{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-adexperiences-types .section-integrated .header h2{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}@media (max-width: 780px){.component-adexperiences-types .section-integrated .header .eyebrow{margin:0 auto;text-align:center}.component-adexperiences-types .section-integrated .header h2{display:inline-block;text-align:center}.component-adexperiences-types .section-integrated .header .cta{width:100%}.component-adexperiences-types .section-integrated .header .cta .btn{display:block}}@media (min-width: 781px){.component-adexperiences-types .section-integrated .header p{width:65%}.component-adexperiences-types .section-integrated .header .cta{width:35%;text-align:right}}.component-adexperiences-types .section-integrated .carousel{position:relative;width:54vw;margin:10vw auto 80px auto;max-width:300px;display:none}@media (max-width: 780px){.component-adexperiences-types .section-integrated .carousel{display:block}}.component-adexperiences-types .section-integrated .carousel .overlay{position:relative;width:100%;filter:drop-shadow(0.4vw 0.4vw 2vw rgba(0,0,0,0.3))}.component-adexperiences-types .section-integrated .carousel .slide-container{position:absolute;left:6.5%;right:6.3%;top:3%}@media (max-width: 780px){.component-adexperiences-types .section-integrated .carousel .slide-container:after{content:'flickity';display:none}}.component-adexperiences-types .section-integrated .carousel .flickity-prev-next-button{width:60px;height:60px}.component-adexperiences-types .section-integrated .carousel .flickity-prev-next-button svg{fill:#fff}.component-adexperiences-types .section-integrated .carousel .flickity-page-dots{bottom:-100px;width:auto;left:-25vw;right:-25vw}.component-adexperiences-types .section-integrated .carousel .flickity-page-dots .dot{background:#000}.component-adexperiences-types .section-integrated .carousel .flickity-page-dots .dot:before{position:absolute;left:0;right:0;height:40px;top:50%;transform:translateY(-50%);content:"";background:transparent}.component-adexperiences-types .section-integrated .carousel .flickity-page-dots .dot.is-selected{background:#fff;height:3px}.component-adexperiences-types .section-integrated .carousel .slide-item{position:relative;width:100%}.component-adexperiences-types .section-integrated .carousel .slide-container>.slide-item{display:none}.component-adexperiences-types .section-integrated .carousel .slide-container>.slide-item:first-child{display:block}.component-adexperiences-types .section-integrated .carousel svg.clip{position:absolute;left:6.5%;right:6.3%;top:6%;bottom:6.1%}.component-adexperiences-types .section-integrated .screenshots{position:relative;margin:0;padding:0;list-style:none}@media (max-width: 780px){.component-adexperiences-types .section-integrated .screenshots{position:absolute;left:0;right:0;margin-top:-55px}}@media (min-width: 781px){.component-adexperiences-types .section-integrated .screenshots{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:stretch}}.component-adexperiences-types .section-integrated .screenshots .screenshot-item{position:relative;display:block;width:100%;margin:0;padding:0}@media (max-width: 780px){.component-adexperiences-types .section-integrated .screenshots .screenshot-item{display:none}.component-adexperiences-types .section-integrated .screenshots .screenshot-item.active{display:block}}@media (min-width: 781px){.component-adexperiences-types .section-integrated .screenshots .screenshot-item{margin:0 0 5% 5%;padding:0;width:30%}.component-adexperiences-types .section-integrated .screenshots .screenshot-item:nth-child(3n+1){margin-left:0}}.component-adexperiences-types .section-integrated .screenshots .screenshot-item .photo{position:relative;padding:6% 6.3% 6% 6.5%}.component-adexperiences-types .section-integrated .screenshots .screenshot-item .photo .photo-content{position:relative;width:100%}.component-adexperiences-types .section-integrated .screenshots .screenshot-item .photo svg.clip{position:absolute;left:6.5%;right:6.3%;top:6%;bottom:6.1%}.component-adexperiences-types .section-integrated .screenshots .screenshot-item .photo .overlay{position:absolute;left:0;top:0;width:100%;height:100%;filter:drop-shadow(0.4vw 0.4vw 2vw rgba(0,0,0,0.3))}@media (max-width: 780px){.component-adexperiences-types .section-integrated .screenshots .screenshot-item .photo{display:none}}.component-adexperiences-types .section-integrated .screenshots .screenshot-item .text{position:relative;text-align:center;padding:24px 0 0 0}@media (max-width: 780px){.component-adexperiences-types .section-integrated .screenshots .screenshot-item .text{padding:0}}.component-adexperiences-types .section-integrated .screenshots .screenshot-item .text p{width:80%;margin:0 auto;text-transform:uppercase;font-weight:800;color:#fff}.component-adexperiences-types .section-integrated .screenshots .flickity-prev-next-button{width:60px;height:60px}.component-adexperiences-types .section-integrated .screenshots .flickity-prev-next-button svg .arrow{fill:#fff}.component-adexperiences-types .section-integrated .screenshots .flickity-button.flickity-prev-next-button.previous{left:-17vw}.component-adexperiences-types .section-integrated .screenshots .flickity-button.flickity-prev-next-button.next{right:-17vw}.component-adexperiences-types .section-integrated .screenshots .flickity-page-dots{width:auto;left:-15vw;right:-15vw}.component-adexperiences-types .section-esports{position:relative;padding:0 !important}.component-adexperiences-types .section-esports:after{position:absolute;bottom:0;height:28vw;left:0;right:0;background:linear-gradient(to bottom, #000, #fbc669);content:""}@media (min-width: 1280px){.component-adexperiences-types .section-esports{padding-bottom:calc(15.64574247144341vw + 150px) !important;margin-bottom:-17.9457424714vw}.component-adexperiences-types .section-esports:after{height:calc(15.64574247144341vw + 150px)}}@media (min-width: 781px) and (max-width: 1279px){.component-adexperiences-types .section-esports{padding-bottom:calc(24.103125vw + 150px) !important;margin-bottom:-26.403125vw}.component-adexperiences-types .section-esports:after{height:calc(24.103125vw + 150px)}}@media (max-width: 780px){.component-adexperiences-types .section-esports{padding-bottom:calc(40vw + 0px) !important;margin-bottom:-50vw}.component-adexperiences-types .section-esports:after{height:calc(40vw + 0px)}}.component-adexperiences-types .section-esports>div{padding:2.5vw 7.15vw}.component-adexperiences-types .section-esports>div:first-child{padding-top:5vw}.component-adexperiences-types .section-esports>div:last-child{padding-bottom:5vw}@media (max-width: 780px){.component-adexperiences-types .section-esports>div{padding:24px}}.component-adexperiences-types .section-esports .stats-group-1{text-align:center;color:#000}.component-adexperiences-types .section-esports .stats-group-1 h2{padding:0 0 0.5em 0}.component-adexperiences-types .section-esports .stats-group-1 .stat-wrapper{position:relative}.component-adexperiences-types .section-esports .stats-group-1 .stat-bg{position:absolute;top:50%;left:10%;right:10%;background-image:linear-gradient(to right, #fbc669 0%, #fff 40%, #fff 60%, #fbc669 100%);border-radius:9999px;padding:10.6666666667px 36px;transform:translateY(-50%);display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch}@media (max-width: 1500px){.component-adexperiences-types .section-esports .stats-group-1 .stat-bg{left:5%;right:5%}}@media (max-width: 1280px){.component-adexperiences-types .section-esports .stats-group-1 .stat-bg{left:10%;right:10%}}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-1 .stat-bg{left:0;right:0;padding:10.6666666667px 16px}}.component-adexperiences-types .section-esports .stats-group-1 .stat-bg .label,.component-adexperiences-types .section-esports .stats-group-1 .stat-bg .value{position:relative;display:block;width:15vw;box-sizing:border-box;font-size:40px;text-transform:uppercase;font-family:bebas-neue-pro,arial narrow,sans-serif;font-weight:700}@media (max-width: 1280px){.component-adexperiences-types .section-esports .stats-group-1 .stat-bg .label,.component-adexperiences-types .section-esports .stats-group-1 .stat-bg .value{width:20vw}}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-1 .stat-bg .label,.component-adexperiences-types .section-esports .stats-group-1 .stat-bg .value{font-size:21px}}.component-adexperiences-types .section-esports .stats-group-1 .stat-bg .label{text-align:left}.component-adexperiences-types .section-esports .stats-group-1 .stat-bg .value{text-align:right}.component-adexperiences-types .section-esports .stats-group-1 .stat-item{position:relative;width:18.75vw;margin:0 auto}@media (max-width: 1280px -1){.component-adexperiences-types .section-esports .stats-group-1 .stat-item{width:27vw}}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-1 .stat-item{width:39vw}}.component-adexperiences-types .section-esports .stats-group-1 .stat-item .stat-item-person-bg{position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(1.2)}.component-adexperiences-types .section-esports .stats-group-1 .stat-item .stat *{color:#000 !important}.component-adexperiences-types .section-esports .stats-group-2{position:relative;color:#000;padding-top:0}.component-adexperiences-types .section-esports .stats-group-2 .stat-bg{position:absolute;left:0;right:0;bottom:0}.component-adexperiences-types .section-esports .stats-group-2 .stat-bg img{width:100%}.component-adexperiences-types .section-esports .stats-group-2 .stat-item{position:relative}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-2 .stat-item{padding-top:10vw}}.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure{position:relative;padding-bottom:124vw;max-width:56vw;margin:0 auto;text-align:center;padding-top:3vw}@media (min-width: 781px){.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure{padding-bottom:17.5vw;max-width:39vw}}@media (min-width: 1280px){.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure{padding-bottom:12vw;max-width:28.5vw}}.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure .stat{padding:10.6666666667px 0 0 0;font-family:bebas-neue-pro,arial narrow,sans-serif;font-weight:700;color:#000;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure .stat .value{font-size:135px;line-height:.7555555556;letter-spacing:-6.67px;padding-right:0.05em}@media (min-width: 375px) and (max-width: 550px){.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure .stat .value{font-size:135px}}@media (min-width: 551px) and (max-width: 1279px){.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure .stat .value{font-size:200px;line-height:.75}}@media (min-width: 1280px){.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure .stat .value{font-size:calc(100vw  *  .1234567901);line-height:.75}}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure .stat .value{letter-spacing:-4.53px}}.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure .stat .unit{font-size:67.5px;line-height:.7555555556;letter-spacing:-6.67px}@media (min-width: 375px) and (max-width: 550px){.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure .stat .unit{font-size:67.5px}}@media (min-width: 551px) and (max-width: 1279px){.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure .stat .unit{font-size:100px;line-height:.75}}@media (min-width: 1280px){.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure .stat .unit{font-size:calc(100vw  *  .0617283951);line-height:.75}}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure .stat .unit{letter-spacing:-4.53px}}.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure .figure-key{padding:24px 0 0 0}.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure .figure-key .label{font-weight:800;text-transform:uppercase;font-size:16px;letter-spacing:2px;line-height:1.125;max-width:24em;margin:0 auto}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-2 .stat-item figure .figure-key .label{font-size:14px}}.component-adexperiences-types .section-esports .stats-group-3{background-repeat:no-repeat;background-position:50% 100%;background-size:cover;color:#fff;padding-top:5vw;padding-bottom:5vw;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:stretch}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-3{flex-direction:column}}.component-adexperiences-types .section-esports .stats-group-3 .stat-item+.stat-item{margin-top:36px}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-3 .stat-item+.stat-item{margin-top:50px}}.component-adexperiences-types .section-esports .stats-group-3 .format-circle-bg .figure-content .stat{border:0 !important}.component-adexperiences-types .section-esports .stats-group-3 .format-circle-bg.color-yellow .figure-content:before{position:absolute;left:0;top:0;right:0;bottom:0;background:#fbc669;content:"";border-radius:9999px}.component-adexperiences-types .section-esports .stats-group-3 .format-circle-graph .figure-content .value{font-size:80px}.component-adexperiences-types .section-esports .stats-group-3 .format-circle-bg .figure-content .value{color:#000;font-size:80px}.component-adexperiences-types .section-esports .stats-group-3 .format-circle-bg .figure-content .in,.component-adexperiences-types .section-esports .stats-group-3 .format-circle-bg .figure-content .unit{color:#000;font-size:40px;font-weight:700;font-family:bebas-neue-pro,arial narrow,sans-serif}.component-adexperiences-types .section-esports .stats-group-3 .figure-key .label{color:#fff !important}.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(1){margin:0 19% 0 4%;width:18%}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(1){width:50%;max-width:200px;margin:0 auto}}.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(2){width:18%;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(2){width:50%;max-width:200px;margin:60px auto}}.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(2) img{width:100%}.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(3){margin:0 4% 0 19%;width:18%}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(3){width:50%;max-width:200px;margin:0 auto}}.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4){padding-top:5vw;width:100%;z-index:100}@media (max-width: 1279px){.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4){min-height:22vw}}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4){min-height:50vw;padding-top:60px}}@media (max-width: 535px){.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4){min-height:60vw}}.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-wrapper{position:relative;width:100%;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-label,.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-value{padding:10.6666666667px 36px;margin:0 16px;background-repeat:no-repeat;background-position:50% 50%;background-size:100% auto;color:#000;font-size:40px;text-transform:uppercase;font-family:bebas-neue-pro,arial narrow,sans-serif;font-weight:700}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-label,.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-value{padding:10.6666666667px 16px}}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-label,.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-value{font-size:21px}}.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-label{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 165.798 80.002'%3E%3Cpath fill='%23FBC669' d='M160 40.002c0 13.9 2.026 27.326 5.797 40H40c-22.091 0-40-17.909-40-40s17.909-40 40-40L165.798 0C162.026 12.675 160 26.102 160 40.002z'/%3E%3C/svg%3E")}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-label{margin:0 10px 0 0}}.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-value{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168.798 80.002'%3E%3Cpath fill='%23FBC669' d='M128.798.002c22.092 0 40 17.909 40 40s-17.908 40-40 40H.001c3.771-12.674 5.797-26.1 5.797-40C5.798 26.102 3.772 12.675 0 0l128.798.002z'/%3E%3C/svg%3E")}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-value{margin:0 0 0 10px}}.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-item{position:relative;width:24%;min-width:125px}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-item{max-width:200px}}.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-item .figure-content .stat .value{font-size:120px !important}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-item .figure-content .stat .value{font-size:65px !important}}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-item{width:35vw}}.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-item .figure-key{position:absolute;margin-left:-3em;margin-right:-3em}@media (max-width: 780px){.component-adexperiences-types .section-esports .stats-group-3 .column:nth-child(4) .stat-item .figure-key{margin-left:-15vw;margin-right:-15vw}}.component-adexperiences-types .section-stats{position:relative;padding-top:5vw !important;padding-bottom:5vw !important}@media (max-width: 780px){.component-adexperiences-types .section-stats{padding-top:56px !important}}@media (max-width: 780px){.component-adexperiences-types .section-stats h3,.component-adexperiences-types .section-stats h4{text-align:center}}.component-adexperiences-types .section-stats>h3{font-size:40px;line-height:1;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-adexperiences-types .section-stats>h3{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.component-adexperiences-types .section-stats>h3{font-size:60px;line-height:.9166666667}}@media (min-width: 1280px){.component-adexperiences-types .section-stats>h3{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.component-adexperiences-types .section-stats>h4{margin:0.5em 0 1.5em 0;font-family:averta-pe,arial,sans-serif;color:#797979}@media (min-width: 0px){.component-adexperiences-types .section-stats>h4{font-size:24px;line-height:28px}}.component-adexperiences-types .section-stats ul{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;margin:0;padding:0;list-style:none}@media (max-width: 780px){.component-adexperiences-types .section-stats ul{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.component-adexperiences-types .section-stats ul li{width:25%;text-align:center}@media (max-width: 780px){.component-adexperiences-types .section-stats ul li{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}}.component-adexperiences-types .section-stats ul h4{padding:0 0 12px 0;font-size:70px;line-height:1;white-space:nowrap;font-family:bebas-neue-pro,arial narrow,sans-serif;border-bottom:2px solid #000}@media (min-width: 375px) and (max-width: 550px){.component-adexperiences-types .section-stats ul h4{font-size:70px}}@media (min-width: 551px) and (max-width: 1279px){.component-adexperiences-types .section-stats ul h4{font-size:120px;line-height:1}}@media (min-width: 1280px){.component-adexperiences-types .section-stats ul h4{font-size:calc(100vw  *  .0740740741);line-height:1}}.component-adexperiences-types .section-stats ul h4 .unit{font-size:60%}@media (max-width: 780px){.component-adexperiences-types .section-stats ul h4{width:50%;padding:0.25em 0;margin:0.25em 0;box-sizing:border-box;border-bottom:none;border-right:2px solid #000;text-align:center}}.component-adexperiences-types .section-stats ul p{font-size:14px;padding:8px 0 16px 0}@media (max-width: 780px){.component-adexperiences-types .section-stats ul p{width:50%;padding:0 0 0 1em;text-align:left;box-sizing:border-box}}.component-adexperiences-types .section-quote{background:#000;padding-bottom:5vw !important}@media (max-width: 780px){.component-adexperiences-types .section-quote{padding-bottom:56px !important}}.component-adexperiences-types .section-quote .section-logos{margin:0 auto;max-width:730px;border-bottom:1px solid #fff}.component-adexperiences-types .section-quote .section-logos .title h3{color:#fff}.component-adexperiences-types .section-quote .section-logos .title h3:before,.component-adexperiences-types .section-quote .section-logos .title h3:after{border-bottom:1px solid #fff}.component-adexperiences-types .section-quote .block{margin:0 auto;max-width:730px}.component-adexperiences-types .section-quote .author .author-inner{background:#000}.component-adexperiences-types .section-quote .author .author-inner .name{font-size:18px}.component-adexperiences-types .section-quote .author .author-inner p{color:#fff}.component-adexperiences-types .section-quote .author:after{border-color:#fff}.component-adexperiences-types.ingame .section-quote blockquote p{color:#eda053}.component-adexperiences-types.integrated .section-quote blockquote p{color:#6dbcdb}.component-adexperiences-types.esports .section-quote blockquote p{color:#f6c562}.component-adspecs-formats{position:relative;background-repeat:no-repeat;background-position:50% 0%;background-size:150% auto}@media (max-width: 1279px){.component-adspecs-formats{background:none !important}}@media (min-width: 1280px){.component-adspecs-formats{padding-top:5vw}.component-adspecs-formats:after{position:absolute;left:0;right:0;bottom:0;height:18vw;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 50%, #000 100%);content:""}}@media (max-width: 1279px){.component-adspecs-formats .component-inner{padding:0 !important}}.component-adspecs-formats .content{position:relative;z-index:5;margin-bottom:75px}@media (min-width: 1280px){.component-adspecs-formats .content{margin-top:6.6vw;margin-bottom:6.6vw}}.component-adspecs-formats .content .content-inner{position:relative;background:#fff;color:#000;padding:75px 32px;margin-bottom:6.6vw}@media (max-width: 780px){.component-adspecs-formats .content .content-inner{padding:75px 24px}}@media (min-width: 1280px){.component-adspecs-formats .content .content-inner{padding:5vw 5.5vw 5.5vw 5.5vw}}.component-adspecs-formats .intro{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-end;padding:0 0 50px 0}@media (max-width: 780px){.component-adspecs-formats .intro{display:block}}.component-adspecs-formats .intro h2{font-size:50px;line-height:.9;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-adspecs-formats .intro h2{font-size:50px}}@media (min-width: 551px) and (max-width: 1279px){.component-adspecs-formats .intro h2{font-size:80px;line-height:.875}}@media (min-width: 1280px){.component-adspecs-formats .intro h2{font-size:calc(100vw  *  .0617283951);line-height:.9}}@media (max-width: 1279px){.component-adspecs-formats .intro h2{width:100%}}.component-adspecs-formats .intro p:not(.cta){font-weight:400;font-family:averta-pe,arial,sans-serif;font-size:20px;line-height:28px;max-width:21em;padding:1em 0 0 0}@media (max-width: 780px){.component-adspecs-formats .intro p:not(.cta){max-width:none}}@media (min-width: 1280px){.component-adspecs-formats .intro p:not(.cta){padding:0 4.4vw}}.component-adspecs-formats .intro .cta{margin:0 0 0 auto;font-size:20px;line-height:28px}@media (max-width: 780px){.component-adspecs-formats .intro .cta{padding:1em 0 0 0}.component-adspecs-formats .intro .cta .btn{width:100%;box-sizing:border-box}}.component-adspecs-formats .accordion{position:relative;border-top:1px solid #ef7207}.component-adspecs-formats .accordion .accordion-item{border-bottom:1px solid #ef7207}.component-adspecs-formats .accordion .accordion-header{position:relative;cursor:pointer}.component-adspecs-formats .accordion .accordion-header h3{position:relative;margin:0;padding:24px 60px 24px 0;font-family:averta-pe,arial,sans-serif;font-weight:700;font-size:24px;line-height:1}@media (min-width: 375px) and (max-width: 550px){.component-adspecs-formats .accordion .accordion-header h3{font-size:24px}}@media (min-width: 551px) and (max-width: 1279px){.component-adspecs-formats .accordion .accordion-header h3{font-size:32px;line-height:1}}@media (min-width: 1280px){.component-adspecs-formats .accordion .accordion-header h3{font-size:calc(100vw  *  .0197530864);line-height:1}}.component-adspecs-formats .accordion .accordion-item .accordion-header{background-repeat:no-repeat;background-position:100% 50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M1 10h18m-9 9V1' stroke='%23EF7207' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:20px auto}.component-adspecs-formats .accordion .accordion-item.expanded .accordion-header{background-repeat:no-repeat;background-position:100% 50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 2'%3E%3Cpath d='M1 1h18' stroke='%23EF7207' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:20px auto}.component-adspecs-formats .accordion .accordion-item .accordion-content{overflow:hidden;max-height:0;transition:all 200ms ease-out 0ms}.component-adspecs-formats .accordion .accordion-item.expanded .accordion-content{max-height:2048px;transition:all 400ms ease-in 0ms}@media (max-width: 780px){.component-adspecs-formats .accordion .accordion-item.expanded .accordion-content{overflow:visible}}@media (max-width: 780px){.component-adspecs-formats .accordion .accordion-content-inner{padding:0 0 100px 0}}.component-adspecs-formats .accordion table{position:relative;width:100%}@media (max-width: 780px){.component-adspecs-formats .accordion table{display:none}}.component-adspecs-formats .accordion table th{font-family:averta-pe,arial,sans-serif;font-weight:800;font-size:14px;line-height:14px;letter-spacing:1px;text-transform:uppercase}.component-adspecs-formats .accordion table td{font-family:averta-pe,arial,sans-serif;font-size:14px;line-height:24px}.component-adspecs-formats .accordion table th,.component-adspecs-formats .accordion table td{padding:10px 20px}.component-adspecs-formats .accordion table tbody tr th,.component-adspecs-formats .accordion table tbody tr td{border-top:1px solid #000}.component-adspecs-formats .accordion table tbody tr:nth-child(odd) th,.component-adspecs-formats .accordion table tbody tr:nth-child(odd) td{background:#f7f7f7}.component-adspecs-formats .accordion .carousel{position:relative;width:100%}@media (min-width: 781px){.component-adspecs-formats .accordion .carousel{display:none}}@media (max-width: 780px){.component-adspecs-formats .accordion .carousel{position:relative;width:86.5vw;left:-12px}.component-adspecs-formats .accordion .carousel .flickity-viewport{overflow:visible !important}.component-adspecs-formats .accordion .carousel:after{content:'flickity';display:none}}.component-adspecs-formats .accordion .carousel .flickity-prev-next-button{width:64px;height:64px}.component-adspecs-formats .accordion .carousel .flickity-page-dots .dot{background:#aaa}.component-adspecs-formats .accordion .carousel .flickity-page-dots .dot.is-selected{background:#e67100}.component-adspecs-formats .accordion .carousel .flickity-button-icon{fill:#fff}.component-adspecs-formats .accordion .carousel>.carousel-item{display:none}.component-adspecs-formats .accordion .carousel>.carousel-item:first-child{display:block}.component-adspecs-formats .accordion .accordion-item .carousel{opacity:0;transition:all 300ms linear 0ms}.component-adspecs-formats .accordion .accordion-item.expanded .carousel{opacity:1;transition:all 200ms linear 200ms}.component-adspecs-formats .accordion .carousel-item{position:relative;width:100%}.component-adspecs-formats .accordion .carousel-item .carousel-item-inner{position:relative;min-height:100%;margin:0 12px;overflow:hidden;background:#fff;box-shadow:0 0 16px 0 rgba(0,0,0,0.2)}.component-adspecs-formats .accordion .carousel-item h3,.component-adspecs-formats .accordion .carousel-item b{position:relative;display:block;padding:10px 20px;font-family:averta-pe,arial,sans-serif;font-weight:800;font-size:14px;line-height:14px;letter-spacing:1px;text-transform:uppercase;box-sizing:border-box}.component-adspecs-formats .accordion .carousel-item h3{border-bottom:1px solid #000;padding:24px 20px}.component-adspecs-formats .accordion .carousel-item span{position:relative;display:block;padding:10px 20px;font-family:averta-pe,arial,sans-serif;font-size:14px;line-height:24px;box-sizing:border-box}.component-adspecs-formats .accordion .carousel-item ul{margin:0;padding:0;list-style:none}.component-adspecs-formats .accordion .carousel-item ul li{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;background:#fff}.component-adspecs-formats .accordion .carousel-item ul li:nth-child(odd){background:#f7f7f7}.component-adspecs-formats .accordion .carousel-item ul li b{display:block;width:40%;color:#7b7b7b}.component-adspecs-formats .accordion .carousel-item ul li span{display:block;width:60%}.component-adspecs-formats .section-logos{position:relative;z-index:5}.component-adspecs-formats .section-logos .title{position:relative;max-width:50vw;margin:50px auto;overflow:hidden;text-align:center}@media (min-width: 781px) and (max-width: 1279px){.component-adspecs-formats .section-logos .title{max-width:66vw}}@media (max-width: 780px){.component-adspecs-formats .section-logos .title{max-width:none}}.component-adspecs-formats .section-logos .title h3{position:relative;display:inline-block;font-family:averta-pe,arial,sans-serif;font-weight:800;text-transform:uppercase;color:#979797;margin:0 auto;font-size:14px !important;letter-spacing:2px}.component-adspecs-formats .section-logos .title h3:before{position:absolute;left:100%;top:50%;width:55vw;border-bottom:1px solid #979797;content:"";margin-left:24px}.component-adspecs-formats .section-logos .title h3:after{position:absolute;right:100%;top:50%;width:55vw;border-bottom:1px solid #979797;content:"";margin-right:24px}.component-adspecs-formats .section-logos .logo-garden{position:relative;max-width:46vw;margin:0 auto}@media (min-width: 781px) and (max-width: 1279px){.component-adspecs-formats .section-logos .logo-garden{max-width:80vw}}@media (max-width: 780px){.component-adspecs-formats .section-logos .logo-garden{max-width:none;padding:0 16px}}.component-adspecs-formats .section-logos .logo-garden ul{position:relative;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}@media (min-width: 781px){.component-adspecs-formats .section-logos .logo-garden ul{flex-wrap:nowrap}}.component-adspecs-formats .section-logos .logo-garden ul li{margin:0;padding:16px 36px}@media (min-width: 781px) and (max-width: 1279px){.component-adspecs-formats .section-logos .logo-garden ul li{padding:10.6666666667px 24px}}@media (max-width: 780px){.component-adspecs-formats .section-logos .logo-garden ul li{padding:10.6666666667px;box-sizing:border-box;max-width:50%;flex-basis:50%}.component-adspecs-formats .section-logos .logo-garden ul li img{margin:0 auto}}.component-adspecs-media-kit-cta{position:relative;background:#fff;color:#000}@media (min-width: 1280px){.component-adspecs-media-kit-cta{z-index:5}.component-adspecs-media-kit-cta:before{position:absolute;top:-5vw;height:5.1vw;left:0;width:58.316640625%;background:#fff;content:""}}.component-adspecs-media-kit-cta .component-inner{position:static;padding:0 !important}@media (min-width: 1280px){.component-adspecs-media-kit-cta .component-inner{min-height:43.5vw}}.component-adspecs-media-kit-cta .text{position:relative;z-index:2}@media (max-width: 780px){.component-adspecs-media-kit-cta .text{padding:70px 0 30px 0;padding-left:24px;padding-right:24px;width:auto}}@media (min-width: 779px) and (max-width: 1279px){.component-adspecs-media-kit-cta .text{margin-bottom:-24vw;padding:8.3vw 0;padding-left:32px;padding-right:32px;width:35vw}}@media (min-width: 1280px){.component-adspecs-media-kit-cta .text{width:22vw;padding:5vw 7.6vw}}.component-adspecs-media-kit-cta .text h2{font-size:50px;line-height:.9;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-adspecs-media-kit-cta .text h2{font-size:50px}}@media (min-width: 551px) and (max-width: 1279px){.component-adspecs-media-kit-cta .text h2{font-size:80px;line-height:.875}}@media (min-width: 1280px){.component-adspecs-media-kit-cta .text h2{font-size:calc(100vw  *  .0617283951);line-height:.9}}.component-adspecs-media-kit-cta .text h3{font-family:averta-pe,arial,sans-serif}@media (min-width: 0px){.component-adspecs-media-kit-cta .text h3{font-size:24px;line-height:28px}}.component-adspecs-media-kit-cta .text p{margin:16px 0 0 0;font-size:20px;line-height:28px}.component-adspecs-media-kit-cta .text .cta{margin:22px 0 0 0}.component-adspecs-media-kit-cta .text .cta .btn{box-shadow:0 10px 10px 0 rgba(0,0,0,0.2)}@media (min-width: 781px){.component-adspecs-media-kit-cta .text .cta .btn{padding-left:65px;padding-right:65px}}@media (hover: hover){.component-adspecs-media-kit-cta .text .cta .btn.text-white.bg-black{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 640 128'%3E%3Cpath fill='%23e67100' d='M0 0h640v128H0z'/%3E%3C/svg%3E")}.component-adspecs-media-kit-cta .text .cta .btn.text-white.bg-black:hover{border-color:#e67100;color:#fff}}@media (max-width: 780px){.component-adspecs-media-kit-cta .text .cta{width:100%}.component-adspecs-media-kit-cta .text .cta .btn{width:100%;box-sizing:border-box}}.component-adspecs-media-kit-cta .photo{position:relative;z-index:1}@media (max-width: 1279px){.component-adspecs-media-kit-cta .photo{position:relative;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3.5 -3.5 1040 1484'%3E%3Cpath fill='%230A9DC8' d='M-3.5 358.145V1480.5h1040V-3.5L-3.5 358.145z'/%3E%3C/svg%3E");background-size:100% auto;padding:23vw 0 4vw 12vw}.component-adspecs-media-kit-cta .photo img{width:80%}}@media (max-width: 1279px) and (max-width: 780px){.component-adspecs-media-kit-cta .photo{padding:23vw 0 4vw 2%}.component-adspecs-media-kit-cta .photo img{width:96%}}@media (min-width: 1280px){.component-adspecs-media-kit-cta .photo{position:absolute;bottom:-5vw;right:0;width:56.7%;height:48.7vw;background:no-repeat 0px 0px;background-size:100% auto}.component-adspecs-media-kit-cta .photo img{position:absolute;width:93%;left:50%;top:55%;transform:translate(-50%, -50%)}}.component-advertise-side-cta{display:none}@media (min-width: 781px) and (max-width: 1279px){.component-advertise-side-cta{position:fixed;left:0;bottom:0;right:0;background:#fff;z-index:20;display:block;box-shadow:0 -10px 20px 0 rgba(0,0,0,0.5);transform:translateY(100%)}.page-scrolled .component-advertise-side-cta,.page-scrolling-down .component-advertise-side-cta,.page-scrolling-up .component-advertise-side-cta,.component-advertise-side-cta.init{transition:all 300ms linear 0ms;transform:translateY(0%)}.component-advertise-side-cta .full{display:none}.component-advertise-side-cta .after{display:none}.component-advertise-side-cta .minimal{padding:5px 10px;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center}.component-advertise-side-cta .minimal .text{margin:0;color:#000;font-family:bebas-neue-pro, arial narrow, sans-serif;font-weight:700;font-size:18px;line-height:24px;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer}.component-advertise-side-cta .minimal .text br{display:none}.component-advertise-side-cta .minimal .cta{position:relative;margin:0 0 0 15px;padding:0 0 0 15px;border-left:1px solid #000;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center}.component-advertise-side-cta .minimal .cta .btn{padding:8px 3px}.component-advertise-side-cta .minimal .cta .btn-label{display:none}.component-advertise-side-cta .minimal .cta .format-arrow{position:relative;transform:scale(0.8)}}@media (min-width: 1280px){.component-advertise-side-cta{position:fixed;right:0;top:50%;z-index:10;color:#000;cursor:pointer;transform:translateY(-50%);display:block;transition:all 700ms linear 0ms;transform:translateX(30vw)}@keyframes advertise-side-cta-full{0%{transform:translateX(50vw)}100%{transform:translateX(0vw)}}@keyframes advertise-side-cta-minimal{0%{transform:translateX(0vw)}50%{transform:translateX(50vw)}100%{transform:translateX(0vw)}}.component-advertise-side-cta.init{transform:translateX(0vw)}.component-advertise-side-cta .text{font-family:bebas-neue-pro, arial narrow, sans-serif;font-weight:700;font-size:32px;line-height:30px;letter-spacing:2px;text-transform:uppercase}.component-advertise-side-cta .text span{display:block}.component-advertise-side-cta.minimal-only .full{display:none !important}.component-advertise-side-cta .full{position:relative;padding:20px 0 20px 20px;background:linear-gradient(to right, #fff 0%, #fff 100%);transition:all 400ms linear 0ms;box-shadow:-10px 20px 20px 0 rgba(0,0,0,0.5);display:none}.component-advertise-side-cta .full:hover{background:linear-gradient(to right, #ec9f51 0%, #e77a00 100%)}.component-advertise-side-cta .full .text{position:relative;margin:0;padding:0;overflow:hidden;width:5.5em;transition:all 150ms linear 0ms}html[lang="en"] .component-advertise-side-cta .full .text{width:4.5em}.component-advertise-side-cta .full .text .before{max-width:5.5em;margin-right:20px;opacity:1;transition:all 300ms linear 300ms}.component-advertise-side-cta .full .text .after{position:absolute;left:0;top:0;max-width:8em;margin-right:20px;opacity:0;transition:all 0ms linear 0ms}.component-advertise-side-cta .full .cta{position:relative;margin:20px 0 0 0;padding:0 0 0 20px;border-left:1px solid #000}.component-advertise-side-cta .full .cta:before,.component-advertise-side-cta .full .cta:after{content:" ";display:table}.component-advertise-side-cta .full .cta:after{clear:both}.component-advertise-side-cta .full .cta .btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 640 128'%3E%3Cpath fill='%23000000' d='M0 0h640v128H0z'/%3E%3C/svg%3E") !important}.component-advertise-side-cta:hover .full .text{width:9em}html[lang="en"] .component-advertise-side-cta:hover .full .text{width:8em}.component-advertise-side-cta:hover .full .text .before{opacity:0;transition:all 0ms linear 0ms}.component-advertise-side-cta:hover .full .text .after{opacity:1;transition:all 300ms linear 300ms}.component-advertise-side-cta:hover .full .cta .btn{border-color:#000;background-position:0 0 !important}.component-advertise-side-cta .minimal{position:relative;padding:20px 0 20px 20px;background:#fff;display:none;box-shadow:-10px 20px 20px 0 rgba(0,0,0,0.5)}.component-advertise-side-cta .minimal .text{position:relative;margin:0;padding:0;overflow:hidden;width:2em;transition:all 150ms linear 0ms}.component-advertise-side-cta .minimal .text .before{position:absolute;top:0;left:0;writing-mode:vertical-rl;text-orientation:sideways;transform:rotate(180deg);font-size:24px;height:100%;line-height:1}.component-advertise-side-cta .minimal .text .after{position:relative;max-width:5.5em;margin-right:20px;opacity:0;transition:all 0ms linear 0ms;height:4em}html[lang="en"] .component-advertise-side-cta .minimal .text .after{height:3em}.component-advertise-side-cta .minimal .cta{position:relative;margin:20px 20px 0 0;padding:20px 0 0 0;border-top:1px solid #000}.component-advertise-side-cta .minimal .cta:before,.component-advertise-side-cta .minimal .cta:after{content:" ";display:table}.component-advertise-side-cta .minimal .cta:after{clear:both}.component-advertise-side-cta:hover .minimal .text{width:9em}.component-advertise-side-cta:hover .minimal .text .before{opacity:0;transition:all 0ms linear 0ms}.component-advertise-side-cta:hover .minimal .text .after{opacity:1;transition:all 300ms linear 300ms}.component-advertise-side-cta:hover .minimal .cta .btn{border-color:#e67100}.component-advertise-side-cta[data-display="full"] .full{display:block}.component-advertise-side-cta[data-display="full"] .minimal{display:none}.component-advertise-side-cta[data-display="minimal"] .full{display:none}.component-advertise-side-cta[data-display="minimal"] .minimal{display:block}.component-advertise-side-cta .btn{position:relative;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;padding-left:0;padding-right:26px;border-radius:9999px;float:left}.component-advertise-side-cta .btn .btn-label{overflow:hidden;white-space:nowrap;max-width:0;transition:all 200ms ease-out 0ms;padding-left:0em}.component-advertise-side-cta .btn .format-arrow{position:relative;transform:translateX(50%);font-size:12px}.component-advertise-side-cta .btn .format-arrow:before{transition:all 300ms linear 0ms;background:#fff}.component-advertise-side-cta .btn .format-arrow .fill{transition:all 300ms linear 0ms;fill:#fff}.component-advertise-side-cta:hover .btn{padding-right:35px}.component-advertise-side-cta:hover .btn-label{transition:all 150ms linear 400ms;padding-left:24px;max-width:20em}.component-advertise-side-cta .cta .btn:hover{padding-right:35px}.component-advertise-side-cta .cta .btn:hover .btn-label{transition:all 150ms linear 0ms !important;padding-left:24px;max-width:20em}}.component-casestudies-carousel{position:relative;color:#000;transition:background-color 600ms linear 0ms;overflow:hidden}.component-media-types-stats+.component-casestudies-carousel{z-index:2}.component-casestudies-carousel .component-inner{padding:5.5vw 0;padding-left:15vw;padding-right:15vw;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, #000 100%)}@media (max-width: 1279px){.component-casestudies-carousel .component-inner{padding:7vw 0 13.5vw 0}}@media (max-width: 780px){.component-casestudies-carousel .component-inner{padding-bottom:100px}}.component-casestudies-carousel .intro{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}@media (max-width: 780px){.component-casestudies-carousel .intro{display:block;padding-bottom:24px;padding-left:24px;padding-right:24px}}@media (min-width: 781px) and (max-width: 1279px){.component-casestudies-carousel .intro{padding-left:32px;padding-right:32px}}.component-casestudies-carousel .intro h2{width:100%;font-size:32px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif}@media (min-width: 375px) and (max-width: 550px){.component-casestudies-carousel .intro h2{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-casestudies-carousel .intro h2{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-casestudies-carousel .intro h2{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}@media (min-width: 781px){.component-casestudies-carousel .intro p{width:65%}.component-casestudies-carousel .intro .cta{width:35%;text-align:right}}@media (max-width: 780px){.component-casestudies-carousel .intro .cta .btn{display:block}}.component-casestudies-carousel .carousel{position:relative;padding:3.4vw 0 0 0}@media (max-width: 1279px){.component-casestudies-carousel .carousel{padding-left:16px}.component-casestudies-carousel .carousel .flickity-prev-next-button{display:none}}@media (max-width: 780px){.component-casestudies-carousel .carousel{padding-left:12px}}.component-casestudies-carousel .slide-container{position:relative;width:100%}@media (min-width: 1280px){.component-casestudies-carousel .slide-container{box-shadow:0 0 32px 0 rgba(0,0,0,0.2)}}@media (max-width: 1279px){.component-casestudies-carousel .slide-container{position:relative;width:86.5vw}.component-casestudies-carousel .slide-container .flickity-viewport{overflow:visible !important}}.component-casestudies-carousel .slide-container .flickity-prev-next-button{width:64px;height:64px}.component-casestudies-carousel .slide-container .flickity-page-dots .dot{background:#aaa}.component-casestudies-carousel .slide-container .flickity-page-dots .dot.is-selected{background:#fff}.component-casestudies-carousel .slide-container .flickity-button-icon{fill:#fff}.component-casestudies-carousel .slide-container>.slide-item{display:none}.component-casestudies-carousel .slide-container>.slide-item:first-child{display:block}.component-casestudies-carousel .slide-item{position:relative;width:100%}.component-casestudies-carousel .slide-item .slide-inner{position:relative;min-height:100%}@media (max-width: 1279px){.component-casestudies-carousel .slide-item .slide-inner{margin:0 16px;min-height:100%;box-shadow:0 0 32px 0 rgba(0,0,0,0.2)}}@media (max-width: 780px){.component-casestudies-carousel .slide-item .slide-inner{min-height:100%;margin:0 12px;overflow:hidden}}.component-casestudies-carousel .slide-item .bg{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.component-casestudies-carousel .slide-item .bg svg{position:absolute;left:0;top:0;width:100%;height:100%}@media (max-width: 780px){.component-casestudies-carousel .slide-item .bg svg{display:none}}.component-casestudies-carousel .slide-item .content{position:relative;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;padding:4.5vw 3.4vw 3.4vw 3.4vw}@media (max-width: 780px){.component-casestudies-carousel .slide-item .content{position:static;display:block;padding:24px 24px 110px 24px}}.component-casestudies-carousel .slide-item .graphic{position:relative;width:12vw}@media (max-width: 780px){.component-casestudies-carousel .slide-item .graphic{width:auto}}.component-casestudies-carousel .slide-item .graphic .eyebrow{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;color:#000;margin:0 0 3.4vw 0}@media (min-width: 0px){.component-casestudies-carousel .slide-item .graphic .eyebrow{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}.component-casestudies-carousel .slide-item .graphic .eyebrow span{padding:0;text-transform:uppercase}@media (max-width: 780px){.component-casestudies-carousel .slide-item .graphic .eyebrow{display:none}}.component-casestudies-carousel .slide-item .graphic .photo{position:relative}@media (max-width: 780px){.component-casestudies-carousel .slide-item .graphic .photo{padding:24px 0}}.component-casestudies-carousel .slide-item .graphic .photo img{width:100%}@media (max-width: 780px){.component-casestudies-carousel .slide-item .graphic .photo img{height:35vw;object-fit:contain;object-position:50% 50%}}@media (min-width: 781px){.component-casestudies-carousel .slide-item .graphic .stats{display:none}}.component-casestudies-carousel .slide-item .text{position:relative;width:45.7vw}@media (min-width: 1280px){.component-casestudies-carousel .slide-item .text{width:42.5vw}}@media (max-width: 780px){.component-casestudies-carousel .slide-item .text{width:auto;margin:-24px;margin-top:10px;padding:24px;padding-top:11vw;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0.795 575 2558.205'%3E%3Cpath fill='%23FFF' d='M52.851 9.456L0 .795V2559h575V95.023z'/%3E%3C/svg%3E");background-size:100% auto;background-position:0 0;background-repeat:no-repeat}.component-casestudies-carousel .slide-item .text:after{position:absolute;left:0;top:100%;right:0;height:100vw;background:#fff;content:""}}@media (min-width: 781px){.component-casestudies-carousel .slide-item .text:before,.component-casestudies-carousel .slide-item .text:after{content:" ";display:table}.component-casestudies-carousel .slide-item .text:after{clear:both}}@media (min-width: 781px) and (max-width: 1279px){.component-casestudies-carousel .slide-item .text{width:50vw}}@media (min-width: 1280px){.component-casestudies-carousel .slide-item .text>*{max-width:75%}}@media (min-width: 781px) and (max-width: 1279px){.component-casestudies-carousel .slide-item .text>*{max-width:80%}}.component-casestudies-carousel .slide-item .text .eyebrow{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;color:#000;margin:0 0 16px 0;display:none}@media (min-width: 0px){.component-casestudies-carousel .slide-item .text .eyebrow{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}.component-casestudies-carousel .slide-item .text .eyebrow span{padding:0;text-transform:uppercase}@media (max-width: 780px){.component-casestudies-carousel .slide-item .text .eyebrow{display:block}}.component-casestudies-carousel .slide-item .text h3{margin:0;font-family:averta-pe,arial,sans-serif;text-transform:none;font-weight:700}@media (min-width: 0px){.component-casestudies-carousel .slide-item .text h3{font-size:32px;line-height:36px}}@media (min-width: 1280px){.component-casestudies-carousel .slide-item .text h3{font-size:36px;line-height:38px}}@media (max-width: 780px){.component-casestudies-carousel .slide-item .text h3{margin:0}}.component-casestudies-carousel .slide-item .text p,.component-casestudies-carousel .slide-item .text li{line-height:1.55}.component-casestudies-carousel .slide-item .text>.cta{position:relative;margin-top:auto;width:100% !important;max-width:100% !important;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-end;margin-top:20px}@media (min-width: 781px){.component-casestudies-carousel .slide-item .text>.cta{width:auto !important;float:right;padding-left:24px;border-lefT:1px solid #000}}@media (min-width: 1600px){.component-casestudies-carousel .slide-item .text>.cta{position:absolute;bottom:0;right:0}}@media (max-width: 780px){.component-casestudies-carousel .slide-item .text>.cta{display:none}}.component-casestudies-carousel .slide-item .text>.cta .btn{position:relative;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;padding-left:0;padding-right:26px;border-radius:9999px}.component-casestudies-carousel .slide-item .text>.cta .btn:before{position:absolute;top:0;bottom:0;left:-23px;width:1px;border-left:1px solid #000;content:""}.component-casestudies-carousel .slide-item .text>.cta .btn .btn-label{overflow:hidden;white-space:nowrap;max-width:0;transition:all 200ms ease-out 0ms;padding-left:0em}.component-casestudies-carousel .slide-item .text>.cta .btn .btn-label .format-arrow{display:block;text-align:center}.component-casestudies-carousel .slide-item .text>.cta .btn .format-arrow{position:relative;transform:translateX(50%);font-size:12px}@media (min-width: 781px) and (hover: hover){.component-casestudies-carousel .slide-item .text>.cta .btn:hover .format-arrow:before{background:#000}.component-casestudies-carousel .slide-item .text>.cta .btn:hover .format-arrow .fill{fill:#000}}@media (max-width: 780px){.component-casestudies-carousel .slide-item .text .stats{display:none}}.component-casestudies-carousel .slide-item .content>.cta{position:absolute;left:24px;right:24px;bottom:32px;display:block}@media (min-width: 781px){.component-casestudies-carousel .slide-item .content>.cta{display:none}}.component-casestudies-carousel .slide-item .content>.cta .btn{position:relative;padding-left:0;padding-right:0;border-radius:9999px;display:block}.component-casestudies-carousel .slide-item .content>.cta .btn .format-arrow{display:none !important}.component-casestudies-carousel .slide-item .stats{position:relative;max-width:400px;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch}@media (max-width: 780px){.component-casestudies-carousel .slide-item .stats{margin:0 auto}}@media (min-width: 781px) and (max-width: 1279px){.component-casestudies-carousel .slide-item .stats{max-width:70%}}.component-casestudies-carousel .slide-item .stats .stat-item{position:relative;width:44%}.component-casestudies-carousel .slide-item .stats .stat-item .figure-content{padding-top:80%}.component-casestudies-carousel .slide-item .stats .stat-item .figure-key{padding-top:14px}.component-casestudies-carousel .slide-item .stats .stat-item .stat.single{border-top:none}.component-casestudies-carousel .slide-item .stats .stat-item .figure-content{padding:0 !important}.component-casestudies-carousel .slide-item .stats .stat-item .figure-content .stat{position:static}.component-casestudies-carousel .slide-item .stats .stat-item .figure-content .stat .value{font-size:32px;line-height:1}@media (min-width: 375px) and (max-width: 550px){.component-casestudies-carousel .slide-item .stats .stat-item .figure-content .stat .value{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-casestudies-carousel .slide-item .stats .stat-item .figure-content .stat .value{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-casestudies-carousel .slide-item .stats .stat-item .figure-content .stat .value{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}@media (min-width: 1280px){.component-casestudies-carousel .slide-item .stats .stat-item{padding-top:16px}.component-casestudies-carousel .slide-item .stats .stat-item .figure-content .value{padding:10px 0;font-size:80px !important}}@media (min-width: 781px) and (max-width: 1279px){.component-casestudies-carousel .slide-item .stats .stat-item{padding-top:32px}.component-casestudies-carousel .slide-item .stats .stat-item .figure-content{padding-top:50%}.component-casestudies-carousel .slide-item .stats .stat-item .figure-content .value{font-size:60px !important}.component-casestudies-carousel .slide-item .stats .stat-item .figure-key{padding-top:10px}}@media (min-width: 1000px) and (max-width: 1279px){.component-casestudies-carousel .slide-item .stats .stat-item .figure-content{padding-top:68%}.component-casestudies-carousel .slide-item .stats .stat-item .figure-key{padding-top:12px}}@media (max-width: 780px){.component-casestudies-carousel .slide-item .stats .stat-item .figure-content{padding-top:65%}.component-casestudies-carousel .slide-item .stats .stat-item .figure-content .value{font-size:60px !important}.component-casestudies-carousel .slide-item .stats .stat-item .figure-key{padding-top:15px}}@media (max-width: 750px){.component-casestudies-carousel .slide-item .stats .stat-item .figure-content{padding-top:87.5%}}@media (max-width: 535px){.component-casestudies-carousel .slide-item .stats .stat-item .figure-content{padding-top:75%}}@media (min-width: 781px) and (hover: hover){.component-casestudies-carousel .slide-item:hover .text .cta .btn{padding-right:35px}.component-casestudies-carousel .slide-item:hover .text .cta .btn .btn-label{transition:all 400ms linear 0ms;padding-left:24px;max-width:15em}}@media (min-width: 781px) and (max-width: 1279px){.component-casestudies-carousel .slide-item .text .cta .btn .btn-label{transition:all 400ms linear 0ms;padding-left:24px;max-width:15em}}.component-casestudies-overview{position:relative;color:#000;background:linear-gradient(to bottom, #000 0%, #303030 50%, #000 100%);overflow:hidden}.component-media-types-stats+.component-casestudies-overview{z-index:2}.component-casestudies-overview .component-inner{padding-top:5.5vw;padding-bottom:10vw}@media (max-width: 1279px){.component-casestudies-overview .component-inner{padding-top:7vw;padding-bottom:13.5vw}}@media (max-width: 780px){.component-casestudies-overview .component-inner{padding-top:50px;padding-bottom:100px}}.component-casestudies-overview .intro{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;color:#fff}@media (max-width: 780px){.component-casestudies-overview .intro{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-bottom:24px}}.component-casestudies-overview .intro>h2{width:100%;font-size:32px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-casestudies-overview .intro>h2{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-casestudies-overview .intro>h2{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-casestudies-overview .intro>h2{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}@media (min-width: 781px){.component-casestudies-overview .intro>p{width:65%}.component-casestudies-overview .intro>.cta{width:35%;text-align:right}}.component-casestudies-overview.has-featured{background:linear-gradient(to bottom, #6dbcdb 0%, #000 33%, #000 100%)}.component-casestudies-overview.has-featured .intro{color:#000}.component-casestudies-overview.has-featured .intro h2{font-size:60px}@media (min-width: 781px){.component-casestudies-overview.has-featured .intro>p{width:auto}}.component-casestudies-overview .intro .featured{position:relative;width:100%;padding:3.4vw 0 0 0}@media (max-width: 750px){.component-casestudies-overview .intro .featured{padding:50px 0 0 0}}.component-casestudies-overview .intro .featured .featured-item{position:relative;width:100%}.component-casestudies-overview .intro .featured .featured-item .featured-inner{position:relative;min-height:100%}@media (max-width: 1279px){.component-casestudies-overview .intro .featured .featured-item .featured-inner{min-height:100%;box-shadow:0 0 32px 0 rgba(0,0,0,0.2)}}@media (max-width: 750px){.component-casestudies-overview .intro .featured .featured-item .featured-inner{min-height:100%;overflow:hidden}}.component-casestudies-overview .intro .featured .featured-item .bg{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.component-casestudies-overview .intro .featured .featured-item .bg svg{position:absolute;left:0;top:0;width:100%;height:100%;display:none}@media (max-width: 750px){.component-casestudies-overview .intro .featured .featured-item .bg svg{display:none !important}}@media (min-width: 1280px){.component-casestudies-overview .intro .featured .featured-item .bg .bg1{display:block}}@media (max-width: 1279px){.component-casestudies-overview .intro .featured .featured-item .bg .bg2{display:block}}.component-casestudies-overview .intro .featured .featured-item .content{position:relative;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;padding:3.4vw;box-sizing:border-box}@media (min-width: 1280px){.component-casestudies-overview .intro .featured .featured-item .content{align-items:center}}@media (min-width: 751px) and (max-width: 896px){.component-casestudies-overview .intro .featured .featured-item .content{padding:4.5vw}}@media (max-width: 750px){.component-casestudies-overview .intro .featured .featured-item .content{position:static;display:block;padding:24px 24px 32px 24px}}.component-casestudies-overview .intro .featured .featured-item .graphic{position:relative;width:29vw;margin:0 3.4vw 0 0;z-index:20}@media (min-width: 1280px){.component-casestudies-overview .intro .featured .featured-item .graphic{display:flex;flex-direction:row;justify-content:center;align-items:center}}@media (min-width: 751px) and (max-width: 1279px){.component-casestudies-overview .intro .featured .featured-item .graphic{width:29vw}}@media (max-width: 750px){.component-casestudies-overview .intro .featured .featured-item .graphic{width:100%;margin:0 0 -15vw 0;box-sizing:border-box}}.component-casestudies-overview .intro .featured .featured-item .graphic .photo{position:relative;width:14vw;margin:0 3vw 0 0}@media (min-width: 1280px){.component-casestudies-overview .intro .featured .featured-item .graphic .photo{width:14vw}}@media (max-width: 750px){.component-casestudies-overview .intro .featured .featured-item .graphic .photo{padding:0 0 10.6666666667px 0;width:29vw;margin:0 auto}}@media (min-width: 751px) and (max-width: 896px){.component-casestudies-overview .intro .featured .featured-item .graphic .photo{width:60%;margin:0}}.component-casestudies-overview .intro .featured .featured-item .graphic .photo img{width:100%}@media (max-width: 750px){.component-casestudies-overview .intro .featured .featured-item .graphic .photo img{height:30vw;object-fit:contain;object-position:50% 50%}}.component-casestudies-overview .intro .featured .featured-item .graphic .screenshot{position:relative}@media (min-width: 1280px){.component-casestudies-overview .intro .featured .featured-item .graphic .screenshot{width:12vw}}@media (min-width: 751px) and (max-width: 1279px){.component-casestudies-overview .intro .featured .featured-item .graphic .screenshot{padding-top:60px;width:14.75vw}}@media (min-width: 751px) and (max-width: 896px){.component-casestudies-overview .intro .featured .featured-item .graphic .screenshot{width:80%;margin:0}}@media (max-width: 750px){.component-casestudies-overview .intro .featured .featured-item .graphic .screenshot{width:40vw;margin:0 auto}}.component-casestudies-overview .intro .featured .featured-item .graphic .screenshot img{width:100%;filter:drop-shadow(0 10px 10px rgba(0,0,0,0.2))}.component-casestudies-overview .intro .featured .featured-item .text{position:relative;width:45.7vw}@media (min-width: 1280px){.component-casestudies-overview .intro .featured .featured-item .text{width:47vw}}@media (max-width: 750px){.component-casestudies-overview .intro .featured .featured-item .text{width:auto;margin:-24px;margin-top:10px;padding:24px 24px 32px 24px;padding-top:17vw;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0.795 575 2558.205'%3E%3Cpath fill='%23FFF' d='M52.851 9.456L0 .795V2559h575V95.023z'/%3E%3C/svg%3E");background-size:100% auto;background-position:0 0;background-repeat:no-repeat}.component-casestudies-overview .intro .featured .featured-item .text:after{position:absolute;left:0;top:100%;right:0;height:100vw;background:#fff;content:""}}@media (min-width: 751px){.component-casestudies-overview .intro .featured .featured-item .text:before,.component-casestudies-overview .intro .featured .featured-item .text:after{content:" ";display:table}.component-casestudies-overview .intro .featured .featured-item .text:after{clear:both}}@media (min-width: 751px) and (max-width: 1279px){.component-casestudies-overview .intro .featured .featured-item .text{width:50vw}}@media (min-width: 1280px){.component-casestudies-overview .intro .featured .featured-item .text>*{max-width:75%}}@media (min-width: 751px) and (max-width: 1279px){.component-casestudies-overview .intro .featured .featured-item .text>*{max-width:80%}}@media (min-width: 751px) and (max-width: 896px){.component-casestudies-overview .intro .featured .featured-item .text>*{max-width:100%}}.component-casestudies-overview .intro .featured .featured-item .text .eyebrow{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;color:#000;margin:0 0 16px 0}@media (min-width: 0px){.component-casestudies-overview .intro .featured .featured-item .text .eyebrow{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}.component-casestudies-overview .intro .featured .featured-item .text .eyebrow span{padding:0;text-transform:uppercase}.component-casestudies-overview .intro .featured .featured-item .text h3{margin:0;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase;font-size:50px;font-weight:700}@media (max-width: 750px){.component-casestudies-overview .intro .featured .featured-item .text h3{margin:0;font-family:averta-pe, arial, sans-serif;text-transform:capitalize !important;font-size:24px}}.component-casestudies-overview .intro .featured .featured-item .text p,.component-casestudies-overview .intro .featured .featured-item .text li{line-height:1.55}.component-casestudies-overview .intro .featured .featured-item .text>.cta{position:relative;margin-top:auto;width:100% !important;max-width:100% !important;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-end;margin-top:20px}@media (min-width: 751px){.component-casestudies-overview .intro .featured .featured-item .text>.cta{width:auto !important;float:right}}@media (min-width: 1600px){.component-casestudies-overview .intro .featured .featured-item .text>.cta{position:absolute;bottom:0;right:0}}.component-casestudies-overview .intro .featured .featured-item .text>.cta .btn{position:relative;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;padding-left:0;padding-right:26px;border-radius:9999px;box-shadow:0 10px 10px 0 rgba(0,0,0,0.2)}@media (max-width: 750px){.component-casestudies-overview .intro .featured .featured-item .text>.cta .btn{padding-left:26px;padding-right:26px;box-sizing:border-box;display:block;width:100%}}.component-casestudies-overview .intro .featured .featured-item .text>.cta .btn:before{position:absolute;top:0;bottom:0;left:-23px;width:1px;border-left:1px solid #000;content:""}.component-casestudies-overview .intro .featured .featured-item .text>.cta .btn .btn-label{overflow:hidden;white-space:nowrap;max-width:0;transition:all 200ms ease-out 0ms;padding-left:0em}.component-casestudies-overview .intro .featured .featured-item .text>.cta .btn .btn-label .format-arrow{display:block;text-align:center}.component-casestudies-overview .intro .featured .featured-item .text>.cta .btn .format-arrow{position:relative;transform:translateX(50%);font-size:12px}@media (min-width: 751px){.component-casestudies-overview .intro .featured .featured-item .text>.cta .btn .format-arrow:before{background:#000}.component-casestudies-overview .intro .featured .featured-item .text>.cta .btn .format-arrow .fill{fill:#000}}.component-casestudies-overview .intro .featured .featured-item .stats{position:relative;max-width:400px;padding-top:16px;padding-bottom:16px;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch}@media (max-width: 750px){.component-casestudies-overview .intro .featured .featured-item .stats{margin:0 auto}}@media (min-width: 751px) and (max-width: 1279px){.component-casestudies-overview .intro .featured .featured-item .stats{max-width:70%}}@media (max-width: 896px){.component-casestudies-overview .intro .featured .featured-item .stats{padding-top:16px;padding-bottom:16px}}.component-casestudies-overview .intro .featured .featured-item .stats .stat-item{position:relative;width:44%}.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-content{padding-top:80%}.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-content .stat{padding-bottom:0.1em}.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-key{padding-top:14px}.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .stat.single{border-top:none}.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-content{padding:0}.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-content .stat{position:static}.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-content .stat .value{font-size:32px;line-height:1}@media (min-width: 375px) and (max-width: 550px){.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-content .stat .value{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-content .stat .value{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-content .stat .value{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}@media (min-width: 1280px){.component-casestudies-overview .intro .featured .featured-item .stats .stat-item{padding-top:0px}.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-content .value{padding:10px 0;font-size:80px !important}}@media (min-width: 751px) and (max-width: 1279px){.component-casestudies-overview .intro .featured .featured-item .stats .stat-item{padding-top:2px}.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-content .value{font-size:60px !important}.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-key{padding-top:10px}}@media (min-width: 1000px) and (max-width: 1279px){.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-key{padding-top:12px}}@media (max-width: 780px){.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-content .value{font-size:60px !important}}@media (max-width: 780px){.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-content .stat{padding-bottom:0.15em}.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-content .value{font-size:60px}.component-casestudies-overview .intro .featured .featured-item .stats .stat-item .figure-key{padding-top:15px}}@media (min-width: 751px){.component-casestudies-overview .intro .featured .featured-item .text .cta .btn{padding-right:24px}.component-casestudies-overview .intro .featured .featured-item .text .cta .btn .btn-label{transition:all 400ms linear 0ms;padding-left:24px;max-width:15em}}@media (min-width: 751px) and (max-width: 1279px){.component-casestudies-overview .intro .featured .featured-item .text .cta .btn .btn-label{transition:all 400ms linear 0ms;padding-left:24px;max-width:15em}}.component-casestudies-overview .carousel{position:relative;padding:3.4vw 0 0 0}@media (max-width: 780px){.component-casestudies-overview .carousel{left:-12px}}@media (max-width: 780px){.component-casestudies-overview .carousel{width:86.5vw}.component-casestudies-overview .carousel .card-inner{position:relative;margin:0 16px;overflow:hidden}.component-casestudies-overview .carousel:after{content:'flickity';display:none}}.component-casestudies-overview .slide-container{position:relative;width:100%}@media (max-width: 780px){.component-casestudies-overview .slide-container{width:86.5vw}.component-casestudies-overview .slide-container .card-inner{position:relative;margin:0 16px;overflow:hidden}.component-casestudies-overview .slide-container:after{content:'flickity';display:none}}@media (min-width: 781px){.component-casestudies-overview .slide-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch}}@media (max-width: 780px){.component-casestudies-overview .slide-container{position:relative;width:86.5vw}.component-casestudies-overview .slide-container .flickity-viewport{overflow:visible !important}}.component-casestudies-overview .slide-container .flickity-prev-next-button{width:64px;height:64px}.component-casestudies-overview .slide-container .flickity-page-dots .dot{background:#aaa}.component-casestudies-overview .slide-container .flickity-page-dots .dot.is-selected{background:#fff}.component-casestudies-overview .slide-container .flickity-button-icon{fill:#fff}.component-casestudies-overview .slide-item{position:relative;width:100%}@media (min-width: 1280px){.component-casestudies-overview .slide-item{width:40vw}}@media (min-width: 781px) and (max-width: 1279px){.component-casestudies-overview .slide-item{width:44.25vw}}@media (min-width: 781px){.component-casestudies-overview .slide-item{margin-top:5vw}.component-casestudies-overview .slide-item:nth-child(1),.component-casestudies-overview .slide-item:nth-child(2){margin-top:0}}.component-casestudies-overview .slide-item .slide-inner{position:relative;min-height:100%;overflow:hidden;box-sizing:border-box}@media (min-width: 1280px){.component-casestudies-overview .slide-item .slide-inner{padding-top:3vw}}@media (min-width: 781px) and (max-width: 1279px){.component-casestudies-overview .slide-item .slide-inner{padding-top:3vw}}@media (max-width: 780px){.component-casestudies-overview .slide-item .slide-inner{margin:0 12px;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;flex-direction:column}.component-casestudies-overview .slide-item .slide-inner .content{order:1}.component-casestudies-overview .slide-item .slide-inner .bg{order:2}.component-casestudies-overview .slide-item .slide-inner .text{order:3}.component-casestudies-overview .slide-item .slide-inner .cta{order:4}}.component-casestudies-overview .slide-item .bg{position:absolute;top:13.7vw;left:0;right:0;bottom:0}@media (min-width: 781px) and (max-width: 1279px){.component-casestudies-overview .slide-item .bg{top:33vw}}@media (min-width: 1000px) and (max-width: 1279px){.component-casestudies-overview .slide-item .bg{top:29.5vw}}@media (max-width: 780px){.component-casestudies-overview .slide-item .bg{margin-top:-3vw;top:auto;position:relative;left:auto;bottom:auto;width:100%;padding:17% 0 0 0;overflow:hidden}}.component-casestudies-overview .slide-item .bg svg{position:absolute;left:0;top:0;width:100%}.component-casestudies-overview .slide-item .content{position:relative;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;margin:0 2vw 5vw 2vw}@media (min-width: 781px) and (max-width: 1279px){.component-casestudies-overview .slide-item .content{flex-direction:column;justify-content:flex-start;align-items:center}}@media (max-width: 780px){.component-casestudies-overview .slide-item .content{margin:24px;flex-direction:column;justify-content:flex-start;align-items:center}}.component-casestudies-overview .slide-item .content .logo{width:25%}@media (min-width: 781px) and (max-width: 1279px){.component-casestudies-overview .slide-item .content .logo{padding-bottom:10px;width:30%}}@media (max-width: 780px){.component-casestudies-overview .slide-item .content .logo{width:37vw;padding-bottom:2.3vw}}.component-casestudies-overview .slide-item .content .logo img{width:100%}.component-casestudies-overview .slide-item .content .stats{width:57%;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch}@media (min-width: 781px) and (max-width: 1279px){.component-casestudies-overview .slide-item .content .stats{width:70%}}@media (max-width: 535px){.component-casestudies-overview .slide-item .content .stats{width:100%}}.component-casestudies-overview .slide-item .content .stats .stat-item{position:relative;width:44%}.component-casestudies-overview .slide-item .content .stats .stat-item .figure-content{position:static;padding:0}.component-casestudies-overview .slide-item .content .stats .stat-item .figure-content .stat{position:static;padding-bottom:0.1em}.component-casestudies-overview .slide-item .content .stats .stat-item .figure-content .value{font-size:60px !important}.component-casestudies-overview .slide-item .content .stats .stat-item .figure-key{padding-top:14px}.component-casestudies-overview .slide-item .content .stats .stat-item .stat.single{border-top:none}@media (min-width: 781px) and (max-width: 1279px){.component-casestudies-overview .slide-item .content .stats .stat-item .figure-key{padding-top:10px}}@media (min-width: 1000px) and (max-width: 1279px){.component-casestudies-overview .slide-item .content .stats .stat-item .figure-key{padding-top:12px}}@media (max-width: 780px){.component-casestudies-overview .slide-item .content .stats .stat-item .figure-key{padding-top:15px}.component-casestudies-overview .slide-item .content .stats .stat-item .figure-key .stat{padding-bottom:0.15em}}.component-casestudies-overview .slide-item .text{position:relative;padding:1.15vw 2.3vw 120px 2.3vw}@media (min-width: 781px) and (max-width: 1279px){.component-casestudies-overview .slide-item .text{padding:1.15vw 2.3vw 120px 2.3vw}}@media (max-width: 780px){.component-casestudies-overview .slide-item .text{padding:0 24px 96px 24px;background:#fff}.component-casestudies-overview .slide-item .text:after{position:absolute;left:0;top:100%;right:0;height:100vw;background:#fff;content:""}}.component-casestudies-overview .slide-item .text .eyebrow .label{padding-left:0}.component-casestudies-overview .slide-item .text h3{margin:5.3333333333px 0 0 0;font-size:40px;line-height:40px;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase}@media (max-width: 780px){.component-casestudies-overview .slide-item .text h3{font-family:averta-pe, arial, sans-serif;text-transform:none;font-size:24px;line-height:28px}}@media (max-width: 780px){.component-casestudies-overview .slide-item .text>*{transform:translateY(-4vw)}}.component-casestudies-overview .slide-item .cta{position:absolute;left:2.3vw;right:2.3vw;bottom:34px;margin:0;padding:0}@media (max-width: 780px){.component-casestudies-overview .slide-item .cta{padding:24px 24px 40px 24px;left:0;right:0;bottom:0;background:#fff;z-index:5}}.component-casestudies-overview .slide-item .cta .btn{box-shadow:0 10px 10px 0 rgba(0,0,0,0.2)}@media (max-width: 780px){.component-casestudies-overview .slide-item .cta .btn{display:block}}@media (hover: hover){.component-casestudies-overview .slide-item .cta .btn.text-white.bg-black{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 640 128'%3E%3Cpath fill='%23e67100' d='M0 0h640v128H0z'/%3E%3C/svg%3E")}.component-casestudies-overview .slide-item .cta .btn.text-white.bg-black:hover{border-color:#e67100;color:#fff}}.component-casestudies-overview .loadmore{padding-top:5vw;text-align:center}@media (max-width: 780px){.component-casestudies-overview .loadmore{display:none}}.component-contact-form{position:relative;background-repeat:no-repeat;background-position:50% 100%;background-size:cover;background-color:#000;z-index:11;overflow:hidden}@media (min-width: 1280px){.component-contact-form{background-size:120% auto;background-position:50% 0}}.component-contact-form .component-inner{padding-left:0 !important;padding-right:0 !important;padding-top:20vw;padding-bottom:5.5vw;box-sizing:border-box;min-height:110vh;background:linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 90%, #000 100%)}@media (max-width: 1024px){.component-contact-form .component-inner{background:linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, #000 50%, #000 100%);padding-top:15vw;padding-bottom:15vw;min-height:1vh}}.component-contact-form .component-inner>.intro{position:relative;display:none;z-index:30}@media (max-width: 1024px){.component-contact-form .component-inner>.intro{display:block;padding-left:32px;padding-right:32px;padding-bottom:10vw}}@media (max-width: 780px){.component-contact-form .component-inner>.intro{display:block;padding-left:24px;padding-right:24px;padding-bottom:27.5vw}html[lang="en"] .component-contact-form .component-inner>.intro{padding-bottom:22.5vw}}.component-contact-form .component-inner>.intro h2{text-transform:uppercase}.component-contact-form .component-inner>.intro h3{font-family:averta-pe,arial,sans-serif;text-transform:none}@media (min-width: 0px){.component-contact-form .component-inner>.intro h3{font-size:32px;line-height:36px}}@media (min-width: 1280px){.component-contact-form .component-inner>.intro h3{font-size:36px;line-height:38px}}.component-contact-form .component-inner>.intro .cta{text-transform:uppercase;line-height:1.5 !important}@media (min-width: 0px){.component-contact-form .component-inner>.intro .cta{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}.component-contact-form .component-inner>.intro .cta a{color:#e1a069;text-decoration:underline}.component-contact-form .steps{position:relative;width:100%;opacity:0;transition:all 600ms linear 0ms}.component-contact-form .steps .flickity-page-dots .dot:after{background:#aaa}.component-contact-form .steps .flickity-page-dots .dot.is-selected:after{background:#fff}.component-contact-form .steps .flickity-button-icon{fill:#fff}.component-contact-form .steps>.slide-item{display:none}.component-contact-form .steps>.slide-item:first-child{display:block}.component-contact-form[data-component-init="1"] .steps{opacity:1}.component-contact-form .flickity-viewport{overflow:visible !important}.component-contact-form .steps>.step-item{position:absolute;left:0;top:0;width:100%;visibility:hidden}.component-contact-form .steps>.step-item:nth-child(2){position:relative}.component-contact-form .step-item{position:relative;width:100%}@media (min-width: 1025px){.component-contact-form .step-item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;box-sizing:border-box}}@media (max-width: 780px){.component-contact-form .step-item{padding-left:24px;padding-right:24px}}@media (min-width: 781px) and (max-width: 1279px){.component-contact-form .step-item{padding-left:32px;padding-right:32px}}@media (min-width: 1280px){.component-contact-form .step-item{padding-left:6.6vw;padding-right:6.6vw}}.component-contact-form .step-item h2{font-size:32px;line-height:1;text-transform:uppercase;font-family:bebas-neue-pro,arial narrow,sans-serif}@media (min-width: 375px) and (max-width: 550px){.component-contact-form .step-item h2{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-contact-form .step-item h2{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-contact-form .step-item h2{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.component-contact-form .step-item .column{position:relative}.component-contact-form .step-item .column .fields{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch}.component-contact-form .step-item .column .fields .field-item{position:relative;margin:10px 0 0 0;width:100%}@media (min-width: 1025px){.component-contact-form .step-item .column .fields .field-item.half{width:calc(50% - 10px)}}.component-contact-form .step-item .column .fields input,.component-contact-form .step-item .column .fields select{outline:0}@media (max-width: 780px){.component-contact-form .step-item .column .fields input:-webkit-autofill,.component-contact-form .step-item .column .fields input:-webkit-autofill:hover,.component-contact-form .step-item .column .fields input:-webkit-autofill:focus,.component-contact-form .step-item .column .fields input:-webkit-autofill:active{background:#eee;-webkit-box-shadow:0 0 0px 1000px #eee inset !important}.component-contact-form .step-item .column .fields input:-webkit-autofill{color:#000 !important;-webkit-text-fill-color:#000 !important}}@media (hover: hover) and (min-width: 781px){.component-contact-form .step-item .column .fields input:-webkit-autofill,.component-contact-form .step-item .column .fields input:-webkit-autofill:hover,.component-contact-form .step-item .column .fields input:-webkit-autofill:focus,.component-contact-form .step-item .column .fields input:-webkit-autofill:active{background:#111;-webkit-box-shadow:0 0 0px 1000px #111 inset !important}.component-contact-form .step-item .column .fields input:-webkit-autofill{color:#fafafa !important;-webkit-text-fill-color:#fafafa !important}}.component-contact-form .step-item .column .buttons{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.component-contact-form .step-item .column .buttons button{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.component-contact-form .step-item .column .buttons button .format-arrow{padding-left:10px}.component-contact-form .step-item .column .buttons button .format-arrow:before{background:#000}.component-contact-form .step-item .column .buttons button .format-arrow .fill{fill:#000}.component-contact-form .step-item .column .buttons button.prev .format-arrow{transform:rotate(180deg)}.component-contact-form .step-item .column .buttons button.prev .format-arrow:before{transition:all 0ms linear 0ms;background:#379eca}.component-contact-form .step-item .column .buttons button.prev .format-arrow .fill{transition:all 0ms linear 0ms;fill:#379eca}@media (hover: hover){.component-contact-form .step-item .column .buttons button.prev:hover .format-arrow:before{background:#000}.component-contact-form .step-item .column .buttons button.prev:hover .format-arrow .fill{fill:#000}}.component-contact-form .step-item .column .buttons .next{position:relative;margin-left:auto}.component-contact-form .step-item .column .buttons .next:before{position:absolute;top:0;bottom:0;left:-23px;width:1px;border-left:1px solid #fff;content:""}.component-contact-form .step-item .content{position:relative;padding:3.4vw;z-index:30}@media (max-width: 780px){.component-contact-form .step-item .content{padding:24px}}.component-contact-form .step-item .content .process{font-weight:400;text-transform:uppercase;color:#aaa}.component-contact-form .step-item .content .buttons{padding:24px 0 0 0}@media (max-width: 780px){.component-contact-form .step-item .content .buttons{flex-direction:column}.component-contact-form .step-item .content .buttons button{margin:0 0 16px 0 !important;justify-content:center;width:100%;box-sizing:border-box}}.component-contact-form .step-item .content .legal{position:relative;padding:24px 0 0 0}.component-contact-form .step-item .content .legal li,.component-contact-form .step-item .content .legal p{font-size:12px;font-weight:400;color:#999}.component-contact-form .step-item .content h3{text-transform:uppercase;font-family:averta-pe,arial,sans-serif;font-size:18px !important}.component-contact-form .step-item .charater{position:absolute;top:0;right:0;z-index:25}@media (min-width: 1025px){.component-contact-form .step-item:nth-child(1) .column:first-child{width:34vw}}@media (max-width: 1024px){.component-contact-form .step-item:nth-child(1) .column:first-child{display:none}}.component-contact-form .step-item:nth-child(1) .column:first-child h3{font-family:averta-pe,arial,sans-serif;text-transform:none}@media (min-width: 0px){.component-contact-form .step-item:nth-child(1) .column:first-child h3{font-size:32px;line-height:36px}}@media (min-width: 1280px){.component-contact-form .step-item:nth-child(1) .column:first-child h3{font-size:36px;line-height:38px}}.component-contact-form .step-item:nth-child(1) .column:first-child .cta{text-transform:uppercase;line-height:1.5 !important}@media (min-width: 0px){.component-contact-form .step-item:nth-child(1) .column:first-child .cta{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}.component-contact-form .step-item:nth-child(1) .column:first-child .cta a{color:#e1a069;text-decoration:underline}.component-contact-form .step-item:nth-child(1) .column:last-child{background:#000;box-shadow:0 0 50px 0 rgba(0,0,0,0.5)}@media (min-width: 1025px){.component-contact-form .step-item:nth-child(1) .column:last-child{width:48vw}}.component-contact-form .step-item:nth-child(1) .charater{right:1vw}@media (max-width: 780px){.component-contact-form .step-item:nth-child(1) .charater{display:block}}.component-contact-form .step-item:nth-child(1) .charater img{width:23.4vw;transform:translateY(-58%)}@media (max-width: 780px){.component-contact-form .step-item:nth-child(1) .charater img{width:35vw}}.component-contact-form .step-item:nth-child(2){justify-content:center}.component-contact-form .step-item:nth-child(2) .column{background:#000;box-shadow:0 0 50px 0 rgba(0,0,0,0.5)}@media (min-width: 1025px){.component-contact-form .step-item:nth-child(2) .column{width:67vw}}@media (max-width: 780px){.component-contact-form .step-item:nth-child(2) .charater{display:block}}.component-contact-form .step-item:nth-child(2) .charater img{width:21.6vw;transform:translateY(-66%)}@media (max-width: 780px){.component-contact-form .step-item:nth-child(2) .charater img{width:35vw}}.component-contact-form .step-item:nth-child(3){justify-content:center}.component-contact-form .step-item:nth-child(3) .column{background:#000;box-shadow:0 0 50px 0 rgba(0,0,0,0.5)}@media (min-width: 1025px){.component-contact-form .step-item:nth-child(3) .column{width:67vw}}@media (min-width: 1025px){.component-contact-form .step-item:nth-child(3) .content{padding-right:50%}}@media (max-width: 780px){.component-contact-form .step-item:nth-child(3) .content .process{padding-top:40px}.component-contact-form .step-item:nth-child(3) .content .cta{padding:8px 0 40px 0}}.component-contact-form .step-item:nth-child(3) .charater{right:1vw;top:-12vw}@media (max-width: 780px){.component-contact-form .step-item:nth-child(3) .charater{display:block}}.component-contact-form .step-item:nth-child(3) .charater img{max-width:28.2vw;transform:translateY(-23%)}@media (max-width: 780px){.component-contact-form .step-item:nth-child(3) .charater img{width:35vw}}.component-homepage-benefits-grid{position:relative;overflow:hidden;touch-action:pan-y}@media (max-width: 1279px){.component-homepage-benefits-grid{padding:0 0 100px 0}}@media (max-width: 1279px) and (max-width: 780px){.component-homepage-benefits-grid{padding-bottom:150px}}.component-homepage-benefits-grid>.bg{position:absolute;left:0;top:0;width:100%;height:100%;display:none}@media (min-width: 1280px){.component-homepage-benefits-grid>.bg{display:block}}.component-homepage-benefits-grid .bg img{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:opacity 600ms ease-in-out 0ms;object-fit:cover}.component-homepage-benefits-grid .bg[data-active="1"] img:nth-child(1),.component-homepage-benefits-grid .bg[data-active="2"] img:nth-child(2),.component-homepage-benefits-grid .bg[data-active="3"] img:nth-child(3),.component-homepage-benefits-grid .bg[data-active="4"] img:nth-child(4),.component-homepage-benefits-grid .bg[data-active="5"] img:nth-child(5){opacity:1}.component-homepage-benefits-grid .component-inner{position:relative}@media (max-width: 1279px){.component-homepage-benefits-grid .component-inner{padding:0;padding-left:16px}}@media (max-width: 780px){.component-homepage-benefits-grid .component-inner{padding:0;padding-left:12px}}@media (max-width: 1279px){.component-homepage-benefits-grid .component-inner .carousel{position:relative;width:86.5vw}}@media (max-width: 1279px) and (max-width: 1279px){.component-homepage-benefits-grid .component-inner .carousel:after{content:'flickity';display:none}}.component-homepage-benefits-grid .component-inner .carousel .flickity-viewport{overflow:visible !important}.component-homepage-benefits-grid .component-inner .carousel .flickity-page-dots .dot{background:#aaa}.component-homepage-benefits-grid .component-inner .carousel .flickity-page-dots .dot.is-selected{background:#fff}.component-homepage-benefits-grid .component-inner .carousel .flickity-button-icon{fill:#fff}@media (min-width: 1280px){.component-homepage-benefits-grid .component-inner .carousel{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;padding-top:17vw;padding-bottom:6.6vw}}.component-homepage-benefits-grid .component-title{position:absolute;left:59.1vw;top:10vw;opacity:0;transition:opacity 600ms ease-in-out 0ms, transform 600ms ease-in-out 0ms;transform:translateY(2vw);opacity:0}@media (max-width: 1279px){.component-homepage-benefits-grid .component-title{display:none}}.component-homepage-benefits-grid .component-title.animation.animate{transform:translateY(0vw);opacity:1}.component-homepage-benefits-grid .grid-item{position:relative;width:100%}@media (max-width: 1279px){.component-homepage-benefits-grid .grid-item .grid-item-inner{position:relative;margin:0 16px;min-height:54vw;overflow:hidden;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-end}.component-homepage-benefits-grid .grid-item .grid-item-inner a{position:relative;display:block;left:8vw;bottom:4vw;width:35vw}}@media (max-width: 1279px) and (max-width: 780px){.component-homepage-benefits-grid .grid-item .grid-item-inner{margin:0 12px;display:block}.component-homepage-benefits-grid .grid-item .grid-item-inner a{width:100%;left:auto;bottom:auto}}@media (min-width: 1280px){.component-homepage-benefits-grid .grid-item{width:25.5vw;margin:0 3vw 0 0.7vw;opacity:0;transition:opacity 600ms ease-in-out 0ms}.component-homepage-benefits-grid .grid-item[data-id="2"]{margin-top:11vw}.component-homepage-benefits-grid .grid-item[data-id="3"]{margin-top:22vw;margin-right:0}.component-homepage-benefits-grid .grid-item[data-id="3"] h4{left:auto;margin-left:0;margin-right:1.7vw;right:100%;text-align:right}}.component-homepage-benefits-grid .grid-item .bg{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}@media (min-width: 1280px){.component-homepage-benefits-grid .grid-item .bg{display:none}}@media (max-width: 780px){.component-homepage-benefits-grid .grid-item .bg{height:100vw}}.component-homepage-benefits-grid .grid-item .grid-item-title{position:relative;box-sizing:border-box;margin:0;padding:0;min-height:10vw;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-end}@media (max-width: 780px){.component-homepage-benefits-grid .grid-item .grid-item-title{height:100vw}}.component-homepage-benefits-grid .grid-item .grid-item-title .item-title-bg{position:absolute;width:100%;top:0;left:0;height:100%}@media (max-width: 780px){.component-homepage-benefits-grid .grid-item .grid-item-title .item-title-bg{overflow:hidden}}.component-homepage-benefits-grid .grid-item .grid-item-title .item-title-bg svg,.component-homepage-benefits-grid .grid-item .grid-item-title .item-title-bg .gradient{position:absolute;width:100%;bottom:0;left:0}@media (max-width: 780px){.component-homepage-benefits-grid .grid-item .grid-item-title .item-title-bg svg,.component-homepage-benefits-grid .grid-item .grid-item-title .item-title-bg .gradient{width:120%}}.component-homepage-benefits-grid .grid-item .grid-item-title .item-title-bg .character{position:absolute;bottom:1vw;right:-1vw;height:17vw;width:14vw;object-fit:contain;object-position:100% 100%}@media (max-width: 780px){.component-homepage-benefits-grid .grid-item .grid-item-title .item-title-bg .character{height:51vw;width:42vw;bottom:2vw;right:2vw}}.component-homepage-benefits-grid .grid-item .grid-item-title h3{position:relative;margin:0;padding:30px 40% 30px 20px;font-size:36px;font-family:averta-pe,arial,sans-serif}@media (max-width: 780px){.component-homepage-benefits-grid .grid-item .grid-item-title h3{padding-right:30px}}.component-homepage-benefits-grid .grid-item .grid-item-body{position:relative;margin-top:-1px;border-left:2px solid #000;box-sizing:border-box;padding:20px 20px 0 20px}@media (max-width: 780px){.component-homepage-benefits-grid .grid-item .grid-item-body{border:none !important;text-align:left}}.component-homepage-benefits-grid .grid-item[data-id="1"] .grid-item-body{border-left-color:#ff6687}.component-homepage-benefits-grid .grid-item[data-id="2"] .grid-item-body{border-left-color:#5db2a0}.component-homepage-benefits-grid .grid-item[data-id="3"] .grid-item-body{border-left-color:#8f69fe}.component-homepage-benefits-grid .grid-item h4{position:absolute;bottom:0;left:100%;width:0%;margin-left:1.7vw;font-size:50px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase;opacity:0;overflow:hidden;transition:width 0ms linear 300ms, opacity 300ms linear 0ms}@media (min-width: 375px) and (max-width: 550px){.component-homepage-benefits-grid .grid-item h4{font-size:50px}}@media (min-width: 551px) and (max-width: 1279px){.component-homepage-benefits-grid .grid-item h4{font-size:80px;line-height:.875}}@media (min-width: 1280px){.component-homepage-benefits-grid .grid-item h4{font-size:calc(100vw  *  .049382716);line-height:.875}}@media (max-width: 1279px){.component-homepage-benefits-grid .grid-item h4{opacity:1;font-size:50px;width:32vw;bottom:16vw}}@media (max-width: 950px){.component-homepage-benefits-grid .grid-item h4{bottom:8vw}}@media (max-width: 780px){.component-homepage-benefits-grid .grid-item h4{opacity:1;font-size:40px;width:32vw;bottom:auto;left:20px;top:30%;transform:translateY(-50%);width:90%}}.component-homepage-benefits-grid .grid-item .grid-item-cta{position:relative;width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-end}@media (max-width: 780px){.component-homepage-benefits-grid .grid-item .grid-item-cta{padding:1em 0 0 0;justify-content:center;align-items:center}.component-homepage-benefits-grid .grid-item .grid-item-cta p{font-size:18px}}.component-homepage-benefits-grid .grid-item .grid-item-cta .btn{position:relative;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;padding-left:0;border-radius:9999px}.component-homepage-benefits-grid .grid-item .grid-item-cta .btn .btn-label{overflow:hidden;white-space:nowrap;max-width:0;transition:all 200ms ease-out 0ms;padding-left:0em}.component-homepage-benefits-grid .grid-item .grid-item-cta .btn .format-arrow{position:relative;transform:translateX(50%);font-size:12px}.component-homepage-benefits-grid .grid-item .grid-item-cta .btn .format-arrow:before{transition:all 150ms linear 0ms;background:#000}.component-homepage-benefits-grid .grid-item .grid-item-cta .btn .format-arrow .fill{transition:all 150ms linear 0ms;fill:#000}@media (hover: hover){.component-homepage-benefits-grid .grid-item .grid-item-cta .btn:hover .btn-label{transition:all 150ms linear 0ms;padding-left:1em;max-width:15em}}@media (max-width: 1279px){.component-homepage-benefits-grid .grid-item .grid-item-cta .btn .btn-label{transition:all 400ms linear 0ms;padding-left:1em;max-width:15em}}@media (hover: hover){.component-homepage-benefits-grid .grid-item:hover .grid-item-cta .btn .btn-label{transition:all 150ms linear 0ms;padding-left:1em;max-width:15em}}@media (hover: hover) and (min-width: 1280px){.component-homepage-benefits-grid .grid-item:hover h4{transition:width 0ms linear 0ms, opacity 600ms ease-in-out 0ms;opacity:1;width:150%}.component-homepage-benefits-grid .grid-item:hover h4 html[lang="en"]{width:130%}}.component-homepage-benefits-grid .grid-item .grid-item-cta .btn:hover{color:#fff}.component-homepage-benefits-grid .grid-item .grid-item-cta .btn:hover .format-arrow:before{background:#fff}.component-homepage-benefits-grid .grid-item .grid-item-cta .btn:hover .format-arrow .fill{fill:#fff}.component-homepage-benefits-grid .grid-item[data-id="1"] .grid-item-cta .btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 640 128'%3E%3Cpath fill='%23ff6687' d='M0 0h640v128H0z'/%3E%3C/svg%3E")}.component-homepage-benefits-grid .grid-item[data-id="1"] .grid-item-cta .btn:hover{border-color:#ff6687}.component-homepage-benefits-grid .grid-item[data-id="2"] .grid-item-cta .btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 640 128'%3E%3Cpath fill='%235db2a0' d='M0 0h640v128H0z'/%3E%3C/svg%3E")}.component-homepage-benefits-grid .grid-item[data-id="2"] .grid-item-cta .btn:hover{border-color:#5db2a0}.component-homepage-benefits-grid .grid-item[data-id="3"] .grid-item-cta .btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 640 128'%3E%3Cpath fill='%238f69fe' d='M0 0h640v128H0z'/%3E%3C/svg%3E")}.component-homepage-benefits-grid .grid-item[data-id="3"] .grid-item-cta .btn:hover{border-color:#8f69fe}@media (max-width: 780px){.component-homepage-benefits-grid .grid-item .grid-item-cta .btn{color:#fff}.component-homepage-benefits-grid .grid-item .grid-item-cta .btn .format-arrow:before{background:#fff}.component-homepage-benefits-grid .grid-item .grid-item-cta .btn .format-arrow .fill{fill:#fff}.component-homepage-benefits-grid .grid-item[data-id="1"] .grid-item-cta .btn{background:#ff6687;border-color:#ff6687}.component-homepage-benefits-grid .grid-item[data-id="2"] .grid-item-cta .btn{background:#5db2a0;border-color:#5db2a0}.component-homepage-benefits-grid .grid-item[data-id="3"] .grid-item-cta .btn{background:#8f69fe;border-color:#8f69fe}}.component-homepage-benefits-grid[data-focused-item="-1"] .component-title,.component-homepage-benefits-grid[data-focused-item="-1"] .grid-item{opacity:1}.component-homepage-benefits-grid[data-focused-item="1"] .grid-item[data-id="1"]{opacity:1}.component-homepage-benefits-grid[data-focused-item="2"] .grid-item[data-id="2"]{opacity:1}.component-homepage-benefits-grid[data-focused-item="3"] .grid-item[data-id="3"]{opacity:1}.component-homepage-benefits-grid .cta{position:relative;width:25.5vw;margin:-5vw 3.5vw 0 0}@media (min-width: 0px){.component-homepage-benefits-grid .cta h5{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}@media (max-width: 1279px){.component-homepage-benefits-grid .cta{display:none}}.component-homepage-discover{position:relative;overflow:hidden}@media (max-width: 1279px){.component-homepage-discover{padding:0 0 100px 0}}@media (min-width: 1280px){.component-homepage-discover{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.component-homepage-masthead+.component-homepage-discover{margin-top:-5.555555555555556vw;z-index:3}.component-homepage-discover .column:first-child{margin-top:5.555555555555556vw;width:35%;box-sizing:border-box;padding:7vw 4.75vw 7vw 7vw}.component-homepage-discover .column:last-child{width:65%}}.component-homepage-discover .links{position:relative;margin:0;padding:0;list-style:none}.component-homepage-discover .link-item{position:relative}@media (max-width: 1279px){.component-homepage-discover .link-item{position:absolute;width:100%;display:block;margin:0;padding:0;text-align:center;opacity:0;transition:all 300ms linear 0ms}.component-homepage-discover .link-item.active{position:relative;z-index:5;opacity:1}.component-homepage-discover .link-item h2{padding:2em 0 1em 0;font-family:averta-pe, arial, sans-serif;text-transform:none}.component-homepage-discover .link-item p{display:none}}@media (min-width: 1280px){.component-homepage-discover .link-item{padding:0;margin:0 0 3.5vw 0;min-height:8vw}.component-homepage-discover .link-item:before,.component-homepage-discover .link-item:after{content:" ";display:table}.component-homepage-discover .link-item:after{clear:both}.component-homepage-discover .link-item a{position:relative;display:block;float:left;z-index:2;overflow:hidden}.component-homepage-discover .link-item a:before{position:absolute;left:0;top:0;height:8em;width:25vw;content:"";z-index:1}.component-homepage-discover .link-item h2{position:relative;font-family:averta-pe, arial, sans-serif;font-size:3.333333333333333vw;font-weight:700;float:left;z-index:2}.component-homepage-discover .link-item p{position:relative;overflow:hidden;max-height:0em;white-space:nowrap;transition:max-height 300ms ease-in-out 0ms, border 300ms ease-in-out 0ms, width 300ms ease-in-out 0ms;z-index:2;clear:left;float:left;width:100%;border-bottom:1px solid #6d6d6d}.component-homepage-discover .link-item p .cta{margin:1em 0;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;transition:all 300ms ease-in-out 0ms}.component-homepage-discover .link-item p .cta .format-arrow{margin-left:1em}.component-homepage-discover .link-item p .cta .format-arrow:before{transition:all 300ms ease-in-out 0ms}.component-homepage-discover .link-item p .cta .format-arrow .fill{fill:#fff;transition:all 300ms ease-in-out 0ms}}@media (min-width: 1280px) and (hover: hover){.component-homepage-discover .link-item p .cta:hover{color:#fff !important}.component-homepage-discover .link-item p .cta:hover .format-arrow{margin-left:1em}.component-homepage-discover .link-item p .cta:hover .format-arrow:before{background:#fff !important}.component-homepage-discover .link-item p .cta:hover .format-arrow .fill{fill:#fff !important}}@media (min-width: 1280px) and (hover: hover){html[lang="en"] .component-homepage-discover .link-item a:hover p{width:9em;transition:max-height 300ms ease-in-out 0ms, border 300ms ease-in-out 0ms, width 300ms ease-in-out 200ms}}@media (min-width: 1280px) and (hover: hover){.component-homepage-discover .link-item a:hover p{max-height:4em}}@media (min-width: 1280px) and (hover: hover){.component-homepage-discover .link-item.color-orange a:hover p{border-color:#eda053;color:#eda053}.component-homepage-discover .link-item.color-orange a:hover p .format-arrow:before{background:#eda053}.component-homepage-discover .link-item.color-orange a:hover p .format-arrow .fill{fill:#eda053}}@media (min-width: 1280px) and (hover: hover){.component-homepage-discover .link-item.color-cyan a:hover p{border-color:#6dbcdb;color:#6dbcdb}.component-homepage-discover .link-item.color-cyan a:hover p .format-arrow:before{background:#6dbcdb}.component-homepage-discover .link-item.color-cyan a:hover p .format-arrow .fill{fill:#6dbcdb}}@media (min-width: 1280px) and (hover: hover){.component-homepage-discover .link-item.color-yellow a:hover p{border-color:#f6c562;color:#f6c562}.component-homepage-discover .link-item.color-yellow a:hover p .format-arrow:before{background:#f6c562}.component-homepage-discover .link-item.color-yellow a:hover p .format-arrow .fill{fill:#f6c562}}.component-homepage-discover .help{color:#aaa;text-transform:uppercase}@media (min-width: 0px){.component-homepage-discover .help{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}@media (max-width: 1279px){.component-homepage-discover .help{display:none}}.component-homepage-discover .description{position:relative}@media (max-width: 1279px){.component-homepage-discover .description{padding-left:16px}}@media (max-width: 780px){.component-homepage-discover .description{padding-left:12px}}@media (max-width: 1279px){.component-homepage-discover .description .carousel{position:relative;width:86.5vw}}@media (max-width: 1279px) and (max-width: 1279px){.component-homepage-discover .description .carousel:after{content:'flickity';display:none}}.component-homepage-discover .description .carousel .flickity-viewport{overflow:visible !important}.component-homepage-discover .description .carousel .flickity-page-dots .dot{background:#aaa}.component-homepage-discover .description .carousel .flickity-page-dots .dot.is-selected{background:#fff}.component-homepage-discover .description .carousel .flickity-button{z-index:10}.component-homepage-discover .description .carousel .flickity-button-icon{fill:#fff}.component-homepage-discover .description-panel{position:relative;width:100%;min-height:56vw;overflow:hidden}@media (max-width: 780px){.component-homepage-discover .description-panel .panel-inner{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;flex-direction:column}.component-homepage-discover .description-panel .text{order:1}.component-homepage-discover .description-panel .character{order:2}.component-homepage-discover .description-panel .stats{order:3}}@media (max-width: 1279px){.component-homepage-discover .description-panel{position:relative;left:0;top:0;width:100%;min-height:54vw;overflow:hidden;z-index:10;opacity:1}.component-homepage-discover .description-panel .panel-inner{position:relative;margin:0 16px;min-height:71vw;overflow:hidden}}@media (max-width: 1279px) and (max-width: 1024px){.component-homepage-discover .description-panel .panel-inner{min-height:79vw}}@media (max-width: 1279px) and (max-width: 896px){.component-homepage-discover .description-panel .panel-inner{min-height:96vw}}@media (max-width: 1279px) and (max-width: 780px){.component-homepage-discover .description-panel .panel-inner{margin:0 12px}}@media (min-width: 1280px){.component-homepage-discover .description-panel{position:absolute;left:0;top:0;width:100%;min-height:62vw;overflow:hidden;transition:opacity 600ms ease-in-out 0ms;opacity:0}.component-homepage-discover .description-panel:first-child{position:relative}.component-homepage-discover .description-panel.active{display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:flex-start;align-items:stretch;z-index:10;opacity:1}}.component-homepage-discover .description-panel.color-orange .panel-inner{background:#eda053}.component-homepage-discover .description-panel.color-orange .fill{fill:#eda053}.component-homepage-discover .description-panel.color-cyan .panel-inner{background:#6dbcdb}.component-homepage-discover .description-panel.color-cyan .fill{fill:#6dbcdb}.component-homepage-discover .description-panel.color-yellow .panel-inner{background:#f6c562}.component-homepage-discover .description-panel.color-yellow .fill{fill:#f6c562}@media (max-width: 1279px){.component-homepage-discover .description-panel .bg svg{left:15% !important}}@media (max-width: 1279px) and (max-width: 896px){.component-homepage-discover .description-panel .bg svg{left:0 !important}}@media (max-width: 1279px){.component-homepage-discover .description-panel.color-orange .bg .overlay:after{background:#eda053}.component-homepage-discover .description-panel.color-cyan .bg .overlay:after{background:#6dbcdb}.component-homepage-discover .description-panel.color-yellow .bg .overlay:after{background:#f6c562}.component-homepage-discover .description-panel .bg .overlay:after{position:absolute;left:0;width:20.5%;top:0;bottom:0;content:""}}@media (max-width: 780px){.component-homepage-discover .description-panel .text{padding-bottom:16vw !important}.component-homepage-discover .description-panel.color-orange .text{background:#eda053}.component-homepage-discover .description-panel.color-cyan .text{background:#6dbcdb}.component-homepage-discover .description-panel.color-yellow .text{background:#f6c562}.component-homepage-discover .description-panel .text:after{position:absolute;height:16vw;left:-2px;right:-2px;bottom:-1px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 305.371 50'%3E%3Cpath d='M0 49.622V50h305.371V0z'/%3E%3C/svg%3E");background-size:100% auto;background-position:0 100%;background-repeat:no-repeat;content:"";z-index:5}}.component-homepage-discover .description-panel .bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.component-homepage-discover .description-panel .bg img{transform:translateX(100%);opacity:0;transition:transform 1200ms ease-in-out 0ms, opacity 600ms ease-in-out 600ms}.component-homepage-discover .description-panel .bg .overlay{transform:translateX(-100%);transition:all 1200ms ease-in-out 0ms}.component-homepage-discover .description-panel .bg.animation.animate img{transform:translateX(0%);opacity:1}.component-homepage-discover .description-panel .bg.animation.animate .overlay{transform:translateX(0%)}@media (min-width: 781px) and (max-width: 1279px){.component-homepage-discover .description-panel .bg.animation.animate .overlay{transform:translateX(-12%)}}.component-homepage-discover .description-panel .bg img{width:100%;height:100%;object-fit:cover}@media (max-width: 1279px){.component-homepage-discover .description-panel .bg img{object-position:100% 35%}}@media (max-width: 780px){.component-homepage-discover .description-panel .bg img{display:none}}.component-homepage-discover .description-panel .bg .overlay{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width: 780px){.component-homepage-discover .description-panel .bg .overlay{display:none}}.component-homepage-discover .description-panel .bg .overlay svg{position:absolute;left:0;top:0;height:100%}.component-homepage-discover .description-panel .bg .logos{position:absolute;top:7.5vw;right:3.4vw;width:22vw}@media (max-width: 1279px){.component-homepage-discover .description-panel .bg .logos{top:3.5vw}}@media (max-width: 896px){.component-homepage-discover .description-panel .bg .logos{top:7.5vw}}.component-homepage-discover .description-panel .text{position:relative;padding:5vw 3.4vw;box-sizing:border-box;padding-bottom:28vw}.component-homepage-discover .description-panel .text h2,.component-homepage-discover .description-panel .text h3,.component-homepage-discover .description-panel .text p{transform:translateY(2vw);opacity:0}.component-homepage-discover .description-panel .text.animation.animate h2,.component-homepage-discover .description-panel .text.animation.animate h3,.component-homepage-discover .description-panel .text.animation.animate p{transform:translateY(0vw);opacity:1}.component-homepage-discover .description-panel .text h2{font-size:32px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;max-width:29vw;color:#000;transition:all 600ms ease-in-out 250ms}@media (min-width: 375px) and (max-width: 550px){.component-homepage-discover .description-panel .text h2{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-homepage-discover .description-panel .text h2{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-homepage-discover .description-panel .text h2{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}@media (min-width: 1280px){.component-homepage-discover .description-panel .text h2{max-width:32vw}}.component-homepage-discover .description-panel .text h3{margin:0.75em 0 0 0;font-family:averta-pe,arial,sans-serif;text-transform:none;max-width:13em;color:#000;font-weight:700;transition:all 600ms ease-in-out 450ms}@media (min-width: 0px){.component-homepage-discover .description-panel .text h3{font-size:32px;line-height:34px}}.component-homepage-discover .description-panel .text p{margin:1.25em 0 0 0;max-width:24vw;font-size:18px;line-height:1.5555555556;transition:all 600ms ease-in-out 650ms}@media (min-width: 375px) and (max-width: 550px){.component-homepage-discover .description-panel .text p{font-size:18px}}@media (min-width: 551px) and (max-width: 1279px){.component-homepage-discover .description-panel .text p{font-size:18px;line-height:1.5555555556}}@media (min-width: 1280px){.component-homepage-discover .description-panel .text p{font-size:calc(100vw  *  .0111111111);line-height:1.5555555556}}.component-homepage-discover .description-panel .text p em{font-size:18px;line-height:1.5555555556}@media (min-width: 375px) and (max-width: 550px){.component-homepage-discover .description-panel .text p em{font-size:18px}}@media (min-width: 551px) and (max-width: 1279px){.component-homepage-discover .description-panel .text p em{font-size:18px;line-height:1.5555555556}}@media (min-width: 1280px){.component-homepage-discover .description-panel .text p em{font-size:calc(100vw  *  .0111111111);line-height:1.5555555556}}@media (max-width: 1279px){.component-homepage-discover .description-panel .text h2{font-size:40px;line-height:1;max-width:38vw}.component-homepage-discover .description-panel .text h3{font-size:18px;line-height:1.4;max-width:30vw}}.component-homepage-discover .description-panel .text p{max-width:24vw;color:#000}@media (max-width: 780px){.component-homepage-discover .description-panel .text h2,.component-homepage-discover .description-panel .text h3,.component-homepage-discover .description-panel .text p{max-width:95%;z-index:6}.component-homepage-discover .description-panel .text p{padding-right:29%}}.component-homepage-discover .description-panel .text .btn{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;white-space:nowrap}.component-homepage-discover .description-panel .text .cta{margin-top:50px}.component-homepage-discover .description-panel .text .cta:before,.component-homepage-discover .description-panel .text .cta:after{content:" ";display:table}.component-homepage-discover .description-panel .text .cta:after{clear:both}@media (min-width: 1280px){.component-homepage-discover .description-panel .text .cta{display:none}}.component-homepage-discover .description-panel .text .cta .btn{float:left;padding:8px 15px 9px 15px}.component-homepage-discover .description-panel .text .format-arrow{margin:0 0 0 10px}.component-homepage-discover .description-panel .text .format-arrow:before{background:#000}.component-homepage-discover .description-panel .text .format-arrow .fill{fill:#000}.component-homepage-discover .description-panel .stats{position:relative;margin:auto 0 7.15vw 14.5vw;padding:2vw 3vw;box-sizing:border-box;background:#000;width:31vw;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;box-shadow:0 0 50px 0 rgba(0,0,0,0.5)}@media (max-width: 1279px){.component-homepage-discover .description-panel .stats{position:absolute;bottom:3.4vw;right:3.4vw;margin:0;min-width:320px}}@media (min-width: 1280px){.component-homepage-discover .description-panel .stats{position:absolute;left:0;bottom:0}}@media (max-width: 780px){.component-homepage-discover .description-panel .stats{position:relative;width:100%;margin:0;padding:0;bottom:auto;right:auto;padding:11vw 0 0 0;z-index:5;background:#000;min-width:0}.component-homepage-discover .description-panel .stats .stat .value{font-size:18vw !important}}.component-homepage-discover .description-panel .stats .stat-item{position:relative;width:42%}.component-homepage-discover .description-panel .character{position:absolute}@media (max-width: 780px){.component-homepage-discover .description-panel .character{position:relative;width:100%;height:0}}@media (min-width: 1280px){.component-homepage-discover .description-panel[data-id="1"] .character{left:1vw;bottom:0.2vw}.component-homepage-discover .description-panel[data-id="1"] .character img{height:28vw}}@media (min-width: 781px) and (max-width: 1279px){.component-homepage-discover .description-panel[data-id="1"] .character{left:31vw;bottom:0}.component-homepage-discover .description-panel[data-id="1"] .character img{height:20vw;transform:translateX(-50%)}}@media (max-width: 780px){.component-homepage-discover .description-panel[data-id="1"] .character{z-index:4}.component-homepage-discover .description-panel[data-id="1"] .character img{position:absolute;right:-2%;bottom:10vw;z-index:4;height:32.5vw}}@media (min-width: 1280px){.component-homepage-discover .description-panel[data-id="2"] .character{left:1.5vw;bottom:-0.5vw}.component-homepage-discover .description-panel[data-id="2"] .character img{height:28vw}}@media (min-width: 781px) and (max-width: 1279px){.component-homepage-discover .description-panel[data-id="2"] .character{left:33vw;bottom:0}.component-homepage-discover .description-panel[data-id="2"] .character img{height:20vw;transform:translateX(-50%)}}@media (max-width: 780px){.component-homepage-discover .description-panel[data-id="2"] .character{z-index:4}.component-homepage-discover .description-panel[data-id="2"] .character img{position:absolute;right:-6%;bottom:10vw;z-index:4;height:33vw}}@media (min-width: 1280px){.component-homepage-discover .description-panel[data-id="3"] .character{left:3vw;bottom:-3.4vw}.component-homepage-discover .description-panel[data-id="3"] .character img{height:32.5vw}}@media (min-width: 781px) and (max-width: 1279px){.component-homepage-discover .description-panel[data-id="3"] .character{left:33vw;bottom:0}.component-homepage-discover .description-panel[data-id="3"] .character img{height:20vw;transform:translateX(-50%)}}@media (max-width: 780px){.component-homepage-discover .description-panel[data-id="3"] .character{z-index:4}.component-homepage-discover .description-panel[data-id="3"] .character img{position:absolute;right:-8%;height:36vw;bottom:10vw;z-index:4}}.component-homepage-masthead{position:relative;overflow:hidden}@media (orientation: landscape){.component-homepage-masthead{min-height:68.125vw}}@media (orientation: portrait){.component-homepage-masthead{min-height:150vw}}.component-homepage-masthead .bg{position:absolute;left:0;top:0;width:100%;height:100%}@media (orientation: landscape){.component-homepage-masthead .bg:after{position:absolute;left:0;top:0;right:0;bottom:0;background:linear-gradient(to right, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);content:""}}@media (orientation: portrait){.component-homepage-masthead .bg:after{position:absolute;left:0;top:0;right:0;bottom:0;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);content:""}}.component-homepage-masthead .bg img{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transform:scale(1.25);transform-origin:50% 50%;transition:transform 300ms ease-in-out 0ms, opacity 250ms ease-in-out 0ms;object-fit:cover}.component-homepage-masthead .bg.active img{transform:scale(1);opacity:1}.component-homepage-masthead .component-inner{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:flex-start}@media (orientation: landscape){.component-homepage-masthead .component-inner{min-height:calc(100vh + 80px)}}@media (orientation: portrait){.component-homepage-masthead .component-inner{min-height:calc(100vh + 80px)}}.component-homepage-masthead .component-inner h1,.component-homepage-masthead .component-inner p{transform:translateY(2vw);opacity:0}.component-homepage-masthead .component-inner.animation.animate h1,.component-homepage-masthead .component-inner.animation.animate p{transform:translateY(0vw);opacity:1}.component-homepage-masthead .component-inner h1{transition:all 600ms ease-in-out 250ms}.component-homepage-masthead .component-inner p{transition:all 600ms ease-in-out 450ms;margin:0.75em 0 2em 0}@media (min-width: 0px){.component-homepage-masthead .component-inner p{font-size:32px;line-height:34px}}.component-homepage-masthead .component-inner .text{max-width:none}@media (min-width: 535px){.component-homepage-masthead .component-inner .text{max-width:80vw}}@media (min-width: 1024px){.component-homepage-masthead .component-inner .text{max-width:65vw}}@media (min-width: 1440px){.component-homepage-masthead .component-inner .text{max-width:42vw}}.component-homepage-masthead .component-inner .btn{box-shadow:0 10px 10px 0 rgba(0,0,0,0.2)}.component-info-card-grid{position:relative;overflow:hidden;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}@media (max-width: 780px){.component-info-card-grid .component-inner{padding-left:0;padding-right:0;padding-bottom:18vw}}@media (min-width: 1280px){.component-adexperiences-discover+.component-info-card-grid{top:-7.5vw;padding-top:7.5vw;margin-bottom:-7.5vw}}.component-info-card-grid .intro{position:relative;text-align:center;padding:7.8vw 0 4.5vw 0}.component-info-card-grid .intro h2{width:100%;font-size:32px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;color:#fff;text-transform:uppercase;text-align:center}@media (min-width: 375px) and (max-width: 550px){.component-info-card-grid .intro h2{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-info-card-grid .intro h2{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-info-card-grid .intro h2{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.component-info-card-grid .carousel{position:relative}@media (min-width: 781px){.component-info-card-grid .carousel{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch}}@media (min-width: 781px) and (max-width: 1279px){.component-info-card-grid .carousel{padding:0 calc(10.8vw - 32px)}}@media (max-width: 780px){.component-info-card-grid .carousel{width:86.5vw}.component-info-card-grid .carousel .card-inner{position:relative;margin:0 16px;overflow:hidden}.component-info-card-grid .carousel:after{content:'flickity';display:none}}.component-info-card-grid .carousel .flickity-viewport{overflow:visible !important}.component-info-card-grid .carousel .flickity-page-dots .dot{background:#aaa}.component-info-card-grid .carousel .flickity-page-dots .dot.is-selected{background:#fff}.component-info-card-grid .carousel .flickity-button{z-index:10}.component-info-card-grid .carousel .flickity-button-icon{fill:#fff}@media (max-width: 780px){.component-info-card-grid .carousel{display:block}}.component-info-card-grid .card-item{position:relative;width:19.8vw}@media (min-width: 781px){.component-info-card-grid .card-item{box-shadow:0 0 40px 10px rgba(0,0,0,0.5);background-color:#000}}@media (min-width: 781px) and (max-width: 1279px){.component-info-card-grid .card-item{width:38vw;margin:0 0 2.4vw 0}}@media (max-width: 780px){.component-info-card-grid .card-item{width:86.5vw}}.component-info-card-grid .card-item .card-inner{position:relative;padding:2vw 2vw 36px 2vw;box-sizing:border-box;min-height:100%}@media (max-width: 780px){.component-info-card-grid .card-item .card-inner{box-shadow:0 0 40px 10px rgba(0,0,0,0.5);background-color:#000}}@media (max-width: 780px){.component-info-card-grid .card-item .card-inner{padding:36px;box-sizing:border-box}}.component-info-card-grid .card-item h3{position:relative;display:flex;flex-wrap:nowrap;justify-content:center;align-items:flex-end;min-height:3em;padding:0 2vw 0.5em 2vw;margin:0 0 0.5em 0;color:#5ebcd9;font-family:averta-pe,arial,sans-serif;text-align:center}@media (min-width: 0px){.component-info-card-grid .card-item h3{font-size:32px;line-height:34px}}.component-info-card-grid .card-item h3:after{position:absolute;top:100%;left:50%;margin-left:-2.8vw;width:5.6vw;height:1px;background:#94e7ff;content:""}.component-info-card-grid .card-item p{text-align:center}@media (max-width: 1279px){.component-info-card-grid .card-item p:last-child{min-height:10em}}.component-info-card-grid .cta{padding:4.5vw 0 9vw 0;text-align:center}@media (max-width: 780px){.component-info-card-grid .cta{display:none}}.component-insights-audience-esports{position:relative}@media (max-width: 1279px){.component-insights-audience-esports{overflow:hidden}}.component-insights-audience-esports img{max-width:100%}.component-insights-audience-esports>.bg{position:relative;width:100%;top:0;left:0;height:100vh;position:-webkit-sticky;position:sticky;background-position:50% 0;background-size:cover;z-index:1}@media (max-width: 1279px){.component-insights-audience-esports>.bg{position:absolute;background-size:100% auto;height:100%}}@media (max-width: 780px){.component-insights-audience-esports>.bg{position:absolute;background-size:175% auto;height:100%}}.component-insights-audience-esports>.bg:before{position:absolute;left:0;right:0;bottom:0;height:20vw;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);content:"";z-index:2}@media (min-width: 1280px){.component-insights-audience-esports>.bg{background-size:120% auto;background-repeat:repeat-y;background-position:0% 0;transform:scale(1.2);transform-origin:100% 50%;transition:transform 600ms ease-in-out 0ms, background 600ms ease-in-out 0ms}}@media (min-width: 1280px){.component-insights-audience-esports.animate .bg{background-position:50% 0;transform:scale(1)}}.component-insights-audience-esports .component-inner{margin-top:-100vh;z-index:3}@media (max-width: 1279px){.component-insights-audience-esports .component-inner{padding-left:0;padding-right:0;padding-top:26.85546875vw;padding-top:108vw}}@media (max-width: 780px){.component-insights-audience-esports .component-inner{margin-top:0;padding-top:50vw}}@media (min-width: 1280px){.component-insights-audience-esports .component-inner{padding-left:15vw;padding-right:15vw;padding-top:26vw}}.component-insights-audience-esports .component-inner .content{position:relative}@media (max-width: 780px){.component-insights-audience-esports .component-inner .content{padding:0}}.component-insights-audience-esports .component-inner .content-inner{position:relative;padding:5.5vw 7.2vw}@media (max-width: 780px){.component-insights-audience-esports .component-inner .content-inner{padding:0}}.component-insights-audience-esports .intro{position:relative;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1022 871.999'%3E%3Cpath fill='%23DAAE53' d='M0 46h1022v825.999H0z'/%3E%3Cpath fill='%23F5C462' d='M835 0H0v871.999h1022V475'/%3E%3Cpath fill='%23DAAE53' d='M0 872V54l342 818z'/%3E%3C/svg%3E") no-repeat 0 0;background-size:100% auto}@media (max-width: 780px){.component-insights-audience-esports .intro{background:#fbc669}}.component-insights-audience-esports .intro .text{position:relative;max-width:60%;z-index:10;color:#000}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-esports .intro .text{min-height:20vw}}.component-insights-audience-esports .intro h2{font-size:40px;line-height:1;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-insights-audience-esports .intro h2{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-audience-esports .intro h2{font-size:50px;line-height:1}}@media (min-width: 1280px){.component-insights-audience-esports .intro h2{font-size:calc(100vw  *  .049382716);line-height:.875}}.component-insights-audience-esports .intro h3{font-family:averta-pe,arial,sans-serif}@media (min-width: 0px){.component-insights-audience-esports .intro h3{font-size:24px;line-height:28px}}.component-insights-audience-esports .intro .photo{position:absolute;top:-6vw;right:-5vw;bottom:0;width:34vw;z-index:9;overflow:hidden}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-esports .intro .photo{width:42vw;top:-1vw;right:-1vw}}.component-insights-audience-esports .intro .photo img{position:absolute;width:100%;left:0;top:0}@media (max-width: 896px){.component-insights-audience-esports .intro{background:#f6c562}.component-insights-audience-esports .intro .content-inner{display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:flex-start;align-items:stretch}.component-insights-audience-esports .intro .content-inner .photo{order:1;position:relative;top:0;left:0;right:auto;bottom:auto;width:auto;height:71vw;background:#d9ad53;overflow:visible}.component-insights-audience-esports .intro .content-inner .photo img{transform:translateY(-23vw)}.component-insights-audience-esports .intro .content-inner .text{order:2;position:relative;max-width:none;padding:36px 24px;background:#f6c562}.component-insights-audience-esports .intro .content-inner .text:after{position:absolute;top:0;left:-1px;width:100.5%;height:16.5vw;margin:-16vw 0 0 0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305.371' height='58' viewBox='0 247 305.371 58'%3E%3Cpath fill='%23f6c562' d='M0 296.622V305h305.371v-58z'/%3E%3C/svg%3E") no-repeat 0 0;background-size:100% auto;content:""}}.component-insights-audience-esports .stats-upper{position:relative;background:#000}.component-insights-audience-esports .stats-upper .content-inner{padding-top:0}.component-insights-audience-esports .stats-upper .stats{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;max-width:55vw;margin:0 auto}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-esports .stats-upper .stats{max-width:69vw}}.component-insights-audience-esports .stats-upper .stats .stat-item{width:14vw;margin:3.4vw 4.5vw 0 4.5vw}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-esports .stats-upper .stats .stat-item{width:20vw}}@media (max-width: 780px){.component-insights-audience-esports .stats-upper .stats .stat-item{width:64vw;margin:7.5vw auto 7.5vw auto}}.component-insights-audience-esports .stats-upper .stats .stat-item .stat.single .value{font-size:150px;line-height:.4666666667;font-weight:800}@media (min-width: 375px) and (max-width: 550px){.component-insights-audience-esports .stats-upper .stats .stat-item .stat.single .value{font-size:150px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-audience-esports .stats-upper .stats .stat-item .stat.single .value{font-size:115px;line-height:.7826086957}}@media (min-width: 1280px){.component-insights-audience-esports .stats-upper .stats .stat-item .stat.single .value{font-size:calc(100vw  *  .0617283951);line-height:.9}}@media (max-width: 780px){.component-insights-audience-esports .stats-upper .stats .stat-item .stat.single .value{font-size:32vw !important}.component-insights-audience-esports .stats-upper .stats .stat-item .stat.single .unit{font-size:16vw !important;position:relative;transform:translateY(35%)}}@media (min-width: 781px){.component-insights-audience-esports .stats-upper .stats .stat-item:nth-child(1){margin-left:20.5vw;margin-right:20.5vw}}.component-insights-audience-esports .stats-upper .stats .stat-item:nth-child(1) .figure-content{padding-top:80%}.component-insights-audience-esports .stats-upper .stats .stat-item:nth-child(1) .stat.single{border-top:none}.component-insights-audience-esports .stats-upper .stats .stat-item:nth-child(1) .stat.single .value{font-size:175px;line-height:.4;font-weight:800}@media (min-width: 375px) and (max-width: 550px){.component-insights-audience-esports .stats-upper .stats .stat-item:nth-child(1) .stat.single .value{font-size:175px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-audience-esports .stats-upper .stats .stat-item:nth-child(1) .stat.single .value{font-size:125px;line-height:.72}}@media (min-width: 1280px){.component-insights-audience-esports .stats-upper .stats .stat-item:nth-child(1) .stat.single .value{font-size:calc(100vw  *  .0925925926);line-height:.6}}@media (max-width: 780px){.component-insights-audience-esports .stats-upper .stats .stat-item:nth-child(1) .stat.single .value{font-size:36vw !important}.component-insights-audience-esports .stats-upper .stats .stat-item:nth-child(1) .stat.single .unit{font-size:18vw !important;position:relative;transform:translateY(35%)}}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-esports .stats-upper .stats .stat-item:nth-child(1){margin-left:24.5vw;margin-right:24.5vw}}.component-insights-audience-esports .stats-upper .stats .stat-item .label{color:#ffe4b6 !important;font-weight:700 !important}@media (max-width: 780px){.component-insights-audience-esports .stats-upper .stats .stat-item .label{max-width:19em}}.component-insights-audience-esports .stats-upper .character{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:9vw}.component-insights-audience-esports .stats-upper .character img{width:100%;margin:0 auto}@media (max-width: 780px){.component-insights-audience-esports .stats-upper .character{position:relative;left:auto;bottom:auto;width:100%;transform:none}.component-insights-audience-esports .stats-upper .character img{width:auto;max-width:50%}}.component-insights-audience-esports .stats-lower{position:relative;background:linear-gradient(to bottom, #282828 0%, #000 100%)}.component-insights-audience-esports .stats-lower .content-inner{position:relative;padding:0.5vw 7.2vw 1vw 7.2vw}@media (max-width: 780px){.component-insights-audience-esports .stats-lower .content-inner{padding-top:36px !important}}.component-insights-audience-esports .stats-lower .stats{position:relative}@media (max-width: 780px){.component-insights-audience-esports .stats-lower .stats{padding:50px 24px 0 24px}}.component-insights-audience-esports .stats-lower .stats .fans-graph{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;max-width:46vw;margin:0 auto}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-esports .stats-lower .stats .fans-graph{max-width:60vw}}@media (max-width: 780px){.component-insights-audience-esports .stats-lower .stats .fans-graph{position:relative;max-width:none;width:53vw;margin:0 auto;display:block}}.component-insights-audience-esports .stats-lower .stats .cod,.component-insights-audience-esports .stats-lower .stats .overwatch{background:#d9ad53;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;box-sizing:border-box;color:#000;width:0%;overflow:hidden;transition:all 600ms linear 0ms;white-space:nowrap;min-height:150px}.component-insights-audience-esports .stats-lower .stats .cod p,.component-insights-audience-esports .stats-lower .stats .overwatch p{margin:0;padding:24px;font-family:averta-pe,arial,sans-serif;font-weight:800;text-transform:uppercase;font-size:14px}@media (max-width: 780px){.component-insights-audience-esports .stats-lower .stats .cod,.component-insights-audience-esports .stats-lower .stats .overwatch{width:100% !important;text-align:center;display:block;min-height:0px}.component-insights-audience-esports .stats-lower .stats .cod P,.component-insights-audience-esports .stats-lower .stats .overwatch P{margin:0;padding:80px 16px;text-align:center}}.component-insights-audience-esports .stats-lower .stats .cod.animate,.component-insights-audience-esports .stats-lower .stats .overwatch.animate{width:50%}.component-insights-audience-esports .stats-lower .stats .cod{background:#f6c562;color:#f6c562;width:0%}.component-insights-audience-esports .stats-lower .stats .cod.animate{width:33%;color:#000}.component-insights-audience-esports .stats-lower .stats .overwatch{color:#d9ad53}.component-insights-audience-esports .stats-lower .stats .overwatch.animate{width:50%;color:#000}.component-insights-audience-esports .stats-lower .stats .text{position:relative;padding:0 0 0 10.6666666667px;min-height:150px}.component-insights-audience-esports .stats-lower .stats .text h3{font-size:40px;line-height:1;color:#f6c562}@media (min-width: 375px) and (max-width: 550px){.component-insights-audience-esports .stats-lower .stats .text h3{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-audience-esports .stats-lower .stats .text h3{font-size:50px;line-height:1}}@media (min-width: 1280px){.component-insights-audience-esports .stats-lower .stats .text h3{font-size:calc(100vw  *  .049382716);line-height:.875}}.component-insights-audience-esports .stats-lower .stats .text h3 .unit{font-size:50%}.component-insights-audience-esports .stats-lower .stats .text p{font-family:averta-pe,arial,sans-serif;font-weight:800;font-size:14px;text-transform:uppercase}@media (max-width: 780px){.component-insights-audience-esports .stats-lower .stats .text{text-align:center;padding:24px 0 0 0}.component-insights-audience-esports .stats-lower .stats .text h3{font-size:80px !important;border-bottom:1px solid #d9ad53}}.component-insights-audience-esports .stats-lower .divider{position:relative;max-width:50vw;margin:50px auto;overflow:hidden;text-align:center}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-esports .stats-lower .divider{max-width:66vw}}@media (max-width: 780px){.component-insights-audience-esports .stats-lower .divider{max-width:none}}.component-insights-audience-esports .stats-lower .divider h3{position:relative;display:inline-block;font-family:averta-pe,arial,sans-serif;font-weight:800;text-transform:uppercase;color:#979797;margin:0 auto;font-size:14px !important;letter-spacing:2px}.component-insights-audience-esports .stats-lower .divider h3:before{position:absolute;left:100%;top:50%;width:55vw;border-bottom:1px solid #979797;content:"";margin-left:24px}.component-insights-audience-esports .stats-lower .divider h3:after{position:absolute;right:100%;top:50%;width:55vw;border-bottom:1px solid #979797;content:"";margin-right:24px}.component-insights-audience-esports .stats-lower .logo-garden{position:relative;max-width:46vw;margin:0 auto}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-esports .stats-lower .logo-garden{max-width:80vw}}@media (max-width: 780px){.component-insights-audience-esports .stats-lower .logo-garden{max-width:none;padding:0 16px}}.component-insights-audience-esports .stats-lower .logo-garden ul{position:relative;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}@media (min-width: 781px){.component-insights-audience-esports .stats-lower .logo-garden ul{flex-wrap:nowrap}}.component-insights-audience-esports .stats-lower .logo-garden ul li{margin:0;padding:16px 36px}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-esports .stats-lower .logo-garden ul li{padding:10.6666666667px 24px}}@media (max-width: 780px){.component-insights-audience-esports .stats-lower .logo-garden ul li{padding:10.6666666667px;box-sizing:border-box;max-width:50%;flex-basis:50%}.component-insights-audience-esports .stats-lower .logo-garden ul li:nth-child(1){order:1}.component-insights-audience-esports .stats-lower .logo-garden ul li:nth-child(2){order:3;max-width:100%;flex-basis:100%}.component-insights-audience-esports .stats-lower .logo-garden ul li:nth-child(3){order:2}.component-insights-audience-esports .stats-lower .logo-garden ul li img{margin:0 auto}}.component-insights-audience-esports .outro{position:relative;padding:3.4vw 0 5.5vw 0;z-index:4}@media (max-width: 780px){.component-insights-audience-esports .outro{padding:50px 0}}.component-insights-audience-esports .outro .text *{color:#000}.component-insights-audience-esports .outro .block{margin-bottom:0 !important}@media (min-width: 781px){.component-insights-audience-esports .outro .block .text{margin-left:30% !important}.component-insights-audience-esports .outro .block .html[lang="en"]{margin-left:25% !important}}.component-insights-audience-mobile{position:relative}@media (max-width: 1279px){.component-insights-audience-mobile{overflow:hidden}}.component-insights-audience-mobile img{max-width:100%}.component-insights-audience-mobile>.bg{position:relative;width:100%;top:0;left:0;height:100vh;position:-webkit-sticky;position:sticky;background-position:50% 0;background-size:cover;z-index:1}@media (max-width: 1279px){.component-insights-audience-mobile>.bg{background-size:100% auto}}@media (max-width: 780px){.component-insights-audience-mobile>.bg{background-size:175% auto}}.component-insights-audience-mobile>.bg:before{position:absolute;left:0;right:0;bottom:0;height:20vw;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%);content:"";z-index:2}@media (min-width: 1280px){.component-insights-audience-mobile>.bg{background-size:120% auto;background-repeat:repeat-y;background-position:0% 0;transform:scale(1.2);transform-origin:100% 50%;transition:transform 600ms ease-in-out 0ms, background 600ms ease-in-out 0ms}}@media (min-width: 1280px){.component-insights-audience-mobile.animate .bg{background-position:50% 0;transform:scale(1)}}.component-insights-audience-mobile .component-inner{margin-top:-100vh;z-index:3}@media (max-width: 1279px){.component-insights-audience-mobile .component-inner{padding-left:0;padding-right:0;padding-top:26.85546875vw}}@media (max-width: 780px){.component-insights-audience-mobile .component-inner{padding-top:54vw}}@media (min-width: 1280px){.component-insights-audience-mobile .component-inner{padding-left:15vw;padding-right:15vw;padding-top:26vw}}.component-insights-audience-mobile .component-inner .content{position:relative}@media (max-width: 780px){.component-insights-audience-mobile .component-inner .content{padding:0}}.component-insights-audience-mobile .component-inner .content-inner{padding:5.5vw 7.2vw}@media (max-width: 780px){.component-insights-audience-mobile .component-inner .content-inner{padding:0}}.component-insights-audience-mobile .intro{position:relative;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1022 871.999'%3E%3Cpath fill='%23369ECA' d='M0 46h1022v825.999H0z'/%3E%3Cpath fill='%236EBCDB' d='M835 0H0v871.999h1022V475'/%3E%3Cpath fill='%23369ECA' d='M0 872V54l342 818z'/%3E%3C/svg%3E") no-repeat 0 0;background-size:100% auto}.component-insights-audience-mobile .intro .text{position:relative;max-width:55%;z-index:10;color:#000}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-mobile .intro .text{min-height:20vw}}.component-insights-audience-mobile .intro h2{font-size:40px;line-height:1;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-insights-audience-mobile .intro h2{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-audience-mobile .intro h2{font-size:50px;line-height:1}}@media (min-width: 1280px){.component-insights-audience-mobile .intro h2{font-size:calc(100vw  *  .049382716);line-height:.875}}.component-insights-audience-mobile .intro h3{font-family:averta-pe,arial,sans-serif}@media (min-width: 0px){.component-insights-audience-mobile .intro h3{font-size:24px;line-height:28px}}.component-insights-audience-mobile .intro .photo{position:absolute;top:-6vw;right:-3vw;bottom:0;width:34vw;z-index:9;overflow:hidden}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-mobile .intro .photo{width:40vw;top:-1vw;right:-5vw}}.component-insights-audience-mobile .intro .photo img{position:absolute;width:100%;left:0;top:0}@media (max-width: 780px){.component-insights-audience-mobile .intro{background:#5ebcd9}.component-insights-audience-mobile .intro .content-inner{display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:flex-start;align-items:stretch}.component-insights-audience-mobile .intro .content-inner .photo{order:1;position:relative;top:0;left:0;right:auto;bottom:auto;width:auto;height:71vw;background:#0a9dc8;overflow:visible}.component-insights-audience-mobile .intro .content-inner .photo img{transform:translateY(-25vw)}.component-insights-audience-mobile .intro .content-inner .text{order:2;position:relative;max-width:none;padding:36px 24px;background:#5ebcd9}.component-insights-audience-mobile .intro .content-inner .text:after{position:absolute;top:0;left:-1px;width:100.5%;height:16.5vw;margin:-16vw 0 0 0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305.371' height='58' viewBox='0 247 305.371 58'%3E%3Cpath fill='%236dbcdb' d='M0 296.622V305h305.371v-58z'/%3E%3C/svg%3E") no-repeat 0 0;background-size:100% auto;content:""}}.component-insights-audience-mobile .format-big-stat .figure-content{padding-top:80%}.component-insights-audience-mobile .stats-upper{position:relative;background:#000}.component-insights-audience-mobile .stats-upper .stats{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;max-width:55vw;margin:0 auto}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-mobile .stats-upper .stats{max-width:69vw}}@media (max-width: 780px){.component-insights-audience-mobile .stats-upper .stats{max-width:none;padding:0 24px;flex-direction:column}}.component-insights-audience-mobile .stats-upper .stats .stat-item{width:14vw;margin:3.4vw 4.5vw 0 4.5vw}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-mobile .stats-upper .stats .stat-item{width:20vw}}@media (max-width: 780px){.component-insights-audience-mobile .stats-upper .stats .stat-item{width:64vw;margin:7.5vw auto 7.5vw auto}}@media (min-width: 781px){.component-insights-audience-mobile .stats-upper .stats .stat-item:nth-child(1),.component-insights-audience-mobile .stats-upper .stats .stat-item:nth-child(2){margin-top:0}}.component-insights-audience-mobile .stats-upper .stats .stat-item .stat.single .value{font-size:150px;line-height:.4666666667;font-weight:800}@media (min-width: 375px) and (max-width: 550px){.component-insights-audience-mobile .stats-upper .stats .stat-item .stat.single .value{font-size:150px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-audience-mobile .stats-upper .stats .stat-item .stat.single .value{font-size:115px;line-height:.7826086957}}@media (min-width: 1280px){.component-insights-audience-mobile .stats-upper .stats .stat-item .stat.single .value{font-size:calc(100vw  *  .0617283951);line-height:.9}}@media (max-width: 780px){.component-insights-audience-mobile .stats-upper .stats .stat-item .stat.single .value{font-size:32vw !important}.component-insights-audience-mobile .stats-upper .stats .stat-item .stat.single .unit{font-size:16vw !important;position:relative;transform:translateY(35%)}}.component-insights-audience-mobile .stats-upper .stats .stat-item .format-big-stat{margin-left:10%;margin-right:10%;width:80%}.component-insights-audience-mobile .stats-upper .stats .stat-item .format-big-stat .figure-content{padding-top:80%}.component-insights-audience-mobile .stats-upper .stats .stat-item .label{color:#b1dae6 !important;font-weight:700 !important}@media (max-width: 780px){.component-insights-audience-mobile .stats-upper .stats .stat-item .label{max-width:19em}}.component-insights-audience-mobile .stats-upper .character{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:9.7vw}.component-insights-audience-mobile .stats-upper .character img{width:100%;margin:0 auto}@media (max-width: 780px){.component-insights-audience-mobile .stats-upper .character{position:relative;left:auto;bottom:auto;width:100%;transform:none}.component-insights-audience-mobile .stats-upper .character img{width:auto;max-width:50%}}.component-insights-audience-mobile .stats-lower{position:relative;background:linear-gradient(to bottom, #282828 0%, #000 50%, #282828 100%)}.component-insights-audience-mobile .stats-lower .content-inner{padding-top:0 !important;padding-bottom:2vw}.component-insights-audience-mobile .stats-lower .legal{font-size:12px;color:#666;opacity:0.7;text-align:center}.component-insights-audience-mobile .stats-lower .stats{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;max-width:46vw;margin:0 auto}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-mobile .stats-lower .stats{max-width:60vw}}@media (max-width: 780px){.component-insights-audience-mobile .stats-lower .stats{max-width:none;padding:0 24px}}.component-insights-audience-mobile .stats-lower .stats .stat-item{width:14vw;margin:3.4vw 0 0 0}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-mobile .stats-lower .stats .stat-item{max-width:20vw}}@media (max-width: 780px){.component-insights-audience-mobile .stats-lower .stats .stat-item{width:64vw;margin:7.5vw auto 7.5vw auto}}.component-insights-audience-mobile .stats-lower .stats .stat-item .figure-content{padding:0}.component-insights-audience-mobile .stats-lower .stats .stat-item .stat.single{position:static;border-top:none;border-bottom-width:1px;border-bottom-style:solid;padding:0 0 24px 0;font-size:80px;line-height:.875}@media (min-width: 375px) and (max-width: 550px){.component-insights-audience-mobile .stats-lower .stats .stat-item .stat.single{font-size:80px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-audience-mobile .stats-lower .stats .stat-item .stat.single{font-size:80px;line-height:.875}}@media (min-width: 1280px){.component-insights-audience-mobile .stats-lower .stats .stat-item .stat.single{font-size:calc(100vw  *  .0617283951);line-height:.9}}.component-insights-audience-mobile .stats-lower .stats .stat-item .stat.single .value{font-size:80px;line-height:.875;font-family:bebas-neue-pro,arial narrow,sans-serif;color:#fff}@media (min-width: 375px) and (max-width: 550px){.component-insights-audience-mobile .stats-lower .stats .stat-item .stat.single .value{font-size:80px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-audience-mobile .stats-lower .stats .stat-item .stat.single .value{font-size:80px;line-height:.875}}@media (min-width: 1280px){.component-insights-audience-mobile .stats-lower .stats .stat-item .stat.single .value{font-size:calc(100vw  *  .0617283951);line-height:.9}}.component-insights-audience-mobile .stats-lower .stats .stat-item .stat.single .unit{font-size:24px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;color:#fff;padding-left:0.1em}@media (min-width: 375px) and (max-width: 550px){.component-insights-audience-mobile .stats-lower .stats .stat-item .stat.single .unit{font-size:24px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-audience-mobile .stats-lower .stats .stat-item .stat.single .unit{font-size:32px;line-height:1}}@media (min-width: 1280px){.component-insights-audience-mobile .stats-lower .stats .stat-item .stat.single .unit{font-size:calc(100vw  *  .0296296296);line-height:1.0833333333}}@media (max-width: 780px){.component-insights-audience-mobile .stats-lower .stats .stat-item .stat.single .value{font-size:32vw !important}.component-insights-audience-mobile .stats-lower .stats .stat-item .stat.single .unit{font-size:16vw !important;position:relative;transform:translateY(35%)}}.component-insights-audience-mobile .stats-lower .stats .stat-item .label{color:#b1dae6 !important;font-weight:800}@media (max-width: 780px){.component-insights-audience-mobile .stats-lower .stats .stat-item .label{max-width:19em}}.component-insights-audience-mobile .stats-lower .divider{position:relative;max-width:50vw;margin:50px auto;overflow:hidden;text-align:center}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-mobile .stats-lower .divider{max-width:66vw}}@media (max-width: 780px){.component-insights-audience-mobile .stats-lower .divider{max-width:none}}.component-insights-audience-mobile .stats-lower .divider h3{position:relative;display:inline-block;font-family:averta-pe,arial,sans-serif;font-weight:800;text-transform:uppercase;color:#979797;margin:0 auto;font-size:14px !important;letter-spacing:2px}.component-insights-audience-mobile .stats-lower .divider h3:before{position:absolute;left:100%;top:50%;width:55vw;border-bottom:1px solid #979797;content:"";margin-left:24px}.component-insights-audience-mobile .stats-lower .divider h3:after{position:absolute;right:100%;top:50%;width:55vw;border-bottom:1px solid #979797;content:"";margin-right:24px}.component-insights-audience-mobile .stats-lower .logo-garden{position:relative;max-width:46vw;margin:0 auto}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-mobile .stats-lower .logo-garden{max-width:80vw}}@media (max-width: 780px){.component-insights-audience-mobile .stats-lower .logo-garden{max-width:none;padding:0 16px}}.component-insights-audience-mobile .stats-lower .logo-garden ul{position:relative;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}@media (min-width: 781px){.component-insights-audience-mobile .stats-lower .logo-garden ul{flex-wrap:nowrap}}.component-insights-audience-mobile .stats-lower .logo-garden ul li{margin:0;padding:16px 36px}@media (min-width: 781px) and (max-width: 1279px){.component-insights-audience-mobile .stats-lower .logo-garden ul li{padding:10.6666666667px 24px}}@media (max-width: 780px){.component-insights-audience-mobile .stats-lower .logo-garden ul li{padding:10.6666666667px;box-sizing:border-box;max-width:50%;flex-basis:50%}.component-insights-audience-mobile .stats-lower .logo-garden ul li img{margin:0 auto}}.component-insights-detail{position:relative;background:#fff;color:#000;padding:40px 0}@media (min-width: 781px) and (max-width: 1279px){.component-insights-detail .header{position:relative;padding-left:32px;padding-right:32px}.component-insights-detail .header .header-inner{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start}}@media (min-width: 1280px){.component-insights-detail .header{position:-webkit-sticky;position:sticky;top:100px;height:600px;width:1px;z-index:5}.component-insights-detail .header .header-inner{position:absolute;left:6.6vw;top:0;width:calc((43.4vw - 260px) / 2);z-index:6}}.component-insights-detail .back{position:relative;z-index:6;margin:0 0 60px 0}@media (max-width: 780px){.component-insights-detail .back{text-align:center;margin:0 0 40px 0}}.component-insights-detail .back a{position:relative;padding:0 0 4px 0;border-bottom:1px solid #000;transition:all 150ms linear 0ms;font-family:averta-pe,arial,sans-serif;font-weight:800;text-transform:uppercase}.component-insights-detail .back a .fill{transition:all 150ms linear 0ms}@media (hover: hover){.component-insights-detail .back a:hover{color:#e67100;border-color:#e67100}.component-insights-detail .back a:hover .fill{fill:#e67100}}.component-insights-detail .back svg{width:18px;margin-right:4px}.component-insights-detail .share-panel{position:relative;z-index:7;text-align:center;width:90px}@media (max-width: 1279px){.component-insights-detail .share-panel{position:relative;top:0;width:auto;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center;float:right}}@media (max-width: 780px){.component-insights-detail .share-panel{position:fixed;z-index:10;bottom:0;left:0;width:100%;background:#000;height:auto;top:auto;box-sizing:border-box;padding:10.6666666667px 24px;overflow:hidden;justify-content:space-between}}.component-insights-detail .share-panel .links-group{border-top:1px solid #000;padding:24px 0 36px 0}@media (max-width: 1279px){.component-insights-detail .share-panel .links-group{padding:0 16px;border:0;border-left:1px solid #000;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}}@media (max-width: 780px){.component-insights-detail .share-panel .links-group{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;border:0}.component-insights-detail .share-panel .links-group p{color:#fff}.component-insights-detail .share-panel .links-group svg{filter:invert(1)}}@media (max-width: 780px) and (hover: hover){.component-insights-detail .share-panel .links-group svg:hover{filter:invert(0)}}@media (max-width: 780px){.component-insights-detail .share-panel .links-group.share li{padding:0 16px}.component-insights-detail .share-panel .links-group.rss p,.component-insights-detail .share-panel .links-group.download p{display:none}.component-insights-detail .share-panel .links-group.rss li,.component-insights-detail .share-panel .links-group.download li{padding:0}.component-insights-detail .share-panel .links-group.download{margin-left:auto}}.component-insights-detail .share-panel p{font-size:12px !important;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}@media (min-width: 0px){.component-insights-detail .share-panel p{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}@media (max-width: 1279px){.component-insights-detail .share-panel p{padding:0 0 2px 0;margin:0}}.component-insights-detail .share-panel .links{position:relative;display:block;margin:0;padding:0;list-style:none;text-align:center}@media (max-width: 1279px){.component-insights-detail .share-panel .links{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}}.component-insights-detail .share-panel .links li{margin:0;padding:16px 0 0 0}@media (max-width: 1279px){.component-insights-detail .share-panel .links li{padding:0 5.3333333333px;height:32px}}.component-insights-detail .share-panel .links li .fill{fill:#000;transition:all 150ms linear 0ms}@media (min-width: 781px){.component-insights-detail .share-panel .links li svg{display:block;margin:auto;transform:scale(1);border-radius:999px;transition:transform 150ms linear 0ms}.component-insights-detail .share-panel .links li:hover svg{filter:invert(1);transform:scale(1.3125);box-shadow:2px 2px 9px 0px #fff}}.component-insights-detail .share-panel svg{width:32px;height:32px;cursor:pointer}.component-insights-detail .intro{position:relative;max-width:820px;margin:0 auto;z-index:2;padding:0 0 40px 0}@media (max-width: 780px){.component-insights-detail .intro{padding-left:24px;padding-right:24px}}@media (min-width: 781px) and (max-width: 1279px){.component-insights-detail .intro{padding-left:32px;padding-right:32px}}@media (min-width: 1280px){.component-insights-detail .intro{margin:-600px auto 0 auto}}.component-insights-detail .intro .content{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start}@media (max-width: 780px){.component-insights-detail .intro .content{flex-direction:column;justify-content:flex-start;align-items:center;text-align:center}}.component-insights-detail .intro .casestudy-logo{margin:0 auto}@media (max-width: 1279px){.component-insights-detail .intro .casestudy-logo{margin:0 0 36px 0}}.component-insights-detail .intro .author{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}@media (max-width: 780px){.component-insights-detail .intro .author{flex-direction:column}}.component-insights-detail .intro .author .photo img{width:88px;margin:0 auto;border:8px solid #000;box-shadow:4px 4px 16px 0 rgba(0,0,0,0.3);border-radius:9999px}@media (max-width: 780px){.component-insights-detail .intro .author .photo img{width:64px;border:6px solid #000}}.component-insights-detail .intro .author .text{position:relative;padding:0 0 0 16px}.component-insights-detail .intro .author .text:first-child{padding-left:0}@media (max-width: 780px){.component-insights-detail .intro .author .text{padding:10.6666666667px 0 24px 0}}.component-insights-detail .intro .author .text .name{margin:0;padding:0;font-size:18px;font-weight:800 !important;line-height:1.3}.component-insights-detail .intro .author .text .timestamp{margin:0;padding:0;font-size:14px;font-weight:700;line-height:1.3;color:#379eca}.component-insights-detail .intro .readtime{margin:0;text-transform:uppercase;font-weight:800;font-size:14px}.component-insights-detail.insights-blog .intro{max-width:640px}.component-insights-detail .content{position:relative;z-index:1}.component-insights-detail .content:first-child{padding-top:30px}@media (min-width: 1280px){.component-insights-detail .header+.content{margin:-600px auto 0 auto}}@media (min-width: 1280px){.component-insights-detail .header+.intro+.content{margin:0 auto}}.component-insights-detail-masthead{position:relative;border-top:70px solid #000}.component-insights-detail-masthead[data-masthead-style="image"]{background:#000 !important}.component-insights-detail-masthead[data-masthead-style="solid"]{background:#f00}.component-insights-detail-masthead[data-masthead-style="solid"] .bg{display:none}.component-insights-detail-masthead.bg-cyan[data-masthead-style="solid"],.component-insights-detail-masthead.bg-blue[data-masthead-style="solid"]{background:#5ebcd9}.component-insights-detail-masthead.bg-pink[data-masthead-style="solid"]{background:#fe8ba4}.component-insights-detail-masthead.bg-purple[data-masthead-style="solid"]{background:#af95f3}.component-insights-detail-masthead.bg-yellow[data-masthead-style="solid"]{background:#fbc669}.component-insights-detail-masthead.bg-green[data-masthead-style="solid"]{background:#8dbfb3}.component-insights-detail-masthead.bg-orange[data-masthead-style="solid"]{background:#f4a15a}.component-insights-detail-masthead[data-masthead-style="solid"] *{color:#000}.component-insights-detail-masthead .bg{position:absolute;left:0;top:0;width:100%;height:38vw;overflow:hidden;background:#000}@media (max-width: 780px){.component-insights-detail-masthead .bg{height:82vw}}@media (min-width: 1280px){.component-insights-detail-masthead .bg{height:33vw}}.component-insights-detail-masthead .bg:after{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, #000 100%);content:""}@media (max-width: 780px){.component-insights-detail-masthead .bg:after{background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 75%, #000 100%)}}.component-insights-detail-masthead .bg img{position:relative;left:0;top:0;width:100%;height:100%;object-fit:cover}.component-insights-detail-masthead[data-masthead-style="image"] .component-inner{padding-top:18vw;padding-bottom:5.1vw}@media (max-width: 780px){.component-insights-detail-masthead[data-masthead-style="image"] .component-inner{padding-top:65vw;padding-bottom:13.6vw}}.component-insights-detail-masthead[data-masthead-style="solid"] .component-inner{padding-top:calc(5vw + 10px);padding-bottom:5vw}@media (max-width: 780px){.component-insights-detail-masthead[data-masthead-style="solid"] .component-inner{padding-top:calc(13.6w + 80px);padding-bottom:13.6vw}}.component-insights-detail-masthead .component-inner{text-align:center;max-width:1024px}.component-insights-detail-masthead .component-inner .eyebrow{display:inline-block;margin:0 auto}.component-insights-detail-masthead .component-inner h1{font-size:40px;line-height:1;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-insights-detail-masthead .component-inner h1{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-detail-masthead .component-inner h1{font-size:50px;line-height:1}}@media (min-width: 1280px){.component-insights-detail-masthead .component-inner h1{font-size:calc(100vw  *  .049382716);line-height:.875}}.component-insights-detail-masthead[data-masthead-style="solid"] .eyebrow img{filter:invert(1)}.component-insights-detail-masthead[data-masthead-style="solid"] .eyebrow .label{color:#000}.component-insights-event-header{position:relative;background:#6dbcdb;color:#000;text-align:center}.component-insights-event-header .component-inner{padding-top:3.4vw;padding-bottom:3.4vw}@media (max-width: 780px){.component-insights-event-header .component-inner{padding-top:6.8vw;padding-bottom:6.8vw}}.component-insights-event-header h2{font-size:24px;line-height:1.1666666667;font-family:averta-pe,arial,sans-serif;font-weight:800;margin:0 0 0.75em 0}@media (min-width: 375px) and (max-width: 550px){.component-insights-event-header h2{font-size:24px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-event-header h2{font-size:32px;line-height:1.0625}}@media (min-width: 1280px){.component-insights-event-header h2{font-size:calc(100vw  *  .0197530864);line-height:1.0625}}.component-insights-event-header h2 .date:after{padding:0 10.6666666667px;content:"•"}@media (max-width: 780px){.component-insights-event-header h2 .date:after{display:none}.component-insights-event-header h2 .date,.component-insights-event-header h2 .time{display:block;text-align:center}}.component-insights-event-header .buttons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}@media (max-width: 780px){.component-insights-event-header .buttons{flex-direction:column}}.component-insights-event-header .buttons svg{position:relative;top:2px;width:16px;margin-right:0.25em}.component-insights-event-header .buttons .btn{margin:0 0.75em 1em 0.75em;min-width:12em}@media (hover: hover){.component-insights-event-header .buttons .btn.text-white.bg-black:hover svg g{stroke:#000 !important}}.component-insights-event-header .buttons .btn.calendar svg .stroke{stroke:#000;transition:all 150ms linear 0ms}@media (hover: hover){.component-insights-event-header .buttons .btn.calendar:hover{border-color:#fff;color:#fff}.component-insights-event-header .buttons .btn.calendar:hover svg .stroke{stroke:#fff}}.component-insights-event-header .speakers{padding:3.4vw 0 0 0}.component-insights-event-header .speakers h3{font-family:averta-pe,arial,sans-serif;text-transform:uppercase !important;font-weight:800 !important}@media (min-width: 0px){.component-insights-event-header .speakers h3{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}.component-insights-event-header .speakers .speakers{position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:0;padding:0;list-style:none}.component-insights-event-header .speakers .speaker{position:relative;display:block;padding:16px 5.3333333333px;text-align:center;max-width:33.333%;box-sizing:border-box}.component-insights-event-header .speakers .speaker .photo img{width:88px;margin:0 auto;border:10px solid #000;box-shadow:4px 4px 16px 0 rgba(0,0,0,0.3);border-radius:9999px}@media (max-width: 780px){.component-insights-event-header .speakers .speaker .photo img{width:64px;border:6px solid #000}}.component-insights-event-header .speakers .speaker .text{position:relative;padding:10.6666666667px 0 0 0}.component-insights-event-header .speakers .speaker .text .name{font-size:18px;font-weight:700;max-width:8em;line-height:1.3}.component-insights-featured-events{position:relative;width:100%;overflow:hidden;background:linear-gradient(to bottom, #000 0%, #5dbeda 50%, #000 100%)}.component-insights-featured-events .component-inner{padding-top:3.4vw;padding-bottom:3.4vw}@media (min-width: 1280px){.component-insights-featured-events .component-inner{padding-top:140px}}@media (max-width: 780px){.component-insights-featured-events .component-inner{padding-top:6.8vw;padding-bottom:6.8vw}}.component-insights-featured-events .intro{position:relative;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;padding-bottom:48px}@media (max-width: 780px){.component-insights-featured-events .intro{flex-direction:column;justify-content:flex-start;align-items:stretch;padding-bottom:24px}.component-insights-featured-events .intro .heading{padding:36px 0 0 0;order:2}.component-insights-featured-events .intro .filter{order:1}}@media (max-width: 780px) and (max-width: 780px){.component-insights-featured-events .intro .filter{margin:0;width:100%}.component-insights-featured-events .intro .filter .menu{width:100%}.component-insights-featured-events .intro .filter+.filter{margin-top:24px}}.component-insights-featured-events .intro h2{font-size:32px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-insights-featured-events .intro h2{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-featured-events .intro h2{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-insights-featured-events .intro h2{font-size:calc(100vw  *  .024691358);line-height:1}}@media (min-width: 1280px){.component-insights-featured-events .item-inner .bg{background-color:inherit;transform:scale(1);transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1)}}@media (min-width: 1200px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.075)}}@media (min-width: 1300px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.0692307692)}}@media (min-width: 1400px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.0642857143)}}@media (min-width: 1500px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.06)}}@media (min-width: 1600px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.05625)}}@media (min-width: 1700px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.0529411765)}}@media (min-width: 1800px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.05)}}@media (min-width: 1900px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.0473684211)}}@media (min-width: 2000px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.045)}}@media (min-width: 2100px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.0428571429)}}@media (min-width: 2200px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.0409090909)}}@media (min-width: 2300px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.0391304348)}}@media (min-width: 2400px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.0375)}}@media (min-width: 2500px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.036)}}@media (min-width: 2600px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.0346153846)}}@media (min-width: 2700px){.component-insights-featured-events .item-inner:hover .bg{transform:scale(1.0333333333)}}.component-insights-featured-events .content{position:relative}@media (min-width: 781px){.component-insights-featured-events .content .format-insights-featured-item .text-header{position:relative;right:auto;top:auto;box-sizing:border-box;width:100%;padding-bottom:30px}}.component-insights-featured-events .content .format-insights-featured-item .text h3{margin-top:-10px;min-height:0}.component-insights-featured-news{position:relative;width:100%;overflow:hidden;background:linear-gradient(to bottom, #000 0%, #8dbfb3 50%, #000 100%)}.component-insights-featured-news .component-inner{padding-top:3.4vw;padding-bottom:3.4vw}@media (min-width: 1280px){.component-insights-featured-news .component-inner{padding-top:140px}}@media (max-width: 780px){.component-insights-featured-news .component-inner{padding-top:6.8vw;padding-bottom:6.8vw}}.component-insights-featured-news .intro{position:relative;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;padding-bottom:48px}@media (max-width: 780px){.component-insights-featured-news .intro{flex-direction:column;justify-content:flex-start;align-items:stretch;padding-bottom:24px}}.component-insights-featured-news .intro h2{font-size:32px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-insights-featured-news .intro h2{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-featured-news .intro h2{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-insights-featured-news .intro h2{font-size:calc(100vw  *  .024691358);line-height:1}}.component-insights-featured-news .intro .share{position:relative;border-left:1px solid #fff;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center;width:auto}@media (max-width: 780px){.component-insights-featured-news .intro .share{border:0;padding-top:16px;margin-top:16px;border-top:1px solid #fff}}.component-insights-featured-news .intro .share p{font-size:12px !important;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;padding:0 24px}@media (min-width: 0px){.component-insights-featured-news .intro .share p{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}.component-insights-featured-news .intro .share .links{position:relative;display:block;margin:0;padding:0;list-style:none}.component-insights-featured-news .intro .share .links li{margin:0;padding:0}.component-insights-featured-news .intro .share .links li svg{width:32px;height:32px;cursor:pointer;display:block;margin:auto;border-radius:999px;filter:invert(1);box-shadow:0 0 8px 0px #fff}@media (max-width: 780px){.component-insights-featured-news .intro .share .links li svg{filter:invert(1)}}.component-insights-featured-news .intro .share .links li .fill{fill:#000;transition:all 150ms linear 0ms}.component-insights-featured-news .intro .share .links li:hover svg{filter:invert(0);box-shadow:0 0 8px 0px rgba(0,0,0,0.5)}@media (min-width: 1280px){.component-insights-featured-news .item-inner .bg{background-color:inherit;transform:scale(1);transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1)}}@media (min-width: 1200px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.075)}}@media (min-width: 1300px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.0692307692)}}@media (min-width: 1400px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.0642857143)}}@media (min-width: 1500px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.06)}}@media (min-width: 1600px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.05625)}}@media (min-width: 1700px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.0529411765)}}@media (min-width: 1800px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.05)}}@media (min-width: 1900px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.0473684211)}}@media (min-width: 2000px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.045)}}@media (min-width: 2100px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.0428571429)}}@media (min-width: 2200px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.0409090909)}}@media (min-width: 2300px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.0391304348)}}@media (min-width: 2400px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.0375)}}@media (min-width: 2500px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.036)}}@media (min-width: 2600px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.0346153846)}}@media (min-width: 2700px){.component-insights-featured-news .item-inner:hover .bg{transform:scale(1.0333333333)}}.component-insights-featured-news .content{position:relative}@media (min-width: 781px){.component-insights-featured-news .content .format-insights-featured-item .text-header{position:relative;right:auto;top:auto;box-sizing:border-box;width:100%;padding-bottom:30px}}.component-insights-featured-news .content .format-insights-featured-item .text h3{margin-top:-10px;min-height:0}.component-insights-featured-research{position:relative;background:linear-gradient(to bottom, #15272e 0%, #5dbeda 12%, #5dbeda 50%, #000 100%)}.component-insights-featured-research .component-inner{padding-top:3.4vw;padding-bottom:3.4vw}@media (min-width: 1280px){.component-insights-featured-research .component-inner{padding-top:120px}}@media (max-width: 780px){.component-insights-featured-research .component-inner{padding-top:16vw;padding-bottom:6.8vw}}.component-insights-featured-research .intro{position:relative;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;padding-bottom:48px}@media (max-width: 780px){.component-insights-featured-research .intro{padding-bottom:24px;flex-direction:column}}.component-insights-featured-research .intro h2{font-size:32px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase;color:#000}@media (min-width: 375px) and (max-width: 550px){.component-insights-featured-research .intro h2{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-featured-research .intro h2{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-insights-featured-research .intro h2{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.component-insights-featured-research .intro p{color:#000}.component-insights-featured-research .intro .share{position:relative;border-left:1px solid #000;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center;width:auto}@media (max-width: 780px){.component-insights-featured-research .intro .share{border:none;border-top:1px solid #000;padding-top:16px;margin-top:16px}}@media (min-width: 781px){.component-insights-featured-research .intro .share{height:48px}}.component-insights-featured-research .intro .share p{font-size:12px !important;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;padding:0 24px;color:#000}@media (min-width: 0px){.component-insights-featured-research .intro .share p{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}.component-insights-featured-research .intro .share .links{position:relative;display:block;margin:0;padding:0;list-style:none}.component-insights-featured-research .intro .share .links li{margin:0;padding:0}.component-insights-featured-research .intro .share .links li svg{width:32px;height:32px;cursor:pointer;display:block;margin:auto;border-radius:999px}.component-insights-featured-research .intro .share .links li .fill{fill:#000;transition:all 150ms linear 0ms}.component-insights-featured-research .intro .share .links li:hover svg{filter:invert(1);box-shadow:0 0 8px 0px #fff}@media (min-width: 1280px){.component-insights-featured-research .item-inner .bg{background-color:inherit;transform:scale(1);transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1)}}@media (min-width: 1200px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.075)}}@media (min-width: 1300px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.0692307692)}}@media (min-width: 1400px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.0642857143)}}@media (min-width: 1500px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.06)}}@media (min-width: 1600px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.05625)}}@media (min-width: 1700px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.0529411765)}}@media (min-width: 1800px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.05)}}@media (min-width: 1900px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.0473684211)}}@media (min-width: 2000px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.045)}}@media (min-width: 2100px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.0428571429)}}@media (min-width: 2200px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.0409090909)}}@media (min-width: 2300px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.0391304348)}}@media (min-width: 2400px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.0375)}}@media (min-width: 2500px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.036)}}@media (min-width: 2600px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.0346153846)}}@media (min-width: 2700px){.component-insights-featured-research .item-inner:hover .bg{transform:scale(1.0333333333)}}.component-insights-featured-research .content{position:relative}.component-insights-featured-research .content .format-insights-featured-item .item-inner{box-shadow:0 0 50px 0 rgba(0,0,0,0.5) !important}.component-insights-landing-masthead{position:relative;z-index:5;background:#000 !important}.component-insights-landing-masthead .bg{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;background:#000}.component-insights-landing-masthead .bg:after{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.75) 100%);content:""}@media (max-width: 780px){.component-insights-landing-masthead .bg:after{background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%)}}.component-insights-landing-masthead .bg img{position:relative;left:0;top:0;width:100%;height:100%;object-fit:cover}.component-insights-landing-masthead .component-inner.primary{padding-top:16.5vw;padding-bottom:2vw}@media (min-width: 1280px){.component-insights-landing-masthead .component-inner.primary{padding-top:100px;min-height:346px;min-height:22vw;padding-left:29.09722222222222vw;max-width:49.16666666666667vw;padding-bottom:1.5vw;margin:0;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-start}.component-insights-landing-masthead .component-inner.primary .eyebrow{padding-top:50px}}@media (min-width: 781px) and (max-width: 1279px){.component-insights-landing-masthead .component-inner.primary{margin:0;max-width:62vw;padding-top:170px}}@media (max-width: 780px){.component-insights-landing-masthead .component-inner.primary{padding-top:61vw;padding-bottom:56px}}.component-insights-landing-masthead .component-inner.primary{text-align:left}.component-insights-landing-masthead .component-inner.primary .eyebrow{margin:0 0 0.5em 0;display:block;max-width:1024px}.component-insights-landing-masthead .component-inner.primary .eyebrow .label:first-child{padding-left:0}.component-insights-landing-masthead .component-inner.primary h1{margin:0;max-width:1024px}.component-insights-landing-masthead .component-inner.secondary{position:relative;text-align:left;margin-left:0;min-height:2vw}@media (min-width: 781px) and (max-width: 1279px){.component-insights-landing-masthead .component-inner.secondary{max-width:62vw}}@media (min-width: 1280px){.component-insights-landing-masthead .component-inner.secondary{padding-left:29.09722222222222vw;max-width:49.16666666666667vw}}.component-insights-landing-masthead .component-inner.secondary .subheading{position:relative;padding-top:60px;padding-bottom:60px;max-width:1024px;min-height:140px}@media (min-width: 781px) and (max-width: 1279px){.component-insights-landing-masthead .component-inner.secondary .subheading{padding-top:1.5vw}}@media (min-width: 1280px){.component-insights-landing-masthead .component-inner.secondary .subheading{padding-top:1.5vw;max-width:44vw;padding-right:1em}}.component-insights-landing-masthead .component-inner.secondary .subheading:after{position:absolute;top:0;right:0;width:calc(100% + 26.32722222222222vw);border-top:1px solid #fff;content:""}@media (max-width: 1279px){.component-insights-landing-masthead .component-inner.secondary .subheading{padding-top:30px;padding-bottom:30px}.component-insights-landing-masthead .component-inner.secondary .subheading:after{position:absolute;top:0;right:0;left:0;width:auto;border-top:1px solid #fff;content:""}}@media (max-width: 780px){.component-insights-landing-masthead .component-inner.secondary .subheading{margin-top:-24px;padding-top:24px;padding-bottom:15vw}}@media (min-width: 0px){.component-insights-landing-masthead .component-inner.secondary .subheading p{font-size:24px;line-height:28px}}.component-insights-landing-masthead .component-inner.secondary .subheading .cta{padding-top:1em}@media (max-width: 780px){.component-insights-landing-masthead .component-inner.secondary .subheading .cta .btn{display:block}}.component-insights-landing-masthead .table-of-contents{position:absolute;left:2.77vw;bottom:0px;transform:translateY(60px);width:250px;background:linear-gradient(to bottom, #01799d 0%, #043442 100%)}@media (max-width: 1279px){.component-insights-landing-masthead .table-of-contents{display:none}}.component-insights-landing-masthead .table-of-contents h2{background:#000;font-family:averta-pe,arial,sans-serif;font-size:14px;line-height:14px;letter-spacing:2px;text-transform:uppercase;font-weight:800;color:#fff;margin:0;padding:24px 24px 14.6666666667px 24px;padding:20px 24px 16px 24px}.component-insights-landing-masthead .table-of-contents ul{position:relative;display:block;margin:0;padding:0 0 16px 0;list-style:none}.component-insights-landing-masthead .table-of-contents ul li{margin:0;padding:0}.component-insights-landing-masthead .table-of-contents ul li a{display:block;padding:10.6666666667px 24px;font-family:bebas-neue-pro,arial narrow,sans-serif;font-weight:700;font-size:20px;line-height:24px;letter-spacing:2px;text-transform:uppercase;transition:all 150ms linear 0ms;background:linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%)}.component-insights-landing-masthead .table-of-contents ul li a span{display:inline-block;padding:0 0 4px 0;border-bottom:1px solid #000;transition:all 150ms linear 0ms;width:auto;box-sizing:border-box;white-space:nowrap}.component-insights-landing-masthead .table-of-contents ul li a span:after{position:relative;display:inline-block;float:right;margin:8px 0 0 4px;width:0;height:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10'%3E%3Cpath fill='%23FFF' d='M12.293.293a.999.999 0 011.414 0l4 4A1.008 1.008 0 0118 5a1.003 1.003 0 01-.293.706l-4 4a.999.999 0 11-1.414-1.414L14.586 6H1a1 1 0 110-2h13.586l-2.293-2.293a.999.999 0 010-1.414z'/%3E%3C/svg%3E");content:"";margin-left:auto}@media (hover: hover){.component-insights-landing-masthead .table-of-contents ul li a:hover span{width:100%}.component-insights-landing-masthead .table-of-contents ul li a:hover span:after{width:18px;height:10px}}.component-insights-landing-masthead .table-of-contents ul li a.active{color:#94e7ff}.component-insights-landing-masthead .table-of-contents ul li a.active span{color:#94e7ff;border-color:#94e7ff}@media (hover: hover){.component-insights-landing-masthead .table-of-contents ul li a:hover{background:linear-gradient(to right, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%)}.component-insights-landing-masthead .table-of-contents ul li a:hover span{color:#fff !important;border-color:#94e7ff}}.component-insights-landing-masthead .subheading+.table-of-contents{top:60px;bottom:auto;transform:translateY(0px)}@media (min-width: 1280px){.component-insights-landing-masthead .subheading+.table-of-contents{top:1.5vw}}@media (min-width: 1280px){.component-adexperiences-landing-masthead .component-inner.secondary{min-height:calc(1.5vw + 370px)}}@media (max-width: 1279px){.component-adexperiences-landing-masthead .component-inner.secondary .desktop-only{display:none}}@media (max-width: 780px){.component-adexperiences-landing-masthead.measurement .component-inner.secondary .subheading{padding-top:0 !important;margin-top:-48px}.component-adexperiences-landing-masthead.measurement .component-inner.secondary .subheading p:first-child{padding-bottom:24px}.component-adexperiences-landing-masthead.measurement .component-inner.secondary .subheading:after{display:none !important}}@media (min-width: 1280px){.component-adspecs-masthead{padding-bottom:5vw}.component-adspecs-masthead .component-inner.primary{padding-left:6.6vw;max-width:42vw}html[lang="en"] .component-adspecs-masthead .component-inner.primary h1{max-width:6.25em}.component-adspecs-masthead .component-inner.secondary{padding-left:6.6vw;max-width:42vw}.component-adspecs-masthead .component-inner.secondary .subheading::after{width:100%}}.component-insights-listings-grid{position:relative;background:linear-gradient(to bottom, #000 0%, #444 50%, #000 100%);padding:0;width:100%;overflow:hidden}@media (max-width: 780px){.component-insights-listings-grid{background:linear-gradient(to bottom, #000 0%, #262626 10%, #262626 50%, #262626 90%, #000 100%)}}@media (min-width: 1280px){.component-insights-listings-grid .component-inner{padding-left:7.2vw;padding-right:7.2vw}}.component-insights-listings-grid .component-inner{padding-top:3.4vw;padding-bottom:3.4vw}@media (max-width: 780px){.component-insights-listings-grid .component-inner{padding-top:6.8vw;padding-bottom:6.8vw}}.component-insights-listings-grid .intro{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding-bottom:48px}@media (max-width: 780px){.component-insights-listings-grid .intro{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-bottom:24px;text-align:center}}@media (max-width: 780px){.component-insights-listings-grid .intro .cta{display:none}}@media (min-width: 781px){.component-insights-listings-grid .intro p{width:65%}.component-insights-listings-grid .intro .cta{width:35%;text-align:right}}.component-insights-listings-grid[data-view="compact"] .intro h2{font-size:32px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif}@media (min-width: 375px) and (max-width: 550px){.component-insights-listings-grid[data-view="compact"] .intro h2{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-listings-grid[data-view="compact"] .intro h2{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-insights-listings-grid[data-view="compact"] .intro h2{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.component-insights-listings-grid[data-view="expanded"] .intro h2{font-size:32px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-insights-listings-grid[data-view="expanded"] .intro h2{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-listings-grid[data-view="expanded"] .intro h2{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-insights-listings-grid[data-view="expanded"] .intro h2{font-size:calc(100vw  *  .024691358);line-height:1}}.component-insights-listings-grid .content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch}@media (max-width: 780px){.component-insights-listings-grid .content{flex-direction:column;justify-content:center;align-items:flex-start}}.component-insights-listings-grid .content .format-insights-card{width:23.611vw;background:#000;margin-bottom:5.5vw}@media (min-width: 781px) and (max-width: 1279px){.component-insights-listings-grid .content .format-insights-card{width:44.140625vw;margin-bottom:50px}}@media (max-width: 780px){.component-insights-listings-grid .content .format-insights-card{width:640px;max-width:100%;margin-bottom:36px}}@media (min-width: 781px){.component-insights-listings-grid .content .format-insights-card.featured{width:100% !important}}@media (min-width: 781px) and (max-width: 1279px){.component-insights-listings-grid[data-view="compact"] .content .format-insights-card:nth-child(3){display:none}}.component-insights-listings-grid .view-all{padding:0 0 50px 0;text-align:center}@media (min-width: 781px){.component-insights-listings-grid .view-all{display:none}}.component-insights-listings-grid .view-all .btn{box-sizing:border-box;width:100%}.component-insights-listings-grid .load-more{padding:0 0 50px 0;text-align:center}@media (max-width: 780px){.component-insights-listings-grid .load-more .btn{box-sizing:border-box;width:100%}}.component-insights-overview{position:relative;color:#000;transition:background-color 600ms linear 0ms;overflow:hidden}.component-media-types-stats+.component-insights-overview{z-index:2}.component-insights-overview .component-inner{padding:5.5vw 0;padding-left:15vw;padding-right:15vw;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%)}@media (max-width: 1279px){.component-insights-overview .component-inner{padding:7vw 0 13.5vw 0}}@media (max-width: 780px){.component-insights-overview .component-inner{padding-bottom:100px}}.component-insights-overview .intro{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}@media (max-width: 780px){.component-insights-overview .intro{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-bottom:24px;padding-left:24px;padding-right:24px}.component-insights-overview .intro .cta,.component-insights-overview .intro .cta .btn{box-sizing:border-box;width:100%}}@media (min-width: 781px) and (max-width: 1279px){.component-insights-overview .intro{padding-left:32px;padding-right:32px}}.component-insights-overview .intro h2{width:100%;font-size:32px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif}@media (min-width: 375px) and (max-width: 550px){.component-insights-overview .intro h2{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-overview .intro h2{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-insights-overview .intro h2{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}@media (min-width: 781px){.component-insights-overview .intro p{width:65%}.component-insights-overview .intro .cta{position:absolute;right:32px;bottom:0;margin:0;padding:0;width:35%;text-align:right}}@media (min-width: 781px) and (min-width: 1280px){.component-insights-overview .intro .cta{right:0}}.component-insights-overview .carousel{position:relative;padding:3.4vw 0 0 0}@media (max-width: 1279px){.component-insights-overview .carousel{padding-left:16px}.component-insights-overview .carousel .flickity-prev-next-button{display:none}}@media (max-width: 780px){.component-insights-overview .carousel{padding-left:12px}}.component-insights-overview .slide-container{position:relative;width:100%}@media (min-width: 1280px){.component-insights-overview .slide-container{box-shadow:0 0 32px 0 rgba(0,0,0,0.2)}}@media (max-width: 1279px){.component-insights-overview .slide-container{position:relative;width:86.5vw}.component-insights-overview .slide-container .flickity-viewport{overflow:visible !important}}.component-insights-overview .slide-container .flickity-prev-next-button{width:64px;height:64px}.component-insights-overview .slide-container .flickity-page-dots .dot{background:#aaa}.component-insights-overview .slide-container .flickity-page-dots .dot.is-selected{background:#fff}.component-insights-overview .slide-container .flickity-button-icon{fill:#fff}.component-insights-overview .slide-container>.slide-item{display:none}.component-insights-overview .slide-container>.slide-item:first-child{display:block}.component-insights-overview .slide-item{position:relative;width:100%;box-sizing:border-box;padding:0 0.5px}.component-insights-overview .slide-item .slide-inner{position:relative;min-height:100%}@media (max-width: 1279px){.component-insights-overview .slide-item .slide-inner{margin:0 16px;box-shadow:0 0 32px 0 rgba(0,0,0,0.2)}}@media (max-width: 780px){.component-insights-overview .slide-item .slide-inner{margin:0 12px}}.component-insights-overview .slide-item .bg{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.component-insights-overview .slide-item .bg img{position:relative;width:52%;height:100%;object-fit:cover}@media (max-width: 780px){.component-insights-overview .slide-item .bg img{width:100%;height:80vw;object-fit:cover}}.component-insights-overview .slide-item .bg svg.landscape{position:absolute;top:0;right:12.5%;height:100%;display:none}@media (max-width: 1279px){.component-insights-overview .slide-item .bg svg.landscape{right:50%;transform:translateX(76%)}}@media (min-width: 1280px) and (max-width: 1550px){.component-insights-overview .slide-item .bg svg.landscape{right:10%}}@media (min-width: 1280px) and (max-width: 1440px){.component-insights-overview .slide-item .bg svg.landscape{right:7%}}@media (min-width: 781px){.component-insights-overview .slide-item .bg svg.landscape{display:block}}.component-insights-overview .slide-item .bg svg.portrait{position:absolute;top:0;left:0;width:100.1%;display:none}@media (max-width: 780px){.component-insights-overview .slide-item .bg svg.portrait{display:block;top:-3%}}@media (max-width: 780px) and (max-width: 550px){.component-insights-overview .slide-item .bg svg.portrait{top:-1.5%}}@media (max-width: 780px) and (max-width: 480px){.component-insights-overview .slide-item .bg svg.portrait{top:0}}.component-insights-overview .slide-item .bg:after{position:absolute;left:0;top:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92.445 453.543'%3E%3Cpath d='M92.445 170.145v283.398H0z'/%3E%3C/svg%3E") no-repeat 100% 0;background-size:auto 100%;content:"";opacity:0.1}@media (max-width: 780px){.component-insights-overview .slide-item .bg:after{display:none}}@media (min-width: 1280px) and (max-width: 1300px){.component-insights-overview .slide-item.has-graphic .bg svg.landscape{right:-2%}}@media (min-width: 1301px) and (max-width: 1440px){.component-insights-overview .slide-item.has-graphic .bg svg.landscape{right:0%}}@media (min-width: 1440px) and (max-width: 1550px){.component-insights-overview .slide-item.has-graphic .bg svg.landscape{right:5%}}.component-insights-overview .slide-item .content{position:relative;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}@media (max-width: 780px){.component-insights-overview .slide-item .content{flex-direction:column}.component-insights-overview .slide-item .content .text{height:auto !important}}.component-insights-overview .slide-item .content .graphic{margin-left:7.3%;width:26.7%;display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 780px){.component-insights-overview .slide-item .content .graphic{width:auto;margin:0;height:74vw}}@media (max-width: 440px){.component-insights-overview .slide-item .content .graphic{height:80vw;justify-content:flex-start;padding-top:16px;box-sizing:border-box}}.component-insights-overview .slide-item .content .graphic .stat-item{position:relative;width:100%}@media (min-width: 781px) and (max-width: 1279px){.component-insights-overview .slide-item .content .graphic .stat-item{margin:0 auto}.component-insights-overview .slide-item .content .graphic .stat-item .stat.change .value{font-size:10vw !important}}@media (max-width: 780px){.component-insights-overview .slide-item .content .graphic .stat-item{max-width:50%}.component-insights-overview .slide-item .content .graphic .stat-item .stat .value{font-size:18vw !important}}@media (max-width: 780px) and (max-width: 480px){.component-insights-overview .slide-item .content .graphic .stat-item .figure-key{padding-top:10px}}.component-insights-overview .slide-item .content .graphic p{font-family:averta-pe,arial,sans-serif;font-weight:400;color:#fff;text-align:center;max-width:12em;text-transform:none !important}.component-insights-overview .slide-item .content .graphic p em{color:#fff}@media (max-width: 780px){.component-insights-overview .slide-item .content .graphic p{font-size:14px;text-transform:none;width:80vw;font-weight:700}}@media (max-width: 780px) and (max-width: 480px){.component-insights-overview .slide-item .content .graphic p{margin:8px 0 0 0}}.component-insights-overview .slide-item .content .text{margin-left:20.5%;width:40.8%;min-height:27vw;padding:4vw 0 48px 0;box-sizing:border-box;display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:flex-start;align-items:flex-start}@media (max-width: 896px){.component-insights-overview .slide-item .content .text{min-height:1px;margin-left:15.5%;width:45.8%}}@media (max-width: 780px){.component-insights-overview .slide-item .content .text{width:auto;margin:0;padding:24px;min-height:1px}}.component-insights-overview .slide-item .content .text .eyebrow{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;color:#fff}@media (min-width: 0px){.component-insights-overview .slide-item .content .text .eyebrow{font-size:14px;line-height:14px;letter-spacing:2px;font-weight:800}}.component-insights-overview .slide-item .content .text .eyebrow img{width:48px}.component-insights-overview .slide-item .content .text .eyebrow span{padding:0 0 0 1em;text-transform:uppercase}@media (max-width: 780px){.component-insights-overview .slide-item .content .text .eyebrow{display:none}}.component-insights-overview .slide-item .content .text h3{margin:1.5em 0 0 0;font-family:averta-pe,arial,sans-serif;text-transform:none}@media (min-width: 0px){.component-insights-overview .slide-item .content .text h3{font-size:32px;line-height:36px}}@media (min-width: 1280px){.component-insights-overview .slide-item .content .text h3{font-size:36px;line-height:38px}}@media (max-width: 780px){.component-insights-overview .slide-item .content .text h3{margin:0}}.component-insights-overview .slide-item .content .text .cta{position:relative;margin-top:auto;width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:flex-end;padding-top:20px}@media (min-width: 781px) and (max-width: 1279px){.component-insights-overview .slide-item .content .text .cta{padding-top:55px}}@media (max-width: 780px){.component-insights-overview .slide-item .content .text .cta{justify-content:flex-start;padding-top:30px;padding-bottom:16px}}.component-insights-overview .slide-item .content .text .cta .btn{position:relative;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;padding-left:0;padding-right:26px;border-radius:9999px}.component-insights-overview .slide-item .content .text .cta .btn:before{position:absolute;top:0;bottom:0;left:-23px;width:1px;border-left:1px solid #000;content:""}@media (max-width: 780px){.component-insights-overview .slide-item .content .text .cta .btn:before{display:none}}.component-insights-overview .slide-item .content .text .cta .btn .btn-label{overflow:hidden;white-space:nowrap;max-width:0;transition:all 200ms ease-out 0ms;padding-left:0em}.component-insights-overview .slide-item .content .text .cta .btn .format-arrow{position:relative;transform:translateX(50%);font-size:12px}@media (hover: hover){.component-insights-overview .slide-item .content .text .cta .btn:hover .format-arrow:before{background:#000}.component-insights-overview .slide-item .content .text .cta .btn:hover .format-arrow .fill{fill:#000}}@media (hover: hover){.component-insights-overview .slide-item:hover .text .cta .btn{padding-right:35px}.component-insights-overview .slide-item:hover .text .cta .btn .btn-label{transition:all 400ms linear 0ms;padding-left:24px;max-width:15em}}@media (max-width: 1279px){.component-insights-overview .slide-item .text .cta .btn .btn-label{transition:all 400ms linear 0ms;padding-left:24px;max-width:15em}}.component-insights-overview-audience{position:relative}@media (max-width: 780px){.component-insights-overview-audience{overflow:hidden}}@media (min-width: 1280px){.component-insights-overview-personas+.component-insights-overview-audience{z-index:5}.component-insights-overview-personas+.component-insights-overview-audience:before{position:absolute;left:0;top:0;height:3.4vw;width:56.5vw;background:#fff;content:"";z-index:2}.component-insights-overview-personas+.component-insights-overview-audience .component-inner.mobile{padding-top:10vw}}.component-insights-overview-audience .component-inner{padding-top:4.2vw;padding-bottom:3.4vw;background-repeat:no-repeat;background-position:50% 0%;background-size:cover}@media (min-width: 781px){.component-insights-overview-audience .component-inner .intro,.component-insights-overview-audience .component-inner .content{position:relative;max-width:78.125vw;margin:0 auto}}@media (max-width: 780px){.component-insights-overview-audience .component-inner{padding-top:6.8vw;padding-bottom:6.8vw;background-position:0 0}}@media (min-width: 1280px){.component-insights-overview-audience .component-inner .intro,.component-insights-overview-audience .component-inner .content{max-width:70vw}}.component-insights-overview-audience .mobile{position:relative}.component-insights-overview-audience .mobile .intro{padding-bottom:3.4vw}@media (max-width: 780px){.component-insights-overview-audience .mobile .intro{padding-bottom:0}}.component-insights-overview-audience .mobile .intro h2{font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase;color:#5ebcd9}.component-insights-overview-audience .mobile .intro p{max-width:800px}@media (max-width: 780px){.component-insights-overview-audience .mobile .content{padding-top:40px}}.component-insights-overview-audience .esports{position:relative}@media (max-width: 780px){.component-insights-overview-audience .esports{padding-bottom:40px !important;padding-top:40px}}.component-insights-overview-audience .esports:before{position:absolute;left:0;right:0;bottom:0;height:20vw;background:linear-gradient(to bottom, rgba(55,158,202,0) 0%, #379eca 100%);content:""}@media (max-width: 780px){.component-insights-overview-audience .esports:before{height:75vw !important}}.component-insights-overview-audience .esports .outro{position:relative}@media (max-width: 780px){.component-insights-overview-audience .esports .outro{padding-top:50px;margin-left:-24px;margin-right:-24px}.component-insights-overview-audience .esports .outro .block{margin:0 !important}}@media (max-width: 780px) and (max-width: 780px){.component-insights-overview-audience .esports .outro .block{margin:0 !important}}@media (max-width: 780px){.component-insights-overview-audience .esports .outro .character img{transform:translate(-21%, -2%)}}.component-insights-overview-audience .esports .outro .text *{color:#000}.component-insights-overview-audience .content{position:relative}@media (min-width: 781px){.component-insights-overview-audience .content{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch}}.component-insights-overview-audience .content h3{font-size:24px;line-height:1;font-family:averta-pe,arial,sans-serif}@media (min-width: 375px) and (max-width: 550px){.component-insights-overview-audience .content h3{font-size:24px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-overview-audience .content h3{font-size:32px;line-height:1}}@media (min-width: 1280px){.component-insights-overview-audience .content h3{font-size:calc(100vw  *  .0296296296);line-height:1.0833333333}}.component-insights-overview-audience .content .stats{position:relative}@media (min-width: 781px){.component-insights-overview-audience .content .stats{width:65%;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch}.component-insights-overview-audience .content .stats .stat-item{width:15vw}}@media (min-width: 1280px){.component-insights-overview-audience .content .stats{width:55%}.component-insights-overview-audience .content .stats .stat-item{width:10vw}}@media (max-width: 780px){.component-insights-overview-audience .content .stats{position:relative;width:86.5vw;margin:24px 0 50px 0}.component-insights-overview-audience .content .stats .stat-item{width:86.5vw;box-sizing:border-box}.component-insights-overview-audience .content .stats .stat-item .stat-item-inner{position:relative;box-sizing:border-box;padding:10vw;margin:0 24px 0 0;background:#000;min-height:96vw}.component-insights-overview-audience .content .stats .stat-item .stat .value{font-size:36vw !important}.component-insights-overview-audience .content .stats .stat-item .stat .unit{font-size:18vw !important}.component-insights-overview-audience .content .stats .stat-item .format-big-stat .format-big-stat .figure-content{padding-top:80%}.component-insights-overview-audience .content .stats:after{content:'flickity';display:none}.component-insights-overview-audience .content .stats .flickity-viewport{overflow:visible !important}.component-insights-overview-audience .content .stats .flickity-page-dots .dot{background:#aaa}.component-insights-overview-audience .content .stats .flickity-page-dots .dot.is-selected{background:#fff}.component-insights-overview-audience .content .stats .flickity-button{z-index:10}.component-insights-overview-audience .content .stats .flickity-button-icon{fill:#fff}}.component-insights-overview-intro{position:relative;width:100%;z-index:3}.component-insights-overview-intro img{max-width:100%}@media (max-width: 1279px){.component-insights-overview-intro .bg{position:absolute;left:0;top:0;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}}@media (max-width: 780px){.component-insights-overview-intro .bg{background-size:auto 300vw}}@media (min-width: 1280px){.component-insights-overview-intro .bg{position:-webkit-sticky;position:sticky;width:100%;top:0;left:0;height:100vh;background-size:120% auto;background-repeat:repeat-y;background-position:0% 0;transform:scale(1.2);transform-origin:100% 50%;transition:transform 600ms ease-in-out 0ms, background 600ms ease-in-out 0ms}}@media (min-width: 1280px){.component-insights-overview-intro .bg{background-position:50% 0;transform:scale(1)}.component-insights-overview-intro .bg+.component-inner{margin-top:-100vh}}.component-insights-overview-intro .component-inner{padding-top:3.4vw;padding-bottom:15vw}@media (min-width: 1280px){.component-insights-overview-intro .component-inner{padding-top:140px;padding-bottom:18vw}}@media (max-width: 896px){.component-insights-overview-intro .component-inner{padding-bottom:10vw}}@media (max-width: 535px){.component-insights-overview-intro .component-inner{padding-bottom:33vw}}@media (max-width: 780px){.component-insights-overview-intro .component-inner{padding-top:6.8vw}}.component-insights-overview-intro .intro{max-width:800px;padding-bottom:3.4vw}.component-insights-overview-intro .intro h2{font-size:40px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-insights-overview-intro .intro h2{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-overview-intro .intro h2{font-size:60px;line-height:.9166666667}}@media (min-width: 1280px){.component-insights-overview-intro .intro h2{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.component-insights-overview-intro .content{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch}@media (max-width: 780px){.component-insights-overview-intro .content{overflow:hidden}}.component-insights-overview-intro .grid-item{position:relative;width:29vw;transition:all 1400ms linear 0ms;opacity:0}@media screen and (prefers-reduced-motion: no-preference){.component-insights-overview-intro .grid-item{-webkit-transform:translateY(3vw);transform:translateY(3vw)}}.component-insights-overview-intro .grid-item.animate{-webkit-transform:translateY(0vw);transform:translateY(0vw);opacity:1}@media (max-width: 896px){.component-insights-overview-intro .grid-item{width:40vw;margin-bottom:36px}}@media (max-width: 535px){.component-insights-overview-intro .grid-item{width:100%;margin-top:56px}}@media (min-width: 1280px){.component-insights-overview-intro .grid-item{width:25.5vw}}.component-insights-overview-intro .grid-item .grid-item-title{position:relative;box-sizing:border-box;margin:0;padding:0;min-height:10vw;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-end}.component-insights-overview-intro .grid-item .grid-item-title .item-title-bg{position:absolute;width:100%;top:0;left:0;height:100%}.component-insights-overview-intro .grid-item .grid-item-title .item-title-bg svg,.component-insights-overview-intro .grid-item .grid-item-title .item-title-bg .gradient{position:absolute;width:100%;bottom:0;left:0}.component-insights-overview-intro .grid-item .grid-item-title h3{position:relative;margin:0;padding:24px 40% 24px 24px;font-size:32px;line-height:1.125;font-family:averta-pe,arial,sans-serif;font-weight:700}@media (min-width: 375px) and (max-width: 550px){.component-insights-overview-intro .grid-item .grid-item-title h3{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-overview-intro .grid-item .grid-item-title h3{font-size:32px;line-height:1.125}}@media (min-width: 1280px){.component-insights-overview-intro .grid-item .grid-item-title h3{font-size:calc(100vw  *  .0197530864);line-height:1.125}}@media (max-width: 780px){.component-insights-overview-intro .grid-item .grid-item-title h3{padding-right:30px}}.component-insights-overview-intro .grid-item .grid-item-body{position:relative;margin-top:-1px;border-left:2px solid #000;box-sizing:border-box;padding:24px 24px 0 24px;border-left-color:#8f69fe}@media (min-width: 536px){.component-insights-overview-intro .grid-item .grid-item-body{min-height:12em}}.component-insights-overview-intro .grid-item .grid-item-body p{font-weight:400;font-size:20px;line-height:1.4}@media (min-width: 375px) and (max-width: 550px){.component-insights-overview-intro .grid-item .grid-item-body p{font-size:20px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-overview-intro .grid-item .grid-item-body p{font-size:20px;line-height:1.4}}@media (min-width: 1280px){.component-insights-overview-intro .grid-item .grid-item-body p{font-size:calc(100vw  *  .012345679);line-height:1.4}}.component-insights-overview-intro .character{position:absolute;bottom:0;left:auto;right:3.4vw;width:30vw;transform:translate(0%, 58%) scale(0);transition:all 300ms linear 0ms}.component-insights-overview-intro .character.animate{transform:translate(0%, 58%) scale(1)}.component-insights-overview-intro .character img{width:100%}@media (max-width: 896px){.component-insights-overview-intro .character{bottom:5.5vw;right:5.5vw;width:44vw;transform:translate(0%, 0%) scale(0)}.component-insights-overview-intro .character.animate{transform:translate(0%, 0%) scale(1)}}@media (max-width: 535px){.component-insights-overview-intro .character{bottom:0;right:10vw;width:58vw;transform:translate(0%, 50%) scale(0)}.component-insights-overview-intro .character.animate{transform:translate(0%, 50%) scale(1)}}@media (min-width: 1280px){.component-insights-overview-intro .character{bottom:0;left:28%;right:auto;width:27.5vw;transform:translate(-50%, 35%) scale(0)}.component-insights-overview-intro .character.animate{transform:translate(-50%, 35%) scale(1)}}.component-insights-overview-personas{position:relative;background:#f6c562;color:#000}.component-insights-overview-personas .intro .cta{display:none}html:not([lang="en"]) .component-insights-overview-personas .intro .cta{max-width:23vw}@media (hover: hover){.component-insights-overview-personas .cta .btn.text-white.bg-black{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 640 128'%3E%3Cpath fill='%23e67100' d='M0 0h640v128H0z'/%3E%3C/svg%3E")}.component-insights-overview-personas .cta .btn.text-white.bg-black:hover{border-color:#e67100;color:#fff}}@media (min-width: 1280px){.component-insights-overview-personas{background:#fff;min-height:51.429vw}.component-insights-overview-personas .component-inner.upper{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch}.component-insights-overview-personas .component-inner.upper:before{position:absolute;margin:1px 0 0 0;right:0;top:-3.4vw;width:63.61vw;height:95.74199805971522vw;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1046 1574.432'%3E%3Cpath fill='%23FBC669' d='M279 0h767v1574.432H.037L-.037 693.57 279 0z'/%3E%3C/svg%3E") no-repeat 100% 100%;background-size:100% 100%;content:"";z-index:5}.component-insights-overview-personas .component-inner.upper .intro{position:relative;z-index:6;padding:9.5vw 0 5.5vw;width:35.3vw}.component-insights-overview-personas .component-inner.upper .intro .cta{display:block}.component-insights-overview-personas .component-inner.upper .content{position:relative;z-index:6;width:35.7vw;padding-top:10vw}.component-insights-overview-personas .component-inner.upper .content .graph{width:27.4vw;margin:0 auto}.component-insights-overview-personas .component-inner.upper .content .cta-mouse{position:absolute;display:block !important;left:-13vw;width:13vw;margin:5.5em 0 0 0;padding:16px;box-sizing:border-box;top:10vw}.component-insights-overview-personas .component-inner.upper .content .cta-mouse svg{position:relative;float:right;width:8.88vw;transform:scaleX(-1)}.component-insights-overview-personas .component-inner.upper .content .cta-mouse p{position:relative;padding:24px 0 0 0;clear:right;font-family:averta-pe, arial, sans-serif;font-size:32px;font-weight:700;line-height:24px}html[lang="en"] .component-insights-overview-personas .component-inner.upper .content .cta-mouse p{white-space:nowrap}.component-insights-overview-personas .component-inner.upper .content .cta-mouse p span{font-weight:800;text-transform:uppercase;font-size:14px;letter-spacing:2px}html:not([lang="en"]) .component-insights-overview-personas .component-inner.upper .content .cta-mouse p span{display:inline-block;line-height:16px;padding-top:16px}.component-insights-overview-personas .links{display:none}}@media (min-width: 781px) and (max-width: 1279px){.component-insights-overview-personas .intro{padding-top:7vw;max-width:64vw}.component-insights-overview-personas .content{position:relative;padding-bottom:24vw;max-width:64vw;z-index:10}.component-insights-overview-personas .content .graph{width:38.5vw;margin:0 auto;z-index:10}.component-insights-overview-personas .content .cta-mouse{position:absolute;display:block !important;left:65vw;width:13vw;margin:5.5em 0 0 0;padding:16px;box-sizing:border-box;top:0vw}.component-insights-overview-personas .content .cta-mouse svg{position:relative;float:right;width:12.5vw}.component-insights-overview-personas .content .cta-mouse p{position:relative;padding:24px 0 0 0;clear:right;font-family:averta-pe, arial, sans-serif;font-size:32px;font-weight:700;white-space:nowrap;line-height:24px}.component-insights-overview-personas .content .cta-mouse p span{font-weight:800;text-transform:uppercase;font-size:14px}}@media (max-width: 780px){.component-insights-overview-personas .intro{padding-top:6.8vw}}@media (max-width: 780px) and (max-width: 535px){.component-insights-overview-personas .intro{padding-top:34vw}}@media (max-width: 780px){.component-insights-overview-personas .content{padding-bottom:34vw}.component-insights-overview-personas .content .cta-touch{display:block !important;padding:0 0 36px 0}.component-insights-overview-personas .content .cta-touch p{font-weight:800;text-transform:uppercase;font-family:averta-pe, arial, sans-serif;text-align:center;letter-spacing:2px}}.component-insights-overview-personas .intro h2{font-size:50px;line-height:.9}@media (min-width: 375px) and (max-width: 550px){.component-insights-overview-personas .intro h2{font-size:50px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-overview-personas .intro h2{font-size:80px;line-height:.875}}@media (min-width: 1280px){.component-insights-overview-personas .intro h2{font-size:calc(100vw  *  .0617283951);line-height:.9}}.component-insights-overview-personas .intro h3{font-family:averta-pe,arial,sans-serif;max-width:80%;margin-bottom:2em}@media (max-width: 780px){.component-insights-overview-personas .intro h3{max-width:none}}@media (min-width: 0px){.component-insights-overview-personas .intro h3{font-size:24px;line-height:28px}}.component-insights-overview-personas .intro .cta+.cta{margin-top:2em}.component-insights-overview-personas .content h3{font-size:40px;line-height:1;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-insights-overview-personas .content h3{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-overview-personas .content h3{font-size:60px;line-height:.9166666667}}@media (min-width: 1280px){.component-insights-overview-personas .content h3{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.component-insights-overview-personas .content h4{margin-bottom:2em}@media (min-width: 0px){.component-insights-overview-personas .content h4{font-size:24px;line-height:28px}}.component-insights-overview-personas .content .cta-mouse{display:none}.component-insights-overview-personas .content .cta-touch{display:none}.component-insights-overview-personas .content .graph{position:relative}@media (min-width: 781px) and (max-width: 1279px){.component-insights-overview-personas .content .graph{min-width:400px}}.component-insights-overview-personas .content .graph .stat.text{opacity:0;transition:opacity 600ms linear 1000ms}.component-insights-overview-personas .content .graph.animate .stat.text{opacity:1}.component-insights-overview-personas .content .graph .duplicate{opacity:0}.component-insights-overview-personas .content .graph .stat.text{position:absolute;left:18%;right:18%;top:18%;bottom:18%;width:auto;height:auto;border-radius:9999px;overflow:hidden;display:block}.component-insights-overview-personas .content .graph .stat.text *{color:#000 !important}.component-insights-overview-personas .content .graph .group{position:absolute;left:0;right:0;top:0;bottom:0;transition:all 300ms linear 0ms;opacity:0}@media (max-width: 780px){.component-insights-overview-personas .content .graph .group{transform:scale(1.45);transform-origin:50% 50%}}.component-insights-overview-personas .content .graph .group[data-id="-1"]{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;text-align:center}.component-insights-overview-personas .content .graph .group[data-id="-1"] h5{margin:0;padding:0 0 0.25em 0;font-size:32px;line-height:1;font-weight:700;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-insights-overview-personas .content .graph .group[data-id="-1"] h5{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-overview-personas .content .graph .group[data-id="-1"] h5{font-size:40px;line-height:1}}@media (min-width: 1280px){.component-insights-overview-personas .content .graph .group[data-id="-1"] h5{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}@media (max-width: 780px){.component-insights-overview-personas .content .graph .group[data-id="-1"] h5{font-size:8vw !important}}.component-insights-overview-personas .content .graph .group.active{opacity:1}.component-insights-overview-personas .content .graph .group:before{content:"";width:50%;height:100%;float:left;shape-outside:polygon(0 0, 98% 0, 50% 6%, 23.4% 17.3%, 6% 32.6%, 0 50%, 6% 65.6%, 23.4% 82.7%, 50% 94%, 98% 100%, 0 100%);shape-margin:2%;display:none}.component-insights-overview-personas .content .graph .group[data-id="-1"]:before{display:none}.component-insights-overview-personas .content .graph .group .persona{position:relative;width:100%;height:100%;text-align:center;color:#000}.component-insights-overview-personas .content .graph .group .persona:before{content:"";width:50%;height:100%;float:right;shape-outside:polygon(2% 0%, 100% 0%, 100% 100%, 2% 100%, 50% 94%, 76.6% 82.7%, 94% 65.6%, 100% 50%, 94% 32.6%, 76.6% 17.3%, 50% 6%);shape-margin:2%;display:none}.component-insights-overview-personas .content .graph .group .persona .persona-type{padding:10% 0 0 0;font-size:30px;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase;font-weight:700}@media (min-width: 0px){.component-insights-overview-personas .content .graph .group .persona .persona-type{font-size:32px;line-height:34px}}@media (max-width: 1500px){.component-insights-overview-personas .content .graph .group .persona .persona-type{font-size:2.5vw;padding-top:3vw;line-height:0.8}}@media (max-width: 1279px){.component-insights-overview-personas .content .graph .group .persona .persona-type{font-size:3vw;padding-top:4vw;line-height:0.8}}@media (max-width: 780px){.component-insights-overview-personas .content .graph .group .persona .persona-type{font-size:7vw;padding-top:7vw;line-height:0.8}}.component-insights-overview-personas .content .graph .group .persona .persona-stat{font-size:50px;line-height:.9;padding:10.6666666667px 0;font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase;font-weight:700;line-height:0.95}@media (min-width: 375px) and (max-width: 550px){.component-insights-overview-personas .content .graph .group .persona .persona-stat{font-size:50px}}@media (min-width: 551px) and (max-width: 1279px){.component-insights-overview-personas .content .graph .group .persona .persona-stat{font-size:80px;line-height:.875}}@media (min-width: 1280px){.component-insights-overview-personas .content .graph .group .persona .persona-stat{font-size:calc(100vw  *  .0617283951);line-height:.9}}@media (max-width: 1500px){.component-insights-overview-personas .content .graph .group .persona .persona-stat{font-size:4.25vw;line-height:0.95}}@media (max-width: 1279px){.component-insights-overview-personas .content .graph .group .persona .persona-stat{font-size:6.75vw;line-height:0.95}}@media (max-width: 780px){.component-insights-overview-personas .content .graph .group .persona .persona-stat{font-size:20vw;line-height:0.95}}.component-insights-overview-personas .content .graph .group .persona .persona-stat .unit{position:relative;top:-0.5em;font-size:40%}.component-insights-overview-personas .content .graph .group .persona .persona-desc{max-width:70%;margin:0 auto;padding:10.6666666667px 0 0 0;border-top:1px solid #d9ad54;font-family:averta-pe,arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2}@media (max-width: 1500px){.component-insights-overview-personas .content .graph .group .persona .persona-desc{font-size:1vw}}@media (max-width: 1279px){.component-insights-overview-personas .content .graph .group .persona .persona-desc{font-size:1.25vw}}@media (max-width: 780px){.component-insights-overview-personas .content .graph .group .persona .persona-desc{font-size:2.5vw}}.component-insights-overview-personas .content .graph .figure-graph .circle-item{transition:all 150ms linear 0ms}.component-insights-overview-personas .content .graph .figure-graph .circle-item.active{stroke:#000 !important}.component-insights-overview-personas .content .graph .figure-graph .circle-bg{fill:#fff !important}@media (max-width: 780px){.component-insights-overview-personas .content .graph .figure-graph .circle-bg{transition:all 150ms linear 0ms !important}}@media (max-width: 780px){.component-insights-overview-personas .content .graph .figure-graph .label-item{transition:all 150ms linear 0ms !important}}.component-insights-overview-personas .content .graph .figure-graph .label-item.active{transition:all 150ms linear 0ms !important;fill:#fff !important}.component-insights-overview-personas .content .graph.active .figure-graph .circle-bg{transition:all 150ms linear 0ms !important;r:134px}@media (max-width: 780px){.component-insights-overview-personas .content .graph.active .stat.text{overflow:visible}.component-insights-overview-personas .content .graph.active .figure-graph .label-item{transition:all 150ms linear 0ms !important;opacity:0}.component-insights-overview-personas .content .graph.active .figure-graph .circle-bg{r:200px}}.component-insights-overview-personas .content .close-graph{position:absolute;top:0;right:0px;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M1.485 18.455l16.971-16.97m0 16.97L1.486 1.485' stroke='%23000' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:24px 24px;display:none;cursor:pointer}@media (max-width: 1279px) and (hover: none){.component-insights-overview-personas .content .close-graph.active{display:block}}@media (max-width: 780px){.component-insights-overview-personas .content .close-graph.active{display:block}}.component-insights-overview-personas .links{position:relative;background:#fff}.component-insights-overview-personas .links:after{position:absolute;width:100%;height:34.80769230769231vw;top:-34.80769230769231vw;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1040 2594.898'%3E%3Cpath fill='%23FFF' d='M1039.999 0l.001 2594.898H0L-.001 361.645 1039.999 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0% 0%;background-size:100% auto;content:""}.component-insights-overview-personas .links .component-inner{padding-top:24px;padding-bottom:50px}.component-insights-overview-personas .links .cta+.cta{padding-top:36px}@media (min-width: 781px){.component-insights-overview-personas .links .component-inner{display:flex;flex-wrap:nowrap;justify-content:space-evenly;align-items:stretch;padding-top:3.4vw;padding-bottom:10vw}.component-insights-overview-personas .links .cta{width:40vw}.component-insights-overview-personas .links .cta+.cta{padding:0}}@media (max-width: 780px){.component-insights-overview-personas .btn{box-sizing:border-box;width:100%}}.component-insights-podcast-player{position:relative;background:#5dbeda;color:#000;text-align:center;padding:40px 0}@media (max-width: 780px){.component-insights-podcast-player{padding-bottom:60px}}.component-insights-podcast-player .component-inner{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}@media (max-width: 780px){.component-insights-podcast-player .component-inner{flex-direction:column}}.component-insights-podcast-player .controls{position:relative;width:80px;margin-right:32px}@media (max-width: 780px){.component-insights-podcast-player .controls{margin-right:0;margin-bottom:6.8vw}}.component-insights-podcast-player .controls .play{position:absolute;top:0;left:0;width:80px;height:80px;cursor:pointer;border-radius:50%;overflow:hidden;box-shadow:4px 4px 8px 0 rgba(0,0,0,0.3);z-index:2}.component-insights-podcast-player .controls .pause{position:relative;top:0;left:0;width:80px;height:80px;cursor:pointer;border-radius:50%;overflow:hidden;box-shadow:none;z-index:1}.component-insights-podcast-player .controls svg{width:100%;height:100%}@media (hover: hover){.component-insights-podcast-player .controls{transition:transform 150ms linear 0ms}.component-insights-podcast-player .controls:hover{transform:scale(1.175);filter:invert(1)}.component-insights-podcast-player .controls:hover .play{box-shadow:4px 4px 8px 0 rgba(255,255,255,0.3)}.component-insights-podcast-player .controls.playing:hover .play{box-shadow:none}.component-insights-podcast-player .controls.playing:hover .pause{box-shadow:4px 4px 8px 0 rgba(255,255,255,0.3)}}.component-insights-podcast-player .controls.playing .play{position:relative;box-shadow:none;z-index:1}.component-insights-podcast-player .controls.playing .pause{box-shadow:4px 4px 8px 0 rgba(0,0,0,0.3);position:absolute;z-index:2}.component-insights-podcast-player .bar{position:relative;max-width:820px;width:100%;height:1px;background:#000;margin:0 auto;font-family:averta-pe,arial,sans-serif;font-size:12px;font-weight:400}.component-insights-podcast-player .bar .progress{position:absolute;top:-1px;left:0;height:3px;background:#fff;z-index:4;border-radius:9999px;visibility:hidden}.component-insights-podcast-player .bar .progress.active{visibility:visible}.component-insights-podcast-player .bar .progress .grabber-wrapper{position:absolute;left:100%;top:50%;width:20px;height:20px;margin:-10px 0 0 -10px;z-index:4}.component-insights-podcast-player .bar .progress .grabber-wrapper:after{position:absolute;left:50%;bottom:100%;min-width:68px;height:46px;margin:0 0 -8px 0;transform:translateX(-45.5882352941%);box-sizing:border-box;background:#fff;color:#000;z-index:4;padding:2px 8px;border-radius:3px;content:attr(data-time);background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAAuCAYAAACRfL+OAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAARKADAAQAAAABAAAALgAAAAATW6xTAAAH/klEQVRoBdWYTWiUVxSGMyam+bO1JpKmBNpFKdVCFzbGQtqVC4lQQTel4EYL3Yjixq5aupK6aKlxWVCyaWytiyoIUkoli0Alkogi2iAKopFIpcFo82eSnvea58uZm+/LTIKNmQN3zu+997zv3O9nJle2eMlFU2Jf6bRYNO25uDMpq8Sx2E+ZMhcqtvG4zvvYaK3u7bndnr/lwWKjtZu30/x5HRXTuK/B9trb2iD2/abkfKwYOwamOcTSdFqMfcjhL0oLgMaq2VFuuqKvr2/96OjoZ9PT07/aGJiZmRmxsVwyoj0nJyfPDg8Pf37y5MnXradqG1U2XrJRaWP17KgwrZ7pHzwWWpwwETICEadOnaobHx//0pAPLxf6IvYZHhkZ+Xrfvn31BrHWRo2NmBxPjMdWFCt+gpgNZNy6desN+2YuFdHgCymxE9N3+vTpd6zfNTbqbHhidGKWTAqnAjJWX79+/U1DefeFIF3EplNTU4OdnZ3vGvi1Nl624YnhUoovISvLFk5HQsbx48fXrOSTEfM1MTHR397e3mwQ19l4xYZODKclJgW8VjJfSCZkWEml3Ty/ijdd6f69e/e+sd4bbTTYeNWGTovuL7q3LEiKjg8CIehV586dW7dhw4YuK9BCJSN1dXXv3b1796f+/v7xxTat0yARCUhCSFtb2w4L6tiVlORyuZcPHDjQbk3Hj9/4/hHjDs9nwEKEtIjKVVdXf0yy1HRzc/M265nLwz9lREqCcdZOiNGjKHFcMkyoqKjQY6wkpaam5i1rXIRI9HbKmDZbX7h84dTg7TUnQiQk0JqwyuS1kC3Bj8rKyvXWtgiBCGmRwSAOZkuVzUCIHAlJae4vIVGiH54QETFlw2vwJvA8aCUlkLHKXnSGnoVK73NsbOyhdc29Q1+87h3+pirsHrO5c6fAJ2QHUux3y0CoKsGPhw8f3rG2IUREQIqIgAywCmHggAQBCsKkwcHB35QoRbl48WKv9Q0RIkOY0k4ImAUzp6JYAlMWzB05cuR3e20fiQtWum8/9P49fPgwhECCtLDFhyAPjicEIlQQWLPfMY9u3779Q96MEnAuXLhw9vLly6PWKmRAAjrgc1AS7J4Q5ecV7tq1q/PJkyfX3OQVbT548OD27t27zzssYAI0WjjIJZg4RkqIHD+UqxgaGsrZJn/aL8ht5eXl+oG0YuXx48fDO3bs+PbGjRuPrMmnGUOPXuV4BOsxzDtJOFKwxHGSFhkM/WU4bn8QdW/duvX9qqoq/YJccXL//v07Rsb3PT09f1tznoxJ8xnERQYjk5D4lEBIOClXr14d7+rq+mPLli1Pm5qa3ra3WF6LXyg59v/H6JkzZ85v3779x4GBAX8yRMJERIZinhSRwdApybvr+pPBr0SB1k9//XnLH7lVmzZtajh06NCHmzdv/qChoaG5trZ2rf3uWZa/COwJMv7IxE7EUHd395WjR49euXnzpp6EAgoJY2brp79urLI1ZCsm2xOVd1Liy4VToee2SBEhIgNSpCFGcQ3VQCDzuRexftDHjh1r2b9//ydWP086Ojp+OXjw4CWXCN+Y+V5zrUvzzQKIy0JgBRzwkIIvDSEikflhTd8wIMIlYoUiRWDTSIEg8tKqj1+A/PrB7u3t/bSlpaXVahOxWG9ra+vPFgC8coD3NrHQvCUERsRwGQgoAwI4LWjyzGENrTMTNywyuHQgRN8+pyHWEKIaCGENCM7bo7GxsfLatWtf1NfXN9mcMnvFvr9x48bv7EmmbxhCvPYkYHM6pAUIcFwyAi1C0gY1nA7WCGur+byGC/iWTuplS7KaZCN0OJr2TjNpL3t/7dy5s83egqf27NnTYQfkH1sn5J0GZKwFSDFpBt96lqaOtfJOha0jDEEgQ45svlV/Srg/SHMi0MQ4HfElo3VY1+vciRMnPrJc2d69e3tma+TSGCSjRapsryFaGqDSIkUExORAirTqPCmsG5q1XPKt0zTEeKAxMd5XHfceyGSNmBT2kGaoBwQSPAHeVvMMQAFQ2gOHHGLKM1gDMsK+AoIoIGFzNasNpb2EiRbQQsprQAb3D3RMBiRBBNqWSIT10TROX2j2R0MKJ8CTQIx+WYM9pINAiAIAJ6mNJFrEC4vQCISIBE+EbK3pSYgJKkSI9tB+XmNrX9kaAJXmBMSaGuaAw6YECbghJC/oCjQ5FhqkEW0ckwEJaIhBQ8xChGh99oo1oLwGMJoTg49mXa3JSDB6QpRUg9ISTVTj0hIm+yY4EWgIQEPAQlo5L34f2QBI074X2QKN9gQQj9cAKzq8O8TN0CDNeFJUqzg5bQR4NODly8ZP0+StLBHWZ480TcwDlF1oME8a8fY8QtKKtIka10QWjMEvBDaNGF+vPeVLaI59/J5ptq/z5BCPY6whnSo0Eid9XHbW8GCzahQvVOf3903HNgDjeOwXqmM/zcsTNbuQkPdadppPvFDO1/la9UGDMcAsnzlp+TiH77XsPKGhvGDk+Bpsr72tqfJ9LMv3NX7LLFJU44F7Hxvt1yAmLSH3zIs+aSoKz3PjOu9jozUZ2+sse95mFqBpCFBNbBOTlvg5zyJzsSyfeKJpMgkUYcRzivWpy9JsHQPL8uP6Yn3qUjXNpSaLCGbNj+Pex0ZnbRMToTpizIn9QnHymbpQU5kTCyTS1o1jsR8vGYONfdWnxeJ1FuXrDXM5pBD4tB7SwKbF0uYuObaURpe8mZtY7L7/OwGup2D+B/2dAQDl7b7+AAAAAElFTkSuQmCC");background-repeat:no-repeat;background-position:50% 0;color:#000;font-weight:700;font-size:14px;padding:4px 13px 20px 7px;text-align:center;visibility:hidden}@media (hover: hover){.component-insights-podcast-player .bar .progress .grabber-wrapper:hover:after{visibility:visible}}.component-insights-podcast-player .bar .progress .grabber-wrapper.dragging:after{visibility:visible !important}.component-insights-podcast-player .bar .progress svg{position:absolute;left:0;top:0;width:20px;height:20px;z-index:5;user-select:none;-ms-user-select:none;-webkit-user-select:none;box-shadow:3px 7px 10px 0 rgba(0,0,0,0.5);border-radius:99999px}.component-insights-podcast-player .bar .progress svg .fill{fill:#F4A15A}@media (hover: hover){.component-insights-podcast-player .bar .progress svg:hover .fill{fill:#ef7207}}.component-insights-podcast-player .bar .seek{position:absolute;left:0;right:0;top:-20px;bottom:-20px;z-index:3}.component-insights-podcast-player .bar .seek .seek-item{position:absolute;top:0;bottom:0;width:1%;z-index:3}.component-insights-podcast-player .bar .time-current{position:absolute;left:0;top:10.6666666667px;text-align:left}.component-insights-podcast-player .bar .time-duration{position:absolute;right:0;top:10.6666666667px;text-align:right}.component-insights-podcast-player .player{position:relative;width:80px;margin-left:32px;height:1px;overflow:hidden}@media (max-width: 1024px){.component-insights-podcast-player .player{position:absolute;left:0;top:0}}.component-insights-research-listings{position:relative;background:linear-gradient(to bottom, #000 0%, #454545 33%, #454545 100%)}.component-insights-research-listings .filters{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}@media (max-width: 780px){.component-insights-research-listings .filters{flex-direction:column;padding:50px 0}.component-insights-research-listings .filters .filter{margin:0;width:100%}.component-insights-research-listings .filters .filter .menu{width:100%}.component-insights-research-listings .filters .filter+.filter{margin-top:24px}}.component-insights-research-listings .filters .filter{margin-right:16px}.component-insights-research-listings .content{position:relative}.component-insights-research-listings .insights-item{position:relative;padding:40px 0}@media (min-width: 1280px){.component-insights-research-listings .insights-item.compact .item-inner .bg{background-color:inherit;transform:scale(1);transition:all 300ms cubic-bezier(0, 0.6, 0.45, 1)}}@media (min-width: 1200px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.075)}}@media (min-width: 1300px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.0692307692)}}@media (min-width: 1400px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.0642857143)}}@media (min-width: 1500px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.06)}}@media (min-width: 1600px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.05625)}}@media (min-width: 1700px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.0529411765)}}@media (min-width: 1800px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.05)}}@media (min-width: 1900px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.0473684211)}}@media (min-width: 2000px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.045)}}@media (min-width: 2100px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.0428571429)}}@media (min-width: 2200px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.0409090909)}}@media (min-width: 2300px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.0391304348)}}@media (min-width: 2400px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.0375)}}@media (min-width: 2500px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.036)}}@media (min-width: 2600px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.0346153846)}}@media (min-width: 2700px){.component-insights-research-listings .insights-item.compact .item-inner:hover .bg{transform:scale(1.0333333333)}}.component-media-kit-cta{position:relative;background:linear-gradient(to bottom, #272727 0%, #1a1a1a 100%);padding-bottom:5vw;z-index:2}@media (max-width: 780px){.component-media-kit-cta{padding-bottom:15vw}}.component-media-kit-cta .component-inner{padding-top:5vw}@media (min-width: 780px){.component-media-kit-cta .component-inner{padding-left:11vw;padding-right:11vw}}@media (min-width: 1280px){.component-media-kit-cta .component-inner{padding-left:22vw;padding-right:22vw}}@media (max-width: 780px){.component-media-kit-cta .bg{position:relative;width:50vw;margin:0 auto;top:-10vw}}@media (min-width: 781px){.component-media-kit-cta .bg{position:absolute;bottom:0;width:23.4vw;right:18vw}}@media (min-width: 781px) and (min-width: 1280px){.component-media-kit-cta .bg{right:28vw}}.component-media-kit-cta .text{position:relative}.component-media-kit-cta .text h2{font-family:bebas-neue-pro,arial narrow,sans-serif;font-size:40px;text-transform:uppercase;margin:0 0 0.5em 0}@media (max-width: 780px){.component-media-kit-cta .text h2{margin-left:auto;margin-right:auto;max-width:80%}}@media (min-width: 781px){.component-media-kit-cta .text p:not(.cta){max-width:24em}}@media (max-width: 780px){.component-media-kit-cta .text p:not(.cta){margin-left:auto;margin-right:auto;max-width:80%}}.component-media-kit-cta .text p.cta{margin:3em 0 0 0}@media (max-width: 780px){.component-media-kit-cta .text p.cta .btn{width:100%;box-sizing:border-box}}.component-media-kit-cta .text p.cta a+a{margin-left:1em}@media (max-width: 780px){.component-media-kit-cta .text{text-align:center}.component-media-kit-cta .text p.cta{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center}.component-media-kit-cta .text p.cta a+a{margin:1em 0 0 0}}.component-media-types-stats{position:relative;z-index:1}.component-media-types-stats img{max-width:100%}.component-media-types-stats .bg{position:relative;width:100%;top:0;left:0;height:100vh;position:-webkit-sticky;position:sticky;background-size:cover;background-position:0% 0;transform:scale(1.2);transform-origin:100% 50%;transition:transform 600ms ease-in-out 0ms, background 600ms ease-in-out 0ms}@media (min-width: 1280px){.component-media-types-stats .bg{background-size:120% auto;background-repeat:repeat-y}}.component-media-types-stats.animate .bg{background-position:50% 0;transform:scale(1)}.component-media-types-stats .component-inner{margin-top:-100vh}@media (max-width: 1279px){.component-media-types-stats .component-inner{padding-left:0;padding-right:0}}@media (min-width: 1280px){.component-media-types-stats .component-inner{padding-left:15vw;padding-right:15vw}}.component-media-types-stats .component-inner .component-title{font-size:50px;line-height:.9;text-align:center;padding:11vw 0 8vw 0}@media (min-width: 375px) and (max-width: 550px){.component-media-types-stats .component-inner .component-title{font-size:50px}}@media (min-width: 551px) and (max-width: 1279px){.component-media-types-stats .component-inner .component-title{font-size:80px;line-height:.875}}@media (min-width: 1280px){.component-media-types-stats .component-inner .component-title{font-size:calc(100vw  *  .0617283951);line-height:.9}}@media (max-width: 1279px){.component-media-types-stats .component-inner .component-title{padding-left:5%;padding-right:5%}}.component-media-types-stats .component-inner .content{position:relative;padding:5.5vw 7.2vw;background:#fff;color:#000}@media (max-width: 780px){.component-media-types-stats .component-inner .content{padding:36px 16px}}.component-media-types-stats .component-inner .video{position:relative}.component-media-types-stats .component-inner .section-stats{position:relative;padding:0 0 3.4vw 0}.component-media-types-stats .component-inner .section-stats h3{margin:0 0 1.5em 0;font-family:averta-pe,arial,sans-serif;color:#797979}@media (min-width: 0px){.component-media-types-stats .component-inner .section-stats h3{font-size:24px;line-height:28px}}@media (max-width: 780px){.component-media-types-stats .component-inner .section-stats h3{text-align:center}}.component-media-types-stats .component-inner .section-stats ul{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;margin:0;padding:0;list-style:none}@media (max-width: 780px){.component-media-types-stats .component-inner .section-stats ul{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.component-media-types-stats .component-inner .section-stats ul li{width:25%;text-align:center}@media (max-width: 780px){.component-media-types-stats .component-inner .section-stats ul li{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}}.component-media-types-stats .component-inner .section-stats ul h4{font-size:80px;line-height:.875;white-space:nowrap;font-family:bebas-neue-pro,arial narrow,sans-serif;border-bottom:2px solid #000}@media (min-width: 375px) and (max-width: 550px){.component-media-types-stats .component-inner .section-stats ul h4{font-size:80px}}@media (min-width: 551px) and (max-width: 1279px){.component-media-types-stats .component-inner .section-stats ul h4{font-size:80px;line-height:.875}}@media (min-width: 1280px){.component-media-types-stats .component-inner .section-stats ul h4{font-size:calc(100vw  *  .0617283951);line-height:.9}}.component-media-types-stats .component-inner .section-stats ul h4 .unit{font-size:60%}@media (max-width: 780px){.component-media-types-stats .component-inner .section-stats ul h4{width:50%;padding:0.25em 0;margin:0.25em 0;box-sizing:border-box;border-bottom:none;border-right:2px solid #000;text-align:center}}.component-media-types-stats .component-inner .section-stats ul p{font-size:14px;padding:16px}@media (max-width: 780px){.component-media-types-stats .component-inner .section-stats ul p{width:50%;padding:0 0 0 1em;text-align:left;box-sizing:border-box}}@media (max-width: 780px){.component-media-types-stats .component-inner .section-type .text{text-align:center}}.component-media-types-stats .component-inner .section-type .text h3{font-size:40px;line-height:1;text-transform:uppercase}@media (min-width: 375px) and (max-width: 550px){.component-media-types-stats .component-inner .section-type .text h3{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.component-media-types-stats .component-inner .section-type .text h3{font-size:60px;line-height:.9166666667}}@media (min-width: 1280px){.component-media-types-stats .component-inner .section-type .text h3{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.component-media-types-stats .component-inner .section-type .text h4{margin:0.5em 0;font-family:averta-pe,arial,sans-serif;color:#797979}@media (min-width: 0px){.component-media-types-stats .component-inner .section-type .text h4{font-size:24px;line-height:28px}}.component-media-types-stats .component-inner .section-type .text p.cta{margin-top:40px}.component-media-types-stats .component-inner .section-ingame{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}@media (max-width: 780px){.component-media-types-stats .component-inner .section-ingame{justify-content:flex-start;flex-direction:column}}.component-media-types-stats .component-inner .section-ingame .text{order:1;width:26vw}@media (min-width: 781px) and (max-width: 1279px){.component-media-types-stats .component-inner .section-ingame .text{width:39vw}}@media (max-width: 780px){.component-media-types-stats .component-inner .section-ingame .text{order:2;width:auto}}.component-media-types-stats .component-inner .section-ingame .media{position:relative;order:2;width:20vw}@media (min-width: 781px) and (max-width: 1279px){.component-media-types-stats .component-inner .section-ingame .media{width:30vw}}@media (max-width: 780px){.component-media-types-stats .component-inner .section-ingame .media{width:54vw;order:1;margin:10vw 0}}.component-media-types-stats .component-inner .section-ingame .media .preview{width:100%;filter:drop-shadow(0.25vw 0.25vw 1vw rgba(0,0,0,0.1))}.component-media-types-stats .component-inner .section-ingame .media .overlay{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);background:#fff;border-radius:9999px;width:6vw;cursor:pointer}@media (hover: hover){.component-media-types-stats .component-inner .section-ingame .media .overlay:hover{opactiy:0.8}}.component-media-types-stats .component-inner .section-ingame .media .clip{cursor:pointer}.component-media-types-stats .component-inner .section-ingame .media svg,.component-media-types-stats .component-inner .section-ingame .media iframe{position:absolute;top:3.2%;left:6.3%;width:87.4%;height:93.8%}.component-media-types-stats .component-inner .section-integrated{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}@media (max-width: 780px){.component-media-types-stats .component-inner .section-integrated{flex-direction:column}}.component-media-types-stats .component-inner .section-integrated .text{order:2;margin:0 0 0 8.6vw;width:26vw}@media (min-width: 781px) and (max-width: 1279px){.component-media-types-stats .component-inner .section-integrated .text{width:39vw}}@media (max-width: 780px){.component-media-types-stats .component-inner .section-integrated .text{width:auto;order:2;margin:0}}.component-media-types-stats .component-inner .section-integrated .media{order:1;width:20vw}@media (min-width: 781px) and (max-width: 1279px){.component-media-types-stats .component-inner .section-integrated .media{width:30vw;margin-bottom:5vw}}@media (max-width: 780px){.component-media-types-stats .component-inner .section-integrated .media{width:54vw;order:1;margin:10vw 0 80px 0}}.component-media-types-stats .component-inner .section-integrated .carousel{position:relative;width:100%}.component-media-types-stats .component-inner .section-integrated .carousel .overlay{position:relative;width:100%;filter:drop-shadow(0.4vw 0.4vw 2vw rgba(0,0,0,0.3))}.component-media-types-stats .component-inner .section-integrated .carousel .slide-container{position:absolute;left:6.5%;right:6.3%;top:3%}.component-media-types-stats .component-inner .section-integrated .carousel .flickity-prev-next-button{width:60px;height:60px}.component-media-types-stats .component-inner .section-integrated .carousel .flickity-page-dots{bottom:calc(-35px + -1vw)}@media (max-width: 780px){.component-media-types-stats .component-inner .section-integrated .carousel .flickity-page-dots{bottom:calc(-20px + -4.5vw)}}.component-media-types-stats .component-inner .section-integrated .carousel .slide-item{position:relative;width:100%}.component-media-types-stats .component-inner .section-integrated .carousel .slide-container>.slide-item{display:none}.component-media-types-stats .component-inner .section-integrated .carousel .slide-container>.slide-item:first-child{display:block}.component-media-types-stats .component-inner .section-integrated .carousel svg.clip{position:absolute;left:6.5%;right:6.3%;top:6%;bottom:6.1%}.component-media-types-stats .component-inner .section-esports{position:relative;padding:5.5vw 0 0 0;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;flex-direction:column}.component-media-types-stats .component-inner .section-esports .media{position:relative;order:1}@media (max-width: 780px){.component-media-types-stats .component-inner .section-esports .media{margin:5vw 0}}.component-media-types-stats .component-inner .section-esports .media .preview{width:100%;filter:drop-shadow(0.25vw 0.25vw 1vw rgba(0,0,0,0.1));cursor:pointer}.component-media-types-stats .component-inner .section-esports .media .overlay{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);background:#fff;border-radius:9999px;width:6vw;cursor:pointer}@media (hover: hover){.component-media-types-stats .component-inner .section-esports .media .overlay:hover{opactiy:0.8}}.component-media-types-stats .component-inner .section-esports .media iframe{position:absolute;top:0%;left:0%;width:100%;height:100%}.component-media-types-stats .component-inner .section-esports .text{order:2;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;padding:3.4vw 0}.component-media-types-stats .component-inner .section-esports .text .column{width:45%}@media (min-width: 781px){.component-media-types-stats .component-inner .section-esports .text .column:last-child{display:flex;flex-wrap:nowrap;flex-direction:column;justify-content:flex-end;align-items:flex-end}}@media (max-width: 780px){.component-media-types-stats .component-inner .section-esports .text{display:block;text-align:center}.component-media-types-stats .component-inner .section-esports .text .column{width:auto}.component-media-types-stats .component-inner .section-esports .text .column:last-child{margin-top:24px}}.component-newsletter-cta{position:relative;background:linear-gradient(to bottom, #fff 0%, #000 100%)}.component-insights-research-listings+.component-newsletter-cta{background:linear-gradient(to bottom, #454545 0%, #000 100%)}@media (min-width: 1280px){.component-newsletter-cta .component-inner{padding-left:7.2vw;padding-right:7.2vw}}.component-newsletter-cta .component-inner{padding-top:3.4vw;padding-bottom:3.4vw}@media (max-width: 780px){.component-newsletter-cta .component-inner{padding-top:6.8vw;padding-bottom:6.8vw}}.component-newsletter-cta form{position:relative;background:#000;max-width:1024px;margin:0 auto;padding:24px;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}@media (max-width: 780px){.component-newsletter-cta form{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.component-newsletter-cta form input,.component-newsletter-cta form select{outline:0}@media (hover: hover) and (min-width: 781px){.component-newsletter-cta form input:-webkit-autofill,.component-newsletter-cta form input:-webkit-autofill:hover,.component-newsletter-cta form input:-webkit-autofill:focus,.component-newsletter-cta form input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #010101 inset !important}.component-newsletter-cta form input:-webkit-autofill{-webkit-text-fill-color:white !important}}.component-newsletter-cta form .intro{width:30%}@media (max-width: 780px){.component-newsletter-cta form .intro{width:auto}}.component-newsletter-cta form .intro h2{font-family:averta-pe,arial,sans-serif !important}@media (min-width: 0px){.component-newsletter-cta form .intro h2{font-size:32px;line-height:36px}}@media (min-width: 1280px){.component-newsletter-cta form .intro h2{font-size:36px;line-height:38px}}.component-newsletter-cta form .intro p{font-size:18px}@media (max-width: 780px){.component-newsletter-cta form .intro p{font-size:16px}}.component-newsletter-cta form .fields{padding:0 24px;width:40%}@media (max-width: 780px){.component-newsletter-cta form .fields{max-width:800px;width:auto;padding:24px 0}}.component-newsletter-cta form .fields .legal{margin:-6px 0 0 32px;font-size:12px}@media (max-width: 780px){.component-newsletter-cta form .fields .legal{text-align:center;margin:0}}.component-newsletter-cta form .fields .legal a{padding:0 10px 0 0;color:#379eca;text-decoration:underline}.component-newsletter-cta form .buttons{width:auto}@media (max-width: 780px){.component-newsletter-cta form .buttons{position:relative;width:100%}}.component-newsletter-cta form .buttons button{white-space:nowrap;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}.component-newsletter-cta form .buttons button .format-arrow{padding-left:10px}.component-newsletter-cta form .buttons button .format-arrow:before{background:#000}.component-newsletter-cta form .buttons button .format-arrow .fill{fill:#000}@media (max-width: 780px){.component-newsletter-cta form .buttons button{box-sizing:border-box;width:100%}}.component-newsletter-cta .step2{position:relative;background:#000;width:100%;max-width:700px;min-height:193px;margin:0 auto;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}@media (max-width: 780px){.component-newsletter-cta .step2{flex-direction:column;align-items:stretch}}.component-newsletter-cta .step2 .character{width:36%}@media (max-width: 780px){.component-newsletter-cta .step2 .character{position:relative;width:auto;height:20vw}}.component-newsletter-cta .step2 .character img{position:absolute;width:28%;bottom:16px;left:18%;position:absolute;transform:translateX(-50%)}@media (max-width: 780px){.component-newsletter-cta .step2 .character img{width:33%;left:66%;bottom:0}}.component-newsletter-cta .step2 .text{width:64%;box-sizing:border-box;padding:24px}@media (max-width: 780px){.component-newsletter-cta .step2 .text{width:auto}}.component-newsletter-cta .step2 .text h2{font-family:averta-pe,arial,sans-serif !important}@media (min-width: 0px){.component-newsletter-cta .step2 .text h2{font-size:32px;line-height:36px}}@media (min-width: 1280px){.component-newsletter-cta .step2 .text h2{font-size:36px;line-height:38px}}.component-newsletter-cta .step2 .text p{font-size:18px}@media (max-width: 780px){.component-newsletter-cta .step2 .text p{font-size:16px}}.component-section-navigation{position:relative;background:#000;z-index:2}.component-section-navigation .component-inner{padding-top:3.4vw;padding-bottom:3.4vw / 2}@media (min-width: 1280px){.component-section-navigation .component-inner{padding-top:3.4vw}}@media (max-width: 780px){.component-section-navigation .component-inner{padding-top:6.8vw;padding-bottom:3.4vw}}.component-section-navigation h2{font-family:averta-pe,arial,sans-serif;font-size:18px;font-weight:400;text-align:center}.component-section-navigation .links{position:relative;margin:0;padding:0;list-style:none;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}@media (max-width: 780px){.component-section-navigation .links{flex-direction:column}}.component-section-navigation .links .link-item{margin:0;margin-top:24px;padding:36px 24px}@media (max-width: 780px){.component-section-navigation .links .link-item{padding:0;width:100%}.component-section-navigation .links .link-item .btn{width:100%;box-sizing:border-box}}.component-homepage-discover .link-item[data-id="3"] a{cursor:default !important}html[lang="en"] .component-homepage-discover .link-item[data-id="3"] a p{width:100% !important}.component-homepage-discover .link-item[data-id="3"] a span.cta{display:none !important}.component-homepage-discover .description-panel[data-id="3"] .cta{display:none !important}.component-homepage-benefits-grid .grid-item-cta{display:none !important}.component-media-kit-cta .cta .btn.outline.bg-white.text-white{display:none !important}.block{position:relative}@media (max-width: 780px){.block{padding-left:24px;padding-right:24px;margin:0 0 40px 0}}@media (min-width: 781px) and (max-width: 1279px){.block{padding-left:32px;padding-right:32px;margin:0 0 60px 0}}@media (min-width: 1280px){.block{padding-left:6.6vw;padding-right:6.6vw;margin-bottom:3.3vw}}.block .block-inner{position:relative;max-width:820px;margin:0 auto}.insights-blog .block .block-inner{max-width:640px}.block.width-full .block.bg-cyan,.block.bg-cyan .block-inner{background:#5ebcd9}.block.width-full .block.bg-cyan *,.block.bg-cyan .block-inner *{color:#fff}.block.width-full .block.bg-blue,.block.bg-blue .block-inner{background:#5ebcd9}.block.width-full .block.bg-blue *,.block.bg-blue .block-inner *{color:#fff}.block.width-full .block.bg-pink,.block.bg-pink .block-inner{background:#fe8ba4}.block.width-full .block.bg-pink *,.block.bg-pink .block-inner *{color:#fff}.block.width-full .block.bg-purple,.block.bg-purple .block-inner{background:#af95f3}.block.width-full .block.bg-purple *,.block.bg-purple .block-inner *{color:#fff}.block.width-full .block.bg-yellow,.block.bg-yellow .block-inner{background:#fbc669}.block.width-full .block.bg-yellow *,.block.bg-yellow .block-inner *{color:#fff}.block.width-full .block.bg-green,.block.bg-green .block-inner{background:#8dbfb3}.block.width-full .block.bg-green *,.block.bg-green .block-inner *{color:#fff}.block.width-full .block.bg-orange,.block.bg-orange .block-inner{background:#f4a15a}.block.width-full .block.bg-orange *,.block.bg-orange .block-inner *{color:#fff}@media (min-width: 781px) and (max-width: 1279px){.block-download-cta{margin-top:90px}}.block-download-cta .block-inner{position:relative;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;min-height:160px}@media (max-width: 780px){.block-download-cta .block-inner{flex-direction:column;justify-content:flex-start;align-items:stretch}}.block-download-cta .bg{position:absolute;left:50%;top:0;right:0;bottom:0;overflow:hidden}@media (max-width: 780px){.block-download-cta .bg{display:none}}.block-download-cta .bg:after{position:absolute;left:70%;top:0;bottom:0;width:100%;background:#000;content:""}.block-download-cta .bg svg{position:absolute;left:0;top:0;height:100%}.block-download-cta.v2 .bg{position:absolute;left:29%;top:0;right:0;bottom:0;overflow:hidden}@media (max-width: 780px){.block-download-cta.v2 .bg{display:none}}.block-download-cta.v2 .bg:after{position:absolute;left:70%;top:0;bottom:0;width:100%;background:#000;content:""}.block-download-cta.v2 .bg svg{position:absolute;left:0;top:0;height:100%}.block-download-cta .character{position:absolute;bottom:0;left:0;transform:translateX(-20%);max-width:35%}.block-download-cta .character img{max-width:100%}@media (max-width: 780px){.block-download-cta .character{position:relative;transform:translateX(0%);max-width:none;width:100%;height:0;order:2;z-index:1}.block-download-cta .character img{position:absolute;width:60%;bottom:0;left:0}}.block-download-cta.v2 .character{max-width:25%;transform:translateX(10%)}@media (max-width: 780px){.block-download-cta.v2 .character{position:relative;transform:none;max-width:none;width:100%;height:0;order:2;z-index:1}.block-download-cta.v2 .character img{position:absolute;width:70%;bottom:0;left:50%;transform:translate(-55%, -10%)}}.block-download-cta .text{position:relative;width:25%;margin:0 0 0 25%;color:#000}.block-download-cta .text .eyebrow{font-family:averta-pe,arial,sans-serif;font-weight:800;font-size:14px;text-transform:uppercase;letter-spacing:2px}.block-download-cta .text p{margin:0;line-height:1.1}@media (max-width: 780px){.block-download-cta .text{width:100%;min-height:66vw;box-sizing:border-box;padding:12% 10% 46% 32%;text-align:left;margin:0;order:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305.371' height='58' viewBox='0 247 305.371 58'%3E%3Cpath fill='%23000000' d='M0 296.622V305h305.371v-58z'/%3E%3C/svg%3E") no-repeat -.5% 100.5%;background-size:102% auto;z-index:3}}@media (min-width: 781px){.block-download-cta.v2 .text{display:none}}@media (max-width: 780px){.block-download-cta.v2 .text{width:100%;min-height:60vw;box-sizing:border-box;padding:12% 10% 46% 32%;text-align:left;margin:0;order:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='305.371' height='58' viewBox='0 247 305.371 58'%3E%3Cpath fill='%23000000' d='M0 296.622V305h305.371v-58z'/%3E%3C/svg%3E") no-repeat -.5% 100.5%;background-size:102% auto;z-index:3}}.block-download-cta .cta{position:relative;width:50%;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}html[lang="en"] .block-download-cta .cta .btn{white-space:nowrap}@media (max-width: 780px){.block-download-cta .cta{justify-content:center;width:auto;margin:0;padding:10.6666666667px 24px 55px 24px;background:#000;box-sizing:border-box;text-align:center;order:3;z-index:3}.block-download-cta .cta .btn{width:100%;box-sizing:border-box}}.block-download-cta.v2 .cta{position:relative;width:53%;margin:0 0 0 40%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;text-align:center}.block-download-cta.v2 .cta p{font-family:averta-pe,arial,sans-serif;font-weight:800;font-size:14px;line-height:14px;letter-spacing:2px;max-width:18em;color:#fff;text-transform:uppercase;margin:0 0 1em 0}html[lang="en"] .block-download-cta.v2 .cta .btn{white-space:nowrap}@media (max-width: 780px){.block-download-cta.v2 .cta{justify-content:center;width:auto;margin:0;padding:10.6666666667px 24px 55px 24px;background:#000;box-sizing:border-box;text-align:center;order:3;z-index:3}.block-download-cta.v2 .cta .btn{width:100%;box-sizing:border-box}}.block-download-cta.bg-yellow .text *{color:#000 !important}.block-graphs{padding:6vw 0}@media (max-width: 780px){.block-graphs{padding:40px 0}}.block-graphs.bg-cyan{background:#0a9dc8 !important}.block-graphs.bg-cyan .block-inner{background:#0a9dc8 !important}.block-graphs .block-inner{position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start}@media (min-width: 781px){.block-graphs .block-inner{max-width:960px !important}}@media (max-width: 780px){.block-graphs .block-inner{flex-direction:column}}.block-graphs .block-inner .format-statistic{width:33.333%;box-sizing:border-box;padding:16px}@media (max-width: 780px){.block-graphs .block-inner .format-statistic{width:80%;margin:0 auto}}@media (max-width: 780px){.block-graphs .block-inner .format-statistic.format-circle-graph .value,.block-graphs .block-inner .format-statistic.format-circle-dual-graph .value{font-size:32vw !important}.block-graphs .block-inner .format-statistic.format-circle-graph .unit,.block-graphs .block-inner .format-statistic.format-circle-dual-graph .unit{font-size:16vw !important}}.block-graphs .block-inner .format-statistic.format-donut-graph{width:66.666%}@media (max-width: 780px){.block-graphs .block-inner .format-statistic.format-donut-graph{width:100%}}.block-graphs .block-inner .format-statistic.format-donut-graph figure{position:relative;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}.block-graphs .block-inner .format-statistic.format-donut-graph .figure-content{height:400px;padding:0;max-width:40vw}@media (max-width: 780px){.block-graphs .block-inner .format-statistic.format-donut-graph .figure-content{max-width:none;width:80vw;margin:0 auto;height:80vw}}.block-graphs .block-inner .format-statistic.format-donut-graph .figure-key{width:50%;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;box-sizing:border-box;padding:0 0 0 24px}@media (max-width: 780px){.block-graphs .block-inner .format-statistic.format-donut-graph .figure-key{width:100%;box-sizing:border-box;margin:0 auto;padding:0}}.block-image figure{position:relative;display:block}.block-image img{position:relative;width:100%;z-index:2}.block-image figcaption{position:relative;display:block;margin:1em 0 0 0;text-align:left;z-index:5}.block-image figcaption p{font-size:14px}.block-image img{box-shadow:0 4px 20px 0 rgba(0,0,0,0.25)}.block-image.no-shadow img,.block-image.no-shadow figure{box-shadow:none !important}.block-image.bg-orange figure,.block-image.bg-cyan figure,.block-image.bg-yellow figure{box-shadow:0 4px 20px 0 rgba(0,0,0,0.25)}.block-image.bg-orange img,.block-image.bg-cyan img,.block-image.bg-yellow img{box-shadow:none}.block-image.bg-orange figcaption,.block-image.bg-cyan figcaption,.block-image.bg-yellow figcaption{margin:0;padding:16px}.block-image.bg-orange figcaption:after,.block-image.bg-cyan figcaption:after,.block-image.bg-yellow figcaption:after{position:absolute;top:0;left:0;right:0;height:15px;content:""}.block-image.bg-orange figcaption:after{background:#eda053}.block-image.bg-cyan figcaption:after{background:#379eca}.block-image.bg-yellow figcaption:after{background:#f6c562}.block-pullquote{text-align:center}.block-pullquote blockquote{position:relative;display:block;border-top:1px solid #000;border-bottom:1px solid #000;padding:36px 0}.block-pullquote blockquote p{font-family:bebas-neue-pro,arial narrow,sans-serif;text-transform:uppercase;font-weight:700;font-size:30px;line-height:1.0666666667;color:#379eca}@media (min-width: 375px) and (max-width: 550px){.block-pullquote blockquote p{font-size:30px}}@media (min-width: 551px) and (max-width: 1279px){.block-pullquote blockquote p{font-size:40px;line-height:1.125}}@media (min-width: 1280px){.block-pullquote blockquote p{font-size:calc(100vw  *  .024691358);line-height:1.125}}.block-pullquote .character{display:none}@media (max-width: 780px){.block-pullquote .character{display:none !important}}.block-pullquote.has-character.character-left .character{position:absolute;right:100%;top:50%;max-height:12vw;margin-right:36px;transform:translateY(-50%);display:block}@media (min-width: 781px) and (max-width: 1279px){.block-pullquote.has-character.character-left blockquote,.block-pullquote.has-character.character-left .author{margin-left:20%}.block-pullquote.has-character.character-left .character{left:0;right:auto;margin:0;max-height:100%;max-width:25%;object-fit:scale-down;object-position:100% 50%}}.block-pullquote.has-character.character-right .character{position:absolute;left:100%;top:50%;max-height:12vw;margin-left:36px;transform:translateY(-50%);display:block}@media (min-width: 781px) and (max-width: 1279px){.block-pullquote.has-character.character-right blockquote,.block-pullquote.has-character.character-right .author{margin-right:20%}.block-pullquote.has-character.character-right .character{left:auto;right:0;max-height:100%;max-width:25%;object-fit:scale-down;object-position:100% 50%}}.block-pullquote.has-author blockquote{border-bottom:none}.block-pullquote .author{position:relative;text-align:center}.block-pullquote .author:after{position:absolute;top:50%;left:0;right:0;border-bottom:1px solid #000;content:""}.block-pullquote .author .author-inner{position:relative;display:inline-block;padding:0 16px;background:#fff;z-index:5;max-width:80%}.block-pullquote .author .author-inner p{margin:0;padding:0;font-family:averta-pe,arial,sans-serif;font-size:14px}.block-pullquote .author .author-inner .name{font-weight:700;text-transform:uppercase;letter-spacing:2px}.block-stats{position:relative;overflow:hidden}.block-stats .bg{position:absolute;left:0;top:0;width:100%;height:100%}.block-stats .bg img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.block-stats .block-inner{max-width:1024px !important}.block-stats .stats{margin:0;list-style:none;color:#fff;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;padding:6.8vw 0}@media (max-width: 780px){.block-stats .stats{padding:40px 0;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.block-stats .stats .stat-item{position:relative;width:245px;max-width:25%;text-align:center;margin:0}@media (max-width: 780px){.block-stats .stats .stat-item{width:100%;max-width:none}}.block-stats .stats .stat-item figure{position:relative;padding:16px}@media (max-width: 780px){.block-stats .stats .stat-item figure{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;padding:12px 0}}.block-stats .stats .stat{font-size:80px;line-height:.875;white-space:nowrap;font-family:bebas-neue-pro,arial narrow,sans-serif;font-weight:700;padding:0 0 16px 0;border-bottom:2px solid #fff}@media (min-width: 375px) and (max-width: 550px){.block-stats .stats .stat{font-size:80px}}@media (min-width: 551px) and (max-width: 1279px){.block-stats .stats .stat{font-size:80px;line-height:.875}}@media (min-width: 1280px){.block-stats .stats .stat{font-size:calc(100vw  *  .0617283951);line-height:.9}}.block-stats .stats .stat .unit{font-size:60%}.block-stats .stats .stat .of,.block-stats .stats .stat .in{position:relative;top:-0.25em;display:inline-block;font-size:30%;text-align:center}@media (max-width: 780px){.block-stats .stats .stat{width:calc(46% - 2px);padding:0.25em 36px 0.25em 0;margin:0;box-sizing:border-box;border-bottom:none;border-right:2px solid #fff;text-align:right}}.block-stats .stats figcaption p{font-size:14px;padding:16px;text-align:center}@media (max-width: 780px){.block-stats .stats figcaption{width:50vw;max-width:250px;text-align:left;box-sizing:border-box}.block-stats .stats figcaption p{padding:0 0 0 16px}}.block-stats .stats+p{color:#fff;text-align:center;margin:-6.8vw 0 0 0;padding:3.4vw 0 6.8vw 0}@media (max-width: 780px){.block-stats .stats+p{padding:24px 0 40px 0;margin:-40px 0 0 0}}.block-table table{width:100%;margin:0;padding:0}.block-table table tr{margin:0;padding:0}.block-table table tr td{margin:0;padding:0 0 24px 0}.block-table table tr:last-child td{padding:0}@media (max-width: 780px){.block-table.stackable table,.block-table.stackable tr,.block-table.stackable td{margin:0;padding:0;display:block}.block-table.stackable td{margin:0 0 24px 0}.block-table.stackable tr:last-child td:last-child{margin:0}}.block-text h1{font-size:32px;line-height:1;font-family:averta-pe,arial,sans-serif !important}@media (min-width: 375px) and (max-width: 550px){.block-text h1{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.block-text h1{font-size:40px;line-height:1}}@media (min-width: 1280px){.block-text h1{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.block-text h2{font-size:24px;line-height:1;font-family:averta-pe,arial,sans-serif !important}@media (min-width: 375px) and (max-width: 550px){.block-text h2{font-size:24px}}@media (min-width: 551px) and (max-width: 1279px){.block-text h2{font-size:32px;line-height:1}}@media (min-width: 1280px){.block-text h2{font-size:calc(100vw  *  .0296296296);line-height:1.0833333333}}.block-text h3{font-family:averta-pe,arial,sans-serif !important}@media (min-width: 0px){.block-text h3{font-size:32px;line-height:36px}}@media (min-width: 1280px){.block-text h3{font-size:36px;line-height:38px}}@media (min-width: 0px){.block-text h4{font-size:32px;line-height:34px}}.block-text h5{font-weight:800}@media (min-width: 0px){.block-text h5{font-size:24px;line-height:28px}}.block-text h6{font-family:averta-pe,arial,sans-serif;color:#797979}@media (min-width: 0px){.block-text h6{font-size:24px;line-height:28px}}.block-text em{font-size:24px}.block-text p,.block-text li{font-size:18px}.block-text p em,.block-text li em{font-size:24px}.block-text p small,.block-text li small{font-size:14px}.block-text ol,.block-text ul{margin-top:16px;padding:0 0 0 24px}.block-text ol:first-child,.block-text ul:first-child{margin-top:0}.block-text ol{list-style:decimal}.block-text ul{list-style:disc}.block-text ul ul{list-style:square}.block-text ul ul ul{list-style:circle}.block-text li{margin-top:5.3333333333px;font-weight:400}.block-text li:first-child{margin-top:0}.block-video{position:relative;order:1}.block-video .preview{width:100%;box-shadow:0 4px 20px 0 rgba(0,0,0,0.25);cursor:pointer}.block-video .overlay{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);background:#fff;border-radius:9999px;width:15vw;max-width:100px;cursor:pointer}@media (hover: hover){.block-video .overlay:hover{opactiy:0.8}}.block-video iframe{position:absolute;top:0%;left:0%;width:100%;height:100%}.lightbox-download-form{position:fixed;z-index:100;left:0;top:0;width:100%;height:100%;overflow:hidden;overflow-y:auto;transition:all 600ms linear 0ms;background-attachment:fixed;background-repeat:no-repeat;background-position:0 100vh;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 9000 9000'%3E%3Cpath fill='%23000000' d='M0 0h9000v9000H0z'/%3E%3C/svg%3E");transition:background 450ms linear 0ms}.lightbox-download-form .lightbox-inner{opacity:0;transition:opacity 150ms linear 450ms}.lightbox-download-form.init{background-position:0 0}.lightbox-download-form.init .lightbox-inner{opacity:1}.lightbox-download-form .btn-close{z-index:60;position:fixed;top:40px;right:40px;width:48px;cursor:pointer}@media (max-width: 780px){.lightbox-download-form .btn-close{top:30px;right:30px;width:32px}}.lightbox-download-form .btn-close svg{width:100%}@media (hover: hover){.lightbox-download-form .btn-close:hover .stroke{stroke:#e67100}}.lightbox-download-form .lightbox-inner{position:relative;padding-left:0 !important;padding-right:0 !important;padding-top:30px;padding-bottom:0px}@media (max-width: 780px){.lightbox-download-form .lightbox-inner{padding:100px 0 30px 0}}.lightbox-download-form .steps{position:relative;width:100%;opacity:0;transition:all 600ms linear 0ms}.lightbox-download-form .steps .flickity-page-dots .dot:after{background:#aaa}.lightbox-download-form .steps .flickity-page-dots .dot.is-selected:after{background:#fff}.lightbox-download-form .steps .flickity-button-icon{fill:#fff}.lightbox-download-form .steps{opacity:1}.lightbox-download-form .flickity-viewport{overflow:visible !important}.lightbox-download-form .steps>.step-item:nth-child(2),.lightbox-download-form .steps>.step-item:nth-child(3){display:none}.lightbox-download-form .step-item{position:relative;width:100%;box-sizing:border-box}@media (min-width: 1025px){.lightbox-download-form .step-item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;box-sizing:border-box}}@media (max-width: 1279px){.lightbox-download-form .step-item{padding-left:32px;padding-right:32px}}@media (max-width: 780px){.lightbox-download-form .step-item{padding-left:24px;padding-right:24px}}@media (min-width: 1280px){.lightbox-download-form .step-item{padding-left:6.6vw;padding-right:6.6vw}}.lightbox-download-form .step-item h2{font-size:32px;line-height:1;text-transform:uppercase;font-family:bebas-neue-pro,arial narrow,sans-serif;padding-bottom:10.6666666667px}@media (min-width: 375px) and (max-width: 550px){.lightbox-download-form .step-item h2{font-size:32px}}@media (min-width: 551px) and (max-width: 1279px){.lightbox-download-form .step-item h2{font-size:40px;line-height:1}}@media (min-width: 1280px){.lightbox-download-form .step-item h2{font-size:calc(100vw  *  .037037037);line-height:.9166666667}}.lightbox-download-form .step-item .column{position:relative}.lightbox-download-form .step-item .column .fields{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch}.lightbox-download-form .step-item .column .fields .field-item{position:relative;margin:10px 0 0 0;width:100%}@media (min-width: 1025px){.lightbox-download-form .step-item .column .fields .field-item.half{width:calc(50% - 10px)}}.lightbox-download-form .step-item .column .fields input,.lightbox-download-form .step-item .column .fields select{outline:0}@media (max-width: 780px){.lightbox-download-form .step-item .column .fields input:-webkit-autofill,.lightbox-download-form .step-item .column .fields input:-webkit-autofill:hover,.lightbox-download-form .step-item .column .fields input:-webkit-autofill:focus,.lightbox-download-form .step-item .column .fields input:-webkit-autofill:active{background:#eee;-webkit-box-shadow:0 0 0px 1000px #eee inset !important}.lightbox-download-form .step-item .column .fields input:-webkit-autofill{color:#000 !important;-webkit-text-fill-color:#000 !important}}@media (hover: hover) and (min-width: 781px){.lightbox-download-form .step-item .column .fields input:-webkit-autofill,.lightbox-download-form .step-item .column .fields input:-webkit-autofill:hover,.lightbox-download-form .step-item .column .fields input:-webkit-autofill:focus,.lightbox-download-form .step-item .column .fields input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #010101 inset !important}.lightbox-download-form .step-item .column .fields input:-webkit-autofill{-webkit-text-fill-color:white !important}}.lightbox-download-form .step-item .column .buttons{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.lightbox-download-form .step-item .column .buttons .next{position:relative;margin-left:auto}.lightbox-download-form .step-item .column .buttons .next:before{position:absolute;top:0;bottom:0;left:-23px;width:1px;border-left:1px solid #fff;content:""}.lightbox-download-form .step-item .column .buttons button{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch}.lightbox-download-form .step-item .column .buttons button .format-arrow{padding-left:10px}.lightbox-download-form .step-item .column .buttons button .format-arrow:before{background:#000}.lightbox-download-form .step-item .column .buttons button .format-arrow .fill{fill:#000}.lightbox-download-form .step-item .column .buttons button.prev .format-arrow{transform:rotate(180deg)}.lightbox-download-form .step-item .column .buttons button.prev .format-arrow:before{transition:all 0ms linear 0ms;background:#379eca}.lightbox-download-form .step-item .column .buttons button.prev .format-arrow .fill{transition:all 0ms linear 0ms;fill:#379eca}@media (hover: hover){.lightbox-download-form .step-item .column .buttons button.prev:hover .format-arrow:before{background:#000}.lightbox-download-form .step-item .column .buttons button.prev:hover .format-arrow .fill{fill:#000}}@media (max-width: 780px){.lightbox-download-form .step-item .column .buttons{flex-direction:column}.lightbox-download-form .step-item .column .buttons button{margin:0 0 16px 0 !important;justify-content:center;width:100%;box-sizing:border-box}}.lightbox-download-form .step-item .content{position:relative;z-index:30}@media (min-width: 781px){.lightbox-download-form .step-item .content{padding:3.4vw}}.lightbox-download-form .step-item .content h1{font-size:40px;line-height:.8}@media (min-width: 375px) and (max-width: 550px){.lightbox-download-form .step-item .content h1{font-size:40px}}@media (min-width: 551px) and (max-width: 1279px){.lightbox-download-form .step-item .content h1{font-size:50px;line-height:.8}}@media (min-width: 1280px){.lightbox-download-form .step-item .content h1{font-size:calc(100vw  *  .0308641975);line-height:1.1}}.lightbox-download-form .step-item .content h2{font-family:averta-pe,arial,sans-serif;font-size:18px;text-transform:none;font-weight:400;margin-bottom:75px}@media (max-width: 780px){.lightbox-download-form .step-item .content h2{margin-bottom:50px}}.lightbox-download-form .step-item .content .process{font-weight:400;text-transform:uppercase;color:#aaa}.lightbox-download-form .step-item .content .buttons{padding:24px 0 0 0}.lightbox-download-form .step-item .content .legal{position:relative;padding:24px 0 0 0}.lightbox-download-form .step-item .content .legal li,.lightbox-download-form .step-item .content .legal p{font-size:12px;font-weight:400;color:#999}.lightbox-download-form .step-item .content h3{text-transform:uppercase;font-family:averta-pe,arial,sans-serif;font-size:18px !important}.lightbox-download-form .step-item .charater{position:absolute;z-index:25}.lightbox-download-form .step-item:nth-child(1){justify-content:center}.lightbox-download-form .step-item:nth-child(1) .column{background:#000}@media (min-width: 1025px){.lightbox-download-form .step-item:nth-child(1) .column{width:67vw}}.lightbox-download-form .step-item:nth-child(1) .charater{bottom:0;left:0}.lightbox-download-form .step-item:nth-child(1) .charater img{width:23.4vw;margin:0 0 80px 0;transform:translate(-30%, 150%) scaleX(-1)}@media (max-width: 780px){.lightbox-download-form .step-item:nth-child(1) .charater img{margin:0 0 60px 0;width:45vw}}.lightbox-download-form .step-item:nth-child(2){justify-content:center}.lightbox-download-form .step-item:nth-child(2) .title,.lightbox-download-form .step-item:nth-child(2) .subtitle{visibility:hidden}.lightbox-download-form .step-item:nth-child(2) .column{background:#000}@media (min-width: 1025px){.lightbox-download-form .step-item:nth-child(2) .column{width:67vw}}.lightbox-download-form .step-item:nth-child(2) .charater{top:0;right:0}.lightbox-download-form .step-item:nth-child(2) .charater img{width:21.6vw;transform:translateY(-10%)}@media (max-width: 780px){.lightbox-download-form .step-item:nth-child(2) .charater img{width:55vw}}.lightbox-download-form .step-item:nth-child(3){justify-content:center}.lightbox-download-form .step-item:nth-child(3) .title,.lightbox-download-form .step-item:nth-child(3) .subtitle{visibility:hidden}.lightbox-download-form .step-item:nth-child(3) .column{background:#000}@media (min-width: 1025px){.lightbox-download-form .step-item:nth-child(3) .column{width:67vw}}@media (min-width: 1025px){.lightbox-download-form .step-item:nth-child(3) p{padding-right:50%}}.lightbox-download-form .step-item:nth-child(3) .charater{right:1vw;top:0}.lightbox-download-form .step-item:nth-child(3) .charater img{max-width:28.2vw;transform:translate(-3%, 18%);width:auto}@media (max-width: 780px){.lightbox-download-form .step-item:nth-child(3) .charater img{max-width:42.2vw;transform:translate(-3%, 5%)}}

/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*@colorWhite: #fff;
@colorBlack: #000;
@colorLightGrey: #aaa;
@colorGrey: #6d6d6d;
*/
/*
@colorThemeOrange: #eda053;
@colorThemeCyan: #6dbcdb;
@colorThemeYellow: #f6c562;
*/
/**
	ABM CORE - /apps/atvi/abm/2020/clientlibs/abm-core/css/abm-core.less
*/
@media (max-width: 780px) {
  .component-casestudies-overview .slide-item .text h3 {
    text-transform: uppercase;
  }
}
@media (max-width: 780px) {
  .format-insights-featured-item .text .text-header .author .author-details {
    padding-right: 25vw;
  }
}
@media (min-width: 781px) {
  .component-insights-audience-esports .outro .block .text {
    margin-left: 28% !important;
  }
}
@media (max-width: 1800px) {
  h1.component-title.animation-horizon {
    margin-top: 100px;
  }
}
.component-homepage-discover .description-panel[data-id="2"] .character {
  left: 0.5vw;
  bottom: 9.5vw;
}
.component-homepage-discover .description-panel[data-id="2"] .character img {
  height: 16.5vw;
}
@media (max-width: 1279px) {
  .component-homepage-discover .description-panel[data-id="2"] .character {
    left: 33vw;
    bottom: 0;
  }
  .component-homepage-discover .description-panel[data-id="2"] .character img {
    height: 20vw;
    transform: translateX(-50%);
  }
}
@media (max-width: 780px) {
  .component-homepage-discover .description-panel[data-id="2"] .character img {
    position: absolute;
    right: 16%;
    bottom: 10vw;
    z-index: 4;
    height: 33vw;
  }
}
.component-contact-form .step-item:nth-child(1) .charater {
  right: 4vw;
}
.component-contact-form .step-item:nth-child(1) .charater img {
  width: 20.4vw;
  max-width: 300px;
}
@media (max-width: 780px) {
  .component-contact-form .step-item:nth-child(1) .charater img {
    width: 35vw;
  }
}
.component-insights-landing-masthead .bg {
  top: 40px;
}
@media (max-width: 780px) {
  .component-insights-landing-masthead .bg {
    top: 0;
  }
}
.lightbox-download-form .step-item:nth-child(1) .charater img {
  transform: translate(1%, 120%) scaleX(-1);
  max-width: 300px;
}
@media (max-width: 780px) {
  .lightbox-download-form .step-item:nth-child(1) .charater img {
    margin: 0 0 60px 0;
    width: 40vw;
  }
}
.component-adexperiences-types .section-integrated {
  background: #fff;
}
.component-adexperiences-types .section-integrated .screenshots .screenshot-item .text p {
  color: #000;
}
@media (max-width: 780px) {
  .component-insights-overview-intro .grid-item .grid-item-title h3 {
    padding-right: 40%;
  }
  .component-insights-overview .intro h2 {
    font-size: 50px;
  }
  .block-download-cta .block-inner {
    overflow: hidden;
  }
  .component-insights-listings-grid .content .format-insights-card {
    margin-bottom: 15px;
  }
}
.format-insights-card .cta {
  padding-top: 1em;
}
/*
html[lang='FR'], html[lang='DE'], html[lang='IT'], html[lang='ES'] {
    #header .header-nav-primary .nav-item:nth-child(1) .subnav-item:nth-child(5) {
		display: none;
    }
}*/
.abm-stats .block-stats .stats .stat-item {
  max-width: unset;
}
@media only screen and (max-width: 780px) {
  .abm-stats .block-stats .stats .stat {
    font-size: 54px;
    padding-left: 16px;
    padding-right: 16px;
    width: fit-content;
    justify-self: end;
  }
  .abm-stats .block-stats .stats .stat-item figure {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .abm-stats .block-stats .stats figcaption {
    width: 100%;
  }
  .abm-stats .block-stats .stats figcaption .caption {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 370px) {
  .abm-stats .block-stats .stats .stat-item figure {
    display: grid;
    grid-template-columns: 55% 45%;
  }
}
#header .mobile-advertise-cta {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  padding-top: 16px;
  margin-top: auto;
  transform: translateX(-150vw);
  opacity: 0;
  transition: opacity 200ms linear 0ms, transform 0ms linear 200ms;
}
@media (min-width: 1024px) {
  #header .mobile-advertise-cta {
    display: none;
  }
}
.header-nav-active #header .mobile-advertise-cta {
  transition: opacity 400ms linear 0ms, transform 0ms linear 0ms;
  transform: translateX(0vw);
  opacity: 1;
}
#header .mobile-advertise-cta .content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 36px 16px 36px;
  cursor: pointer;
}
#header .mobile-advertise-cta .text {
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: bebas-neue-pro, arial narrow, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}
#header .mobile-advertise-cta .cta {
  margin: 0;
  padding: 16px 0 0 24px;
}
#header .mobile-advertise-cta .cta .btn {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  border-radius: 9999px;
  overflow: visible;
  padding-right: 0;
  width: 40px;
  transition: all 300ms linear 0ms;
}
#header .mobile-advertise-cta .cta .btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -23px;
  width: 1px;
  border-left: 1px solid #fff;
  content: "";
}
#header .mobile-advertise-cta .cta .btn .btn-label {
  overflow: hidden;
  white-space: nowrap;
  max-width: 0;
  transition: all 200ms ease-out 0ms;
  padding-left: 0em;
}
#header .mobile-advertise-cta .cta .btn .format-arrow {
  position: relative;
  transform: translateX(0%);
  font-size: 12px;
}
@media (hover: hover) {
  #header .mobile-advertise-cta .cta .btn:hover .btn-label {
    transition: all 400ms linear 0ms;
    padding-left: 1em;
    max-width: 15em;
  }
}
#header .mobile-advertise-cta .character {
  padding-left: 36px;
}
@media (max-width: 1024px) {
  #header .header-nav-primary .subnav {
    display: flex;
    flex-direction: column;
    overflow: auto;
  }
  #header .header-nav-primary .subnav-item {
    white-space: unset;
  }
}
@media (min-width: 781px) {
  #footer .footer-footnotes ol {
    column-count: unset;
  }
}
@media (max-width: 780px) {
  .component-insights-overview-intro .bg {
    background-size: cover;
  }
}
#header .header-nav-primary .subnav-item.overview.link {
  display: none;
}
@media (max-width: 1440px) {
  #header {
    background: #000;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1441px) {
  #header {
    transition: all 150ms linear 0ms;
  }
  html:not(.page-scrolled) #header:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
  }
}
@media (min-width: 1441px) {
  .page-scrolled.page-scrolling-down #header {
    top: -100px;
  }
}
@media (min-width: 1441px) {
  #header .header-nav-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 80px solid #000;
    height: calc(20vh);
    background: linear-gradient(to bottom, #000000 0%, #272727 100%);
    max-height: 0;
    transition: all 300ms linear 0ms;
    opacity: 1;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  }
  body:not(.header-nav-subnav-active) #header .header-nav-bg {
    max-height: 0 !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0);
    opacity: 0;
  }
}
@media (min-width: 1441px) and (hover: hover) {
  body:not(.page-scrolled) #header .header-nav-bg:hover {
    opacity: 1;
    max-height: 1px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1441px) and (hover: hover) {
  body:not(.page-scrolled) #header:hover .header-nav-bg {
    opacity: 1;
    max-height: 1px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1441px) {
  .page-scrolled.page-scrolling-up #header .header-nav-bg {
    opacity: 1;
    max-height: 1px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5) !important;
  }
  #header.solid .header-nav-bg {
    opacity: 1 !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5) !important;
  }
}
@media (min-width: 1441px) {
  #header .header-nav-primary {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0 30px 0 0;
    list-style: none;
  }
}
@media (max-width: 1440px) {
  #header .header-nav-primary {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    margin: 0;
    padding: 80px 0 0 0;
    list-style: none;
    box-sizing: border-box;
    background: #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    top: -300vh;
    opacity: 0;
    transition: opacity 200ms linear 0ms, top 0ms linear 200ms;
  }
  .header-nav-active #header .header-nav-primary {
    transition: opacity 400ms linear 0ms, top 0ms linear 0ms;
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 1440px) {
  #header .header-nav-primary .nav-item {
    display: block;
    padding: 8px 32px;
    width: 320px;
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) and (max-width: 520px) {
  #header .header-nav-primary .nav-item {
    width: 100vw;
    padding: 8px 24px;
  }
}
@media (max-width: 1440px) and (max-width: 780px) {
  #header .header-nav-primary .nav-item {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1440px) {
  #header .header-nav-primary .nav-item > a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 6px 0;
    margin: 0 0 1px;
    border-bottom: 1px solid transparent;
  }
  #header .header-nav-primary .nav-item > a .format-arrow:before,
  #header .header-nav-primary .nav-item > a .fill {
    fill: #ffffff;
  }
}
@media (max-width: 1440px) and (hover: hover) {
  #header .header-nav-primary .nav-item > a:hover .format-arrow:before {
    background: #e67100;
  }
  #header .header-nav-primary .nav-item > a:hover .fill {
    fill: #e67100;
  }
}
@media (max-width: 1440px) {
  #header .header-nav-primary .nav-item > a.active .format-download {
    display: none;
  }
  #header .header-nav-primary .nav-item > a .format-download {
    display: none;
  }
  #header .header-nav-primary .nav-item:after {
    position: absolute;
    left: 320px;
    top: 0px;
    width: 320px;
    height: 100vh;
    background: linear-gradient(to right, #272727 0%, #000000 100%);
    transition: all 150ms linear 0ms;
    opacity: 0;
    content: "";
  }
}
@media (max-width: 1440px) and (max-width: 520px) {
  #header .header-nav-primary .nav-item:after {
    display: none;
  }
}
@media (max-width: 1440px) {
  #header .header-nav-primary .nav-item.subnav-active:after {
    opacity: 1;
  }
}
@media (min-width: 1441px) {
  #header .header-nav-primary .nav-item {
    position: relative;
    height: 80px;
    box-sizing: border-box;
    margin: 0 10px;
    padding: 8px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  #header .header-nav-primary .nav-item > a .format-arrow {
    display: none;
  }
}
@media (min-width: 1441px) {
  #header .header-nav-primary .nav-item:not(.advertise) > a {
    position: relative;
    float: left;
    padding: 6px 0 8px 0;
  }
  #header .header-nav-primary .nav-item:not(.advertise) > a:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    border-bottom: 1px solid #e67100;
    content: "";
    transition: all 150ms linear 0ms;
  }
}
@media (min-width: 1441px) and (hover: hover) {
  #header .header-nav-primary .nav-item:not(.advertise) > a:hover:after {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  #header .header-nav-primary .nav-item.advertise {
    display: none;
  }
}
@media (min-width: 1441px) {
  #header .header-nav-primary .subnav {
    top: -1000px;
    transition: opacity 200ms linear 0ms, top 0ms linear 300ms;
  }
}
@media (max-width: 1440px) {
  #header .header-nav-primary .subnav {
    position: fixed;
    top: -1000px;
    margin: -6px 0 0 0;
    left: 320px;
    z-index: 10;
  }
  #header .header-nav-primary .subnav .sub-item a {
    text-transform: none !important;
  }
}
@media (max-width: 1440px) {
  #header .header-nav-primary .nav-item.subnav-active > a {
    color: #f4a15a;
    border-bottom: 1px solid #f4a15a;
  }
  #header .header-nav-primary .nav-item.subnav-active > a .format-arrow:before {
    background: #f4a15a;
  }
  #header .header-nav-primary .nav-item.subnav-active > a .fill {
    fill: #f4a15a !important;
  }
}
@media (max-width: 1440px) {
  #header .header-nav-primary .nav-item.subnav-active .subnav {
    top: 80px;
  }
}
@media (hover: hover) and (min-width: 1441px) {
  #header .header-nav-primary .nav-item:hover .subnav {
    top: 60px;
    opacity: 1;
    transition: opacity 300ms linear 300ms, top 0ms linear 0ms;
  }
}
@media (max-width: 1440px) {
  #header .header-nav-primary .subnav-item {
    padding: 16px 32px;
  }
}
@media (max-width: 1440px) {
  #header .header-nav-primary .subnav-item,
  #header .header-nav-primary .subnav-item > a {
    text-transform: none !important;
  }
}
@media (hover: hover) and (min-width: 1441px) {
  #header .header-nav-primary .subnav-item.overview {
    display: none;
  }
}
@media (min-width: 1441px) {
  #header .header-nav-primary .subnav-item {
    clear: left;
  }
  #header .header-nav-primary .subnav-item:first-child > a {
    padding-top: 0 !important;
  }
  #header .header-nav-primary .subnav-item > a {
    position: relative;
    float: left;
    padding: 6px 0 8px 0;
  }
  #header .header-nav-primary .subnav-item > a:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    border-bottom: 1px solid #e67100;
    content: "";
    transition: all 150ms linear 0ms;
  }
}
@media (min-width: 1441px) and (hover: hover) {
  #header .header-nav-primary .subnav-item > a:hover:after {
    width: 100%;
  }
}
@media (min-width: 521px) {
  #header .header-nav-primary .subnav-item.back {
    display: none;
  }
}
@media (max-width: 1440px) {
  #header .header-nav-primary .subnav-item .format-arrow,
  #header .header-nav-primary .subnav-item .format-download {
    display: none;
  }
}
@media (min-width: 780px) {
  #header .header-logo {
    left: 32px;
  }
}
@media (min-width: 1280px) {
  #header .header-logo {
    left: 20px;
  }
}
@media (max-width: 1440px) {
  #header .header-nav-search .btn-close {
    top: 27px;
    right: 77px;
    width: 24px;
  }
}
@media (max-width: 780px) {
  #header .header-nav-search .search-inner {
    padding-left: 24px;
    padding-right: 24px;
    top: 80px;
  }
}
@media (min-width: 779px) and (max-width: 1279px) {
  #header .header-nav-search .search-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1280px) {
  #header .header-nav-search .search-inner {
    padding-left: 6.6vw;
    padding-right: 6.6vw;
  }
}
@media (max-width: 780px) {
  #header .header-nav-search .search-inner form input {
    font-size: 32px;
  }
}
@media (min-width: 779px) and (max-width: 1279px) {
  #header .header-nav-search .search-inner form input {
    font-size: 80px;
  }
}
@media (min-width: 1280px) {
  #header .header-nav-search .search-inner form input {
    font-size: 100px;
  }
}
@media (max-width: 780px) {
  #header .header-nav-search .search-inner .results {
    padding-left: 24px;
    padding-right: 24px;
    top: 134px;
  }
}
@media (min-width: 779px) and (max-width: 1279px) {
  #header .header-nav-search .search-inner .results {
    padding-left: 32px;
    padding-right: 32px;
    top: 230px;
  }
}
@media (min-width: 1280px) {
  #header .header-nav-search .search-inner .results {
    padding-left: 6.6vw;
    padding-right: 6.6vw;
    top: 252px;
  }
}
@media (hover: hover) {
  #header .header-nav-search .search-inner .results li a:hover {
    text-decoration-color: #ffffff;
  }
}
@media (max-width: 1440px) {
  #header .header-nav-search-toggle {
    right: 50px;
  }
}
@media (hover: hover) {
  #header .header-nav-search-toggle:hover svg {
    background: #e67100;
  }
}
@media (max-width: 780px) {
  #header .header-advertise-cta {
    right: 30px;
    bottom: 15px;
  }
}
@media (min-width: 1441px) {
  #header .header-advertise-cta {
    display: none;
  }
}
@media (max-width: 520px) {
  html[lang="en"] .header-nav-active #header .header-advertise-cta {
    transform: translateX(10vw);
  }
}
@media (min-width: 0px) {
  #header .header-advertise-cta .text {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 780px) {
  #header .header-advertise-cta .character {
    position: absolute;
    top: 10%;
    left: -100%;
  }
}
@media (min-width: 1024px) {
  #header .header-nav-toggle {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  #header .header-nav-toggle {
    display: none !important;
  }
}

/**
	LOCALE SELECTOR - /apps/atvi/abm/2020/clientlibs/abm-core/css/region-selector.less
*/
#footer .region-selector-wrapper {
  position: absolute;
  z-index: 1;
  top: 3.4vw;
  left: 0;
  width: 15vw;
  background-color: #000;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
@media (max-width: 780px) {
  #footer .region-selector-wrapper {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
#abm-locale-selector {
  font-family: bebas-neue-pro, arial narrow, sans-serif;
  font-size: 16px;
}
#abm-locale-selector .cur-locale-selector-btn button {
  top: unset;
  display: inline-flex;
  align-items: center;
  font-family: bebas-neue-pro, arial narrow, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  transition: all 300ms linear 0ms;
}
@media (hover: hover) {
  #abm-locale-selector .cur-locale-selector-btn button:hover {
    color: #e67100;
  }
}
#abm-locale-selector .flag-icon {
  width: unset;
  height: unset;
  background-color: unset;
  background-image: none;
  display: inline-block;
  padding: 0.25em 0.65em 5px 0.65em;
  font-family: bebas-neue-pro, arial narrow, sans-serif;
  font-size: 16px;
}
#abm-locale-selector .locale-panel {
  position: absolute;
  bottom: unset;
  z-index: unset;
  width: unset;
  background: unset;
  padding: unset;
  left: unset;
  transform: unset;
}
#abm-locale-selector .locale-panel .locale-panel-header {
  display: none;
}
#abm-locale-selector .locale-panel > ul {
  position: relative;
  display: block;
  width: unset;
  margin: 0;
  background: #000;
  list-style: none;
}
#abm-locale-selector .locale-panel > ul li {
  position: relative;
  text-align: right;
  transition: all 300ms linear 0ms;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
  border-bottom: none;
}
#abm-locale-selector .locale-panel > ul li a {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  transition: all 300ms linear 0ms;
}
@media (hover: hover) {
  #abm-locale-selector .locale-panel > ul li a:hover {
    color: #e67100;
  }
}
#abm-locale-selector .region {
  display: inline-block;
  padding: 0.25em 0.65em 5px 0.65em;
  font-family: bebas-neue-pro, arial narrow, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 780px) {
  #abm-locale-selector {
    display: inline-block;
  }
}

/**
	EDIT MODE - /apps/atvi/abm/2020/clientlibs/abm-core/css/editMode.less
*/
html.aem-AuthorLayer-Edit #content,
html.aem-AuthorLayer-initial #content {
  min-height: 100px;
}
html.aem-AuthorLayer-Edit .component-homepage-masthead-carousel .slide-container,
html.aem-AuthorLayer-initial .component-homepage-masthead-carousel .slide-container {
  max-height: 750px;
}
html.aem-AuthorLayer-Edit .component-contact-form,
html.aem-AuthorLayer-initial .component-contact-form {
  max-height: 1080px;
}
html.aem-AuthorLayer-Edit .component-contact-form .component-inner,
html.aem-AuthorLayer-initial .component-contact-form .component-inner {
  min-height: 0;
  max-height: 1080px;
}
@media (max-width: 1024px) {
  html.aem-AuthorLayer-Edit .component-contact-form .component-inner,
  html.aem-AuthorLayer-initial .component-contact-form .component-inner {
    min-height: 0;
    max-height: 720px;
  }
}

/**
	MVP NAV - /apps/atvi/abm/2020/clientlibs/abm-core/css/mvp-nav.less
*/
#header .nav-item > a.active .format-download {
  display: none;
}
#header .nav-item > a .format-download {
  display: none;
}

/**
	LOCALE FIX - /apps/atvi/abm/2020/clientlibs/abm-core/css/locale-fix.less
*/
@media (min-width: 1280px) {
  html:lang(es) .component-advertise-side-cta .minimal .text {
    min-height: 140px;
  }
}
@media (min-width: 1280px) {
  html:lang(fr) .component-insights-overview-personas .content .graph .group[data-id="-1"] h5 {
    font-size: calc(2.48148148vw);
  }
}

/**
	IOS FIX - /apps/atvi/abm/2020/clientlibs/abm-core/css/ios15videohack.less
*/
.ios-hack > video {
  height: 100%;
  width: 100%;
}
.iframe-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0 !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .component-adexperiences-types .component-inner .section-phone-video .media iframe {
      clip-path: none !important;
    }
    .iframe-wrapper .notch {
      position: relative;
    }
    .iframe-wrapper .notch::before {
      content: '';
      width: 200px;
      height: 32px;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      background: #131313;
      position: absolute;
      top: 24px;
      left: 50%;
      transform: translateX(-50%);
      display: inline-block;
      z-index: 10;
    }
    .iframe-wrapper > iframe {
      border-radius: 40px;
      clip-path: none !important;
    }
  }
}

/**
	URL FIXES - /apps/atvi/abm/2020/clientlibs/abm-core/css/new-url-fixes.less
*/
.component-insights-landing-masthead .table-of-contents {
  width: 325px;
}
.component-inner a :not(.cta, span) :not(.component-homepage-benefits-grid p) :not(.component-homepage-benefits-grid h1) :not(.component-homepage-benefits-grid h2) :not(.component-homepage-benefits-grid h3) :not(.component-homepage-benefits-grid h4) {
  color: #5ebcd9 !important;
  text-decoration: none !important;
}
.component-inner a:hover :not(.cta, span) :not(.component-homepage-benefits-grid p) :not(.component-homepage-benefits-grid h1) :not(.component-homepage-benefits-grid h2) :not(.component-homepage-benefits-grid h3) :not(.component-homepage-benefits-grid h4) {
  text-decoration: underline !important;
  color: white !important;
}

