0% found this document useful (0 votes)
5 views

Unity Ads Web App

The document is an HTML template for a Unity Ads WebView, containing meta tags for mobile compatibility and various JavaScript implementations. It includes licensing information for code derived from Mozilla and Microsoft, as well as polyfills for Promise and generator functions. The script is designed to support asynchronous operations and manage state within the web application.

Uploaded by

EUSTACHE KORE
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Unity Ads Web App

The document is an HTML template for a Unity Ads WebView, containing meta tags for mobile compatibility and various JavaScript implementations. It includes licensing information for code derived from Mozilla and Microsoft, as well as polyfills for Promise and generator functions. The script is designed to support asynchronous operations and manage state within the web application.

Uploaded by

EUSTACHE KORE
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 424

<!

DOCTYPE html>
<html lang="en">
<head>
<title>Unity Ads WebView</title>

<meta charset="utf-8" />


<meta name="viewport" content="viewport-fit=cover, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="format-detection" content="telephone=no" />

<!--
/**
* EventTarget implementation taken from MDN https://developer.mozilla.org/en-US/docs/Web/API/EventTarget
* Licensed under the CC-By-SA license. (c) Mozilla Contributers. All Rights Reserved.
* https://developer.mozilla.org/en-US/docs/MDN/About#Using_MDN_Web_Docs_content
*/
/*
* A TypeScript implementation of the Secure Hash Algorithm, SHA-1, as defined
* in FIPS PUB 180-1
*
* This file is derived from JavaScript MD5 project ( http://pajhome.org.uk/crypt/md5/ )
* and is modified for oauth-typescript project.
*
* Copyright 2000-2002 Paul Johnston.
* (Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet)
* Copyright 2015 NOBUOKA Yu.
*
* Licensed under the BSD License.
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
* 3. Neither the name of the copyright holder nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.
* IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
OR
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
-->
<script>/*
*****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
*****************************************************************************/
'use strict';var l=l||{};l.scope={};l.arrayIteratorImpl=function(h){var q=0;return function(){return
q<h.length?{done:!1,value:h[q++]}:{done:!0}}};l.arrayIterator=function(h){return{next:l.arrayIteratorImpl(h)}};l.AS
SUME_ES5=!1;l.ASSUME_NO_NATIVE_MAP=!1;l.ASSUME_NO_NATIVE_SET=!1;l.SIMPLE_FROUND_POL
YFILL=!1;l.defineProperty=l.ASSUME_ES5||'function'==typeof
Object.defineProperties?Object.defineProperty:function(h,q,u){h!=Array.prototype&&h!=Object.prototype&&(h[q]=
u.value)};
l.getGlobal=function(h){return'undefined'!=typeof window&&window===h?h:'undefined'!=typeof
global&&null!=global?global:h};l.global=l.getGlobal(this);l.SYMBOL_PREFIX='jscomp_symbol_';l.initSymbol=fun
ction(){l.initSymbol=function(){};l.global.Symbol||(l.global.Symbol=l.Symbol)};l.Symbol=function(){var h=0;return
function(q){return l.SYMBOL_PREFIX+(q||'')+h++}}();
l . i n i t S y m b o l I t e r a t o r = f u n c t i o n ( ) { l . i n i t S y m b o l ( ) ; v a r
h=l.global.Symbol.iterator;h||(h=l.global.Symbol.iterator=l.global.Symbol('iterator'));'function'!=typeof
Array.prototype[h]&&l.defineProperty(Array.prototype,h,{configurable:!0,writable:!0,value:function(){return
l.iteratorPrototype(l.arrayIteratorImpl(this))}});l.initSymbolIterator=function(){}};
l . i n i t S y m b o l A s y n c I t e r a t o r = f u n c t i o n ( ) { l . i n i t S y m b o l ( ) ; v a r
h=l.global.Symbol.asyncIterator;h||(h=l.global.Symbol.asyncIterator=l.global.Symbol('asyncIterator'));l.initSymbolAs
yncIterator=function(){}};l.iteratorPrototype=function(h){l.initSymbolIterator();h={next:h};h[l.global.Symbol.iterator
]=function(){return this};return h};l.makeIterator=function(h){var q='undefined'!=typeof
Symbol&&Symbol.iterator&&h[Symbol.iterator];return q?q.call(h):l.arrayIterator(h)};
l.arrayFromIterator=function(h){for(var q,u=[];!(q=h.next()).done;)u.push(q.value);return
u } ; l . a r r a y F r o m I t e r a b l e = f u n c t i o n ( h ) { r e t u r n h i n s t a n c e o f
Array?h:l.arrayFromIterator(l.makeIterator(h))};l.objectCreate=l.ASSUME_ES5||'function'==typeof
Object.create?Object.create:function(h){function q(){}q.prototype=h;return new
q};l.underscoreProtoCanBeSet=function(){var h={a:!0},q={};try{return q.__proto__=h,q.a}catch(u){}return!1};
l . s e t P r o t o t y p e O f = ' f u n c t i o n ' = = t y p e o f
Object.setPrototypeOf?Object.setPrototypeOf:l.underscoreProtoCanBeSet()?function(h,q){h.__proto__=q;if(h.__prot
o__!==q)throw new TypeError(h+' is not extensible');return h}:null;
l.inherits=function(h,q){h.prototype=l.objectCreate(q.prototype);h.prototype.constructor=h;if(l.setPrototypeOf)(0,l.set
PrototypeOf)(h,q);else for(var u in q)if('prototype'!=u)if(Object.defineProperties){var
G=Object.getOwnPropertyDescriptor(q,u);G&&Object.defineProperty(h,u,G)}else
h[u]=q[u];h.superClass_=q.prototype};l.generator={};l.generator.ensureIteratorResultIsObject_=function(h){if(!(h
instanceof Object))throw new TypeError('Iterator result '+h+' is not an object');};
l.generator.Context=function(){this.isRunning_=!1;this.yieldAllIterator_=null;this.yieldResult=void
0;this.nextAddress=1;this.finallyAddress_=this.catchAddress_=0;this.finallyContexts_=this.abruptCompletion_=null}
;l.generator.Context.prototype.start_=function(){if(this.isRunning_)throw new TypeError('Generator is already
running');this.isRunning_=!0};l.generator.Context.prototype.stop_=function(){this.isRunning_=!1};
l.generator.Context.prototype.jumpToErrorHandler_=function(){this.nextAddress=this.catchAddress_||this.finallyAdd
ress_};l.generator.Context.prototype.next_=function(h){this.yieldResult=h};l.generator.Context.prototype.throw_=fun
ction(h){this.abruptCompletion_={exception:h,isException:!0};this.jumpToErrorHandler_()};l.generator.Context.prot
otype.return=function(h){this.abruptCompletion_={return:h};this.nextAddress=this.finallyAddress_};
l.generator.Context.prototype.jumpThroughFinallyBlocks=function(h){this.abruptCompletion_={jumpTo:h};this.next
Address=this.finallyAddress_};l.generator.Context.prototype.yield=function(h,q){this.nextAddress=q;return{value:h}
};l.generator.Context.prototype.yieldAll=function(h,q){h=l.makeIterator(h);var
u=h.next();l.generator.ensureIteratorResultIsObject_(u);if(u.done)this.yieldResult=u.value,this.nextAddress=q;else
return this.yieldAllIterator_=h,this.yield(u.value,q)};
l.generator.Context.prototype.jumpTo=function(h){this.nextAddress=h};l.generator.Context.prototype.jumpToEnd=fu
nction(){this.nextAddress=0};l.generator.Context.prototype.setCatchFinallyBlocks=function(h,q){this.catchAddress_
= h ; v o i d
0!=q&&(this.finallyAddress_=q)};l.generator.Context.prototype.setFinallyBlock=function(h){this.catchAddress_=0;t
his.finallyAddress_=h||0};l.generator.Context.prototype.leaveTryBlock=function(h,q){this.nextAddress=h;this.catchA
ddress_=q||0};
l.generator.Context.prototype.enterCatchBlock=function(h){this.catchAddress_=h||0;h=this.abruptCompletion_.except
i o n ; t h i s . a b r u p t C o m p l e t i o n _ = n u l l ; r e t u r n
h};l.generator.Context.prototype.enterFinallyBlock=function(h,q,u){u?this.finallyContexts_[u]=this.abruptCompletio
n_:this.finallyContexts_=[this.abruptCompletion_];this.catchAddress_=h||0;this.finallyAddress_=q||0};
l.generator.Context.prototype.leaveFinallyBlock=function(h,q){q=this.finallyContexts_.splice(q||0)[0];if(q=this.abrupt
Completion_=this.abruptCompletion_||q){if(q.isException)return this.jumpToErrorHandler_();void
0!=q.jumpTo&&this.finallyAddress_<q.jumpTo?(this.nextAddress=q.jumpTo,this.abruptCompletion_=null):this.next
Address=this.finallyAddress_}else this.nextAddress=h};l.generator.Context.prototype.forIn=function(h){return new
l.generator.Context.PropertyIterator(h)};
l.generator.Context.PropertyIterator=function(h){this.object_=h;this.properties_=[];for(var q in
h)this.properties_.push(q);this.properties_.reverse()};l.generator.Context.PropertyIterator.prototype.getNext=function(
){for(;0<this.properties_.length;){var h=this.properties_.pop();if(h in this.object_)return h}return
null};l.generator.Engine_=function(h){this.context_=new l.generator.Context;this.program_=h};
l.generator.Engine_.prototype.next_=function(h){this.context_.start_();if(this.context_.yieldAllIterator_)return
this.yieldAllStep_(this.context_.yieldAllIterator_.next,h,this.context_.next_);this.context_.next_(h);return
this.nextStep_()};l.generator.Engine_.prototype.return_=function(h){this.context_.start_();var
q=this.context_.yieldAllIterator_;if(q)return this.yieldAllStep_('return'in
q?q['return']:function(h){return{value:h,done:!0}},h,this.context_.return);this.context_.return(h);return
this.nextStep_()};
l.generator.Engine_.prototype.throw_=function(h){this.context_.start_();if(this.context_.yieldAllIterator_)return
this.yieldAllStep_(this.context_.yieldAllIterator_['throw'],h,this.context_.next_);this.context_.throw_(h);return
this.nextStep_()};
l.generator.Engine_.prototype.yieldAllStep_=function(h,q,u){try{var
G=h.call(this.context_.yieldAllIterator_,q);l.generator.ensureIteratorResultIsObject_(G);if(!G.done)return
t h i s . c o n t e x t _ . s t o p _ ( ) , G ; v a r Q = G . v a l u e } c a t c h ( R a ) { r e t u r n
this.context_.yieldAllIterator_=null,this.context_.throw_(Ra),this.nextStep_()}this.context_.yieldAllIterator_=null;u.c
all(this.context_,Q);return this.nextStep_()};
l.generator.Engine_.prototype.nextStep_=function(){for(;this.context_.nextAddress;)try{var
h = t h i s . p r o g r a m _ ( t h i s . c o n t e x t _ ) ; i f ( h ) r e t u r n
this.context_.stop_(),{value:h.value,done:!1}}catch(q){this.context_.yieldResult=void
0,this.context_.throw_(q)}this.context_.stop_();if(this.context_.abruptCompletion_){h=this.context_.abruptCompletio
n_;this.context_.abruptCompletion_=null;if(h.isException)throw
h.exception;return{value:h.return,done:!0}}return{value:void 0,done:!0}};
l.generator.Generator_=function(h){this.next=function(q){return h.next_(q)};this.throw=function(q){return
h . t h r o w _ ( q ) } ; t h i s . r e t u r n = f u n c t i o n ( q ) { r e t u r n
h.return_(q)};l.initSymbolIterator();this[Symbol.iterator]=function(){return
this}};l.generator.createGenerator=function(h,q){q=new l.generator.Generator_(new
l.generator.Engine_(q));l.setPrototypeOf&&l.setPrototypeOf(q,h.prototype);return q};
l.polyfill=function(h,q){if(q){var u=l.global;h=h.split('.');for(var G=0;G<h.length-1;G++){var Q=h[G];Q in
u | | ( u [ Q ] = { } ) ; u = u [ Q ] } h = h [ h . l e n g t h -
1];G=u[h];q=q(G);q!=G&&null!=q&&l.defineProperty(u,h,{configurable:!0,writable:!0,value:q})}};l.FORCE_POLY
FILL_PROMISE=!1;
l.polyfill('Promise',function(h){function q(h){this.state_=0;this.result_=void 0;this.onSettledCallbacks_=[];var
q=this.createResolveAndReject_();try{h(q.resolve,q.reject)}catch(Wa){q.reject(Wa)}}function
u(){this.batch_=null}function G(h){return h instanceof q?h:new
q(function(q){q(h)})}if(h&&!l.FORCE_POLYFILL_PROMISE)return
h;u.prototype.asyncExecute=function(h){if(null==this.batch_){this.batch_=[];var
q=this;this.asyncExecuteFunction(function(){q.executeBatch_()})}this.batch_.push(h)};var Q=l.global.setTimeout;
u.prototype.asyncExecuteFunction=function(h){Q(h,0)};u.prototype.executeBatch_=function(){for(;this.batch_&&thi
s.batch_.length;){var h=this.batch_;this.batch_=[];for(var q=0;q<h.length;++q){var
Wa=h[q];h[q]=null;try{Wa()}catch(jf){this.asyncThrow_(jf)}}}this.batch_=null};u.prototype.asyncThrow_=function
(h){this.asyncExecuteFunction(function(){throw h;})};q.prototype.createResolveAndReject_=function(){function
h(h){return function(u){Wa||(Wa=!0,h.call(q,u))}}var q=this,Wa=!1;return{resolve:h(this.resolveTo_),
reject:h(this.reject_)}};q.prototype.resolveTo_=function(h){if(h===this)this.reject_(new TypeError('A Promise
cannot resolve to itself'));else if(h instanceof q)this.settleSameAsPromise_(h);else{a:switch(typeof h){case 'object':var
u = n u l l ! = h ; b r e a k a ; c a s e ' f u n c t i o n ' : u = ! 0 ; b r e a k
a;default:u=!1}u?this.resolveToNonPromiseObj_(h):this.fulfill_(h)}};q.prototype.resolveToNonPromiseObj_=functio
n(h){var q=void 0;try{q=h.then}catch(Wa){this.reject_(Wa);return}'function'==typeof
q?this.settleSameAsThenable_(q,
h):this.fulfill_(h)};q.prototype.reject_=function(h){this.settle_(2,h)};q.prototype.fulfill_=function(h){this.settle_(1,h)}
;q.prototype.settle_=function(h,q){if(0!=this.state_)throw Error('Cannot settle('+h+', '+q+'): Promise already settled in
state'+this.state_);this.state_=h;this.result_=q;this.executeOnSettledCallbacks_()};q.prototype.executeOnSettledCallba
c k s _ = f u n c t i o n ( ) { i f ( n u l l ! = t h i s . o n S e t t l e d C a l l b a c k s _ ) { f o r ( v a r
h=0;h<this.onSettledCallbacks_.length;++h)Ra.asyncExecute(this.onSettledCallbacks_[h]);
this.onSettledCallbacks_=null}};var Ra=new u;q.prototype.settleSameAsPromise_=function(h){var
q=this.createResolveAndReject_();h.callWhenSettled_(q.resolve,q.reject)};q.prototype.settleSameAsThenable_=funct
i o n ( h , q ) { v a r
Wa=this.createResolveAndReject_();try{h.call(q,Wa.resolve,Wa.reject)}catch(jf){Wa.reject(jf)}};q.prototype.then=fu
nction(h,u){function Wa(h,q){return'function'==typeof h?function(q){try{G(h(q))}catch(oj){Q(oj)}}:q}var
G,Q,wa=new q(function(h,q){G=h;Q=q});this.callWhenSettled_(Wa(h,
G),Wa(u,Q));return wa};q.prototype.catch=function(h){return this.then(void
0,h)};q.prototype.callWhenSettled_=function(h,q){function Wa(){switch(u.state_){case 1:h(u.result_);break;case
2:q(u.result_);break;default:throw Error('Unexpected state: '+u.state_);}}var
u=this;null==this.onSettledCallbacks_?Ra.asyncExecute(Wa):this.onSettledCallbacks_.push(Wa)};q.resolve=G;q.reje
ct=function(h){return new q(function(q,Wa){Wa(h)})};q.race=function(h){return new q(function(q,Wa){for(var
u=l.makeIterator(h),
Q=u.next();!Q.done;Q=u.next())G(Q.value).callWhenSettled_(q,Wa)})};q.all=function(h){var
u=l.makeIterator(h),Wa=u.next();return Wa.done?G([]):new q(function(h,q){function Q(q){return
function(Wa){jf[q]=Wa;Ch--;0==Ch&&h(jf)}}var jf=[],Ch=0;do jf.push(void
0),Ch++,G(Wa.value).callWhenSettled_(Q(jf.length-1),q),Wa=u.next();while(!Wa.done)})};return
q},'es6','es3');l.polyfill('Object.is',function(h){return h?h:function(h,u){return
h===u?0!==h||1/h===1/u:h!==h&&u!==u}},'es6','es3');
l.polyfill('Array.prototype.includes',function(h){return h?h:function(h,u){var q=this;q instanceof
String&&(q=String(q));var Q=q.length;u=u||0;for(0>u&&(u=Math.max(u+Q,0));u<Q;u++){var
Ra=q[u];if(Ra===h||Object.is(Ra,h))return!0}return!1}},'es7','es3');
l.checkStringArgs=function(h,q,u){if(null==h)throw new TypeError("The 'this' value for String.prototype."+u+' must
not be null or undefined');if(q instanceof RegExp)throw new TypeError('First argument to String.prototype.'+u+' must
not be a regular expression');return h+''};l.polyfill('String.prototype.includes',function(h){return
h?h:function(h,u){return-1!==l.checkStringArgs(this,h,'includes').indexOf(h,u||0)}},'es6','es3');
l.polyfill('String.prototype.startsWith',function(h){return h?h:function(h,u){var
q = l . c h e c k S t r i n g A r g s ( t h i s , h , ' s t a r t s W i t h ' ) ; h + = ' ' ; v a r
Q=q.length,Ra=h.length;u=Math.max(0,Math.min(u|0,q.length));for(var
w a = 0 ; w a < R a & & u < Q ; ) i f ( q [ u + + ] ! = h [ w a + + ] ) r e t u r n ! 1 ; r e t u r n
wa>=Ra}},'es6','es3');l.checkEs6ConformanceViaProxy=function(){try{var h={},q=Object.create(new
l . g l o b a l . P r o x y ( h , { g e t : f u n c t i o n ( u , G , Q ) { r e t u r n
u==h&&'q'==G&&Q==q}}));return!0===q.q}catch(u){return!1}};l.USE_PROXY_FOR_ES6_CONFORMANCE_C
HECKS=!1;
l.ES6_CONFORMANCE=l.USE_PROXY_FOR_ES6_CONFORMANCE_CHECKS&&l.checkEs6ConformanceVia
Proxy();l.owns=function(h,q){return Object.prototype.hasOwnProperty.call(h,q)};
l . p o l y f i l l ( ' W e a k M a p ' , f u n c t i o n ( h ) { f u n c t i o n
q(h){this.id_=(cg+=Math.random()+1).toString();if(h){h=l.makeIterator(h);for(var
q;!(q=h.next()).done;)q=q.value,this.set(q[0],q[1])}}function u(){if(!h||!Object.seal)return!1;try{var
q = O b j e c t . s e a l ( { } ) , u = O b j e c t . s e a l ( { } ) , G = n e w
h([[q,2],[u,3]]);if(2!=G.get(q)||3!=G.get(u))return!1;G.delete(q);G.set(u,4);return!G.has(q)&&4==G.get(u)}catch(kf){
return!1}}function G(){}function Q(h){if(!l.owns(h,wa)){var q=new G;l.defineProperty(h,wa,{value:q})}}function
Ra(h){var q=
Object[h];q&&(Object[h]=function(h){if(h instanceof G)return h;Q(h);return
q(h)})}if(l.USE_PROXY_FOR_ES6_CONFORMANCE_CHECKS){if(h&&l.ES6_CONFORMANCE)return h}else
if(u())return h;var wa='$jscomp_hidden_'+Math.random();Ra('freeze');Ra('preventExtensions');Ra('seal');var
cg=0;q.prototype.set=function(h,q){Q(h);if(!l.owns(h,wa))throw Error('WeakMap key fail:
'+h);h[wa][this.id_]=q;return this};q.prototype.get=function(h){return l.owns(h,wa)?h[wa][this.id_]:void
0};q.prototype.has=function(h){return l.owns(h,
wa)&&l.owns(h[wa],this.id_)};q.prototype.delete=function(h){return l.owns(h,wa)&&l.owns(h[wa],this.id_)?delete
h[wa][this.id_]:!1};return q},'es6','es3');l.MapEntry=function(){};
l.polyfill('Map',function(h){function q(){var h={};return h.previous=h.next=h.head=h}function u(h,q){var
u=h.head_;return l.iteratorPrototype(function(){if(u){for(;u.head!=h.head_;)u=u.previous;for(;u.next!=u.head;)return
u=u.next,{done:!1,value:q(u)};u=null}return{done:!0,value:void 0}})}function G(h,q){var u=q&&typeof
q;'object'==u||'function'==u?wa.has(q)?u=wa.get(q):(u=''+ ++cg,wa.set(q,u)):u='p_'+q;var
G=h.data_[u];if(G&&l.owns(h.data_,u))for(h=0;h<G.length;h++){var Q=G[h];if(q!==q&&Q.key!==
Q.key||q===Q.key)return{id:u,list:G,index:h,entry:Q}}return{id:u,list:G,index:-1,entry:void 0}}function
Q(h){this.data_={};this.head_=q();this.size=0;if(h){h=l.makeIterator(h);for(var
u;!(u=h.next()).done;)u=u.value,this.set(u[0],u[1])}}function
Ra(){if(l.ASSUME_NO_NATIVE_MAP||!h||'function'!=typeof h||!h.prototype.entries||'function'!=typeof
O b j e c t . s e a l ) r e t u r n ! 1 ; t r y { v a r q = O b j e c t . s e a l ( { x : 4 } ) , u = n e w
h(l.makeIterator([[q,'s']]));if('s'!=u.get(q)||1!=u.size||u.get({x:4})||u.set({x:4},'t')!=u||2!=u.size)return!1;
var G=u.entries(),Q=G.next();if(Q.done||Q.value[0]!=q||'s'!=Q.value[1])return!1;Q=G.next();return
Q.done||4!=Q.value[0].x||'t'!=Q.value[1]||!G.next().done?!1:!0}catch(Hk){return!1}}if(l.USE_PROXY_FOR_ES6_C
ONFORMANCE_CHECKS){if(h&&l.ES6_CONFORMANCE)return h}else if(Ra())return
h;l.initSymbolIterator();var wa=new WeakMap;Q.prototype.set=function(h,q){h=0===h?0:h;var
u=G(this,h);u.list||(u.list=this.data_[u.id]=[]);u.entry?u.entry.value=q:(u.entry={next:this.head_,previous:this.head_.pr
evious,head:this.head_,
key:h,value:q},u.list.push(u.entry),this.head_.previous.next=u.entry,this.head_.previous=u.entry,this.size++);return
this};Q.prototype.delete=function(h){h=G(this,h);return h.entry&&h.list?(h.list.splice(h.index,1),h.list.length||delete
this.data_[h.id],h.entry.previous.next=h.entry.next,h.entry.next.previous=h.entry.previous,h.entry.head=null,this.size--
,!0):!1};Q.prototype.clear=function(){this.data_={};this.head_=this.head_.previous=q();this.size=0};Q.prototype.has=
function(h){return!!G(this,h).entry};
Q.prototype.get=function(h){return(h=G(this,h).entry)&&h.value};Q.prototype.entries=function(){return
u(this,function(h){return[h.key,h.value]})};Q.prototype.keys=function(){return u(this,function(h){return
h.key})};Q.prototype.values=function(){return u(this,function(h){return
h . v a l u e } ) } ; Q . p r o t o t y p e . f o r E a c h = f u n c t i o n ( h , q ) { f o r ( v a r
u=this.entries(),G;!(G=u.next()).done;)G=G.value,h.call(q,G[1],G[0],this)};Q.prototype[Symbol.iterator]=Q.prototype
.entries;var cg=0;return Q},'es6','es3');
l.assign='function'==typeof Object.assign?Object.assign:function(h,q){for(var u=1;u<arguments.length;u++){var
G=arguments[u];if(G)for(var Q in G)l.owns(G,Q)&&(h[Q]=G[Q])}return
h};l.polyfill('Object.assign',function(h){return h||l.assign},'es6','es3');l.polyfill('Object.entries',function(h){return
h?h:function(h){var q=[],G;for(G in h)l.owns(h,G)&&q.push([G,h[G]]);return q}},'es8','es3');
l.polyfill('Number.isFinite',function(h){return h?h:function(h){return'number'!==typeof
h?!1:!isNaN(h)&&Infinity!==h&&-Infinity!==h}},'es6','es3');l.polyfill('Number.isInteger',function(h){return
h?h:function(h){return Number.isFinite(h)?h===Math.floor(h):!1}},'es6','es3');
l.polyfill('Set',function(h){function q(h){this.map_=new Map;if(h){h=l.makeIterator(h);for(var
q;!(q=h.next()).done;)this.add(q.value)}this.size=this.map_.size}function
u(){if(l.ASSUME_NO_NATIVE_SET||!h||'function'!=typeof h||!h.prototype.entries||'function'!=typeof
O b j e c t . s e a l ) r e t u r n ! 1 ; t r y { v a r q = O b j e c t . s e a l ( { x : 4 } ) , u = n e w
h(l.makeIterator([q]));if(!u.has(q)||1!=u.size||u.add(q)!=u||1!=u.size||u.add({x:4})!=u||2!=u.size)return!1;var
Ra=u.entries(),wa=Ra.next();if(wa.done||wa.value[0]!=q||wa.value[1]!=
q ) r e t u r n ! 1 ; w a = R a . n e x t ( ) ; r e t u r n
wa.done||wa.value[0]==q||4!=wa.value[0].x||wa.value[1]!=wa.value[0]?!1:Ra.next().done}catch(cg){return!1}}if(l.US
E_PROXY_FOR_ES6_CONFORMANCE_CHECKS){if(h&&l.ES6_CONFORMANCE)return h}else if(u())return
h;l.initSymbolIterator();q.prototype.add=function(h){h=0===h?0:h;this.map_.set(h,h);this.size=this.map_.size;return
this};q.prototype.delete=function(h){h=this.map_.delete(h);this.size=this.map_.size;return
h};q.prototype.clear=function(){this.map_.clear();this.size=0};
q.prototype.has=function(h){return this.map_.has(h)};q.prototype.entries=function(){return
t h i s . m a p _ . e n t r i e s ( ) } ; q . p r o t o t y p e . v a l u e s = f u n c t i o n ( ) { r e t u r n
this.map_.values()};q.prototype.keys=q.prototype.values;q.prototype[Symbol.iterator]=q.prototype.values;q.prototype
.forEach=function(h,q){var u=this;this.map_.forEach(function(G){return h.call(q,G,G,u)})};return
q},'es6','es3');l.polyfill('Number.isNaN',function(h){return h?h:function(h){return'number'===typeof
h&&isNaN(h)}},'es6','es3');
l.findInternal=function(h,q,u){h instanceof String&&(h=String(h));for(var G=h.length,Q=0;Q<G;Q++){var
Ra=h[Q];if(q.call(u,Ra,Q,h))return{i:Q,v:Ra}}return{i:-1,v:void
0}};l.polyfill('Array.prototype.find',function(h){return h?h:function(h,u){return l.findInternal(this,h,u).v}},'es6','es3');
l.iteratorFromArray=function(h,q){l.initSymbolIterator();h instanceof String&&(h+='');var
u = 0 , G = { n e x t : f u n c t i o n ( ) { i f ( u < h . l e n g t h ) { v a r
Q=u++;return{value:q(Q,h[Q]),done:!1}}G.next=function(){return{done:!0,value:void 0}};return
G.next()}};G[Symbol.iterator]=function(){return G};return G};l.polyfill('Array.prototype.values',function(h){return
h?h:function(){return l.iteratorFromArray(this,function(h,u){return u})}},'es8','es3');
l.polyfill('Array.prototype.keys',function(h){return h?h:function(){return l.iteratorFromArray(this,function(h){return
h})}},'es6','es3');l.polyfill('Object.values',function(h){return h?h:function(h){var q=[],G;for(G in
h)l.owns(h,G)&&q.push(h[G]);return q}},'es8','es3');l.polyfill('Array.prototype.entries',function(h){return
h?h:function(){return l.iteratorFromArray(this,function(h,u){return[h,u]})}},'es6','es3');
l.polyfill('Math.trunc',function(h){return h?h:function(h){h=Number(h);if(isNaN(h)||Infinity===h||-
Infinity===h||0===h)return h;var q=Math.floor(Math.abs(h));return 0>h?-
q:q}},'es6','es3');l.polyfill('Number.MAX_SAFE_INTEGER',function(){return 9007199254740991},'es6','es3');
l.polyfill('Array.from',function(h){return h?h:function(h,u,G){u=null!=u?u:function(h){return h};var
q=[],Ra='undefined'!=typeof Symbol&&Symbol.iterator&&h[Symbol.iterator];if('function'==typeof
Ra){h=Ra.call(h);for(var wa=0;!(Ra=h.next()).done;)q.push(u.call(G,Ra.value,wa++))}else
for(Ra=h.length,wa=0;wa<Ra;wa++)q.push(u.call(G,h[wa],wa));return q}},'es6','es3');
f u n c t i o n Q p ( ) { f u n c t i o n h ( ) { i f ( ' u n d e f i n e d ' ! = = t y p e o f
window.orientation&&'ios'===tn&&!Rp){switch(window.orientation){case 180:var b='ios-portrait-upside-
down';break;case 90:b='ios-landscape-left';break;case -90:b='ios-landscape-right';break;default:b='ios-
portrait'}document.body.classList.remove.apply(document.body.classList,['ios-portrait','ios-landscape-left','ios-
landscape-right','ios-portrait-upside-down']);b&&document.body.classList.add(b)}}function
q(){un||(un=!0,'function'===typeof Sp?Sp(u):
s e t T i m e o u t ( u , 1 0 0 ) ) } f u n c t i o n u ( ) { v a r
b='portrait';0!==document.documentElement.clientHeight&&(b=1<=document.documentElement.clientWidth/docum
ent.documentElement.clientHeight?'landscape':'portrait');document.body.classList.remove('landscape');document.body
.classList.remove('portrait');document.body.classList.add(b);un=!1}function G(){}function Q(b){var
a = t h i s ; ( n u l l = = = w i n d o w | | v o i d
0===window?0:window.addEventListener)&&window.addEventListener('error',function(b){return
a.onError(b)},!1);this._core=new Ra(b)}
function Ra(b){this.NativeBridge=b;var a=b.getPlatform();this.Api={Cache:new Mc(b),Connectivity:new
Nl(b),DeviceInfo:new ub(b),ClassDetection:new vn(b),Listener:new wn(b),Permissions:new nj(b),Request:new
kf(b),Resolve:new Ch(b),Sdk:new lf(b),SensorInfo:new cg(b),Storage:new Rg(b),NativeError:new
xn(b),Android:a===t.ANDROID?{Broadcast:new ti(b),Intent:new Ik(b),Lifecycle:new Jk(b),Preferences:new
he(b)}:void 0,iOS:a===t.IOS?{MainBundle:new Ol(b),Notification:new Dh(b),Preferences:new ie(b),UrlScheme:new
yn(b),
TrackingManager:new pj(b),SKAdNetwork:new Kk(b)}:void 0};this.FocusManager=new
Jc(this.NativeBridge.getPlatform(),this.Api);this.WakeUpManager=new zn(this.Api);this.CacheBookkeeping=new
je(this.Api);this.ResolveManager=new Od(this.Api);this.MetaDataManager=new
An(this.Api);this.StorageBridge=new Pl(this.Api)}function wa(b){return V.setup(new
qj(b)).then(function(){V.get('serverUrl')&&Aa.setTestBaseUrl(V.get('serverUrl'));V.get('configUrl')&&Aa.setTestBas
eUrl(V.get('configUrl'));V.get('kafkaUrl')&&
ca.setTestBaseUrl(V.get('kafkaUrl'));V.get('country')&&Aa.setCountry(V.get('country'));V.get('countrySubdivision')
&&Aa.setCountrySubdivision(V.get('countrySubdivision'));var
a=parseInt(V.get('abGroup'),10);isNaN(a)||Aa.setAbGroup(a);if(V.get('forceAuthorization')&&(a=V.get('forceAuthori
z a t i o n ' ) . s p l i t ( ' | ' ) , 0 = = = a . l e n g t h % 2 ) ) f o r ( v a r
b=0;b<a.length;b+=2)H.setAuthorizationHeaderForHost(a[b],a[b+1])})}function cg(b){var
a=y.call(this,b,'SensorInfo',O.CORE)||this;b.getPlatform()===t.IOS?a.Ios=new Wa(b):a.Android=
new jf(b);return a}function Wa(b){return y.call(this,b,'SensorInfo',O.CORE)||this}function jf(b){return
y . c a l l ( t h i s , b , ' S e n s o r I n f o ' , O . C O R E ) | | t h i s } f u n c t i o n
Ch(b){b=y.call(this,b,'Resolve',O.CORE,Sa.RESOLVE)||this;b.onComplete=new w;b.onFailed=new w;return
b}function kf(b){var a=y.call(this,b,'Request',O.CORE,Sa.REQUEST)||this;a.onComplete=new w;a.onFailed=new
w;b.getPlatform()===t.ANDROID&&(a.Android=new Hk(b));return a}function Hk(b){return
y.call(this,b,'Request',O.CORE)||this}function nj(b){var a=
y.call(this,b,'Permissions',O.CORE,Sa.PERMISSIONS)||this;a.permissionRequestCode=1E3;a.onPermissionsResult=n
ew w;var c=b.getPlatform();c===t.ANDROID?(a.Android=new
Lk(b),a.Android.onPermissionsResult.subscribe(a.onAndroidPermissionsResult),a.Android.onPermissionsError.subsc
r i b e ( a . o n A n d r o i d P e r m i s s i o n s E r r o r ) ) : c = = = t . I O S & & ( a . I o s = n e w
oj(b),a.Ios.onPermissionsResult.subscribe(a.onIosPermissionsResult));a._currentPlatform=c;return a}function
fc(){}function oj(b){b=y.call(this,b,'Permissions',O.CORE)||this;
b . o n P e r m i s s i o n s R e s u l t = n e w w ; r e t u r n b } f u n c t i o n
Lk(b){b=y.call(this,b,'Permissions',O.CORE)||this;b.onPermissionsResult=new w;b.onPermissionsError=new w;return
b}function wn(b){return y.call(this,b,'Listener',O.ADS)||this}function yn(b){return
y . c a l l ( t h i s , b , ' U r l S c h e m e ' , O . C O R E ) | | t h i s } f u n c t i o n
pj(b){b=y.call(this,b,'TrackingManager',O.CORE,Sa.TRACKING_MANAGER)||this;b.onTrackingAuthorizationStatu
s=new w;return b}function Kk(b){return y.call(this,b,'SKAdNetwork',O.CORE)||this}function ie(b){return y.call(this,
b , ' P r e f e r e n c e s ' , O . C O R E ) | | t h i s } f u n c t i o n
Dh(b){b=y.call(this,b,'Notification',O.CORE,Sa.NOTIFICATION)||this;b.onNotification=new w;return b}function
Ol(b){return y.call(this,b,'MainBundle',O.CORE)||this}function ub(b){var
a=y.call(this,b,'DeviceInfo',O.CORE)||this;b.getPlatform()===t.IOS?a.Ios=new Xb(b):a.Android=new Ga(b);return
a}function Xb(b){b=y.call(this,b,'DeviceInfo',O.CORE,Sa.DEVICEINFO)||this;b.onVolumeChanged=new
w;b.onMuteChanged=new w;return b}function Nl(b){b=y.call(this,b,'Connectivity',
O.CORE,Sa.CONNECTIVITY)||this;b.onConnected=new w;b.onDisconnected=new w;return b}function vn(b){return
y.call(this,b,'ClassDetection',O.CORE)||this}function he(b){return y.call(this,b,'Preferences',O.CORE)||this}function
Jk(b){b=y.call(this,b,'Lifecycle',O.CORE,Sa.LIFECYCLE)||this;b.onActivityCreated=new
w;b.onActivityStarted=new w;b.onActivityResumed=new w;b.onActivityPaused=new w;b.onActivityStopped=new
w;b.onActivitySaveInstanceState=new w;b.onActivityDestroyed=new w;return b}function Ik(b){return y.call(this,
b , ' I n t e n t ' , O . C O R E ) | | t h i s } f u n c t i o n
ti(b){b=y.call(this,b,'Broadcast',O.CORE,Sa.BROADCAST)||this;b.onBroadcastAction=new w;return b}function
xn(b){return y.call(this,b,'NativeErrorApi',O.CORE,Sa.NATIVE_ERROR)||this}function
Pl(b,a){this.onPublicStorageWrite=new w;this.onPrivateStorageWrite=new
w;this._storageBatchInterval=1E3;this._core=b;this._publicStorageQueue={commands:[]};this._privateStorageQueue
={commands:[]};a&&(this._storageBatchInterval=a)}function Tp(){}function lf(b){return y.call(this,
b , ' S d k ' , O . C O R E ) | | t h i s } f u n c t i o n m f ( b , a ) { v a r
c=R.call(this,'UnityInfo',{analyticsUserId:['string','undefined'],analyticsSessionId:['string','undefined']})||this;c._platfo
r m = b ; c . _ c o r e = a ; r e t u r n c } f u n c t i o n S g ( b , a ) { v a r
c=R.call(this,'SdkDetectionInfo',Sg.Schema)||this;c._platform=b;c._core=a;return c}function nf(b,a){var
c=R.call(this,'InstallInfo',nf.Schema)||this;c._platform=b;c._api=a;return c}function oc(b){var
a=R.call(this,'ClientInfo',{gameId:['string'],testMode:['boolean'],applicationName:['string'],
applicationVersion:['string'],sdkVersion:['number'],sdkVersionName:['string'],debuggable:['boolean'],configUrl:['strin
g'],webviewUrl:['string'],webviewHash:['string','null'],webviewVersion:['string','null'],initTimestamp:['number'],reiniti
alized:['boolean'],monetizationInUse:['boolean'],usePerPlacementLoad:['boolean'],isWebViewUpdateAvailable:['bool
ean'],loadCompleteTimestamp:['number']})||this;a.set('gameId',b[0]);a.set('testMode',b[1]);a.set('applicationName',b[2
]);a.set('applicationVersion',b[3]);
a.set('sdkVersion',b[4]);a.set('sdkVersionName',b[5]);a.set('debuggable',b[6]);a.set('configUrl',b[7]);a.set('webviewUrl'
,b[8]);a.set('webviewHash',b[9]);a.set('webviewVersion',b[10]);a.set('initTimestamp',b[11]);a.set('reinitialized',b[12]);
a.set('usePerPlacementLoad',!!b[13]);a.set('isWebViewUpdateAvailable',b[14]);a.set('loadCompleteTimestamp',b[15])
;a.set('monetizationInUse',!1);return a}function zn(b){var a=this;this.onNetworkConnected=new
w;this._core=b;this._firstConnection=Date.now();this._connectionEvents=
0;this._core.Connectivity.onConnected.subscribe(function(b,d){return a.onConnected(b,d)})}function
Od(b){this._core=b;this._core.Resolve.onComplete.subscribe(function(a,b,d){return
Od.onResolveComplete(a,b,d)});this._core.Resolve.onFailed.subscribe(function(a,b,d,e){return
Od.onResolveFailed(a,b,d,e)})}function Bn(b){return Za.apply(this,arguments)||this}function
An(b){this._metaDataCache={};this._core=b}function Jc(b,a){var c=this;this.onAppForeground=new
w;this.onAppBackground=new w;this.onActivityResumed=
new w;this.onActivityPaused=new w;this.onActivityDestroyed=new w;this.onScreenOn=new
w;this._screenListener='screenListener';this.ACTION_SCREEN_ON='android.intent.action.SCREEN_ON';this._appF
oreground=!0;this._core=a;b===t.ANDROID?(a.Android.Broadcast.onBroadcastAction.subscribe(function(a,b,f,g){re
turn c.onBroadcastAction(a,b,f,g)}),a.Android.Lifecycle.onActivityResumed.subscribe(function(a){return
c.onResume(a)}),a.Android.Lifecycle.onActivityPaused.subscribe(function(a){return
c.onPause(a)}),a.Android.Lifecycle.onActivityDestroyed.subscribe(function(a){return c.onDestroyed(a)})):
a.iOS.Notification.onNotification.subscribe(function(a,b){return c.onNotification(a,b)})}function
je(b){this._rootKey='cache';this._core=b}function Ql(b,a){a=Error.call(this,a);this.message=a.message;'stack'in
a&&(this.stack=a.stack);this.errorCode=b}function Rl(){}function fd(b,a,c,d,e){var
f=this;this._platform=b;this._requestManager=a;this._clientInfo=c;this._countryIso=e;this._batchedMetricEvents=[];
window.setInterval(function(){return f.sendBatchedEvents()},2E4);this._metricUrl=this.getMetricUrl(d)}
function rj(){}function Cn(b){return y.call(this,b,'Token',O.ADS)||this}function
Mb(b,a){this._loadV5Enabled=this._forceLoadV5=this._showingPrivacy=this._showing=!1;this._isPSPTestAppTogg
l e E n a b l e d = Y b ( ' t o g g l e ' ) ; v a r
c=!!a.DeviceInfo.getLimitAdTracking();this.PrivacySDK=sj.parse(b,c);this.Config=tj.parse(b);this._core=a;this._load
ApiEnabled=a.ClientInfo.getUsePerPlacementLoad();this.Analytics=new Up(a,this.PrivacySDK);this.Store=new
cs(a,this.Analytics.AnalyticsManager);b=a.NativeBridge.getPlatform();
this.Api={AdsProperties:new Dn(a.NativeBridge),Listener:Yb('pausableListener')?new Je(a.NativeBridge):new
Zb(a.NativeBridge),Placement:new uj(a.NativeBridge),VideoPlayer:new Pd(a.NativeBridge),WebPlayer:new
Jf(a.NativeBridge),Android:b===t.ANDROID?{AdUnit:new vc(a.NativeBridge),VideoPlayer:new
Mk(a.NativeBridge)}:void 0,iOS:b===t.IOS?{AdUnit:new Nc(a.NativeBridge),VideoPlayer:new
Sl(a.NativeBridge)}:void 0,LoadApi:new ui(a.NativeBridge),TokenApi:new vi(a.NativeBridge),ShowApi:new
vj(a.NativeBridge),
GMAScar:new Oc(a.NativeBridge,b===t.IOS?new Tg(a.NativeBridge):new
k e ( a . N a t i v e B r i d g e ) ) } ; t h i s . A d M o b S i g n a l F a c t o r y = n e w
vb(this._core.NativeBridge.getPlatform(),this._core.Api,this.Api,this._core.ClientInfo,this._core.DeviceInfo,this._core
. F o c u s M a n a g e r ) ; t h i s . I n t e r s t i t i a l W e b P l a y e r C o n t a i n e r = n e w
Vp(this._core.NativeBridge.getPlatform(),this.Api);this._core.NativeBridge.getPlatform()===t.ANDROID?(documen
t.body.classList.add('android'),this.Container=new Kc(this._core.Api,this.Api,this._core.DeviceInfo)):
this._core.NativeBridge.getPlatform()===t.IOS&&(a=this._core.DeviceInfo.getModel(),a.match(/iphone/i)||a.match(/i
pod/i)?document.body.classList.add('iphone'):a.match(/ipad/i)&&document.body.classList.add('ipad'),this.Container=
n e w
Bb(this._core.Api,this.Api,this._core.DeviceInfo,this._core.FocusManager,this._core.ClientInfo));this.SessionManage
r=new dg(this._core.Api,this._core.RequestManager,this._core.StorageBridge);this.MissedImpressionManager=new
Wp(this._core.Api);this.ContentTypeHandlerManager=
n e w T l ; t h i s . T h i r d P a r t y E v e n t M a n a g e r F a c t o r y = n e w
Xp(this._core.Api,this._core.RequestManager,this._core.StorageBridge);this._automatedExperimentManager=new
h a ; t h i s . S d k C l i c k D e t a i l s M a n a g e r = n e w
gc(window);wi.setState({data:this._core.Config.getExperimentation()});a=pc();b=a('poddingGame','true');this._isV7P
rotocolEnabled=a('auctionV7','true')||b;this._allowInvalidationPending=a('showInvalidationPending','true')}function
ds(b,a){var c=new xi(a.NativeBridge.getPlatform());b=new En(a,b);a={};return a[xi.ContentType]=
{parser:c,factory:b},a}function xi(b){return Ad.apply(this,arguments)||this}function
En(b,a,c){this.parametersFactory=this.adUnitParametersFactory=c=void 0===c?new Ul(b,a):c;return this}function
Ul(b){return Kb.apply(this,arguments)||this}function Fn(b,a,c){a=le.call(this,b,a,c)||this;a._xPromoAdUnit=b;return
a } f u n c t i o n U g ( b ) { v a r
a=pa.call(this,b)||this;a._xpromoAdUnit=b.adUnit;a._xpromoOperativeEventManager=b.operativeEventManager;retur
n a}function Gn(b,a,c){return Vg.call(this,b,a,c)||this}function wj(b){var a=
oa.call(this,b)||this;b.videoScreen.setSpinnerEnabled(!Cb.isCached(b.campaign));a._endScreen=b.endScreen;a._endSc
reen.render();a._endScreen.hide();document.body.appendChild(a._endScreen.container());a._privacy=b.privacy;return
a}function es(b,a,c){b={parser:new Db(b),factory:new Hn(b,c,a)};if(pc()('vpaidAsVast'))return
a={},a[Db.ContentType]=b,a[Db.ContentTypeVpaid]=b,a;a={};return a[Db.ContentType]=b,a}function
Hn(b,a,c,d){this.adUnitParametersFactory=d=void 0===d?new Vl(b,c,a):d;this.automatedExperimentManager=
c;this.parametersFactory=d;return this}function fs(b,a){var c,d,e,f,g=b.core;if(b.platform===t.ANDROID)return
n u l l = = = ( c = g . D e v i c e I n f o . A n d r o i d ) | | v o i d 0 = = = c ? v o i d
0:c.registerVolumeChangeListener(of.STREAM_MUSIC),null===(d=g.DeviceInfo.Android)||void 0===d?void
0:d.onVolumeChanged.subscribe(function(b,c,d){return a.onVolumeChange(c,d)});null===(e=g.DeviceInfo.Ios)||void
0===e?void 0:e.registerVolumeChangeListener();return null===(f=g.DeviceInfo.Ios)||void 0===f?void
0:f.onVolumeChanged.subscribe(function(b,
c){return a.onVolumeChange(b,c)})}function gs(b,a,c,d,e){var f=c.videoScreen,g=c.campaign,k=c.ads,m=new
hs[b](a,Object.assign(Object.assign({},c),{storeHandler:e}));f.addEventHandler(m);var v;null!==(v=null===d||void
0===d?void 0:d.getOptimizedCampaign(g))&&void 0!==v&&v.optimized&&(f.addEventHandler(new
Kf(Object.assign(Object.assign({},c),{automatedExperimentManager:d}),$a.VAST_VIDEO_OVERLAY)),k.VideoPl
ayer.addEventHandler(new Wg(Object.assign(Object.assign({},c),{automatedExperimentManager:d}),
$a.VAST_VIDEO_OVERLAY)));is(c,b,e,a,m)}function is(b,a,c,d,e){var
f,g=b.campaign,k=b.endScreen,m=b.platform,v=b.ads,r=b.placement;g=g.hasStaticEndscreen()||g.hasIframeEndscree
n ( ) | | g . h a s H t m l E n d s c r e e n ( ) ; i f ( k & & g ) { v a r A = n e w
js[a](d,Object.assign(Object.assign({},b),{storeHandler:c}));k.addEventHandler(A);if(m===t.ANDROID){var
h = n u l l = = = ( f = v . A n d r o i d ) | | v o i d 0 = = = f ? v o i d
0:f.AdUnit.onKeyDown.subscribe(function(a){A.onKeyEvent(a);if(Yb('closeReplaceSkip'))e.onKeyEvent(a,r.skipEn
dCardOnClose())});d.onClose.subscribe(function(){var a;
return null===(a=v.Android)||void 0===a?void 0:a.AdUnit.onKeyDown.unsubscribe(h)})}}}function ks(b,a){return
Yp(b.getSeatId())?a?me.TencentVastWithDownload:me.TencentVast:a?me.VastWithDownload:me.Vast}function
Vl(b,a,c){b=Kb.call(this,b,c)||this;b._webPlayerContainer=c.InterstitialWebPlayerContainer;b._automatedExperiment
Manager=a;return b}function yi(b,a){var c=Bd.call(this,b,a)||this;c._privacy=b.privacy;c._template=new Ma('<div
class="circular-progress"></div><div class="btn-close-region<%= data.endscreenAlt ? \' \' + data.endscreenAlt : \'\'
%>"><a class="btn-close brand"><span class="icon-close"></span></a></div><div class="campaign-container<%=
data.endscreenAlt ? \' \' + data.endscreenAlt : \'\' %>"><div class="game-background game-background-landscape
brand" style="background-image: url(\'<%= data.endScreenLandscape %>\')"></div><div class="game-background
g a m e- backgr ound-portrait brand" style =" b ack g ro u n d -i m ag e: u rl (\ '<%= d at a. en d S creen P o r t r a i t
%>\')"></div></div><div class="privacy-button"><span class="icon-gdpr"></span></div><div class="china-
advertisement">\u5e7f\u544a</div>');
c._adUnitContainer=b.container;b=c._campaign.getStaticLandscape();a=c._campaign.getStaticPortrait();c._templateD
ata={endScreenLandscape:b?b.getUrl():a?a.getUrl():void 0,endScreenPortrait:a?a.getUrl():b?b.getUrl():void
0};c._bindings=[{event:'click',listener:function(a){return c.onClickEvent(a)},selector:'.game-
background'},{event:'click',listener:function(a){return c.onCloseEvent(a)},selector:'.btn-close-
region'},{event:'click',listener:function(a){return c.onPrivacyEvent(a)},selector:'.privacy-button'}];
Yb('swipeClose')&&(c._isSwipeToCloseEnabled=!0,c._bindings.push({event:'swipe',listener:function(a){return
c.onCloseEvent(a)},selector:'.campaign-container, .game-background'}));return c}function Ke(b,a){var
c=Bd.call(this,b)||this;c._htmlContentTemplateData={};c._adUnitContainer=b.container;c._core=b.core;c._deviceInfo
=b.deviceInfo;c._hidePrivacy=b.adsConfig.getHidePrivacy()||!1;c._privacy=b.privacy;c._thirdPartyEventManager=b.t
hirdPartyEventManager;c._vastCampaign=b.campaign;c._webPlayerContainer=
a;b=c._campaign.getVast().getHtmlCompanionResourceContent();c._htmlContentTemplateData={endScreenHtmlCo
ntent:b||void 0};c._template=new Ma('<div class="circular-progress"></div><div class="btn-close-html-endcard"><a
class="btn-close brand"><span class="icon-close"></span></a></div><div class="privacy-button-html-
endcard"><span class="icon-gdpr"></span></div><div class="china-
advertisement">\u5e7f\u544a</div>');c._htmlContentTemplate=new Ma('<html><head><meta name="viewport"
content="width=device-width,height=device-height,initial-scale=1"></head><body style="margin: 0; padding:
0"><div><%= data.endScreenHtmlContent %></div></body></html>');
c._bindings=[{event:'click',listener:function(a){return c.onCloseEvent(a)},selector:'.btn-close-html-
endcard'},{event:'click',listener:function(a){return c.onPrivacyEvent(a)},selector:'.privacy-button-html-
e n d c a r d ' } , { e v e n t : ' c l i c k ' , l i s t e n e r : f u n c t i o n ( a ) { r e t u r n
c.onClickEvent(a)}}];c._privacy.addEventHandler(c);c._controlBarHeight=100;return c}function
B d ( b , a ) { a = N . c a l l ( t h i s , b . p l a t f o r m , ' v a s t - e n d -
screen',a)||this;a._isSwipeToCloseEnabled=!1;a._hidePrivacy=!1;a._callButtonEnabled=!0;a.onCircularProgress=
n e w
w;a._campaign=b.campaign;a._country=b.coreConfig.getCountry();a._hidePrivacy=b.adsConfig.getHidePrivacy()||!1;
return a}function ls(b){b=l.makeIterator(Xg(b.onProgress,0)).next().value;return
p(In,{size:'1.5em',color:'white',backgroundColor:'grey',value:b},void 0)}function
Wl(b,a,c,d,e,f){this.adVerifications=b;this.campaign=a;this.deviceInfo=c;this.platform=d;this.clientInfo=e;this.placem
ent=f}function Eh(b,a,c,d,e,f,g){a=kb.call(this,a,d,g,c)||this;a._clientInfo=e;a._deviceInfo=f;a._platform=
b ; r e t u r n a } f u n c t i o n L e ( b ) { v a r
a=pa.call(this,b)||this;a._omStartCalled=!1;a._userStateChangeHasBeenSent=!1;a._vastAdUnit=b.adUnit;a._vastCam
paign=b.campaign;a._om=a._vastAdUnit.getOpenMeasurementController();return a}function Jn(b){return
Yg.apply(this,arguments)||this}function Yg(b,a){b=Pc.call(this,b,a)||this;b._storeHandler=a.storeHandler;return
b}function Kn(b){return Pc.apply(this,arguments)||this}function Pc(b,a){var
c=Nb.call(this,b,a)||this;c._platform=a.platform;c._core=a.core;c._vastAdUnit=
b;c._request=a.request;c._vastCampaign=a.campaign;c._placement=a.placement;c._vastOverlay=c._vastAdUnit.getVi
deoScreen();c._gameSessionId=a.gameSessionId;c._om=c._vastAdUnit.getOpenMeasurementController();return
c}function Ln(b){return Zg.apply(this,arguments)||this}function
Zg(b,a){b=Cd.call(this,b,a)||this;b._storeHandler=a.storeHandler;return b}function Mn(b){return
C d . a p p l y ( t h i s , a r g u m e n t s ) | | t h i s } f u n c t i o n z i ( ) { } f u n c t i o n
Cd(b,a){this._platform=a.platform;this._core=a.core;this._vastAdUnit=b;this._request=
a.request;this._vastCampaign=a.campaign;this._vastEndScreen=this._vastAdUnit.getEndScreen();this._gameSessionI
d=a.gameSessionId;this._ads=a.ads;this._placement=a.placement}function
Kf(b,a){this._placement=b.placement;this._video=b.video;this._isSkippable=b.placement.allowSkip();this._campaign
=b.campaign;this._automatedExperimentManager=b.automatedExperimentManager;this._experimentsCategory=a}fu
n c t i o n
Wg(b,a){this._placement=b.placement;this._video=b.video;this._campaign=b.campaign;this._automatedExperimentM
anager=
b.automatedExperimentManager;this._experimentCategory=a;this._videoScreen=b.videoScreen}function Fh(b){var
a=Qc.call(this,b)||this;a._appSheetOpenObserver=a._store.iOS.AppSheet.onOpen.subscribe(function(){a.onAppSheet
Opened()});a._appSheetCloseObserver=a._store.iOS.AppSheet.onClose.subscribe(function(){a.onAppSheetClosed()}
);a._appSheetErrorObserver=a._store.iOS.AppSheet.onError.subscribe(function(){a.onAppSheetErrored()});return
a}function Me(b){var a=nb.call(this,b)||this;a._isStartImpressionRecorded=
!1;a._isEndImpressionRecorded=!1;a._skAdNetwork=a.getStoreApi().iOS.SKAdNetwork;a._isVTASupported=Eb.is
VTASupported(b.deviceInfo.getOsVersion());a.configSKAdImpression();a._appSheetOpenObserver=a._store.iOS.Ap
pSheet.onOpen.subscribe(function(){a.onAppSheetOpened()});a._appSheetCloseObserver=a._store.iOS.AppSheet.on
Close.subscribe(function(){a.onAppSheetClosed()});a._appSheetErrorObserver=a._store.iOS.AppSheet.onError.subsc
ribe(function(){a.onAppSheetErrored()});return a}function cs(b,a){this.Api=
{Android:b.NativeBridge.getPlatform()===t.ANDROID?{Store:new eg(b.NativeBridge)}:void
0,iOS:b.NativeBridge.getPlatform()===t.IOS?{Products:new Ai(b.NativeBridge),AppSheet:new
fg(b.NativeBridge),SKAdNetwork:new Nk(b.NativeBridge)}:void 0};var
c=b.Config.isAnalyticsEnabled();c&&b.NativeBridge.getPlatform()===t.ANDROID?this.StoreManager=new
$g(this.Api,a):c&&b.NativeBridge.getPlatform()===t.IOS&&!Eb.isStoreApiBroken(b.DeviceInfo.getOsVersion())?th
is.StoreManager=new Bi(this.Api,a):this.StoreManager=
n e w Z p ( t h i s . A p i , a ) } f u n c t i o n
Nk(b){b=y.call(this,b,'SKAdNetwork',O.STORE,Sa.SKADNETWORK)||this;b.onStartSuccess=new
w;b.onStartFailure=new w;b.onEndSuccess=new w;b.onEndFailure=new w;return b}function Zp(b){return
x j . a p p l y ( t h i s , a r g u m e n t s ) | | t h i s } f u n c t i o n
Ai(b){b=y.call(this,b,'Products',O.STORE,Sa.STORE)||this;b.onProductRequestErrorNoProducts=new
w;b.onProductRequestComplete=new w;b.onProductRequestFailed=new w;b.onTransaction=new w;return b}function
Bi(b,a){var c=xj.call(this,b,a)||this;c._appleStore=
new yj(b);c._store.iOS.Products.onTransaction.subscribe(function(a){return
c.onTransaction(a)});c._store.iOS.Products.startTransactionObserver();return c}function yj(b){var
a=this;this._callbackId=1;this._store=b;this._callbacks={};this._productRequests={};this._store.iOS.Products.onProd
u c t R e q u e s t C o m p l e t e . s u b s c r i b e ( f u n c t i o n ( b , d ) { r e t u r n
a.onProductRequestComplete(b,d)});this._store.iOS.Products.onProductRequestErrorNoProducts.subscribe(function(
b ) { r e t u r n
a.onProductRequestErrorNoProducts(b)});this._store.iOS.Products.onProductRequestFailed.subscribe(function(b,
d){return a.onProductRequestFailed(b,d)})}function zj(b){return
Qd.call(this,'IosStoreTransaction',zj.Schema,b)||this}function $g(b,a){var c=xj.call(this,b,a)||this;c._googleStore=new
gd(b);c._existingOrderIds={};c._store.Android.Store.onInitialized.subscribe(function(){return
c.onInitialized()});c._store.Android.Store.onInitializationFailed.subscribe(function(){return
c.onInitializationFailed()});c._store.Android.Store.onDisconnected.subscribe(function(){return
c.onDisconnected()});c._store.Android.Store.onPurchaseStatusOnResume.subscribe(function(a,
b ) { r e t u r n
c.onPurchaseStatusOnResume(a,b)});c._store.Android.Store.onPurchaseStatusOnStop.subscribe(function(a,b){return
c.onPurchaseStatusOnStop(a,b)});c._store.Android.Store.initialize('com.android.vending.billing.InAppBillingService.
BIND','com.android.vending');return c}function $p(b){return
Qd.call(this,'StoreTransaction',Qd.Schema,b)||this}function Qd(b,a,c){return
R.call(this,'StoreTransaction',a,c)||this}function gd(b){var
a=this;this._purchaseHistoryCallbackId=this._getPurchasesCallbackId=
this._skuCallbackId=this._billingCallbackId=1;this._store=b;this._billingSupportedCallbacks={};this._skuDetailsCall
backs={};this._purchaseHistoryCallbacks={};this._store.Android.Store.onBillingSupportedResult.subscribe(function(
b , d ) { r e t u r n
a.onBillingSupportedResult(b,d)});this._store.Android.Store.onBillingSupportedError.subscribe(function(b,d,e){retur
n a.onBillingSupportedError(b,d,e)});this._store.Android.Store.onSkuDetailsResult.subscribe(function(b,d){return
a.onSkuDetailsResult(b,d)});this._store.Android.Store.onSkuDetailsError.subscribe(function(b,
d , e ) { r e t u r n
a.onSkuDetailsError(b,d,e)});this._store.Android.Store.onGetPurchasesResult.subscribe(function(b,d){return
a.onGetPurchasesResult(b,d)});this._store.Android.Store.onGetPurchasesError.subscribe(function(b,d,e){return
a.onGetPurchasesError(b,d,e)});this._store.Android.Store.onPurchaseHistoryResult.subscribe(function(b,d){return
a.onPurchaseHistoryResult(b,d)});this._store.Android.Store.onPurchaseHistoryError.subscribe(function(b,d,e){return
a.onPurchaseHistoryError(b,d,e)})}function xj(b,
a ) { v a r c = t h i s ; t h i s . o n S t o r e T r a n s a c t i o n = n e w
w;this._store=b;this._analyticsManager=a;this.onStoreTransaction.subscribe(function(a){return
c . _ a n a l y t i c s M a n a g e r . o n T r a n s a c t i o n S u c c e s s ( a ) } ) } f u n c t i o n
eg(b){b=y.call(this,b,'Store',O.STORE,Sa.STORE)||this;b.onInitialized=new w;b.onInitializationFailed=new
w;b.onDisconnected=new w;b.onBillingSupportedResult=new w;b.onBillingSupportedError=new
w;b.onGetPurchasesResult=new w;b.onGetPurchasesError=new w;b.onPurchaseHistoryResult=new
w;b.onPurchaseHistoryError=new w;
b.onSkuDetailsResult=new w;b.onSkuDetailsError=new w;b.onPurchaseStatusOnResume=new
w;b.onPurchaseStatusOnResumeError=new w;b.onPurchaseStatusOnStop=new
w;b.onPurchaseStatusOnStopError=new w;return b}function sj(){}function
gg(b,a,c,d,e){this._gamePrivacy=b;this._userPrivacy=a;this._gdprEnabled=c;this._ageGateLimit=d;this._legalFramew
ork=e}function Gh(b){var a=R.call(this,'GamePrivacy',{method:['string']})||this;a.set('method',b.method);return
a}function ms(b,a,c){var d=new wc(a),e=new hd(a,c);b=
n e w a h ( a , b , c ) ; a = { } ; r e t u r n
a[wc.ContentType]={parser:d,factory:e},a[wc.ContentTypeMRAID]={parser:d,factory:b},a}function
wc(b){this._platform=b.NativeBridge.getPlatform();this._core=b;this._requestManager=b.RequestManager;return
this}function ns(b,a,c,d,e,f){c={deviceId:f.getAdvertisingIdentifier()||void 0,impressionId:c};var g=null===c||void
0===c?void 0:c.test;b='https://'+((void 0===g?0:g)?'test.api':'unity.api')+'.mchnad.com/omd/0bf86514-753d-4f86-
bbc8-dbabc8a13174/'+b+'/'+a+'/'+((null===c||void 0===
c?void 0:c.impressionId)||aq())+'/'+((null===c||void 0===c?void 0:c.deviceId)||'unknown')+'/track.js';(null===c||void
0===c?0:c.data)&&JSON.stringify(c.data);c=l.makeIterator(bq(f.get('networkOperator')||'')||[]);a=c.next().value;c=c.n
ext().value;d={battery_level:f.get('batteryLevel'),charging:f.get('batteryStatus')===Nn.BATTERY_STATUS_CHAR
GING,connection_type:f.get('connectionType'),cpu_core_count:f.get('cpuCount'),device_language:f.get('language'),de
vice_model_name:f.get('model'),device_timezone:f.get('timeZone'),
jailbroken:f.get('rooted'),mobile_carrier:f.get('networkOperatorName')||void
0,os_version:f.get('osVersion'),os:d===t.ANDROID?bh.ANDROID:bh.IOS,screen_brightness:f.get('screenBrightness'
),screen_height:f.get('screenHeight'),screen_width:f.get('screenWidth'),sdk_version_unity:e.get('sdkVersionName'),tot
al_memory:f.get('totalMemory').toString(),mcc:a,mnc:c};d=Object.assign(Object.assign({},d),{__vendorResourceUrl
:b});return[{resourceUrl:'https://webview.unityads.unity3d.com/webview/public/omid/1.3.22-iab2982/verification-
client-bridge.dcdb43a1a15552b5179b.js',
vendorKey:'mchnad.com-omid-bridge',verificationParameters:JSON.stringify(d)}]}function os(b,a,c){var
d=a.NativeBridge.getPlatform(),e=new Aj(d);d=new Bj(d);b=new ah(a,b,c);a={};return
a[Aj.ContentType]={parser:e,factory:b},a[Bj.ContentType]={parser:d,factory:b},a}function Bj(b){return
Ad.apply(this,arguments)||this}function Aj(b){return Ad.apply(this,arguments)||this}function
ah(b,a,c,d){this.adUnitParametersFactory=d=void 0===d?new
ch(b,a,c):d;this.automatedExperimentManager=c;this.parametersFactory=
d ; r e t u r n t h i s } f u n c t i o n
On(b,a){b=hg.call(this,b,a)||this;b._storeHandler=a.storeHandler;b._mraidCampaign=a.campaign;return b}function
h g ( b ) { r e t u r n h c . a p p l y ( t h i s , a r g u m e n t s ) | | t h i s } f u n c t i o n
Pn(b,a){b=Hh.call(this,b,a)||this;b._storeHandler=a.storeHandler;return b}function
Hh(b,a){b=Lf.call(this,b,a)||this;b.automatedExperimentManager=a.automatedExperimentManager;return b}function
Lf(){var b=hc.apply(this,arguments)||this;b._storeAccessCount=0;return b}function Ci(){}function hc(b,a){var c;var
d=Ne.call(this,
a.privacyManager,a.coreConfig,a.adsConfig,a.privacySDK)||this;d._operativeEventManager=a.operativeEventManage
r;d._thirdPartyEventManager=a.thirdPartyEventManager;d._adUnit=b;d._mraidView=b.getMRAIDView();d._campai
gn=a.campaign;d._placement=a.placement;d._request=a.request;d._platform=a.platform;d._core=a.core;d._ads=a.ads;
d._deviceInfo=a.deviceInfo;d._customImpressionFired=!1;d._gameSessionId=a.gameSessionId;d._abGroup=null===(
c=ab.getState().config)||void 0===c?void 0:c.abGroup;return d}function Oe(b){var a=
Rc.call(this,b)||this;a._isStartImpressionRecorded=!1;a._isEndImpressionRecorded=!1;a._skAdNetwork=a.getStoreAp
i().iOS.SKAdNetwork;a._isVTASupported=Eb.isVTASupported(b.deviceInfo.getOsVersion());a.configSKAdImpress
ion();a._appSheetOpenObserver=a._store.iOS.AppSheet.onOpen.subscribe(function(){a.onAppSheetOpened()});a._ap
pSheetCloseObserver=a._store.iOS.AppSheet.onClose.subscribe(function(){a.onAppSheetClosed()});a._appSheetErro
rObserver=a._store.iOS.AppSheet.onError.subscribe(function(){a.onAppSheetErrored()});
r e t u r n a } f u n c t i o n R c ( b ) { v a r
a=bb.call(this,b)||this;a._webPlayerContainer=b.webPlayerContainer;a._deviceInfo=b.deviceInfo;return a}function
ig(b,a){this._deviceInfo=b;this._platform=a}function Pe(b){var
a=bb.call(this,b)||this;a._isStartImpressionRecorded=!1;a._isEndImpressionRecorded=!1;a._skAdNetwork=a.getStore
Api().iOS.SKAdNetwork;a._isVTASupported=Eb.isVTASupported(b.deviceInfo.getOsVersion());a.configSKAdImpr
ession();a._appSheetOpenObserver=a._store.iOS.AppSheet.onOpen.subscribe(function(){a.onAppSheetOpened()});
a._appSheetCloseObserver=a._store.iOS.AppSheet.onClose.subscribe(function(){a.onAppSheetClosed()});a._appShe
etErrorObserver=a._store.iOS.AppSheet.onError.subscribe(function(){a.onAppSheetErrored()});return a}function
b b ( b ) { v a r
a=M.call(this,b)||this;a._mraid=b.mraid;a._additionalTrackingEvents=b.campaign.getTrackingUrls();a._endScreen=b.
endScreen;a._campaign=b.campaign;a._privacy=b.privacy;a._mraid.render();document.body.appendChild(a._mraid.c
ontainer());a._endScreen&&(a._endScreen.render(),a._endScreen.hide(),
document.body.appendChild(a._endScreen.container()));a._orientationProperties={allowOrientationChange:!0,forceO
r i e n t a t i o n : H a . N O N E } ; a . s e t S h o w i n g ( ! 1 ) ; r e t u r n a } f u n c t i o n
ch(b,a,c){b=Kb.call(this,b,a)||this;b._automatedExperimentManager=c;b._webPlayerContainer=a.InterstitialWebPlaye
rContainer;return b}function wb(b,a,c,d,e,f,g,k,m){b=Z.call(this,b,a,c,'webplayer-mraid',d,e,f,g,void
0 = = = m ? ! 1 : m , k ) | | t h i s ; b . o n L o a d e d = n e w
w;b._domContentLoaded=!1;b._isWebPlayerError=!1;b._deviceInfo=c;b._placement=d;b._campaign=
e;b._template=new Ma('<div class="close-region"><div class="close"><span class="icon-close"></span><div
class="circle-base"></div><div class="progress-wrapper"><div class="circle-left"></div><div class="circle-
right"></div></div></div></div><div class="gdpr-pop-up"><div class="icon-gdpr"></div><div class="gdpr-text">
<%= data.t("privacy-legitimate-interest-pop-up-1") %> <span class="gdpr-link"><%= data.t("privacy-legitimate-
interest-pop-up-2") %></span> <%= data.t("privacy-legitimate-interest-pop-up-3") %> </div></div><div
class="privacy-button"><span class="icon-gdpr"></span></div> <% if (data.hasSplashScreen) { %> <div
class="splash-screen-container"></div> <% } %> <iframe id="mraid-iframe" scrolling="no" sandbox="allow-
scripts"></iframe>');
return b}function ps(b){return new Promise(function(a){return setTimeout(a,b)})}function
jg(b,a,c,d,e,f,g,k,m,v){b=Sc.call(this,b,a,c,d,e,f,g,void 0===k?0:k,void
0===m?!1:m,v)||this;b._mraidCustomCloseCalled=!1;b._mraidCustomCloseDelay=d.allowSkip()?5:40;return
b}function Sc(b,a,c,d,e,f,g,k,m,v){b=Z.call(this,b,a,c,'mraid',d,e,f,g,void 0===m?!1:m,k,v)||this;b.onLoaded=new
w;b._domContentLoaded=!1;b._deviceInfo=c;b._placement=d;b._campaign=e;b._creativeId=e.getCreativeId();b._tem
plate=new Ma('<div class="close-region"><div class="close"><span class="icon-close"></span><div class="circle-
base"></div><div class="progress-wrapper"><div class="circle-left"></div><div class="circle-
right"></div></div></div></div><div class="gdpr-pop-up"><div class="icon-gdpr"></div><div class="gdpr-text">
<%= data.t("privacy-legitimate-interest-pop-up-1") %> <span class="gdpr-link"><%= data.t("privacy-legitimate-
interest-pop-up-2") %></span> <%= data.t("privacy-legitimate-interest-pop-up-3") %> </div></div><div
class="privacy-button"><span class="icon-gdpr"></span></div> <% if (data.hasSplashScreen) { %> <div
class="splash-screen-container"></div> <% } %> <iframe id="mraid-iframe" scrolling="no" sandbox="allow-
scripts"></iframe>',
b._localization);b._templateData=Object.assign(Object.assign({},b._templateData),{hasSplashScreen:!!b.splashScree
nParameters});return b}function Qe(b,a,c,d,e,f,g,k,m,v){b=Z.call(this,b,a,c,'extended-mraid',d,e,f,g,void
0===m?!1:m,k,v)||this;b.loadingScreenDuration=2500;b._deviceInfo=c;b._placement=d;b._campaign=e;b._template=
new Ma('<div class="close-region"><div class="close"><span class="icon-close"></span><div class="circle-
base"></div><div class="progress-wrapper"><div class="circle-left"></div><div class="circle-
right"></div></div></div></div><div class="gdpr-pop-up"><div class="icon-gdpr"></div><div class="gdpr-text">
<%= data.t("privacy-legitimate-interest-pop-up-1") %> <span class="gdpr-link"><%= data.t("privacy-legitimate-
interest-pop-up-2") %></span> <%= data.t("privacy-legitimate-interest-pop-up-3") %> </div></div><div
class="loading-screen"><div class="container"><div class="user-text"><%= data.t("Try the playable demo")
%></div><div class="game-icon" style="background-image: url(\'<%= data.gameIcon %>\')"></div><div
class="store-container"> <% if(!!data.rating) { %> <span class="game-rating"><span class="game-rating-mask"
style="width: <%= data.rating %>%"> <% for (var i = 0; i < 5; i++) { %><span class="icon-star"></span><% } %>
</span> <% for (var i = 0; i < 5; i++) { %><span class="icon-star"></span><% } %> </span> <% } %> <% if
(!!data.ratingCount && data.ratingCount !== "0") { %> <span class="game-rating-count">(<span class="game-
rating-count-number"><%= data.ratingCount %></span>) </span> <% } %> </div><div class="name-
container"><%= data.gameName %></div><div class="progress-bar"><span
class="filling"></span></div></div><div class="icon-unity-ads-logo"></div></div><div class="privacy-
button"><span class="icon-gdpr"></span></div><iframe id="mraid-iframe" scrolling="no" sandbox="allow-
scripts"></iframe>',
b._localization);if(e){b._templateData={gameName:e.getGameName()};if(c=e.getGameIcon())b._templateData.game
Icon=c.getUrl();if(c=e.getRating())b._templateData.rating=(20*c).toString();if(e=e.getRatingCount())b._templateData
.ratingCount=b._localization.abbreviate(e)}return b}function Z(b,a,c,d,e,f,g,k,m,v,r){var
A=N.call(this,b,d)||this;A._showGDPRBanner=!1;A._gdprPopupClicked=!1;A._callButtonEnabled=!0;A._isLoaded=!
1;A._canClose=!1;A._canSkip=!1;A._didReward=!1;A._CLOSE_LENGTH=30;A._backgroundTime=
0;A._core=a;A._placement=e;A._deviceInfo=c;A._campaign=f;A._privacy=g;A._showGDPRBanner=k;A._hidePriva
c y B u t t o n = m ; A . _ l o c a l i z a t i o n = n e w
Ia(c.getLanguage(),'mraid');A._privacyPanelOpen=!1;A._privacy.render();A._privacy.hide();document.body.appendC
hild(A._privacy.container());A._privacy.addEventHandler(A);(null===r||void 0===r?void
0:r.splash)===Ok.Show&&(b=A._campaign.getGameIcon(),a=A._campaign.getGameName(),c=A._campaign.getRati
ngCount(),b&&a?A.splashScreenParameters=cq(r,{appIcon:b.getUrlWithoutFileProtocol(),
appName:a,rating:A._campaign.getRating(),ratingCount:c,ratingCountText:c?A._localization.abbreviate(c):''},A._loca
lization.translate('Sponsored')):n.reportMetricEvent(Ba.NoGameInfoInCampaignForMRAIDSplashScreen));A._bindi
ngs=[{event:'click',listener:function(a){return A.onCloseEvent(a)},selector:'.close-
region'},{event:'click',listener:function(a){return A.onPrivacyEvent(a)},selector:'.privacy-
button'},{event:'click',listener:function(a){A.onGDPRPopupEvent(a);A._gdprPopupClicked=!0;A.choosePrivacySho
wn()},
selector:'.gdpr-link'},{event:'click',listener:function(a){return A.onPrivacyEvent(a)},selector:'.icon-
gdpr'}];A._gameSessionId=v||0;return A}function dh(b,a,c){var
d=this;this._core=b;this._handler=a;this._iframe=c;this._messageListener=function(a){return
d.onMessage(a)};this._mraidHandlers=dq(this._core,this._handler,!1);this._isConnected=!1}function
Qn(b,a){this._initialized=!1;this._core=b;this._ads=a;this.Api={Listener:new
Pk(b.NativeBridge),PlacementContents:new Di(b.NativeBridge)}}function Pk(b){return y.call(this,
b,'MonetizationListener',O.MONETIZATION_CORE)||this}function kg(b,a,c){var
d=this;this._placementContentMap={};this._monetization=b;this._configuration=a;c.onCampaign.subscribe(function(
a,b){return d.createPlacementContent(a,b)});c.onNoFill.subscribe(function(a){return
d . o n P l a c e m e n t N o F i l l ( a ) } ) } f u n c t i o n
Di(b){b=y.call(this,b,'PlacementContents',O.MONETIZATION_CORE,Sa.PLACEMENT_CONTENT)||this;b.onPlac
ementContentCustomEvent=new w;return b}function lg(b,a,c,d){var e=this;this.didPreload=!1;this._coreApi=
b;this._tokenApi=a;this._protocolVersion=c;this._valuationToken='';this._mediationName=null!==d&&void
0!==d?d:'unknown';this._starts=this._wins=this._seq=0;this._tokenApi.onTokenAccess.subscribe(function(a){return
e.onTokenAccess(a)});this._tokenApi.onQueueEmpty.subscribe(function(){return e.onQueueEmpty()})}function
m g ( b , a , c , d , e , f , g ) { v a r
k=this;this.sdkApi=b;this.getPlacement=a;this.adsApi=c;this.adRequestManager=d;this.tokenManager=e;this.placeme
ntManager=f;this.perPlacementLoadManagerV5=g;this.adRequestManager.onNewHeaderBiddingToken.subscribe(fu
nction(a,
b){k.tokenManager.updateValuationToken(a,{isPreload:b.isPreload})});g.onReloadedHeaderBiddingCampaign.subsc
ribe(function(a,b,c){k.onReloadedHeaderBiddingCampaign(a,b,c)});g.onReloadHeaderBiddingNoFill.subscribe(funct
ion(a){Ih.getState().invalidatePlacements(a)})}function qs(b,a){b={parser:new
Mf(a.NativeBridge.getPlatform()),factory:new Xl(a,b)};a={};return
a[Mf.ContentTypeHtml]=b,a[Mf.ContentTypeJs]=b,a}function Mf(b){this._platform=b;return this}function
Xl(b,a,c){this.parametersFactory=this.adUnitParametersFactory=
c = v o i d 0 = = = c ? n e w R n ( b , a ) : c ; r e t u r n t h i s } f u n c t i o n
Rn(b,a){b=Kb.call(this,b,a)||this;b._webPlayerContainer=a.InterstitialWebPlayerContainer;return b}function
pf(b,a,c,d,e,f,g,k){k=void 0===k?!1:k;var m=N.call(this,b,'display-interstitial')||this;m.onPrivacyOpened=new
w ; m . o n P r i v a c y C l o s e d = n e w
w;m._gdprPopupClicked=!1;m._webPlayerPrepared=!1;m._timers=[];m._core=a;m._deviceInfo=c;m._placement=d;
m._campaign=e;m._template=new Ma('<div class="close-region"><div class="close"><span class="icon-
close"></span><div class="circle-base"></div><div class="progress-wrapper"><div class="circle-left"></div><div
class="circle-right"></div></div></div></div><div class="gdpr-pop-up"><div class="gdpr-text"> <%=
data.t("privacy-legitimate-interest-pop-up-1") %> <span class="gdpr-link"><%= data.t("privacy-legitimate-interest-
pop-up-2") %></span> <%= data.t("privacy-legitimate-interest-pop-up-3") %> </div></div><div class="privacy-
button"><span class="icon-gdpr"></span></div>',
n e w
Ia(c.getLanguage(),'privacy'));m._privacy=f;m._showGDPRBanner=g;m._hidePrivacy=k;m._messageListener=functi
on(a){return m.onMessage(a)};m._bindings=[{event:'click',listener:function(a){return
m.onCloseEvent(a)},selector:'.close'},{event:'click',listener:function(a){return
m.onGDPRPopupEvent(a)},selector:'.gdpr-link'},{event:'click',listener:function(a){return
m . o n P r i v a c y E v e n t ( a ) } , s e l e c t o r : ' . p r i v a c y -
button'}];m._privacy.render();m._privacy.hide();document.body.appendChild(m._privacy.container());
m._privacy.addEventHandler(m);return m}function Sn(b,a){var
c=Ne.call(this,a.privacyManager,a.coreConfig,a.adsConfig,a.privacySDK)||this;c._operativeEventManager=a.operativ
eEventManager;c._adUnit=b;c._campaign=a.campaign;c._placement=a.placement;return c}function Jh(b){var
a=lb.call(this,b)||this;a._isStartImpressionRecorded=!1;a._isEndImpressionRecorded=!1;a._skAdNetwork=a.getStore
Api().iOS.SKAdNetwork;a._isVTASupported=Eb.isVTASupported(b.deviceInfo.getOsVersion());a.configSKAdImpr
ession();return a}
f u n c t i o n l b ( b ) { v a r
a=M.call(this,b)||this;a._receivedOnPageStart=!1;a._clickEventHasBeenSent=!1;a._handlingShouldOverrideUrlLoadi
ng=!1;a._contentReady=!1;a._privacyShowing=!1;a._topWebViewAreaMinHeight=60;a._view=b.view;a._campaign=
b.campaign;a._clientInfo=b.clientInfo;a._webPlayerContainer=b.webPlayerContainer;a._request=b.request;a._storeHa
ndler=b.storeHandler;a._view.render();document.body.appendChild(a._view.container());a.setShowing(!1);a._topWeb
ViewAreaHeight=b.platform===t.ANDROID?Math.floor(a.getAndroidViewSize(a._topWebViewAreaMinHeight,
a.getScreenDensity())):a._topWebViewAreaMinHeight;return a}function eq(){}function vj(b){var
a=y.call(this,b,'Show',O.ADS,Sa.SHOW_API)||this;a._listenerApi=new Zb(b);return a}function ui(b){return
y . c a l l ( t h i s , b , ' L o a d ' , O . A D S , S a . L O A D _ A P I ) | | t h i s } f u n c t i o n
Aa(b,a,c,d,e,f,g,k){this._platform=b;this._core=a;this._metaDataManager=c;this._clientInfo=d;this._deviceInfo=e;this
._unityInfo=f;this._request=g;this._installInfo=k;this._shouldUseChinaConfigUrlChinaTraffic=e.isChineseNetworkO
perator();this._configBaseUrl=
this.getConfigUrl(this._shouldUseChinaConfigUrlChinaTraffic)}function Yl(){var
b=Fb.call(this,'UserLevelCoppaMetaData',Object.assign(Object.assign({},Fb.Schema),{nonbehavioral:['boolean']}))||t
his;b.set('category','user');b.set('keys',['nonbehavioral']);return b}function Zl(){var
b=Fb.call(this,'CoppaOverrideMetaData',Object.assign(Object.assign({},Fb.Schema),{override:['boolean']}))||this;b.se
t('category','coppa');b.set('keys',['override']);return b}function Qk(){var b=Fb.call(this,'AdapterMetaData',
Object.assign(Object.assign({},Fb.Schema),{name:['string','undefined'],version:['string','undefined']}))||this;b.set('cate
gory','adapter');b.set('keys',['name','version']);return b}function Tn(b){return
Ob.call(this,b.message,b.name)||this}function fq(b){b=void 0===b?Cj.getState():b;return b.metadata}function
Un(b,a){this.core=b;this.ads=a;this.Api={BannerApi:new Re(b.NativeBridge),BannerListenerApi:new
D j ( b . N a t i v e B r i d g e ) } ; t h i s . P l a c e m e n t M a n a g e r = n e w
Kh(a.Api,a.Config,this.Api);this.PlacementManager.sendBannersReady();
t h i s . A d U n i t F a c t o r y = n e w L h ; v a r
c=pc()('bannerAdUnit','true'),d=this.createFillManager(c);this.CampaignManager=this.createCampaignManager(d,c);t
his.AdUnitParametersFactory=new $l(this,a,b);this.BannerAdContextManager=new Rk(b,a,this)}function
Dj(b){return y.call(this,b,'BannerListener',O.BANNER)||this}function Kh(b,a,c){var
d=this;this._adsApi=b;this._bannerNativeApi=c;this._placements=this.getPlacements(a);Object.keys(this._placements
).forEach(function(a){var b=d._placements[a].getBannerRefreshRate();
d._bannerNativeApi.BannerApi.setRefreshRate(a,b?b:Kh.defaultRefreshRate)})}function Mh(b){return
R.call(this,'BannerExperimentOption',Mh.Schema,b)||this}function
ng(b,a,c,d){b=og.call(this,b,a,c,d)||this;b._maxNoFillCount=d.getMaxNoFillCount();b._bannerNoFillCoolDownTime
=d.getNoFillCoolDownTime();b._placementNoFillCounter={};b._placementCoolDownTimestamp={};return
b}function Sk(b){return og.apply(this,arguments)||this}function
og(b,a,c,d){this._core=b;this._platform=a;this._coreConfig=c;this._bannerExperiment=
d } f u n c t i o n
Rk(b,a,c){this._contexts={};this._bannerModule=c;this._core=b;this._ads=a;this.setupObservables()}function
g q ( ) { } f u n c t i o n
xc(b,a,c,d,e,f){this._loadState=eh.Unloaded;this._placement=b;this._bannerAdViewId=a;this._size=c;this._bannerNat
iveApi=d.Api;this._focusManager=f.FocusManager;this._campaignManager=d.CampaignManager;this._bannerAdUn
itFactory=d.AdUnitFactory;this._adUnitParametersFactory=d.AdUnitParametersFactory;this._webPlayerContainer=n
ew hq(f.NativeBridge.getPlatform(),e.Api,a);
t h i s . _ m r a i d M a n a g e r = n e w
Ei(f,d.Api,this._bannerAdViewId);this._deviceInfo=f.DeviceInfo;this._core=f;this._ads=e;this._adUnitOnShowHasBe
enCalled=this._bannerAttached=!1;this.subscribeListeners()}function
Re(b){b=y.call(this,b,'Banner',O.BANNER,Sa.BANNER)||this;b.onBannerResized=new
w ; b . onBanner V isibilityC hange d=ne w w; b . o n B an n erAt t ach ed =n ew w; b . o n B an n erDet ach e d = n e w
w;b.onBannerLoaded=new w;b.onBannerDestroyed=new w;b.onBannerLoadPlacement=new
w;b.onBannerDestroyBanner=new w;return b}function Ei(b,a,
c){this._bannerNativeApi=a;this._core=b;this._bannerAdViewId=c}function
pg(b,a,c){this._container=c;this._core=b;this._handler=a;this._mraidHandlers=dq(this._core,this._handler,!0);this._is
Connected=!1}function dq(b,a,c){var d={};d=(d[id.Loaded]=function(){return
a.onBridgeLoad()},d[id.Open]=function(b){return a.onBridgeOpen(b.url||b[0])},d);if(!('onBridgeSendStats'in
a))return d;var e={},f={},g={};return Object.assign(Object.assign(Object.assign({},d),(e[id.Close]=function(){return
a.onBridgeClose()},
e [ i d . D e v O r i e n t a t i o n S u b s c r i b e ] = f u n c t i o n ( ) { r e t u r n
a.onBridgeDeviceOrientationSubscribe()},e[id.UseCustomClose]=function(b){return
a.onUseCustomClose(b.hideClose)},e[id.Open]=function(b){return
a.onBridgeOpen(b.url||b[0])},e[id.StateChange]=function(b){return
a.onBridgeStateChange(b.state||b[0])},e[id.Orientation]=function(b){var
c=b.properties||b[0];b=c.allowOrientationChange;var d;c=null!==(d=rs[c.forceOrientation])&&void
0!==d?d:Ha.NONE;a.onBridgeSetOrientationProperties(b,c)},e[id.AnalyticsEvent]=
function(b){return a.onBridgeAnalyticsEvent(b.event||b[0],b.eventData||b[1])},e[id.SendStats]=function(b){return
a.onBridgeSendStats(b.totalTime||b[0],b.playTime||b[1],b.frameCount||b[2])},e)),c?(f[id.ResizeWebView]=function()
{return a.onBridgeResizeWebview()},f[id.HrefClick]=function(b){return
a.onBridgeOpen(b[0])},f):(g[id.ConsoleLog]=function(a){b.Sdk.logDebug(a.data.functionName+':
' + a . d a t a . a r g s ) } , g ) ) } f u n c t i o n
qg(b,a,c,d,e,f,g,k,m,v,r,A,h,n){b=Dd.call(this,b,a,c,d,e,f,g,k,m,v,r,A,h,n)||this;b._surfacePlacements=
[];b._filledBannerCampaignForPlacements={};b._filledAdUnit={};return b}function
Dd(b,a,c,d,e,f,g,k,m,v,r,A,h,n,p){p=void 0===p?[new Vn(k,c),new
Wn(k,c)]:p;this._platform=b;this._core=a;this._coreConfig=c;this._adsConfig=d;this._sessionManager=e;this._adMob
SignalFactory=f;this._request=g;this._clientInfo=k;this._deviceInfo=m;this._metaDataManager=v;this._privacySDK=
r;this._userPrivacyManager=A;this._installInfo=h;this._fillManager=n;this._requestGuards=p}function Fi(b){var
a=Error.apply(this,arguments);
this.message=a.message;'stack'in a&&(this.stack=a.stack)}function Ed(){}function Xn(){}function
rg(b,a){this._platform=b;this._wrapJS=void 0===a?!1:a;return this}function Gi(b){var
a=la.call(this,b)||this;a._bannerSize=b.bannerSize;return a}function Vn(b){return
am.apply(this,arguments)||this}function Wn(b){return am.apply(this,arguments)||this}function
am(b,a){this._clientInfo=b;this._coreConfig=a}function hq(b,a,c){return qf.call(this,b,a,c)||this}function
$l(b,a,c){this._platform=c.NativeBridge.getPlatform();
this._core=c.Api;this._clientInfo=c.ClientInfo;this._thirdPartyEventManagerFactory=a.ThirdPartyEventManagerFacto
ry;this._bannerNativeApi=b.Api;this._deviceInfo=c.DeviceInfo;this._coreConfig=c.Config;this._store=a.Store.Api;thi
s._focusManager=c.FocusManager;this._ads=a.Api;this._installInfo=c.InstallInfo;this._sdkClickDetailsManager=a.Sd
kClickDetailsManager;this._privacyManager=a.PrivacyManager;this._sessionManager=a.SessionManager;this._stora
geBridge=c.StorageBridge;this._adsConfig=a.Config;this._privacySDK=
a.PrivacySDK;this._metadataManager=c.MetaDataManager;this._request=c.RequestManager;this._playerMetadata=c.
M e t a D a t a M a n a g e r . f e t c h ( E j , ! 1 ) } f u n c t i o n E j ( ) { v a r
b=Fb.call(this,'PlayerMetaData',Object.assign(Object.assign({},Fb.Schema),{server_id:['string']}))||this;b.set('keys',['s
erver_id']);b.set('category','player');return b}function Lh(){}function Nh(b){var
a=sg.call(this,b)||this;a._isClickEnabled=!0;a._request=b.request;a._store=b.store;a._storeHandler=b.storeHandler;a._s
tore&&(a._appSheetOpenObserver=
a._store.iOS.AppSheet.onOpen.subscribe(function(){a.onAppSheetOpened()}),a._appSheetCloseObserver=a._store.i
OS.AppSheet.onClose.subscribe(function(){a.onAppSheetClosed()}),a._appSheetErrorObserver=a._store.iOS.AppSh
eet.onError.subscribe(function(){a.onAppSheetErrored()}));return a}function sg(b){var
a=jd.call(this,b)||this;a._duplicatedClick=!1;a._shouldPreventOverrideUrlLoading=b.shouldPreventOverrideUrlLoadi
ng;b=pc()('mraidBanners','true');a._template=new Ma(b?'<html><head><title>Unity Ads Mraid Banner</title><meta
name="viewport" content="width=device-width,height=device-height,initial-scale=1"><script>!function(){"use
strict";function e(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var
t , n = f u n c t i o n ( e , t ) { r e t u r n
window.parent.postMessage(Object.assign({type:e},t),"*")},r=function(t,n){if(!window.nativebridge)throw new
E r r o r ( " w i n d o w . n a t i v e b r i d g e h a s t o b e d e f i n e d . " ) ; v a r
r,i;(r=window.nativebridge).sendEvent.apply(r,[t].concat(function(t){if(Array.isArray(t))return
e(t)}(i=[n&&Object.values(n)].filter((function(e){return e})))||function(e){if("undefined"!=typeof
Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(i)||function(t,n){if(t){if("string"==typeof t)return
e ( t , n ) ; v a r r = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( t ) . s l i c e ( 8 , -
1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"
===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?e(t,n):void 0}}(i)||function(){throw new TypeError("Invalid
attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]()
method.")}()))};function i(e){return function(e){if(Array.isArray(e))return
o(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return
Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var
n = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( e ) . s l i c e ( 8 , -
1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Argument
s"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e)||function(){throw new
TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a
[Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new
Array(t);n<t;n++)r[n]=e[n];return r}function a(e,t,n){return t in
e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}!function(e){e.READY="r
eady",e.ERROR="error",e.STATE_CHANGE="stateChange",e.VIEWABLE_CHANGE="viewableChange",e.SIZE_
CHANGE="sizeChange"}(t||(t={}));var u=function(e){return null==e?void 0:e.detail},s=function(e,o){var
s=o.sendsStats,c=o.placementType,f=o.creativeUrl,l=function(){var e=function(){try{return
window.self!==window.top}catch(e){return!0}};return{sendMessage:e()?n:r,isInIframe:e}}(),d=l.sendMessage,v=l.is
I n I f r a m e ; s & & f u n c t i o n ( e ) { v a r
t=window.requestAnimationFrame||window.webkitRequestAnimationFrame;if("function"==typeof t){var
n=0,r=0,i=0;window.requestAnimationFrame=window.webkitRequestAnimationFrame=function(e){0===r&&(r=Dat
e.now());var o=0;return t((function(t){t-o>16&&(n++,0!==o&&(i+=t-
o)),o=t,e(t)}))},setInterval((function(){0!==r&&function(e){var
t=e.frameCount,n=e.playTime,r=e.totalTime;d("sendMessage",{frameCount:t,playTime:n,totalTime:r})}({frameCoun
t:n,playTime:i/1e3,totalTime:(Date.now()-r)/1e3})}),500)}}();var m=Object.assign(Object.assign({},function(){var
n,r,o,s,f,l,m="loading",y=!1,p=e.innerWidth,b=e.innerHeight,g={allowOrientationChange:!0,forceOrientation:"none"
},w=(a(n={},t.READY,[]),a(n,t.ERROR,[]),a(n,t.STATE_CHANGE,[]),a(n,t.VIEWABLE_CHANGE,[]),a(n,t.SIZE_
CHANGE,[]),n),E=function(t){var n=arguments.length>1&&void
0!==arguments[1]?arguments[1]:[];i(w[t]||[]).reverse().forEach((function(t){try{t.apply(e,n)}catch(e){console.log("Go
t e r r o r
",e),d("diagnosticError",{error:e})}}))},h=function(e){m=e,E(t.STATE_CHANGE,[e])},A={resize:function(){p=e.in
nerWidth,b=e.innerHeight,E(t.SIZE_CHANGE,[p,b])},message:function(e){switch(e.data.type){case"viewable":y=e.
data.value,E(t.VIEWABLE_CHANGE,[y]);break;case"resize":p=e.data.width,b=e.data.height,E(t.SIZE_CHANGE,[p
,b])}}};if(e.addEventListener("DOMContentLoaded",(function(){d("loaded"),h("default"),E(t.READY)}),!1),e.addEv
e n t L i s t e n e r ( " r e s i z e " , v ( ) ? A . r e s i z e : ( r = f u n c t i o n ( ) { r e t u r n
d("resizeWebview")},o=window.requestAnimationFrame||window.webkitRequestAnimationFrame,s=!1,f=function(){
s = ! 1 , r ( ) } , ( l = f u n c t i o n ( ) { s | | ( s = ! 0 , " f u n c t i o n " = = t y p e o f
o?o(f):setTimeout(f,100))})(),l),!1),v()&&e.addEventListener("message",A.message,!1),e.nativebridge){var
C={viewable:function(e){y=u(e)&&e.detail[0],E(t.VIEWABLE_CHANGE,[y])},resize:function(n){p=u(n)?n.detail.
width:e.innerWidth,b=u(n)?n.detail.height:e.innerHeight,E(t.SIZE_CHANGE,[p,b])}};e.nativebridge.addEventListen
er("viewable",C.viewable),e.nativebridge.addEventListener("resize",C.resize)}var
S=function(){return{x:0,y:0,width:p,height:b}},O=function(){return{width:p,height:b}},I=["createCalendarEvent","e
xpand","playVideo","resize","getExpandProperties","setExpandProperties","getResizeProperties","setResizePropertie
s","storePicture"].reduce((function(e,n){return Object.assign(e,a({},n,(function(){return E(t.ERROR,["not
implemented",n])})))}),{});return Object.assign({addEventListener:function(e,t){e in
w&&w[e].push(t)},close:function(){h("hidden"),d("close")},getCurrentPosition:S,getDefaultPosition:S,getMaxSize:O
,getPlacementType:function(){return c},getScreenSize:O,getState:function(){return
m},getVersion:function(){return"2.0"},isViewable:function(){return y},open:function(e){return
d("open",{url:e})},removeEventListener:function(e,t){var n=i(w[e]||[]).indexOf(t);-
1!==n&&w[e].splice(n,1)},supports:function(){return!1},useCustomClose:function(e){d("useCustomClose",{hideClo
s e : e } ) } , g e t O r i e n t a t i o n P r o p e r t i e s : f u n c t i o n ( ) { r e t u r n
g},setOrientationProperties:function(e){g=e,d("orientation",{properties:e})}},I)}()),{sendAnalyticsEvent:function(e,t)
{d("analyticsEvent",{event:e,eventData:t})},setCustomMraidState:function(e){d("customMraidState",{state:e})},get
CreativeURL:function(){return f},getConfiguration:function(){return{}}});e.mraid=m};function c(e){return
function(e){if(Array.isArray(e))return l(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in
Object(e))return Array.from(e)}(e)||f(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable
instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function
f(e,t){if(e){if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-
1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Argument
s"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(e,t):void 0}}function
l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function
d(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in
r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var v,m=function(){var
e,t=window,n=t.webplayerbridge,r=t.webkit;return n?function(e,t){return
n.handleEvent(JSON.stringify([e,t]))}:(null===(e=null==r?void 0:r.messageHandlers)||void 0===e?void
0:e.sendEvent)?function(e,t){var n;return null===(n=r.messageHandlers.sendEvent)||void 0===n?void
0 : n . p o s t M e s s a g e ( J S O N . s t r i n g i f y ( [ e , t ] ) ) } : f u n c t i o n ( e , t ) { v a r
n,r=document.createElement("iframe");r.setAttribute("src","umsg:
".concat(JSON.stringify([e,t]))),document.documentElement.appendChild(r),null===(n=r.parentNode)||void
0===n||n.removeChild(r)}},y=function(){function e(){!function(e,t){if(!(e instanceof t))throw new
TypeError("Cannot call a class as a function")}(this,e),this.listeners={}}var t,n;return
t=e,n=[{key:"addEventListener",value:function(e,t){this.listeners[e]=[].concat(c(this.listeners[e]||[]),[t])}},{key:"remo
veEventListener",value:function(e,t){var n=(this.listeners[e]||[]).indexOf(t);-
1!==n&&this.listeners[e].splice(n,1)}},{key:"dispatchEvent",value:function(e){var t=this;return
c ( t h i s . l i s t e n e r s [ e . t y p e ] | | [ ] ) . f o r E a c h ( ( f u n c t i o n ( n ) { r e t u r n
n.call(t,e)})),!e.defaultPrevented}},{key:"receiveEvent",value:function(e){console.log("unity","Received event:
",e);var t,n,r=(n=2,function(e){if(Array.isArray(e))return e}(t=e)||function(e,t){if("undefined"!=typeof
Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,o=void 0;try{for(var
a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{
try{r||null==u.return||u.return()}finally{if(i)throw o}}return n}}(t,n)||f(t,n)||function(){throw new TypeError("Invalid
attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a
[Symbol.iterator]() method.")}()),i=r[0],o=r[1];this.dispatchEvent(new
CustomEvent(i,{detail:o}))}},{key:"sendEvent",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-
1 : 0 ) , r = 1 ; r < t ; r + + ) n [ r - 1 ] = a r g u m e n t s [ r ] ; m ( ) . a p p l y ( v o i d
0,[e].concat(n))}}],n&&d(t.prototype,n),e}();!function(e){e.WEB_PLAYER="webplayer",e.IFRAME="iframe",e.IFR
AME_PERF="iframe-perf"}(v||(v={}));var p=function(e){try{return new
URL(e),!0}catch(e){return!1}};window.mraidContainerLoader=function(e){var
t=e.containerHtml,n=e.placementType,r=e.creativeUrl;t===v.WEB_PLAYER&&(window.nativebridge=new
y),s(window,{sendsStats:t!==v.IFRAME,placementType:n,creativeUrl:"string"==typeof r&&p(r)?r:"none"}),delete
window.mraidContainerLoader}}();\x3c/script><script>window.mraidContainerLoader({ containerHtml:
\'webplayer\', placementType: \'inline\' });\x3c/script></head><body style="margin: 0; padding: 0; width: 100%;
height: 100%"> <%= data.markup %> </body></html>':
'<html><head><meta name="viewport" content="width=device-width,height=device-height,initial-
scale=1"></head><body style="margin: 0; padding: 0; width: 100%; height: 100%"> <%= data.markup %>
< / b o d y > < / h t m l > ' ) ; r e t u r n a } f u n c t i o n
jd(b){this._leaveApplicationEventTriggered=this._impressionEventsSent=this._clickEventsSent=!1;this._platform=b.
platform;this._core=b.core;this._campaign=b.campaign;this._thirdPartyEventManager=b.thirdPartyEventManager;this
._webPlayerContainer=b.webPlayerContainer;this._bannerNativeApi=
b.bannerNativeApi;this._placementId=b.placementId;this._bannerAdViewId=b.bannerAdViewId}function
T k ( ) { } f u n c t i o n f h ( b ) { v a r
a=ob.call(this,'BannerCampaign',Object.assign(Object.assign({},ob.Schema),{markup:['string'],width:['number'],heigh
t:['number']}),b)||this;b.willExpireAt?a.set('willExpireAt',Date.now()+1E3*b.willExpireAt):a.set('willExpireAt',void
0);a.getSkadnAppStoreId()&&n.reportMetricEvent(cb.ValidSkAdnBannerCampaign);return a}function
Up(b,a){this._core=b;this._analyticsEnabled=b.Config.isAnalyticsEnabled()||
Yb('exampleApp');this.Api={Analytics:new bm(b.NativeBridge)};this.AnalyticsStorage=new
ic(b.Api);this.AnalyticsManager=this._analyticsEnabled?new kd(b,a,this.AnalyticsStorage):new cm}function
cm(){}function bm(b){return y.call(this,b,'Analytics',O.ANALYTICS,Sa.ANALYTICS)||this}function
i c ( b ) { t h i s . _ c o r e = b } f u n c t i o n
kd(b,a,c){this._endpoint='https://thind.unityads.unity3d.com/v1/events';this._newSessionThreshold=18E5;this._platfo
rm=b.NativeBridge.getPlatform();this._focusManager=b.FocusManager;this._request=
b.RequestManager;this._clientInfo=b.ClientInfo;this._deviceInfo=b.DeviceInfo;this._configuration=b.Config;this._pri
vacySDK=a;this._storage=c;this._storageApi=b.Api.Storage;this._adsAnalyticsSessionId=Oh.generate()}function
ld(){}function Vp(b,a){return qf.call(this,b,a,Yn.WebPlayer)||this}function qf(b,a,c){var
d=this;this.onPageStarted=new w;this.onPageFinished=new w;this.onWebPlayerError=new
w;this.onWebPlayerEvent=new w;this.onCreateWindow=new w;this.shouldOverrideUrlLoading=new
w;this.onCreateWebView=
n e w
w;this._platform=b;this._ads=a;this._viewId=c;this._ads.WebPlayer.onPageStarted.subscribe(function(a,b){return
d . v a l i d a t e V i e w I d ( a , f u n c t i o n ( ) { r e t u r n
d.onPageStarted.trigger(b)})});this._ads.WebPlayer.onPageFinished.subscribe(function(a,b){return
d . v a l i d a t e V i e w I d ( a , f u n c t i o n ( ) { r e t u r n
d.onPageFinished.trigger(b)})});this._ads.WebPlayer.onWebPlayerEvent.subscribe(function(a,b){return
d . v a l i d a t e V i e w I d ( a , f u n c t i o n ( ) { r e t u r n
d.onWebPlayerEvent.trigger(b)})});this._ads.WebPlayer.onWebPlayerError.subscribe(function(a,
b ) { r e t u r n d . v a l i d a t e V i e w I d ( a , f u n c t i o n ( ) { r e t u r n
d.onWebPlayerError.trigger(b)})});this._ads.WebPlayer.shouldOverrideUrlLoading.subscribe(function(a,b,c){return
d . v a l i d a t e V i e w I d ( a , f u n c t i o n ( ) { r e t u r n
d.shouldOverrideUrlLoading.trigger(b,c)})});this._ads.WebPlayer.onCreateWebView.subscribe(function(a,b){return
d.validateViewId(a,function(){return d.onCreateWebView.trigger(b)})})}function Uk(){}function
iq(b){this._nativeDelta=b}function dm(){}function jq(){}function Zn(b){return Kb.apply(this,arguments)||
this}function em(b){return Rd.apply(this,arguments)||this}function gh(b,a){var
c=M.call(this,b)||this;c._isPoddedAd=!0;c._contentTypeHandlerManager=a;c._showingAdIndex=0;c._poddingParame
ters=b;Hi.setState({isPoddedAd:!0});return c}function tj(){}function ss(b){var
a,c=!1;return[b.reduce(function(b,e){var d=new Ca(e);e.default&&(a=d);!c&&d.hasAdUnitId()&&(c=!0);e={};return
Object.assign(Object.assign({},b),(e[d.id]=d,e))},{}),a,c]}function yc(b){return
R.call(this,'Configuration',yc.Schema,b)||this}
f u n c t i o n
la(b){this._useChinaAuctionEndpoint=!1;this._placements={};this._retryCount=2;this._retryDelay=1E4;this._headers
=[];this._requestDuration=0;this._platform=b.platform;this._core=b.core;this._coreConfig=b.coreConfig;this._adsCon
fig=b.adsConfig;this._request=b.request;this._clientInfo=b.clientInfo;this._deviceInfo=b.deviceInfo;this._metaDataM
anager=b.metaDataManager;this._adMobSignalFactory=b.adMobSignalFactory;this._sessionManager=b.sessionMana
ger;this._privacy=Se.create(b.privacySDK,this._deviceInfo.getLimitAdTracking());
this._privacySDK=b.privacySDK;this._userPrivacyManager=b.userPrivacyManager;this._useChinaAuctionEndpoint=
' C N ' = = = b . c o r e C o n f i g . g e t C o u n t r y ( ) ; v a r
a=this.getVersionUrlSegment();this._baseURL=la.BaseUrl+'/'+a+'/games';this._installInfo=b.installInfo}function
Pd(b){var a=hh.call(this,b,'VideoPlayer',O.ADS,Sa.VIDEOPLAYER)||this;b.getPlatform()===t.IOS?a.iOS=new
Sl(b):b.getPlatform()===t.ANDROID&&(a.Android=new Mk(b));return a}function
vi(b){b=y.call(this,b,'Token',O.ADS,Sa.TOKEN)||this;b.onQueueEmpty=new w;
b.onTokenAccess=new w;return b}function uj(b){return y.call(this,b,'Placement',O.ADS)||this}function Sl(b){return
hh.call(this,b,'VideoPlayer',O.ADS)||this}function Tg(b){return
y . c a l l ( t h i s , b , ' G M A S c a r ' , O . A D S , S a . I N I T _ G M A ) | | t h i s } f u n c t i o n
Nc(b){b=y.call(this,b,'AdUnit',O.ADS,Sa.ADUNIT)||this;b.onViewControllerInit=new
w;b.onViewControllerDidLoad=new w;b.onViewControllerDidAppear=new
w;b.onViewControllerWillDisappear=new w;b.onViewControllerDidDisappear=new
w;b.onViewControllerDidReceiveMemoryWarning=
new w;return b}function Oc(b,a){var c=y.call(this,b,'GMAScar',O.ADS,Sa.GMA)||this;c.gmaSignals=new
w;c.signalsError=new w;c.onLoaded=new w;c.onLoadedError=new w;c.onShowError=new w;c.onStart=new
w;c.onStartProcessed=new w;c.onFinish=new w;c.onClose=new w;c.onError=new w;c.onClick=new
w;c.onRewarded=new w;c.onFirstQuartile=new w;c.onMidpoint=new w;c.onSkip=new
w;c._adTypeMap={};c._nativeBridge=b;c._apiAdapter=a;c._foundAvailability=!1;c._available=!1;return c}function
Mk(b){return hh.call(this,b,'VideoPlayer',
O.ADS)||this}function hh(b,a,c,d){b=y.call(this,b,a,c,d)||this;b._handlers=[];return b}function
ke(b){b=y.call(this,b,'GMAScar',O.ADS,Sa.INIT_GMA)||this;b.version=new w;return b}function
vc(b){b=y.call(this,b,'AdUnit',O.ADS,Sa.ADUNIT)||this;b.onStart=new w;b.onCreate=new w;b.onResume=new
w;b.onDestroy=new w;b.onPause=new w;b.onKeyDown=new w;b.onRestore=new w;b.onStop=new
w;b.onFocusGained=new w;b.onFocusLost=new w;return b}function Dn(b){return
y.call(this,b,'AdsProperties',O.ADS)||this}function fm(b){var a=
Nf.call(this,'ShowOptions',{options:['object']},b)||this;a.set('options',b.options);return a}function gm(b){var
a=Nf.call(this,'LoadOptions',{options:['object','null']},b)||this;a.set('options',b.options);return a}function
Nf(b,a,c){b=R.call(this,b,Object.assign(Object.assign({},a),{placementId:['string'],listenerId:['string'],time:['number']}
))||this;b.set('placementId',c.placementId);b.set('listenerId',c.listenerId);b.set('time',c.time);return b}function
Xp(b,a,c){this._core=b;this._requestManager=
a;this._storageBridge=c}function dg(b,a,c){this._core=b;this._request=a;this._storageBridge=c}function
Of(b,a){this._ads=b;this._configuration=a;this._placementCampaignMap={}}function Sd(b,a,c,d,e,f,g){var
k=zc.call(this,b,a,c,d,e,f,g)||this;k._queuedAdUnitRequest={};k._currentShowingCampaignId='';k._surfacePlacements
=[];k._adRequestLoadManager.onAdditionalPlacementsCached.subscribe(function(a,b){k.onAdditionalPlacementsCa
ched(a,b)});return k}function Fj(b,a){a&&n.reportMetricEventWithTags(b,{exp:a.toString()})}
f u n c t i o n z c ( b , a , c , d , e , f , g ) { v a r
k=Ac.call(this,b,a,c,d,e,f,g)||this;k._shouldRefresh=!0;k.onReloadedHeaderBiddingCampaign=new
w;k.onReloadHeaderBiddingNoFill=new w;k._adRequestLoadManager.onCampaign.subscribe(function(a,b,c){return
k.onCampaign(a,b,c)});k._adRequestLoadManager.onNoFill.subscribe(function(a){return k.onNoFill(a)});return
k}function hd(b,a,c){this.adUnitParametersFactory=c=void 0===c?new
Gj(b,a):c;this.automatedExperimentManager=a;this.parametersFactory=c;return this}function Gj(b,a){var c=
Kb.call(this,b,b.Ads)||this;c._nativeBridge=b.NativeBridge;c._automatedExperimentManager=a;return c}function
qc(b,a,c){var d=Fd.call(this,void 0,b,a,c)||this;d._bindings=[{event:'click',listener:function(){return
d.closeAd()},selector:'.close-region'},{event:'click',listener:function(){return d.onPrivacyEvent()},selector:'.privacy-
button'},{event:'click',listener:function(a){d.onGDPRPopupEvent(a);d._gdprPopupClicked=!0;d.choosePrivacyShow
n()},selector:'.gdpr-link'},{event:'click',listener:function(){return d.onPrivacyEvent()},
selector:'.icon-gdpr'}];d._localization=new Ia(b.language,'endscreen');d._template=new Ma('<div class="close-
region"><div class="close"><span class="icon-close"></span><div class="circle-base"></div><div class="progress-
wrapper"><div class="circle-left"></div><div class="circle-right"></div></div></div></div><iframe id="iframe-
end-screen" scrolling="no" sandbox="allow-scripts"></iframe><div class="gdpr-pop-up"><div class="icon-
gdpr"></div><div class="gdpr-text"> <%= data.t("privacy-legitimate-interest-pop-up-1") %> <span class="gdpr-
link"><%= data.t("privacy-legitimate-interest-pop-up-2") %></span> <%= data.t("privacy-legitimate-interest-pop-up-
3") %> </div></div>',
d._localization);(b=d._campaign.getEndScreenSettings())?(d._showCloseButton=b.showCloseButton,d._closeButton
Delay=d._closeButtonDelayRemaining=b.closeButtonDelay,d._showCloseButton||(d._canClose=!0)):(d._showCloseB
utton=!0,d._closeButtonDelay=d._closeButtonDelayRemaining=0);window.removeEventListener('message',d._messa
geListener);n.reportMetricEvent($b.Initialize);return d}function Hj(b,a,c){b=hm.call(this,b,a)||this;b._iframe=c;return
b}function hm(b,a){this._handler=b;this._core=a;this.start()}
function Ii(){}function Fd(b,a,c,d){var e=N.call(this,a.platform,'container-iframe-end-
screen')||this;e._isIframeReady=!1;e._language=a.language;e._privacy=a.privacy;e._showGDPRBanner=a.showGDPR
Banner;e._campaignId=a.campaignId;e._hidePrivacy=a.hidePrivacy||!1;e._campaign=c;e._combination=b;e._template
=new Ma('<iframe id="iframe-end-screen" scrolling="no" sandbox="allow-
scripts"></iframe>');e._core=a.core;e._country=d;e._endScreenUrl=c.getEndScreen().getUrl();e._endScreenParameter
s=e.getParameters();
e._messageListener=function(a){if(a.data.target!==im.Iframe)if(a.data.type===Ij.Open)e.route(a.data.url);else
if(a.data.type===Ij.GetParameters)e._isIframeReady=!0,e._readyTimeStopwatch&&e._readyTimeStopwatch.stopAnd
Send($n.ReadyTime,{}),e.sendParameters();else if(a.data.type===Ij.Close)e.onCloseEvent();else
a.data.type===Ij.Metric&&n.reportMetricEventWithTags(a.data.metric,Object.assign({},a.data.tags))};window.addE
ventListener('message',e._messageListener);e._privacy.render();e._privacy.hide();
document.body.appendChild(e._privacy.container());e._privacy.addEventHandler(e);return e}function ne(){}function
Vk(b,a,c,d,e){b=Vg.call(this,b,a,c)||this;b._automatedExperimentManager=a.automatedExperimentManager;b._endSc
reen=a.endScreen;b._showRecommendationScreen=d;b.recommendationScreenTriggerEvent=e;b.isMraidEndScreen=
'mraid'===b._adUnit.getCampaign().getEndScreenType();return b}function
Vg(b,a,c){a=Ne.call(this,a.privacyManager,a.coreConfig,a.adsConfig,a.privacySDK)||this;a._adUnit=b;a._storeHandl
er=
c ; r e t u r n a } f u n c t i o n i h ( b , a , c , d , e , f ) { v a r
g=jh.call(this,b,a,c)||this;g.allowTrigger=!0;g._operativeEventManager=a.operativeEventManager;g._automatedExper
imentManager=a.automatedExperimentManager;g._video=a.video;g._isSkippable=g._placement.allowSkip();g._skip
Duration=1E3*g._placement.allowSkipInSeconds();g._experimentsCategory=d;g._endScreen=a.endScreen;g._showR
ecommendationScreen=e;g.recommendationScreenTriggerEvent=f;g.triggerRecommendationScreen=function(){var
a=!1;return function(b,c){g._endScreen instanceof
Pb&&!a&&(g._endScreen.onShowRecommendationScreen.trigger(b,c),a=!0)}}();return g}function
Pb(b,a,c,d,e,f){var g,k,m,v,r,A,h,n,p,q,t,u,y,z,B;var x=N.call(this,a.platform,'end-screen-
adapter')||this;x.onShowRecommendationScreen=new w;x._circularCounterProgression=new
w;x._language=a.language;x._privacy=a.privacy;x._showGDPRBanner=a.showGDPRBanner;x._hidePrivacy=a.hideP
rivacy||!1;x._campaign=b;x._combination=c;x._template=new Ma('');x._country=d||'';x._localization=new
Ia(a.language,'endscreen');x._isDefaultLanguage=
x._language.includes('en');x._targetGameTags=null===f||void 0===f?void
0 : f . t a r g e t _ g a m e _ t a g s ; x . s u b t i t l e = n u l l = = = f | | v o i d 0 = = = f ? v o i d
0:f.subtitle;x._ctaText=x.getCtaText(null===(g=x._combination)||void 0===g?void 0:g.cta_text,'Download For
Free',x._isDefaultLanguage);x.secondaryButtonText=(null===(k=x._combination)||void 0===k?void
0:k.button)===bo.TwoCta?x._localization.translate('Learn More'):void
0;x._privacy.inject(x);x._recommendationScreenCombination=e;(null===(m=x._recommendationScreenCombination
)||
v o i d 0 = = = m ? v o i d
0:m.game_rec)===jm.Show&&x.setGameList();x.closeTimeout=1E3*a.placement.getCloseTimerDuration();x.endScr
eenProps={animation:null===(v=x._combination)||void 0===v?void
0:v.animation,color:(null===(r=x._combination)||void 0===r?0:r.color)?vs[x._combination.color].main:void
0,country:x._country,ctaText:x._ctaText,elementIds:gc.zones.endScreen,gameIcon:x._campaign.getGameIcon().getUr
l(),gameName:x._campaign.getGameName(),landscapeImage:null===(A=x._campaign.getPortrait())||void 0===A?
void 0:A.getUrl(),language:x._language,onClick:function(){return x.onDownloadEvent()},onClose:function(){return
x.onCloseEvent()},onMetric:function(a,b){return x.onMetric(a,b)},onPrivacyClick:function(){return
x.onPrivacyEvent()},portraitImage:null===(h=x._campaign.getLandscape())||void 0===h?void
0:h.getUrl(),privacyLegitimateInterestPopUp1:x._localization.translate('privacy-legitimate-interest-pop-up-
1'),privacyLegitimateInterestPopUp2:x._localization.translate('privacy-legitimate-interest-pop-up-2'),
privacyLegitimateInterestPopUp3:x._localization.translate('privacy-legitimate-interest-pop-up-
3'),rating:x._campaign.getRating(),ratingColor:null===(n=x._combination)||void 0===n?void
0:n.rating_color,ratingCount:x._campaign.getRatingCount(),ratingCountText:x._localization.abbreviate(x._campaign.
getRatingCount()),secondaryButtonText:x.secondaryButtonText,showGdpr:x._showGDPRBanner,showPrivacyIcon:!
x._hidePrivacy,showTargetGameTags:(null===(p=x._combination)||void 0===p?void 0:p.target_game_tags)===
co.Show,squareImage:null===(q=x._campaign.getSquare())||void 0===q?void
0:q.getUrl(),subtitle:x.subtitle,tagsCasing:null===(t=x._combination)||void 0===t?void
0:t.tags_case,tagsPosition:null===(u=x._combination)||void 0===u?void
0:u.tags_position,tagsSeparator:null===(y=x._combination)||void 0===y?void
0:y.tags_separator,targetGameTags:x._targetGameTags,closeTimeout:x.closeTimeout,ctaShadow:(null===(z=x._com
bination)||void 0===z?void 0:z.shadow)===eo.Show};(b=null===f||void 0===f?void 0:f.game_screenshots)&&
0<b.urls.length&&(null===(B=x._combination)||void 0===B?void
0:B.slideshow)===fo.Show&&(x.gameScreenshots=b,x.gameScreenshots.nbErrors=0,x.gameScreenshots.nbImages=
b.urls.length,x.slideshowProps=x.getSlideshowProps(b));return x}function ws(b){function a(a){K&&(0<K-
a.touches[0].clientX?I===D.length-1?d(0):d(I+1):0===I?d(D.length-1):d(I-1),L(void 0))}function
c(a){L(a.touches[0].clientX);F(!0)}function d(a,b){J(a);Q();b&&F(!0)}var
e,f,g=b.ctaText,k=b.combination,m=b.images,v=b.orientation,r=b.onImageError,
A=b.onImageVisibilityChange,h=b.onClose,n=b.elementIds,q=b.failsafeImage,t=void
0===b.showCloseBtn?!0:b.showCloseBtn,u=void 0===b.isShown?!0:b.isShown,x=b.closeTimeout,w=void
0===b.displaySingleRow?!0:b.displaySingleRow,y=Ji(),z=l.makeIterator(Bc(b.showGdpr)),B=z.next().value,E=z.nex
t().value;z=l.makeIterator(Bc(m));var D=z.next().value,H=z.next().value;z=l.makeIterator(Bc(0));var
I=z.next().value,J=z.next().value,G=l.makeIterator(Bc(!1));z=G.next().value;var
F=G.next().value;G=l.makeIterator(Bc(void 0));
var K=G.next().value,L=G.next().value;G=window.matchMedia('(orientation: portrait)').matches;var
M=Ki(function(a){if(r){var b=D.filter(function(b){return b!==a});r(m.length-
b.length);H(b)}},[m.length,r,D]),N=l.makeIterator(Bc(function(){return m.reduce(function(a,b){a[b]=!1;return
a},{})}));N.next();var P=N.next().value,Q=Ki(function(){if(u&&A&&y.current){var
a=y.current,b=Array.from(a.querySelectorAll('img')).filter(function(a){return
a.complete}),c=xs(a,b,50).reduce(function(a,b){a[b.src]=!0;return a},
{ } ) ; P ( f u n c t i o n ( a ) { v a r
b=Object.assign(Object.assign({},a),c);a=Object.keys(b).reduce(function(a,c){return!0===b[c]?a+1:a},0);A(a);return
b})}},[u,A]);B=B?p(Wk,{onClick:function(){E(!1);b.onPrivacyClick()},privacyLegitimateInterestPopUp1:b.privacy
LegitimateInterestPopUp1,privacyLegitimateInterestPopUp2:b.privacyLegitimateInterestPopUp2,privacyLegitimateIn
terestPopUp3:b.privacyLegitimateInterestPopUp3,elementIds:{gdprBanner:n.gdprBanner,gdprButton:n.gdprButton,g
dprLink:n.gdprLink}},void 0):null;return p('div',
Object.assign({className:Jj.slideshowScreen},{children:[t&&u&&p(go,{onClose:h,elementId:null!==(e=n.closeButt
on)&&void 0!==e?e:'',timeout:x,progressColor:'grey',closeButtonClassName:Jj.alwaysGrey},void
0),p('div',Object.assign({ref:y,className:ba(Jj.slideshowScreenContentTop,v===Ph.Landscape&&Jj.smallerContent
Top)},rc(n.slideshow),{children:[0!==D.length?p(ys,{onClick:b.onClick,images:D,activeImageIndex:I,orientation:v,c
ontainerWidth:u&&(null===(f=y.current)||void 0===f?void 0:f.clientWidth)||0,onImageError:M,
displaySingleRow:w,onTouchStart:c,onTouchMove:a,isShown:u},void
0):q,p(zs,{activeDot:I,autoScrolling:!z,isShown:u,count:D.length,onDotChange:d,className:Jj.slideshowDots},void
0 ) , B ] } ) , v o i d
0),p('div',Object.assign({className:Jj.slideshowContentBottom},rc(n.info),{children:[p(kq,Object.assign({gameIcon:
b.gameIcon,gameName:b.gameName,onClick:b.onClick,variant:v===Ph.Landscape&&G?Kj.Vertical:Kj.DensePortra
it},{children:{gameRatingComponent:p(Li,{rating:b.rating,ratingCount:b.ratingCount,ratingCountText:b.ratingCount
Text},
void 0),installButtonComponent:p(As,{onClick:b.onClick,text:g,animation:null===k||void 0===k?void
0:k.animation,color:null===k||void 0===k?void 0:k.color,buttonType:null===k||void 0===k?void
0:k.button,elementIds:{ctaButton:n.ctaButton}},void 0)}}),void
0),p(km,Object.assign({showPrivacyIcon:b.showPrivacyIcon,country:b.country},{children:{privacyButtonComponen
t:p(Lj,{onClick:b.onPrivacyClick,elementId:n.privacyButton},void
0),unityLogoComponent:p(Xk,{elementId:n.adsLogo},void 0),chinaAdLabelComponent:p(Yk,
{elementId:n.chinaAd},void 0)}}),void 0)]}),void 0)]}),void 0)}function As(b){function a(){var
a=m.current;a&&v&&(a.classList.remove(v),setTimeout(function(){return a.classList.add(v)},0))}var c=void
0===b.animation?Td.Bubbling:b.animation,d=void 0===b.color?rf.Blue:b.color,e=b.buttonType,f=b.onClick,g=void
0 = = = b . e l e m e n t I d s ? { } : b . e l e m e n t I d s ; b = b . t e x t ; v a r
k={background:'#'+d},m=Ji(null),v=lm('animation',c),r=mm(function(){var
a=lm('bubblesColor',d),b=lm('slamBubblesColor',d),f=lm('deflateBubblesColor',
d),g=['_1vQmE',v],k={};a=(k[Td.Bubbling]=a,k[Td.BubbleSlam]=b,k[Td.BubbleDeflate]=f,k);g.push(c&&a[c]||'');e=
= = h o . R o u n d & & g . p u s h ( ' s c j 2 A ' ) ; r e t u r n g . j o i n ( '
')},[v,d,c,e]),A=Bs[c];sf(function(){window.addEventListener('resize',a);return
function(){window.removeEventListener('resize',a)}});return
p('div',Object.assign({className:sb.installButtonContainer},{children:[p('div',Object.assign({className:r,style:k,role
:'button',onClick:f,ref:m},rc(g.ctaButton),{children:p('span',Object.assign({className:sb.installButtonText},
{children:b}),void 0)}),void 0),A&&p('div',{className:A},void 0)]}),void 0)}function Cs(b,a,c){return
a===Ph.Portrait||c?[b]:b.reduce(function(a,b,c){a[c%2].push(b);return a},[[],[]])}function Ds(b,a){return
b.slice(0,a).reduce(function(a,b){return a+b.width},0)}function zs(b){var
a=b.activeDot,c=b.count,d=b.onDotChange,e=b.className,f=b.autoScrolling,g=b.isShown;b=pb(b,'activeDot count
onDotChange className autoScrolling isShown'.split(' '));var
k=Ji();window.addEventListener('resize',function(){d(a)});
sf(function(){if(g&&f)return k.current=setInterval(function(){f&&d((a+1)%c)},3E3),function(){return
clearInterval(k.current)}},[a,c,g,d,f]);var m=[].concat(l.arrayFromIterable(Array(c).keys())).map(function(b){return
p(Es,{onClick:function(){clearInterval(k.current);d(b,!0)},active:b===a},b)});return
p('div',Object.assign({className:ba('d1h8s5ry',e)},b,{children:m}),void 0)}function Fs(b){var
a=b.onClose,c=b.onPrivacyClick,d=b.onDownload,e=b.onBack,f=b.country,g=b.showPrivacyIcon,k=b.gameList,m=b
.elementIds,
v=b.ctaText,r=b.encouragementText,A=b.combination,h=b.showGdpr,n=b.privacyLegitimateInterestPopUp1,q=b.priv
acyLegitimateInterestPopUp2,t=b.privacyLegitimateInterestPopUp3;b=b.isAfterDownload;var
u=l.makeIterator(Bc({showGdpr:h})),x=u.next().value,w=u.next().value;u=l.makeIterator(Bc(!1));var
z=u.next().value,y=u.next().value;u=(null===A||void 0===A?void 0:A.bg_color)||io.Blue;z=z?tg.hide:'';var
B = K i ( f u n c t i o n ( ) { y ( ! 0 ) ; e ( ) } , [ ] ) ; r e t u r n
p(nm.Provider,Object.assign({value:m},{children:p('div',Object.assign({className:[tg.recommendationScreen,
b?'':tg.afterSkip,tg[u],z].join(' ')},{children:[!b&&p(kh,Object.assign({'aria-
label':'Back',onClick:B,className:[tg.btn,tg.btnBack].join(' '),elementId:m.backButton},{children:p(Gs,{},void
0)}),void 0),p(Hs,{onClick:a,elementId:m.closeButton},void
0),p(Is,Object.assign({showGdpr:h&&x.showGdpr,encouragementText:r,showEncouragementHeader:b},{children:{p
rivacyFooterComponent:p(km,Object.assign({showPrivacyIcon:g,country:f,className:['_2Adfw',b?'':'_38vqX'].join('
')},{children:{privacyButtonComponent:p(Lj,
{onClick:c,className:'_212Oh',elementId:m.privacyButton},void
0),unityLogoComponent:p(Xk,{className:'_212Oh',elementId:m.adsLogo},void
0),chinaAdLabelComponent:p(Yk,{className:'_212Oh _3j-GU',elementId:m.chinaAd},void 0)}}),void
0),gdprBannerComponent:p(Wk,{onClick:function(){c();w(function(a){return
Object.assign(Object.assign({},a),{showGdpr:!a.showGdpr})})},privacyLegitimateInterestPopUp1:n,privacyLegitima
teInterestPopUp2:q,privacyLegitimateInterestPopUp3:t,className:['_3wNHI',b?'':'_38vqX'].join(' ')},
void 0)}}),void 0),p(Js,{gameList:k,onDownload:d,ctaText:v,ctaColor:null===A||void 0===A?void
0:A.color,shadowColor:null===A||void 0===A?void 0:A.shadow_color,isAfterDownload:b},void
0),!b&&p(Te,{children:[p(Lj,{onClick:c,elementId:m.privacyButton,className:[tg.icon,tg.privacy].join(' ')},void
0),p(Xk,{elementId:m.adsLogo,className:[tg.icon,tg.unityLogo].join(' ')},void 0)]},void 0)]}),void 0)}),void
0 ) } f u n c t i o n J s ( b ) { v a r
a=b.gameList,c=b.onDownload,d=b.ctaText,e=b.ctaColor,f=b.shadowColor;b=b.isAfterDownload;
a=null===a||void 0===a?void 0:a.map(function(a,b){return
p(Ks,{gameId:a.id,icon:a.icon,name:a.name,rating:a.rating,ratingCount:a.ratingCount,storeId:a.storeId,onDownload:c,
position:b,ctaText:d,ctaColor:e,shadowColor:f},a.id)});return
p('main',Object.assign({className:['_2EloE',b?'':'vHWzP'].join(' ')},{children:a}),void 0)}function Ks(b){var
a=b.gameId,c=b.icon,d=b.name,e=b.rating,f=b.ratingCount,g=b.onDownload,k=b.storeId,m=b.position,v=b.ctaText,r
=b.ctaColor;b=b.shadowColor;var A=jo(nm);return p('div',
Object.assign({className:'_3wkJc'},{children:[p('div',Object.assign({className:'_5OF31'},{children:[p(Mi,{onClick
:function(){return g(k,a)},icon:c,className:'_3S_wC',elementId:[A.appIconPrefix,m].join('')},void
0),p('div',Object.assign({className:'_6Dpcl'},{children:[p('span',Object.assign({className:'_1cXG-
' } , r c ( [ A . a p p N a m e P r e f i x , m ] . j o i n ( ' ' ) ) , { c h i l d r e n : d } ) , v o i d
0),p(Li,{rating:e,ratingCount:Number(f),ratingCountText:f,elementId:[A.appRatingPrefix,m].join('')},void 0)]}),void
0)]}),void 0),p(Ls,{gameId:a,
storeId:k,onDownload:g,position:m,ctaText:v,ctaColor:r,shadowColor:b},void 0)]}),void 0)}function Ls(b){var
a=b.gameId,c=b.onDownload,d=b.storeId,e=b.position,f=b.ctaText,g=b.ctaColor;b=b.shadowColor;var
k = j o ( n m ) ; r e t u r n
p('div',Object.assign({className:[ko.recommendedGameCta,ko[g||lo.Blue],ko[b?b+'_shadow':'']].join('
'),onClick:function(){return c(d,a)},role:'button'},rc([k.appCtaButtonPrefix,e].join('')),{children:f}),void 0)}function
Is(b){var a=b.showGdpr,c=b.encouragementText,d=b.showEncouragementHeader,
e=b.children;b=e.privacyFooterComponent;e=e.gdprBannerComponent;var f=jo(nm);return
p('header',Object.assign({className:['Tg9_U',d?'':'_38vqX'].join('
')},{children:[d?p('div',Object.assign({className:'_2fo2L'},{children:[p(Ms,{className:'_14Ubd',elementId:f.encour
a g e m e n t I c o n } , v o i d
0),p('span',Object.assign({className:'_3aw0h'},rc(f.encouragementText),{children:[c.line1,p('br',{},void
0),c.line2]}),void 0)]}),void 0):p('span',Object.assign({className:'hf_Xa'},{children:'Recommended For You'}),void
0),
a ? e : b ] } ) , v o i d 0 ) } f u n c t i o n N s ( b ) { v a r a = v o i d
0===b.animation?Ni.Bubbling:b.animation,c=b.color,d=b.country,e=b.ctaText,f=b.elementIds,g=b.gameIcon,k=b.ga
meName,m=void 0===b.landscapeImage?'':b.landscapeImage,v=b.onClick,r=b.onClose,A=b.onPrivacyClick,h=void
0===b.portraitImage?'':b.portraitImage,n=b.privacyLegitimateInterestPopUp1,q=b.privacyLegitimateInterestPopUp2,t
=b.privacyLegitimateInterestPopUp3,u=b.rating,x=b.ratingColor,w=b.ratingCount,z=b.ratingCountText,y=b.showPriv
acyIcon,B=b.showTargetGameTags,
D = v o i d
0===b.squareImage?'':b.squareImage,E=b.subtitle,H=b.tagsCasing,G=b.tagsPosition,I=b.tagsSeparator,K=b.targetGa
meTags,F=b.closeTimeout,J=b.circularProgressElement,L=b.ctaShadow,M=l.makeIterator(Bc(b.showGdpr));b=M.ne
x t ( ) . v a l u e ; v a r
N=M.next().value;M=!!J;B=B&&Os(K,H,I,G);r=0<F?p(go,{elementId:f.closeButton,timeout:F,onClose:r},void
0):p(Zk,{className:ba('t5ls40c','t1mehvma','d1yojxte'),onClick:r,elementId:f.closeButton},void
0);J=M?p(om,Object.assign({justifyContent:'center',alignItems:'center',
className:ba('t5ls40c','t1mehvma')},{children:J}),void 0):r;return
p('div',Object.assign({className:'e1gzwpwb'},{children:[J,p('div',Object.assign({className:'e8xnbb9',style:{flex:D?'
':1}},{children:[p(lq,{onClick:v,landscapeImage:m,portraitImage:h,squareImage:D,elementId:f.creative},void
0),b&&p(Wk,{onClick:function(){N(!1);A()},privacyLegitimateInterestPopUp1:n,privacyLegitimateInterestPopUp2:
q,privacyLegitimateInterestPopUp3:t,elementIds:{gdprBanner:f.gdprBanner,gdprButton:f.gdprButton,gdprLink:f.gdpr
Link}},
v o i d 0 ) ] } ) , v o i d
0),p('div',Object.assign({className:'e1ch4tf'},rc(f.info),{children:[p(kq,Object.assign({gameIcon:g,gameName:k,ele
mentIds:{gameIcon:f.appIcon,gameName:f.appName},onClick:v},{children:{gameRatingComponent:p(Li,{rating:u,r
atingCount:w,ratingCountText:z,ratingColor:x,elementId:f.appRating},void
0),installButtonComponent:p(Mj,Object.assign({variant:Ue.Cta,size:Tc.Large,onClick:v,animation:a,elementId:f.ctaB
utton,color:c,shadow:L},{children:e}),void 0),topTagsComponent:G===$k.Top&&B,bottomTagsComponent:G===
$k.Bottom&&B,subtitleLabelComponent:E&&p(Ps,{subtitle:E},void 0)}}),void
0),p(km,Object.assign({showPrivacyIcon:y,country:d},{children:{privacyButtonComponent:p(Lj,{onClick:A,element
Id:f.privacyButton},void 0),unityLogoComponent:p(Xk,{elementId:f.adsLogo,height:'0.65em'},void
0),chinaAdLabelComponent:p(Yk,{elementId:f.chinaAd},void 0)}}),void 0)]}),void 0)]}),void 0)}function
Os(b,a,c,d){return p(Te,{children:null===b||void 0===b?void 0:b.map(function(e,f){return
p(Te,{children:[p(Qs,{text:e,caps:a===
mo.Caps,borders:c===al.Borders,bordersColor:d===$k.Top?'167dfb':'bbb'},f),f+1<b.length&&c!==al.Borders&&p(R
s,{type:c===al.Dots?Nj.Dots:Nj.Pipes},void 0)]},void 0)})},void 0)}function Ps(b){return
p('div',Object.assign({className:'s1uout37'},{children:p('span',{children:b.subtitle},void 0)}),void 0)}function
kq(b){var a=b.gameIcon,c=b.gameName,d=void 0===b.gameNameColor?'':b.gameNameColor,e=b.onClick,f=void
0===b.elementIds?{}:b.elementIds,g=void 0===b.variant?Kj.Vertical:b.variant,k=b.children;b=
k . g a m e R a t i n g C o m p o n e n t ; v a r
m=k.installButtonComponent,v=k.topTagsComponent,r=k.bottomTagsComponent,A=k.secondaryButtonComponent;
k=k.subtitleLabelComponent;return p('div',Object.assign({className:ba('g1ain7a1',g===Kj.Vertical?'v1crreqr':void
0)},{children:[p(Ss,Object.assign({variant:g},{children:[p(Mi,{onClick:e,icon:a,variant:g,elementId:f.gameIcon},void
0),p(Ts,Object.assign({variant:g},{children:[p(no,Object.assign({color:d,variant:g,elementId:f.gameName},{children:
c}),void 0),b,k,v&&p('div',Object.assign({className:'gj75d3a'},
{children:v}),void 0)]}),void 0)]}),void 0),p(Us,{children:[A,m]},void
0),r&&p('div',Object.assign({className:ba('gj75d3a','ba5o956')},{children:r}),void 0)]}),void 0)}function lq(b){var
a=b.elementId,c=b.squareImage,d=b.onClick,e=b.portraitImage,f=b.landscapeImage;b=pb(b,['elementId','squareImag
e','onClick','portraitImage','landscapeImage']);c=0<c.length?p('img',{src:c,className:'s12ujwxe',onClick:d},void
0):p(Te,{children:[p('img',{src:e,className:ba('i1tech3f','h1o454b0'),onClick:d},void 0),p('img',
{src:f,className:ba('i1tech3f','h1y6z7yq'),onClick:d},void 0)]},void 0);return
p('div',Object.assign({className:'c5rluvr'},rc(a),b,{children:p('div',Object.assign({className:'c1vrhij3'},{children:c}
) , v o i d 0 ) } ) , v o i d 0 ) } f u n c t i o n V s ( b ) { v a r
a=b.isActive,c=b.onClick,d=b.elementIds,e=b.ctaText,f=b.gameName,g=b.gameIcon,k=b.rating,m=b.ratingCount,v=b
.ratingCountText,r=b.color,A=b.showPrivacyIcon,h=b.privacyLegitimateInterestPopUp1,n=b.privacyLegitimateIntere
stPopUp2,q=b.privacyLegitimateInterestPopUp3,t=
b.country,u=b.onPrivacyClick,x=b.onClose,w=b.hideBottomCard,z=b.closeTimeout,y=void
0===b.variant?pm.Default:b.variant,B=l.makeIterator(Bc(b.showGdpr));b=B.next().value;var
D=B.next().value;y=y===pm.White;x=0<z?p(go,{elementId:d.closeButton,timeout:z,onClose:x,closeButtonClassNa
m e : y ? ' d 1 0 1 h 4 j b ' : ' l 3 r h 7 8 4 ' } , v o i d
0):p(Zk,{className:ba('t1gsumy2',y?'d101h4jb':'l3rh784'),onClick:x,elementId:d.closeButton},void 0);return
p('div',Object.assign({className:ba('brwogfz',y&&'wa1w9h5','ffdgrvy',a&&'f1ypyb0n')},
{children:[x,p('main',Object.assign({className:'i1be02i'},{children:[p(Mi,{icon:g,className:'tjasl4b',elementId:d.ap
p I c o n , o n C l i c k : c } , v o i d
0),p(no,Object.assign({className:ba('t1ki9a8z','u1334f42'),color:y?'black':'white'},{children:f}),void
0),w&&p(Li,{rating:k,ratingCount:m,ratingCountText:v},void
0),p(Mj,Object.assign({variant:Ue.Cta,size:Tc.Medium,onClick:c,elementId:d.ctaButton,color:r},{children:e}),void
0)]}),void 0),p('footer',Object.assign({className:ba('f100tmxa',!w&&'l10zxgl0')},{children:[!w&&
p(Ws,{onClick:c,ctaText:e,gameName:f,gameIcon:g,rating:k,ratingCount:m,ratingCountText:v,elementIds:d,color:r},
v o i d
0),p(km,Object.assign({showPrivacyIcon:A,country:t,className:ba(!w&&'wiq2lr5','rbw91ak')},{children:{privacyB
uttonComponent:!b&&p(Lj,{onClick:u,elementId:d.privacyButton,color:w?'#ffffff':void 0,opacity:w?1:void 0},void
0),unityLogoComponent:p(Xk,{elementId:d.adsLogo,color:w?'#ffffff':void 0,opacity:w?1:void 0},void
0),chinaAdLabelComponent:p(Yk,{elementId:d.chinaAd,color:w?'#ffffff':
v o i d 0 , o p a c i t y : w ? 1 : v o i d 0 } , v o i d 0 ) } } ) , v o i d
0),b&&p(Wk,{className:ba('gmm6ech','rbw91ak'),onClick:function(){D(!1);u()},privacyLegitimateInterestPopUp1:
h,privacyLegitimateInterestPopUp2:n,privacyLegitimateInterestPopUp3:q,elementIds:{gdprBanner:d.gdprBanner,gdp
rButton:d.gdprButton,gdprLink:d.gdprLink}},void 0)]}),void 0)]}),void 0)}function Ws(b){var
a=b.onClick,c=b.ctaText,d=b.gameName,e=b.rating,f=b.ratingCount,g=b.ratingCountText,k=b.elementIds,m=b.color;
return p('div',Object.assign({className:'b3es1o9'},
{children:[p(Mi,{icon:b.gameIcon,elementId:k.appIcon,onClick:a,className:'g98h8x2'},void
0),p('div',Object.assign({className:'b16anuyu'},{children:[p(no,Object.assign({className:'b1bulhg6'},{children:d}),
void 0),p(Li,{rating:e,ratingCount:f,ratingCountText:g},void 0)]}),void
0),p(Mj,Object.assign({variant:Ue.Cta,size:Tc.Medium,onClick:a,elementId:k.secondaryCtaButton,color:m,classNam
e:'c1lxkg2i'},{children:c}),void 0)]}),void 0)}function go(b){var a=b.elementId,c=b.onClose,d=b.timeout,e=void
0===
b.progressColor?'white':b.progressColor;b=b.closeButtonClassName;var
f=l.makeIterator(Bc(!0)),g=f.next().value,k=f.next().value;d=Xs(100,d,function(){return k(!1)});return
p(om,Object.assign({justifyContent:'center',alignItems:'center',className:ba('t5ls40c','t1mehvma')},{children:[p(In,{b
ackgroundCircleProps:{className:ba('b1l31owb',!g&&'hg0o4fa')},backgroundColor:'lightgrey',circleProps:{classNa
me:ba('p30hw98',!g&&'hg0o4fa')},color:e,size:'1.5em',thickness:2.75,value:d},void 0),p(Zk,{className:ba('t5ls40c',
'd1yojxte',b,g&&'gjnlrha'),elementId:a,onClick:function(){g||c()}},void 0)]}),void 0)}function Xs(b,a,c){var
d=Ji(),e=l.makeIterator(Bc(0)),f=e.next().value,g=e.next().value,k=mm(function(){return
100/(a/b)},[a,b]);sf(function(){g(0);d.current=setInterval(function(){g(function(a){return a+k})},b);return
f u n c t i o n ( ) { r e t u r n
d.current&&clearInterval(d.current)}},[b,k]);sf(function(){d.current&&100<=f&&(clearInterval(d.current),null===c||
void 0===c?void 0:c())},[c,f]);return f}function Xk(b){var a=void 0===
b.color?'#696969':b.color,c=void 0===b.opacity?.3:b.opacity;b=pb(b,['color','opacity']);return
p(Ys,Object.assign({color:a,height:'0.55em',opacity:c},b),void 0)}function km(b){var
a=b.country,c=b.showPrivacyIcon,d=b.children,e=d.privacyButtonComponent,f=d.unityLogoComponent;d=d.chinaA
d L a b e l C o m p o n e n t ; r e t u r n
p('div',Object.assign({className:ba('p1docnlf',b.className)},{children:[p('div',Object.assign({className:'pbv8hn4'}
,{children:c&&e}),void 0),p('div',Object.assign({className:'pbv8hn4'},{children:f}),
void 0),p('div',Object.assign({className:'pbv8hn4'},{children:'CN'===a&&d}),void 0)]}),void 0)}function In(b){var
a=b.value,c=void 0===b.color?'white':b.color,d=b.backgroundColor,e=void 0===b.size?40:b.size,f=void
0 = = = b . t h i c k n e s s ? 3 . 6 : b . t h i c k n e s s , g = v o i d
0===b.circleProps?{}:b.circleProps,k=b.backgroundCircleProps,m=b.childrenTextProps,v=b.children;b=pb(b,'value
color backgroundColor size thickness circleProps backgroundCircleProps childrenTextProps children'.split(' '));var
r=g.className;g=pb(g,['className']);
var A=(44-f)/2*Math.PI*2;return p('svg',Object.assign({width:e,height:e,viewBox:'22 22 44
44'},b,{children:[(d||k)&&p(mq,Object.assign({'data-testid':'bg-circle',thickness:f,stroke:d},k),void
0),p(mq,Object.assign({'data-testid':'circle',stroke:c,strokeDasharray:A.toFixed(3),strokeDashoffset:((100-
a)/100*A).toFixed(3)+'px',thickness:f,transform:'rotate(-90 44 44)',className:ba('cl9xpcd',r)},g),void
0),v&&p('text',Object.assign({x:44,y:44,textAnchor:'middle',alignmentBaseline:'middle',fontSize:'10',
fill:c},m,{children:v}),void 0)]}),void 0)}function mq(b){var a=b.thickness;b=pb(b,['thickness']);return
p('circle',Object.assign({cx:44,cy:44,r:(44-a)/2,strokeWidth:a,fill:'none'},b),void 0)}function
jh(b,a,c){c=le.call(this,b,a,c)||this;c._performanceAdUnit=b;c._thirdPartyEventManager=a.thirdPartyEventManager;re
t u r n c } f u n c t i o n
le(b,a,c){b=Nb.call(this,b,a)||this;b._thirdPartyEventManager=a.thirdPartyEventManager;b._videoScreen=b._adUnit.g
etVideoScreen();b._storeHandler=c;return b}function Nb(b,
a ) { v a r
c=Ne.call(this,a.privacyManager,a.coreConfig,a.adsConfig,a.privacySDK)||this;c._ads=a.ads;c._operativeEventManag
er=a.operativeEventManager;c._adUnit=b;c._campaign=a.campaign;c._placement=a.placement;return c}function
Qc(b){b=nb.call(this,b)||this;b._isViewControllerSpawnedOnComplete=Yb('viewControllerSpawnedOnComplete');b.
_isFirstPoddedAdUnit=!1;b._isLastPoddedAdUnit=!1;return b}function nb(b){var
a=oa.call(this,b)||this;a._muted=!1;a._impressionSent=!1;b.videoScreen.setSpinnerEnabled(!b.campaign.getVideo().is
Cached());
a._endScreen=b.endScreen||null;a._vastCampaign=b.campaign;a._vastOMController=b.om;a._endScreen&&(a._endS
creen.render(),a._endScreen.hide(),document.body.appendChild(a._endScreen.container()));b.platform===t.ANDROI
D&&b.core.DeviceInfo.Android?Promise.all([b.core.DeviceInfo.Android.getDeviceVolume(of.STREAM_MUSIC),b.
core.DeviceInfo.Android.getDeviceMaxVolume(of.STREAM_MUSIC)]).then(function(b){var
c=l.makeIterator(b);b=c.next().value;c=c.next().value;return
a.setVolume(b/c)}):b.platform===t.IOS&&b.core.DeviceInfo.Ios&&
b.core.DeviceInfo.Ios.getDeviceVolume().then(function(b){return a.setVolume(b)});return a}function bl(b){var
a=Ud.call(this,b)||this;a._automatedExperimentManager=b.automatedExperimentManager;a._experimentCategory=b.
e x p e r i m e n t C a t e g o r y ; r e t u r n a } f u n c t i o n U d ( b ) { v a r
a=pa.call(this,b)||this;a._performanceAdUnit=b.adUnit;a._campaign=b.campaign;return a}function pa(b){var
a=ug.call(this,b)||this;a._thirdPartyEventManager=b.thirdPartyEventManager;a._operativeEventManager=b.operative
EventManager;a._placement=
b.placement;a._video=b.video;return a}function Qh(b){var
a=md.call(this,b)||this;a._appSheetOpenObserver=a._store.iOS.AppSheet.onOpen.subscribe(function(){a.onAppSheet
Opened()});a._appSheetCloseObserver=a._store.iOS.AppSheet.onClose.subscribe(function(){a.onAppSheetClosed()}
);a._appSheetErrorObserver=a._store.iOS.AppSheet.onError.subscribe(function(){a.onAppSheetErrored()});return
a } f u n c t i o n
md(b){b=ac.call(this,b)||this;b._isViewControllerSpawnedOnComplete=Yb('viewControllerSpawnedOnComplete');b.
_isFirstPoddedAdUnit=
! 1 ; b . _ i s L a s t P o d d e d A d U n i t = ! 1 ; r e t u r n b } f u n c t i o n
lh(b,a,c){this._storeHandler=a;this._adUnit=b;this._automatedExperimentManager=c}function Ac(b,a,c,d,e,f,g){var
k=this;k._ads=b;k._adsConfig=a;k._coreConfig=c;k._adRequestLoadManager=d;k._focusManager=f;k._loadAndFill
EventManager=g;k._focusManager.onAppForeground.subscribe(function(){return
k.refresh()});k._focusManager.onActivityResumed.subscribe(function(){return
k.refresh()});k._placementLoadOptions={};return k}function Pf(b,a,c,d,e,f,g,k,m,v,r,A,h){b=
Na.call(this,b,a,c,d,e,f,g,k,m,v,r,A)||this;b._trackablePlacements={};b._activePlacements={};b._forceLoadPlacements
={};b._ads=d;b._adsConfig=g;b._initialized=!1;b._loadAndFillEventManager=h;b._placementLoadOptions={};return
b}function Wp(b){var a=this;this._core=b;this._core.Storage.onSet.subscribe(function(b,d){return
a . o n S t o r a g e S e t ( b , d ) } ) } f u n c t i o n G d ( b , a , c , d , e , f ) { v a r
g=this;this._initialAdRequest=!0;this._listener=b;this._mediationName=a;this._webviewEnabledLoad=c;this._nativeI
nitTime=e;this._experimentType=
d;this._placementCount=f;this._activeLoads={};this._listener.onPlacementStateChangedEventSent.subscribe(function
(a,b,c){return g.onPlacementStateChangedEventSent(a,c)})}function Hd(b,a,c,d,e,f,g,k,m,v,r){var
A,h={};b=Ve.call(this,b,a,(h[qb.TOKEN]=e.getToken(),h[qb.GAME_ID]=d.getGameId(),h[qb.COPPA]=''+e.isCoppa
Compliant(),h[qb.FRAMEWORK_NAME]=(null===r||void 0===r?void
0:r.getName())||'',h[qb.FRAMEWORK_VERSION]=(null===r||void 0===r?void
0:r.getVersion())||'',h[qb.PLATFORM]=t[c].toLowerCase(),h[qb.SDK_VERSION]=
''+d.getSdkVersion(),h[qb.AB_GROUP]=''+(null===(A=ab.getState().config)||void 0===A?void
0:A.abGroup),h[qb.COUNTRY]=''+e.getCountry(),h[qb.LOADV5_SUPPORT]=''+d.getUsePerPlacementLoad(),h[qb
.OS_VERSION]=''+m.getOsVersion(),h[qb.OPTOUT_RECORDED]=''+g.isOptOutRecorded(),h[qb.IS_LOAD_ENA
BLED]=''+v,h[qb.LIMITED_AD_TRACKING]=''+m.getLimitAdTracking(),h[qb.TRACK_AUTH_STATUS]=''+(m
i n s t a n c e o f
W?m.getTrackingAuthorizationStatus():''),h),f)||this;b._url='https://events.mz.unity3d.com/'+Hd.TemplateUrl;b._platf
orm=
c;b._privacy=g;b._adsConfig=k;return b}function Tl(){this._parsers={};this._factories={}}function
N a ( b , a , c , d , e , f , g , k , m , v , r , A ) { v a r
h=this;h._needsRefill=!0;h._startRefreshMagicConstant=5E3;h._platform=b;h._core=a;h._ads=d;h._wakeUpManager
=e;h._campaignManager=f;h._coreConfig=c;h._adsConfig=g;h._focusManager=k;h._sessionManager=m;h._clientInf
o=v;h._request=r;h._cache=A;h._refillTimestamp=0;h._campaignCount=0;h._parsingErrorCount=0;h._noFills=0;h._c
ampaignManager.onCampaign.subscribe(function(a,b,c){return h.onCampaign(a,
b,c)});h._campaignManager.onNoFill.subscribe(function(a){return
h.onNoFill(a)});h._campaignManager.onError.subscribe(function(a,b,c,d){return
h.onError(a,b,c,d)});h._campaignManager.onConnectivityError.subscribe(function(a){return
h.onConnectivityError(a)});h._campaignManager.onAdPlanReceived.subscribe(function(a,b,c){return
h.onAdPlanReceived(a,b,c)});h._wakeUpManager.onNetworkConnected.subscribe(function(){return
h.onNetworkConnected()});h._platform===t.IOS?h._focusManager.onAppForeground.subscribe(function(){return
h.onAppForeground()}):
( h . _ f o c u s M a n a g e r . o n S c r e e n O n . s u b s c r i b e ( f u n c t i o n ( ) { r e t u r n
h.onScreenOn()}),h._focusManager.onActivityResumed.subscribe(function(a){return
h . o n A c t i v i t y R e s u m e d ( a ) } ) ) ; r e t u r n h } f u n c t i o n
nd(b,a,c,d,e,f){this._sendCacheDiagnostics=!1;this._platform=b;this._core=a;this._cache=c;this._cacheMode=d;this._
cacheBookkeeping=f;this._deviceInfo=e;this._fastConnectionDetected=this._caching=this._stopped=!1;this._required
Queue=[];this._optionalQueue=[];this._campaignQueue={};this._queueId=0}function Oj(){}function oo(b,
a){var c=this;this._cache=b;this._data=a;this._startObserver=b.onStart.subscribe(function(a,b){return
c.sendDiagnostic(0===b?vg.STARTED:vg.RESUMED,a)});this._redirectObserver=b.onRedirect.subscribe(function(
a){return c.sendDiagnostic(vg.REDIRECTED,a)});this._finishObserver=b.onFinish.subscribe(function(a){return
c.sendDiagnostic(vg.FINISHED,a)});this._stopObserver=b.onStop.subscribe(function(a){return
c.sendDiagnostic(vg.STOPPED,a)});this._finishErrorObserver=b.onFinishError.subscribe(function(a){return
c.sendDiagnostic(vg.ERROR,
a)});this._errorObserver=b.onError.subscribe(function(a){return c.sendDiagnostic(vg.ERROR,a)})}function
P j ( b , a , c , d , e , f , g , k , m , v , r , A , h , n , p , q ) { v a r
C=od.call(this,b,a,c,d,e,f,g,k,m,v,r,A,h,n,p,q)||this;C.onAdditionalPlacementsReady.subscribe(function(a,b){C.cacheA
dditionalPlacements(a,b)});return C}function Lc(b){return od.apply(this,arguments)||this}function
od(b,a,c,d,e,f,g,k,m,v,r,A,h,n,p,q){b=Oa.call(this,b,a,c,d,e,f,g,k,m,v,r,A,h,n,p,q)||this;b.onAdditionalPlacementsReady
=new w;b.onAdditionalPlacementsCached=
new w;return b}function Oa(b,a,c,d,e,f,g,k,m,v,r,A,h,n,p,q){var
C=K.call(this)||this;C.core=a;C._platform=b;C._core=a.Api;C._coreConfig=c;C._adsConfig=d;C._assetManager=e;C.
_sessionManager=f;C._request=k;C._clientInfo=m;C._deviceInfo=v;C._metaDataManager=r;C._adMobSignalFactor
y=g;C._cacheBookkeeping=A;C._contentTypeHandlerManager=h;C._privacy=n;C._userPrivacyManager=p;C._ongoi
ngReloadRequest=null;C._ongoingLoadRequests={};C._reloadResults={};C._preloadData=null;C._encryptedPreload
Data={};C._preloadFailed=
! 1 ; C . _ o n g o i n g P r e l o a d R e q u e s t = n e w
Promise(function(a){C._ongoingPreloadRequestResolve=a});C._activePreload=!1;C._currentExperiment=q;C._install
Info=a.InstallInfo;b={};C._campaignLoaders=(b[Oi.DEFAULT]=new nq,b[Oi.SCAR]=new
qm(a.Ads.Api,C._core),b);a.Ads.Api.TokenApi.onTokenAccess.subscribe(function(){C.reportTokenAccessWithPrelo
adState()});return C}function rm(){}function qm(b,a){this._ads=b;this._core=a}function nq(){}function
Ja(b,a){b=Error.call(this,b);this.message=b.message;'stack'in b&&(this.stack=
b . s t a ck) ;this .tag=a}function pd(b){re turn rb . ap p l y (t h i s , arg u m en t s )| | t h i s } fu n ct i o n Qj (b ) { r e t u r n
Rh.apply(this,arguments)||this}function rb(b,a,c,d,e,f,g,k,m,v,r,A,h,p,q,t,u){var
C=K.call(this)||this;C.core=a;C._isLoadEnabled=!1;C._useChinaAuctionEndpoint=!1;C._platform=b;C._core=a.Api;
C._ads=a.Ads.Api;C._coreConfig=c;C._adsConfig=d;C._assetManager=e;C._sessionManager=f;C._request=k;C._clie
ntInfo=m;C._deviceInfo=v;C._metaDataManager=r;C._adMobSignalFactory=g;C._cacheBookkeeping=A;C._content
TypeHandlerManager=
h;C._requesting=!1;C._auctionProtocol=H.getAuctionProtocol();C._privacy=p;C._userPrivacyManager=q;C._mediati
onLoadTracking=t;C._useChinaAuctionEndpoint='CN'===c.getCountry();C._loadV5Support=u;C._installInfo=a.Inst
allInfo;C._adMobMap={};C._ads.GMAScar.onLoaded.subscribe(function(a,b){n.reportScarMetric(I.ScarAdLoaded,b
);(a=C._adMobMap[a])&&C.onCampaign.trigger(a.placementId,a.campaign,a.trackingUrls)});C._ads.GMAScar.onL
oadedError.subscribe(function(a,b,c){C._core.Sdk.logDebug('GMA SCAR ad for placement '+
a+' failed to load with error: '+c);return C.handleNoFill(a)});return C}function cl(b,a){var c=new Pi(a);b=new
oq(a,b);a={};return a[Pi.ContentType]={parser:c,factory:b},a}function
Pi(b){b=Db.call(this,b)||this;b._vpaidParser=new Rj;return b}function Rj(){this._vastParser=new Gb}function
V d ( b , a ) { t h i s . v a s t = a ; t h i s . m e d i a F i l e = b } f u n c t i o n
oq(b,a,c){this.parametersFactory=this.adUnitParametersFactory=c=void 0===c?new
po(b,a):c;this.createAdUnit=pq;return this}function pq(b){var a=b.platform===t.IOS&&void 0!==
b.campaign.getSkadnAppStoreId()&&Eb.isIOS14(b.deviceInfo.getOsVersion()),c=a?new We(b):new
Pa(b);a=a?Qi(Object.assign({},b)):void 0;var d=a?new Ri(c,Object.assign(Object.assign({},b),{storeHandler:a})):new
hb(c,b);b.vpaid.addEventHandler(d);b.closer.addEventHandler(new
qo(c,b));b.campaign.hasEndScreen()&&b.endScreen&&(a=a?new
dl(c,Object.assign(Object.assign({},b),{storeHandler:a})):new Sh(c,b),b.endScreen.addEventHandler(a));return
c}function po(b,a){b=Kb.call(this,b,a)||this;b._webPlayerContainer=
a.InterstitialWebPlayerContainer;return b}function Wd(b,a,c,d,e){var
f=N.call(this,b,'vpaid')||this;f.core=a;f.webPlayerContainer=c;f.campaign=d;f.placement=e;f.isLoaded=!1;f._template
=new Ma('<iframe id="vpaid-iframe" sandbox="allow-scripts"></iframe><div class="companion-container"><img
class="companion"></div>');f.stuckTimer=new Sj(function(){return f._handlers.forEach(function(a){return
a . o n V PAI DS tuck()})},5E3);f._bindings=[]; ret u rn f} fu n ct i o n m h (b , a){ v ar c=N. cal l (t h is , b , ' e n d -
s c r e en') ||this ;c._isSwipeToC loseEna bled =
!1;c._callButtonEnabled=!0;c._template=new Ma('<div class="circular-progress"></div><div class="btn-close-
region<%= data.endscreenAlt ? \' \' + data.endscreenAlt : \'\' %>"><a class="btn-close brand"><span class="icon-
close"></span></a></div><div class="campaign-container<%= data.endscreenAlt ? \' \' + data.endscreenAlt : \'\'
%>"><div class="game-background game-background-landscape brand" style="background-image: url(\'<%=
data.endScreenLandscape %>\')"></div><div class="game-background game-background-portrait brand"
style="background-image: url(\'<%= data.endScreenPortrait %>\')"></div></div><div class="privacy-button"><span
class="icon-gdpr"></span></div><div class="china-advertisement">\u5e7f\u544a</div>');
a&&(b=a.getCompanionLandscapeUrl(),a=a.getCompanionPortraitUrl(),c._templateData={endScreenLandscape:b?b:
a?a:void 0,endScreenPortrait:a?a:b?b:void 0});c._bindings=[{event:'click',listener:function(a){return
c.onClickEvent(a)},selector:'.game-background'},{event:'click',listener:function(a){return
c . o n C l o s e E v e n t ( a ) } , s e l e c t o r : ' . b t n - c l o s e -
region'}];Yb('swipeClose')&&(c._isSwipeToCloseEnabled=!0,c._bindings.push({event:'swipe',listener:function(a){ret
urn c.onCloseEvent(a)},selector:'.campaign-container, .game-background'}));
return c}function oe(b,a,c,d,e,f){f=void 0===f?!1:f;var g=N.call(this,b,'closer')||this;g.onPrivacyOpened=new
w;g.onPrivacyClosed=new w;g._canReward=!1;g._gdprPopupClicked=!1;g._template=new Ma('<div class="close-
region"><div class="close"><span class="icon-close"></span><div class="circle-base"></div><div class="progress-
wrapper"><div class="circle-left"></div><div class="circle-right"></div></div></div></div><div class="gdpr-pop-
up"><div class="gdpr-text"> <%= data.t("privacy-legitimate-interest-pop-up-1") %> <span class="gdpr-link"><%=
data.t("privacy-legitimate-interest-pop-up-2") %></span> <%= data.t("privacy-legitimate-interest-pop-up-3") %>
</div></div><div class="privacy-button"><span class="icon-gdpr"></span></div>',
n e w
Ia(d,'privacy'));g._placement=a;g._privacy=c;g._showGDPRBanner=e;g._hidePrivacy=f;g._bindings=[{event:'click',s
elector:'.close',listener:function(){return g.onCloseClick()}},{event:'click',listener:function(a){return
g.onGDPRPopupEvent(a)},selector:'.gdpr-link'},{event:'click',listener:function(a){return
g . o n P r i v a c y E v e n t ( a ) } , s e l e c t o r : ' . i c o n -
gdpr'}];g._privacy.render();g._privacy.hide();document.body.appendChild(g._privacy.container());g._privacy.addEve
ntHandler(g);return g}function qo(b,a){var c=
Ne.call(this,a.privacyManager,a.coreConfig,a.adsConfig,a.privacySDK)||this;c._adUnit=b;c._operativeEventManager
=a.operativeEventManager;c._campaign=a.campaign;c._placement=a.placement;c._endScreen=a.endScreen;return
c } f u n c t i o n
Ri(b,a){b=hb.call(this,b,a)||this;b._isClickEnabled=!0;b._platform=a.platform;b._request=a.request;b._request=a.requ
e s t ; b . _ s t o r e H a n d l e r = a . s t o r e H a n d l e r ; r e t u r n b } f u n c t i o n
hb(b,a){this._vpaidEventHandlers={};this._adRemainingTime=this._adDuration=-2;this._operativeEventManager=
a.operativeEventManager;this._thirdPartyEventManager=a.thirdPartyEventManager;this._adUnit=b;this._vpaidCamp
aign=a.campaign;this._placement=a.placement;this._closer=a.closer;this._vpaidEndScreen=a.endScreen;this._core=a.
core;this._ads=a.ads;this._vpaidEventHandlers.AdError=this.onAdError;this._vpaidEventHandlers.AdLoaded=this.on
AdLoaded;this._vpaidEventHandlers.AdStarted=this.onAdStarted;this._vpaidEventHandlers.AdStopped=this.onAdSt
opped;this._vpaidEventHandlers.AdSkipped=this.onAdSkipped;this._vpaidEventHandlers.AdImpression=
this.onAdImpression;this._vpaidEventHandlers.AdVideoStart=this.onAdVideoStart;this._vpaidEventHandlers.AdVid
eoFirstQuartile=this.onAdVideoFirstQuartile;this._vpaidEventHandlers.AdVideoMidpoint=this.onAdVideoMidpoint;
this._vpaidEventHandlers.AdVideoThirdQuartile=this.onAdVideoThirdQuartile;this._vpaidEventHandlers.AdVideoC
omplete=this.onAdVideoComplete;this._vpaidEventHandlers.AdPaused=this.onAdPaused;this._vpaidEventHandlers.
AdPlaying=this.onAdPlaying;this._vpaidEventHandlers.AdClickThru=this.onAdClickThru;
this._vpaidEventHandlers.AdDurationChange=this.onAdDurationChange}function dl(b,a){var
c=Sh.call(this,b,a)||this;c._vpaidCampaign=a.campaign;c._platform=a.platform;c._request=a.request;c._storeHandler=
a.storeHandler;c._adUnit=b;c._vpaidEndScreen=b.getEndScreen();return c}function
Sh(b,a){this._adUnit=b;this._vpaidCampaign=a.campaign}function We(b){var
a=Pa.call(this,b)||this;a._isStartImpressionRecorded=!1;a._isEndImpressionRecorded=!1;a._skAdNetwork=a.getStore
Api().iOS.SKAdNetwork;a._isVTASupported=
Eb.isVTASupported(b.deviceInfo.getOsVersion());a.configSKAdImpression();a._appSheetOpenObserver=a._store.iO
S.AppSheet.onOpen.subscribe(function(){a.onAppSheetOpened()});a._appSheetCloseObserver=a._store.iOS.AppShe
et.onClose.subscribe(function(){a.onAppSheetClosed()});a._appSheetErrorObserver=a._store.iOS.AppSheet.onError.
subscribe(function(){a.onAppSheetErrored()});return a}function Pa(b){var a;var
c=M.call(this,b)||this;c.isFullScreen=!0;c.showPrivacy=!1;var d=b.closer,e=b.endScreen,f=b.webPlayerContainer,
g=b.vpaid,k=b.campaign,m=b.platform;c.clientInfo=b.clientInfo;c.closer=d;c.endScreen=e;c.webPlayerContainer=f;c.
view=g;c.vpaidCampaign=k;c.timer=new Sj(function(){return
c.onAdUnitNotLoaded()},7E3);c.topAreaHeight=m===t.ANDROID?Math.floor(c.getAndroidViewSize(70,c.getScre
e n D e n s i t y ( ) ) ) : 7 0 ; n u l l = = = ( a = c . e n d S c r e e n ) | | v o i d 0 = = = a ? v o i d
0:a.render();c.closer.render();c.closer.choosePrivacyShown();return c}function
Jf(b){b=y.call(this,b,'WebPlayer',O.ADS,Sa.WEBPLAYER)||this;b.onPageStarted=new w;b.onPageFinished=
new w;b.onWebPlayerError=new w;b.onWebPlayerEvent=new w;b.onCreateWindow=new
w;b.shouldOverrideUrlLoading=new w;b.onCreateWebView=new w;b.onFrameUpdate=new
w;b.onGetFrameResponse=new w;return b}function Xe(b){var
a=ac.call(this,b)||this;a._isStartImpressionRecorded=!1;a._isEndImpressionRecorded=!1;a._skAdNetwork=a.getStore
Api().iOS.SKAdNetwork;a._isVTASupported=Eb.isVTASupported(b.deviceInfo.getOsVersion());a.configSKAdImpr
ession();a._appSheetOpenObserver=a._store.iOS.AppSheet.onOpen.subscribe(function(){a.onAppSheetOpened()});
a._appSheetCloseObserver=a._store.iOS.AppSheet.onClose.subscribe(function(){a.onAppSheetClosed()});a._appShe
etErrorObserver=a._store.iOS.AppSheet.onError.subscribe(function(){a.onAppSheetErrored()});return a}function
qq(b,a){if(b=b.getFidelities()){var c=b.filter(function(b){return b.fidelity===a});c=c[0]?new Qf(c[0]):void 0}return
c } f u n c t i o n Q f ( b ) { v a r
a=R.call(this,'SkAdNFidelity',{fidelity:['number','undefined'],signature:['string','undefined'],timestamp:['string','undefi
ned'],nonce:['string','undefined']})||
this;a.setFidelity(b.fidelity);a.setSignature(b.signature);a.setTimestamp(b.timestamp);a.setNonce(b.nonce);return
a } f u n c t i o n j c ( b ) { v a r
a=R.call(this,'SkAdn',{signature:['string','undefined'],itunesitem:['string','undefined'],sourceapp:['string','undefined'],ne
twork:['string','undefined'],campaign:['string','undefined'],timestamp:['string','undefined'],nonce:['string','undefined'],ve
rsion:['string','undefined'],fidelities:['array','undefined']})||this;a.setSignature(b.signature);a.setItunesItem(b.itunesitem)
;
a.setSourceApp(b.sourceapp);a.setNetwork(b.network);a.setCampaign(b.campaign);a.setTimestamp(b.timestamp);a.se
tNonce(b.nonce);a.setVersion(b.version);a.setFidelities(b.fidelities);return a}function Qi(b){var
a=b.campaign;if(b.adUnit instanceof ac&&a instanceof T&&a.getStore()===pe.STANDALONE_ANDROID)return
new el(b);if(b.platform===t.IOS)return new nh(b);a=b.campaign;if(a instanceof
T&&a.getStore()===pe.XIAOMI)return new Tj(b);if(b.platform===t.ANDROID)return new Th(b);throw
Error('Invalid store for creating new store handler');
}function Tj(b){var a=Cc.call(this,b)||this;if(!b.clientInfo||!b.coreConfig)throw Error('Missing clientInfo or
coreConfig for creating XiaomiStoreHandler');a._clientInfo=b.clientInfo;a._coreConfig=b.coreConfig;return
a}function el(b){return Cc.call(this,b)||this}function Th(b){var
a=Cc.call(this,b)||this;a._storeAccessCount=0;if(!b.clientInfo)throw Error('Missing clientInfo for creating
GoogleStoreHandler');a._clientInfo=b.clientInfo;a.deviceInfo=b.deviceInfo;return a}function nh(b){var
a=Cc.call(this,
b)||this;a._storeAccessCount=0;if(!b.deviceInfo)throw Error('Missing deviceInfo for creating
AppleStoreHandler');a._deviceInfo=b.deviceInfo;return a}function
fg(b){b=y.call(this,b,'AppSheet',O.STORE,Sa.APPSHEET)||this;b.onPrepared=new w;b.onOpen=new
w ; b . o n C l o s e = n e w w ; b . o n E r r o r = n e w w ; r e t u r n b } f u n c t i o n
Cc(b){this._core=b.core;this._ads=b.ads;this._store=b.store;this._thirdPartyEventManager=b.thirdPartyEventManager
;this._operativeEventManager=b.operativeEventManager;this._placement=b.placement;this._campaign=
b . c a m p a i g n ; t h i s . _ a d U n i t = b . a d U n i t } f u n c t i o n a c ( b ) { v a r
a=oa.call(this,b)||this;a.parameters=b;b.videoScreen.setSpinnerEnabled(!Cb.isCached(b.campaign));a._endScreen=b.e
ndScreen;a._endScreen.render();a._endScreen.hide();document.body.appendChild(a._endScreen.container());a._priva
cy=b.privacy;a._performanceCampaign=b.campaign;a._thirdPartyEventManager=b.thirdPartyEventManager;return
a}function rq(){var b,a=Si.getState().currentCampaignId;if(a&&(a=null===(b=tf.getState().campaigns[a])||void
0===b?void 0:
b.events))return b=l.makeIterator(a),b.next(),b.next().value}function Zs(b,a,c){c=new
b.VastProperties(null!=c,c,!0,ro.PREROLL);var d=new b.AdEvents(a);b=new
b.MediaEvents(a);d.loaded(c);return[d,b]}function $s(b,a){var c=a.adVerifications,d=a.contentUrl;a=new
b . P a r t n e r ( a . p a r t n e r N a m e | | ' U n i t y 3 d ' , a . p a r t n e r V e r s i o n ) ; b = n e w
b.Context(a,c.map(at(b)),d);b.setVideoElement(document.querySelector('#fakeVideo')||bt());return b}function bt(){var
b=document.createElement('video');b.style.width='100%';b.style.height=
'100%';b.style.position='absolute';b.style.top='0';b.style.left='0';b.style.pointerEvents='none';b.style.zIndex='-
999';b.id='fakeVideo';b.poster='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAA
C1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=';document.body.appendChild(b
);return b}function ct(){var b=Rf.getState().captureException;try{return dt()}catch(a){b(new so('Unable to install OM
client'))}return Promise.resolve(void 0)}function et(b,a){b=new
b.AdSession(a);b.setCreativeType(to.NATIVE_DISPLAY);
b.setImpressionType(uo.BEGIN_TO_RENDER);b.start();return b}function
Db(b){this._platform=b.NativeBridge.getPlatform();this._deviceInfo=b.DeviceInfo;this._coreApi=b.Api;this._request
Manager=b.RequestManager;this._coreConfig=b.Config;this._vastParserStrict=new Gb(void 0,void 0);return
this}function Gb(b,a){a=void 0===a?Gb.DEFAULT_MAX_WRAPPER_DEPTH:a;this._domParser=b||new
D O M Par s er ;this ._maxWrappe rDepth=a ;th i s . _ co m p i l ed C am p ai g n E rro rs =[]} fu n ct i o n ft (b) { r e t u r n
b . i n c ludes ( 'https ://vast.adsa fe protec te d.co m ')| |
b.includes('https://vastpixel3.adsafeprotected.com')}function oh(b,a,c,d){var
e=R.call(this,'VastCompanionAdIframeResource',{id:['string','null'],type:['string'],width:['number'],height:['number'],if
rameResourceURL:['string','null']})||this;e.set('id',b||null);e.set('type',fl.IFRAME);e.set('width',c);e.set('height',a);e.set('
iframeResourceURL',d||null);return e}function ph(b,a,c,d){var
e=R.call(this,'VastCompanionAdHTMLResource',{id:['string','null'],type:['string'],width:['number'],height:['number'],
htmlResourceContent:['string','null']})||this;e.set('id',b||null);e.set('type',fl.HTML);e.set('width',c);e.set('height',a);e.set('
htmlResourceContent',d||null);return e}function Uc(b,a,c,d,e,f,g,k){var
m=R.call(this,'VastCompanionAdStaticResource',{id:['string','null'],width:['number'],height:['number'],type:['string'],st
aticResourceURL:['string','null'],creativeType:['string','null'],companionClickThroughURLTemplate:['string','null'],co
mpanionClickTrackingURLTemplates:['array'],trackingEvents:['object']})||
this;m.set('id',b||null);m.set('width',c||0);m.set('height',a||0);m.set('type',fl.STATIC);m.set('creativeType',d||null);m.set('
staticResourceURL',e||null);m.set('companionClickThroughURLTemplate',f||null);m.set('companionClickTrackingUR
LTemplates',g||[]);m.set('trackingEvents',k||{});return m}function Uh(b){this._errors=[];this.validate(b)}function
qd(b){this._errors=[];this.validate(b)}function rd(b){this._errors=[];this.validate(b)}function
bc(b){this._errors=[];this.validate(b)}function Ti(b){this._errors=
[];this.validate(b)}function sm(b){this._errors=[];this.validate(b)}function qe(){}function Ta(b,a,c,d,e,f,g,k,m,v){var
r=R.call(this,'VastAd',{id:['string','null'],creatives:['array'],staticCompanionAds:['array'],iframeCompanionAds:['array'
],htmlCompanionAds:['array'],errorURLTemplates:['array'],impressionURLTemplates:['array'],wrapperURLs:['array'],
unsupportedCompanionAds:['array'],adVerifications:['array']})||this;r.set('id',b||null);r.set('creatives',a||[]);r.set('staticC
ompanionAds',f||[]);r.set('iframeCompanionAds',
m||[]);r.set('htmlCompanionAds',v||[]);r.set('errorURLTemplates',c||[]);r.set('impressionURLTemplates',d||[]);r.set('wra
pperURLs',e||[]);r.set('unsupportedCompanionAds',g||[]);r.set('adVerifications',k||[]);return r}function
Q b ( b , a , c , d , e , f , g , k ) { v a r
m=Vh.call(this,'VastCreativeLinear',{type:['string'],trackingEvents:['object'],duration:['number'],skipDelay:['number','
null'],mediaFiles:['array'],videoClickThroughURLTemplate:['string','null'],videoClickTrackingURLTemplates:['array']
,videoCustomClickURLTemplates:['array'],
adParameters:['string','null'],iconUrls:['array']},'linear')||this;m.set('duration',b||0);m.set('skipDelay',a||null);m.set('medi
aFiles',c||[]);m.set('videoClickThroughURLTemplate',d||null);m.set('videoClickTrackingURLTemplates',e||[]);m.set('vi
deoCustomClickURLTemplates',f||[]);m.set('adParameters',g||null);m.set('iconUrls',k||[]);return m}function
Vh(b,a,c,d){b=R.call(this,b,a)||this;b.set('type',c);b.set('trackingEvents',d||{});return b}function gl(){}function
mb(b,a,c){var d=R.call(this,'Vast',
{ads:['array'],parseErrorURLTemplates:['array'],additionalTrackingEvents:['object']})||this;d.isPublica=!1;d.set('ads',b)
;d.set('parseErrorURLTemplates',a);d.set('additionalTrackingEvents',{});d._campaignErrors=null!==c&&void
0!==c?c:[];return d}function sq(b){b=b.type;return'video/mp4'===(null===b||void 0===b?void
0:b.toLowerCase())}function Id(b,a){a=Rb.call(this,'Image',a,Rb.Schema)||this;a.set('url',b);return a}function
Vc(){this.reset()}function Za(b,a,c,d,e){var f=this;this.onFastConnectionDetected=
new w;this.onStart=new w;this.onRedirect=new w;this.onFinish=new w;this.onStop=new w;this.onError=new
w ; t h i s . o n F i n i s h E r r o r = n e w w ; t h i s . o n T o o L a r g e F i l e = n e w
w;this._callbacks={};this._maxRetries=5;this._retryDelay=1E4;this._maxFileSize=20971520;this._currentDownloadP
o s i t i o n = -
1;this._fastConnectionDetected=!1;this._core=b;this._wakeUpManager=a;this._request=c;this._cacheBookkeeping=d;
e&&(this._maxRetries=e.retries,this._retryDelay=e.retryDelay);this._paused=!1;this._wakeUpManager.onNetworkCo
nnected.subscribe(function(){return f.onNetworkConnected()});
this._core.Cache.setProgressInterval(250);this._core.Cache.onDownloadStarted.subscribe(function(a,b,c,d,e){return
f.onDownloadStarted(a,b,c,d,e)});this._core.Cache.onDownloadProgress.subscribe(function(a,b,c){return
f.onDownloadProgress(a,b,c)});this._core.Cache.onDownloadEnd.subscribe(function(a,b,c,d,e,h){return
f.onDownloadEnd(a,b,c,d,e,h)});this._core.Cache.onDownloadStopped.subscribe(function(a,b,c,d,e,h){return
f.onDownloadStopped(a,b,c,d,e,h)});this._core.Cache.onDownloadError.subscribe(function(a,
b,c){return f.onDownloadError(a,b,c)});this._core.Storage.onSet.subscribe(function(a,b){return
f.onStorageSet(a,b)});this._core.Storage.get(B.PUBLIC,'caching.pause.value').then(function(a){f._paused=a;f._core.S
torage.delete(B.PUBLIC,'caching.pause');f._core.Storage.write(B.PUBLIC)}).catch(function(){})}function
t m ( ) { } f u n c t i o n c c ( ) { } f u n c t i o n M c ( b ) { v a r
a=y.call(this,b,'Cache',O.CORE,Sa.CACHE)||this;a.onDownloadStarted=new w;a.onDownloadProgress=new
w;a.onDownloadEnd=new w;a.onDownloadStopped=new w;
a.onDownloadError=new w;b.getPlatform()===t.IOS?a.iOS=new vo(b):a.Android=new Uj(b);return a}function
vo(b){return y.call(this,b,'Cache',O.CORE)||this}function Uj(b){return y.call(this,b,'Cache',O.CORE)||this}function
R h ( ) { } f u n c t i o n S e ( ) { } f u n c t i o n v a ( b , a , c , d , e ) { v a r
f=R.call(this,'AuctionResponse',{placements:['array'],contentType:['string'],content:['string'],cacheTTL:['integer','unde
fined'],trackingUrls:['object'],adType:['string'],creativeId:['string','undefined'],seatId:['integer','undefined'],
correlationId:['string'],campaignId:['string','undefined'],bundleId:['string','undefined'],useWebViewUserAgentForTrac
king:['boolean','undefined'],mediaId:['string'],width:['number','undefined'],height:['number','undefined'],statusCode:['n
umber','undefined'],isOMEnabled:['boolean','undefined'],shouldMuteByDefault:['boolean','undefined'],isCustomClose
Enabled:['boolean'],skadn:['object','undefined'],adUnitID:['string','undefined'],videoLength:['number','undefined'],quer
yId:['string','undefined']})||
this;f.set('placements',b);f.set('contentType',a.contentType);f.set('content',a.content);f.set('cacheTTL',a.cacheTTL);f.se
t('trackingUrls',a.trackingUrls?a.trackingUrls:{});f.set('adType',a.adType);f.set('creativeId',a.creativeId);f.set('seatId',a.
seatId);f.set('correlationId',d);f.set('campaignId',a.campaignId);f.set('bundleId',a.bundleId);f.set('useWebViewUserAge
ntForTracking',a.useWebViewUserAgentForTracking||!1);f.set('mediaId',c);f.set('width',a.width);f.set('height',a.height
);f.set('statusCode',
e);f.set('isOMEnabled',a.isOMEnabled);f.set('shouldMuteByDefault',a.shouldMuteByDefault);f.set('isCustomCloseEn
abled',a.isCustomCloseEnabled||!1);f.set('skadn',a.skadn);f.setAdUnitID(a.adUnitID);f.setQueryID(a.queryId);f.setVid
e o L e n g t h ( a . v i d e o L e n g t h ) ; r e t u r n f } f u n c t i o n X d ( b , a , c ) { v a r
d=R.call(this,'AuctionPlacement',{placementId:['string'],mediaId:['string'],trackingUrls:['object','undefined']})||this;d.s
et('placementId',b);d.set('mediaId',a);d.set('trackingUrls',c);return d}function re(){}function wo(){}
f u n c t i o n x b ( b ) { v a r
a=sa.call(this,'CampaignAggregate',Object.assign(Object.assign({},sa.Schema),{placementId:['string'],currentCampai
gns:['array'],currentTrackingUrls:['array','undefined']}),b)||this;a.set('isLoadEnabled',b.currentCampaigns.every(functi
o n ( a ) { r e t u r n
a.isLoadEnabled()}));a._campaignsWithConnectionNeeded=b.currentCampaigns.filter(function(a){return
a.isConnectionNeeded()});a._expiredCampaigns=b.currentCampaigns.filter(function(a){var
b=a.getWillExpireAt();if(void 0!==b&&Date.now()>b)return a});
return a}function um(){}function tq(){}function xo(b,a){this._request=a;this._core=b}function ma(b,a,c,d,e,f,g,k){var
m = E r r o r . c a l l ( t h i s , b ) ; t h i s . m e s s a g e = m . m e s s a g e ; ' s t a c k ' i n
m&&(this.stack=m.stack);this.errorLevel=c||qa.MEDIUM;this.contentType=a;this.errorTrackingUrls=e||[];this.errorC
ode=d||999;this.errorMessage=b;this.assetUrl=f;this.seatId=g;this.creativeId=k;this.errorData={};this._subCampaignE
rrors=[]}function hl(b){return Object.entries(b).reduce(function(a,b){var c=l.makeIterator(b);b=c.next().value;
var e=c.next().value;c=gt.filter(function(a){return void 0!==(null===e||void 0===e?void
0:e[a])}).map(function(a){var b={};return b[a]=null===e||void 0===e?void
0:e[a],b});c.length&&(a[b]=Object.assign.apply(Object,[{}].concat(l.arrayFromIterable(c))));return a},{})}function
v m ( b , a ) { O b j e c t . e n t r i e s ( b ) . f o r E a c h ( f u n c t i o n ( b ) { v a r
c=l.makeIterator(b);b=c.next().value;c=c.next().value;(b=a[b])&&Object.assign(c,b)})}function
Jd(b){this._adUnitContainer=b.adUnitContainer;this._platform=b.platform;this._privacyManager=
b.privacyManager;this._core=b.core;this._privacySDK=b.privacySDK;this._landingPage=this._privacySDK.isAgeGat
eEnabled()&&!this._privacyManager.isDeveloperAgeGateActive()?se.AGE_GATE:se.HOMEPAGE;var
a={platform:b.platform,privacyManager:b.privacyManager,landingPage:this._landingPage,language:b.deviceInfo.get
Language(),consentABTest:!1,ageGateLimit:this._privacySDK.getAgeGateLimit()};this._platform===t.ANDROID?a
=Object.assign(Object.assign({},a),{apiLevel:b.deviceInfo.getApiLevel()}):this._platform===
t.IOS&&(a=Object.assign(Object.assign({},a),{osVersion:b.deviceInfo.getOsVersion()}));this._unityPrivacyView=ne
w
yb(a);this._unityPrivacyView.addEventHandler(this);this._useTransparency=!0;this._platform===t.IOS&&Eb.isAdU
nitTransparencyBroken(b.deviceInfo.getOsVersion())&&(this._useTransparency=!1)}function Bb(b,a,c,d,e){var
f=te.call(this)||this;f._core=b;f._ads=a;f._focusManager=d;f._deviceInfo=c;f._clientInfo=e;f._onViewControllerDidDi
sappearObserver=f._ads.iOS.AdUnit.onViewControllerDidDisappear.subscribe(function(){return
f.onViewDidDisappear()});
f._onViewControllerDidAppearObserver=f._ads.iOS.AdUnit.onViewControllerDidAppear.subscribe(function(){retur
n
f.onViewDidAppear()});f._onMemoryWarningObserver=f._ads.iOS.AdUnit.onViewControllerDidReceiveMemoryW
a r n i n g . s u b s c r i b e ( f u n c t i o n ( ) { r e t u r n
f.onMemoryWarning()});f._onNotificationObserver=f._core.iOS.Notification.onNotification.subscribe(function(a,b){
return f.onNotification(a,b)});return f}function Kc(b,a,c){var
d=te.call(this)||this;d._core=b;d._ads=a;d._deviceInfo=c;d._activityId=0;d._currentActivityFinished=
!1;d._onResumeObserver=d._ads.Android.AdUnit.onResume.subscribe(function(a){return
d.onResume(a)});d._onPauseObserver=d._ads.Android.AdUnit.onPause.subscribe(function(a,b){return
d.onPause(a,b)});d._onDestroyObserver=d._ads.Android.AdUnit.onDestroy.subscribe(function(a,b){return
d.onDestroy(a,b)});d._onCreateObserver=d._ads.Android.AdUnit.onCreate.subscribe(function(a){return
d.onCreate(a)});d._onRestoreObserver=d._ads.Android.AdUnit.onRestore.subscribe(function(a){return
d.onRestore(a)});return d}
function Je(b){b=Zb.call(this,b)||this;b._paused=!1;b._eventQueue=[];return b}function
Zb(b){b=y.call(this,b,'Listener',O.ADS)||this;b.onPlacementStateChangedEventSent=new w;return b}function
vb(b,a,c,d,e,f){this._platform=b;this._core=a;this._ads=c;this._clientInfo=d;this._focusManager=f;this._gmaIntegrated
= ! 1 ; t h i s . _ d e v i c e I n f o = e } f u n c t i o n x ( ) { r e t u r n
R.call(this,'AdMobSignal',{sdkVersion:['string'],batteryLevel:['number'],batteryState:['number'],accelerometerX:['num
ber'],accelerometerY:['number'],
accelerometerZ:['number'],networkType:['number'],deviceOrientation:['number'],touchXUp:['number'],touchXDown:['
number'],touchYUp:['number'],touchYDown:['number'],touchDuration:['number'],touchPressure:['number'],touchDia
meter:['number'],cpuCount:['number'],touchUpTotal:['number'],touchDownTotal:['number'],touchMoveTotal:['number
'],touchCancelTotal:['number'],osVersion:['string'],timeZoneOffset:['number'],usbConnected:['number'],appActive:['bo
olean'],appUptime:['number'],appStartTime:['number'],rooted:['number'],
eventTimestamp:['number'],apkHash:['string'],apkDeveloperSigningCertificateHash:['string'],appVersionName:['string
'],appVersionCode:['number'],appIdName:['string'],appInstaller:['string'],deviceUptime:['number'],deviceElapsedRealti
me:['number'],adbEnabled:['number'],timeOnScreen:['number'],minimumAlpha:['number'],adViewWidth:['number'],a
dViewHeight:['number'],androidTouchObscured:['boolean'],touchToolType:['number'],touchSource:['number'],touchD
eviceId:['number'],touchDistance:['number'],adViewX:['number'],
adViewY:['number'],screenWidth:['number'],screenHeight:['number']})||this}function ht(b,a,c){var
d=c||8192,e=d>>>1,f=null,g=d;return function(c){if(1>c||c>e)return
b(c);g+c>d&&(f=b(d),g=0);c=a.call(f,g,g+=c);g&7&&(g=(g|7)+1);return c}}function it(b){try{var
a=eval('quire'.replace(/^/,'re'))(b);if(a&&(a.length||Object.keys(a).length))return a}catch(c){}return null}function
jt(b,a){for(var c=Array(arguments.length-1),d=0,e=2,f=!0;e<arguments.length;)c[d++]=arguments[e++];return new
Promise(function(e,
k){c[d]=function(a){if(f)if(f=!1,a)k(a);else{for(var b=Array(arguments.length-
1),c=0;c<b.length;)b[c++]=arguments[c];e.apply(null,b)}};try{b.apply(a||null,c)}catch(m){f&&(f=!1,k(m))}})}functi
o n K a ( ) { r e t u r n
R.call(this,'AdMobOptionalSignal',{sequenceNumber:['number'],granularSpeedBucket:['string'],isNetworkMetered:['b
oolean'],deviceSubModel:['string'],numPriorUserRequests:['number'],isDeviceCharging:['boolean'],deviceBatteryLeve
l:['number'],androidMarketVersion:['string'],adLoadDuration:['number'],
priorClickCount:['number'],deviceIncapabilities:['string'],hasIAPCapability:['boolean'],iuSizes:['string'],adtest:['boolea
n'],isJailbroken:['boolean'],sdk_apis:['string'],omid_p:['string']})||this}function kt(b,a){b={parser:new
Sf(a),factory:new yo(a,b)};a={};return a[Sf.ContentType]=b,a}function
Sf(b){this._platform=b.NativeBridge.getPlatform();return this}function ue(b){return
ob.call(this,'AdMobCampaign',Object.assign(Object.assign({},ob.Schema),{adUnitID:['string','undefined'],videoLengt
h:['number',
'undefined'],queryId:['string','undefined']}),b)||this}function
yo(b,a,c){this.parametersFactory=this.adUnitParametersFactory=c=void 0===c?new zo(b,a):c;return this}function
zo(b,a){b=Kb.call(this,b,a)||this;b._adMobSignalFactory=a.AdMobSignalFactory;return b}function Yd(b){var
a=M.call(this,b)||this;a._wasRewarded=!1;a._wasHidden=!1;a._adShowingIsInterstitial=!1;a._adStarted=!1;a._adFaile
dToShow=!1;a._skipped=!1;a._campaign=b.campaign;a._placement=b.placement;a._scarAdapterVersion=b.ads.GMA
Scar.getScarAdapterVersion();
a._onActivityPausedObserver=b.focusManager.onActivityPaused.subscribe(function(c){'com.google.android.gms.ads
.AdActivity'===c&&(b.focusManager.onActivityPaused.unsubscribe(a._onActivityPausedObserver),a.sendClickIfAp
plicable())});a._onAppBackgroundObserver=b.focusManager.onAppBackground.subscribe(function(){b.focusManag
er.onAppBackground.unsubscribe(a._onAppBackgroundObserver);a.sendClickIfApplicable()});a._onStartObserver=b
.ads.GMAScar.onStart.subscribe(function(){b.ads.GMAScar.onStart.unsubscribe(a._onStartObserver);
a._adStarted=!0;a.sendStartEvent()});a._onClickObserver=b.ads.GMAScar.onClick.subscribe(function(){b.ads.GMA
Scar.onClick.unsubscribe(a._onClickObserver);a.sendClickEvent()});a._onRewardedObserver=b.ads.GMAScar.onRe
warded.subscribe(function(){b.ads.GMAScar.onRewarded.unsubscribe(a._onRewardedObserver);a.sendRewardEvent
()});a._onFirstQuartileObserver=b.ads.GMAScar.onFirstQuartile.subscribe(function(){b.ads.GMAScar.onFirstQuartil
e.unsubscribe(a._onFirstQuartileObserver);a.sendFirstQuartile()});a._onMidpointObserver=
b.ads.GMAScar.onMidpoint.subscribe(function(){b.ads.GMAScar.onMidpoint.unsubscribe(a._onMidpointObserver);
a.sendMidpoint()});a._onSkipObserver=b.ads.GMAScar.onSkip.subscribe(function(){b.ads.GMAScar.onSkip.unsubs
cribe(a._onSkipObserver);a.sendSkipEvent()});a._onShowErrorObserver=b.ads.GMAScar.onShowError.subscribe(fu
nction(c,d){b.ads.GMAScar.onShowError.unsubscribe(a._onShowErrorObserver);a._adFailedToShow=!0;a.sendSho
wError(c,d)});a._onCloseObserver=b.ads.GMAScar.onClose.subscribe(function(){b.focusManager.onActivityPaused.
unsubscribe(a._onActivityPausedObserver);
b.focusManager.onAppBackground.unsubscribe(a._onAppBackgroundObserver);b.ads.GMAScar.onStart.unsubscribe
(a._onStartObserver);b.ads.GMAScar.onClick.unsubscribe(a._onClickObserver);b.ads.GMAScar.onRewarded.unsubs
cribe(a._onRewardedObserver);b.ads.GMAScar.onFirstQuartile.unsubscribe(a._onFirstQuartileObserver);b.ads.GMA
Scar.onMidpoint.unsubscribe(a._onMidpointObserver);b.ads.GMAScar.onSkip.unsubscribe(a._onSkipObserver);b.ad
s.GMAScar.onShowError.unsubscribe(a._onShowErrorObserver);b.ads.GMAScar.onClose.unsubscribe(a._onCloseO
bserver);
a.hide()});return a}function lt(b,a){b={parser:new Vj(a),factory:new Ao(a,b)};a={};return
a[Vj.ContentType]=b,a}function Vj(b){this._platform=b.NativeBridge.getPlatform();return this}function
Ad(b){this._platform=b}function Ao(b,a,c){this.parametersFactory=this.adUnitParametersFactory=c=void
0 = = = c ? n e w B o ( b , a ) : c ; r e t u r n t h i s } f u n c t i o n
Bo(b,a){b=Kb.call(this,b,a)||this;b._adMobSignalFactory=a.AdMobSignalFactory;return b}function
Ui(b){this._friendlyObstructionType=b}function ve(b){this._campaign=b;this._viewPort=
ia.calculateViewPort(screen.width,screen.height)}function Wc(b,a,c,d,e,f,g,k,m){var
v=kb.call(this,e,g,m)||this;v._platform=b;v._core=a;v._clientInfo=c;v._campaign=d;v._deviceInfo=f;v._thirdPartyEve
ntManager=k;v._obstructionBuilder=m;v._omAdSessionId=Oh.generate();v._omSessionInterfaceBridge=new
qh(a,{onImpression:function(){return v.admobImpression(g)},onLoaded:function(a){return
v.loaded(a)},onStart:function(a){return v.start(a)},onSendFirstQuartile:function(){return
v.sendFirstQuartile()},onSendMidpoint:function(){return v.sendMidpoint()},
onSendThirdQuartile:function(){return v.sendThirdQuartile()},onCompleted:function(){return
v.completed()},onPause:function(){return v.pause()},onResume:function(){return
v.resume()},onBufferStart:function(){return v.bufferStart()},onBufferFinish:function(){return
v.bufferFinish()},onSkipped:function(){return v.skipped()},onVolumeChange:function(a){return
v . v o l u m e C h a n g e ( a ) } , o n P l a y e r S t a t e C h a n g e : f u n c t i o n ( a ) { r e t u r n
v.playerStateChanged(a)},onAdUserInteraction:function(a){return v.adUserInteraction(a)},
onSlotElement:function(a){v._admobSlotElement=a},onVideoElement:function(a){v._admobVideoElement=a},onEl
ementBounds:function(a){v._admobElementBounds=a},onInjectVerificationResources:function(a){return
v.injectVerificationResources(a)},onSessionStart:function(a){return
v.sessionStart(a)},onSessionFinish:function(){return v.sessionFinish()},onSessionError:function(a){return
v . s e s s i o n E r r o r ( a ) } } , v ) ; r e t u r n v } f u n c t i o n
kb(b,a,c,d){this._state=sd.STOPPED;this._omInstances=[];this._placement=b;this._omAdViewBuilder=
a;this._omFriendlyObstructionsBuilder=c;d&&(this._omInstances=d)}function qh(b,a,c){var
d=this;this._core=b;this._messageListener=function(a){return
d.onMessage(a)};this._omidHandlers={};this._handler=a;this._omidHandlers={};this._omidHandlers[td.IMPRESSIO
N _ O C C U R R E D ] = f u n c t i o n ( a ) { r e t u r n
d._handler.onImpression(a.data)};this._omidHandlers[td.LOADED]=function(a){return
d._handler.onLoaded(a.data)};this._omidHandlers[td.START]=function(a){return
d._handler.onStart(a.data.duration,a.data.videoPlayerVolume)};
t h i s . _ o m i d H a n d l e r s [ t d . F I R S T _ Q U A R T I L E ] = f u n c t i o n ( ) { r e t u r n
d._handler.onSendFirstQuartile()};this._omidHandlers[td.MIDPOINT]=function(){return
d._handler.onSendMidpoint()};this._omidHandlers[td.THIRD_QUARTILE]=function(){return
d._handler.onSendThirdQuartile()};this._omidHandlers[td.COMPLETE]=function(){return
d._handler.onCompleted()};this._omidHandlers[td.PAUSE]=function(){return
d._handler.onPause()};this._omidHandlers[td.RESUME]=function(){return
d._handler.onResume()};this._omidHandlers[td.BUFFER_START]=
function(){return d._handler.onBufferStart()};this._omidHandlers[td.BUFFER_FINISH]=function(){return
d._handler.onBufferFinish()};this._omidHandlers[td.SKIPPED]=function(){return
d._handler.onSkipped()};this._omidHandlers[td.VOLUME_CHANGE]=function(a){return
d._handler.onVolumeChange(a.data.videoPlayerVolume)};this._omidHandlers[td.PLAYER_STATE_CHANGE]=fun
c t i o n ( a ) { r e t u r n
d._handler.onPlayerStateChange(a.data.playerState)};this._omidHandlers[td.AD_USER_INTERACTION]=function(
a){return d._handler.onAdUserInteraction(a.data.interactionType)};
t h i s . _ o m i d H a n d l e r s [ W h . S E S S I O N _ S T A R T ] = f u n c t i o n ( a ) { r e t u r n
d._handler.onSessionStart(a.data)};this._omidHandlers[Wh.SESSION_FINISH]=function(a){return
d._handler.onSessionFinish(a.data)};this._omidHandlers[Wh.SESSION_ERROR]=function(a){return
d._handler.onSessionError(a.data)};this._omidHandlers[Sb.VERIFICATION_RESOURCES]=function(a){return
d._handler.onInjectVerificationResources(a.data)};this._omidHandlers[rh.SDK_VERSION]=function(){return
d.sendSDKVersion(c.getSDKVersion())};this._omidHandlers[rh.SESSION_ID]=
f u n c t i o n ( ) { r e t u r n
d.sendSessionId(c.getOMAdSessionId())};this._omidHandlers[rh.VIDEO_ELEMENT]=function(a){return
d._handler.onSlotElement(a.data.videoElement)};this._omidHandlers[rh.SLOT_ELEMENT]=function(a){return
d._handler.onVideoElement(a.data.slotElement)};this._omidHandlers[rh.ELEMENT_BOUNDS]=function(a){return
d._handler.onElementBounds(a.data.elementBounds)}}function db(b,a,c,d,e,f,g,k){var
m=N.call(this,b,'openMeasurement_'+(f?f:'default_key'))||this;m._sessionFinishCalled=!1;m._sessionStartProcessedB
yOmidScript=
!1;m._sessionFinishProcessedByOmidScript=!1;m._template=new Ma('<iframe id="omid-iframe" scrolling="no"
s a n d b o x = " a l l o w -
scripts"></iframe>');m._omAdSessionId=Oh.generate();m._bindings=[];m._core=a;m._campaign=c;m._thirdPartyEve
ntManager=e;m._omFriendlyObstructionsBuilder=g;m._deviceInfo=d;k&&(m._adVerification=k);m._omBridge=new
Ye(a,{onEventProcessed:function(a,b){return m.onEventProcessed(a,b)}},m._omIframe,m);return m}function
so(b){b=Error.call(this,b);this.message=b.message;'stack'in b&&(this.stack=
b.stack);Error.captureStackTrace&&Error.captureStackTrace(this,so);this.name='OpenMeasurementError'}function
Co(b){var a=!(null===b||void 0===b||!b.includes('moat.com')),c=!(null===b||void 0===b||!b.includes('adloox.com-
omid')),d='doubleverify.com-omid'===b,e=!('IAS'!==b&&(null===b||void
0===b||!b.startsWith('integralads.com')));b=!(null===b||void 0===b||!b.startsWith('doubleclickbygoogle.com'));return
a||c||d||e||b}function at(b){return function(a){return new b.VerificationScriptResource(a.resourceUrl,
a.vendorKey,a.verificationParameters,Do.LIMITED)}}function dt(b){b=void 0===b?uq:b;return S(void 0,void 0,void
0,function c(){return l.generator.createGenerator(c,function(c){return
1==c.nextAddress?mt()?c.jumpTo(2):c.yield(Promise.all(b.map(vq('head'))),2):c.return(nt())})})}function nt(){var
b;return null===(b=window.OmidSessionClient)||void 0===b?void 0:b.default}function mt(b){b=void
0===b?uq:b;return b.every(function(a){return!!document.querySelector('script[src="'+a.src+'"]')})}function Xh(b,
a , c , d ) { v a r
e=R.call(this,'VastAdVerifications',{verificationVendor:['string'],verificationResources:['array'],verificationTrackingE
vent:['string','null'],verificationParameters:['string','null']})||this;e.set('verificationVendor',b);e.set('verificationResourc
es',a);e.set('verificationTrackingEvent',d||null);e.set('verificationParameters',c||null);return e}function Ye(b,a,c,d){var
e=this;this._videoEventQueue={};this._eventHistory={};this._registeredFuncs={};this._core=b;this._messageListener
=function(a){return e.onMessage(a)};
this._omidHandlers={};this._handler=a;this._iframe3p=c;this._openMeasurement=d;this._omidHandlers[Sb.ON_EV
E N T _ P R O C E S S E D ] = f u n c t i o n ( a ) { r e t u r n
e._handler.onEventProcessed(a.data.eventType,a.data.vendorKey)};this._omidHandlers[Eo.ON_EVENT_REGISTER
E D ] = f u n c t i o n ( a ) { r e t u r n
e.onEventRegistered(a.data.eventName,a.data.uuid,a.data.iframeId)};this._registeredFuncs={omidVideo:[]}}function
w e ( b ) { r e t u r n
ob.call(this,'AdMobCampaign',Object.assign(Object.assign({},ob.Schema),{dynamicMarkup:['string'],omVendors:['ar
ray'],
isOMEnabled:['boolean','undefined'],shouldMuteByDefault:['boolean','undefined']}),b)||this}function
X a ( b , a , c , d , e , f , g , k , m , v ) { v a r
r=N.call(this,b,'admob')||this;r._showGDPRBanner=!1;r._gdprPopupClicked=!1;r._volume=1;r._campaign=e;r._templ
ate=new Ma('<iframe id="admob-iframe" sandbox="allow-scripts"></iframe><div class="gdpr-pop-up"><div
class="icon-gdpr"></div><div class="gdpr-text"> <%= data.t("privacy-legitimate-interest-pop-up-1") %> <span
class="gdpr-link"><%= data.t("privacy-legitimate-interest-pop-up-2") %></span> <%= data.t("privacy-legitimate-
interest-pop-up-3") %> </div></div><div class="privacy-button"><span class="icon-gdpr"></span></div>',
n e w
Ia(f.getLanguage(),'privacy'));r._adMobSignalFactory=c;r._privacy=k;r._showGDPRBanner=m;r._admobOMControll
er=v;r._deviceInfo=f;r._afmaBridge=new sh(a,{onAFMAClose:function(){return
r . o n C l o s e ( ) } , o n A F M A O p e n U R L : f u n c t i o n ( a ) { r e t u r n
r.onOpenURL(a)},onAFMADisableBackButton:function(){},onAFMAClick:function(a,b){return
r.onAttribution(a,b)},onAFMAFetchAppStoreOverlay:function(){},onAFMAForceOrientation:function(){},onAFMA
GrantReward:function(){return r.onGrantReward()},onAFMAOpenInAppStore:function(){},
onAFMAOpenStoreOverlay:function(){},OnAFMAVideoStart:function(){return
r.onVideoStart()},onAFMAResolveOpenableIntents:function(a){return
r.onResolveOpenableIntents(a)},onAFMATrackingEvent:function(a,b){return
r.onTrackingEvent(a,b)},onAFMAClickSignalRequest:function(a){return
r.onClickSignalRequest(a)},onAFMAUserSeeked:function(){return
r.onUserSeeked()},onVolumeChange:function(a){r._volume=a}});r._mraidBridge=new
il(a,{onSetOrientationProperties:function(a,b){return r.onSetOrientationProperties(a,
b)}});r._bindings=[{event:'click',listener:function(a){return r.onGDPRPopupEvent(a)},selector:'.gdpr-
link'},{event:'click',listener:function(a){return r.onPrivacyEvent(a)},selector:'.privacy-
button'}];r._privacy.render();r._privacy.hide();document.body.appendChild(r._privacy.container());r._privacy.addEve
ntHandler(r);return r}function ia(){}function il(b,a){var
c=this;this._core=b;this._handler=a;this._messageListener=function(a){return
c.onMessage(a)};this._mraidHandlers={};this._mraidHandlers[Fo.ORIENTATION]=
function(a){return c.handleSetOrientationProperties(a.data)}}function sh(b,a){var
c=this;this._core=b;this._handler=a;this._messageListener=function(a){return
c.onMessage(a)};this._afmaHandlers={};this._afmaHandlers[ud.OPEN_URL]=function(a){return
c._handler.onAFMAOpenURL(a.data.url)};this._afmaHandlers[ud.CLOSE]=function(){return
c._handler.onAFMAClose()};this._afmaHandlers[ud.FORCE_ORIENTATION]=function(a){return
c._handler.onAFMAForceOrientation('portrait'===a.data.orientation?Ha.PORTRAIT:Ha.LANDSCAPE)};
t h i s . _ a f m a H a n d l e r s [ u d . C L I C K ] = f u n c t i o n ( a ) { r e t u r n
c._handler.onAFMAClick(a.data.url,a.data.touch)};this._afmaHandlers[ud.VIDEO_START]=function(){return
c._handler.OnAFMAVideoStart()};this._afmaHandlers[ud.GRANT_REWARD]=function(){return
c._handler.onAFMAGrantReward()};this._afmaHandlers[ud.DISABLE_BACK_BUTTON]=function(a){return
c._handler.onAFMADisableBackButton(a.data.disabled)};this._afmaHandlers[ud.OPEN_STORE_OVERLAY]=funct
ion(a){return c._handler.onAFMAOpenStoreOverlay(a.data.url)};this._afmaHandlers[ud.OPEN_IN_APP_STORE]=
f u n c t i o n ( a ) { r e t u r n
c._handler.onAFMAOpenInAppStore(a.data.productId,a.data.url)};this._afmaHandlers[ud.FETCH_APP_STORE_O
V E R L A Y ] = f u n c t i o n ( a ) { r e t u r n
c._handler.onAFMAFetchAppStoreOverlay(a.data.productId)};this._afmaHandlers[ud.OPEN_INTENTS_REQUEST]
= f u n c t i o n ( a ) { r e t u r n
c._handler.onAFMAResolveOpenableIntents(a.data)};this._afmaHandlers[ud.TRACKING]=function(a){return
c._handler.onAFMATrackingEvent(a.data.event,a.data.data)};this._afmaHandlers[ud.GET_CLICK_SIGNAL]=functi
on(a){return c._handler.onAFMAClickSignalRequest(a.data)};
t h i s . _ a f m a H a n d l e r s [ u d . U S E R _ S E E K E D ] = f u n c t i o n ( ) { r e t u r n
c._handler.onAFMAUserSeeked()};this._afmaHandlers[ud.VOLUME_CHANGE]=function(a){return
c . _ h a n d l e r . o n V o l u m e C h a n g e ( a . d a t a . v o l u m e ) } } f u n c t i o n
Kb(b,a){this._platform=b.NativeBridge.getPlatform();this._core=b.Api;this._ads=a.Api;this._store=a.Store.Api;this._f
ocusManager=b.FocusManager;this._container=a.Container;this._deviceInfo=b.DeviceInfo;this._clientInfo=b.ClientI
nfo;this._requestManager=b.RequestManager;this._metadataManager=b.MetaDataManager;this._adsConfig=
a.Config;this._coreConfig=b.Config;this._sessionManager=a.SessionManager;this._privacyManager=a.PrivacyManag
er;this._thirdPartyEventManagerFactory=a.ThirdPartyEventManagerFactory;this._storageBridge=b.StorageBridge;thi
s._osVersion=b.DeviceInfo.getOsVersion();this._privacySDK=a.PrivacySDK;this._installInfo=b.InstallInfo;this._sdk
ClickDetailsManager=a.SdkClickDetailsManager}function sc(b,a,c,d,e,f){var g;var k=vd.call(this,b,c,e,d,'privacy-
settings',!1)||this;k._reportSent=!1;k._campaign=a;k._templateData.reportKeys=
Object.keys(Vi);k._templateData.reportReasons=Object.keys(Vi).map(function(a){return Vi[a]});k._template=new
Ma('<div ontouchstart="void(0)" class="safe-area-content"><div class="close-area"><div class="close-button ripple-
square"><span><%= data.t("privacy-settings-close") %></span></div></div><div class="view-container"><div
class="back-button ripple-circle"><span class="consent-icon-arrow"></span></div><div class="main-view-container
page-container"><div class="privacy-logo"><span class="icon-gdpr"></span></div><div class="title"><span><%=
data.t("privacy-settings-title") %></span></div><div class="button-container"><div class="personalization-button
settings-button ripple-square"><span class="consent-icon-person2"></span> <span class="button-text"><%=
data.t("privacy-settings-personalization-settings") %></span></div><div class="delete-data-button settings-button
ripple-square"><span class="consent-icon-lock"></span> <span class="button-text"><%= data.t("privacy-settings-
manage-your-data") %></span></div><div class="button-row-container button-container"><div class="report-ad-
button row-button ripple-square"><span class="button-text"><%= data.t("privacy-settings-report-ad")
%></span></div><div class="build-info-button row-button ripple-square"><span class="button-text"><%=
data.t("privacy-settings-build-info") %></span></div></div></div><div class="info-container"></div></div><div
class="personalization-container page-container"><div class="heading"><span><%= data.t("privacy-settings-
personalization-settings") %></span></div><div class="checkbox-group-container"></div></div><div class="view-
your-data-container page-container"><div class="heading"><span><%= data.t("privacy-settings-manage-your-data")
%></span></div><div class="text"><p><%= data.t("privacy-settings-manage-your-data-desc") %></p></div><div
class="delete-data-container text"><span class="delete-data-confirmed-text"> <%= data.t("privacy-settings-manage-
your-data-deletion-msg") %> </span><div class="delete-data-confirm"><div class="heading2"><p><%=
data.t("privacy-settings-manage-your-data-are-you-sure") %></p></div><div class="delete-data-confirm-
buttons"><div id="delete-data-yes"><%= data.t("privacy-settings-manage-your-data-yes") %></div><div id="delete-
data-cancel"><%= data.t("privacy-settings-manage-your-data-no") %></div></div></div></div></div><div
class="report-ad-container page-container"><div class="heading"><span>Report advertisement</span></div><div
class="text"><p>Are you facing issues with your current advertisement? You can report this ad to Unity and let us
know. Reporting will close this ad, and if the ad has not completed, any rewards will be forfeited.</p></div><ul
class="radio-group-container"> <% for (var k = 0; k < data.reportReasons.length; k++) { %> <div class="radio-item-
container"><input id="<%= data.reportKeys[k] %>" class="report-choice-radio" name="report-reason" type="radio">
<label for="<%= data.reportKeys[k] %>"> <%= (data.reportReasons[k] === null || typeof data.reportReasons[k] ===
"undefined") ? "N/A" :\n data.reportReasons[k] %></label></div> <% } %> </ul><div class="text-
small"><p>Disclaimer: Reporting will close this ad, and if the ad has not completed, any rewards will be
forfeited.</p></div><div class="report-container"><div class="report-button ripple-square">Report</div><span
class="report-confirmed-text text"></span></div></div><div class="build-info-container page-container"><div
class="heading"><span><%= data.t("privacy-settings-build-info") %></span></div><p></p> <% for (var k in
data.buildInformation) { %> <p class="build-information-item text"><span class="build-information-key"><%= k
%>:</span> <span class="build-information-value"><%= (data.buildInformation[k] === null || typeof
data.buildInformation[k] === "undefined") ? "N/A" :\n data.buildInformation[k] %></span></p> <% } %>
</div></div></div>',
new Tf(f,'consent',c.getLegalFramework()));k._bindings=[{event:'click',listener:function(a){return
k.onBackButtonEvent(a)},selector:'.back-button'},{event:'click',listener:function(a){return
k.onPersonalizationButtonEvent(a)},selector:'.personalization-button'},{event:'click',listener:function(a){return
k.onDeleteDataButtonEvent(a)},selector:'.delete-data-button'},{event:'click',listener:function(a){return
k.onReportAdButtonEvent(a)},selector:'.report-ad-button'},{event:'click',listener:function(a){return
k.onBuildInfoButtonEvent(a)},
selector:'.build-info-button'},{event:'click',listener:function(a){return k.onCloseEvent(a)},selector:'.safe-area-content,
.close-area'},{event:'click',listener:function(a){return k.onReportAdEvent(a)},selector:'.report-
button'},{event:'click',listener:function(a){return k.onDeleteYourDataLinkEvent(a)},selector:'.delete-your-data-
link'},{event:'click',listener:function(a){return k.onDataDeletionConfirmationEvent(a)},selector:'#delete-data-
yes'},{event:'click',listener:function(a){return k.onDataDeletionCancelEvent(a)},
selector:'#delete-data-cancel'},{event:'swipedown',listener:function(a){return k.onCloseEvent(a)},selector:'.close-area,
close-button'},{event:'click',listener:function(a){return k.onViewContainerEvent(a)},selector:'.view-
c o n t a i n e r ' } ] ; k . _ p r i v a c y R o w I t e m C o n t a i n e r = n e w
wg(b,k._userPrivacyManager,f);k._privacyRowItemContainer.addEventHandler(k);k._switchGroup=new
Ze(b,f,k._userPrivacyManager.getLegalFramework(),k._userPrivacyManager.userPrivacyPermissions,null===(g=ab.g
etState().config)||void 0===g?void 0:
g . p i p l ) ; r e t u r n k } f u n c t i o n
jl(b){this._platform=b.platform;this._core=b.core;this._privacyManager=b.privacyManager;this._privacy=b.privacyS
DK}function yb(b){var a;var c=N.call(this,b.platform,'consent')||this;c._localization=new
Tf(b.language,'consent',b.privacyManager.getLegalFramework());c._landingPage=b.landingPage;c._apiLevel=b.apiLe
vel;c._osVersion=b.osVersion;c._ageGateLimit=b.ageGateLimit;c._template=new Ma('<div class="safe-area"><div
id="age-gate"><div class="text-container"><span class="title"><%= data.t("age-gate-title") %></span><div
class="main-text"><p><%= data.t("age-gate-text") %></p></div><div class="empty-block"></div></div><div
class="homepage-button-container"><div class="age-gate-over consent-button ripple-square"><span><%=
data.t("age-gate-over-age-limit-btn") %></span></div><div class="age-gate-under consent-button ripple-
square"><span><%= data.t("age-gate-under-age-limit-btn") %></span></div><div class="logo-container"><div
class="icon-unity-ads-logo"></div></div></div></div><div id="consent-homepage"><div class="text-
container"><div class="privacy-logo"><span class="icon-gdpr"></span></div><span class="title"><%=
data.t("homepage-title") %></span><div class="main-text"><p><%= data.t("homepage-main-text")
%></p></div><div class="empty-block"></div></div><div class="homepage-button-container"><div
class="homepage-accept-all consent-button ripple-square"><span><%= data.t("homepage-accept-all")
%></span></div><div class="show-choices consent-button ripple-square"><span><%= data.t("homepage-show-my-
choices") %></span></div><div class="logo-container"><div class="icon-unity-ads-
logo"></div></div></div></div><div id="consent-my-choices" class="consent-container"><div class="back-button
ripple-square"><span><%= data.t("my-choices-back") %></span></div><div class="consent-settings"><span
class="consent-title"> <%= data.t("my-choices-title") %> </span><div ontouchstart="void(0)" class="switch-group-
container"></div><p><%= data.t("my-choices-text") %></p><div class="privacy-container"></div><div
class="empty-block"></div></div><div class="consent-button-container"><div class="save-my-choices consent-
button ripple-square"><span><%= data.t("save-my-choices") %></span></div><div class="agree consent-button
ripple-square"><span><%= data.t("agree-to-all") %></span></div><div class="disagree consent-button ripple-
square"><span><%= data.t("no-thanks") %></span></div></div></div></div>',
c._localization);c._templateData={};c._bindings=[{event:'click',listener:function(a){return
c.onAgreeEvent(a)},selector:'.agree'},{event:'click',listener:function(a){return
c.onDisagreeEvent(a)},selector:'.disagree'},{event:'click',listener:function(a){return
c.onSaveMyChoicesEvent(a)},selector:'.save-my-choices'},{event:'click',listener:function(a){return
c.onOptionsEvent(a)},selector:'.show-choices'},{event:'click',listener:function(a){return
c.onThirdPartiesLinkEvent(a)},selector:'.third-parties-link'},
{event:'click',listener:function(a){return c.onDataLinkEvent(a)},selector:'.data-
link'},{event:'click',listener:function(a){return c.onDemographicInfoLinkEvent(a)},selector:'.demographic-
link'},{event:'click',listener:function(a){return c.onMobileIdentifiersLinkEvent(a)},selector:'.mobile-identifiers-
link'},{event:'click',listener:function(a){return c.onPersonalizationLink(a)},selector:'.personalization-
link'},{event:'click',listener:function(a){return c.onMeasurementLinkEvent(a)},selector:'.measurement-link'},
{event:'click',listener:function(a){return c.onBackButtonEvent(a)},selector:'.back-
button'},{event:'click',listener:function(a){return c.onHomepageAcceptAllEvent(a)},selector:'.homepage-accept-
all'},{event:'click',listener:function(){return c.onAgeGateOverEvent()},selector:'.age-gate-
over'},{event:'click',listener:function(a){return c.onAgeGateUnderEvent(a)},selector:'.age-gate-
u n d e r ' } ] ; c . _ s w i t c h G r o u p = n e w
Ze(b.platform,b.language,b.privacyManager.getLegalFramework(),b.privacyManager.userPrivacyPermissions,
n u l l = = = ( a = a b . g e t S t a t e ( ) . c o n f i g ) | | v o i d 0 = = = a ? v o i d
0:a.pipl);c._switchGroup.addEventHandler(c);c._privacyRowItemContainer=new
wg(b.platform,b.privacyManager,b.language,!0);c._privacyRowItemContainer.addEventHandler(c);return c}function
wg(b,a,c,d){d=void 0===d?!1:d;var e=N.call(this,b,'privacy-row-item-
container',!1)||this;e._userPrivacyManager=a;e._localization=new
Tf(c,'consent',a.getLegalFramework());e._template=new Ma('<div ontouchstart="void(0)"><div class="row-
item"><div class="what-we-collect row-item-title ripple-square"><span><%= data.t("privacy-what-we-collect-title")
%></span><div class="arrow-icon"><span class="consent-icon-chevron"></span></div></div><div
class="description"><p><%= data.t("privacy-what-we-collect-desc-p1") %></p><p><%= data.t("privacy-what-we-
collect-desc-p2") %></p><p><span id="phone-type" class="intended-span"></span> <span id="country"
class="intended-span"></span> <span id="game-plays-this-week" class="intended-span"></span> <span id="ads-
seen-in-game" class="intended-span"></span> <span id="games-installed-from-ads" class="intended-
span"></span></p><p><%= data.t("privacy-what-we-collect-desc-p3") %></p><p><%= data.t("privacy-what-we-
collect-desc-p4") %></p><p class="measurement-paragraph"><span class="heading2"><%= data.t("privacy-what-
we-collect-sub-title") %></span></p><p><%= data.t("privacy-what-we-collect-desc-p5") %></p><p><%=
data.t("privacy-what-we-collect-desc-p6") %></p></div></div><div class="row-item"><div class="data-transfer
row-item-title ripple-square"><span><%= data.t("privacy-data-transfer-title") %></span><div class="arrow-
icon"><span class="consent-icon-chevron"></span></div></div><div class="description"><p><%= data.t("privacy-
data-transfer-desc") %></p></div></div><div class="row-item"><div class="third-party row-item-title ripple-
square"><span><%= data.t("privacy-third-party-title") %></span><div class="arrow-icon"><span class="consent-
icon-chevron"></span></div></div><div class="description"><p class="dsp-list"><a
href="https://www.admazing.co/privacy">Admazing</a>, <a href="http://corp.aarki.com/privacy">Aarki</a>, <a
href="https://www.adcolony.com/gdpr/">AdColony</a>, <a href="https://www.adikteev.com/privacy-policy-
eng/">Adikteev</a>, <a href="https://admixer.com/privacy/">AdMixer</a>, <a
href="https://policies.google.com/technologies/partner-sites">Google</a>, <a
href="https://www.adtiming.com/privacy-policy.php">Adtiming</a>, <a href="https://www.algorix.co/privacy-
policy/">AdMaxim</a>, <a href="https://www.admaxim.com/admaxim-privacy-policy/">Algorix</a>, <a
href="https://www.appier.com/privacy-policy/">Appier</a>, <a href="https://kayzen.io/data-privacy-policy">Kayzen
(fka Applift)</a>, <a href="https://www.xandr.com/privacy/platform-privacy-policy/">Xandr</a>, <a
href="https://bidmachine.io/privacy-policy/">BidMachine</a>, <a href="https://appreciate.mobi/page.html#!/end-
user-privacy-policy">Appreciate</a>, <a href="https://apptimustech.com/privacy">apptimus</a>, <a
href="https://beeswax.com/privacy.html">Beeswax</a>, <a href="https://www.bidease.com/privacy-
policy/">Bidease</a>, <a href="https://docs.bidswitch.com/support/gdpr-faq.html">BidSwitch</a>, <a
href="https://www.bigabid.com/legal">Bigabid</a>, <a href="https://www.pangleglobal.com/privacy">Pangle</a>,
<a href="https://privacy.centro.net/">Centro</a>, <a href="https://answers.chartboost.com/en-
us/articles/200780269">Charboost</a>, <a href="https://clearpier.com/privacy-policy/">ClearPier</a>, <a
href="https://www.criteo.com/privacy/">Crtieo LLC</a>, <a href="https://www.dataseat.com/privacy-
policy/">Dataseat Ltd</a>, <a href="https://discover-tech.io/dsp-privacy-policy/">DiscoverTech</a>, <a
href="http://www.mobgc.com/privacy_policy.html">GCMOB</a>, <a
href="https://hybrid.ai/privacy_policy">Hybrid.Ai</a>, <a href="https://hyperad.tech/privacy_policy/">Hyper
LLC</a>, <a href="https://www.indexexchange.com/privacy/">Index Exchange</a>, <a
href="https://www.inmobi.com/privacy-policy/">InMobi</a>, <a href="https://jampp.com/privacy-
policy/">Jampp</a>, <a href="https://kidoz.net/privacy-policy/">Kidoz</a>, <a
href="http://lifestreet.com/privacy/">Lifestreet</a>, <a href="https://liftoff.io/privacy-policy/">Liftoff</a>, <a
href="https://loopme.com/privacy/">LoopMe</a>, <a href="https://www.mediamath.com/privacy-
policy/">MediaMath</a>, <a href="https://eve.meitu.com/">MeituEve</a>, <a
href="https://mobupps.com/presentations/Mobupps_Privacy_policy.pdf">Mobupps</a>, <a
href="https://www.mintegral.com/en/privacy/">Mintegral</a>, <a href="http://www.molocoads.com/private-
policy.html">Moloco</a>, <a href="https://www.nasimobi.com/policy.html">NasiAds</a>, <a
href="https://www.nativex.com/en/privacy">NativeX</a>, <a href="https://www.openx.com/legal/privacy-
policy/">OpenX</a>, <a href="http://persona.ly/privacy_dsp">Persona.ly</a>, <a
href="https://www.pokkt.com/privacy">Pokkt</a> <a href="https://pubmatic.com/legal/privacy-
policy/">Pubmatic</a>, <a href="https://pubnative.net/privacy-policy/">Pubnative</a>, <a
href="https://remerge.io/privacy-policy.html">Remerge</a>, <a href="https://www.revx.io/privacy-
policy">Affle</a>, <a href="https://www.rhythmone.com/privacy-policy/">RhythmOne</a>, <a
href="https://www.rtbhouse.com/privacy-center/website-privacy-policy/">RTBHouse</a>, <a
href="https://rubiconproject.com/privacy-policy/">Magnite</a>, <a href="https://smadex.com/end-user-privacy-
policy">Smadex</a>, <a href="https://snap.com/en-US/privacy/privacy-policy">Snap Inc.</a>, <a
href="https://spotad.co/privacy-policy-2/">Spotad</a>, <a href="https://www.superawesome.com/privacy-
hub/privacy-policy/">SuperAwesome</a>, <a href="https://www.svg.com/privacy-policy/">SVG</a>, <a
href="https://telaria.com/privacy-policy/">Telaria</a>, <a href="https://www.tencent.com/zh-cn/privacy-
policy.html">Tencent</a>, <a href="https://www.thetradedesk.com/us/privacy">TheTradeDesk</a>, <a
href="https://uni-corn.net/en/privacy.html">Unicorn</a>, <a href="https://taurusx.com/privacy-
policy.html">Webeye</a>, <a href="https://wildlifestudios.com/privacy-policy/">Wildlife Studios</a>, <a
href="https://www.wish.com/privacy_policy?hide_login_modal=true">Wish</a>, <a
href="http://www.wofhub.com/privacy_policy.html">Wof</a>, <a href="https://www.xapads.com/privacy-
policy/">Xapads</a>, <a href="https://www.mopub.com/en/legal/privacy">MoPub</a>, <a
href="https://yandex.com/legal/confidential/">Yandex</a>, <a
href="https://en.yeahmobi.com/html/privacypolicy/">YeahMobi</a>, <a href="https://youappi.com/privacy-
policy/">Youappi</a></p></div></div> <% if(data.showChangingPrivacyChoiceItem) { %> <div class="row-
item"><div class="changing-privacy-choice row-item-title ripple-square"><span><%= data.t("privacy-changing-
privacy-choice-title") %></span><div class="arrow-icon"><span class="consent-icon-
chevron"></span></div></div><div class="description"><p><%= data.t("privacy-changing-privacy-choice-text")
%></p></div></div> <% } %> <div class="row-item"><div class="privacy-policy row-item-title ripple-
square"><span><%= data.t("privacy-our-privacy-policy-title") %></span><div class="arrow-icon"><span
class="consent-icon-chevron"></span></div></div><div class="description"><p><%= data.t("privacy-our-privacy-
policy-desc") %></p></div></div></div>',
e._localization);e._templateData={showChangingPrivacyChoiceItem:d};e._bindings=[{event:'click',listener:function(
a){return e.onPrivacyEvent(a)},selector:'a'},{event:'click',listener:function(a){return e.onEvent(a,'.what-we-
collect',!0)},selector:'.what-we-collect'},{event:'click',listener:function(a){return e.onEvent(a,'.data-
transfer')},selector:'.data-transfer'},{event:'click',listener:function(a){return e.onEvent(a,'.third-party')},selector:'.third-
party'},{event:'click',listener:function(a){return e.onEvent(a,
'.changing-privacy-choice')},selector:'.changing-privacy-choice'},{event:'click',listener:function(a){return
e.onEvent(a,'.privacy-policy')},selector:'.privacy-policy'}];return e}function Ze(b,a,c,d,e){var
f=N.call(this,b,'personalization-switch-group')||this;f.permissions=d;f.pipl=e;f._template=new Ma('<div
ontouchstart="void(0)" class="switch-container"><div class="switch-label"><span><%= data.t("my-choices-switch-
game-experience") %></span></div><div class="switch"><input id="personalized-experience-switch"
type="checkbox"> <label for="personalized-experience-switch"></label></div></div><div ontouchstart="void(0)"
class="switch-container"><div class="switch-label"><span><%= data.t("my-choices-switch-personalized-ads")
%></span></div><div class="switch"><input id="personalized-ads-switch" type="checkbox"> <label
for="personalized-ads-switch" class="personalized-ads-label"></label></div></div><div ontouchstart="void(0)"
id="third-party-switch" class="switch-container"><div class="switch-label"><span><%= data.t("my-choices-switch-
personalized-third-party") %></span></div><div class="switch"><input id="personalized-ads-3rd-party-switch"
type="checkbox"> <label for="personalized-ads-3rd-party-switch"></label></div></div> <% if(data.showPipl) { %>
<div ontouchstart="void(0)" id="pipl-switch" class="switch-container"><div class="switch-label"><span><%=
data.t("my-choices-switch-pipl") %></span></div><div class="switch"><input id="personalized-ads-pipl"
type="checkbox"> <label for="personalized-ads-pipl"></label></div></div><div><%= data.t("my-choices-switch-
pipl-privacy-policy") %></div> <% } %>',
new Tf(a,'consent',c));f._templateData.showPipl=null===e||void 0===e?void
0:e.applies;f._bindings=[{event:'change',listener:function(a){return
f.onChange(a)},selector:Dc.GameExp},{event:'change',listener:function(a){return
f.onChange(a,!0)},selector:Dc.Ads},{event:'change',listener:function(a){return
f.onChange(a)},selector:Dc.External},{event:'change',listener:function(a){return
f.onChange(a)},selector:Dc.Pipl}];return f}function wd(b,a,c,d,e,f){var
g=vd.call(this,b,c,e,d,'privacy')||this;g._campaign=
a;g._gdprEnabled=d;g._language=f;g._dataDeletionConfirmation=!1;g._reportSent=!1;g._templateData.reportKeys=O
bject.keys(Vi);g._templateData.reportReasons=Object.values(Vi);g._localization=new
Tf(f,'privacy',c.getLegalFramework());g._template=new Ma('<div class="view-container"><div class="header"><div
class="close-button ripple-circle"><span class="icon-close"></span></div></div><div class="scroll-area-
container"><div class="title-container"><div class="privacy-logo"><span class="icon-gdpr"></span></div><div
class="title"><span><%= data.t("privacy-dialog-title") %></span></div><div class="icon-unity-ads-
logo"></div><div class="tool-button-container"><div class="report-ad-button ripple-square"><span><%=
data.t("privacy-settings-report-ad") %></span></div><div class="build-info-button ripple-square"><span><%=
data.t("privacy-settings-build-info") %></span></div></div></div><div class="tool-container"><div class="report-
ad-container"><div class="heading"><span>Report advertisement</span></div><div class="text"><p>Are you
facing issues with your current advertisement? You can report this ad to Unity and let us know. Reporting will close
this ad, and if the ad has not completed, any rewards will be forfeited.</p></div><ul class="radio-group-container">
<% for (var k = 0; k < data.reportReasons.length; k++) { %> <div class="radio-item-container"><input id="<%=
data.reportKeys[k] %>" class="report-choice-radio" name="report-reason" type="radio"> <label for="<%=
data.reportKeys[k] %>"> <%= (data.reportReasons[k] === null || typeof data.reportReasons[k] === "undefined") ?
"N/A" :\n data.reportReasons[k] %></label></div> <% } %> </ul><div class="text-small"><p>Disclaimer:
Reporting will close this ad, and if the ad has not completed, any rewards will be forfeited.</p></div><div
class="report-container"><div class="report-button">Report</div><span class="report-confirmed-text
text"></span></div></div><div class="build-info-container"><div class="heading"><span><%= data.t("privacy-
settings-build-info") %></span></div><p></p> <% for (var k in data.buildInformation) { %> <p class="build-
information-item text"><span class="build-information-key"><%= k %>:</span> <span class="build-information-
value"><%= (data.buildInformation[k] === null || typeof data.buildInformation[k] === "undefined") ? "N/A" :\n
data.buildInformation[k] %></span></p> <% } %> </div></div><div class="privacy-content-container"> <%
if(data.isCoppaCompliant) { %> <div class="coppa"><p><%= data.t("privacy-dialog-text-coppa-p1") %></p><p>
<%= data.t("privacy-dialog-text-coppa-p2-1") %> <a href="https://unity3d.com/legal/privacy-policy"><%=
data.t("privacy-dialog-text-coppa-p2-2") %></a> <%= data.t("privacy-dialog-text-coppa-p2-3") %> </p></div> <% }
else if(!data.isGDPREnabled) { %> <div class="not-gdpr"><div class="privacy-text"><p>This advertisement has
been served by Unity Ads. Unity Ads collects information gathered through your use of apps in order to create an
individualized and more relevant user experience and to show you ads that are more likely to interest you
(\u201cpersonalized experiences and ads\u201d).</p><p>From your interaction with this app, here is an example of
the information we use to predict which other apps might interest you:</p><div class="mini-disclosure-
container"><p><span id="phone-type"><%= data.t("privacy-using") %></span></p><p><span id="country"><%=
data.t("privacy-located-in") %></span></p><p><span id="game-plays-this-week"><%= data.t("privacy-used-this-
app") %></span></p><p><span id="ads-seen-in-game"><%= data.t("privacy-seen-ads") %></span></p><p><span
id="games-installed-from-ads"><%= data.t("privacy-installed-based-on") %></span></p></div><div class="opt-out-
flow"> <% if(!data.isUserUnderAgeLimit) { %> <div class="captcha-request" id="nwo"></div> <% } %>
</div><p>Please review our <a href="https://unity3d.com/legal/privacy-policy">Privacy Policy</a> for a full
description of our data practices. You can opt-out of Unity Ads\u2019 personalized experiences and ads through your
device settings.</p> <% if(data.isNone) { %> <div class="captcha-request" id="nwo"></div> <% } %> <div
class="padding-block"></div></div></div> <% } else if(data.isUserUnderAgeLimit) { %> <div class="user-under-
age-limit"> <% if(data.isCCPA) { %> <p><%= data.t("privacy-dialog-text-failed-age-gate-p1-ccpa") %></p><p>
<%= data.t("privacy-dialog-text-failed-age-gate-p2-1-ccpa") %> <a href="https://unity3d.com/legal/privacy-
policy"><%= data.t("privacy-dialog-text-failed-age-gate-p2-2-ccpa") %></a> <%= data.t("privacy-dialog-text-failed-
age-gate-p2-3-ccpa") %> </p> <% } else { %> <p><%= data.t("privacy-dialog-text-failed-age-gate-p1") %></p><p>
<%= data.t("privacy-dialog-text-failed-age-gate-p2-1") %> <a href="https://unity3d.com/legal/privacy-policy"><%=
data.t("privacy-dialog-text-failed-age-gate-p2-2") %></a> <%= data.t("privacy-dialog-text-failed-age-gate-p2-3") %>
</p> <% } %> </div> <% } else { %> <div class="opt-out-flow"><p><%= data.t("privacy-dialog-text-li-p1")
%></p><p><%= data.t("privacy-dialog-text-li-p2") %></p><p> <%= data.t("privacy-dialog-text-li-p3-1") %> <a
href="https://unity3d.com/legal/privacy-policy"><%= data.t("privacy-dialog-text-li-p3-2") %></a> <%=
data.t("privacy-dialog-text-li-p3-3") %> </p><p><%= data.t("privacy-dialog-text-li-p4") %></p><div class="mini-
disclosure-container"><p><span id="phone-type"><%= data.t("privacy-using") %></span></p><p><span
id="country"><%= data.t("privacy-located-in") %></span></p><p><span id="game-plays-this-week"><%=
data.t("privacy-used-this-app") %></span></p><p><span id="ads-seen-in-game"><%= data.t("privacy-seen-ads")
%></span></p><p><span id="games-installed-from-ads"><%= data.t("privacy-installed-based-on")
%></span></p></div> <% if(data.isCCPA) { %> <h2><%= data.t("privacy-dialog-text-li-p5-header-ccpa") %></h2>
<% } else { %> <h2><%= data.t("privacy-dialog-text-li-p5-header") %></h2> <% } %> <p><%= data.t("privacy-
dialog-text-li-p5") %></p><div class="radio-group-container"><div class="radio-item-container"><input
class="ripple-circle" id="gdpr-agree-radio" name="gdpr-radio-group" type="radio"> <label for="gdpr-agree-radio">
<% if(data.isCCPA) { %> <%= data.t("privacy-dialog-text-li-agree-radio-button-ccpa") %> <% } else { %> <%=\n
data.t("privacy-dialog-text-li-agree-radio-button") %> <% } %> </label></div><div class="radio-item-
container"><input id="gdpr-refuse-radio" name="gdpr-radio-group" type="radio"> <label for="gdpr-refuse-radio">
<% if(data.isCCPA) { %> <%= data.t("privacy-dialog-text-li-disagree-radio-button-ccpa") %> <% } else { %> <%=
data.t("privacy-dialog-text-li-disagree-radio-button") %> <% } %> </label></div></div> <%
if(!data.isUserUnderAgeLimit) { %> <div class="captcha-request" id="nwo"></div> <% } %> <h2><%=
data.t("privacy-dialog-text-li-p6-header") %></h2><p><%= data.t("privacy-dialog-text-li-p6") %></p> <%
if(data.isCCPA) { %> <h2><%= data.t("privacy-dialog-text-li-p7-header-ccpa") %></h2><p> <%= data.t("privacy-
dialog-text-li-p7-1-ccpa") %> <span class="data-deletion-link page-link"><%= data.t("privacy-dialog-text-li-p7-2-
ccpa") %></span><%=\n data.t("privacy-dialog-text-li-p7-3-ccpa") %> <span class="data-deletion-note"><%=
data.t("privacy-dialog-text-li-p7-data-request-info") %></span><span id="data-deletion-container"><%=
data.t("privacy-dialog-text-li-p7-are-you-sure") %><span id="data-deletion-confirm" class="page-link"><%=
data.t("privacy-dialog-text-li-p7-yes") %></span>/ <span class="data-deletion-reject page-link"><%= data.t("privacy-
dialog-text-li-p7-no") %></span></span><span id="data-deletion-request-container"> <%= data.t("privacy-dialog-
text-li-p7-data-deletion-text-ccpa") %> </span></p><div class="captcha-request" id="data-disclosure"></div><div
class="captcha-request" id="nwo"></div><h2><%= data.t("privacy-data-nwo-text-opt-in-ccpa-header")
%></h2><p><%= data.t("privacy-data-nwo-text-opt-in-ccpa-description") %></p> <% } else if(data.isLGPD) { %>
<h2><%= data.t("privacy-dialog-text-li-p7-header-lgpd") %></h2><ul><li><%= data.t("privacy-dialog-text-li-p7-1-
lgpd") %></li><li><%= data.t("privacy-dialog-text-li-p7-2-lgpd") %></li><li><%= data.t("privacy-dialog-text-li-p7-
3-lgpd") %></li><li><%= data.t("privacy-dialog-text-li-p7-4-lgpd") %></li><li><%= data.t("privacy-dialog-text-li-
p7-5-lgpd") %></li><li><%= data.t("privacy-dialog-text-li-p7-6-lgpd") %></li><li><%= data.t("privacy-dialog-text-
li-p7-7-lgpd") %></li><li><%= data.t("privacy-dialog-text-li-p7-8-lgpd") %></li><li><%= data.t("privacy-dialog-
text-li-p7-9-lgpd") %></li><li><%= data.t("privacy-dialog-text-li-p7-10-lgpd") %></li><li><%= data.t("privacy-
dialog-text-li-p7-11-lgpd") %></li></ul><p> <%= data.t("privacy-dialog-text-li-p7-12-lgpd") %> <a
href="https://unity3d.com/legal/privacy-policy"><%= data.t("privacy-dialog-text-li-p7-13-lgpd")
%></a></p><h2><%= data.t("privacy-dialog-text-li-p7-header") %></h2><p> <%= data.t("privacy-dialog-text-li-p7-
1") %> <span class="data-deletion-link page-link"><%= data.t("privacy-dialog-text-li-p7-2") %></span><%=\n
data.t("privacy-dialog-text-li-p7-3") %> <span id="data-deletion-container"><%= data.t("privacy-dialog-text-li-p7-
are-you-sure") %><span id="data-deletion-confirm" class="page-link"><%= data.t("privacy-dialog-text-li-p7-yes")
%></span>/ <span class="data-deletion-reject page-link"><%= data.t("privacy-dialog-text-li-p7-no")
%></span></span><span id="data-deletion-request-container"> <%= data.t("privacy-dialog-text-li-p7-data-deletion-
text") %> </span></p><div class="captcha-request" id="data-disclosure"></div><div class="captcha-request"
id="nwo"></div> <% } else { %> <h2><%= data.t("privacy-dialog-text-li-p7-header") %></h2><p> <%=
data.t("privacy-dialog-text-li-p7-1") %> <span class="data-deletion-link page-link"><%= data.t("privacy-dialog-text-
li-p7-2") %></span><%=\n data.t("privacy-dialog-text-li-p7-3") %> <span id="data-deletion-container"><%=
data.t("privacy-dialog-text-li-p7-are-you-sure") %><span id="data-deletion-confirm" class="page-link"><%=
data.t("privacy-dialog-text-li-p7-yes") %></span>/ <span class="data-deletion-reject page-link"><%= data.t("privacy-
dialog-text-li-p7-no") %></span></span><span id="data-deletion-request-container"> <%= data.t("privacy-dialog-
text-li-p7-data-deletion-text") %> </span></p><div class="captcha-request" id="data-disclosure"></div><div
class="captcha-request" id="nwo"></div> <% if(data.isCCPA) { %> <h2><%= data.t("privacy-data-nwo-text-opt-in-
ccpa-header") %></h2><p><%= data.t("privacy-data-nwo-text-opt-in-ccpa-description") %></p> <% } %> <% } %>
</div> <% } %> </div></div></div>',
g._localization);g._bindings=[{event:'click',listener:function(a){return
g.onPrivacyEvent(a)},selector:'a'},{event:'click',listener:function(a){return
g.onButtonEvent(a,Wj.REPORT)},selector:'.report-ad-button'},{event:'click',listener:function(a){return
g.onButtonEvent(a,Wj.BUILD_INFO)},selector:'.build-info-button'},{event:'click',listener:function(a){return
g.onCloseEvent(a)},selector:'.close-button'},{event:'click',listener:function(a){return
g.onDataDeletion(a)},selector:'.data-deletion-link, .data-deletion-reject'},
{event:'click',listener:function(a){return g.onDataDeletionConfirmation(a)},selector:'#data-deletion-
confirm'},{event:'click',listener:function(a){return g.onReportAd(a)},selector:'.report-button'}];return g}function
Tb(b,a,c,d,e){var f=N.call(this,b,c)||this;f._language=d;f._isEmailRequired=e;f._localization=new
Tf(d,'privacy',a.getLegalFramework());f._privacyManager=a;f._template=new Ma(e?'<h2><%= data.t("privacy-data-
request-header") %></h2><p><%= data.t("privacy-data-request-text") %></p><input class="captcha-request"
id="captcha-request-email-input" type="email" name="email"><div id="data-request-submit" class="captcha-request
captcha-request-submit-button ripple-square"><span><%= data.t("privacy-data-request-submit")
%></span></div><div id="data-request-confimed" class="captcha-request captcha-request-msg captcha-request-
confirm-msg"><span><%= data.t("privacy-data-request-confirmation-message") %></span></div><div id="data-
request-error" class="captcha-request captcha-request-msg captcha-request-error-msg"><span class="error-
msg"><%= data.t("privacy-data-request-fail-message") %></span></div>':
'<h2><%= data.t("privacy-data-nwo-header") %></h2><p><%= data.t("privacy-data-nwo-text-opt-out-description")
%></p><div id="nwo-submit" class="captcha-request-submit-button ripple-square"><span><%= data.t("privacy-
data-nwo-text-opt-out-button") %></span></div> <%= data.t("privacy-data-nwo-text-opt-in-description") %> <span
id="nwoi-request-clicked" class="page-link nwoi-request-confimed-text"><%= data.t("privacy-data-nwo-text-opt-in-
link") %></span><span><%= data.t("privacy-data-nwo-text-opt-in-description-2") %></span><div id="nwoi-
container"> <%= data.t("privacy-dialog-text-li-p7-are-you-sure") %> <span id="nwoi-confirm" class="page-link
captcha-request-confirm-msg"><%= data.t("privacy-dialog-text-li-p7-yes") %></span><span>/</span> <span
id="nwoi-reject" class="page-link captcha-request-confirm-msg"><%= data.t("privacy-dialog-text-li-p7-no")
%></span></div><div id="nwo-request-error" class="captcha-request captcha-request-msg captcha-request-error-
msg"><span class="error-msg"><%= data.t("privacy-data-request-fail-message") %></span></div><div id="nwoo-
request-confimed" class="captcha-request captcha-request-msg captcha-request-confirm-msg"><span><%=
data.t("privacy-data-nwoo-confirmation-message") %></span></div><div id="nwoi-request-confimed"
class="captcha-request captcha-request-msg captcha-request-confirm-msg"><span><%= data.t("privacy-data-nwoi-
confirmation-message") %></span></div>',
f._localization);f._bindings=[{event:'click',listener:function(a){return
f.onDataRequestSubmitEvent(a)},selector:'#data-request-submit'},{event:'blur',listener:function(){return
f.onBlur()},selector:'#captcha-request-email-input'},{event:'click',listener:function(a){return
f.onNetworkWideOptOut(a)},selector:'#nwo-submit'},{event:'click',listener:function(a){return
f.onNetworkWideOptIn(a)},selector:'#nwoi-request-clicked'},{event:'click',listener:function(a){return
f.onNetworkWideOptInConfirmed(a)},
selector:'#nwoi-confirm'},{event:'click',listener:function(a){return
f.onNetworkWideOptInCancelled(a)},selector:'#nwoi-reject'}];f._buttonSpinner=new Go(b);return f}function
Tf(b,a,c){return Ia.call(this,Tf.resolveLanguage(b,a,c),a)||this}function wm(){}function
ot(b,a,c){return{sendInitRequest:function(a){a=Object.assign(Object.assign({},wq(b)),{email:a});return
H o ( b , $ e . I N I T , a ) } , s e n d D e b u g R e s e t R e q u e s t : f u n c t i o n ( ) { r e t u r n
Ho(b,$e.DEBUG_RESET)},sendVerifyRequest:function(d,e){var f;d=Object.assign(Object.assign({},
wq(b)),{email:e,answer:d,abGroup:null===(f=ab.getState().config)||void 0===f?void
0:f.abGroup,legalFramework:a.getLegalFramework(),agreedOverAgeLimit:a.getAgeGateChoice(),agreedVersion:c.ge
tGamePrivacy().getVersion(),coppa:b.Config.isCoppaCompliant(),layout:'',requestType:e?void
0:'player_network_opt_out'});return Ho(b,$e.VERIFY,d)}}}function wq(b){var
a,c,d,e=b.DeviceInfo;return{idfa:null!==(a=b.DeviceInfo.getAdvertisingIdentifier())&&void 0!==a?a:void
0,idfv:null!==(d=null===(c=e.getVendorIdentifier)||
v o i d 0 = = = c ? v o i d 0 : c . c a l l ( e ) ) & & v o i d
0!==d?d:'',gameID:b.ClientInfo.getGameId(),bundleID:b.ClientInfo.getApplicationName(),projectID:b.Config.getUni
tyProjectId(),platform:t[b.NativeBridge.getPlatform()].toLowerCase(),language:b.DeviceInfo.getLanguage(),country:
b.Config.getCountry(),subdivision:b.Config.getSubdivision(),token:b.Config.getToken()}}function Ho(b,a,c){c=void
0 = = = c ? { } : c ; r e t u r n
b.RequestManager.post('https://irs.prd.mz.internal.unity3d.com/api/v1/debot/'+a,JSON.stringify(c)).then(function(b){
var c=
b.response;if(200!==b.responseCode)return{status:af.GENERIC_ERROR};a===$e.INIT?xa.trigger(uf.REQUEST_S
CREEN_SHOW):a===$e.VERIFY&&xa.trigger(uf.REQUEST_CAPTCHA_PASS);return{status:af.SUCCESS,imag
eUrls:JSON.parse(c).imageURLs}}).catch(function(b){if(!(b instanceof Kd&&b.nativeResponse))return
a===$e.INIT?xa.trigger(uf.REQUEST_CAPTCHA_ERROR_INIT):a===$e.VERIFY&&xa.trigger(uf.REQUEST_C
APTCHA_ERROR_VERIFY),{status:af.GENERIC_ERROR};if(403===b.nativeResponse.responseCode)return
xa.trigger(uf.REQUEST_CAPTCHA_FAIL),
{status:af.FAILED_VERIFICATION};if(429===b.nativeResponse.responseCode)return
a===$e.INIT?xa.trigger(uf.REQUEST_CAPTCHA_BLOCKED):a===$e.VERIFY&&xa.trigger(uf.REQUEST_CAP
TCHA_FAIL_LIMIT),{status:af.MULTIPLE_FAILED_VERIFICATIONS};a===$e.INIT?xa.trigger(uf.REQUEST_
CAPTCHA_ERROR_INIT_MISSING_DATA):a===$e.VERIFY&&xa.trigger(uf.REQUEST_CAPTCHA_ERROR_
VERIFY_MISSING_DATA);return{status:af.GENERIC_ERROR}})}function th(b,a,c){var d=N.call(this,b,'privacy-
captcha',!1)||this;d._gridItems=[];d._template=new Ma('<div class="privacy-captcha-container"><div class="privacy-
captcha-title"><span><%= data.t("privacy-captcha-description") %></span></div><div class="privacy-captcha-grid-
container"><div class="privacy-captcha-grid"></div><div class="privacy-captcha-spinner-container"><div
class="privacy-captcha-spinner"></div></div></div><div class="privacy-captcha-retry-message"><span><%=
data.t("privacy-captcha-retry-message") %></span></div></div>',
new Ia(a,'privacy'));d._gridItems=d.createGridItems(c);d._bindings=[{event:'click',listener:function(a){return
d.onCloseEvent(a)}},{event:'click',listener:function(a){return a.stopPropagation()},selector:'.privacy-captcha-
container'}];return d}function xm(b,a,c){this._id=b;this._url=a;this._listener=c}function
Go(b){b=N.call(this,b,'button-spinner')||this;b._template=new Ma('<div class="loader"></div>');b._bindings=[];return
b}function vd(b,a,c,d,e,f){b=N.call(this,b,e,f)||this;b._onReport=new w;
b._isCoppaCompliant=c;b._userPrivacyManager=a;b._templateData={isCoppaCompliant:c,isGDPREnabled:d,buildIn
formation:vd.buildInformation,isUserUnderAgeLimit:a.isUserUnderAgeLimit(),isCCPA:a.getLegalFramework()===
Zd.CCPA,isLGPD:a.getLegalFramework()===Zd.LGPD,isNone:a.getLegalFramework()===Zd.NONE};return
b}function Xj(){}function kl(){}function Io(){}function xg(b){var
a=na.call(this,b)||this;a._xPromoCampaign=b.campaign;return a}function Wi(b){return
xe.apply(this,arguments)||this}function ll(b){var a=
$d.call(this,b)||this;a._mraidCampaign=b.campaign;return a}function $d(b){return na.call(this,b)||this}function
Y j ( b ) { v a r
a=na.call(this,b)||this;a._performanceCampaign=b.campaign;a._sdkClickDetailsManager=b.sdkClickDetailsManager;r
e t u r n a } f u n c t i o n
na(b){this._storageBridge=b.storageBridge;this._metaDataManager=b.metaDataManager;this._sessionManager=b.ses
sionManager;this._clientInfo=b.clientInfo;this._deviceInfo=b.deviceInfo;this._request=b.request;this._coreConfig=b.c
oreConfig;this._campaign=b.campaign;
this._platform=b.platform;this._core=b.core;this._ads=b.ads;this._playerMetadataServerId=b.playerMetadataServerId;
this._privacySDK=b.privacySDK;this._userPrivacyManager=b.userPrivacyManager;this._loadV5Support=b.loadV5S
upport||!1;this._installInfo=b.installInfo;this._store=b.store;this._focusManager=b.focusManager}function
ha(){this._clickEntryDataLimit=10;this._categoryFinders=[];this._optimizedCampaigns=new
WeakMap;this._clickEntryData=[];this._expCallCount=0}function Xc(){}function Uf(b){return R.call(this,
'AutomatedExperiment',Uf.Schema,b)||this}function Da(){}function
vf(b,a){b=La.call(this,b)||this;b._headerBiddingToken=a;return b}function
Rd(b){this.adUnitParametersFactory=b}function Zj(b){return ug.call(this,b)||this}function Yh(b){return
u g . c a l l ( t h i s , b ) | | t h i s } f u n c t i o n
ug(b){this._platform=b.platform;this._core=b.core;this._ads=b.ads;this._adUnit=b.adUnit;this._campaign=b.campaign
; t h i s . _ v i d e o = b . v i d e o } f u n c t i o n o a ( b ) { v a r
a=M.call(this,b)||this;a._videoState=fa.NOT_READY;a._video=b.video;a._active=
!1;a._videoScreen=b.videoScreen;a._lowMemory=!1;a._campaign=b.campaign;a.prepareVideoScreen();return
a } f u n c t i o n E b ( ) { } f u n c t i o n d c ( b ) { v a r
a=Ne.call(this,b.privacyManager,b.coreConfig,b.adsConfig,b.privacySDK)||this;a._adUnit=b.adUnit;a._platform=b.pl
atform;a._core=b.core;a._request=b.request;a._thirdPartyEventManager=b.thirdPartyEventManager;a._session=b.sess
ion;a._adMobSignalFactory=b.adMobSignalFactory;a._campaign=b.campaign;a._clientInfo=b.clientInfo;a._timeoutTi
mer=new Sj(function(){return a.onFailureToLoad()},
dc._loadTimeout);return a}function Sj(b,a){this._handle=-1;this._func=b;this._duration=a}function wf(){}function
xq(b){b=Error.call(this,b);this.message=b.message;'stack'in b&&(this.stack=b.stack)}function
Ne(b,a,c,d){this._privacyManager=b;this._coreConfig=a;this._adsConfig=c;this._privacySDK=d}function
y a ( b , a , c , d , e , f , g ) { v a r
k=this;this._platform=b;this._core=a;this._coreConfig=c;this._clientInfo=d;this._deviceInfo=e;this._request=f;this._pr
ivacy=g;this._ageGateChoice=ye.MISSING;this._ageGateSource=
bf.MISSING;this._privacyFormatMetadataSeenInSession=this._developerAgeGateChoice=this._developerAgeGateA
ctive=this._privacySettingsHaveBeenPersistedForUser=!1;this._core.Storage.onSet.subscribe(function(a,b){return
k.onStorageSet(a,b)})}function cf(){}function xa(){}function Yc(){}function Y(b){var
a=R.call(this,'UserPrivacy',{method:['string'],version:['number'],permissions:['object']})||this;a.set('method',b.method);
a.set('version',b.version);a.set('permissions',{ads:b.permissions.ads,external:b.permissions.external,
gameExp:b.permissions.gameExp,dataLeavesTerritory:b.permissions.dataLeavesTerritory});return a}function
U a ( b ) { v a r
a=M.call(this,b)||this;a._foregroundTime=0;a._startTime=0;a._requestToViewTime=0;a._geometryCalled=!1;a._view
= b . v i e w ; a . _ k e y D o w n L i s t e n e r = f u n c t i o n ( b ) { r e t u r n
a.onKeyDown(b)};a._campaign=b.campaign;a._isRewardedPlacement=a.getPlacement().getAdFormat()===ze.REW
A R D E D ; b = a . g e t C o r e ( ) ; v a r
c=a.getPlatform();c===t.ANDROID?Promise.all([b.DeviceInfo.Android.getDeviceVolume(of.STREAM_MUSIC),b.
DeviceInfo.Android.getDeviceMaxVolume(of.STREAM_MUSIC)]).then(function(b){var c=
l.makeIterator(b);b=c.next().value;c=c.next().value;a.setVolume(b/c)}):c===t.IOS&&b.DeviceInfo.Ios.getDeviceVol
ume().then(function(b){a.setVolume(b)});a.setFinishState(a._isRewardedPlacement?ja.SKIPPED:ja.COMPLETED);r
eturn a}function tc(b){this.value=b}function xd(){}function z(){}function Ec(b){var
a=ob.call(this,'VPAIDCampaign',Object.assign(Object.assign({},ob.Schema),{vpaid:['object']}),b)||this;a.addCustomT
racking(b.trackingUrls);return a}function yg(b){return ob.call(this,'DisplayInterstitialCampaign',
Object.assign(Object.assign({},ob.Schema),{dynamicMarkup:['string','undefined'],width:['number','undefined'],height:
['number','undefined']}),b)||this}function Fc(b){return R.call(this,'Configuration',Fc.Schema,b)||this}function
K(){this.onCampaign=new w;this.onOptimizableCampaign=new w;this.onNoFill=new w;this.onError=new
w;this.onConnectivityError=new w;this.onAdPlanReceived=new w;this.onNewHeaderBiddingToken=new
w}function ae(){var b=Fb.call(this,'MediationMetaData',Object.assign(Object.assign({},
Fb.Schema),{name:['string','undefined'],version:['string','undefined'],adapter_version:['string','undefined'],ordinal:['nu
mber','undefined'],enable_metadata_load:['boolean','undefined']}))||this;b.set('category','mediation');b.set('keys',['name'
,'version','adapter_version','ordinal','enable_metadata_load']);return b}function uh(){var
b=Fb.call(this,'FrameworkMetaData',Object.assign(Object.assign({},Fb.Schema),{name:['string','undefined'],version:[
'string','undefined']}))||this;b.set('category','framework');
b.set('keys',['name','version']);return b}function Fb(b,a){return R.call(this,b,a)||this}function
q j ( b ) { t h i s . _ c o r e = b } f u n c t i o n W ( b ) { r e t u r n
ka.call(this,'IosDeviceInfo',Object.assign(Object.assign({},ka.Schema),{userInterfaceIdiom:['number'],screenScale:['n
umber'],statusBarHeight:['number'],statusBarWidth:['number'],statusBarHidden:['boolean'],simulator:['boolean'],senso
rList:['array'],deviceName:['string'],vendorIdentifier:['string'],localeList:['array'],currentUiTheme:['number'],adNetwor
ksPlist:['array'],
systemBootTime:['number'],trackingAuthorizationStatus:['number'],builtSdkVersion:['string'],skadnVersion:['string'],s
kadnVersions:['array']}),t.IOS,b)||this}function ml(){}function yq(b){return void
0===b?'Unknown':b?'OptIn':'OptOut'}function pt(b){return function(a){return S(void 0,void 0,void 0,function d(){var
e;return l.generator.createGenerator(d,function(d){switch(d.nextAddress){case
1:e=b.getState().storageApi;if(!e||!a)return d.return();d.setCatchFinallyBlocks(2);return d.yield(null===e||
void 0===e?void 0:e.set(B.PRIVATE,'pipl.optinState.value',a),4);case 4:return d.yield(null===e||void 0===e?void
0:e.write(B.PRIVATE),5);case 5:d.leaveTryBlock(0);break;case
2:d.enterCatchBlock(),d.jumpToEnd()}})})}}function qt(b){return function(a){return S(void 0,void 0,void 0,function
d(){var e;return l.generator.createGenerator(d,function(d){switch(d.nextAddress){case
1:e=b.getState().storageApi;if(!e)return d.return();d.setCatchFinallyBlocks(2);return d.yield(null===e||void
0===e?void 0:e.set(B.PRIVATE,
'pipl.applies.value',!!a),4);case 4:return d.yield(null===e||void 0===e?void 0:e.write(B.PRIVATE),5);case
5:d.leaveTryBlock(0);break;case 2:d.enterCatchBlock(),d.jumpToEnd()}})})}}function rt(b){return
function(a){return S(void 0,void 0,void 0,function d(){var e,f,g;return
l.generator.createGenerator(d,function(d){switch(d.nextAddress){case 1:return
a?d.yield(zq(a,'pipl.consent.value',B.PUBLIC),2):d.return();case 2:return
e=d.yieldResult,d.yield(zq(a,'pipl.applies.value'),3);case 3:return f=d.yieldResult,
d . y i e l d ( s t ( a , ' p i p l . o p t i n S t a t e . v a l u e ' ) , 4 ) ; c a s e
4:g=d.yieldResult,b.setState({metadata:{piplConsent:e,piplApplies:f,piplOptinState:g}}),d.jumpToEnd()}})})}}functi
on st(b,a,c){c=void 0===c?B.PRIVATE:c;return S(void 0,void 0,void 0,function e(){return
l.generator.createGenerator(e,function(e){if(1==e.nextAddress)return
e.setCatchFinallyBlocks(2),e.yield(null===b||void 0===b?void 0:b.get(c,a),4);if(2!=e.nextAddress)return
e.return(e.yieldResult);e.enterCatchBlock();e.jumpToEnd()})})}function zq(b,a,c){c=
void 0===c?B.PRIVATE:c;return S(void 0,void 0,void 0,function e(){var f;return
l.generator.createGenerator(e,function(e){if(1==e.nextAddress)return
e.setCatchFinallyBlocks(2),e.yield(null===b||void 0===b?void 0:b.get(c,a),4);if(2!=e.nextAddress)return
f=e.yieldResult,e.return(!!f);e.enterCatchBlock();e.jumpToEnd()})})}function ea(b){return
ka.call(this,'AndroidDeviceInfo',Object.assign(Object.assign({},ka.Schema),{androidId:['string'],deviceId1:['string'],d
eviceId2:['string'],isGoogleStoreInstalled:['boolean'],
isXiaomiStoreInstalled:['boolean'],isGoogleMapsInstalled:['boolean'],isTelephonyInstalled:['boolean'],apiLevel:['num
ber'],freeExternalSpace:['number'],totalExternalSpace:['number'],manufacturer:['string'],screenLayout:['number'],scree
nDensity:['number'],displayMetricDensity:['number'],ringerMode:['number'],apkDigest:['string'],certificateFingerPrint:
['string'],board:['string'],bootLoader:['string'],brand:['string'],device:['string'],hardware:['string'],host:['string'],product:[
'string'],fingerPrint:['string'],
supportedAbis:['array'],usbConnected:['boolean'],upTime:['number'],elapsedRealtime:['number'],sensorList:['array'],ne
t w o r k M e t e r e d : [ ' b o o l e a n ' ] } ) , t . A N D R O I D , b ) | | t h i s } f u n c t i o n
Ga(b){b=y.call(this,b,'DeviceInfo',O.CORE,Sa.DEVICEINFO)||this;b.onVolumeChanged=new w;return b}function
ka(b,a,c,d){b=R.call(this,'DeviceInfo',a)||this;b._platform=c;b._core=d;return b}function bq(b){if(6!==(null===b||void
0===b?void 0:b.length))return null;var a=b.substr(0,3);b=b.substr(3,3);a=parseInt(a,10);b=parseInt(b,10);
r e t u r n i s N a N ( a ) | | i s N a N ( b ) ? n u l l : [ a , b ] } f u n c t i o n
Ve(b,a,c,d){this._templateValues={};this._core=b;this._request=a;this._storageBridge=d;c&&this.setTemplateValues
(c)}function tt(b){b=(void 0===b?Ih.getState():b).loadedContent;return
Object.values(b).reduce(function(a,b){b&&a.push(b.placement.id);return a},[])}function Aq(b){var a=void
0===b?Ih.getState():b;b=a.currentId;a=a.loadedContent;return b?a[b]:void 0}function
ut(b,a){return{invalidatePlacements:function(c){var d=a().loadedContent;b({loadedContent:vt(d,
c ) } ) } , a d d L o a d e d C o n t e n t : f u n c t i o n ( c , d ) { v a r
e={};b({loadedContent:Object.assign(Object.assign({},a().loadedContent),(e[c]=d,e))})},replaceCampaignId:function
( c , d ) { v a r e = a ( ) . l o a d e d C o n t e n t , f = e [ c ] ; i f ( f ) { v a r
g={};b({loadedContent:Object.assign(Object.assign({},e),(g[c]=Object.assign(Object.assign({},f),{campaignId:d}),g)
)})}},removeLoadedContent:function(c){var d=a().loadedContent,e=d[c];if(e)return delete
d[c],b({loadedContent:d}),e},updateCurrent:function(a){b({currentId:a})}}}function vt(b,a){return
Object.entries(b).reduce(function(b,
d){var c=l.makeIterator(d);d=c.next().value;c=c.next().value;if(!c||a&&c.placement.id!==a)return b;var f={};return
Object.assign(Object.assign({},b),(f[d]=Object.assign(Object.assign({},c),{invalidated:!0}),f))},b)}function
Xi(b,a,c){return xe.call(this,b,a,c)||this}function xe(b,a,c){this._core=b;this._sessionId=a;this._eventId=c}function
Z h ( b ) { t h i s . _ t y p e = b ; t h i s . _ b a t c h = { c o m m a n d s : [ ] } } f u n c t i o n
Rg(b){b=y.call(this,b,'Storage',O.CORE,Sa.STORAGE)||this;b.onSet=new w;return b}function
y(b,a,c,d){this._nativeBridge=
b;this._apiClass=a;this._apiPackage=c;this._fullApiClassName=this.getFullApiClassName();'undefined'!==typeof
d&&b.addEventHandler(d,this)}function zg(){}function xf(){}function H(b,a,c,d){var
e=this;this._platform=b;this._core=a;this._wakeUpManager=c;this._deviceInfo=d;this._core.Request.onComplete.sub
s c r i b e ( f u n c t i o n ( a , b , c , d , v ) { r e t u r n
e.onRequestComplete(a,b,c,d,v)});this._core.Request.onFailed.subscribe(function(a,b,c){return
e.onRequestFailed(a,b,c)});this._wakeUpManager.onNetworkConnected.subscribe(function(){return
e.onNetworkConnected()})}
function V(){}function Kd(b,a,c){b=Ob.call(this,b)||this;b.nativeRequest=a;b.nativeResponse=c;return b}function
yf(b,a){var c=Ob.call(this,b.message,b.name)||this;c.diagnostic={};c.stack=b.stack;c.diagnostic=a;return c}function
Bq(){}function ca(){}function M(b){this.onStart=new w;this.onStartProcessed=new w;this.onFinish=new
w ; t h i s . o n C l o s e = n e w w ; t h i s . o n E r r o r = n e w
w;this._parameters=b;this._ads=this._parameters.ads;this._store=this._parameters.store;this._showing=!1;this._finishS
tate=ja.ERROR}function ym(){var b=
void 0;void 0===b&&(b=Jo.getState().clientInfo,b=null===b||void 0===b?void
0 : b . g a m e I d ) ; b = b & & w t . i n c l u d e s ( b ) ? b : ' u n k n o w n ' ; v a r
a;(a=nl.isV5Enabled(!1))||(a=ab.getState().config,a=null===a||void 0===a?void
0:a.loadV5Enabled);return{gid:b,loadV5:''+a}}function nl(){}function Gc(b){var
a=R.call(this,'Session',{id:['string'],adPlan:['string','undefined'],eventSent:['object'],gameSessionCounters:['object'],pri
vacy:['object','undefined'],legacyPrivacy:['object','undefined'],deviceFreeSpace:['number']})||this;
a.set('id',b);a.resetAllEventSent();return a}function ra(b,a,c,d,e,f,g){var k,m,v,r,h,C,p,q,t,u,x,y,z,B,D,E,G,H,I,J,K;var
F = A e . c a l l ( t h i s , b . p l a t f o r m , v o i d 0 = = = g ? ' v i d e o - s c r e e n -
adapter':g,b.placement.muteVideo(),f)||this;F.combination=e;F._canClickCtaButton=!0;F._pausedForSplashScreen=!1
;F._showGDPRBanner=!1;F._progressBarProgression=new w;F._shouldShowCtaButton=new
w;F._shouldShowSkipButton=new w;F._shouldShowSpinner=new w;F._shouldShowSplashScreen=new
w;F.mutedObservable=new w;F.openDialogObservable=
new w;F.pausedObservable=new w;F._template=new Ma('');F._localization=new
Ia(b.deviceInfo.getLanguage(),'videoScreen');F._language=b.deviceInfo.getLanguage();F._isDefaultLanguage=F._lan
guage.includes('en');F._videoPlayer=b.ads.VideoPlayer;F._gameId=b.clientInfo.getGameId();F._country=b.coreConfi
g.getCountry();F._campaign=b.campaign;F._showGDPRBanner=c;F._showPrivacyDuringVideo=d;F.forceOrientatio
n=b.forceOrientation;c=pc();F.showVoteButtons=c('voteExp','true');c=b.placement.allowSkipInSeconds();F._skipDur
ation=
void 0===c?-1:1E3*c;c=(null===(k=b.placement)||void 0===k?void
0:k.getAdFormat())===ze.REWARDED;k=0<=F._skipDuration;c=void 0===c?!(null===(m=b.placement)||void
0===m?0:m.allowSkip()):c;F.isSkippableRewarded=c&&k;c&&!F.isSkippableRewarded&&(F._skipDuration=-
1);F._videoDuration=0;F.ctaReadyDelay=(null===(v=F.combination)||void
0===v?0:v.cta_ready_delay)?Number(null===(r=F.combination)||void 0===r?void
0:r.cta_ready_delay):5E3;F.skipEndcardOnClose=!!b.placement.skipEndCardOnClose();F._gdprText=[F._localizatio
n.translate('privacy-legitimate-interest-pop-up-1'),
F._localization.translate('privacy-legitimate-interest-pop-up-2'),F._localization.translate('privacy-legitimate-interest-
p o p - u p -
3')];F._useCloseIconInsteadOfSkipIcon=Yb('closeReplaceSkip')||!!b.placement.useCloseIconInsteadOfSkipIcon();Yb(
'swipeClose')&&F._bindings.push({event:'swipe',listener:function(){return
F.onSkipButtonClick()}});F._showPrivacyDuringVideo&&a&&(F._privacy=a,null===(h=F._privacy)||void
0===h?void 0:h.inject(F));a=F.getAdvertisedGameInfo();b=!!b.placement.disableVideoControlsFade();
Cq.setState({src:null===a||void 0===a?void 0:a.videoSrc});F.color=(null===(C=F.combination)||void
0 = = = C ? 0 : C . c o l o r ) ? x t [ F . c o m b i n a t i o n . c o l o r ] : v o i d
0;C=F._useCloseIconInsteadOfSkipIcon?$h.Close:F.isVideoAndPlayable(F._campaign)?$h.Play:$h.Skip;F._videoScr
eenProps={showCtaButton:!1,showChinaAdLabel:'CN'===F._country,showSkipButton:!1,showSpinner:!1,muted:F._
muted,closeButtonType:C,gameIcon:null===a||void 0===a?void
0:a.gameIcon,showPrivacyIcon:F._showPrivacyDuringVideo,showVoteButtons:F.showVoteButtons,
ctaText:F.isAppRelatedAd(a)?F.getCtaText(null===(p=F.combination)||void 0===p?void 0:p.cta_text,'Install
Now',F._isDefaultLanguage):F.getCtaText(null===(q=F.combination)||void 0===q?void 0:q.cta_text,'Learn
More',F._isDefaultLanguage),onCtaButtonClick:F.onCtaClick.bind(F),onPrivacyButtonClick:F.onPrivacyButtonClick
.bind(F),onSkipButtonClick:F.onSkipButtonClick.bind(F),onMuteButtonChange:F.onMuteButtonChange.bind(F),ele
mentIds:gc.zones.videoScreen,children:{},color:(null===(t=F.combination)||void 0===
t?void 0:t.progress)!==Yi.Cta?null===(u=F.color)||void 0===u?void 0:u.main:null===(x=F.color)||void 0===x?void
0:x.dark,animation:null===(y=F.combination)||void 0===y?void
0:y.animation,entryAnimation:null===(z=F.combination)||void 0===z?void
0:z.entry_anim,exitAnimation:null===(B=F.combination)||void 0===B?void
0:B.exit_anim,disableFadeOutOnClick:Yb('videoScreenAlwaysVisible')&&b,disableInitialFadeOut:b,ctaSize:null===
(D=F.combination)||void 0===D?void 0:D.cta_size,iconSize:(null===(E=F.combination)||
void 0===E?0:E.extra_info)?Tc.Large:Tc.Medium,showExtraInformation:!(null===(G=F.combination)||void
0===G||!G.extra_info),reversedCTAContainer:(null===(H=F.combination)||void 0===H?void
0:H.entry_anim)===Hb.IconSlide,freeLabelText:F._localization.translate('Free'),ctaReadyDelay:F.ctaReadyDelay,cta
Shadow:(null===(I=F.combination)||void 0===I?void 0:I.shadow)===Ko.Show};F._campaign instanceof
T&&(F._videoScreenProps=Object.assign(Object.assign({},F._videoScreenProps),{rating:F._campaign.getRating(),
appName:F._campaign.getGameName()}),p=F._campaign.getRatingCount(),F._splashScreenParameters=cq(e,{appIc
on:F._campaign.getGameIcon().getUrlWithoutFileProtocol(),appName:F._campaign.getGameName(),rating:F._camp
aign.getRating(),ratingCount:p,ratingCountText:p?F._localization.abbreviate(p):''},F._localization.translate('Sponsore
d'),ra.forcedSplashScreenDuration,(null===(J=F.combination)||void
0===J?0:J.splash_alternate_text)?F._localization.translate(null===(K=F.combination)||void 0===K?void
0:K.splash_alternate_text):
void 0,F._country));F.wasStoreOpened=!1;F._campaign instanceof
ta&&F._videoScreenProps.gameIcon?n.reportMetricEvent(ib.VastIconCTACount):F._campaign instanceof
ta&&n.reportMetricEvent(ib.VastNoIconCTACount);return F}function Yb(b,a){a=(void
0 = = = a ? a b . g e t S t a t e ( ) : a ) . c o n f i g ; r e t u r n n u l l ! = = a & & v o i d
0!==a&&a.sdkFeatureFlags?!!a.sdkFeatureFlags[b]:!1}function yt(b,a){a=void 0===a?{}:a;return S(void 0,void
0,void 0,function d(){var e,f,g;return l.generator.createGenerator(d,function(d){if(1==d.nextAddress)return e=
{environment:'production',maxValueLength:2E3},d.yield(vq('head')({src:'https://js.sentry-
cdn.com/9be17b4118924b7c8e2e855717c1cae5.min.js'}),2);f=window;return(g=f.Sentry)?d.return(new
Promise(function(d){try{g.onLoad(function(){g.init(Object.assign(Object.assign(Object.assign({},e),a),{initialScope:
{tags:Object.assign({},b)},beforeSend:zt}));d(!0)})}catch(v){console.error('Error while initializing
Sentry.',v),d(!1)}g.forceLoad()})):d.return(!1)})})}function zt(b){var a,c;null===(c=null===(a=b.exception)||
void 0===a?void 0:a.values)||void 0===c?void 0:c.forEach(function(a){var
b,c;null===(c=null===(b=a.stacktrace)||void 0===b?void 0:b.frames)||void 0===c?void 0:c.forEach(function(a){var
b ; i f ( n u l l = = = ( b = a . f i l e n a m e ) | | v o i d
0===b?0:b.includes('UnityAdsWebApp.html'))a.filename='/Bundle.min.js';a.lineno&&(a.lineno-=51)})});return
b}function vq(b){return function(a){return new Promise(function(c,d){var
e=document.createElement('script');e.src=a.src;e.crossOrigin=a.crossOrigin||'anonymous';e.async=!0;e.integrity=
a.integrity||'';e.addEventListener('load',c);e.addEventListener('error',d);document[b].appendChild(e)})}}function
A t ( b ) { v a r
a,c,d,e=l.makeIterator(Xg(b.shouldShowSkipButton,!1)).next().value,f=l.makeIterator(Xg(b.shouldShowSpinner,!1)).
next().value,g=l.makeIterator(Xg(b.shouldShowCtaButton,!1)).next().value,k=l.makeIterator(Xg(b.shouldShowSplash
Screen,!0)).next().value,m=l.makeIterator(Xg(b.mutedObservable,b.muted)).next().value,v=l.makeIterator(Bc(b.show
GDPRBanner)),r=v.next().value,h=v.next().value;
v = l . m a k e I t e r a t o r ( X g ( b . p r o g r e s s B a r P r o g r e s s i o n , 0 , 0 , 0 ) ) ; v a r
C=v.next().value,n=v.next().value,q=v.next().value;v=Ki(function(){b.onGdprBannerClick();h(!1)},[b]);var
t = K i ( f u n c t i o n ( a ) { r e t u r n
b.onMuteButtonChange(a)},[b]),u=Ki(Bt(function(a){b.sendVote(a)},1E3),[b.sendVote]),w=Hi.getState(),x=w.curren
tAdNo,y=w.totalAdCount;w=w.isPoddedAd&&void 0!==x&&void
0!==y&&p(Ct,{currentAd:x,totalAdCount:y,elementId:null===(c=null===(a=b.videoScreenProps)||void 0===a?void
0:a.elementIds)||void 0===c?void 0:c.adCount},
v o i d
0);a=Object.assign(Object.assign({},b.videoScreenProps),{showSkipButton:e,showSpinner:f,showCtaButton:g,onMut
e B u t t o n C h a n g e : t . b i n d ( v o i d
0),onVoteButtonClick:u,muted:m,adCountElement:w,Video:Dt});g={ctaText:a.ctaText,progressBarWidth:C,skipProg
ressBarWidth:n,skipProgressBarMaxWidth:q,onCtaButtonClick:a.onCtaButtonClick,showCtaButton:g,animation:a.an
imation,progress:null===(d=b.combination)||void 0===d?void
0:d.progress,color:b.color,elementIds:a.elementIds,gameIcon:a.gameIcon};c=Et(g);d=c.progressBarComponent;
g = c . p r o g r e s s C o m p o n e n t ; c = c . p r o g r e s s B o r d e r C o m p o n e n t ; r e t u r n
p(Te,{children:[p(Ft,Object.assign({},a,{children:{gdprBannerComponent:r?p(Wk,{onClick:v,privacyLegitimateInter
estPopUp1:b.gdprText[0],privacyLegitimateInterestPopUp2:b.gdprText[1],privacyLegitimateInterestPopUp3:b.gdprT
ext[2],elementIds:b.videoScreenProps.elementIds,className:'g1lx5gdd'},void 0):void
0,progressBarComponent:d,progressComponent:g,progressBorderComponent:c}}),void
0),k&&b.splashScreenParameters&&p(Dq,{children:p(Eq,Object.assign({},
b.splashScreenParameters),void 0)},void 0)]},void 0)}function Dt(){var b=Gt(function(a){return
a.src}),a=Ht(function(a){return pc(a)('html5Video','true')});return b&&a?p(It,{src:b,onCanPlay:function(){return
b e . s e t S t a t e ( { s t a t u s : B e . R E A D Y } ) } , o n P l a y : f u n c t i o n ( ) { r e t u r n
b e . s e t S t a t e ( { s t a t u s : B e . S T A R T } ) } , o n P a u s e : f u n c t i o n ( ) { r e t u r n
be.setState({status:Be.PAUSED})},onPlaying:function(){return
be.setState({status:Be.PLAYING})},onEnded:function(){return
be.setState({status:Be.COMPLETE})},onDurationChange:function(a){var b;
return be.setState({duration:null===(b=a.currentTarget)||void 0===b?void
0:b.duration})},onTimeUpdate:function(a){var b;return be.setState({progress:null===(b=a.currentTarget)||void
0===b?void 0:b.currentTime})}},void 0):null}function Jt(b){return Kt(b.progress,b.duration)}function Kt(b,a){var
c;if(a){var d=null!==(c=Lt.find(function(c){c=l.makeIterator(c).next().value;return b>=c/4*a}))&&void
0!==c?c:[];c=l.makeIterator(d);c.next();return c.next().value}}function zm(b){return function(a,c){var d=
l.makeIterator(Bc(a?a(b.getState()):b.getState())),e=d.next().value,f=d.next().value;sf(function(){return
b . s u b s c r i b e ( f , a , c ) } , [ a , c ] ) ; r e t u r n e } } f u n c t i o n E t ( b ) { v a r
a=b.ctaText,c=b.progressBarWidth,d=b.skipProgressBarWidth,e=b.skipProgressBarMaxWidth,f=b.onCtaButtonClick,
g=b.animation,k=b.progress,m=b.color,v=b.elementIds,r=b.gameIcon;b=b.showCtaButton;var
h=Ji(),C=l.makeIterator(Bc({width:0,height:0})),n=C.next().value,q=C.next().value;sf(function(){if(h.current){var
a=h.current.getBoundingClientRect(),
b = s e t I n t e r v a l ( f u n c t i o n ( ) { v a r
c=h.current.getBoundingClientRect();JSON.stringify(c)===JSON.stringify(a)?(clearInterval(b),q({width:c.width,heig
h t : c . h e i g h t } ) ) : a = c } , 1 0 0 ) ; r e t u r n f u n c t i o n ( ) { r e t u r n
clearInterval(b)}}},[]);d=k!==Yi.Cta&&k!==Yi.Border&&p(Mt,{progressBarProps:{color:null===m||void
0===m?void 0:m.dark,value:c,elementId:null===v||void 0===v?void
0:v.progressBar},skipBarProps:{color:null===m||void 0===m?void
0:m.light,value:d,maxValue:e,elementId:null===v||void 0===v?void 0:v.skipProgressBar}},
void 0);e=k===Yi.Cta&&p(Lo,{className:'f1e20ejo',color:null===m||void 0===m?void 0:m.main,value:c},void
0);a=k===Yi.Border&&p('div',Object.assign({ref:h,className:ba('cd11tuu','p1lspjfx','s16cpi6s',b&&'s15icamp'),onCl
i c k : f } , r c ( n u l l = = = v | | v o i d 0 = = = v ? v o i d
0:v.ctaButton),{children:[r&&p(Mi,{icon:r,className:'g1jyy93l',elementId:null===v||void 0===v?void
0:v.appIcon},void 0),p(Mj,Object.assign({variant:Ue.Cta,size:Tc.Medium,color:null===m||void 0===m?void
0:m.main,animation:g},{children:a}),void 0),p(Nt,
{color:null===m||void 0===m?void 0:m.main,width:n.width,height:n.height,value:c},void 0)]}),void
0);return{progressBarComponent:d,progressComponent:e,progressBorderComponent:a}}function Mt(b){var
a=b.progressBarProps,c=b.skipBarProps,d=void 0===b.backgroundColor?'rgba(0, 0, 0,
0.541)':b.backgroundColor;b=pb(b,['progressBarProps','skipBarProps','backgroundColor']);var e=void
0===a.color?Mo.dark:a.color;a=pb(a,['color']);var f=void 0===c.color?Mo.light:c.color;c=pb(c,['color']);return
p('div',Object.assign({'aria-label':'Progress Bar',
className:'r403v9c',style:{backgroundColor:d}},b,{children:[p(Lo,Object.assign({color:e},a),void
0),p(Lo,Object.assign({color:f},c),void 0)]}),void 0)}function Nt(b){var a=b.width,c=b.height,d=2*a+2*c;return
p('svg',Object.assign({width:'100%',height:'100%',className:'sky8onj',style:{display:0<a?'block':'none'}},{children:p
('rect',{strokeDasharray:d,strokeDashoffset:-(b.value/100*(2*a+c)-
d),className:'r1iquvt1',width:'100%',height:'100%',stroke:void 0===b.color?'#167dfb':b.color,strokeWidth:'0.35em',
fill:'none'},void 0)}),void 0)}function Lo(b){var a=b.className,c=b.color,d=b.elementId,e=void
0 = = = b . m a x V a l u e ? 1 0 0 : b . m a x V a l u e , f = v o i d
0===b.value?0:b.value;b=pb(b,['className','color','elementId','maxValue','value']);c={backgroundColor:c,width:Fq(e
) + ' % ' , t r a n s f o r m : ' t r a n s l a t e X ( ' + ( F q ( f ) - 1 0 0 ) + ' % ) ' } ; r e t u r n
p('div',Object.assign({className:ba('rl55x46',a),style:c},rc(d),b),void 0)}function Fq(b,a,c){return
Math.min(Math.max(b,void 0===a?0:a),void 0===c?100:c)}function Ft(b){function a(){switch(d){case
$h.Close:return p(Ot,
{onClick:v,elementId:x.closeButton},void 0);case $h.Play:return p(Pt,{onClick:v,elementId:x.playButton},void
0);default:return p(Qt,{onClick:v,elementId:x.skipButton},void 0)}}var
c=b.showSkipButton,d=b.closeButtonType,e=b.showCtaButton,f=b.showSpinner,g=b.showPrivacyIcon,k=b.showVot
eButtons,m=b.gameIcon,v=b.onSkipButtonClick,r=b.onPrivacyButtonClick,h=b.onCtaButtonClick,C=b.onMuteButto
nChange,n=b.onVoteButtonClick,q=b.muted,t=b.showChinaAdLabel,u=b.debugMessage,w=b.ctaText,x=b.elementId
s,y=b.color,
z=b.animation,B=void 0===b.entryAnimation?Hb.Slide:b.entryAnimation,D=void
0===b.exitAnimation?df.None:b.exitAnimation,E=b.disableFadeOutOnClick,G=b.disableInitialFadeOut,H=b.adCoun
tElement,I=void 0===b.ctaSize?Tc.Medium:b.ctaSize,J=void 0===b.iconSize?Tc.Medium:b.iconSize,F=void
0===b.showExtraInformation?!1:b.showExtraInformation,K=void
0===b.reversedCTAContainer?!1:b.reversedCTAContainer,L=b.freeLabelText,M=void
0===b.ctaReadyDelay?5E3:b.ctaReadyDelay,N=b.rating,P=b.appName,Q=b.ctaShadow,R=b.Video,
O = b . c h i l d r e n ; b = O . p r o g r e s s B a r C o m p o n e n t ; v a r
S=O.gdprBannerComponent,U=O.skipRewardedDialogComponent,V=O.progressComponent;O=O.progressBorderCo
m p o n e n t ; v a r
T=l.makeIterator(Bc(!0)),W=T.next().value,Y=T.next().value;T=!W&&'h1g68plw';sf(function(){if(W&&!G&&!E){v
ar a=window.setTimeout(function(){Y(!1)},3E3);return function(){return
window.clearTimeout(a)}}},[W,G,E]);sf(function(){Y(!0)},[c,q]);k=k&&p(Rt,{onVoteButtonClick:n,elementIdThum
bUp:x.thumbUpIcon,elementIdThumbDown:x.thumbDownIcon,showButtons:e,
s h o w U i : W } , v o i d 0 ) ; r e t u r n
p('div',Object.assign({className:ba('c1ex00vx','fwvov18'),onClick:function(){return!E&&Y(!W)}},rc(x.videoScreen
) , { c h i l d r e n : [ f & & p ( S t , { } , v o i d
0),p(om,Object.assign({className:'t1d258wr'},{children:[p('div',Object.assign({className:ba('c1c7ho17','c2xpucf',T
)},{children:[c&&a(),t&&p(Yk,{color:'#ffffff',opacity:1,elementId:x.chinaAd},void 0)]}),void
0),H&&p('div',Object.assign({className:ba('c1c7ho17','c1bdz8k2')},{children:H}),void 0)]}),void 0),p(R,{},void
0),U,u&&p('div',Object.assign({className:'d9p3q6z'},
{ c h i l d r e n : u } ) , v o i d
0),p(om,Object.assign({className:'bdd7p7y'},{children:[p('div',Object.assign({className:ba('c1c7ho17','c2xpucf',T)
},{children:[p(Tt,{onChange:function(){return C(!q)},muted:q,elementId:x.muteButton},void
0),g&&!S&&p(Lj,{color:'white',opacity:1,onClick:r,className:'p1kl75db',elementId:x.privacyButton},void
0 ) ] } ) , v o i d
0),p('div',Object.assign({className:ba('c1c7ho17','c1bdz8k2')},{children:[k,O?O:p(Ut,{showCtaButton:e,ctaText:w,g
ameIcon:m,onCtaButtonClick:h,elementIds:x,color:y,animation:z,
entryAnimation:B,exitAnimation:D,ctaSize:I,iconSize:J,showExtraInformation:F,reversedCTAContainer:K,freeLabel
Text:L,ctaReadyDelay:M,rating:N,appName:P,progressComponent:V,ctaShadow:Q},void 0)]}),void
0),!!S&&S]}),void 0),!!b&&b]}),void 0)}function St(b){return
p('div',Object.assign({className:'svxh9om'},b,{children:[p('div',{className:'s14udbgt'},void
0),p('div',Object.assign({className:'s118l2oc'},{children:'Buffering'}),void 0)]}),void 0)}function Vt(b){var
a=b.onChange,c=b.selected,d=b.children;
b=pb(b,['onChange','selected','children']);return p(kh,Object.assign({onClick:a,'aria-pressed':c},b,{children:d}),void
0 ) } f u n c t i o n U t ( b ) { v a r
a=b.showCtaButton,c=b.gameIcon,d=b.onCtaButtonClick,e=b.ctaText,f=b.elementIds,g=b.color,k=b.animation,m=vo
id 0===b.entryAnimation?Hb.Slide:b.entryAnimation,v=void 0===b.exitAnimation?df.None:b.exitAnimation,r=void
0===b.ctaSize?Tc.Medium:b.ctaSize,h=void 0===b.iconSize?Tc.Medium:b.iconSize,C=void
0===b.showExtraInformation?!1:b.showExtraInformation,n=void 0===
b . r e v e r s e d C T A C o n t a i n e r ? ! 1 : b . r e v e r s e d C T A C o n t a i n e r , q = v o i d
0===b.ctaReadyDelay?5E3:b.ctaReadyDelay,t=b.freeLabelText,u=b.rating,x=b.appName,w=b.progressComponent;b
=b.ctaShadow;var y=l.makeIterator(Bc(!1)),z=y.next().value,B=y.next().value;sf(function(){if(v!==df.None){var
a=window.setTimeout(function(){B(!0)},q+8E3);return function(){return window.clearTimeout(a)}}},[q,v,z]);return
p('div',Object.assign({className:ba('cd11tuu',n&&'l1dxe3ml',n&&'rrq2cmh',Wt[m],a&&Xt[m],z&&Yt[v]),onClick:d
},rc(f.ctaButton),
{children:[p('div',Object.assign({className:'i1i91pnk'},{children:[c&&p(Mi,{'data-
testid':'gameIcon',icon:c,className:ba('g1jyy93l',h===Tc.Large&&'b1k3450f'),elementId:f.appIcon},void
0),v===df.IconSlide&&p(Zt,{'data-testid':'downloadButton',className:ba(z&&$t[v]),onClick:d},void 0)]}),void
0 ) , C & & p ( a u , { ' d a t a -
testid':'extraInformation',showCtaButton:a,elementIds:f,entryAnimation:m,exitAnimation:v,freeLabelText:t,rating:u,a
ppName:x,exitAnimationTriggered:z},void 0),p(Mj,Object.assign({'data-testid':'ctaButton',
variant:Ue.Cta,size:r,color:g,animation:k,innerTopEl:w,className:ba(!!w&&'o1tllnqc',Gq[m],a&&Hq[m],z&&Iq[v],
h===Tc.Large&&'biy4bw3'),shadow:b},{children:e}),void 0)]}),void 0)}function au(b){var
a=b.showCtaButton,c=b.elementIds,d=void 0===b.entryAnimation?Hb.Slide:b.entryAnimation,e=void
0===b.exitAnimation?df.None:b.exitAnimation,f=b.freeLabelText,g=b.rating,k=b.appName,m=b.exitAnimationTrigg
ered;b=pb(b,'showCtaButton elementIds entryAnimation exitAnimation freeLabelText rating appName
exitAnimationTriggered'.split(' '));
r e t u r n
p('div',Object.assign({className:ba('i120tjgx',Gq[d],a&&Hq[d],m&&Iq[e])},b,{children:[p('div',Object.assign({class
N a m e : ' g 1 x g y q w v ' } , { c h i l d r e n : k } ) , v o i d
0),p(Li,{rating:g,ratingCount:0,ratingCountText:'',ratingColor:'grey',elementId:c.appRating,className:'g1kgtm2o'},v
oid 0),p('div',Object.assign({className:'fur2v37'},{children:f}),void 0)]}),void 0)}function Xg(b,a){for(var
c=[],d=1;d<arguments.length;++d)c[d-1]=arguments[d];c=l.makeIterator(Bc(c));d=c.next().value;var
e=c.next().value;sf(function(){var a=
b.subscribe(function(a){for(var b=[],c=0;c<arguments.length;++c)b[c-0]=arguments[c];e(function(a){return
a.some(function(a,c){return a!==b[c]})?b:a})});return function(){return b.unsubscribe(a)}},[b]);return d}function
Dq(b){b=b.children;return p('div',Object.assign({className:ba('_344kw','fwvov18')},{children:b}),void 0)}function
E q ( b ) { v a r
a=b.alternateText,c=b.sponsoredText,d=b.sponsoredtextPosition,e=b.appIcon,f=b.appName,g=b.ratingInfo,k=b.durati
on,m=b.showIcons,v=b.showSponsored,r=b.gameInfoTextColor;
return p('div',Object.assign({className:[vh.splashScreen,vh[void
0===b.backgroundTheme?ol.BlueTheme:b.backgroundTheme]||''].join('
'),style:{animationDelay:k/1E3+'s'}},{children:p('div',Object.assign({className:[vh.gameInfoContainer,'g1ain7a1'].j
o i n ( '
')},{children:p('div',Object.assign({className:vh.gameInfo,style:{color:r}},{children:[v&&d===ak.Top&&p('div',O
bject.assign({className:[vh.sponsored,vh.sponsoredTop].join(' ')},{children:c}),void
0),p(Mi,{icon:e,className:'g16h3e9r',variant:bk.Vertical},
void 0),p('div',Object.assign({className:'gb1fnb5'},{children:f}),void
0),g&&p(Li,{rating:g.rating,ratingCount:g.ratingCount,ratingCountText:g.ratingCountText,ratingCountColor:'#ffffff'}
,void 0),v&&d!==ak.Top&&p('div',Object.assign({className:[vh.sponsored,vh.sponsoredBottom].join('
')},{children:c}),void 0),a&&p('div',Object.assign({className:vh.alternate},{children:a}),void
0),m&&p(bu,{icons:[pl.Video,pl.Controller]},void 0)]}),void 0)}),void 0)}),void 0)}function
bu(b){b=b.icons.map(function(a,
b){return p(Jq,{className:No.splashScreenIcon,icon:a},b)}).reduce(function(a,b){return
p(Te,{children:[a,p(Jq,{icon:pl.Plus,className:No.iconsSeparator},void 0),b]},void 0)});return
p('div',Object.assign({className:No.splashIconsContainer},{children:b}),void 0)}function Li(b){var
a=b.rating,c=b.ratingCount,d=b.ratingCountText,e=b.ratingCountColor,f=void
0===b.ratingColor?'':b.ratingColor;return p('div',Object.assign({className:void
0===b.className?'':b.className},rc(b.elementId),{children:[void 0!==
a&&p('div',Object.assign({className:'g1dea9fv'},{children:[p('span',Object.assign({className:['g106ae11',f?cu[f]:'']
.join(' '),style:{width:a/5*100+'%'}},{children:[p(Ag,{},void 0),p(Ag,{},void 0),p(Ag,{},void 0),p(Ag,{},void
0),p(Ag,{},void 0)]}),void 0),p('span',Object.assign({className:'g12k1x5p'},{children:[p(Ag,{},void 0),p(Ag,{},void
0),p(Ag,{},void 0),p(Ag,{},void 0),p(Ag,{},void 0)]}),void 0)]}),void 0),void
0!==c&&0!==c&&p('span',Object.assign({className:'gvcqqce',style:{color:e}},{children:['( ',
d,' )']}),void 0)]}),void 0)}function du(b){return p(Ce,Object.assign({viewBox:'0 0 24 24','aria-label':'Volume
Icon'},b,{children:p('path',{d:'M3 10v4c0 .55.45 1 1 1h3l3.29 3.29c.63.63 1.71.18 1.71-.71V6.41c0-.89-1.08-1.34-
1.71-.71L7 9H4c-.55 0-1 .45-1 1zm13.5 2A4.5 4.5 0 0014 7.97v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 4.45v.2c0
.38.25.71.6.85C17.18 6.53 19 9.06 19 12s-1.82 5.47-4.4 6.5c-.36.14-.6.47-.6.85v.2c0 .63.63 1.07 1.21.85C18.6 19.11
21 15.84 21 12s-2.4-7.11-5.79-8.4c-.58-.23-1.21.22-1.21.85z'},
void 0)}),void 0)}function eu(b){return p(Ce,Object.assign({viewBox:'0 0 24 24','aria-label':'Volume Mute
Icon'},b,{children:p('path',{d:'M3.63 3.63a.996.996 0 000 1.41L7.29 8.7 7 9H4c-.55 0-1 .45-1 1v4c0 .55.45 1 1
1h3l3.29 3.29c.63.63 1.71.18 1.71-.71v-4.17l4.18 4.18c-.49.37-1.02.68-1.6.91-.36.15-.58.53-.58.92 0 .72.73 1.18
1.39.91.8-.33 1.55-.77 2.22-1.31l1.34 1.34a.996.996 0 101.41-1.41L5.05 3.63c-.39-.39-1.02-.39-1.42 0zM19 12c0
.82-.15 1.61-.41 2.34l1.53 1.53c.56-1.17.88-2.48.88-3.87 0-3.83-2.4-7.11-5.78-8.4-.59-.23-1.22.23-1.22.86v.19c0
.38.25.71.61.85C17.18 6.54 19 9.06 19 12zm-8.71-6.29l-.17.17L12 7.76V6.41c0-.89-1.08-1.33-1.71-.7zM16.5
12A4.5 4.5 0 0014 7.97v1.79l2.48 2.48c.01-.08.02-.16.02-.24z'},
void 0)}),void 0)}function Ys(b){return p(Ce,Object.assign({viewBox:'0 0 312.94 79.6','aria-label':'Unity Ads Logo
Icon'},b,{children:p('path',{d:'M56.47,49.09V35.36c0-0.19-0.08-0.36-0.21-0.48c-0.06-0.06-0.14-0.1-0.22-0.13c-0.18-
0.07-0.39-0.07-0.57,0.04l-14.13,8.16c-0.4,0.23-0.67,0.66-0.67,1.15v16.32c-0.01,0.5,0.58,0.83,1,0.58l11.89-
6.87l11.64,6.72L34.85,78.37L4.51,60.85l11.64-6.72L28.04,61c0.43,0.26,1-0.09,0.99-0.58V44.1c0-0.46-0.24-0.9-
0.66-1.15l-14.14-8.16c-0.42-0.27-1,0.08-0.99,0.57v13.73L1.6,55.81V20.77L31.94,3.25v13.44l-11.89,6.87c-
0.44,0.23-0.43,0.91,0,1.15l14.14,8.16c0.39,0.23,0.9,0.24,1.33,0l14.13-8.16c0.44-0.24,0.43-0.92,0-1.15l-11.89-
6.87V3.25l30.35,17.52v35.04L56.47,49.09z M106.69,44.45c0,3.53-1.97,6.05-6.1,6.05c-4.39,0-6.2-2.37-6.2-
5.9V23.02h-8.92V44.3c0,8.42,5.04,13.36,15.13,13.36c10.03,0,15.03-5.04,15.03-13.36V23.02h-8.92V44.45z
M145.31,40.22v16.79h-8.22V41.88c0-2.72-1.36-4.59-4.03-4.59c-2.72,0-4.54,2.27-4.54,5.45v14.27h-
8.22V31.19h7.92v3.53h0.15c1.92-2.77,4.39-4.29,7.97-4.29C141.99,30.44,145.31,34.47,145.31,40.22z
M149.55,20.96h8.22v6.66h-8.22V20.96z M149.55,31.19h8.22v25.82h-8.22V31.19z M172.24,31.19h4.69v6.66h-
4.69v10.58c0,2.02,1.11,2.52,2.87,2.52c0.71,0,1.51-0.05,1.82-0.05v6c-0.71,0.2-2.27,0.4-4.49,0.4c-4.79,0-8.22-1.56-
8.22-7.11V37.85h-3.43v-6.66h3.43v-8.17h8.02V31.19z M197.81,31.19h8.22l-8.92,26.17c-2.07,6.05-4.54,8.17-
9.73,8.17h-5.34v-6.4h2.82c2.42,0,3.38-0.96,3.38-2.72c0-1.11-0.5-2.62-1.56-5.34l-7.61-
19.87h8.67l3.48,10.99c0.81,2.52,1.61,5.95,1.61,5.95h0.1c0,0,0.71-3.43,1.51-5.95L197.81,31.19z M217.34,33.2c-
0.17-0.4-0.41-0.75-0.71-1.05c-0.3-0.3-0.65-0.54-1.05-0.71c-0.4-0.17-0.82-0.26-1.28-0.26c-0.46,0-0.88,0.08-
1.28,0.26c-0.4,0.17-0.75,0.41-1.05,0.71c-0.3,0.3-0.54,0.65-0.71,1.05c-0.17,0.4-0.26,0.82-
0.26,1.28c0,0.46,0.08,0.88,0.26,1.28c0.17,0.4,0.41,0.75,0.71,1.05c0.3,0.3,0.65,0.54,1.05,0.71c0.4,0.17,0.82,0.26,1.28,
0.26c0.46,0,0.88-0.08,1.28-0.26c0.4-0.17,0.75-0.41,1.05-0.71c0.3-0.3,0.54-0.65,0.71-1.05c0.17-0.4,0.25-0.82,0.25-
1.28C217.6,34.03,217.51,33.6,217.34,33.2z M216.47,35.74c-0.23,0.38-0.53,0.68-0.9,0.91c-0.38,0.23-0.8,0.34-
1.26,0.34c-0.46,0-0.88-0.11-1.26-0.34c-0.38-0.22-0.68-0.53-0.9-0.91c-0.23-0.38-0.34-0.8-0.34-1.26c0-0.46,0.11-
0.88,0.34-1.26c0.22-0.38,0.53-0.68,0.9-0.91c0.38-0.23,0.8-0.34,1.26-
0.34c0.46,0,0.88,0.11,1.26,0.34c0.38,0.22,0.68,0.53,0.9,0.91c0.22,0.38,0.34,0.8,0.34,1.26C216.81,34.95,216.7,35.36,
216.47,35.74z M215.46,34.47c0.11-0.15,0.16-0.34,0.16-0.57c0-0.22-0.05-0.4-0.15-0.54c-0.1-0.14-0.23-0.25-0.37-
0.32c-0.15-0.07-0.28-0.1-0.4-0.1h-1.54v3.04h0.67v-1.03h0.66l0.53,1.03h0.73l-0.62-
1 . 1 8 C 2 1 5 . 2 5 , 3 4 . 7 1 , 2 1 5 . 3 7 , 3 4 . 6 , 2 1 5 . 4 6 , 3 4 . 4 7 z
M213.82,33.42h0.63c0.08,0,0.17,0.03,0.28,0.1c0.11,0.07,0.16,0.19,0.16,0.38c0,0.18-0.05,0.32-0.16,0.41c-0.11,0.09-
0.2,0.14-0.29,0.14h-0.62V33.42z M242.5,20.46l-13.41,36.45h4.69l3.93-11.11h14.53l3.87,11.11h5l-13.46-
36.45H242.5z M239.03,42.07l4.33-12.24c0.71-2.09,1.68-5.15,1.68-
5.15h0.1c0,0,0.92,3.11,1.63,5.15l4.18,12.24H239.03z M281.6,34.27h-0.1c-1.68-2.5-4.54-4.33-8.26-4.33c-6.53,0-
11.57,5.1-11.57,13.87c0,8.46,4.49,13.87,11.67,13.87c3.72,0,6.17-1.43,8.16-3.98h0.1v3.21h4.13V20.46h-
4.13V34.27z M273.5,54.21c-5.05,0-7.6-4.38-7.6-10.35c0-5.91,2.55-10.4,7.54-
10.4c5.46,0,8.41,4.28,8.41,10.4C281.86,49.82,279.36,54.21,273.5,54.21z M311.22,49.67c0,5.3-4.33,8-10.4,8c-
7.24,0-11.27-3.42-11.67-9.33h4.23c0.56,4.59,3.62,5.86,7.54,5.86c4.33,0,6.12-1.89,6.12-4.33c0-2.96-2.04-3.72-6.88-
4.74c-5.2-1.07-9.84-2.14-9.84-7.9c0-4.38,3.37-7.24,9.48-7.24c6.53,0,9.74,3.11,10.35,8.26h-4.23c-0.41-3.47-2.29-5-
6.22-5c-3.77,0-5.3,1.68-5.3,3.77c0,2.85,2.55,3.42,7.09,4.33C306.79,42.43,311.22,43.6,311.22,49.67z'},
void 0)}),void 0)}function fu(b){return p(Ce,Object.assign({viewBox:'0 0 24 24','aria-label':'Thumb Up
Icon'},b,{children:p('path',{d:'M1,22h4V10H1V22z M23,11c0-1.1-0.9-2-2-2h-6.3l0.9-4.6l0-0.3c0-0.4-0.2-0.8-0.4-
1.1l-1.1-1L7.6,8.6C7.2,8.9,7,9.4,7,10v10c0,1.1,0.9,2,2,2h9c0.8,0,1.5-0.5,1.8-1.2l3-
7.1C23,13.5,23,13.3,23,13V11z'},void 0)}),void 0)}function gu(b){return p(Ce,Object.assign({viewBox:'0 0 24
24','aria-label':'Thumb Down Icon'},b,{children:p('path',{d:'M15,2H6C5.2,2,4.5,2.5,4.2,3.2l-
3,7.1C1,10.5,1,10.7,1,11v2c0,1.1,0.9,2,2,2h6.3l-0.9,4.6l0,0.3c0,0.4,0.2,0.8,0.4,1.1L9.8,22l6.6-
6.6C16.8,15,17,14.6,17,14V4C17,2.9,16.1,2,15,2z M19,2v12h4V2H19z'},
void 0)}),void 0)}function Ag(b){return p(Ce,Object.assign({viewBox:'0 0 24 24','aria-label':'Star
Icon'},b,{children:p('path',{d:'M12 17.27l4.15 2.51c.76.46 1.69-.22 1.49-1.08l-1.1-4.72 3.67-3.18c.67-.58.31-1.68-
.57-1.75l-4.83-.41-1.89-4.46c-.34-.81-1.5-.81-1.84 0L9.19 8.63l-4.83.41c-.88.07-1.24 1.17-.57 1.75l3.67 3.18-1.1
4.72c-.2.86.73 1.54 1.49 1.08l4.15-2.5z'},void 0)}),void 0)}function hu(b){return p(Ce,Object.assign({viewBox:'0 0
37.5 22','aria-label':'Skip Icon'},b,{children:p('path',{d:'M28.3,5.8v10.4h-1.4v-4.6l-8.4,4.5v-5l-
9.3,5V5.8l9.3,5.1V5.8l8.4,4.6V5.8H28.3z'},
void 0)}),void 0)}function iu(b){return p(Ce,Object.assign({viewBox:'0 0 37.5 22','aria-label':'Play
Icon'},b,{children:p('path',{d:'M8,5v14l11-7L8,5z'},void 0)}),void 0)}function Kq(b){return
p(Ce,Object.assign({viewBox:'0 0 31.9 32','aria-label':'Gdprs Icon'},b,{children:p('path',{d:'M18.6 17.2c.7 0 1.3.5 1.4
1.1.1.4.1.8-.1 1.1-.2.3-.5.6-.9.7l-3.4.9c-.4.1-.8.5-1 .9-.2.4-.1.9.2 1.3l.4.5c.3.4.7.6 1.2.6h.2l5.1-.6c.3 0 .6-.2.8-.4L28
18c.3-.3.7-.4 1.1-.4.4 0 .8.2 1.1.5.6.6.6 1.6 0 2.2L23 27.4c-.4.4-.9.6-1.4.6H10.2c-.4 0-.8.2-1 .4l-1.8 1.9-5.5-5.5L9
18.7c.3-.3.7-.4 1.1-.5l8.5-1.1c-.2.1-.1.1 0 .1m0-1.4h-.4l-8.5 1.1c-.7.1-1.4.4-1.9.8L.4 24c-.5.4-.5 1.1-.1 1.6l.1.1 6
6c.1.2.4.3.7.3.3 0 .6-.1.8-.3l2-2.1h11.4c.9 0 1.7-.3 2.4-1l7.2-7.1c1.2-1.1 1.2-3 .1-4.2-.6-.6-1.4-.9-2.1-.9-.7 0-1.5.3-2
.8l-5.6 5.3-5.1.5-.4-.5 3.4-.9c1.6-.4 2.5-2 2.1-3.6-.3-1.4-1.4-2.2-2.7-2.2zM29.8 2l-6-1.9c-.1-.1-.2-.1-.3-.1-.1 0-.2 0-
.3.1l-6 1.9c-.3.1-.4.4-.4.7v4c0 2.1.6 4 1.9 5.7 1.2 1.7 2.8 2.7 4.6 3.2h.4c1.8-.5 3.3-1.6 4.6-3.2 1.3-1.7 1.9-3.6 1.9-5.7v-
4c0-.3-.1-.6-.4-.7zm-2.9 3.8l-4 4c-.1.1-.2.1-.2.1-.1 0-.2 0-.2-.1l-1.9-1.9c-.1-.1-.1-.4 0-.5L21 7c.1-.1.2-.1.2-.1.1 0 .2 0
.2.1l1.1 1.1L26 4.8c.1-.1.2-.1.2-.1.1 0 .2 0 .2.1l.5.5c.1.1.1.2.1.3s0 .1-.1.2z'},
void 0)}),void 0)}function ju(b){return p(Ce,Object.assign({viewBox:'0 0 24 24','aria-label':'Download
Icon'},b,{children:[p('path',{d:'M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'},void 0),p('polyline',{points:'7 10 12 15
17 10'},void 0),p('line',{x1:'12',x2:'12',y1:'15',y2:'3'},void 0)]}),void 0)}function ku(b){return
p(Ce,Object.assign({viewBox:'0 0 24 24','aria-label':'Close Icon'},b,{children:p('path',{d:'M18.3,5.7c-0.4-0.4-1-0.4-
1.4,0L12,10.6L7.1,5.7c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l4.9,4.9l-4.9,4.9c-0.4,0.4-0.4,1,0,1.4s1,0.4,1.4,0l4.9-
4.9l4.9,4.9c0.4,0.4,1,0.4,1.4,0s0.4-1,0-1.4L13.4,12l4.9-4.9C18.7,6.7,18.7,6.1,18.3,5.7z'},
void 0)}),void 0)}function lu(b){return p(Ce,Object.assign({viewBox:'0 0 123.5 60.3','aria-label':'China Ad
Icon'},b,{children:p('path',{d:'M62.5,9v7.1H14.8v12.1c0,15.6-2.6,26.9-8,34.5l-1.2,1.7l-1.2-1.7c-0.4-0.6-2-2-2.9-
2.4L0,59.6l1-1.4\n c5.8-8.4,6.5-20.4,6.5-29.8V8.9h22.7V0.1l9,0.6l-0.3,1.7c-0.2,0.8-0.6,1.4-1.3,1.7V9H62.5z
M127.2,24.9V32H66.1v-7.1h5.4\n C71,24.6,70.5,24.3,70,24l-1.6-0.9l1.2-1.4c3.5-4.2,7-11.8,9.2-19.9l0.4-
1.5l8.2,2.3L87.1,4c-0.1,0.5-0.4,1.4-1.7,1.8\n c-0.4,1.3-0.9,2.7-1.4,4h8.7V0l9,0.6l-0.3,1.7c-0.2,0.8-0.6,1.4-
1.3,1.7v6H122v7h-21.8v7.9H127.2z M81.1,16.9c-1.4,3-3.1,5.8-4.7,8\n h16.3v-8H81.1z M117.8,35.2v27.6h-
7.5v-2.6H83.1v2.7h-7.4V35.2H117.8z M83.1,42.3v10.9h27.2V42.3H83.1z'},
void 0)}),void 0)}function Ms(b){return p(Ce,Object.assign({viewBox:'0 0 40 40','aria-label':'Check Circle
Icon'},b,{children:p('path',{d:'M20 0C9 0 0 9 0 20s9 20 20 20 20-9 20-20S31 0 20 0zm0 36c-8.8 0-16-7.2-16-16S11.2
4 20 4s16 7.2 16 16-7.2 16-16 16zm7.1-22.4l-9.9 9.9-4.2-4.2c-.8-.8-2-.8-2.8 0-.8.8-.8 2 0 2.8l5.7 5.7c.8.8 2 .8 2.8
0L30 16.5c.8-.8.8-2 0-2.8-.9-.8-2.1-.8-2.9-.1z'},void 0)}),void 0)}function Gs(b){return
p(Ce,Object.assign({viewBox:'0 0 24 24','aria-label':'Back Icon'},b,{children:p('path',
{d:'M18.2,18.5V5.7c0-1-1.2-1.6-1.8-1l-9.9,6.2c-0.7,0.5-0.7,1.6,0,2.1l9.9,6.3C17.2,19.9,18.2,19.4,18.2,18.5z'},void
0 ) } ) , v o i d 0 ) } f u n c t i o n C e ( b ) { v a r
a=b.children,c=b.className,d=b.color,e=b.elementId,f=b.height,g=b.opacity,k=b.viewBox;b=pb(b,'children
className color elementId height opacity viewBox'.split(' '));d={fill:''+d,height:''+f,opacity:''+g};return
p('svg',Object.assign({className:ba('r1f2ue17',c),viewBox:k,style:d},rc(e),b,{children:a}),void 0)}function
Ma(b,a){var c=this;this._localization=
a ; v a r
d=0,e="__p+='";b&&b.replace(Ma._matcher,function(a,c,f,v){e+=b.slice(d,v).replace(Ma._escapeRegExp,Ma._escap
eChar);d=v+a.length;c?e+="'+\n((__t=("+c+"))==null?'':__t)+\n'":f&&(e+="';\n"+f+"\n__p+='");return
a});e+="';\n";e="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+e+'return
__p;\n';try{var f=new Function('data',e);this._templateFunction=function(a){return f.call(c,a)}}catch(g){throw
g.source=e,g;}}function Ia(b,a){this._language=b;this._namespace=
a } f u n c t i o n
Ae(b,a,c,d){b=N.call(this,b,a,d)||this;b._fadeEnabled=!0;b._isPrivacyShowing=!1;b._callToActionButtonReady=!1;b.
_ m u t e d = c ; r e t u r n b } f u n c t i o n
N(b,a,c){this._templateData={};this._bindings=[];this._handlers=[];this._attachTap=!1;this._platform=b;this._id=a;thi
s._attachTap=void 0!==c?c:this._platform===t.IOS}function Am(b){return Vf.call(this,b)||this}function
B m ( b ) { r e t u r n V f . c a l l ( t h i s , b ) | | t h i s } f u n c t i o n V f ( b ) { v a r
a=this;this._element=b;this._startY=this._startX=0;this._element.addEventListener('touchstart',
function(b){return a.onTouchStart(b)},!1)}function wh(b){var
a=this;this._supportsPassive=!1;this._element=b;this._moved=!1;this._startY=this._startX=0;try{var
c=Object.defineProperty({},'passive',{get:function(){a._supportsPassive=!0}});document.addEventListener('testPassi
ve',function(){a._supportsPassive=!1},c);document.removeEventListener('testPassive',function(){a._supportsPassive=
!1},c)}catch(d){this._supportsPassive=!1}this._element.addEventListener('touchstart',function(b){return
a.onTouchStart(b)},
this._supportsPassive?{passive:!1}:!1)}function gc(b){var a=this;this._onClickRecorded=new
w;b.addEventListener('touchend',function(b){a.onTouchEndListener(b)},!0);b.addEventListener('message',function(c)
{c.data&&'SdkClickDetailsManager.click'===c.data.type&&(c=c.data.clickDetails,a.computeLastClickDetails(c.id,c.
clientX/b.innerWidth,c.clientY/b.innerHeight,Date.now(),b.innerHeight>b.innerWidth,c.operativeId))})}function
Cb(){}function pc(b){b=void 0===b?wi.getState():b;return function(a,c){c=void 0===
c?'true':c;return Lq(b)(a)===c}}function mu(b){b=void 0===b?wi.getState():b;return function(a,c){return
nu(b)(a).gameIds.includes(c)}}function nu(b){b=void 0===b?wi.getState():b;return function(a){a=ou(b)(a);return
a.gameIds?a:{gameIds:[]}}}function ou(b){b=void 0===b?wi.getState():b;return function(a){var c=Lq(b);try{return
JSON.parse(c(a))}catch(d){return{}}}}function Lq(b){b=void 0===b?wi.getState():b;return function(a){return
b.data[a]}}function Cm(b,a,c){var d=Error.call(this,c);this.message=
d . m e s s a g e ; ' s t a c k ' i n
d&&(this.stack=d.stack);Error.captureStackTrace&&Error.captureStackTrace(this,Cm);this.name='JSONParserError';
this.message=JSON.stringify({id:b,i:a,m:c})}function Mq(b,a){b=Error.call(this,b);this.message=b.message;'stack'in
b & & ( t h i s . s t a c k = b . s t a c k ) ; t h i s . t a g = a } f u n c t i o n z a ( b ) { r e t u r n
sa.call(this,'XPromoCampaign',Object.assign(Object.assign({},sa.Schema),{appStoreId:['string'],gameId:['number'],ga
meName:['string'],gameIcon:['object'],rating:['number'],ratingCount:['number'],landscapeImage:['object',
'undefined'],portraitImage:['object','undefined'],squareImage:['object','undefined'],video:['object','undefined'],streaming
Video:['object','undefined'],videoPortrait:['object','undefined'],streamingPortraitVideo:['object','undefined'],clickAttrib
utionUrl:['string','undefined'],clickAttributionUrlFollowsRedirects:['boolean','undefined'],bypassAppSheet:['boolean'],
store:['number'],videoEventUrls:['object']}),b)||this}function ta(b){var
a=ob.call(this,'VastCampaign',Object.assign(Object.assign({},ob.Schema),
{vast:['object'],video:['object'],hasStaticEndscreen:['boolean'],hasIframeEndscreen:['boolean'],hasHtmlEndscreen:['boo
lean'],hasBundleId:['boolean'],staticPortrait:['object','undefined'],staticLandscape:['object','undefined'],impressionUrls:
['array'],isOMEnabled:['boolean'],omVendors:['array'],gameIcon:['object','undefined']}),b)||this;a.addCustomTracking(
b . t r a c k i n g U r l s ) ; r e t u r n a } f u n c t i o n
zb(b,a,c,d,e,f){a=Rb.call(this,'Video',a,Object.assign(Object.assign({},Rb.Schema),{size:['number','undefined'],
width:['number'],height:['number'],duration:['number'],position:['number'],positionRepeats:['number'],quartile:['numbe
r'],started:['boolean'],creativeId:['string','undefined']}))||this;a.set('url',b);a.set('size',c);a.set('width',e||0);a.set('height',f||
0);a.set('duration',0);a.set('position',0);a.set('positionRepeats',0);a.set('quartile',0);a.set('started',!1);a.set('creativeId',d);
r e t u r n a } f u n c t i o n T ( b ) { r e t u r n
sa.call(this,'PerformanceCampaign',Object.assign(Object.assign({},sa.Schema),{appStoreId:['string'],
gameId:['number'],gameName:['string'],gameIcon:['object'],rating:['number'],ratingCount:['number'],landscapeImage:['
object','undefined'],portraitImage:['object','undefined'],squareImage:['object','undefined'],video:['object','undefined'],str
eamingVideo:['object','undefined'],videoPortrait:['object','undefined'],streamingPortraitVideo:['object','undefined'],clic
kAttributionUrl:['string','undefined'],clickAttributionUrlFollowsRedirects:['boolean','undefined'],clickUrl:['string'],vid
eoEventUrls:['object'],
bypassAppSheet:['boolean'],store:['number'],appDownloadUrl:['string','undefined'],endScreenType:['string','undefined'
],endScreen:['object','undefined'],endScreenSettings:['object','undefined'],headerBiddingToken:['string','undefined']}),
b ) | | t h i s } f u n c t i o n L a ( b ) { r e t u r n
ob.call(this,'MRAIDCampaign',Object.assign(Object.assign({},ob.Schema),{resourceAsset:['object','undefined'],resou
rce:['string','undefined'],dynamicMarkup:['string','undefined'],clickAttributionUrl:['string','undefined'],clickAttribution
UrlFollowsRedirects:['boolean',
'undefined'],clickUrl:['string','undefined'],gameName:['string','undefined'],gameIcon:['object','undefined'],rating:['num
ber','undefined'],ratingCount:['number','undefined'],landscapeImage:['object','undefined'],portraitImage:['object','undefi
ned'],bypassAppSheet:['boolean','undefined'],store:['number','undefined'],appStoreId:['string','undefined'],videoEventU
rls:['object','undefined'],playableConfiguration:['object','undefined'],targetGameId:['number','undefined'],isCustomClos
eEnabled:['boolean']}),
b)||this}function ob(b,a,c){b=sa.call(this,b,a,c)||this;c.skadn&&b.setSkadnAppStoreId(c.skadn.itunesitem);return
b}function n(){}function xh(){this._metrics=[];this._timings=[]}function
sa(b,a,c){b=R.call(this,b,a,c)||this;b._uniqueId=Oh.generate();return b}function Oh(){}function
aq(){return'xxxxxxxxxxxx4xxxyxxxxxxxxxxxxxxx'.replace(/[xy]/g,function(b){var
a=16*Math.random()|0;return('x'===b?a:a&3|8).toString(16)})}function
ck(b,a,c){a=Rb.call(this,'HTML',a,Rb.Schema)||this;a.set('url',b);a.set('creativeId',
c);return a}function Rb(b,a,c){b=R.call(this,b,c)||this;b.set('session',a);return b}function Qa(){}function Ca(b){var
a ; v a r
c=R.call(this,'Placement',{id:['string'],name:['string'],storeName:['string','undefined'],adFormat:['string','undefined'],all
owSkipInSeconds:['number','undefined'],closeTimerDuration:['number'],allowSkip:['boolean'],disableBackButton:['bo
olean'],muteVideo:['boolean'],skipEndCardOnClose:['boolean','undefined'],disableVideoControlsFade:['boolean','unde
fined'],useCloseIconInsteadOfSkipIcon:['boolean',
'undefined'],adTypes:['array','undefined'],state:['number'],previousState:['number'],placementStateChanged:['boolean'],
currentCampaign:['object','undefined'],currentTrackingUrls:['object','undefined'],auctionType:['string'],bannerRefresh
Rate:['number','undefined'],adUnitId:['string','undefined'],groupId:['string','undefined'],rs:['string','undefined'],mediatio
nFee:['string','undefined'],winPrice:['string','undefined'],fillInvalidated:['boolean'],invalidationPending:['boolean'],adPo
dding:['object',
'undefined'],gmaEligible:['boolean','undefined'],placementType:['string','undefined'],mediationLineItemId:['string','und
efined'],meta:['string','undefined'],hbMeta:['string','undefined']})||this;c.set('id',b.id);c.set('name',b.name);c.set('allowSk
ip',b.allowSkip);b.allowSkip&&c.set('allowSkipInSeconds',b.allowSkipInSeconds||b.skipInSeconds||0);c.set('closeTim
erDuration',b.closeTimerDuration||0);c.set('storeName',b.storeName);c.set('adFormat',b.adFormat);c.set('disableBackB
utton',b.disableBackButton);
c.set('muteVideo',b.muteVideo);c.set('skipEndCardOnClose',b.skipEndCardOnClose);c.set('disableVideoControlsFade
',b.disableVideoControlsFade);c.set('useCloseIconInsteadOfSkipIcon',b.useCloseIconInsteadOfSkipIcon);c.set('adTyp
es',b.adTypes);c.set('state',D.NOT_AVAILABLE);c.set('auctionType',b.auctionType||'cpm');c.set('bannerRefreshRate',
b.bannerRefreshRate||(null===(a=b.banner)||void 0===a?void
0:a.refreshRate));c.set('adPodding',b.adPodding);c.set('adUnitId',b.adUnitId);c.set('groupId',b.groupId);
c.set('invalidationPending',!1);c.set('fillInvalidated',!1);c.set('gmaEligible',b.gmaEligible);c.set('placementType',b.plac
ementType);c.set('mediationLineItemId',b.mediationLineItemId);return c}function R(b,a,c){c=void
0===c?{}:c;this._data={};this._schema=a;this._name=b;this.setModelValues(c)}function
Ob(b,a){this.message=b;this.name=a}function te(){this._handlers=[];this._paused=!1}function pu(b){switch(b){case
Zi.DownloadForFree:return ai.DownloadForFree;case Zi.Get:return ai.Get;case Zi.GET:return ai.GET;
case Zi.InstallNow:return ai.InstallNow;case Zi.Install:return ai.Install;case Oo.LearnMore:return
P o . L e a r n M o r e ; d e f a u l t : r e t u r n a i . I n s t a l l N o w } } f u n c t i o n
Nq(b,a,c){if(++c[1]===c[0]&&b.o.delete(a),b.props.revealOrder&&('t'!==b.props.revealOrder[0]||!b.o.size))for(c=b.u
;c;){for(;3<c.length;)c.pop()();if(c[1]<c[0])break;b.u=c=c[2]}}function qu(b){switch(b){case zf.Download:return
ef.Download;case zf.DownloadForFree:return ef.DownloadForFree;case zf.Get:return ef.Get;case zf.GET:return
ef.GET;case zf.InstallNow:return ef.InstallNow;
case zf.Install:return ef.Install;case zf.Play:return ef.Play;case zf.PlayForFree:return ef.PlayForFree;case
zf.PlayGame:return ef.PlayGame;case zf.PlayNow:return ef.PlayNow;default:return ef.DownloadForFree}}function
ba(){return Array.prototype.slice.call(arguments).filter(Boolean).join(' ')}function Dm(b){return
function(a){return!!a&&(null===b||void 0===b?void 0:b.includes(a))}}function E(){}function Qo(){}function
dk(){}function Zc(b,a,c){c=void 0===c?!0:c;this._callbackId=1;this._callbackTable=
{ } ; t h i s . _ e v e n t H a n d l e r s = { } ; t h i s . _ o n N a t i v e E v e n t = n e w
w;this._backend=b;this._platform=a;this._autoBatchEnabled=c}function w(){this._observers=[]}function
bi(b,a){this.resolve=b;this.reject=a}function ql(b){this._batch=[];this._nativeBridge=b}function pb(b,a){var
c = { } , d ; f o r ( d i n
b)Object.prototype.hasOwnProperty.call(b,d)&&0>a.indexOf(d)&&(c[d]=b[d]);if(null!=b&&'function'===typeof
O b j e c t . g e t O w n P r o p e r t y S y m b o l s ) { v a r
e=0;for(d=Object.getOwnPropertySymbols(b);e<d.length;e++)0>a.indexOf(d[e])&&Object.prototype.propertyIsEnu
merable.call(b,
d[e])&&(c[d[e]]=b[d[e]])}return c}function S(b,a,c,d){function e(a){return a instanceof c?a:new
c(function(b){b(a)})}return new (c||(c=Promise))(function(c,g){function
f(a){try{v(d.next(a))}catch(A){g(A)}}function m(a){try{v(d['throw'](a))}catch(A){g(A)}}function
v(a){a.done?c(a.value):e(a.value).then(f,m)}v((d=d.apply(b,a||[])).next())})}function ci(b,a){for(var c in
a)b[c]=a[c];return b}function rl(b,a,c){var d,e,f,g=arguments,k={};for(f in
a)'key'==f?d=a[f]:'ref'==f?e=a[f]:k[f]=a[f];if(3<arguments.length)for(c=
[c],f=3;f<arguments.length;f++)c.push(g[f]);if(null!=c&&(k.children=c),'function'==typeof
b&&null!=b.defaultProps)for(f in b.defaultProps)void 0===k[f]&&(k[f]=b.defaultProps[f]);return
Em(b,k,d,e,null)}function Em(b,a,c,d,e){b={type:b,props:a,key:c,ref:d,__k:null,__:null,__b:0,__e:null,__d:void
0,__c:null,__h:null,constructor:void 0,__v:null==e?++aa.__v:e};return null!=aa.vnode&&aa.vnode(b),b}function
Te(b){return b.children}function yh(b,a){this.props=b;this.context=a}function sl(b,a){if(null==a)return b.__?
sl(b.__,b.__.__k.indexOf(b)+1):null;for(var c;a<b.__k.length;a++)if(null!=(c=b.__k[a])&&null!=c.__e)return
c.__e;return'function'==typeof b.type?sl(b):null}function Oq(b){var
a,c;if(null!=(b=b.__)&&null!=b.__c){b.__e=b.__c.base=null;for(a=0;a<b.__k.length;a++)if(null!=(c=b.__k[a])&&nul
l!=c.__e){b.__e=b.__c.base=c.__e;break}return Oq(b)}}function
Ro(b){(!b.__d&&(b.__d=!0)&&Fm.push(b)&&!Gm.__r++||Pq!==aa.debounceRendering)&&((Pq=aa.debounceRend
ering)||ru)(Gm)}function Gm(){for(var b;Gm.__r=Fm.length;)b=
Fm.sort(function(a,b){return a.__v.__b-b.__v.__b}),Fm=[],b.some(function(a){var
b,d,e,f,g,k;a.__d&&(g=(f=a.__v).__e,(k=a.__P)&&(b=[],(d=ci({},f)).__v=f.__v+1,e=So(k,f,d,a.__n,void
0!==k.ownerSVGElement,null!=f.__h?[g]:null,b,null==g?sl(f):g,f.__h),Qq(b,f),e!=g&&Oq(f)))})}function
R q ( b , a , c , d , e , f , g , k , m , v ) { v a r
r,h,C,n,p,q=d&&d.__k||To,t=q.length;m==di&&(m=null!=g?g[0]:t?sl(d,0):null);c.__k=[];for(d=0;d<a.length;d++)if(n
ull!=(C=c.__k[d]=null==(C=a[d])||'boolean'==typeof C?null:'string'==typeof C||'number'==
t y p e o f
C?Em(null,C,null,null,C):Array.isArray(C)?Em(Te,{children:C},null,null,null):null!=C.__e||null!=C.__c?Em(C.type,
C.props,C.key,null,C.__v):C)){if(C.__=c,C.__b=c.__b+1,null===(h=q[d])||h&&C.key==h.key&&C.type===h.type)q
[d]=void 0;else for(r=0;r<t;r++){if((h=q[r])&&C.key==h.key&&C.type===h.type){q[r]=void 0;break}h=null}var
u=So(b,C,h=h||di,e,f,g,k,m,v);(r=C.ref)&&h.ref!=r&&(p||(p=[]),h.ref&&p.push(h.ref,null,C),p.push(r,C.__c||u,C));null
!=u?(null==n&&(n=u),m=Sq(b,C,h,q,g,u,m),v||'option'!=c.type?
' f u n c t i o n ' = = t y p e o f
c.type&&(c.__d=m):b.value=''):m&&h.__e==m&&m.parentNode!=b&&(m=sl(h))}if(c.__e=n,null!=g&&'function'!=
typeof c.type)for(d=g.length;d--;)null!=g[d]&&(b=g[d],(a=b.parentNode)&&a.removeChild(b));for(d=t;d--
;)null!=q[d]&&Tq(q[d],q[d]);if(p)for(d=0;d<p.length;d++)Uq(p[d],p[++d],p[++d])}function Uo(b,a){return
a=a||[],null==b||'boolean'==typeof b||(Array.isArray(b)?b.some(function(b){Uo(b,a)}):a.push(b)),a}function
Sq(b,a,c,d,e,f,g){if(void 0!==a.__d){var k=a.__d;a.__d=void 0}else if(e==
c||f!=g||null==f.parentNode)a:if(null==g||g.parentNode!==b)b.appendChild(f),k=null;else{a=g;for(c=0;(a=a.nextSiblin
g)&&c<d.length;c+=2)if(a==f)break a;b.insertBefore(f,g);k=g}return void 0!==k?k:f.nextSibling}function
Vq(b,a,c){'-'===a[0]?b.setProperty(a,c):b[a]=null==c?'':'number'!=typeof c||su.test(a)?c:c+'px'}function
Hm(b,a,c,d,e){var f,g,k;if(e&&'className'==a&&(a='class'),'style'===a)if('string'==typeof
c)b.style.cssText=c;else{if('string'==typeof d&&(b.style.cssText=d=''),d)for(a in d)c&&a in
c | | V q ( b . s t y l e , a , ' ' ) ; i f ( c ) f o r ( a i n
c)d&&c[a]===d[a]||Vq(b.style,a,c[a])}else'o'===a[0]&&'n'===a[1]?(f=a!==(a=a.replace(/Capture$/,'')),(g=a.toLower
C a s e ( ) ) i n
b&&(a=g),a=a.slice(2),b.l||(b.l={}),b.l[a+f]=c,k=f?tu:uu,c?d||b.addEventListener(a,k,f):b.removeEventListener(a,k,f)):
'list'!==a&&'tagName'!==a&&'form'!==a&&'type'!==a&&'size'!==a&&'download'!==a&&'href'!==a&&!e&&a in
b ? b [ a ] = n u l l = = c ? ' ' : c : ' f u n c t i o n ' ! = t y p e o f
c&&'dangerouslySetInnerHTML'!==a&&(a!==(a=a.replace(/xlink:?/,''))?null==c||!1===c?b.removeAttributeNS('http:
//www.w3.org/1999/xlink',
a.toLowerCase()):b.setAttributeNS('http://www.w3.org/1999/xlink',a.toLowerCase(),c):null==c||!1===c&&!/^ar/.test(
a)?b.removeAttribute(a):b.setAttribute(a,c))}function uu(b){this.l[b.type+!1](aa.event?aa.event(b):b)}function
tu(b){this.l[b.type+!0](aa.event?aa.event(b):b)}function Wq(b,a,c){var
d,e;for(d=0;d<b.__k.length;d++)(e=b.__k[d])&&(e.__=b,e.__e&&('function'==typeof
e.type&&1<e.__k.length&&Wq(e,a,c),a=Sq(c,e,e,b.__k,null,e.__e,a),'function'==typeof
b.type&&(b.__d=a)))}function So(b,a,c,d,e,
f,g,k,m){var v,r,h,n,p,q,t,u,x,w,y=a.type;if(void 0!==a.constructor)return
null;null!=c.__h&&(m=c.__h,k=a.__e=c.__e,a.__h=null,f=[k]);(v=aa.__b)&&v(a);try{a:if('function'==typeof
y){if(u=a.props,x=(v=y.contextType)&&d[v.__c],w=v?x?x.props.value:v.__:d,c.__c?t=(r=a.__c=c.__c).__=r.__E:('pr
ototype'in y&&y.prototype.render?a.__c=r=new y(u,w):(a.__c=r=new
yh(u,w),r.constructor=y,r.render=vu),x&&x.sub(r),r.props=u,r.state||(r.state={}),r.context=w,r.__n=d,h=r.__d=!0,r.__
h=[]),null==r.__s&&(r.__s=r.state),
null!=y.getDerivedStateFromProps&&(r.__s==r.state&&(r.__s=ci({},r.__s)),ci(r.__s,y.getDerivedStateFromProps(u,r
.__s))),n=r.props,p=r.state,h)null==y.getDerivedStateFromProps&&null!=r.componentWillMount&&r.componentWil
lMount(),null!=r.componentDidMount&&r.__h.push(r.componentDidMount);else{if(null==y.getDerivedStateFromPr
ops&&u!==n&&null!=r.componentWillReceiveProps&&r.componentWillReceiveProps(u,w),!r.__e&&null!=r.shoul
dComponentUpdate&&!1===r.shouldComponentUpdate(u,r.__s,w)||a.__v===c.__v){r.props=
u;r.state=r.__s;a.__v!==c.__v&&(r.__d=!1);r.__v=a;a.__e=c.__e;a.__k=c.__k;r.__h.length&&g.push(r);Wq(a,k,b);bre
a k
a}null!=r.componentWillUpdate&&r.componentWillUpdate(u,r.__s,w);null!=r.componentDidUpdate&&r.__h.push(f
unction(){r.componentDidUpdate(n,p,q)})}r.context=w;r.props=u;r.state=r.__s;(v=aa.__r)&&v(a);r.__d=!1;r.__v=a;r.
__P=b;v=r.render(r.props,r.state,r.context);r.state=r.__s;null!=r.getChildContext&&(d=ci(ci({},d),r.getChildContext()
));h||null==r.getSnapshotBeforeUpdate||(q=r.getSnapshotBeforeUpdate(n,
p ) ) ; v a r
z=null!=v&&v.type==Te&&null==v.key?v.props.children:v;Rq(b,Array.isArray(z)?z:[z],a,c,d,e,f,g,k,m);r.base=a.__e
;a.__h=null;r.__h.length&&g.push(r);t&&(r.__E=r.__=null);r.__e=!1}else
null==f&&a.__v===c.__v?(a.__k=c.__k,a.__e=c.__e):a.__e=wu(c.__e,a,c,d,e,f,g,m);(v=aa.diffed)&&v(a)}catch(us){
a.__v=null,(m||null!=f)&&(a.__e=k,a.__h=!!m,f[f.indexOf(k)]=null),aa.__e(us,a,c)}return a.__e}function
Qq(b,a){aa.__c&&aa.__c(a,b);b.some(function(a){try{b=a.__h,a.__h=[],b.some(function(b){b.call(a)})}catch(d){aa._
_e(d,
a . _ _ v ) } } ) } f u n c t i o n w u ( b , a , c , d , e , f , g , k ) { v a r
m,v,r,h,n=c.props,p=a.props;if(e='svg'===a.type||e,null!=f)for(m=0;m<f.length;m++)if(null!=(v=f[m])&&((null===a.t
ype?3===v.nodeType:v.localName===a.type)||b==v)){b=v;f[m]=null;break}if(null==b){if(null===a.type)return
document.createTextNode(p);b=e?document.createElementNS('http://www.w3.org/2000/svg',a.type):document.create
Element(a.type,p.is&&{is:p.is});f=null;k=!1}if(null===a.type)n===p||k&&b.data===p||(b.data=p);else{if(null!=f&&(
f=To.slice.call(b.childNodes)),
r=(n=c.props||di).dangerouslySetInnerHTML,v=p.dangerouslySetInnerHTML,!k){if(null!=f)for(n={},h=0;h<b.attribut
es.length;h++)n[b.attributes[h].name]=b.attributes[h].value;(v||r)&&(v&&(r&&v.__html==r.__html||v.__html===b.in
nerHTML)||(b.innerHTML=v&&v.__html||''))}r=b;h=n;var q=e,t=k,u;for(u in h)'children'===u||'key'===u||u in
p | | H m ( r , u , n u l l , h [ u ] , q ) ; f o r ( u i n p ) t & & ' f u n c t i o n ' ! = t y p e o f
p[u]||'children'===u||'key'===u||'value'===u||'checked'===u||h[u]===p[u]||Hm(r,u,p[u],h[u],q);v?a.__k=[]:(m=a.props.c
hildren,
Rq(b,Array.isArray(m)?m:[m],a,c,d,'foreignObject'!==a.type&&e,f,g,di,k));k||('value'in p&&void
0!==(m=p.value)&&(m!==b.value||'progress'===a.type&&!m)&&Hm(b,'value',m,n.value,!1),'checked'in p&&void
0!==(m=p.checked)&&m!==b.checked&&Hm(b,'checked',m,n.checked,!1))}return b}function
Uq(b,a,c){try{'function'==typeof b?b(a):b.current=a}catch(d){aa.__e(d,c)}}function Tq(b,a,c){var
d,e;if(aa.unmount&&aa.unmount(b),(d=b.ref)&&(d.current&&d.current!==b.__e||Uq(d,null,a)),c||'function'==typeof
b.type||(c=
n u l l ! = ( e = b . _ _ e ) ) , b . _ _ e = b . _ _ d = v o i d
0,null!=(d=b.__c)){if(d.componentWillUnmount)try{d.componentWillUnmount()}catch(f){aa.__e(f,a)}d.base=d.__P
=null}if(d=b.__k)for(b=0;b<d.length;b++)d[b]&&Tq(d[b],a,c);null!=e&&(a=e.parentNode)&&a.removeChild(e)}fun
ction vu(b,a,c){return this.constructor(b,c)}function Im(b,a,c){var d;aa.__&&aa.__(b,a);var
e=(d=c===xu)?null:c&&c.__k||a.__k;b=rl(Te,null,[b]);var f=[];So(a,(d?a:c||a).__k=b,e||di,di,void
0!==a.ownerSVGElement,c&&!d?[c]:e?null:a.childNodes.length?To.slice.call(a.childNodes):
n u l l , f , c | | d i , d ) ; Q q ( f , b ) } f u n c t i o n p ( b , a , c , d , e ) { v a r
f,g;c={type:b,props:a,key:c,ref:a&&a.ref,__k:null,__:null,__b:0,__e:null,__d:void
0,__c:null,__h:null,constructor:void 0,__v:++aa.__v,__source:d,__self:e};if('function'==typeof
b&&(f=b.defaultProps))for(g in f)void 0===a[g]&&(a[g]=f[g]);return aa.vnode&&aa.vnode(c),c}function
U(b,a){void 0===a&&(a={});a=a.insertAt;if(b&&'undefined'!==typeof document){var
c=document.head||document.getElementsByTagName('head')[0],d=document.createElement('style');d.type=
'text/css';'top'===a?c.firstChild?c.insertBefore(d,c.firstChild):c.appendChild(d):c.appendChild(d);d.styleSheet?d.style
Sheet.cssText=b:d.appendChild(document.createTextNode(b))}}function
Jm(b,a){aa.__h&&aa.__h(De,b,tl||a);tl=0;a=De.__H||(De.__H={__:[],__h:[]});return
b>=a.__.length&&a.__.push({}),a.__[b]}function Bc(b){return tl=1,yu(Xq,b)}function yu(b,a,c){var
d = J m ( u l + + , 2 ) ; r e t u r n d . t = b , d . _ _ c | | ( d . _ _ = [ c ? c ( a ) : X q ( v o i d
0,a),function(a){a=d.t(d.__[0],a);d.__[0]!==a&&(d.__=[a,d.__[1]],d.__c.setState({}))}],
d . _ _ c = D e ) , d . _ _ } f u n c t i o n s f ( b , a ) { v a r
c=Jm(ul++,3);!aa.__s&&Yq(c.__H,a)&&(c.__=b,c.__H=a,De.__H.__h.push(c))}function Ji(b){return
tl=5,mm(function(){return{current:b}},[])}function mm(b,a){var c=Jm(ul++,7);return
Yq(c.__H,a)&&(c.__=b(),c.__H=a,c.__h=b),c.__}function Ki(b,a){return tl=8,mm(function(){return b},a)}function
j o ( b ) { v a r a = D e . c o n t e x t [ b . _ _ c ] , c = J m ( u l + + , 9 ) ; r e t u r n
c.__c=b,a?(null==c.__&&(c.__=!0,a.sub(De)),a.props.value):b.__}function
zu(){Vo.forEach(function(b){if(b.__P)try{b.__H.__h.forEach(Km),
b.__H.__h.forEach(Wo),b.__H.__h=[]}catch(a){b.__H.__h=[],aa.__e(a,b.__v)}});Vo=[]}function Km(b){var
a=De;'function'==typeof b.__c&&b.__c();De=a}function Wo(b){var a=De;b.__c=b.__();De=a}function
Yq(b,a){return!b||b.length!==a.length||a.some(function(a,d){return a!==b[d]})}function
Xq(b,a){return'function'==typeof a?a(b):a}function Zq(b,a){for(var c in a)b[c]=a[c];return b}function Xo(b,a){for(var
c in b)if('__source'!==c&&!(c in a))return!0;for(var d in a)if('__source'!==d&&b[d]!==a[d])return!0;
return!1}function $q(b){this.props=b}function Lb(b,a){function c(b){var
c=this.props.ref,d=c==b.ref;return!d&&c&&(c.call?c(null):c.current=null),a?!a(this.props,b)||!d:Xo(this.props,b)}func
tion d(a){return this.shouldComponentUpdate=c,rl(b,a)}return
d.displayName='Memo('+(b.displayName||b.name)+')',d.prototype.isReactComponent=!0,d.__f=!0,d}function
a r ( b ) { r etur n b&&(b.__c&&b.__c .__H&&(b . _ _ c. _ _ H. _ _ . fo rE ach (fu n ct i o n (a){ 'fu n ct i o n '= = t y p e o f
a . _ _ c& &a.__c( ) }),b.__c.__H=null),(b=Z q ({ } , b )). _ _ c=n u l l , b . _ _ k =
b.__k&&b.__k.map(ar)),b}function br(b){return b&&(b.__v=null,b.__k=b.__k&&b.__k.map(br)),b}function
Yo(){this.__u=0;this.__b=this.t=null}function cr(b){var a=b.__.__c;return a&&a.__e&&a.__e(b)}function
Lm(){this.o=this.u=null}function Au(){}function Bu(){return this.cancelBubble}function Cu(){return
this.defaultPrevented}function rc(b){return b?{'data-element-id':b}:{}}function ek(b,a){return
a={exports:{}},b(a,a.exports),a.exports}function cq(b,a,c,d,e,f){c=void 0===c?'Sponsored':c;if((null===b||
void 0===b?void 0:b.splash)!==Ok.Hide){var g,k=a.ratingCount,m=a.rating;(null===b||void 0===b?void
0 : b . s p l a s h _ r a t i n g s ) = = = Z o . S h o w & & v o i d 0 ! = = k & & v o i d
0!==m&&(g={ratingCount:k,rating:m,ratingCountText:a.ratingCountText});k=(null===b||void 0===b?void
0:b.splash)===Ok.TopText?ak.Top:ak.Bottom;if(null===b||void 0===b?0:b.splash_color)var
v = ' t h e m e _ ' + b . s p l a s h _ c o l o r ; e l s e i f ( n u l l = = = b | | v o i d
0===b?0:b.splash_texture)v='texture_'+b.splash_texture+('CN'===f?'CN':'');f=(null===b||void 0===b?void
0:b.splash_icons)===
$ o . S h o w ; v a r
r;v===ol.LightTheme?r='#333333':v===ol.DarkTheme&&(r='#DEDEDE');m=a.appIcon;a=a.appName;var
h=(null===b||void 0===b?void 0:b.splash_sponsored)!==ap.Hide;void 0!==d?b=d:(b=Number(null===b||void
0 = = = b ? v o i d
0:b.splash_duration),b=Number.isNaN(b)?1500:b);return{appIcon:m,appName:a,alternateText:e,showSponsored:h,sp
onsoredText:c,sponsoredtextPosition:k,duration:b,backgroundTheme:v,ratingInfo:g,showIcons:f,gameInfoTextColor:r
}}}function Bt(b,a){a=void 0===a?300:a;var c;return function(d){for(var e=
[ ] , f = 0 ; f < a r g u m e n t s . l e n g t h ; + + f ) e [ f -
0]=arguments[f];clearTimeout(c);c=setTimeout(function(){b.apply(null,l.arrayFromIterable(e))},a)}}function
om(b){var a=b.children,c=void 0===b.component?'div':b.component,d=void
0===b.display?'flex':b.display,e=b.flexDirection,f=b.flexWrap,g=b.alignContent,k=b.justifyContent,m=b.alignItems,v
=b.order,r=b.flexGrow,h=b.flexShrink,n=b.alignSelf;b=pb(b,'children component display flexDirection flexWrap
alignContent justifyContent alignItems order flexGrow flexShrink alignSelf'.split(' '));
r e t u r n
rl(c,Object.assign({style:{display:d,flexDirection:e,flexWrap:f,alignContent:g,justifyContent:k,alignItems:m,order:v,f
lexGrow:r,flexShrink:h,alignSelf:n}},b),a)}function Du(b){return Object.values(b).every(function(a){return void
0!==a})}function Mm(){this._listeners={}}function dr(b){'undefined'!==typeof Float32Array?function(){function
a(a,b,c){f[0]=a;b[c]=g[0];b[c+1]=g[1];b[c+2]=g[2];b[c+3]=g[3]}function
c(a,b,c){f[0]=a;b[c]=g[3];b[c+1]=g[2];b[c+2]=g[1];b[c+3]=g[0]}function d(a,b){g[0]=
a[b];g[1]=a[b+1];g[2]=a[b+2];g[3]=a[b+3];return f[0]}function
e(a,b){g[3]=a[b];g[2]=a[b+1];g[1]=a[b+2];g[0]=a[b+3];return f[0]}var f=new Float32Array([-0]),g=new
Uint8Array(f.buffer),k=128===g[3];b.writeFloatLE=k?a:c;b.writeFloatBE=k?c:a;b.readFloatLE=k?d:e;b.readFloatBE
=k?e:d}():function(){function a(a,b,c,g){var d=0>b?1:0;d&&(b=-b);if(0===b)a(0<1/b?0:2147483648,c,g);else
if(isNaN(b))a(2143289344,c,g);else if(3.4028234663852886E38<b)a((d<<31|2139095040)>>>0,c,g);else
if(1.1754943508222875E-38>b)a((d<<
31|Math.round(b/1.401298464324817E-45))>>>0,c,g);else{var
e=Math.floor(Math.log(b)/Math.LN2);a((d<<31|e+127<<23|Math.round(b*Math.pow(2,-
e)*8388608)&8388607)>>>0,c,g)}}function c(a,b,c){c=a(b,c);a=2*(c>>31)+1;b=c>>>23&255;c&=8388607;return
255===b?c?NaN:Infinity*a:0===b?1.401298464324817E-45*a*c:a*Math.pow(2,b-
150)*(c+8388608)}b.writeFloatLE=a.bind(null,er);b.writeFloatBE=a.bind(null,fr);b.readFloatLE=c.bind(null,gr);b.re
adFloatBE=c.bind(null,hr)}();'undefined'!==typeof Float64Array?function(){function a(a,
b,c){f[0]=a;b[c]=g[0];b[c+1]=g[1];b[c+2]=g[2];b[c+3]=g[3];b[c+4]=g[4];b[c+5]=g[5];b[c+6]=g[6];b[c+7]=g[7]}funct
i o n
c(a,b,c){f[0]=a;b[c]=g[7];b[c+1]=g[6];b[c+2]=g[5];b[c+3]=g[4];b[c+4]=g[3];b[c+5]=g[2];b[c+6]=g[1];b[c+7]=g[0]}f
u n c t i o n
d(a,b){g[0]=a[b];g[1]=a[b+1];g[2]=a[b+2];g[3]=a[b+3];g[4]=a[b+4];g[5]=a[b+5];g[6]=a[b+6];g[7]=a[b+7];return
f [ 0 ] } f u n c t i o n
e(a,b){g[7]=a[b];g[6]=a[b+1];g[5]=a[b+2];g[4]=a[b+3];g[3]=a[b+4];g[2]=a[b+5];g[1]=a[b+6];g[0]=a[b+7];return
f[0]}var f=new Float64Array([-0]),g=new Uint8Array(f.buffer),
k=128===g[7];b.writeDoubleLE=k?a:c;b.writeDoubleBE=k?c:a;b.readDoubleLE=k?d:e;b.readDoubleBE=k?e:d}():fu
nction(){function a(a,b,c,g,k,m){var d=0>g?1:0;d&&(g=-g);if(0===g)a(0,k,m+b),a(0<1/g?0:2147483648,k,m+c);else
i f ( i s N a N ( g ) ) a ( 0 , k , m + b ) , a ( 2 1 4 6 9 5 9 3 6 0 , k , m + c ) ; e l s e
if(1.7976931348623157E308<g)a(0,k,m+b),a((d<<31|2146435072)>>>0,k,m+c);else if(2.2250738585072014E-
308>g)g/=4.9E-324,a(g>>>0,k,m+b),a((d<<31|g/4294967296)>>>0,k,m+c);else{var
e=Math.floor(Math.log(g)/Math.LN2);1024===e&&(e=1023);g*=Math.pow(2,
-e);a(4503599627370496*g>>>0,k,m+b);a((d<<31|e+1023<<20|1048576*g&1048575)>>>0,k,m+c)}}function
c(a,b,c,g,k){b=a(g,k+b);g=a(g,k+c);a=2*(g>>31)+1;c=g>>>20&2047;b=4294967296*(g&1048575)+b;return
2047===c?b?NaN:Infinity*a:0===c?4.9E-324*a*b:a*Math.pow(2,c-
1075)*(b+4503599627370496)}b.writeDoubleLE=a.bind(null,er,0,4);b.writeDoubleBE=a.bind(null,fr,4,0);b.readDou
bleLE=c.bind(null,gr,0,4);b.readDoubleBE=c.bind(null,hr,4,0)}();return b}function
er(b,a,c){a[c]=b&255;a[c+1]=b>>>8&255;a[c+2]=b>>>16&255;a[c+
3]=b>>>24}function fr(b,a,c){a[c]=b>>>24;a[c+1]=b>>>16&255;a[c+2]=b>>>8&255;a[c+3]=b&255}function
gr(b,a){return(b[a]|b[a+1]<<8|b[a+2]<<16|b[a+3]<<24)>>>0}function
hr(b,a){return(b[a]<<24|b[a+1]<<16|b[a+2]<<8|b[a+3])>>>0}function $c(b,a){this.lo=b>>>0;this.hi=a>>>0}function
vl(b,a,c){this.fn=b;this.len=a;this.next=void 0;this.val=c}function bp(){}function
Eu(b){this.head=b.head;this.tail=b.tail;this.len=b.len;this.next=b.states}function
eb(){this.len=0;this.tail=this.head=new vl(bp,0,0);this.states=
null}function cp(b,a,c){a[c]=b&255}function dp(b,a){this.len=b;this.next=void 0;this.val=a}function
ep(b,a,c){for(;b.hi;)a[c++]=b.lo&127|128,b.lo=(b.lo>>>7|b.hi<<25)>>>0,b.hi>>>=7;for(;127<b.lo;)a[c++]=b.lo&127|
1 2 8 , b . l o > > > = 7 ; a [ c + + ] = b . l o } f u n c t i o n
fp(b,a,c){a[c]=b&255;a[c+1]=b>>>8&255;a[c+2]=b>>>16&255;a[c+3]=b>>>24}function $i(){gp.call(this)}function
Fu(b,a,c){40>b.length?Ea.utf8.write(b,a,c):a.utf8Write(b,c)}function Wf(b,a){return RangeError('index out of range:
'+b.pos+' + '+(a||1)+' > '+b.len)}
function Hc(b){this.buf=b;this.pos=0;this.len=b.length}function hp(){var b=new ir(0,0),a=0;if(4<this.len-
this.pos){for(;4>a;++a)if(b.lo=(b.lo|(this.buf[this.pos]&127)<<7*a)>>>0,128>this.buf[this.pos++])return
b;b.lo=(b.lo|(this.buf[this.pos]&127)<<28)>>>0;b.hi=(b.hi|(this.buf[this.pos]&127)>>4)>>>0;if(128>this.buf[this.pos
++])return b;a=0}else{for(;3>a;++a){if(this.pos>=this.len)throw
Wf(this);b.lo=(b.lo|(this.buf[this.pos]&127)<<7*a)>>>0;if(128>this.buf[this.pos++])return
b}b.lo=(b.lo|(this.buf[this.pos++]&
1 2 7 ) < < 7 * a ) > > > 0 ; r e t u r n b } i f ( 4 < t h i s . l e n -
this.pos)for(;5>a;++a){if(b.hi=(b.hi|(this.buf[this.pos]&127)<<7*a+3)>>>0,128>this.buf[this.pos++])return b}else
f o r ( ; 5 > a ; + + a ) { i f ( t h i s . p o s > = t h i s . l e n ) t h r o w
Wf(this);b.hi=(b.hi|(this.buf[this.pos]&127)<<7*a+3)>>>0;if(128>this.buf[this.pos++])return b}throw Error('invalid
varint encoding');}function Nm(b,a){return(b[a-4]|b[a-3]<<8|b[a-2]<<16|b[a-1]<<24)>>>0}function
jr(){if(this.pos+8>this.len)throw Wf(this,8);return new ir(Nm(this.buf,this.pos+=4),Nm(this.buf,this.pos+=
4))}function wl(b){ip.call(this,b)}function xl(b,a,c){if('function'!==typeof b)throw TypeError('rpcImpl must be a
function');Ea.EventEmitter.call(this);this.rpcImpl=b;this.requestDelimited=!!a;this.responseDelimited=!!c}function
xs(b,a,c){c=void 0===c?0:c;var d=b.getBoundingClientRect();return
a.filter(function(a){a=a.getBoundingClientRect();var b;if(b=0!==a.left-a.right&&0!==a.top-a.bottom)b=c,b=void
0===b?0:b,b=d.top<=a.top&&d.bottom>=a.top&&(d.left<=a.left&&d.right>=a.left+b||d.left<=a.right-b&&
d.right>=a.right);return b})}function lm(b,a){return kr[b]?(b=kr[b])?b[a]:'':''}function
lr(b,a){Im(p(Dq,{children:p(Eq,Object.assign({},a),void 0)},void 0),b)}function Gu(b,a,c,d,e){var
f=5>Math.floor(100*Math.random());return f?new fd(b,a,c,d,e):new rj}var
bh;(function(b){b.IOS='ios';b.ANDROID='android';b.TEST='test'})(bh||(bh={}));[bh.ANDROID,bh.IOS];var
t;(function(b){b[b.ANDROID=0]='ANDROID';b[b.IOS=1]='IOS';b[b.TEST=2]='TEST'})(t||(t={}));var
Om={},Hu=(Om[t.ANDROID]=bh.ANDROID,Om[t.IOS]=bh.IOS,
Om[t.TEST]=bh.IOS,Om),Sa;(function(b){b[b.APPSHEET=0]='APPSHEET';b[b.ADUNIT=1]='ADUNIT';b[b.VIDE
OPLAYER=2]='VIDEOPLAYER';b[b.CACHE=3]='CACHE';b[b.CONNECTIVITY=4]='CONNECTIVITY';b[b.ST
ORAGE=5]='STORAGE';b[b.REQUEST=6]='REQUEST';b[b.RESOLVE=7]='RESOLVE';b[b.BROADCAST=8]='B
ROADCAST';b[b.NOTIFICATION=9]='NOTIFICATION';b[b.LIFECYCLE=10]='LIFECYCLE';b[b.DEVICEINFO
=11]='DEVICEINFO';b[b.WEBPLAYER=12]='WEBPLAYER';b[b.DECISION=13]='DECISION';b[b.PLACEMEN
T_CONTENT=14]='PLACEMENT_CONTENT';b[b.BANNER=15]='BANNER';
b[b.AR=16]='AR';b[b.ANALYTICS=17]='ANALYTICS';b[b.PERMISSIONS=18]='PERMISSIONS';b[b.DOWNLO
AD=19]='DOWNLOAD';b[b.INSTALL=20]='INSTALL';b[b.STORE=21]='STORE';b[b.WEB_AUTH_SESSION=2
2]='WEB_AUTH_SESSION';b[b.NATIVE_ERROR=23]='NATIVE_ERROR';b[b.LOAD_API=24]='LOAD_API';b[
b.TRACKING_MANAGER=25]='TRACKING_MANAGER';b[b.TOKEN=26]='TOKEN';b[b.SHOW_API=27]='SH
OW_API';b[b.SKADNETWORK=28]='SKADNETWORK';b[b.GMA=29]='GMA';b[b.INIT_GMA=30]='INIT_GM
A'})(Sa||(Sa={}));ql.prototype.queue=function(b,a,c){c=void 0===c?
[]:c;return this.rawQueue(b,a,c)};ql.prototype.rawQueue=function(b,a,c){var d=this;c=void 0===c?[]:c;return new
Promise(function(e,f){e=d._nativeBridge.registerCallback(e,f);d._batch.push([b,a,c,e.toString()])})};ql.prototype.getB
a t c h = f u n c t i o n ( ) { r e t u r n
this._batch};l.initSymbol();l.initSymbolAsyncIterator();w.prototype.subscribe=function(b){this._observers.push(b);ret
urn b};w.prototype.unsubscribe=function(b){this._observers.length&&(this._observers='undefined'!==typeof
b?this._observers.filter(function(a){return a!==
b}):[])};w.prototype.trigger=function(b){for(var a=[],c=0;c<arguments.length;++c)a[c-
0 ] = a r g u m e n t s [ c ] ; t h i s . _ o b s e r v e r s . f o r E a c h ( f u n c t i o n ( b ) { r e t u r n
b.apply(null,l.arrayFromIterable(a))})};w.prototype[Symbol.asyncIterator]=function(){var
b=this,a=[],c,d=this.subscribe(function(b){for(var d=[],e=0;e<arguments.length;++e)d[e-
0]=arguments[e];c?(c(d),c=void 0):a.push(d)});return{next:function(){return S(b,void 0,void 0,function f(){var
b,d;return l.generator.createGenerator(f,function(f){if(1==f.nextAddress){if(a.length)return f.return({value:a.shift()});
b=new Promise(function(a){c=a});return f.yield(b,2)}d=f.yieldResult;return
f.return({value:d})})})},return:function(a){b.unsubscribe(d);return Promise.resolve({value:a})}}};var
ce;(function(b){b[b.OK=0]='OK';b[b.ERROR=1]='ERROR'})(ce||(ce={}));Zc.convertStatus=function(b){switch(b){c
ase ce[ce.OK]:return ce.OK;case ce[ce.ERROR]:return ce.ERROR;default:throw Error('Status string is not valid:
'+b);}};Zc.prototype.registerCallback=function(b,a){var c=this._callbackId++;this._callbackTable[c]=new bi(b,
a);return c};Zc.prototype.invoke=function(b,a,c){if(this._autoBatchEnabled){if(this._autoBatch)return
this._autoBatch.queue(b,a,c);this._autoBatch=new ql(this)}var d=new
ql(this);b=d.queue(b,a,c);this.invokeBatch(d);return b};Zc.prototype.handleCallback=function(b){var
a=this;b.forEach(function(b){var c=parseInt(b.shift(),10),e=Zc.convertStatus(b.shift());b=b.shift();var
f=a._callbackTable[c];if(!f)throw Error('Unable to find matching callback object from callback id
'+c);1===b.length&&(b=b[0]);switch(e){case ce.OK:f.resolve(b);
break;case ce.ERROR:f.reject(b);break;default:throw Error('Unknown callback status');}delete
a._callbackTable[c]});this._autoBatchEnabled&&(this._autoBatch&&0<this._autoBatch.getBatch().length&&this.inv
okeBatch(this._autoBatch),delete this._autoBatch)};Zc.prototype.addEventHandler=function(b,a){Sa[b]in
this._eventHandlers||(this._eventHandlers[Sa[b]]=a)};Zc.prototype.handleEvent=function(b){var
a=b.shift(),c=b.shift();this._onNativeEvent.trigger(a,c,b);if(a&&a in
this._eventHandlers)this._eventHandlers[a].handleEvent(c,
b);else throw Error('Unknown event category: '+a);};Zc.prototype.handleInvocation=function(b){var
a=this,c=b.shift(),d=b.shift(),e=b.shift();b.push(function(b,c){for(var d=[],f=1;f<arguments.length;++f)d[f-
1]=arguments[f];a.invokeCallback.apply(a,[e,ce[b]].concat(l.arrayFromIterable(d)))});window[c][d].apply(window[c],
b ) } ; Z c . p r o t o t y p e . g e t P l a t f o r m = f u n c t i o n ( ) { r e t u r n
this._platform};Zc.prototype.setAutoBatchEnabled=function(b){this._autoBatchEnabled=b};Zc.prototype.invokeBatc
h=function(b){this._backend.handleInvocation(JSON.stringify(b.getBatch()).replace(Zc._doubleRegExp,
'$1'))};Zc.prototype.invokeCallback=function(b,a,c){for(var d=[],e=2;e<arguments.length;++e)d[e-
2]=arguments[e];this._backend.handleCallback(b,a,JSON.stringify(d))};l.global.Object.defineProperties(Zc.prototype,
{onNativeEvent:{configurable:!0,enumerable:!0,get:function(){return
this._onNativeEvent}}});Zc._doubleRegExp=/"(\d+\.\d+)=double"/g;dk.prototype.handleInvocation=function(b){var
a = n e w
XMLHttpRequest;a.open('POST',dk._nativeUrl+'/handleInvocation',!0);a.send(b)};dk.prototype.handleCallback=
f u n c t i o n ( b , a , c ) { v a r d = n e w
XMLHttpRequest;d.open('POST',dk._nativeUrl+'/handleCallback',!0);d.send('{"id":"'+b+'","status":"'+a+'","parameter
s":'+c+'}')};dk._nativeUrl='https://webviewbridge.unityads.unity3d.com';Qo.prototype.handleInvocation=function(b){
window.webkit.messageHandlers.handleInvocation.postMessage(b)};Qo.prototype.handleCallback=function(b,a,c){w
indow.webkit.messageHandlers.handleCallback.postMessage({id:b,status:a,parameters:c})};E.decodeProtocol=functi
on(b){return b.replace(/^(https|http)%3A%2F%2F/i,
'$1://')};E.applyEncode=function(b,a){if(b){for(var c='',d=0;d<b.length;)'%'===b[d]&&3<=b.length-
d&&E.isNumber(b[d+1])&&E.isNumber(b[d+2])?(c+=b[d++],c+=b[d++],c+=b[d++]):(c+=a(b[d]),d++);return
c}return b};E.encode=function(b){return this.applyEncode(b,function(a){return
encodeURI(a)})};E.encodeParam=function(b){return this.applyEncode(b,function(a){return
encodeURIComponent(a)})};E.encodeUrlWithQueryParams=function(b){if(!b.includes('?'))return E.encode(b);var
a=b.split('?');b=a[0];var c=a[1].split('&');
a=[];c=l.makeIterator(c);for(var d=c.next();!d.done;d=c.next()){var
e = d . v a l u e . s p l i t ( ' = ' ) ; d = [ ] ; e = l . m a k e I t e r a t o r ( e ) ; f o r ( v a r
f=e.next();!f.done;f=e.next())d.push(E.encodeParam(f.value));a.push(d.join('='))}return
E . e n c o d e ( b ) + ' ? ' + a . j o i n ( ' & ' ) } ; E . p a r s e = f u n c t i o n ( b ) { v a r
a=document.createElement('a');a.href=b;return{protocol:a.protocol,host:a.host,hostname:a.hostname,port:parseInt(a.p
ort,10),pathname:a.pathname,search:a.search,hash:a.hash}};E.addParameters=function(b,a,c){b=b.toString();c=c?'#':'?
';b=b.includes(c)?
b+'&':b+c;c=[];for(var d in a)if(d in a){var e=a[d];void
0!==e&&c.push(encodeURIComponent(d)+'='+encodeURIComponent(e))}return
b+=c.join('&')};E.getQueryParameter=function(b,a){if(!b.includes('?'))return
n u l l ; b = b . s p l i t ( ' ? ' ) [ 1 ] . s p l i t ( ' & ' ) ; b = l . m a k e I t e r a t o r ( b ) ; f o r ( v a r
c=b.next();!c.done;c=b.next())if(c=c.value.split('='),c[0]===a)return c[1];return
null};E.removeQueryParameter=function(b,a){var c=E.getQueryParameter(b,a);return null==c?b:b.replace(new
RegExp('&?'+a+'='+c),'')};E.isValid=function(b){return!(!b.match(/^http:./i)&&
!b.match(/^https:./i)||!E.isValidUrlCharacters(b))};E.isValidUrlCharacters=function(b){return!(null===b||void
0===b||!b.match(/^([!\$#&-;=\?-\[\]_a-z~{}|\\^`]|[\u00A1-\uFFFF]|%[0-9a-fA-
F]{2})+$/i))};E.isValidProtocol=function(b){return!!(b.match(/^http:./i)||b.match(/^https:./i)||b.match(/^itms-
apps:/i))};E.isRelativeProtocol=function(b){return!(null===b||void
0 = = = b | | ! b . m a t c h ( / ^ \ / \ / . / i ) ) } ; E . g e t P r o t o c o l = f u n c t i o n ( b ) { v a r
a=document.createElement('a');a.setAttribute('href',b);return a.protocol};E.isProtocolWhitelisted=
function(b,a){var c=[];switch(a){case t.IOS:c=this.iosWhitelistedProtocols;break;case
t.ANDROID:c=this.androidWhitelistedProtocols}a=l.makeIterator(c);for(c=a.next();!c.done;c=a.next())if(b.startsWith
(c.value))return!0;return!1};E.getAppStoreUrlTemplates=function(b){var a=[];switch(b){case
t.IOS:a=this.iosAppStoreUrlTemplates;break;case t.ANDROID:a=this.androidAppStoreUrlTemplates}return
a } ; E . g e t A p p S t o r e U r l T e m p l a t e s W i t h D T = f u n c t i o n ( b ) { r e t u r n
b===t.ANDROID?[].concat(l.arrayFromIterable(this.getAppStoreUrlTemplates(b)),
['dtignite']):this.getAppStoreUrlTemplates(b)};E.isNumber=function(b){return!!b.match(/^[0-9a-fA-
F]$/)};E.isInternalPTSTrackingProtocol=function(b){return!(null===b||void
0===b||!b.match(/^https:\/\/siteproxy.ruqli.workers.dev:443\/https\/events.mz.unity3d.com/i))};E.containsPTSTrackingUrl=function(b){return
b . s o m e ( f u n c t i o n ( a ) { r e t u r n
E.isInternalPTSTrackingProtocol(a)})};E.iosWhitelistedProtocols=['itunes','itms','itmss','http','https'];E.androidWhiteli
stedProtocols=['market','http','https'];E.iosAppStoreUrlTemplates=['https://itunes.apple.com'];
E.androidAppStoreUrlTemplates=['https://play.google.com'];var
Yp=Dm([9107,9258]),Iu=Dm(['1475968','1708468','3391175','37214','37215']),Ju=Dm('109455881 109455877
109091853 109091754 114617576 114617336 145941071 145940860 147367465 151099348 151338976 151337994
152919353 153119177 16_215968892 16_220979354 16_203260709 16_223349858 16_220980857 16_203291188
16_203288594 16_217248861 16_220977264 16_217250598 16_200397780 16_200563587 16_200562587
16_219202714 16_217239365 16_220977577 16_200562390 16_200561491 16_223806491 16_219208805
16_217249360 16_217248733 16_226244139 16_226221945 16_223349336 16_226136780 16_226249715
16_217251023 16_226628388 16_225901232 16_226604812 16_220589497 16_223538689 16_225901233
16_225900934 16_225904217 16_223536291 16_223524147 16_223536390 16_215924381 16_254529147
16_254531438 16_254448866 16_254457659 16_254817914'.split(' ')),
jp=Dm([9119,9121]),Pq,di={},To=[],su=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;var
a a = { _ _ e : f u n c t i o n ( b , a ) { f o r ( v a r
c,d,e,f=a.__h;a=a.__;)if((c=a.__c)&&!c.__)try{if((d=c.constructor)&&null!=d.getDerivedStateFromError&&(c.setSta
te(d.getDerivedStateFromError(b)),e=c.__d),null!=c.componentDidCatch&&(c.componentDidCatch(b),e=c.__d),e)ret
urn a.__h=f,c.__E=c}catch(g){b=g}throw b;},__v:0};yh.prototype.setState=function(b,a){var
c=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=
c i ( { } , t h i s . s t a t e ) ; ' f u n c t i o n ' = = t y p e o f
b&&(b=b(ci({},c),this.props));b&&ci(c,b);null!=b&&this.__v&&(a&&this.__h.push(a),Ro(this))};yh.prototype.force
Update=function(b){this.__v&&(this.__e=!0,b&&this.__h.push(b),Ro(this))};yh.prototype.render=Te;var Fm=[];var
ru='function'==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout;Gm.__r=0;var xu=di;var
Ku=0;U('.a1uz2jr4{-webkit-animation:activate-a1uz2jr4 4s ease-in-out forwards;animation:activate-a1uz2jr4 4s ease-
in-out forwards;opacity:1}@-webkit-keyframes activate-a1uz2jr4{0%{opacity:.6;-webkit-
filter:grayscale(.8);filter:grayscale(.8)}90%{opacity:.6;-webkit-
filter:grayscale(.8);filter:grayscale(.8)}92%{opacity:1;-webkit-filter:grayscale(0);filter:grayscale(0);-webkit-
transform:scale(1);-ms-transform:scale(1);transform:scale(1)}95%{opacity:1;-webkit-
filter:grayscale(0);filter:grayscale(0);-webkit-transform:scale(1.15);-ms-
transform:scale(1.15);transform:scale(1.15)}to{opacity:1;-webkit-filter:grayscale(0);filter:grayscale(0);-webkit-
transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}@keyframes activate-a1uz2jr4{0%{opacity:.6;-
webkit-filter:grayscale(.8);filter:grayscale(.8)}90%{opacity:.6;-webkit-
filter:grayscale(.8);filter:grayscale(.8)}92%{opacity:1;-webkit-filter:grayscale(0);filter:grayscale(0);-webkit-
transform:scale(1);-ms-transform:scale(1);transform:scale(1)}95%{opacity:1;-webkit-
filter:grayscale(0);filter:grayscale(0);-webkit-transform:scale(1.15);-ms-
transform:scale(1.15);transform:scale(1.15)}to{opacity:1;-webkit-filter:grayscale(0);filter:grayscale(0);-webkit-
transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}');
U('.b1ujh6qz.b1ujh6qz{-webkit-animation:bouncing-b1ujh6qz 2s ease 1s infinite both;animation:bouncing-b1ujh6qz
2s ease 1s infinite both}@-webkit-keyframes bouncing-b1ujh6qz{0%{-webkit-transform:translateY(0) rotate(0);-ms-
transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}10%{-webkit-animation-timing-function:ease-
in;animation-timing-function:ease-in;-webkit-transform:translateY(-.5em) rotate(-7deg);-ms-transform:translateY(-
.5em) rotate(-7deg);transform:translateY(-.5em) rotate(-7deg)}20%,28%{-webkit-animation-timing-function:ease-
in;animation-timing-function:ease-in;-webkit-transform:translateY(-1em) rotate(7deg);-ms-transform:translateY(-
1em) rotate(7deg);transform:translateY(-1em) rotate(7deg)}35%{-webkit-animation-timing-function:ease-
in;animation-timing-function:ease-in;-webkit-transform:translateY(.4em) rotate(0);-ms-transform:translateY(.4em)
rotate(0);transform:translateY(.4em) rotate(0)}41%{-webkit-animation-timing-function:ease-in;animation-timing-
function:ease-in;-webkit-transform:translateY(-.15em) rotate(0);-ms-transform:translateY(-.15em)
rotate(0);transform:translateY(-.15em) rotate(0)}47%{-webkit-animation-timing-function:ease-in;animation-timing-
function:ease-in;-webkit-transform:translateY(.1em) rotate(0);-ms-transform:translateY(.1em)
rotate(0);transform:translateY(.1em) rotate(0)}53%{-webkit-animation-timing-function:ease-in;animation-timing-
function:ease-in;-webkit-transform:translateY(-.05em) rotate(0);-ms-transform:translateY(-.05em)
rotate(0);transform:translateY(-.05em) rotate(0)}59%,to{-webkit-animation-timing-function:ease-in;animation-
timing-function:ease-in;-webkit-transform:translateY(0) rotate(0);-ms-transform:translateY(0)
rotate(0);transform:translateY(0) rotate(0)}}@keyframes bouncing-b1ujh6qz{0%{-webkit-transform:translateY(0)
rotate(0);-ms-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}10%{-webkit-animation-timing-
function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-.5em) rotate(-7deg);-ms-
transform:translateY(-.5em) rotate(-7deg);transform:translateY(-.5em) rotate(-7deg)}20%,28%{-webkit-animation-
timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-1em) rotate(7deg);-ms-
transform:translateY(-1em) rotate(7deg);transform:translateY(-1em) rotate(7deg)}35%{-webkit-animation-timing-
function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(.4em) rotate(0);-ms-
transform:translateY(.4em) rotate(0);transform:translateY(.4em) rotate(0)}41%{-webkit-animation-timing-
function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-.15em) rotate(0);-ms-
transform:translateY(-.15em) rotate(0);transform:translateY(-.15em) rotate(0)}47%{-webkit-animation-timing-
function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(.1em) rotate(0);-ms-
transform:translateY(.1em) rotate(0);transform:translateY(.1em) rotate(0)}53%{-webkit-animation-timing-
function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(-.05em) rotate(0);-ms-
transform:translateY(-.05em) rotate(0);transform:translateY(-.05em) rotate(0)}59%,to{-webkit-animation-timing-
function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(0) rotate(0);-ms-
transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}}');
U('.b11o089l.b11o089l{-webkit-animation:bubbleBounce-b11o089l 1.5s ease-in-out
infinite;animation:bubbleBounce-b11o089l 1.5s ease-in-out infinite;-webkit-transform-origin:center center;-ms-
t r a n s f o r m - o r i g i n : c e n t e r c e n t e r ; t r a n s f o r m - o r i g i n : c e n t e r
center}.b11o089l.b11o089l:after,.b11o089l.b11o089l:before{position:absolute;left:-20%;width:140%;height:100%;z-
index:-1;background-repeat:no-repeat;display:block;-webkit-animation-duration:1.5s;animation-duration:1.5s;-
webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-
count:infinite;animation-iteration-count:infinite;content:"";pointer-events:none}@-webkit-keyframes bubbleBounce-
b11o089l{0%,60%,to{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}30%{-webkit-
transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}}@keyframes bubbleBounce-
b11o089l{0%,60%,to{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}30%{-webkit-
transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}}.b11o089l.b11o089l:before{top:-
75%;background-image:radial-gradient(circle,currentColor 20%,transparent 0),radial-gradient(circle,transparent
20%,currentColor 0,transparent 30%),radial-gradient(circle,currentColor 20%,transparent 0),radial-
gradient(circle,currentColor 20%,transparent 0),radial-gradient(circle,currentColor 20%,transparent 0),radial-
gradient(circle,currentColor 20%,transparent 0),radial-gradient(circle,currentColor 20%,transparent 0),radial-
gradient(circle,currentColor 20%,transparent 0),radial-gradient(circle,transparent 20%,currentColor 0,transparent
30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0;-webkit-animation-name:beforeBubbles-
b11o089l;animation-name:beforeBubbles-b11o089l}@-webkit-keyframes beforeBubbles-b11o089l{0%{background-
size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0;background-position:30% 90%,30% 110%,35% 90%,45% 90%,50%
110%,55% 90%,60% 90%,65% 110%,70% 90%}30%{background-size:.9099999999999999em
.9099999999999999em,1.26em 1.26em,1.1199999999999999em 1.1199999999999999em,1.54em 1.54em,1.26em
1.26em,.9099999999999999em .9099999999999999em,1.1199999999999999em
1.1199999999999999em,.9099999999999999em .9099999999999999em,1.26em 1.26em}60%{background-
position:0 70%,9% 10%,15% 30%,20% -10%,50% 20%,60% 40%,70% 40%,80% 10%,90% 20%;background-size:0
0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0}to{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0}}@keyframes beforeBubbles-
b11o089l{0%{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0;background-position:30% 90%,30% 110%,35%
90%,45% 90%,50% 110%,55% 90%,60% 90%,65% 110%,70% 90%}30%{background-size:.9099999999999999em
.9099999999999999em,1.26em 1.26em,1.1199999999999999em 1.1199999999999999em,1.54em 1.54em,1.26em
1.26em,.9099999999999999em .9099999999999999em,1.1199999999999999em
1.1199999999999999em,.9099999999999999em .9099999999999999em,1.26em 1.26em}60%{background-
position:0 70%,9% 10%,15% 30%,20% -10%,50% 20%,60% 40%,70% 40%,80% 10%,90% 20%;background-size:0
0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0}to{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0}}.b11o089l.b11o089l:after{bottom:-75%;background-image:radial-gradient(circle,currentColor 20%,transparent
0),radial-gradient(circle,currentColor 20%,transparent 0),radial-gradient(circle,transparent 10%,currentColor
15%,transparent 20%),radial-gradient(circle,currentColor 20%,transparent 0),radial-gradient(circle,currentColor
20%,transparent 0),radial-gradient(circle,currentColor 20%,transparent 0),radial-gradient(circle,currentColor
20%,transparent 0);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0;-webkit-animation-name:afterBubbles-
b11o089l;animation-name:afterBubbles-b11o089l}@-webkit-keyframes afterBubbles-b11o089l{0%{background-
size:0 0,0 0,0 0,0 0,0 0,0 0,0 0;background-position:10% -10%,30% 10%,55% -10%,70% -10%,85% -10%,70% -
10%,70% 0}30%{background-size:1.1199999999999999em 1.1199999999999999em,.9099999999999999em
.9099999999999999em,1.26em 1.26em,1.26em 1.26em,1.1199999999999999em
1.1199999999999999em,.9099999999999999em .9099999999999999em,1.26em 1.26em}60%{background-
position:0 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;background-size:0 0,0 0,0 0,0 0,0 0,0
0,0 0}to{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0}}@keyframes afterBubbles-b11o089l{0%{background-size:0
0,0 0,0 0,0 0,0 0,0 0,0 0;background-position:10% -10%,30% 10%,55% -10%,70% -10%,85% -10%,70% -10%,70%
0}30%{background-size:1.1199999999999999em 1.1199999999999999em,.9099999999999999em
.9099999999999999em,1.26em 1.26em,1.26em 1.26em,1.1199999999999999em
1.1199999999999999em,.9099999999999999em .9099999999999999em,1.26em 1.26em}60%{background-
position:0 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;background-size:0 0,0 0,0 0,0 0,0 0,0
0,0 0}to{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0}}');
U('.emosctq.emosctq{-webkit-animation:fadeIn-emosctq .3s ease-in .3s forwards;animation:fadeIn-emosctq .3s ease-
in .3s forwards}@-webkit-keyframes fadeIn-emosctq{0%{opacity:0}to{opacity:1}}@keyframes fadeIn-
emosctq{0%{opacity:0}to{opacity:1}}.e1i82tkl.e1i82tkl{-webkit-animation:fadeOut-e1i82tkl .1s ease-in
forwards;animation:fadeOut-e1i82tkl .1s ease-in forwards}@-webkit-keyframes fadeOut-
e 1 i 8 2 t k l { 0 % { o p a c i t y : 1 } t o { o p a c i t y : 0 } } @ k e y f r a m e s f a d e O u t -
e1i82tkl{0%{opacity:1}to{opacity:0}}.e1pxz0ws.e1pxz0ws{-webkit-transform:translateX(0);-ms-
transform:translateX(0);transform:translateX(0);opacity:1}.e1pxz0ws.e1pxz0ws:before{-webkit-
animation:exitBackground-e1pxz0ws .1s ease-in forwards;animation:exitBackground-e1pxz0ws .1s ease-in
forwards}@-webkit-keyframes exitBackground-e1pxz0ws{0%{-webkit-transform:translateX(0);-ms-
transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(101%);-ms-
transform:translateX(101%);transform:translateX(101%)}}@keyframes exitBackground-e1pxz0ws{0%{-webkit-
transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}to{-webkit-
transform:translateX(101%);-ms-transform:translateX(101%);transform:translateX(101%)}}');
U('.g1eg4g87{position:relative;overflow:hidden;-webkit-transform:translateZ(0);-ms-
transform:translateZ(0);transform:translateZ(0)}.g1eg4g87:after{content:"";top:0;left:0;width:30%;height:100%;positi
on:absolute;-webkit-animation:slide-g1eg4g87 2.25s cubic-bezier(.81,.02,.54,1.01) infinite forwards;animation:slide-
g1eg4g87 2.25s cubic-bezier(.81,.02,.54,1.01) infinite forwards;background:linear-
gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.105) 50%,hsla(0,0%,100%,.214) 80%,hsla(0,0%,100%,0));-
webkit-transform:translateX(-110%) skewX(325deg);-ms-transform:translateX(-110%)
skewX(325deg);transform:translateX(-110%) skewX(325deg)}@-webkit-keyframes slide-g1eg4g87{0%{-webkit-
transform:translateX(-110%) skewX(325deg);-ms-transform:translateX(-110%)
skewX(325deg);transform:translateX(-110%) skewX(325deg)}28%{-webkit-transform:translateX(430%)
skewX(325deg);-ms-transform:translateX(430%) skewX(325deg);transform:translateX(430%) skewX(325deg)}to{-
webkit-transform:translateX(430%) skewX(325deg);-ms-transform:translateX(430%)
skewX(325deg);transform:translateX(430%) skewX(325deg)}}@keyframes slide-g1eg4g87{0%{-webkit-
transform:translateX(-110%) skewX(325deg);-ms-transform:translateX(-110%)
skewX(325deg);transform:translateX(-110%) skewX(325deg)}28%{-webkit-transform:translateX(430%)
skewX(325deg);-ms-transform:translateX(430%) skewX(325deg);transform:translateX(430%) skewX(325deg)}to{-
webkit-transform:translateX(430%) skewX(325deg);-ms-transform:translateX(430%)
skewX(325deg);transform:translateX(430%) skewX(325deg)}}');
U('.ilwtq01.ilwtq01{background-color:transparent;-webkit-transform:translateX(130%);-ms-
transform:translateX(130%);transform:translateX(130%);-webkit-transition:-webkit-transform .3s ease-in,-webkit-
transform .3s ease-in;-webkit-transition:transform .3s ease-in,-webkit-transform .3s ease-in;transition:transform .3s
ease-in,-webkit-transform .3s ease-in}.ilwtq01:before{width:100%;height:100%;background-color:#fff;-webkit-
t r a n s f o r m : t r a n s l a t e X ( 1 0 1 % ) ; - m s -
transform:translateX(101%);transform:translateX(101%);content:"";position:absolute;top:0;left:0;z-index:-
1}.i15ae40m.i15ae40m{opacity:0}.i10qnfsq.i10qnfsq{-webkit-transform:translateX(0);-ms-
transform:translateX(0);transform:translateX(0);opacity:1}.i10qnfsq:before{-webkit-animation:enterBackground-
i10qnfsq .1s ease-in 1s forwards;animation:enterBackground-i10qnfsq .1s ease-in 1s forwards}@-webkit-keyframes
enterBackground-i10qnfsq{0%{-webkit-transform:translateX(101%);-ms-
transform:translateX(101%);transform:translateX(101%)}to{-webkit-transform:translateX(0);-ms-
transform:translateX(0);transform:translateX(0)}}@keyframes enterBackground-i10qnfsq{0%{-webkit-
transform:translateX(101%);-ms-transform:translateX(101%);transform:translateX(101%)}to{-webkit-
transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.i1xulm79{-webkit-animation:fadeIn-
i1xulm79 .1s ease-in 1s forwards;animation:fadeIn-i1xulm79 .1s ease-in 1s forwards}@-webkit-keyframes fadeIn-
i1xulm79{0%{opacity:0}to{opacity:1}}@keyframes fadeIn-i1xulm79{0%{opacity:0}to{opacity:1}}');
U('.pxpb0t0{-webkit-clip-path:circle(0 at 50% 50%);clip-path:circle(0 at 50% 50%)}.ppknf9x.ppknf9x{-webkit-
animation:popBubble-ppknf9x 2s ease-in-out forwards;animation:popBubble-ppknf9x 2s ease-in-out
forwards;opacity:1}.ppknf9x.ppknf9x:before{content:"";position:absolute;width:100%;height:100%;-webkit-
animation:whiteOverlay-ppknf9x 2s ease-in-out forwards;animation:whiteOverlay-ppknf9x 2s ease-in-out forwards;z-
index:1}@-webkit-keyframes popBubble-ppknf9x{0%,10%{-webkit-clip-path:circle(0 at 50% 50%);clip-
path:circle(0 at 50% 50%)}20%{-webkit-clip-path:circle(11% at 50% 50%);clip-path:circle(11% at 50% 50%)}25%{-
webkit-clip-path:circle(8% at 50% 50%);clip-path:circle(8% at 50% 50%)}30%,40%{-webkit-clip-path:circle(10% at
50% 50%);clip-path:circle(10% at 50% 50%)}55%,60%{-webkit-clip-path:circle(5% at 50% 50%);clip-
path:circle(5% at 50% 50%)}to{-webkit-clip-path:circle(100% at 50% 50%);clip-path:circle(100% at 50%
50%)}}@keyframes popBubble-ppknf9x{0%,10%{-webkit-clip-path:circle(0 at 50% 50%);clip-path:circle(0 at 50%
50%)}20%{-webkit-clip-path:circle(11% at 50% 50%);clip-path:circle(11% at 50% 50%)}25%{-webkit-clip-
path:circle(8% at 50% 50%);clip-path:circle(8% at 50% 50%)}30%,40%{-webkit-clip-path:circle(10% at 50%
50%);clip-path:circle(10% at 50% 50%)}55%,60%{-webkit-clip-path:circle(5% at 50% 50%);clip-path:circle(5% at
50% 50%)}to{-webkit-clip-path:circle(100% at 50% 50%);clip-path:circle(100% at 50% 50%)}}@-webkit-keyframes
w h i t e O v e r l a y -
ppknf9x{0%,60%{background:#fff}70%{background:transparent}95%{width:100%;height:100%;background:transp
arent}to{width:0;height:0;background:transparent}}@keyframes whiteOverlay-
ppknf9x{0%,60%{background:#fff}70%{background:transparent}95%{width:100%;height:100%;background:transp
arent}to{width:0;height:0;background:transparent}}');
U('.s16cpi6s{-webkit-transform:translateX(130%);-ms-transform:translateX(130%);transform:translateX(130%);-
webkit-transition:-webkit-transform .3s ease-in,-webkit-transform .3s ease-in;-webkit-transition:transform .3s ease-in,-
webkit-transform .3s ease-in;transition:transform .3s ease-in,-webkit-transform .3s ease-in}.s15icamp.s15icamp{-
webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}');U('.skaec3r{-webkit-
clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);clip-path:polygon(100% 0,100% 0,100% 100%,100%
100%)}.s1ap4ou6.s1ap4ou6{-webkit-animation:sliderBlock-s1ap4ou6 .625s ease-in-out
forwards;animation:sliderBlock-s1ap4ou6 .625s ease-in-out
forwards;opacity:1}.s1ap4ou6.s1ap4ou6:before{content:"";position:absolute;left:100%;width:.25em;height:100%;-
webkit-animation:scanner-s1ap4ou6 1.25s ease-in-out forwards;animation:scanner-s1ap4ou6 1.25s ease-in-out
forwards;z-index:1;background:#fff;border-radius:.25em}@-webkit-keyframes sliderBlock-s1ap4ou6{to{-webkit-
clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0
100%)}}@keyframes sliderBlock-s1ap4ou6{to{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-
path:polygon(0 0,100% 0,100% 100%,0 100%)}}@-webkit-keyframes scanner-
s1ap4ou6{0%,to{left:100%}50%{left:0}}@keyframes scanner-s1ap4ou6{0%,to{left:100%}50%{left:0}}');
v a r
Hb;(function(b){b.Activate='activate';b.IconSlide='icon_slide';b.PopBubble='pop_bubble';b.Slide='slide';b.SliderBloc
k='slider_block'})(Hb||(Hb={}));var df;(function(b){b.None='none';b.IconSlide='icon_slide'})(df||(df={}));var
Ni;(function(b){b.Bouncing='bouncing';b.Bubbling='bubbling';b.Glare='glare';b.Static='static'})(Ni||(Ni={}));var
yl={},Lu=(yl[Ni.Bouncing]='b1ujh6qz',yl[Ni.Bubbling]='b11o089l',yl[Ni.Glare]='g1eg4g87',yl[Ni.Static]=void
0,yl),fk={},Wt=(fk[Hb.Activate]='a1uz2jr4',fk[Hb.IconSlide]=
'ilwtq01',fk[Hb.PopBubble]='pxpb0t0',fk[Hb.Slide]='s16cpi6s',fk[Hb.SliderBlock]='skaec3r',fk),gk={},Xt=(gk[Hb.Ac
t i v a t e ] = v o i d
0,gk[Hb.IconSlide]='i10qnfsq',gk[Hb.PopBubble]='ppknf9x',gk[Hb.Slide]='s15icamp',gk[Hb.SliderBlock]='s1ap4ou6'
,gk),hk={},Gq=(hk[Hb.Activate]=void 0,hk[Hb.PopBubble]=void 0,hk[Hb.Slide]=void 0,hk[Hb.SliderBlock]=void
0,hk[Hb.IconSlide]='i15ae40m',hk),ik={},Hq=(ik[Hb.Activate]=void 0,ik[Hb.PopBubble]=void 0,ik[Hb.Slide]=void
0,ik[Hb.SliderBlock]=void 0,ik[Hb.IconSlide]='i1xulm79',
ik),kp={},Yt=(kp[df.None]=void 0,kp[df.IconSlide]='e1pxz0ws',kp),lp={},Iq=(lp[df.None]=void
0,lp[df.IconSlide]='e1i82tkl',lp),mp={},$t=(mp[df.None]=void
0,mp[df.IconSlide]='emosctq',mp);U('.r1l5ixa8{overflow:hidden}.r1l5ixa8:before{position:absolute;content:"";border
-radius:50%;-webkit-animation:ripple-r1l5ixa8 .3s linear;animation:ripple-r1l5ixa8 .3s linear;background-
color:hsla(0,0%,100%,.7);width:2em;height:2em;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(0);-
ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0)}@-webkit-keyframes ripple-
r1l5ixa8{to{-webkit-transform:translate(-50%,-50%) scale(4);-ms-transform:translate(-50%,-50%)
scale(4);transform:translate(-50%,-50%) scale(4);opacity:0}}@keyframes ripple-r1l5ixa8{to{-webkit-
transform:translate(-50%,-50%) scale(4);-ms-transform:translate(-50%,-50%) scale(4);transform:translate(-50%,-
50%) scale(4);opacity:0}}');
var mr;(function(b){b.Dark='dark';b.Light='light'})(mr||(mr={}));var zl;(zl||(zl={})).Overlay='overlay';var
np;(function(b){b.Show='show';b.Hide='hide'})(np||(np={}));var
nr;(function(b){b.Static='static';b.Bouncing='bouncing';b.Bubbling='bubbling';b.Glare='glare'})(nr||(nr={}));var
or;(function(b){b.White='fff';b.Black='000'})(or||(or={}));var
Xf;(function(b){b.Blue='167dfb';b.Green='33cc00';b.Lime='99cc00';b.Orange='ffa41c';b.Yellow='ffd814';b.Purple='8
b05e8';b.Violet='966ede';b.Black='000';b.White=
'fff'})(Xf||(Xf={}));var pr;(function(b){b.Blue='blue';b.Green='green';b.Lime='lime'})(pr||(pr={}));var
al;(function(b){b.Dots='dots';b.Pipes='pipes';b.Borders='borders'})(al||(al={}));var
$k;(function(b){b.Top='top';b.Bottom='bottom'})($k||($k={}));var
mo;(function(b){b.Title='title';b.Caps='caps'})(mo||(mo={}));var co;(co||(co={})).Show='show';var
zf;(function(b){b.Download='download';b.DownloadForFree='download_for_free';b.Get='get';b.GET='GET';b.Install
Now='install_now';b.Install='install';b.Play=
'play';b.PlayGame='play_game';b.PlayNow='play_now';b.PlayForFree='play_for_free'})(zf||(zf={}));var
ef;(function(b){b.Download='Download';b.DownloadForFree='Download For
Free';b.Get='Get';b.GET='GET';b.InstallNow='Install Now';b.Install='Install';b.Play='Play';b.PlayGame='Play
Game';b.PlayNow='Play Now';b.PlayForFree='Play For Free'})(ef||(ef={}));var
bo;(function(b){b.Round='round';b.TwoCta='two_cta'})(bo||(bo={}));var
pm;(function(b){b.Default='default';b.White='white'})(pm||(pm={}));var qr;(qr||
(qr={})).Show='show';var eo;(eo||(eo={})).Show='show';var
rr={main:'#ffd814',dark:'#e5a00b',light:'#fff014'},Bg={},vs=(Bg[Xf.Blue]={main:'#167dfb',dark:'#1365c8',light:'#129
7ff'},Bg[Xf.Green]={main:'#33cc00',dark:'#29a305',light:'#3df500'},Bg[Xf.Lime]={main:'#99cc00',dark:'#7db900',lig
ht:'#b3ff00'},Bg[Xf.Orange]={main:'#ffa41c',dark:'#e58e0b',light:'#ffd814'},Bg[Xf.Yellow]=rr,Bg[Xf.Purple]={main:
'#8b05e8',dark:'#6a05a8',light:'#966ede'},Bg[Xf.Violet]={main:'#966ede',dark:'#7d4da8',light:'#a66ede'},
Bg[Xf.Black]={main:'#000',dark:'#000',light:'#000'},Bg[Xf.White]={main:'#fff',dark:'#fff',light:'#fff'},Bg),ul,De,sr,tl=
0,Vo=[],tr=aa.__b,ur=aa.__r,vr=aa.diffed,wr=aa.__c,xr=aa.unmount;aa.__b=function(b){De=null;tr&&tr(b)};aa.__r=f
unction(b){ur&&ur(b);ul=0;(b=(De=b.__c).__H)&&(b.__h.forEach(Km),b.__h.forEach(Wo),b.__h=[])};aa.diffed=fu
nction(b){vr&&vr(b);(b=b.__c)&&b.__H&&b.__H.__h.length&&(1!==Vo.push(b)&&sr===aa.requestAnimationFra
me||((sr=aa.requestAnimationFrame)||function(a){function b(){clearTimeout(e);
y r & & c a n c e l A n i m a t i o n F r a m e ( d ) ; s e t T i m e o u t ( a ) } v a r
d,e=setTimeout(b,100);yr&&(d=requestAnimationFrame(b))})(zu));De=void
0};aa.__c=function(b,a){a.some(function(b){try{b.__h.forEach(Km),b.__h=b.__h.filter(function(a){return!a.__||Wo(a
)})}catch(d){a.some(function(a){a.__h&&(a.__h=[])}),a=[],aa.__e(d,b.__v)}});wr&&wr(b,a)};aa.unmount=function(
b){xr&&xr(b);if((b=b.__c)&&b.__H)try{b.__H.__.forEach(Km)}catch(a){aa.__e(a,b.__v)}};var
yr='function'==typeof requestAnimationFrame;($q.prototype=new yh).isPureReactComponent=
!0;$q.prototype.shouldComponentUpdate=function(b,a){return Xo(this.props,b)||Xo(this.state,a)};var
zr=aa.__b;aa.__b=function(b){b.type&&b.type.__f&&b.ref&&(b.props.ref=b.ref,b.ref=null);zr&&zr(b)};l.initSymbol
();l.initSymbol();l.initSymbol();var Mu='undefined'!=typeof
Symbol&&Symbol.for&&Symbol.for('react.forward_ref')||3911,Nu=aa.__e;aa.__e=function(b,a,c){if(b.then)for(var
d , e = a ; e = e . _ _ ; ) i f ( ( d = e . _ _ c ) & & d . _ _ c ) r e t u r n
null==a.__e&&(a.__e=c.__e,a.__k=c.__k),d.__c(b,a);Nu(b,a,c)};(Yo.prototype=new yh).__c=
f u n c t i o n ( b , a ) { f u n c t i o n c ( ) { v a r a ; i f ( ! - -
f.__u)for(f.__v.__k[0]=br(f.state.__e),f.setState({__e:f.__b=null});a=f.t.pop();)a.forceUpdate()}function
d(){k||(k=!0,e.componentWillUnmount=e.__c,g?g(c):c())}var e=a.__c,f=this;null==f.t&&(f.t=[]);f.t.push(e);var
g=cr(f.__v),k=!1;e.__c=e.componentWillUnmount;e.componentWillUnmount=function(){d();e.__c&&e.__c()};!0==
=a.__h||f.__u++||f.setState({__e:f.__b=f.__v.__k[0]});b.then(d,d)};Yo.prototype.componentWillUnmount=function(){
this.t=[]};Yo.prototype.render=
function(b,a){this.__b&&(this.__v.__k&&(this.__v.__k[0]=ar(this.__b)),this.__b=null);var
c=a.__e&&rl(Te,null,b.fallback);return c&&(c.__h=null),[rl(Te,null,a.__e?null:b.children),c]};(Lm.prototype=new
yh).__e=function(b){var a=this,c=cr(a.__v),d=a.o.get(b);return d[0]++,function(e){function
f(){a.props.revealOrder?(d.push(e),Nq(a,b,d)):e()}c?c(f):f()}};Lm.prototype.render=function(b){this.u=null;this.o=ne
w Map;var a=Uo(b.children);b.revealOrder&&'b'===b.revealOrder[0]&&a.reverse();for(var c=a.length;c--
;)this.o.set(a[c],
t h i s . u = [ 1 , 0 , t h i s . u ] ) ; r e t u r n
b.children};Lm.prototype.componentDidUpdate=Lm.prototype.componentDidMount=function(){var
b=this;this.o.forEach(function(a,c){Nq(b,c,a)})};l.initSymbol();l.initSymbol();l.initSymbol();l.initSymbol();var
O u = ' u n d e f i n e d ' ! = t y p e o f
Symbol&&Symbol.for&&Symbol.for('react.element')||60103,Pu=/^(?:accent|alignment|arabic|baseline|cap|clip(?!Path
U)|color|fill|flood|font|glyph(?!R)|horiz|marker(?!H|W|U)|overline|paint|stop|strikethrough|stroke|text(?!L)|underline|u
nicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,
Q u = ' u n d e f i n e d ' ! = t y p e o f
Symbol?/fil|che|rad/i:/fil|che|ra/i;yh.prototype.isReactComponent={};['componentWillMount','componentWillReceive
Props','componentWillUpdate'].forEach(function(b){Object.defineProperty(yh.prototype,b,{configurable:!0,get:functi
o n ( ) { r e t u r n
this['UNSAFE_'+b]},set:function(a){Object.defineProperty(this,b,{configurable:!0,writable:!0,value:a})}})});var
A r = a a . e v e n t ; a a . e v e n t = f u n c t i o n ( b ) { r e t u r n
Ar&&(b=Ar(b)),b.persist=Au,b.isPropagationStopped=Bu,b.isDefaultPrevented=Cu,b.nativeEvent=
b};var Br={configurable:!0,get:function(){return this.class}},Cr=aa.vnode;aa.vnode=function(b){var
a=b.type,c=b.props,d=c;if('string'==typeof a){for(var e in d={},c){var f=c[e];'defaultValue'===e&&'value'in
c&&null==c.value?e='value':'download'===e&&!0===f?f='':/ondoubleclick/i.test(e)?e='ondblclick':/^onchange(textar
ea|input)/i.test(e+a)&&!Qu.test(c.type)?e='oninput':/^on(Ani|Tra|Tou|BeforeInp)/.test(e)?e=e.toLowerCase():Pu.test(e
)?e=e.replace(/[A-Z0-9]/,'-$&').toLowerCase():null===f&&(f=void 0);
d[e]=f}'select'==a&&d.multiple&&Array.isArray(d.value)&&(d.value=Uo(c.children).forEach(function(a){a.props.se
lected=-1!=d.value.indexOf(a.props.value)}));b.props=d}a&&c.class!=c.className&&(Br.enumerable='className'in
c,null!=c.className&&(d.class=c.className),Object.defineProperty(d,'className',Br));b.$$typeof=Ou;Cr&&Cr(b)}
; v a r
Dr=aa.__r;aa.__r=function(b){Dr&&Dr(b);b.__c};U('.uvxl8wr{position:relative;background:none;color:inherit;borde
r:none;padding:0;font:inherit;cursor:pointer;box-sizing:border-box;outline:inherit;z-
index:1;fill:#fff}.d1xdga1p{color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-
webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-
items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}');
var Ru={root:'uvxl8wr'},kh=Lb(function(b){var a=b.animation,c=b.children,d=b.className,e=void
0===b.classes?{}:b.classes,f=b.color,g=b.elementId,k=b.textColor,m=b.innerTopEl,v=b.style;b=pb(b,'animation
children className classes color elementId textColor innerTopEl style'.split('
'));e=Object.assign(Object.assign({},Ru),e);a=a&&Lu[a];k={color:k};f=Object.assign(Object.assign({},v),{backgrou
nd:f,color:f});return p('button',Object.assign({className:ba(e.root,a,d),style:f},rc(g),b,{children:[m,p('span',
Object.assign({className:'d1xdga1p',style:k},{children:c}),void 0)]}),void
0)});U('.c1ihgz8z{color:#fff;background:#167dfb;padding:.6em}.c1ihgz8z,.trxosgp{text-align:center;white-
s p a c e : n o w r a p ; m i n - w i d t h : 1 1 . 2 e m ; b o r d e r -
radius:.6em}.trxosgp{background:none;color:#167dfb}.lhy4axe.lhy4axe{padding:.6em;min-
width:11.2em}.mesmlyk.mesmlyk{min-width:5.5em;min-height:2.5em;border-radius:.4em;padding:0
1em}.s1aihnhx.s1aihnhx{padding:1em .6em;font-size:.8em;width:9em}.cv4qi27{width:2.25em;height:2.25em;font-
size:1.25em;fill:#fff;-webkit-filter:drop-shadow(.03em .05em .18em #7c7c7c);filter:drop-shadow(.03em .05em .18em
#7c7c7c)}@media (orientation:landscape){.cv4qi27{fill:#7c7c7c;text-shadow:none}}.v126ulkb{border-
r a d i u s : . 4 e m ; p a d d i n g : . 6 e m ; f o n t -
size:1.1em;background:#242d32}.oqlijml{background:transparent!important;border:1px
solid}.w1lcttdy.w1lcttdy{min-width:10em;min-height:2.5em;border-radius:.4em;padding:0 1em}@media
(orientation:landscape){.w1lcttdy.w1lcttdy{min-width:20em}}');
var Ue;(function(b){b.Cta='cta';b.Close='close';b.Vote='vote';b.Outline='outline';b.Text='text'})(Ue||(Ue={}));var
Tc;(function(b){b.Large='large';b.Medium='medium';b.Small='small';b.Wide='wide'})(Tc||(Tc={}));var
jk={},Su=(jk[Ue.Cta]='c1ihgz8z',jk[Ue.Close]='cv4qi27',jk[Ue.Vote]='v126ulkb',jk[Ue.Outline]='oqlijml',jk[Ue.Text]
='trxosgp',jk),Al={},Tu=(Al[Tc.Large]='lhy4axe',Al[Tc.Medium]='mesmlyk',Al[Tc.Small]='s1aihnhx',Al[Tc.Wide]='
w1lcttdy',Al),Mj=Lb(function(b){var a=b.className,c=b.color,d=b.size,
e=b.variant,f=b.ripple,g=b.shadow;b=pb(b,'className color size variant ripple shadow'.split(' '));g=g?{boxShadow:'0
0.1875em 0.375em '+c+'99'}:void 0;var k=[rr.main];return
p(kh,Object.assign({className:ba(e&&Su[e],d&&Tu[d],a,f?'r1l5ixa8':''),style:g,textColor:c&&k.includes(c)?'#000':'#
f f f ' , c o l o r : c } , b ) , v o i d
0)}),Zi;(function(b){b.DownloadForFree='download_for_free';b.Get='get';b.GET='GET';b.InstallNow='install_now';b
.Install='install'})(Zi||(Zi={}));var Oo;(Oo||(Oo={})).LearnMore='learn_more';var ai;
(function(b){b.DownloadForFree='Download For Free';b.Get='Get';b.GET='GET';b.InstallNow='Install
Now';b.Install='Install'})(ai||(ai={}));var Po;(Po||(Po={})).LearnMore='Learn More';var
Mo={main:'#167dfb',dark:'#1365c8',light:'#1297ff'},Yf;(function(b){b.Blue='167dfb';b.Green='33cc00';b.Lime='99cc
00';b.Orange='ffa41c';b.Yellow='ffd814';b.Purple='8b05e8';b.Violet='966ede';b.Black='000';b.White='fff'})(Yf||(Yf={
}));var Cg={},xt=(Cg[Yf.Blue]=Mo,Cg[Yf.Green]={main:'#33cc00',dark:'#29a305',light:'#3df500'},
Cg[Yf.Lime]={main:'#99cc00',dark:'#7db900',light:'#b3ff00'},Cg[Yf.Orange]={main:'#ffa41c',dark:'#e58e0b',light:'#f
fd814'},Cg[Yf.Yellow]={main:'#ffd814',dark:'#e5a00b',light:'#fff014'},Cg[Yf.Purple]={main:'#8b05e8',dark:'#6a05a8
',light:'#966ede'},Cg[Yf.Violet]={main:'#966ede',dark:'#7d4da8',light:'#a66ede'},Cg[Yf.Black]={main:'#000',dark:'#0
00',light:'#000'},Cg[Yf.White]={main:'#fff',dark:'#fff',light:'#fff'},Cg),op;(function(b){b.True='true';b.False='false'})(
op||(op={}));var Yi;(function(b){b.Bar=
' b a r ' ; b . C t a = ' c t a ' ; b . B o r d e r = ' b o r d e r ' } ) ( Y i | | ( Y i = { } ) ) ; v a r
$h;(function(b){b.Skip='skip';b.Close='close';b.Play='play'})($h||($h={}));var Ko;(Ko||(Ko={})).Show='show';var
Ha;(function(b){b[b.NONE=0]='NONE';b[b.PORTRAIT=1]='PORTRAIT';b[b.LANDSCAPE=2]='LANDSCAPE'})(
H a | | ( H a = { } ) ) ; v a r
kc;(function(b){b[b.ENDSCREEN=0]='ENDSCREEN';b[b.ENDSCREEN_WITH_VIDEOPLAYER=1]='ENDSCRE
EN_WITH_VIDEOPLAYER';b[b.LANDSCAPE_VIDEO=2]='LANDSCAPE_VIDEO';b[b.WEB_PLAYER=3]='WE
B_PLAYER';b[b.PODDING=4]='PODDING'})(kc||(kc={}));var Zf;
(function(b){b[b.MEMORY_WARNING=0]='MEMORY_WARNING';b[b.AUDIO_SESSION_INTERRUPT_BEG
AN=1]='AUDIO_SESSION_INTERRUPT_BEGAN';b[b.AUDIO_SESSION_INTERRUPT_ENDED=2]='AUDIO_S
ESSION_INTERRUPT_ENDED';b[b.AUDIO_SESSION_ROUTE_CHANGED=3]='AUDIO_SESSION_ROUTE_C
HANGED';b[b.AUDIO_SESSION_CATEGORY_CHANGED=4]='AUDIO_SESSION_CATEGORY_CHANGED'}
)(Zf||(Zf={}));te.setForcedOrientation=function(b){te._forcedOrientation=b};te.getForcedOrientation=function(){retu
rn te._forcedOrientation};te.prototype.getLockedOrientation=
function(){return this._lockedOrientation};te.prototype.addEventHandler=function(b){this._handlers.push(b);return
b};te.prototype.removeEventHandler=function(b){this._handlers.length&&(this._handlers='undefined'!==typeof
b?this._handlers.filter(function(a){return a!==b}):[])};R.prototype.toJSON=function(){return
JSON.stringify(this._data,this.serializeFilter)};R.prototype.set=function(b,a){b in this._schema||this.handleError(new
Ob('model: '+this._name+' key:'+b+' not in schema','SchemaError'));this.checkValue(a,
this._schema[b])?this._data[b]=a:this.handleError(new Ob('model: '+this._name+' key: '+b+' with value: '+a+':
'+this.getTypeOf(a)+' is not in: '+this._schema[b],'CheckValueError'))};R.prototype.setModelValues=function(b){var
a=this;Object.entries(b).forEach(function(b){var c=l.makeIterator(b);b=c.next().value;c=c.next().value;return
a.set(b,c)})};R.prototype.get=function(b){return this._data[b]};R.prototype.handleError=function(b){throw
b;};R.prototype.serializeFilter=function(b,a){return a};R.prototype.getTypeOf=
function(b){return Array.isArray(b)?'array':null===b?'null':'number'===typeof
b&&Number.isInteger(b)?'integer':typeof b};R.prototype.checkValue=function(b,a){a=l.makeIterator(a);for(var
c = a . n e x t ( ) ; ! c . d o n e ; c = a . n e x t ( ) ) { c = c . v a l u e ; v a r
d=this.getTypeOf(b);if(d===c||'number'===c&&'integer'===d)return!0}return!1};var
D;(function(b){b[b.READY=0]='READY';b[b.NOT_AVAILABLE=1]='NOT_AVAILABLE';b[b.DISABLED=2]='D
ISABLED';b[b.WAITING=3]='WAITING';b[b.NO_FILL=4]='NO_FILL'})(D||(D={}));var
ze;(function(b){b.INTERSTITIAL=
'interstitial';b.REWARDED='rewarded';b.BANNER='banner'})(ze||(ze={}));l.inherits(Ca,R);Ca.prototype.getName=f
unction(){return this.get('name')};Ca.prototype.allowSkip=function(){return
this.get('allowSkip')};Ca.prototype.allowSkipInSeconds=function(){return
this.get('allowSkipInSeconds')};Ca.prototype.getCloseTimerDuration=function(){return
this.get('closeTimerDuration')};Ca.prototype.disableBackButton=function(){return
this.get('disableBackButton')};Ca.prototype.setFillInvalidated=function(){this.set('fillInvalidated',
! 0 ) } ; C a . p r o t o t y p e . w a s F i l l I n v a l i d a t e d = f u n c t i o n ( ) { r e t u r n
this.get('fillInvalidated')};Ca.prototype.resetFillInvalidation=function(){this.set('fillInvalidated',!1)};Ca.prototype.mut
eVideo=function(){return this.get('muteVideo')};Ca.prototype.skipEndCardOnClose=function(){return
this.get('skipEndCardOnClose')};Ca.prototype.disableVideoControlsFade=function(){return
this.get('disableVideoControlsFade')};Ca.prototype.useCloseIconInsteadOfSkipIcon=function(){return
this.get('useCloseIconInsteadOfSkipIcon')};
Ca.prototype.getAdTypes=function(){return this.get('adTypes')};Ca.prototype.getState=function(){return
this.get('state')};Ca.prototype.getAuctionType=function(){return
this.get('auctionType')};Ca.prototype.setState=function(b){this.isBannerPlacement()&&b!==D.READY||(this.getState
()!==b&&(this.set('previousState',this.getState()),this.setPlacementStateChanged(!0)),this.set('state',b))};Ca.prototype.
g e t P l a c e m e n t S t a t e C h a n g e d = f u n c t i o n ( ) { r e t u r n
this.get('placementStateChanged')};Ca.prototype.setPlacementStateChanged=
function(b){this.set('placementStateChanged',b)};Ca.prototype.getPreviousState=function(){return
this.get('previousState')};Ca.prototype.getCurrentCampaign=function(){return
this.get('currentCampaign')};Ca.prototype.setCurrentCampaign=function(b){this.set('currentCampaign',b)};Ca.prototy
p e . g e t C u r r e n t T r a c k i n g U r l s = f u n c t i o n ( ) { r e t u r n
this.get('currentTrackingUrls')};Ca.prototype.setCurrentTrackingUrls=function(b){this.set('currentTrackingUrls',b)};C
a.prototype.getBannerRefreshRate=function(){return this.get('bannerRefreshRate')};
Ca.prototype.isBannerPlacement=function(){var b=this.getAdTypes();if(b){b=l.makeIterator(b);for(var
a=b.next();!a.done;a=b.next())if('BANNER'===a.value)return!0}return!1};Ca.prototype.isInvalidationPending=functi
o n ( ) { r e t u r n
this.get('invalidationPending')};Ca.prototype.setInvalidationPending=function(b){this.set('invalidationPending',b)};Ca
.prototype.getAdUnitId=function(){return this.get('adUnitId')};Ca.prototype.hasAdUnitId=function(){return
this.getAdUnitId()?!0:!1};Ca.prototype.getGroupId=function(){return this.get('groupId')};
Ca.prototype.hasGroupId=function(){return this.getGroupId()?!0:!1};Ca.prototype.getAdFormat=function(){var
b,a=this.get('adFormat');if(!a)return(null===(b=this.getAdTypes())||void
0===b?0:b.includes('BANNER'))?ze.BANNER:this.allowSkip()?ze.INTERSTITIAL:ze.REWARDED;switch(a){case
'banner':return ze.BANNER;case 'rewarded':return ze.REWARDED;default:return
ze.INTERSTITIAL}};Ca.prototype.getAdPodding=function(){return
this.get('adPodding')};Ca.prototype.isGmaEligible=function(){return this.get('gmaEligible')};
Ca.prototype.getDTO=function(){return{id:this.id,name:this.getName(),allowSkip:this.allowSkip(),skipInSeconds:thi
s.allowSkipInSeconds(),disableBackButton:this.disableBackButton(),muteVideo:this.muteVideo(),skipEndCardOnCl
ose:this.skipEndCardOnClose(),disableVideoControlsFade:this.disableVideoControlsFade(),useCloseIconInsteadOfS
kipIcon:this.useCloseIconInsteadOfSkipIcon(),adTypes:this.getAdTypes(),adUnitId:this.getAdUnitId(),groupId:this.g
etGroupId(),rs:this.rs,state:D[this.getState()].toLowerCase(),
adPodding:this.getAdPodding(),gmaEligible:this.isGmaEligible()}};l.global.Object.defineProperties(Ca.prototype,{id
: { c o n f i g u r a b l e : ! 0 , e n u m e r a b l e : ! 0 , g e t : f u n c t i o n ( ) { r e t u r n
this.get('id')},set:function(b){this.set('id',b)}},rs:{configurable:!0,enumerable:!0,set:function(b){this.set('rs',b)},get:fun
c t i o n ( ) { r e t u r n
this.get('rs')}},mediationFee:{configurable:!0,enumerable:!0,set:function(b){this.set('mediationFee',b)},get:function()
{return this.get('mediationFee')}},winPrice:{configurable:!0,enumerable:!0,
set:function(b){this.set('winPrice',b)},get:function(){return
this.get('winPrice')}},meta:{configurable:!0,enumerable:!0,set:function(b){this.set('meta',b)},get:function(){return
this.get('meta')}},hbMeta:{configurable:!0,enumerable:!0,set:function(b){this.set('hbMeta',b)},get:function(){return
this.get('hbMeta')}},placementType:{configurable:!0,enumerable:!0,get:function(){return
t h i s . g e t ( ' p l a c e m e n t T y p e ' ) } } } ) ; Q a . t r i g g e r = f u n c t i o n ( ) { r e t u r n
P r o m i s e . r e s o l v e ( { } ) } ; l . i n h e r i t s ( R b , R ) ; R b . p r o t o t y p e . g e t U r l =
f u n c t i o n ( ) { v a r b = t h i s . g e t C a c h e d U r l ( ) ; r e t u r n
b?b:this.getOriginalUrl()};Rb.prototype.getUrlWithoutFileProtocol=function(){return
this.getUrl().replace('file://','')};Rb.prototype.getOriginalUrl=function(){return
this.get('url')};Rb.prototype.isCached=function(){return'undefined'!==typeof
this.getCachedUrl()};Rb.prototype.getCachedUrl=function(){return
this.get('cachedUrl')};Rb.prototype.setCachedUrl=function(b){this.set('cachedUrl',b)};Rb.prototype.setFileId=functio
n(b){this.set('fileId',b)};Rb.prototype.getFileId=
function(){return this.get('fileId')};Rb.prototype.getSession=function(){return
this.get('session')};Rb.prototype.getCreativeId=function(){return
this.get('creativeId')};Rb.prototype.getDTO=function(){return{url:this.getOriginalUrl(),cachedUrl:this.getCachedUrl(
),fileId:this.getFileId()}};Rb.prototype.handleError=function(b){Qa.trigger('set_model_value_failed',b,this.getSession
());throw b;};Rb.Schema={url:['string'],cachedUrl:['string','undefined'],fileId:['string','undefined'],session:['object'],
creativeId:['string','undefined']};l.inherits(ck,Rb);ck.prototype.getDescription=function(){return'MRAID'};Oh.generat
e = f u n c t i o n ( ) { r e t u r n a q ( ) } ; v a r
Oi;(function(b){b[b.DEFAULT=0]='DEFAULT';b[b.SCAR=1]='SCAR'})(Oi||(Oi={}));l.inherits(sa,R);sa.prototype.g
etSession=function(){return this.get('session')};sa.prototype.getAdType=function(){return
this.get('adType')};sa.prototype.getContentType=function(){return
this.get('contentType')};sa.prototype.getCorrelationId=function(){return this.get('correlationId')};
sa.prototype.getCreativeId=function(){return this.get('creativeId')};sa.prototype.getSeatId=function(){return
t h i s . g e t ( ' s e a t I d ' ) } ; s a . p r o t o t y p e . g e t M e t a = f u n c t i o n ( ) { r e t u r n
this.get('meta')};sa.prototype.getWillExpireAt=function(){return
this.get('willExpireAt')};sa.prototype.isExpired=function(){var b=this.get('willExpireAt');return void
0!==b&&Date.now()>b};sa.prototype.setIsLoadEnabled=function(b){this.set('isLoadEnabled',b)};sa.prototype.isLoad
Enabled=function(){return this.get('isLoadEnabled')};
s a . p r o t o t y p e . g e t S k A d n = f u n c t i o n ( ) { r e t u r n
this.get('skadn')};sa.prototype.setMediaId=function(b){this.set('mediaId',b)};sa.prototype.getMediaId=function(){retu
r n
this.get('mediaId')};sa.prototype.setTrackingUrls=function(b){this.set('trackingUrls',b)};sa.prototype.getTrackingUrls
=function(){return this.get('trackingUrls')};sa.prototype.getTrackingUrlsForEvent=function(b){var
a=this.getTrackingUrls();return a?a[b]||[]:[]};sa.prototype.getUniqueId=function(){return
this._uniqueId};sa.prototype.isReusedAfterInvalidation=
f u n c t i o n ( ) { r e t u r n
this.get('reused')};sa.prototype.reuseAfterInvalidation=function(){this.set('reused',!0)};sa.prototype.setHeaderBidding
Info=function(b){this.set('headerBiddingInfo',b)};sa.prototype.getHeaderBiddingInfo=function(){return
this.get('headerBiddingInfo')};sa.prototype.getDTO=function(){return{id:this.id,willExpireAt:this.getWillExpireAt(),
mediaId:this.getMediaId()}};sa.prototype.getCampaignLoaderType=function(){return
Oi.DEFAULT};sa.prototype.handleError=function(b){Qa.trigger('set_model_value_failed',
b , t h i s . g e t S e s s i o n ( ) ) ; t h r o w
b;};l.global.Object.defineProperties(sa.prototype,{id:{configurable:!0,enumerable:!0,get:function(){return
this.get('id')}}});sa.Schema={id:['string'],willExpireAt:['number','undefined'],contentType:['string'],adType:['string','u
ndefined'],correlationId:['string','undefined'],creativeId:['string','undefined'],seatId:['number','undefined'],meta:['string','
undefined'],session:['object'],mediaId:['string'],trackingUrls:['object'],isLoadEnabled:['boolean'],reused:['boolean'],
headerBiddingInfo:['object','undefined'],skadn:['object','undefined']};xh.prototype.forwardTo=function(b){this._metric
s.forEach(function(a){b.reportMetricEventWithTags(a.event,a.tags)});this._timings.forEach(function(a){b.reportTimi
ngEventWithTags(a.event,a.value,a.tags)})};xh.prototype.reportMetricEvent=function(b){this._metrics.push({event:b
,tags:{}})};xh.prototype.reportMetricEventWithTags=function(b,a){this._metrics.push({event:b,tags:a})};xh.prototyp
e.reportTimingEvent=function(b,a){this._timings.push({event:b,
value:a,tags:{}})};xh.prototype.reportTimingEventWithTags=function(b,a,c){this._timings.push({event:b,value:a,tags
:c})};xh.prototype.sendBatchedEvents=function(){return Promise.resolve([])};var
$f;(function(b){b.TooLargeFile='too_large_file';b.BannerRequestError='banner_request_error';b.AdmobTestHttpErro
r='admob_video_http_error';b.VastClickWithoutImpressionError='vast_click_without_impression';b.AdUnitAlreadyS
howing='ad_unit_already_showing';b.PlacementWithIdDoesNotExist='placement_with_id_does_not_exist';
b.CampaignExpired='campaign_expired';b.NoConnectionWhenNeeded='no_connection_when_needed';b.MissingTrac
kingUrlsOnShow='missing_tracking_urls_on_show';b.AttemptToStreamCampaignWithoutConnection='attempt_to_st
ream_campaign_without_connection';b.FillInvalidated='fill_invalidated'})($f||($f={}));var
Af;(function(b){b.GenericError='video_player_generic_error';b.PrepareError='video_player_prepare_error';b.Prepare
Timeout='video_player_prepare_timeout';b.SeekToError='video_player_seek_to_error';b.PauseError=
'video_player_pause_error';b.IllegalStateError='video_player_illegal_state_error';b.TooLongError='video_too_long';b.
PlayerStuck='video_player_stuck';b.AttemptToMinimizeAppWhilePreparingVideoPlayer='attempt_to_minimize_app
_ w h i l e _ p r e p a r i n g _ v i d e o _ p l a y e r ' } ) ( A f | | ( A f = { } ) ) ; v a r
Bf;(function(b){b.AdmobVideoElementMissing='admob_video_element_missing';b.AdmobUsedCachedVideo='admo
b_used_cached_video';b.AdmobUsedStreamedVideo='admob_used_streamed_video';b.AdmobUserVideoSeeked='ad
mob_user_video_seeked';b.AdmobRewardedVideoStart=
'admob_rewarded_video_start';b.AdmobUserWasRewarded='admob_user_was_rewarded';b.AdmobUserSkippedRew
ardedVideo='admob_user_skipped_rewarded_video';b.AdmobVideoCanPlay='admob_video_canplay';b.AdmobVideo
Started='admob_video_started';b.AdmobOMEnabled='admob_om_enabled';b.AdmobOMImpression='admob_om_im
pression';b.DoubleClickOMInjections='doubleclick_om_injections';b.DoubleClickOMStarts='doubleclick_om_starts';
b.DoubleClickOMImpressions='doubleclick_om_impressions';b.DoubleClickInstanceCreated='doubleclick_om_insta
nce_created';
b.AdmobOMVideoStart='admob_om_video_start'})(Bf||(Bf={}));var
Ee;(function(b){b.BannerAdLoad='banner_ad_load';b.BannerAdUnitLoaded='banner_ad_unit_loaded';b.BannerAdRe
quest='banner_ad_request';b.BannerAdImpression='banner_ad_impression';b.BannerAdFill='banner_ad_fill';b.Banner
AdNoFill='banner_ad_no_fill';b.BannerAdRequestWithLimitedAdTracking='banner_ad_request_with_limited_ad_tra
cking';b.BannerAdNoFillRequestBlocked='banner_ad_no_fill_request_blocked';b.BannerAdMraid='banner_ad_mraid'
;b.BannerAdNoMraid=
'banner_ad_no_mraid';b.BannerAdMraidImpression='banner_ad_mraid_impression';b.BannerAdMraidClick='banner_
a d _ m r a i d _ c l i c k ' } ) ( E e | | ( E e = { } ) ) ; v a r
pp;(pp||(pp={})).CachingModeForcedToDisabled='caching_mode_forced_to_disabled';var
ib;(function(b){b.ParseVastFallbackToVpaidWithoutMp4NorJs='parse_vast_fallback_to_vpaid_without_mp4_nor_js'
;b.ParseVastFallbackToVpaidWithMp4AndJs='parse_vast_fallback_to_vpaid_with_mp4_and_js';b.ParseVastFallback
ToVpaidWithOnlyJs='parse_vast_fallback_to_vpaid_with_only_js';b.ParseVastFallbackToVpaidWithOnlyMp4=
'parse_vast_fallback_to_vpaid_with_only_mp4';b.ParseVastWithMp4AndJs='parse_vast_with_mp4_and_js';b.ParseV
astWithOnlyJs='parse_vast_with_only_js';b.ParseVastWithOnlyMp4='parse_vast_with_only_mp4';b.ParseVpaidWith
Mp4AndJs='parse_vpaid_with_mp4_and_js';b.ParseVpaidWithOnlyJs='parse_vpaid_with_only_js';b.ParseVpaidWith
OnlyMp4='parse_vpaid_with_only_mp4';b.VastContainsIcon='vast_contains_icon';b.VastDefaultEndcardClick='vast_
default_endcard_click';b.VastEndcardContainsEscapeChars='vast_endcard_contains_escape_chars';
b.VastHTMLEndcardShown='vast_html_endcard_shown';b.VastHTMLEndcardShownFailed='vast_html_endcard_sh
own_failed';b.VastHasEndScreen='vast_has_endscreen';b.VastHasHTMLIcon='vast_has_html_icon';b.VastHasIframe
Icon='vast_has_iframe_icon';b.VastHasStaticIcon='vast_has_static_icon';b.VastIconCTAClick='vast_icon_cta_click';
b.VastIconCTACount='vast_icon_cta_count';b.VastIsBrandAd='vast_is_brand_ad';b.VastIsPerformanceAd='vast_is_
performance_ad';b.VastNoCSSEndcardClick='vast_no_css_endcard_click';b.VastNoEndScreen=
'vast_no_endscreen';b.VastNoIconCTAClick='vast_no_icon_cta_click';b.VastNoIconCTACount='vast_no_icon_cta_c
ount';b.VastVideoImpressionFailed='vast_video_impression_failed'})(ib||(ib={}));var
aj;(function(b){b.PoddingUnsupportedCampaignType='podding_unsupported_campaign_type';b.PoddingAdUnitStart
ed='podding_ad_unit_started';b.PoddingAdUnitCompleted='podding_ad_unit_completed';b.PoddingAdErrored='podd
i n g _ a d _ e r r o r ' } ) ( a j | | ( a j = { } ) ) ; v a r
lc;(function(b){b.CampaignNotFound='campaign_not_found';b.ConsentParagraphLinkClicked=
'consent_paragraph_link_clicked';b.CampaignAttemptedShowInBackground='ad_attempted_show_background';b.XH
RNotAvailable='xhr_not_available';b.AuctionRequestFailed='auction_request_failed';b.AuctionRequestOk='auction_r
equest_ok';b.AuctionRequestCreated='auction_request_created';b.iOSPurchaseSucceeded='ios_purchase_succeeded';b
.iOSPurchaseFailed='ios_purchase_failed';b.XPromoParseUsed='xpromo_parse_used';b.MediationStartEventTriggere
d='mediation_start_event_fired';b.StartV1EventFired='start_v1_event_fired';
b.StartV2EventFired='start_v2_event_fired';b.ImpressionV2EventMissing='impression_v2_event_missing';b.Duplicat
ePTSEvent='duplicate_pts_event';b.DuplicateShowApi='duplicate_show_api';b.DuplicateV1Event='duplicate_operati
v e _ e v e n t ' } ) ( l c | | ( l c = { } ) ) ; v a r
qp;(function(b){b.IncorrectConfiguredLoadRequest='incorrect_configured_load_request';b.LoadEnabledAuctionRequ
est='load_enabled_auction_request';b.LoadEnabledFill='load_enabled_fill';b.LoadEnabledNoFill='load_enabled_no_fi
ll';b.LoadEnabledShow='load_enabled_show';
b.LoadEnabledInitializationSuccess='load_enabled_initialization_success';b.LoadEnabledInitializationFailure='load_e
nabled_initialization_failure';b.LoadAuctionRequestBlocked='load_auction_request_blocked';b.LoadCometRefreshRe
quest='load_comet_refresh_request';b.LoadCometRefreshFill='load_comet_refresh_fill';b.LoadCometRefreshNoFill='
load_comet_refresh_no_fill';b.LoadProgrammaticRefreshRequest='load_programmatic_refresh_request';b.LoadProgra
mmaticFill='load_programmatic_fill';b.LoadProgrammaticUsedPreviousFill=
' l o a d _ p r o g r a m m a t i c _ u s e d _ p r e v i o u s _ f i l l ' } ) ( q p | | ( q p = { } ) ) ; v a r
Cf;(function(b){b.NativeInitialization='native_init';b.WebviewInitialization='webview_init';b.FullInitialization='full_i
nit';b.WebviewInitializationPhases='webview_init_phases';b.WebviewLoad='webview_load';b.WebviewUpdateStarte
d='webview_update_started';b.WebviewUpdateNotAvailable='webview_update_not_available';b.WebviewUpdateFail
ed='webview_update_failed';b.WebviewUpdateUnknownError='webview_update_unknown_error';b.InitializeOptions
='initialize_options'})(Cf||
( C f = { } ) ) ; v a r
bj;(function(b){b.UseCustomCloseCalled='mraid_use_custom_close_called';b.CloseMovedToLeft='mraid_close_grap
hic_moved_to_left';b.CloseHidden='mraid_close_graphic_hidden';b.ClosedByAdUnit='mraid_closed_by_ad_unit';b.C
losedByUnityAds='mraid_closed_by_unity_ads'})(bj||(bj={}));var
ei;(function(b){b.BlockedFullScreenRequest='blocked_full_screen_request';b.FullScreenRequest='full_screen_request
';b.BlockedBannerRequest='blocked_banner_request';b.BannerRequest='banner_request'})(ei||(ei={}));
v a r
Ba;(function(b){b.CampaignCategoryAlreadyActive='campaign_category_already_active';b.CampaignCategoryInacti
ve='campaign_category_inactive';b.CampaignInitializationError='automated_experiment_manager_initialization_erro
r';b.FailedToCollectStaticFeatures='FailedToCollectStaticFeatures';b.FailedToCollectDeviceFeatures='failed_to_colle
ct_device_features';b.FailedToFetchAutomatedExperiments='failed_to_fetch_automated_experiments';b.FailedToPars
eExperimentResponse='failed_to_parse_automated_experiments_response';
b.FailedToPublishOutcome='failed_to_publish_experiment_outcome';b.InvalidEndscreenAnimation='invalid_endscre
en_animation';b.OptimizationResponseApplied='campaign_optimization_response_applied';b.AutomatedExperiment
ManagerInitializationError='automated_experiment_manager_initialization_error';b.InvalidEndscreenColorTintSwitc
hes='invalid_endscreen_color_tint_switches';b.InvalidEndscreenColorTintTheme='invalid_endscreen_color_tint_them
e';b.EndscreenColorTintError='endscreen_color_tint_error';b.EndscreenColorTintThemingFailed=
'endscreen_color_tint_theming_failed';b.OptimizationResponseIgnored='campaign_optimization_response_ignored';b.
RequestingCampaignOptimization='requesting_campaign_optimization';b.UnknownExperimentName='unknown_exp
eriment_name';b.UnknownCategoryProvided='unknown_automated_experiment_category_provided';b.InvalidImageA
ssets='invalid_image_assets';b.InvalidCtaText='invalid_cta_text';b.InvalidSchemeAndColorCoordination='invalid_sch
eme_and_color_coordination';b.ColorMatchingNotSupported='color_matching_not_supported';
b.BubblingAnimationNotSupported='bubbling_animation_not_supported';b.GameRecommendationNotFound='aui_ga
me_recommendation_not_found';b.UnknownCategoryReceived='aui_unknown_category_received';b.AlreadyReward
ed='aui_already_rewarded';b.NoCampaignOptimizationOnGetActions='aui_no_campaign_optimization_on_get_actio
ns';b.DecisionNotReadyOnGetActions='aui_decision_not_ready_on_get_actions';b.UnknownCategoryProvidedOnGet
Actions='aui_unknown_category_provided_on_get_actions';b.NoCampaignOptimizationOnSetVideoScreenMetadata
=
'aui_no_campaign_optimization_on_set_video_overlay_metadata';b.UnknownCategoryProvidedOnSetVideoScreenM
etadata='aui_unknown_category_provided_on_set_video_overlay_metadata';b.NoCampaignOptimizationOnEndSelec
tedExperiment='aui_no_campaign_optimization_on_end_selected_experiment';b.NoCampaignOptimizationOnNullify
Experiments='aui_no_campaign_optimization_on_nullify_rewards';b.DecisionNotReadyOnEndSelectedExperiment='
aui_decision_not_ready_on_end_selected_experiment';b.UnknownCategoryProvidedOnEndSelectedExperiment=
'aui_unknown_category_provided_on_end_selected_experiment';b.ExperimentVideoEventHandlerNoCategoryAssign
ed='aui_experiment_video_event_handler_no_category_assigned';b.ExperimentVastVideoEventHandlerNoCategoryA
ssigned='aui_experiment_vast_video_event_handler_no_category_assigned';b.GameRecommendationDynamicGames
Missing='aui_game_recommendation_dynamic_games_missing';b.GameIconNotCachedonVideoScreenSplashScreen
Render='aui_game_icon_not_cached_on_overlay_splash_screen_render';b.IncorrectHandlerOnRecommendationScree
nDownload=
'aui_incorrect_handler_on_recommendation_screen_download';b.FailedToCloseOnRecommendationScreen='aui_faile
d_to_close_on_recommendation_screen';b.FailedToDownloadOnRecommendationScreen='aui_failed_to_download_
on_recommendation_screen';b.FailedToBackOnRecommendationScreen='aui_failed_to_back_on_recommendation_s
creen';b.FailedToLoadSlideshowImage='aui_failed_to_load_slideshow_image';b.NoGameInfoInCampaignForMRAID
SplashScreen='aui_no_game_info_for_mraid_splash_screen';b.FailedToSendVoteOnNonPerformanceCampaign=
'aui_failed_to_send_vote_on_non_performance_campaign';b.FailedToSendUserInterestVote='failed_to_send_user_int
erest_vote';b.GetExperimentParts='get_experiment_parts';b.SuccessfulGetExperimentParts='successful_get_experime
nt_parts';b.EndSelectedExperiment='end_selected_experiment';b.SuccessfulEndSelectedExperiment='successful_end_
s e l e c t e d _ e x p e r i m e n t ' } ) ( B a | | ( B a = { } ) ) ; v a r
de;(function(b){b.GameIconImageMissing='external_end_screen_game_icon_missing';b.ImageMissing='external_end
_screen_image_missing';b.UnableToGetDataUrl=
'external_end_screen_image_unable_to_get_data_url';b.NotReadyInTime='external_end_screen_not_ready_in_time';b
.StartInitIframe='external_end_screen_start_init_iframe';b.ShowIframe='external_end_screen_show_iframe';b.UseOri
ginalUrl='external_end_screen_use_original_url';b.DefaultRouteUsed='external_end_screen_default_route_used';b.A
utoCloseInvoked='external_end_screen_auto_close_invoked';b.BadIframeContent='external_end_screen_iframe_bad_
content';b.ShowIframeBeforeTimeout='external_end_screen_show_iframe_before_timeout';
b.ShowIframeAfterTimeout='external_end_screen_show_iframe_after_timeout'})(de||(de={}));var
$n;($n||($n={})).ReadyTime='external_end_screen_ready_time';var
$b;(function(b){b.Initialize='external_mraid_end_screen_initialize';b.IframeInitialize='external_mraid_end_screen_ifr
ame_initialize';b.CreateMRAID='external_mraid_end_screen_create_mraid';b.Show='external_mraid_end_screen_sho
w';b.Hide='external_mraid_end_screen_hide';b.Close='external_mraid_end_screen_close';b.Click='external_mraid_en
d_screen_click';
b.ShowNotReady='external_mraid_end_screen_show_not_ready';b.MRAIDEventBridgeReady='external_mraid_end_
screen_mraid_event_bridge_ready';b.MRAIDEventBridgeLoaded='external_mraid_end_screen_mraid_event_bridge_
loaded';b.FetchMRAID='external_mraid_end_screen_fetch_mraid';b.MRAIDFailed='external_mraid_end_screen_mra
id_failed';b.MRAIDWarning='external_mraid_end_screen_mraid_warning';b.UnknownMRAIDEvent='external_mrai
d_end_screen_unknown_mraid_event';b.GDPR='external_mraid_end_screen_gdpr';b.InternalError=
'external_mraid_end_screen_internal_error'})($b||($b={}));var
Bl;(function(b){b.AuctionRequest='auction_request';b.CacheSpeed='cache_speed';b.TokenRefreshLatency='token_ref
r e s h _ l a t e n c y ' } ) ( B l | | ( B l = { } ) ) ; v a r
ee;(function(b){b.AdShow='ad_show';b.InitializationComplete='mediation_init_complete';b.LoadRequest='load_requ
est';b.LoadRequestNativeMeasured='load_request_native_measured';b.LoadRequestFill='load_request_fill_time';b.Lo
adRequestNofill='load_request_nofill_time';b.LoadRequestTimeout='load_request_timeout';
b.LoadRequestTimeoutNativeMeasured='load_request_timeout_native_measured';b.PlacementCount='placement_cou
nt';b.MediaCount='media_count';b.AuctionRequest='auction_request_time';b.AdCaching='ad_caching_time';b.Auctio
n R e q u e s t S t a r t e d = ' a u c t i o n _ r e q u e s t _ s t a r t ' } ) ( e e | | ( e e = { } ) ) ; v a r
Ya;(function(b){b.PreloadRequestFailed='v5_preload_request_failed';b.PreloadRequestParsingResponse='v5_preload
_request_parsing_response';b.PreloadRequestStarted='v5_preload_request_started';b.PreloadRequestSuccessTime='v5
_preload_request_success_time';
b.PreloadRequestFailTime='v5_preload_request_fail_time';b.PreloadRequestAlreadyActive='v5_preload_request_alre
ady_active';b.LoadRequestStarted='v5_load_request_started';b.LoadRequestSuccessTime='v5_load_request_success_
time';b.LoadRequestFailTime='v5_load_request_fail_time';b.LoadRequestParsingResponse='v5_load_request_parsing
_response';b.LoadRequestFailed='v5_load_request_failed';b.LoadRequestFrequencyCap='v5_load_request_frequency
_cap';b.LoadRequestWasCanceled='v5_load_request_was_canceled';b.LoadRequestFill=
'v5_load_request_fill';b.LoadRequestParseCampaignFailed='v5_load_request_parse_campaign_failed';b.AdMarkupPa
rseCampaignFailed='v5_admarkup_parse_campaign_failed';b.ReloadRequestFailed='v5_reload_request_failed';b.Rel
oadRequestSuccessTime='v5_reload_request_success_time';b.ReloadRequestFailTime='v5_reload_request_fail_time';
b.ReloadRequestParsingResponse='v5_reload_request_parsing_response';b.ReloadRequestStarted='v5_reload_request
_started';b.ReloadRequestParseCampaignFailed='v5_reload_request_parse_campaign_failed';
b.RefreshManagerCampaignExpired='v5_refresh_manager_campaign_expired';b.RefreshManagerCampaignFailedToI
nvalidate='v5_refresh_manager_campaign_failed_to_be_invalidate';b.Show='v5_show';b.ShowApiTriggered='show_a
pi_triggered';b.PlacementInvalidationPending='placement_invalidation_pending';b.PlacementInvalidatedOnShow='pl
acement_invalidated_on_show';b.RefreshManagerForcedToInvalidate='v5_refresh_manager_forced_to_invalidate'})(
Ya||(Ya={}));var cb;(function(b){b.PreparedAppSheetWithSkadnAttribution='appsheet_skadn_attribution_prepared';
b.ErrorInShowingAppSheetWithSkadnAttribution='appsheet_skadn_attribution_error';b.ShowedAppSheetWithSkadn
Attribution='appsheet_skadn_attribution_showed';b.InvalidNonce='appsheet_skadn_attribution_invalid_nonce';b.Inva
lidAppStoreId='appsheet_skadn_attribution_invalid_appstore_id';b.ValidSkAdnBannerCampaign='appsheet_skadn_at
tribution_valid_banner_campaign';b.StartVTAImpressionSuccess='skadnetwork_start_vta_impression_success';b.Star
tVTAImpressionFailure='skadnetwork_start_vta_impression_failure';b.EndVTAImpressionSuccess=
'skadnetwork_end_vta_impression_success';b.EndVTAImpressionFailure='skadnetwork_end_vta_impression_failure'
} ) ( c b | | ( c b = { } ) ) ; v a r
fi;(function(b){b.RequestSuccessTimeV7CampaignRegular='v7_campaign_regular_request_success_time';b.Request
FailTimeV7CampaignRegular='v7_campaign_regular_request_fail_time';b.RequestSuccessTimeV7CampaignAggreg
ate='v7_campaign_aggregate_request_success_time';b.RequestFailTimeV7CampaignAggregate='v7_campaign_aggre
gate_request_fail_time';b.RequestSuccessTimeV6='v6_campaign__success_time';
b.RequestFailTimeV6='v6_campaign_request_fail_time'})(fi||(fi={}));var
uc;(function(b){b.FailedToParse='v7_failed_to_parse';b.AuctionIdMissing='v7_auction_id_missing';b.PlacementsMis
sing='v7_placements_missing';b.TrackingIndicesOutOfBounds='v7_tracking_indices_out_of_bounds';b.FailedCreatin
gAuctionResponse='v7_failed_creating_auction_response';b.CampaignTrackingURLMismatch='v7_campaign_tracki
ng_url_mismatch';b.CampaignMismatch='v7_campaign_mismatch';b.CampaignRegular='v7_campaign_regular';b.Ca
mpaignRegularTrackingParseFail=
'v7_campaign_regular_tracking_parse_fail';b.CampaignAggregate='v7_campaign_aggregate';b.CampaignAggregateF
ail='v7_campaign_aggregate_fail';b.CampaignAggregateTrackingParseFail='v7_campaign_aggregate_tracking_parse
_fail';b.InValidScarCampaignPod='v7_invalid_scar_campaign_pod'})(uc||(uc={}));var
Dg;(function(b){b.FailedToParse='v6_failed_to_parse';b.AuctionIdMissing='v6_auction_id_missing';b.PlacementsMi
ssing='v6_placements_missing';b.TrackingIndicesOutOfBounds='v6_tracking_indices_out_of_bounds';b.FailedCreati
ngAuctionResponse=
' v 6 _ f a i l e d _ c r e a t i n g _ a u c t i o n _ r e s p o n s e ' } ) ( D g | | ( D g = { } ) ) ; v a r
kk;(function(b){b.AuctionRequest='china_user_auction_request';b.AuctionResponse='china_user_auction_response'})
(kk||(kk={}));var rp;(rp||(rp={})).InitializeFailed='webview_fail_to_initialize';var
Pm;(function(b){b.LengthOverreported='dsp_video_length_overreported';b.LengthUnderreported='dsp_video_length_
u n d e r r e p o r t e d ' } ) ( P m | | ( P m = { } ) ) ; v a r
ff;(function(b){b.MraidClickSent='mraid_ad_clicked';b.MraidClickReceived='mraid_click_received';b.MraidDomLoa
ded=
'mraid_dom_loaded';b.MraidDomLoadedAtShow='mraid_dom_loaded_at_show';b.MraidWebDataLoadAttempted='m
raid_web_data_load_attempted';b.MraidSetDataFailed='mraid_set_data_failed';b.MraidCreateFailed='mraid_create_fa
iled';b.MraidHrefClickReceived='mraid_href_clicked_received';b.MraidLoadingCachedFileError='mraid_loading_cac
hed_file_error';b.MraidGenericLoadingError='mraid_generic_loading_error';b.MraidLoadingCachedFileNoError='mr
aid_loading_cached_file_no_error'})(ff||(ff={}));var Er;(function(b){b.AdLoaded=
'ad_loaded_time';b.AdFailedToLoad='ad_failed_to_load_time'})(Er||(Er={}));var
sp;(sp||(sp={})).ConfigEndpointLatencyCN='config_endpoint_latency_cn';var
Qm;(function(b){b.ConfigRequest='config_request';b.ConfigResponse='config_response'})(Qm||(Qm={}));var
lk;(function(b){b.PerformanceMRAIDEventHandlerError='ui_performance_mraid_event_handler_error';b.AppleStore
HandlerError='aui_apple_store_handler_error';b.GoogleStoreHandlerError='aui_google_store_handler_error';b.SendS
toreOpenEventError='aui_send_store_open_event_error'})(lk||
( l k = { } ) ) ; v a r
Fr;(function(b){b.IsLoadV5Aligned='is_loadv5_aligned';b.ExpCannotGetSkippableRewardedAdsError='exp_cannot_
g e t _ s k i p p a b l e _ e w a r d e d _ e r r o r ' } ) ( F r | | ( F r = { } ) ) ; v a r
I;(function(b){b.ScarInitSuccess='scar_init_success';b.ScarInitFailure='scar_init_failure';b.ScarMethodFailure='scar_
method_failure';b.ScarNoAdError='scar_no_ad_error';b.ScarPresent='scar_present';b.ScarNotPresent='scar_not_prese
nt';b.ScarIosVerAboveApplicable='scar_ios_ver_above_applicable';b.ScarIosVer8='scar_ios_ver_8';b.ScarIosVer752
=
'scar_ios_ver_7_52';b.ScarIosVerBelowApplicable='scar_ios_ver_below_applicable';b.ScarIosVerUnknown='scar_ios
_ver_unknown';b.ScarAndroidVerAboveApplicable='scar_android_ver_above_applicable';b.ScarAndroidVer20='scar
_android_ver_20';b.ScarAndroidVer195='scar_android_ver_19_5';b.ScarAndroidVer192='scar_android_ver_19_2';b.
ScarAndroidVerBelowApplicable='scar_android_ver_below_applicable';b.ScarAndroidVerUnknown='scar_android_v
er_unknown';b.ScarMoreThan50Placements='scar_more_than_50_placements';b.ScarSignalsCollected=
'scar_signals_collected';b.ScarInternalSignalsError='scar_internal_signals_error';b.ScarSignalsError='scar_signals_err
or';b.ScarSignalsUnknownError='scar_signals_unknown_error';b.ScarResponseParsed='scar_response_parsed';b.Scar
LoadAttempt='scar_load_attempt';b.ScarUndefinedFields='scar_undefined_fields';b.ScarNoAdUnitID='scar_no_ad_u
nit_id';b.ScarNoQueryID='scar_no_query_id';b.ScarNoVideoLength='scar_no_video_length';b.ScarLoadError='scar_l
oad_error';b.ScarLoadErrorLoadV5='scar_load_error_load_v5';
b.ScarQueryNotFound='scar_query_not_found';b.ScarAdInfoError='scar_ad_info_error';b.ScarInternalLoadError='sca
r_internal_load_error';b.ScarShowError='scar_show_error';b.ScarInternalShowError='scar_internal_show_error';b.Sca
rRewardedShowError='scar_rewarded_show_error';b.ScarInterstitialShowError='scar_interstitial_show_error';b.Scar
AdLoaded='scar_ad_loaded';b.ScarAdLoadedLoadV5='scar_ad_loaded_load_v5';b.ScarAdAttemptedShow='scar_ad_
attempted_show';b.ScarAdImpression='scar_ad_impression';b.ScarAdClicked=
'scar_ad_clicked';b.ScarAdStarted='scar_ad_started';b.ScarAdSkipped='scar_ad_skipped';b.ScarAdRewarded='scar_a
d_rewarded';b.ScarAdClosed='scar_ad_closed';b.ScarInvalidRequest='scar_invalid_request';b.ScarInternalError='scar
_internal_error';b.ScarNoFill='scar_no_fill';b.ScarNetworkError='scar_network_error';b.ScarServerError='scar_server
_error';b.ScarOsVersionTooLow='scar_os_version_too_low';b.ScarTimeoutError='scar_timeout_error';b.ScarInterstiti
alAlreadyUsed='scar_interstitial_already_used';b.ScarMediationInvalidResponse=
'scar_mediation_invalid_response';b.ScarMediationAdapterError='scar_mediation_adapter_error';b.ScarAppIdMissing
='scar_app_id_missing';b.ScarMediationNoFill='scar_mediation_no_fill';b.ScarMediationInvalidAdSize='scar_mediat
ion_invalid_ad_size';b.ScarInvalidArgument='scar_invalid_argument';b.ScarInvalidResponse='scar_invalid_response'
;b.ScarRewardedAlreadyUsed='scar_rewarded_already_used';b.ScarAdAlreadyUsed='scar_ad_already_used';b.ScarL
oadErrorUnknown='scar_load_error_unknown';b.ScarAdNotReady='scar_ad_not_ready';
b.ScarAdTooLarge='scar_ad_too_large';b.ScarNotMainThread='scar_not_main_thread';b.ScarAppNotForeground='sc
a r _ a pp_not_f or eg round' ;b.Sc arShowErro rUn k n o wn ='s car_ s h o w_ erro r_ u n k n o wn '} )(I| | (I= { } ) ) ; v a r
ag;(function(b){b.NoToken='header_bidding_no_token_received';b.NoTokenReload='header_bidding_no_token_rece
ived_reload';b.UseWaterfall='header_bidding_use_waterfall';b.TokenAccessDuringReload='header_bidding_token_ac
cess_during_reload';b.QueueEmpty='header_bidding_queue_empty';b.TokenAccessAfterPreload='header_bidding_to
ken_access_after_preload';
b.TokenAccessBeforePreload='header_bidding_token_access_before_preload';b.QueueEmptyAfterPreload='header_bi
dding_queue_empty_after_preload';b.QueueEmptyBeforePreload='header_bidding_queue_empty_before_preload';b.F
ailedAppendTokens='header_bidding_failed_append_tokens'})(ag||(ag={}));var
mk;(function(b){b.OptOut='sdk_opt_out';b.OptIn='sdk_opt_in';b.NetworkOptOut='sdk_network_opt_out';b.Network
OptIn='sdk_network_opt_in'})(mk||(mk={}));n.initialize=function(){this._metricInstance=new
xh};n.setMetricInstance=
f u n c t i o n ( b ) { t h i s . _ m e t r i c I n s t a n c e i n s t a n c e o f
xh&&this._metricInstance.forwardTo(b);this._metricInstance=b};n.reportMetricEvent=function(b){this._metricInstan
ce.reportMetricEventWithTags(b,{})};n.reportMetricEventWithTags=function(b,a){this._metricInstance.reportMetric
EventWithTags(b,a)};n.reportTimingEvent=function(b,a){this._metricInstance.reportTimingEvent(b,a)};n.reportTimi
ngEventWithTags=function(b,a,c){this._metricInstance.reportTimingEventWithTags(b,a,c)};n.reportScarMetric=func
tion(b,a,c){var d=
{version:'GA'};switch(a){case !0:d.adType='interstitial';break;case
!1:d.adType='rewarded'}c&&(d.event=c);this.reportMetricEventWithTags(b,d);n.sendBatchedEvents()};n.sendBatche
dEvents=function(){this._metricInstance.sendBatchedEvents()};n._metricInstance=new
xh;l.inherits(ob,sa);ob.prototype.getUseWebViewUserAgentForTracking=function(){return!!this.get('useWebViewUs
erAgentForTracking')};ob.prototype.getSkadnAppStoreId=function(){return
this._skadnAppStoreId};ob.prototype.setSkadnAppStoreId=function(b){if(b){var a=
Number(b);!isNaN(a)&&isFinite(a)?this._skadnAppStoreId=b:n.reportMetricEventWithTags(cb.InvalidAppStoreId,{
cnt:this.getContentType()})}};ob.Schema=Object.assign(Object.assign({},sa.Schema),{useWebViewUserAgentForTr
acking:['boolean']});l.inherits(La,ob);La.prototype.getResourceUrl=function(){return
this.get('resourceAsset')};La.prototype.setResourceUrl=function(b){this.set('resourceAsset',new
ck(b,this.getSession()))};La.prototype.setResource=function(b){this.set('resource',b)};La.prototype.getResource=
function(){return this.get('resource')};La.prototype.getGameName=function(){return
this.get('gameName')};La.prototype.getGameIcon=function(){return
this.get('gameIcon')};La.prototype.getRating=function(){return
this.get('rating')};La.prototype.getRatingCount=function(){return
this.get('ratingCount')};La.prototype.getPortrait=function(){return
this.get('portraitImage')};La.prototype.getLandscape=function(){return
this.get('landscapeImage')};La.prototype.getPlayableConfiguration=function(){return
this.get('playableConfiguration')};
La.prototype.getRequiredAssets=function(){var b=this.getResourceUrl();return
b ? [ b ] : [ ] } ; L a . p r o t o t y p e . g e t O p t i o n a l A s s e t s = f u n c t i o n ( ) { v a r
b=[],a=this.getGameIcon();a&&b.push(a);(a=this.getPortrait())&&b.push(a);(a=this.getLandscape())&&b.push(a);ret
u r n b } ; L a . p r o t o t y p e . g e t D y n a m i c M a r k u p = f u n c t i o n ( ) { r e t u r n
this.get('dynamicMarkup')};La.prototype.getClickAttributionUrl=function(){return
this.get('clickAttributionUrl')};La.prototype.getClickAttributionUrlFollowsRedirects=function(){return
this.get('clickAttributionUrlFollowsRedirects')};
La.prototype.getClickUrl=function(){return this.get('clickUrl')};La.prototype.getBypassAppSheet=function(){return
this.get('bypassAppSheet')};La.prototype.getStore=function(){return
this.get('store')};La.prototype.getAppStoreId=function(){return
this.get('appStoreId')};La.prototype.getVideoEventUrls=function(){return
this.get('videoEventUrls')};La.prototype.getVideoEventUrl=function(b){var a=this.get('videoEventUrls');return
a?a[b]:void 0};La.prototype.getTargetGameId=function(){return this.get('targetGameId')};
L a . p r o t o t y p e . i s C u s t o m C l o s e E n a b l e d = f u n c t i o n ( ) { r e t u r n
this.get('isCustomCloseEnabled')};La.prototype.setPlayableConfiguration=function(b){this.set('playableConfiguration
',b)};La.prototype.isConnectionNeeded=function(){var b=this.getResourceUrl();return
b&&b.getOriginalUrl().match(/playables\/production\/unity/)?!1:!0};La.prototype.getDTO=function(){var
b,a=this.getResourceUrl();a&&(b=a.getDTO());return{campaign:ob.prototype.getDTO.call(this),resourceUrl:b,resour
ce:this.getResource(),dynamicMarkup:this.getDynamicMarkup()}};
v a r
pe;(function(b){b[b.APPLE=0]='APPLE';b[b.GOOGLE=1]='GOOGLE';b[b.XIAOMI=2]='XIAOMI';b[b.STANDAL
ONE_ANDROID=3]='STANDALONE_ANDROID'})(pe||(pe={}));l.inherits(T,sa);T.prototype.getStore=function(){r
eturn this.get('store')};T.prototype.getAppStoreId=function(){return
this.get('appStoreId')};T.prototype.getGameId=function(){return
this.get('gameId')};T.prototype.getGameName=function(){return
this.get('gameName')};T.prototype.getGameIcon=function(){return this.get('gameIcon')};T.prototype.getRating=
function(){return this.get('rating')};T.prototype.getRatingCount=function(){return
this.get('ratingCount')};T.prototype.getPortrait=function(){return
this.get('portraitImage')};T.prototype.getLandscape=function(){return
this.get('landscapeImage')};T.prototype.getSquare=function(){return
this.get('squareImage')};T.prototype.getVideo=function(){return
this.get('video')};T.prototype.getStreamingVideo=function(){return
this.get('streamingVideo')};T.prototype.getPortraitVideo=function(){return this.get('videoPortrait')};
T . p r o t o t y p e . g e t S t r e a m i n g P o r t r a i t V i d e o = f u n c t i o n ( ) { r e t u r n
this.get('streamingPortraitVideo')};T.prototype.getClickAttributionUrl=function(){return
this.get('clickAttributionUrl')};T.prototype.getClickAttributionUrlFollowsRedirects=function(){return
this.get('clickAttributionUrlFollowsRedirects')};T.prototype.getClickUrl=function(){return
this.get('clickUrl')};T.prototype.getVideoEventUrls=function(){return
this.get('videoEventUrls')};T.prototype.getVideoEventUrl=function(b){return this.get('videoEventUrls')[b]};
T . p r o t o t y p e . g e t B y p a s s A p p S h e e t = f u n c t i o n ( ) { r e t u r n
this.get('bypassAppSheet')};T.prototype.getTimeoutInSeconds=function(){return
0};T.prototype.getRequiredAssets=function(){return[]};T.prototype.getOptionalAssets=function(){var
b = [ ] ; b . p u s h ( t h i s . g e t G a m e I c o n ( ) ) ; v a r
a=this.getSquare();a&&b.push(a);(a=this.getLandscape())&&b.push(a);(a=this.getPortrait())&&b.push(a);(a=this.getE
ndScreen())&&b.push(a);return b};T.prototype.getAppDownloadUrl=function(){return
this.get('appDownloadUrl')};T.prototype.isConnectionNeeded=
function(){return!1};T.prototype.getEndScreenType=function(){return
this.get('endScreenType')};T.prototype.getEndScreen=function(){return
this.get('endScreen')};T.prototype.getEndScreenSettings=function(){return
this.get('endScreenSettings')};T.prototype.getHeaderBiddingToken=function(){return
this.get('headerBiddingToken')};T.prototype.getDTO=function(){var
b,a=this.getGameIcon();a&&(b=a.getDTO());var c;(a=this.getSquare())&&(c=a.getDTO());var
d;(a=this.getLandscape())&&(d=a.getDTO());var e;(a=this.getPortrait())&&
(e=a.getDTO());var f;(a=this.getVideo())&&(f=a.getDTO());var
g;(a=this.getStreamingVideo())&&(g=a.getDTO());return{campaign:sa.prototype.getDTO.call(this),appStoreId:this.g
etAppStoreId(),gameId:this.getGameId(),gameName:this.getGameName(),gameIcon:b,rating:this.getRating(),ratingC
ount:this.getRatingCount(),squareImage:c,landscapeImage:d,portraitImage:e,video:f,streamingVideo:g,clickAttributio
nUrl:this.getClickAttributionUrl(),clickAttributionUrlFollowsRedirects:this.getClickAttributionUrlFollowsRedirects()
,
bypassAppSheet:this.getBypassAppSheet(),store:pe[this.getStore()].toLowerCase(),appDownloadUrl:this.getAppDow
nloadUrl(),endScreenType:this.getEndScreenType(),endScreen:this.getEndScreen(),endScreenSettings:this.getEndScr
eenSettings(),headerBiddingToken:this.getHeaderBiddingToken()}};l.inherits(zb,Rb);zb.prototype.getDescription=fu
nction(){return'VIDEO'};zb.prototype.getSize=function(){return
this.get('size')};zb.prototype.getWidth=function(){return this.get('width')};zb.prototype.getHeight=function(){return
this.get('height')};
z b . p r o t o t y p e . h a s S t a r t e d = f u n c t i o n ( ) { r e t u r n
this.get('started')};zb.prototype.setStarted=function(b){this.set('started',b)};zb.prototype.getDuration=function(){retur
n
this.get('duration')};zb.prototype.setDuration=function(b){this.set('duration',b)};zb.prototype.getPosition=function(){r
e t u r n
this.get('position')};zb.prototype.setPosition=function(b){this.set('position',b);(b=this.get('duration'))&&this.set('quarti
le',Math.floor(4*this.get('position')/b))};zb.prototype.getPositionRepeats=function(){return
this.get('positionRepeats')};
zb.prototype.setPositionRepeats=function(b){this.set('positionRepeats',b)};zb.prototype.getQuartile=function(){return
this.get('quartile')};zb.prototype.setQuartile=function(b){this.set('quartile',b)};zb.prototype.getDTO=function(){return
{asset:Rb.prototype.getDTO.call(this),size:this.getSize(),width:this.getWidth(),height:this.getHeight(),duration:this.ge
tDuration(),position:this.getPosition(),positionRepeats:this.getPositionRepeats(),quartile:this.getQuartile()}};l.inherits
(ta,ob);ta.prototype.getVast=
function(){return this.get('vast')};ta.prototype.getGameIcon=function(){return
this.get('gameIcon')};ta.prototype.getVideo=function(){this.get('video')||this.set('video',new
z b ( t h i s . g e t ( ' v a s t ' ) . g e t V i d e o U r l ( ) , t h i s . g e t S e s s i o n ( ) ) ) ; r e t u r n
this.get('video')};ta.prototype.getRequiredAssets=function(){return[this.get('video')]};ta.prototype.getOptionalAssets=
function(){var b=[],a=this.getGameIcon();a&&b.push(a);return b};ta.prototype.hasStaticEndscreen=function(){return
this.get('hasStaticEndscreen')};ta.prototype.hasIframeEndscreen=
function(){return this.get('hasIframeEndscreen')};ta.prototype.hasHtmlEndscreen=function(){return
this.get('hasHtmlEndscreen')};ta.prototype.hasBundleId=function(){return
this.get('hasBundleId')};ta.prototype.getStaticLandscape=function(){return
this.get('staticLandscape')};ta.prototype.getStaticPortrait=function(){return
this.get('staticPortrait')};ta.prototype.isConnectionNeeded=function(){return!1};ta.prototype.getImpressionUrls=funct
ion(){return this.get('impressionUrls')};ta.prototype.isOMEnabled=
function(){return this.get('isOMEnabled')};ta.prototype.getOMVendors=function(){return
this.get('omVendors')};ta.prototype.setOmEnabled=function(b){this.set('isOMEnabled',b)};ta.prototype.setOMVendor
s=function(b){this.set('omVendors',b)};ta.prototype.setTrackingUrls=function(b){ob.prototype.setTrackingUrls.call(t
his,b);this.addCustomTracking(b)};ta.prototype.getTrackingUrlsForEvent=function(b){return
this.getVast().getVastTrackingUrlsForEvent(b)};ta.prototype.addCustomTracking=function(b){var a=this;
b&&Object.entries(b).forEach(function(b){b=l.makeIterator(b);var
c=b.next().value;(b=b.next().value)&&b.forEach(function(b){return a.getVast().addTrackingEventUrl(c,b)})})};var
tp;(function(b){b[b.APPLE=0]='APPLE';b[b.GOOGLE=1]='GOOGLE';b[b.XIAOMI=2]='XIAOMI';b[b.STANDAL
ONE_ANDROID=3]='STANDALONE_ANDROID'})(tp||(tp={}));l.inherits(za,sa);za.prototype.getStore=function(){
return this.get('store')};za.prototype.getAppStoreId=function(){return
this.get('appStoreId')};za.prototype.getGameId=function(){return this.get('gameId')};
za.prototype.getGameName=function(){return this.get('gameName')};za.prototype.getGameIcon=function(){return
this.get('gameIcon')};za.prototype.getRating=function(){return
this.get('rating')};za.prototype.getRatingCount=function(){return
this.get('ratingCount')};za.prototype.getPortrait=function(){return
this.get('portraitImage')};za.prototype.getLandscape=function(){return
this.get('landscapeImage')};za.prototype.getSquare=function(){return
this.get('squareImage')};za.prototype.getVideo=function(){return this.get('video')};
z a . p r o t o t y p e . g e t S t r e a m i n g V i d e o = f u n c t i o n ( ) { r e t u r n
this.get('streamingVideo')};za.prototype.getPortraitVideo=function(){return
this.get('videoPortrait')};za.prototype.getStreamingPortraitVideo=function(){return
this.get('streamingPortraitVideo')};za.prototype.getClickAttributionUrl=function(){return
this.get('clickAttributionUrl')};za.prototype.getClickAttributionUrlFollowsRedirects=function(){return
this.get('clickAttributionUrlFollowsRedirects')};za.prototype.getBypassAppSheet=function(){return
this.get('bypassAppSheet')};
z a . p r o t o t y p e . g e t V i d e o E v e n t U r l = f u n c t i o n ( b ) { r e t u r n
this.get('videoEventUrls')[b]};za.prototype.getTimeoutInSeconds=function(){return
0};za.prototype.getRequiredAssets=function(){return[]};za.prototype.getOptionalAssets=function(){var
b = [ ] ; b . p u s h ( t h i s . g e t G a m e I c o n ( ) ) ; v a r
a=this.getSquare();a&&b.push(a);(a=this.getLandscape())&&b.push(a);(a=this.getPortrait())&&b.push(a);return
b } ; z a .pr ototype.isC onne ctionNee de d=fun ct i o n (){ ret u rn !1 } ; za. p ro t o t y p e. g et DT O=fu n ct i o n ( ) { v a r
b , a = t his .getGame Ic on();a &&(b=a .getDTO());
var c;(a=this.getSquare())&&(c=a.getDTO());var d;(a=this.getLandscape())&&(d=a.getDTO());var
e;(a=this.getPortrait())&&(e=a.getDTO());var f;(a=this.getVideo())&&(f=a.getDTO());var
g;(a=this.getStreamingVideo())&&(g=a.getDTO());return{campaign:sa.prototype.getDTO.call(this),appStoreId:this.g
etAppStoreId(),gameId:this.getGameId(),gameName:this.getGameName(),gameIcon:b,rating:this.getRating(),ratingC
ount:this.getRatingCount(),squareImage:c,landscapeImage:d,portraitImage:e,video:f,streamingVideo:g,clickAttributio
nUrl:this.getClickAttributionUrl(),
clickAttributionUrlFollowsRedirects:this.getClickAttributionUrlFollowsRedirects(),bypassAppSheet:this.getBypassA
ppSheet(),store:tp[this.getStore()].toLowerCase()}};l.inherits(Mq,Error);var up='undefined'!==typeof
window?window:'undefined'!==typeof global?global:'undefined'!==typeof self?self:{},Fe=function(b){return
b&&b.__esModule&&Object.prototype.hasOwnProperty.call(b,'default')?b.default:b}(ek(function(b,a){Object.define
Property(a,'__esModule',{value:!0});a.default=function(a){function b(a,b,
d){function e(){var c=b(m);if(!d(f,c)){var e=f;a(f=c,e)}}void 0===b&&(b=c);void 0===d&&(d=Object.is);var
f=b(m);g.add(e);return function(){return g.delete(e)}}function c(){return m}function f(a,b){a='function'===typeof
a?a(m):a;if(a!==m){var c=m;m=b?a:Object.assign({},m,a);g.forEach(function(a){return a(m,c)})}}var g=new
Set,k={setState:f,getState:c,subscribe:function(a,c,d){if(c||d)return b(a,c,d);g.add(a);return function(){return
g.delete(a)}},destroy:function(){return g.clear()}};var m=a(f,c,k);
return k}})),wi=Fe(function(){return{data:{}}});l.inherits(Cm,Error);var
zh;(function(b){b[b.CACHE=0]='CACHE';b[b.STREAM=1]='STREAM'})(zh||(zh={}));Cb.isCached=function(b){if(
b i n s t a n c e o f T | | b i n s t a n c e o f z a ) { v a r
a=b.getVideo();b=b.getPortraitVideo();if(a&&a.isCached()||b&&b.isCached())return!0}else{if(b instanceof ta)return
b . g e t V i d e o ( ) . i s C a c h e d ( ) ; i f ( b i n s t a n c e o f
La&&((a=b.getResourceUrl())&&a.isCached()||b.getResource()))return!0}return!1};Cb.getCachedVideoOrientation=f
unction(b){if(b instanceof
T | | b i n s t a n c e o f z a ) { v a r
a=b.getVideo();b=b.getPortraitVideo();if(a&&a.isCached())return'landscape';if(b&&b.isCached())return'portrait'}else
if(b instanceof ta&&(a=b.getVideo())&&a.isCached())return'landscape'};Cb.getOrientedVideo=function(b,a,c){if(b
i n s t a n c e o f T | | b i n s t a n c e o f z a | | b i n s t a n c e o f t a ) { v a r
d=Cb.getLandscapeVideo(b,c);b=Cb.getPortraitVideo(b,c);if(a===Ha.LANDSCAPE){if(d)return d;if(b)return
b}if(a===Ha.PORTRAIT){if(b)return b;if(d)return d}}};Cb.getLandscapeVideo=function(b,a){if(b instanceof
T||b instanceof za){var c=b.getVideo();b=b.getStreamingVideo();var d=pc()('volumeFix','true');if(b&&d)return
b;if(c&&c.isCached()&&a!==zh.STREAM)return c;if(b&&a!==zh.CACHE)return b}else if(b instanceof ta)return
c=b.getVideo(),a!==zh.CACHE||c.isCached()?c:void 0};Cb.getPortraitVideo=function(b,a){if(b instanceof T||b
instanceof za){var c=b.getPortraitVideo();b=b.getStreamingPortraitVideo();var
d=pc()('volumeFix','true');if(b&&d)return b;if(c&&c.isCached()&&a!==zh.STREAM)return
c;if(b&&a!==zh.CACHE)return b}};
Cb.getCachedAsset=function(b){if(b instanceof T||b instanceof za||b instanceof ta)return
Cb.getOrientedVideo(b,Ha.LANDSCAPE,zh.CACHE);if(b instanceof
La&&(b=b.getResourceUrl())&&b.isCached())return b};Cb.getOrientedImage=function(b,a){var
c = b . g e t P o r t r a i t ( ) , d = b . g e t L a n d s c a p e ( ) , e = b . g e t S q u a r e ( ) ; r e t u r n
Promise.all([a.getScreenWidth(),a.getScreenHeight()]).then(function(a){var
b=l.makeIterator(a);a=b.next().value;b=b.next().value;a=e?e:a>b&&c?c:d?d:c;if(!a)throw new Mq('The image assets
provided are invalid',
Ba.InvalidImageAssets);return a})};gc.prototype.getClickedId=function(b){var
a=this.getElementId(b);for(b=b.parentElement;!a&&b;){var c=this.getElementId(b);c?a=c:b=b.parentElement}return
a};gc.prototype.getElementId=function(b){var a;return null===(a=b.dataset)||void 0===a?void
0:a.elementId};gc.prototype.getOperativeId=function(b){for(var a;!a&&b;){var
c=this.getElementId(b);c===gc.zones.endScreen.secondaryCtaButton?a=gc.zones.endScreen.ctaButton:c===gc.zones
.slideshowScreen.slideshow?a=gc.zones.endScreen.creative:
c&&gc.operativeZones.includes(c)?a=c:b=b.parentElement}return
a } ; g c . p r o t o t y p e . o n T o u c h E n d L i s t e n e r = f u n c t i o n ( b ) { v a r
a=b.changedTouches[0].target,c=b.changedTouches[0].clientX/window.innerWidth;b=b.changedTouches[0].clientY/
w i n d o w . i n n e r H e i g h t ; v a r
d=Date.now(),e=window.innerHeight>window.innerWidth,f=this.getClickedId(a);a=this.getOperativeId(a);this.comp
uteLastClickDetails(f,c,b,d,e,a)};gc.prototype.computeLastClickDetails=function(b,a,c,d,e,f){this._lastClickDetails={
id:b,normalized_x:a,normalized_y:c,
ts:d,is_portrait:e,operativeId:f};this._onClickRecorded.trigger(this._lastClickDetails)};l.global.Object.definePropertie
s(gc.prototype,{onClickRecorded:{configurable:!0,enumerable:!0,get:function(){return
t h i s. _onClickRecorded}},lastC lic kDetail s : { co n fi g u rab l e: !0 , en u m erab l e: !0 , g et : fu n ct i o n ( ) { r e t u r n
this._lastClickDetails}}});gc.zones={videoScreen:{videoScreen:'video-overlay',skipButton:'video-skip-
button',playButton:'video-play-button',closeButton:'video-close-button',timer:'video-timer',chinaAd:'video-china-ad',
muteButton:'video-mute-button',privacyButton:'video-privacy-button',appIcon:'video-app-icon',appName:'video-app-
name',appRating:'video-app-rating',ctaButton:'video-cta-button',learnMoreButton:'video-learn-more-
button',gdprBanner:'video-gdpr-banner',gdprButton:'video-gdpr-button',gdprLink:'video-gdpr-link',progressBar:'video-
progress-bar',skipProgressBar:'video-skip-progress-bar',thumbUpIcon:'video-thumb-up-icon',thumbDownIcon:'video-
thumb-down-icon',adCount:'video-ad-count'},endScreen:{creative:'end-screen-creative',
closeButton:'end-screen-close-button',gdprBanner:'end-screen-gdpr-banner',gdprButton:'end-screen-gdpr-
button',gdprLink:'end-screen-gdpr-link',info:'end-screen-info',appIcon:'end-screen-app-icon',appName:'end-screen-
app-name',appRating:'end-screen-app-rating',ctaButton:'end-screen-cta-button',secondaryCtaButton:'end-screen-
secondary-cta-button',ctaMessage:'end-screen-cta-msg',privacyButton:'end-screen-privacy-button',adsLogo:'end-
screen-unity-ads-logo',chinaAd:'end-screen-china-ad',recommendations:'end-screen-recommendations',
recommendationMessage:'end-screen-recommendation-message',recommendedAppPrefix:'end-screen-recommended-
app-',recommendedAppIconPrefix:'end-screen-recommended-app-icon-',recommendedAppNamePrefix:'end-screen-
recommended-app-name-',recommendedAppRatingPrefix:'end-screen-recommended-app-rating-
',recommendedAppCtaButtonPrefix:'end-screen-recommended-app-cta-button-
'},recommendationScreen:{closeButton:'rec-screen-close-button',backButton:'rec-screen-back-
button',encouragementIcon:'rec-screen-encouragement-icon',
encouragementText:'rec-screen-encouragement-text',appIconPrefix:'rec-screen-app-icon-',appNamePrefix:'rec-screen-
app-name-',appRatingPrefix:'rec-screen-app-rating-',appCtaButtonPrefix:'rec-screen-app-cta-button-
',privacyButton:'rec-screen-privacy-button',adsLogo:'rec-screen-unity-ads-logo',chinaAd:'rec-screen-china-
ad'},slideshowScreen:{slideshow:'end-screen-slideshow',closeButton:'end-screen-close-button',gdprBanner:'end-
screen-gdpr-banner',gdprButton:'end-screen-gdpr-button',gdprLink:'end-screen-gdpr-link',
info:'end-screen-info',appIcon:'end-screen-app-icon',appName:'end-screen-app-name',appRating:'end-screen-app-
rating',ctaButton:'end-screen-cta-button',ctaMessage:'end-screen-cta-msg',privacyButton:'end-screen-privacy-
button',adsLogo:'end-screen-unity-ads-logo',chinaAd:'end-screen-china-
ad'}};gc.operativeZones=[gc.zones.videoScreen.appIcon,gc.zones.videoScreen.ctaButton,gc.zones.endScreen.appIcon
,gc.zones.endScreen.creative,gc.zones.endScreen.ctaButton];wh.prototype.getTouchStartPosition=function(){return{st
artX:this._startX,
startY:this._startY}};wh.prototype.onTouchStart=function(b){var
a=this;b.stopPropagation();b.preventDefault();this._onTouchMoveListener=function(b){return
a.onTouchMove(b)};this._onTouchEndListener=function(b){return
a.onTouchEnd(b)};this._onTouchCancelListener=function(b){return
a.onTouchCancel(b)};this._element.addEventListener('touchmove',this._onTouchMoveListener,this._supportsPassive
?{passive:!0}:!1);this._element.addEventListener('touchend',this._onTouchEndListener,!1);this._element.addEventLis
tener('touchcancel',
this._onTouchCancelListener,!1);this._moved=!1;this._startX=b.touches[0].clientX;this._startY=b.touches[0].clientY
};wh.prototype.onTouchMove=function(b){var a=b.touches[0].clientY;if(Math.abs(b.touches[0].clientX-
t h i s . _ s t a r t X ) > w h . _ m o v e T o l e r a n c e | | M a t h . a b s ( a -
this._startY)>wh._moveTolerance)this._moved=!0};wh.prototype.onTouchEnd=function(b){this._onTouchMoveListe
ner&&this._onTouchEndListener&&this._onTouchCancelListener&&(this._element.removeEventListener('touchmov
e',this._onTouchMoveListener,!1),this._element.removeEventListener('touchend',
this._onTouchEndListener,!1),this._element.removeEventListener('touchcancel',this._onTouchCancelListener,!1));this
._onTouchCancelListener=this._onTouchEndListener=this._onTouchMoveListener=void 0;if(!this._moved){var
a = n e w
MouseEvent('click',{view:window,bubbles:!0,cancelable:!0});b.stopPropagation();b.target&&!b.target.dispatchEvent(
a)&&b.preventDefault()}};wh.prototype.onTouchCancel=function(){this._moved=!1;this._startY=this._startX=0};wh
._moveTolerance=10;Vf.prototype.onTouchStart=function(b){var a=
t h i s ; t h i s . _ o n T o u c h E n d L i s t e n e r = f u n c t i o n ( b ) { r e t u r n
a.onTouchEnd(b)};this._onTouchCancelListener=function(b){return
a.onTouchCancel(b)};this._onTouchMoveListener=function(b){return
a.onTouchMove(b)};this._element.addEventListener('touchend',this._onTouchEndListener,!1);this._element.addEvent
Listener('touchcancel',this._onTouchCancelListener,!1);this._element.addEventListener('touchmove',this._onTouchM
oveListener,!1);this._startX=b.touches[0].clientX;this._startY=b.touches[0].clientY};Vf.prototype.onTouchEnd=
function(b){this._element.removeEventListener('touchend',this._onTouchEndListener,!1);this._element.removeEvent
Listener('touchcancel',this._onTouchCancelListener,!1);this._element.removeEventListener('touchmove',this._onTouc
hMoveListener,!1);if(this.isSwipeEvent(this._startX,this._startY,b.changedTouches[0].clientX,b.changedTouches[0].c
l i e n t Y ) ) { v a r
a=document.createEvent('MouseEvent');a.initMouseEvent(this.getEventType(),!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,nu
ll);b.stopPropagation();b.target&&!b.target.dispatchEvent(a)&&
b.preventDefault()}this._startY=this._startX=0};Vf.prototype.onTouchCancel=function(){this._startY=this._startX=0
};Vf.prototype.onTouchMove=function(b){b.preventDefault()};Vf._moveTolerance=75;l.inherits(Bm,Vf);Bm.prototy
pe.isSwipeEvent=function(b,a,c,d){b-=c;return Math.abs(b)>Vf._moveTolerance&&Math.abs(b)>Math.abs(a-
d)?!0:!1};Bm.prototype.getEventType=function(){return'swipe'};l.inherits(Am,Vf);Am.prototype.isSwipeEvent=funct
ion(b,a,c,d){var e=a-d;return Math.abs(e)>Vf._moveTolerance&&Math.abs(e)>
M a t h . a b s ( b -
c)&&Math.abs(d)>Math.abs(a)?!0:!1};Am.prototype.getEventType=function(){return'swipedown'};N.addEventListen
er=function(b,a,c){'swipe'===b.event&&(b.swipe=new Bm(a));'swipedown'===b.event&&(b.swipe=new
A m ( a ) ) ; c & & ' c l i c k ' = = = b . e v e n t & & ( b . t a p = n e w
wh(a));a.addEventListener(b.event,b.listener,!1)};N.prototype.addEventHandler=function(b){this._handlers.push(b);r
eturn b};N.prototype.removeEventHandler=function(b){this._handlers.length&&(this._handlers='undefined'!==typeof
b?this._handlers.filter(function(a){return a!==
b } ) : [ ] ) } ; N . p r o t o t y p e . r e n d e r = f u n c t i o n ( ) { v a r
b=this,a=this._container=document.createElement('div');a.id=this._id;a.innerHTML=this._template.render(this._templ
ateData?this._templateData:{});this._bindings.forEach(function(c){if(c.selector)for(var
d=a.querySelectorAll(c.selector),e=0;e<d.length;++e)N.addEventListener(c,d[e],b._attachTap);else
N.addEventListener(c,a,b._attachTap)})};N.prototype.container=function(){return
this._container};N.prototype.show=function(){this._container&&(this._container.style.visibility=
'visible')};N.prototype.hide=function(){this._container&&(this._container.style.visibility='hidden')};N.prototype.tap=f
u n c t i o n ( b ) { f o r ( v a r
a=l.makeIterator(this._bindings),c=a.next();!c.done;c=a.next())if(c=c.value,c.selector&&c.selector===b)return
c.tap};l.inherits(Ae,N);Ae.setAutoSkip=function(b){Ae.AutoSkip=b};Ae.prototype.setSkipDuration=function(b){this.
_skipDuration=this._skipRemaining=1E3*b};Ae.prototype.setVideoDuration=function(b){this._videoDuration=b};A
e.prototype.isMuted=function(){return this._muted};
Ae.prototype.setFadeEnabled=function(b){this._fadeEnabled!==b&&(this._fadeEnabled=b)};Ae.prototype.isPrivacyS
h o w i n g = f u n c t i o n ( ) { r e t u r n
this._isPrivacyShowing};Ae.prototype.setCTAReady=function(){this._callToActionButtonReady=!0};Ae.AutoSkip=!
1 ; v a r
Cq=Fe(function(){return{progress:0,duration:0}});Fe(function(){return{autoSkip:!1,callToActionButtonReady:!1,can
ClickCTAButton:!0,ctaText:'',elementIds:{},fadeEnabled:!0,gdprText:[],handlers:[],isPrivacyShowing:!1,isRewardDi
alogOpened:!1,isSkippableRewarded:!1,
muted:!1,onSkipButtonClick:function(){return{}},paused:!1,pausedForSplashScreen:!1,platform:t.IOS,progressValue
:0,showChinaAdLabel:!1,showGDPRBanner:!1,showPrivacyIcon:!1,showSpinner:!1,showSplashScreen:!1,skipEndC
ardOnClose:!1,closeButtonType:$h.Skip}});var Gr={'homepage-title':'Can the Unity cookie collect and use your data
to tailor your ads and experience?','homepage-main-text':'Unity and our <span class="third-parties-link page-
link">third-parties</span> will collect <span class="data-link page-link">data</span>, including <span
class="demographic-link page-link">demographic information</span>, and use <span class="mobile-identifiers-link
page-link">mobile identifiers</span> for ads & gameplay <span class="personalization-link page-
link">personalization</span> and <span class="measurement-link page-link">measurement</span>. You can access
these options at any time by tapping the Unity Data Privacy icon when or after an ad appears.',
'homepage-accept-all':'Accept','homepage-show-my-choices':'Show my choices','my-choices-title':'Can the Unity
cookie collect and use your data to tailor your ads and experience?','my-choices-text':'Unity and our third-parties will
collect data, including demographic information, and use mobile identifiers for ads & gameplay personalization and
measurement. You can access these options at any time by tapping the Unity Data Privacy icon when or after an ad
appears.','my-choices-switch-game-experience':'I agree to personalized game experience',
'my-choices-switch-personalized-ads':'I agree to personalized ads and in-app content from Unity','my-choices-switch-
personalized-third-party':'I also agree to personalized ads and measurement, including those using demographic and
other data from third-party partners','my-choices-switch-pipl':'I agree to have my personal information transferred
outside of the People\u2019s Republic of China.','my-choices-switch-pipl-privacy-policy':'You can find more
information in our <a href="https://unity.cn/legal/privacy-policy">Chinese Privacy Policy</a>.',
'my-choices-back':'Back','save-my-choices':'Save my choices','agree-to-all':'Agree to all','no-
thanks':'Disagree','privacy-what-we-collect-title':'What information we collect and how we use it','privacy-what-we-
collect-desc-p1':'Most of the information we use for this personalization is based on your device\u2019s advertising
ID (Apple\u2019s Advertising Identifier or Google Advertising Identifier) and your IP address.','privacy-what-we-
collect-desc-p2':'From your interaction with this app, here is an example of the information we use to predict which
other apps might interest you:',
'privacy-what-we-collect-desc-p3':'We would use this information to show ads for other games we think you would
enjoy and to customize your gameplay wherever possible. This may include arranging the game\u2019s store
according to tools and extras that you are more likely to use or to alter your game experience in order to adjust to your
skill level.','privacy-what-we-collect-desc-p4':'We only retain personal data for 30 days; however, we may keep a
transactional record using your personal information for 180 days for billing and fraud prevention purposes.',
'privacy-what-we-collect-sub-title':'What do our partners collect (measurement and demographics)','privacy-what-we-
collect-desc-p5':'Our partners may use your advertising ID and IP address to build a profile about you according to
your preferences and household demographic information. Demographic information may include things like marital
status or approximate income. Please visit our third parties\u2019 privacy policies to see how you can access or
delete the information they have about you.',
'privacy-what-we-collect-desc-p6':'Information may also be collected from your phone, including how hard you are
pressing the screen (pressure point measurement). The purpose of our partners collecting such information is to
prevent fraud by assessing whether it is a real person engaging with the application (uneven pressure points), or a bot
put into the marketplace by a bad actor attempting to mislead ad networks.','privacy-using':'Using {0}','privacy-
located-in':'Located in {0}','privacy-used-this-app':'Used this app {0} times this week',
'privacy-seen-ads':'Seen {0} ads in this app','privacy-installed-based-on':'Installed {0} apps based on those
ads','privacy-data-transfer-title':'Data transfer','privacy-data-transfer-desc':'Please note Unity may transfer and process
your data on servers located in the United States. We have committed through internal agreements and agreements
with our third-party processors to treat your data with the same protections as those afforded to you by applicable law,
including, in the European Economic Area if your data is collected in that region of the world. For more information
on transfers, visit Unity\u2019s <a href="https://unity3d.com/legal/privacy-policy">Privacy Policy</a>.',
'privacy-third-party-title':'View our third-party ad partners','privacy-changing-privacy-choice-title':'Changing your
privacy choice','privacy-changing-privacy-choice-text':'You can access these options at any time by tapping the Unity
Data Privacy icon when or after an ad appears.','privacy-our-privacy-policy-title':'Our Privacy Policy','privacy-our-
privacy-policy-desc':'Our <a href="https://unity3d.com/legal/privacy-policy">Privacy Policy</a> explains how we
manage your data, including how and where in the world we transfer data for processing, and how we work with
partners who serve ads. These partners may collect information about your advertising ID from sources other than
Unity to further personalize the ads you see. Please visit the privacy policies of these third parties to review the
compiled data they may have.',
'privacy-settings-title':'Privacy settings','privacy-settings-personalization-settings':'Personalization settings','privacy-
settings-manage-your-data':'Manage your data','privacy-settings-manage-your-data-desc':'You can delete any data
Unity has about your device by clicking <span class="delete-your-data-link page-link">here</span>.','privacy-
settings-manage-your-data-are-you-sure':'Are you sure?','privacy-settings-manage-your-data-yes':'Yes','privacy-
settings-manage-your-data-no':'No','privacy-settings-manage-your-data-deletion-msg':'We will process your request
and your data will be deleted in 30 days. We will also opt you out of personalized ads immediately. Please note we
may keep a transactional record using your personal information for 180 days for billing and fraud prevention
purposes.',
'privacy-settings-report-ad':'Report ad','privacy-settings-build-info':'Build info','privacy-settings-
close':'Close',disagree:'Disagree','age-gate-title':'Before you get started, please verify your age','age-gate-text':'To
ensure we offer you the best possible in-game experience, including your privacy choices and protecting your privacy,
please confirm your age:','age-gate-over-age-limit-btn':"I'm {0} or older",'age-gate-under-age-limit-btn':"I'm {0} or
younger"};Ia.getLanguageMap=function(b,a){var c=
Ia._languageMap[b];if(c)return c[a];for(var d in Ia._languageMap)if(b.match(d))return
Ia._languageMap[d][a]};Ia.getLocalizedAbbreviations=function(b){var a=Ia._localizedAbbreviations[b];if(a)return
a;for(var c in Ia._localizedAbbreviations)if(b.match(c))return
Ia._localizedAbbreviations[c]};Ia.setLanguageMap=function(b,a,c){Ia._languageMap||(Ia._languageMap={});Ia._lan
guageMap[b]||(Ia._languageMap[b]={});Ia._languageMap[b][a]=c};Ia.formatTranslation=function(b,a){return
b.replace(/{(\d+)}/g,function(b,
d){r e t u r n a[d ]| | b } )} ; Ia . prot ot ype.t ransl at e=funct i on(b ){var
a=Ia.getLanguageMap(this._language,this._namespace);return a&&b in
a||(a=Ia.getLanguageMap('en.*',this._namespace),a&&b in a)?a[b]:b};Ia.prototype.abbreviate=function(b){var
a=Ia.getLocalizedAbbreviations(this._language);return a?1E6<=b?Math.floor(b/1E6).toString()+'
' + a . m i l l i o n : 1 E 4 < = b ? M a t h . f l o o r ( b / 1 E 3 ) . t o S t r i n g ( ) + '
'+a.thousand:b.toString():b.toString()};Ia._languageMap={'en.*':{endscreen:{Ratings:'Ratings','Download For
Free':'Download For Free',
Downloading:'Downloading','Download completed':'Download completed','Download failed due to insufficient
space':'Download failed due to insufficient space','Download failed because file already exists':'Download failed
because file already exists','Download failed due network error':'Download failed due network error','Download
canceled':'Download canceled','Download failed':'Download failed','Download is queued':'Download is
queued','Download paused':'Download paused','Download paused due to network':'Download paused due to network',
'Download is retrying':'Download is retrying','Download already enqueued':'Download already enqueued','Opening
browser to complete download':'Opening browser to complete download','Enqueuing is in progress':'Enqueuing is in
progress','Safe to resume game':'Safe to resume game','privacy-legitimate-interest-pop-up-1':'Unity is personalizing
your ads experience in this application. ','privacy-legitimate-interest-pop-up-2':'Tap here ','privacy-legitimate-interest-
pop-up-3':'to learn more about Unity and your privacy choices',
'Install Now':'Install Now',Install:'Install',GET:'GET',Get:'Get',Free:'Free'},videoScreen:{'Learn More':'Learn
More','Download For Free':'Download For Free','Install Now':'Install
Now',Install:'Install',GET:'GET',Get:'Get','looking-for-something-new':'Something new to try!','privacy-legitimate-
interest-pop-up-1':'Unity is personalizing your ads experience in this application. ','privacy-legitimate-interest-pop-up-
2':'Tap here ','privacy-legitimate-interest-pop-up-3':'to learn more about Unity and your privacy choices',
'recommended-for-you':'Recommended for you','similar-game':'Similar to what you
play',Sponsored:'Sponsored','support-your-game':'Support your game','close-reward-dialog-title':'Close Video?','close-
reward-dialog-desc':'You will lose your reward','close-reward-dialog-close-btn':'CLOSE VIDEO','close-reward-
dialog-resume-btn':'RESUME VIDEO',Free:'Free'},consent:Gr,mraid:{Sponsored:'Sponsored','Try the playable
demo':'Try the playable demo','privacy-legitimate-interest-pop-up-1':'Unity is personalizing your ads experience in this
application. ',
'privacy-legitimate-interest-pop-up-2':'Tap here ','privacy-legitimate-interest-pop-up-3':'to learn more about Unity and
your privacy choices'},privacy:{'privacy-legitimate-interest-pop-up-1':'Unity is personalizing your ads experience in
this application. ','privacy-legitimate-interest-pop-up-2':'Tap here ','privacy-legitimate-interest-pop-up-3':'to learn more
about Unity and your privacy choices.','privacy-dialog-title':'A message from Unity about your privacy','privacy-
dialog-text-li-p1':'Ads allow developers to offer great apps for free. We try to show the apps and products that will be
most interesting to you based on the apps you play, the device you use, and the country you are in.',
'privacy-dialog-text-li-p2':'Most of the information we use for this personalization is based on your device\u2019s
advertising ID (Apple\u2019s Advertising Identifier or Google Advertising Identifier) and your IP address.','privacy-
dialog-text-li-p3-1':'Our ','privacy-dialog-text-li-p3-2':'Privacy Policy','privacy-dialog-text-li-p3-3':' explains how we
manage your data and how we work with partners who serve ads. These partners may collect information about your
advertising ID from sources other than Unity to further personalize the ads you see. Please visit the privacy policies of
these third parties to review the compiled data they may have.',
'privacy-dialog-text-li-p4':'From your interaction with this app, here is an example of the information we use to predict
which other apps might interest you:','privacy-dialog-text-li-p5-header':'Selection','privacy-dialog-text-li-p5-header-
ccpa':'Personalization','privacy-dialog-text-li-p5':'You can choose to continue to have a personalized experience, or to
have a generic one. This will apply to both advertising that comes from Unity directly as well as from advertising
partners.','privacy-using':'Using {0}',
'privacy-located-in':'Located in {0}','privacy-used-this-app':'Used this app {0} times this week','privacy-seen-
ads':'Seen {0} ads in this app','privacy-installed-based-on':'Installed {0} apps based on those ads','privacy-dialog-text-
li-agree-radio-button':'Yes, I agree to a personalized experience.','privacy-dialog-text-li-disagree-radio-button':'No, I
do not want a personalized experience.','privacy-dialog-text-li-agree-radio-button-ccpa':'Yes, I agree to a personalized
experience. This means you are choosing to Opt In.',
'privacy-dialog-text-li-disagree-radio-button-ccpa':'No, I do not want a personalized experience. This means you are
choosing to Opt Out.','privacy-dialog-text-li-p6-header':'Changing your privacy choice','privacy-dialog-text-li-p6':'You
can access these options at any time by tapping the Unity Data Privacy icon when or after an ad appears.','privacy-
dialog-text-li-p7-header':'Data Management','privacy-dialog-text-li-p7-header-ccpa':'Delete Data','privacy-dialog-text-
li-p7-1':'You can delete any data Unity has about your device by clicking ',
'privacy-dialog-text-li-p7-2':'here','privacy-dialog-text-li-p7-3':'.','privacy-dialog-text-li-p7-1-ccpa':'You can delete any
data Unity has about your device by clicking ','privacy-dialog-text-li-p7-2-ccpa':'here','privacy-dialog-text-li-p7-3-
ccpa':'.','privacy-dialog-text-li-p7-data-request-info':'*Please note, if you already have a data disclosure request in
progress, the data that you are requesting to delete for this game may be not included in that report.','privacy-dialog-
text-li-p7-are-you-sure':'Are you sure? ',
'privacy-dialog-text-li-p7-yes':'Yes ','privacy-dialog-text-li-p7-no':'No','privacy-dialog-text-li-p7-data-deletion-
text':'We will process your request and your data for profile purposes will be deleted in 30 days. We will also opt you
out of personalized ads immediately. Please note we may retain your data for invoicing and fraud prevention purposes
for 180 days.','privacy-dialog-text-li-p7-data-deletion-text-ccpa':'We will process your request and your data will be
deleted. Please note, for profile purposes this process will take 30 days to complete. We will also opt you out of
personalized ads immediately. We may retain your data for invoicing and fraud prevention purposes for 180 days.',
'privacy-dialog-text-failed-age-gate-p1':'This advertisement has been served by Unity Ads. As you have indicated that
you are under 18 years old we deliver ads to you based on contextual data (e.g., the game you are playing).','privacy-
dialog-text-failed-age-gate-p2-1':'Please review our ','privacy-dialog-text-failed-age-gate-p2-2':'Privacy
Policy','privacy-dialog-text-failed-age-gate-p2-3':' for a full description of our data practices. You can view your
privacy settings at any time by tapping the Unity Data Privacy icon when or after an ad appears.',
'privacy-dialog-text-failed-age-gate-p1-ccpa':'This advertisement has been served by Unity Ads. In this app we are
delivering ads to you based on contextual data, such as the game you are playing.','privacy-dialog-text-failed-age-gate-
p2-1-ccpa':'Please review our ','privacy-dialog-text-failed-age-gate-p2-2-ccpa':'Privacy Policy','privacy-dialog-text-
failed-age-gate-p2-3-ccpa':' for a full description of our data practices. You can view your privacy settings at any time
by tapping the Unity Data Privacy icon when or after an ad appears.',
'privacy-dialog-text-coppa-p1':'This advertisement has been served by Unity Ads. The developer of this app has
enabled privacy controls to create a more privacy-protective experience or to indicate that this app is directed to
children under the age of 13. As a result, we deliver ads to you based only on contextual data (e.g., the game you are
playing).','privacy-dialog-text-coppa-p2-1':'Please review our ','privacy-dialog-text-coppa-p2-2':'Privacy
Policy','privacy-dialog-text-coppa-p2-3':' for a full description of our data practices. You can view privacy information
at any time by tapping the Unity Data Privacy icon when or after an ad appears.',
'privacy-dialog-button-confirm':'Confirm','privacy-dialog-button-close':'Close','privacy-data-request-header':'Request
your Data','privacy-data-request-text':'It is your right to request the data that we have collected on you for this game.
In order to do so, please provide us with your email address so that we can share a secure and personalized link to the
data request page. We will not be using your email address for any other purpose.','privacy-data-request-
submit':'Submit','privacy-data-request-email-input-placeholder':'Enter Email ID',
'privacy-data-request-confirmation-message':'Thank you. You should receive an email with the link to request your
data shortly.','privacy-data-request-fail-message':'You have reached the maximum number of attempts. To request
your data, please try again after 24 hours.','privacy-data-request-error-message':'Error: Please try again later.','privacy-
captcha-description':'We need to verify that the user is human. Please review the following 16 images and select the
one that does not fit the theme.',
'privacy-captcha-success-message':'Confirmed','privacy-captcha-retry-message':'Incorrect. Please try again.','privacy-
dialog-text-li-p7-header-lgpd':'Direitos do titular dos dados','privacy-dialog-text-li-p7-1-lgpd':'A lei geral de
prote\u00e7\u00e3o de dados do Brasil d\u00e1 a voc\u00ea o direito de: ','privacy-dialog-text-li-p7-2-
lgpd':'Confirmar o processamento dos seus dados pela Unity;','privacy-dialog-text-li-p7-3-lgpd':'Acessar seus
dados;','privacy-dialog-text-li-p7-4-lgpd':'Corrigir seus dados que estejam incompletos, imprecisos ou desatualizados;',
'privacy-dialog-text-li-p7-5-lgpd':'Solicitar anonimiza\u00e7\u00e3o, bloqueio ou elimina\u00e7\u00e3o de dados
desnecess\u00e1rios ou excessivos ou dados processados em n\u00e3o conformidade com a lei geral de
prote\u00e7\u00e3o de dados do Brasil;','privacy-dialog-text-li-p7-6-lgpd':'Transferir seus dados para outros
provedores de servi\u00e7os ou fornecedores de produtos;','privacy-dialog-text-li-p7-7-lgpd':'Excluir seus dados
pessoais quando processados com seu consentimento;','privacy-dialog-text-li-p7-8-lgpd':'Obter informa\u00e7\u00f5es
sobre entidades p\u00fablicas e privadas com as quais a Unity compartilha seus dados;',
'privacy-dialog-text-li-p7-9-lgpd':'Obter informa\u00e7\u00f5es sobre a possibilidade de n\u00e3o fornecer
consentimento e sobre as consequ\u00eancias da nega\u00e7\u00e3o;','privacy-dialog-text-li-p7-10-lgpd':'Revogar seu
consentimento com rela\u00e7\u00e3o ao processamento de seus dados quando tentarmos obter seu consentimento;
e','privacy-dialog-text-li-p7-11-lgpd':'Apresentar queixas \u00e0s autoridades de prote\u00e7\u00e3o de
dados.','privacy-dialog-text-li-p7-12-lgpd':'Quando aplic\u00e1veis, estes direitos podem ser levados a efeito pelas
suas op\u00e7\u00f5es de privacidade aqui inclu\u00eddas ou de outro modo conforme definido em nossa ',
'privacy-dialog-text-li-p7-13-lgpd':'Pol\u00edtica de Privacidade.','privacy-data-nwo-header':'Network-Wide
Personalization','privacy-data-nwo-text-opt-out-description':'You can choose to opt out from a personalized experience
across the Unity platform. This will apply to both advertising that comes from Unity directly as well as from its
advertising partners, as well as personalized experiences provided by Unity services. Note that this option applies
across all your applications to the extent that advertisements or experiences are served by Unity.',
'privacy-data-nwo-text-opt-out-button':'Opt Out of Personalization Network-Wide','privacy-data-nwo-text-opt-in-
description':'If you want to re-enable a personalized experience network-wide, you can choose to opt back in by
clicking ','privacy-data-nwo-text-opt-in-link':'here','privacy-data-nwo-text-opt-in-description-2':'. Please note that this
will re-enable a full personalized experience across all applications that use the Unity platform, subject to any app-
level privacy choices you may make following this opt-in.',
'privacy-data-nwo-text-opt-in-ccpa-header':'CCPA Notice Update','privacy-data-nwo-text-opt-in-ccpa-
description':'Please note that if you have already performed a network-wide opt-out, Unity will continue to honor your
prior privacy choice and no further opt-out election needs to be made at this time.','privacy-data-nwoo-confirmation-
message':'You have chosen to Opt-Out Network-Wide from a personalized experience','privacy-data-nwoi-
confirmation-message':'You have chosen to Opt-In Network-Wide to a personalized experience',
'privacy-settings-report-ad':'Report ad','privacy-settings-build-info':'Build
info'}},'ru.*':{endscreen:{Ratings:'\u041e\u0446\u0435\u043d\u043a\u0438','Download For
Free':'\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c
\u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e','Install
Now':'\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c',Install:'\u0423\u0441\u0442\u0430\u043d
\u043e\u0432\u0438\u0442\u044c',GET:'\u0417\u0410\u0413\u0420\u0423\u0417\u0418\u0422\u042c',Get:'\u0417\u
0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c',
Free:'\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e'},videoScreen:{'Learn
M o r e ' : ' \ u 0 4 2 3 \ u 0 4 3 7 \ u 0 4 3 d \ u 0 4 3 0 \ u 0 4 4 2 \ u 0 4 4 c
\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435','Download For
Free':'\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c
\u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u043e','Install
Now':'\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c',Install:'\u0423\u0441\u0442\u0430\u043d
\u043e\u0432\u0438\u0442\u044c',GET:'\u0417\u0410\u0413\u0420\u0423\u0417\u0418\u0422\u042c',
Get:'\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c',Sponsored:'\u0420\u0435\u043a\u043b\u0430\u0
43c\u0430','close-reward-dialog-title':'\u0417\u0430\u043a\u0440\u044b\u0442\u044c
\u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435?','close-reward-dialog-
desc':'\u0412\u043e\u0437\u043d\u0430\u0433\u0440\u0430\u0436\u0434\u0435\u043d\u0438\u0435 \u043d\u0435
\u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043e.','close-reward-dialog-
c l o s e - b t n ' : ' \ u 0 4 1 7 \ u 0 4 1 0 \ u 0 4 1 a \ u 0 4 2 0 \ u 0 4 2 b \ u 0 4 2 2 \ u 0 4 2 c
\u041e\u0411\u042a\u042f\u0412\u041b\u0415\u041d\u0418\u0415',
'close-reward-dialog-resume-btn':'\u041f\u0420\u041e\u0414\u041e\u041b\u0416\u0418\u0422\u042c
\u041f\u0420\u041e\u0421\u041c\u041e\u0422\u0420',Free:'\u0411\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u
043e'},consent:{'homepage-title':'\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u0442\u0435 \u043b\u0438
\u0432\u044b Unity \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0444\u0430\u0439\u043b\u044b
cookie \u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c
\u0432\u0430\u0448\u0438 \u0434\u0430\u043d\u043d\u044b\u0435, \u0447\u0442\u043e\u0431\u044b
\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c
\u0434\u043b\u044f \u0432\u0430\u0441 \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u0438
\u0438\u0433\u0440\u043e\u0432\u043e\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441?',
'homepage-main-text':'Unity \u0438 <span class="third-parties-link page-
link">\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0435
\u043f\u0430\u0440\u0442\u043d\u0435\u0440\u044b</span> \u0431\u0443\u0434\u0443\u0442
\u0441\u043e\u0431\u0438\u0440\u0430\u0442\u044c <span class="data-link page-
link">\u0434\u0430\u043d\u043d\u044b\u0435</span>, \u0432\u043a\u043b\u044e\u0447\u0430\u044f <span
c l a s s = " d e m o g r a p h i c - l i n k p a g e -
link">\u0434\u0435\u043c\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435</span>,
\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c <span class="mobile-
identifiers-link page-link">\u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0435
\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b</span>
\u0447\u0442\u043e\u0431\u044b <span class="personalization-link page-
link">\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u
044c</span> \u0438 <span class="measurement-link page-
link">\u043e\u0446\u0435\u043d\u0438\u0432\u0430\u0442\u044c</span>
\u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u0438 \u0438\u0433\u0440\u043e\u0432\u043e\u0439
\u043f\u0440\u043e\u0446\u0435\u0441\u0441. \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435
\u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u044d\u0442\u0438
\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0432 \u043b\u044e\u0431\u043e\u0439
\u043c\u043e\u043c\u0435\u043d\u0442, \u043a\u043e\u0441\u043d\u0443\u0432\u0448\u0438\u0441\u044c
\u0437\u043d\u0430\u0447\u043a\u0430 Unity Data Privacy \u0432
\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0438\u043b\u0438 \u043f\u043e\u0441\u043b\u0435
\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f
\u0440\u0435\u043a\u043b\u0430\u043c\u044b.',
'homepage-accept-all':'\u041f\u0440\u0438\u043d\u044f\u0442\u044c','homepage-show-my-
choices':'\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043c\u043e\u0439
\ u 0 4 3 2 \ u 0 4 4 b \ u 0 4 3 1 \ u 0 4 3 e \ u 0 4 4 0 ' , ' m y - c h o i c e s -
title':'\u0420\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u0442\u0435 \u043b\u0438 \u0432\u044b Unity
\u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0444\u0430\u0439\u043b\u044b cookie \u0438
\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0430\u0448\u0438
\u0434\u0430\u043d\u043d\u044b\u0435, \u0447\u0442\u043e\u0431\u044b
\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c
\u0434\u043b\u044f \u0432\u0430\u0441 \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u0438
\u0438\u0433\u0440\u043e\u0432\u043e\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441?',
'my-choices-text':'Unity \u0438 \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0435
\u043f\u0430\u0440\u0442\u043d\u0435\u0440\u044b \u0431\u0443\u0434\u0443\u0442
\u0441\u043e\u0431\u0438\u0440\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435,
\ u 0 4 3 2 \ u 0 4 3 a \ u 0 4 3 b \ u 0 4 4 e \ u 0 4 4 7 \ u 0 4 3 0 \ u 0 4 4 f
\u0434\u0435\u043c\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435, \u0438
\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c
\ u 0 4 3 c \ u 0 4 3 e \ u 0 4 3 1 \ u 0 4 3 8 \ u 0 4 3 b \ u 0 4 4 c \ u 0 4 3 d \ u 0 4 4 b \ u 0 4 3 5
\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b,
\ u 0 4 4 7 \ u 0 4 4 2 \ u 0 4 3 e \ u 0 4 3 1 \ u 0 4 4 b
\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c
\u0438 \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u0442\u044c \u0440\u0435\u043a\u043b\u0430\u043c\u0443
\u0438 \u0438\u0433\u0440\u043e\u0432\u043e\u0439 \u043f\u0440\u043e\u0446\u0435\u0441\u0441.
\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c
\u044d\u0442\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0432
\u043b\u044e\u0431\u043e\u0439 \u043c\u043e\u043c\u0435\u043d\u0442,
\u043a\u043e\u0441\u043d\u0443\u0432\u0448\u0438\u0441\u044c \u0437\u043d\u0430\u0447\u043a\u0430 Unity
Data Privacy \u0432 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0438\u043b\u0438
\u043f\u043e\u0441\u043b\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f
\u0440\u0435\u043a\u043b\u0430\u043c\u044b.',
'my-choices-switch-game-experience':'\u042f \u0441\u043e\u0433\u043b\u0430\u0448\u0430\u044e\u0441\u044c
\u043d\u0430 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e
\u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430.','my-
choices-switch-personalized-ads':'\u042f \u0441\u043e\u0433\u043b\u0430\u0448\u0430\u044e\u0441\u044c
\ u 0 4 3 f \ u 0 4 3 e \ u 0 4 3 b \ u 0 4 4 3 \ u 0 4 4 7 \ u 0 4 3 0 \ u 0 4 4 2 \ u 0 4 4 c
\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\
u0443\u044e \u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u0438 \u043a\u043e\u043d\u0442\u0435\u043d\u0442
\u0432\u043d\u0443\u0442\u0440\u0438 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439
Unity.',
'my-choices-switch-personalized-third-party':'\u0422\u0430\u043a\u0436\u0435 \u044f
\u0441\u043e\u0433\u043b\u0430\u0448\u0430\u044e\u0441\u044c \u043d\u0430
\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u0438 \u043e\u0446\u0435\u043d\u043a\u0443
\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u043d\u043d\
u043e\u0439 \u0440\u0435\u043a\u043b\u0430\u043c\u044b, \u0432\u043a\u043b\u044e\u0447\u0430\u044f
\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0449\u0443\u044e
\u0434\u0435\u043c\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0438
\u0438\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435,
\u043f\u043e\u043b\u0443\u0447\u0435\u043d\u043d\u044b\u0435 \u043e\u0442
\ u 0 4 4 1 \ u 0 4 4 2 \ u 0 4 3 e \ u 0 4 4 0 \ u 0 4 3 e \ u 0 4 3 d \ u 0 4 3 d \ u 0 4 3 8 \ u 0 4 4 5
\u043f\u0430\u0440\u0442\u043d\u0435\u0440\u043e\u0432.',
'my-choices-back':'\u041d\u0430\u0437\u0430\u0434','save-my-
choices':'\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043c\u043e\u0439
\ u 0 4 3 2 \ u 0 4 4 b \ u 0 4 3 1 \ u 0 4 3 e \ u 0 4 4 0 ' , ' a g r e e - t o -
all':'\u0421\u043e\u0433\u043b\u0430\u0441\u0438\u0442\u044c\u0441\u044f \u043d\u0430
\u0432\u0441\u0435','no-thanks':'\u041d\u0435\u0442, \u0441\u043f\u0430\u0441\u0438\u0431\u043e','privacy-
w h a t - w e - c o l l e c t - t i t l e ' : ' \ u 0 4 1 a \ u 0 4 3 0 \ u 0 4 3 a \ u 0 4 4 3 \ u 0 4 4 e
\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043c\u044b
\u0441\u043e\u0431\u0438\u0440\u0430\u0435\u043c \u0438 \u043a\u0430\u043a \u0435\u0435
\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c',
'privacy-what-we-collect-desc-p1':'\u0411\u043e\u043b\u044c\u0448\u0430\u044f \u0447\u0430\u0441\u0442\u044c
\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u0443\u044e
\u043c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c \u0434\u043b\u044f
\ u 0 4 3 4 \ u 0 4 3 0 \ u 0 4 3 d \ u 0 4 3 d \ u 0 4 3 e \ u 0 4 3 9
\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438,
\u043e\u0441\u043d\u043e\u0432\u0430\u043d\u0430 \u043d\u0430
\ u 0 4 4 0 \ u 0 4 3 5 \ u 0 4 3 a \ u 0 4 3 b \ u 0 4 3 0 \ u 0 4 3 c \ u 0 4 3 d \ u 0 4 3 e \ u 0 4 3 c
\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0435
\u0432\u0430\u0448\u0435\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430
( \ u 0 4 4 0 \ u 0 4 3 5 \ u 0 4 3 a \ u 0 4 3 b \ u 0 4 3 0 \ u 0 4 3 c \ u 0 4 3 d \ u 0 4 4 b \ u 0 4 3 9
\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 Apple \u0438
\ u 0 4 4 0 \ u 0 4 3 5 \ u 0 4 3 a \ u 0 4 3 b \ u 0 4 3 0 \ u 0 4 3 c \ u 0 4 3 d \ u 0 4 4 b \ u 0 4 3 9
\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 Google) \u0438
\u0432\u0430\u0448\u0435\u043c IP-\u0430\u0434\u0440\u0435\u0441\u0435.',
'privacy-what-we-collect-desc-p2':'\u041d\u0438\u0436\u0435
\u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u044b \u043f\u0440\u0438\u043c\u0435\u0440\u044b
\u0434\u0430\u043d\u043d\u044b\u0445, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u044b
\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c, \u0447\u0442\u043e\u0431\u044b
\u043f\u0440\u0435\u0434\u0441\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c,
\u043a\u0430\u043a\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f
\ u 0 4 3 c \ u 0 4 3 e \ u 0 4 3 3 \ u 0 4 4 3 \ u 0 4 4 2
\u0437\u0430\u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043e\u0432\u0430\u0442\u044c
\u0432\u0430\u0441, \u043e\u0441\u043d\u043e\u0432\u044b\u0432\u0430\u044f\u0441\u044c \u043d\u0430
\ u 0 4 3 2 \ u 0 4 3 0 \ u 0 4 4 8 \ u 0 4 3 5 \ u 0 4 3 c
\u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0438 \u0441
\u044d\u0442\u0438\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c:',
'privacy-what-we-collect-desc-p3':'\u041c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c
\u044d\u0442\u0443 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e,
\u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c
\u0440\u0435\u043a\u043b\u0430\u043c\u0443 \u0434\u0440\u0443\u0433\u0438\u0445 \u0438\u0433\u0440,
\u043a\u043e\u0442\u043e\u0440\u044b\u0435, \u043a\u0430\u043a \u043c\u044b
\u0441\u0447\u0438\u0442\u0430\u0435\u043c, \u043c\u043e\u0433\u0443\u0442 \u0432\u0430\u043c
\u043f\u043e\u043d\u0440\u0430\u0432\u0438\u0442\u044c\u0441\u044f, \u0438
\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c
\u0432\u0430\u0448 \u0438\u0433\u0440\u043e\u0432\u043e\u0439
\u043f\u0440\u043e\u0446\u0435\u0441\u0441, \u0435\u0441\u043b\u0438 \u044d\u0442\u043e
\ u 0 4 3 2 \ u 0 4 3 e \ u 0 4 3 7 \ u 0 4 3 c \ u 0 4 3 e \ u 0 4 3 6 \ u 0 4 3 d \ u 0 4 3 e .
\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f
\u043c\u043e\u0436\u0435\u0442 \u0432\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0432
\u0441\u0435\u0431\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435
\u043c\u0430\u0433\u0430\u0437\u0438\u043d\u0430 \u0438\u0433\u0440\u044b, \u0432
\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0442\u0435\u043c,
\u043a\u0430\u043a\u0438\u0435 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b
\u0438 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435
\u0442\u043e\u0432\u0430\u0440\u044b \u0432\u044b, \u0441\u043a\u043e\u0440\u0435\u0435
\u0432\u0441\u0435\u0433\u043e, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435,
\u0438\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435
\u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0432
\u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441
\u0432\u0430\u0448\u0438\u043c\u0438 \u043d\u0430\u0432\u044b\u043a\u0430\u043c\u0438.',
'privacy-what-we-collect-desc-p4':'\u041c\u044b \u0445\u0440\u0430\u043d\u0438\u043c
\u0432\u0430\u0448\u0438 \u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u044b\u0435
\u0434\u0430\u043d\u043d\u044b\u0435 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 30
\u0434\u043d\u0435\u0439, \u043d\u043e \u043c\u044b \u043c\u043e\u0436\u0435\u043c
\u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u0438 \u043e
\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0445,
\u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u0432\u0430\u0448\u0435\u0439
\ u 0 4 3 b \ u 0 4 3 8 \ u 0 4 4 7 \ u 0 4 3 d \ u 0 4 3 e \ u 0 4 3 9
\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0435\u0439, \u0432
\u0442\u0435\u0447\u0435\u043d\u0438\u0435 180 \u0434\u043d\u0435\u0439 \u0434\u043b\u044f
\u0432\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0447\u0435\u0442\u043e\u0432
\u0438 \u043f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u044f
\u043c\u043e\u0448\u0435\u043d\u043d\u0438\u0447\u0435\u0441\u0442\u0432\u0430.',
'privacy-what-we-collect-sub-title':'\u041a\u0430\u043a\u0443\u044e
\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e
\u0441\u043e\u0431\u0438\u0440\u0430\u044e\u0442 \u043d\u0430\u0448\u0438
\u043f\u0430\u0440\u0442\u043d\u0435\u0440\u044b (\u043e\u0446\u0435\u043d\u043a\u0430 \u0438
\u0434\u0435\u043c\u043e\u0433\u0440\u0430\u0444\u0438\u044f)','privacy-what-we-collect-desc-
p5':'\u041d\u0430\u0448\u0438 \u043f\u0430\u0440\u0442\u043d\u0435\u0440\u044b
\u043c\u043e\u0433\u0443\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c
\u0432\u0430\u0448 \u0440\u0435\u043a\u043b\u0430\u043c\u043d\u044b\u0439
\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0438 IP-
\ u 0 4 3 0 \ u 0 4 3 4 \ u 0 4 4 0 \ u 0 4 3 5 \ u 0 4 4 1 \ u 0 4 3 4 \ u 0 4 3 b \ u 0 4 4 f
\u0441\u043e\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0432\u0430\u0448\u0435\u0433\u043e
\u043f\u0440\u043e\u0444\u0438\u043b\u044f \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435
\u0432\u0430\u0448\u0438\u0445 \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0435\u043d\u0438\u0439
\u0438 \u0434\u0435\u043c\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0445
\ u 0 4 3 4 \ u 0 4 3 0 \ u 0 4 3 d \ u 0 4 3 d \ u 0 4 4 b \ u 0 4 4 5 \ u 0 4 3 e
\u0434\u043e\u043c\u043e\u0445\u043e\u0437\u044f\u0439\u0441\u0442\u0432\u0435.
\u0414\u0435\u043c\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0435
\u0434\u0430\u043d\u043d\u044b\u0435 \u043c\u043e\u0433\u0443\u0442
\ u 0 4 3 2 \ u 0 4 3 a \ u 0 4 3 b \ u 0 4 4 e \ u 0 4 4 7 \ u 0 4 3 0 \ u 0 4 4 2 \ u 0 4 4 c
\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e, \u0442\u0430\u043a\u0443\u044e
\u043a\u0430\u043a \u0441\u0435\u043c\u0435\u0439\u043d\u043e\u0435
\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0438
\u043f\u0440\u0438\u0431\u043b\u0438\u0437\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439
\u0434\u043e\u0445\u043e\u0434. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430,
\u043e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441
\ u 0 4 3 f \ u 0 4 3 e \ u 0 4 3 b \ u 0 4 3 8 \ u 0 4 4 2 \ u 0 4 3 8 \ u 0 4 3 a \ u 0 4 3 e \ u 0 4 3 9
\u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\
u0438 \u043d\u0430\u0448\u0438\u0445 \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0445
\u043f\u0430\u0440\u0442\u043d\u0435\u0440\u043e\u0432, \u0447\u0442\u043e\u0431\u044b
\u0443\u0437\u043d\u0430\u0442\u044c, \u043a\u0430\u043a \u0432\u044b
\u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c
\u0434\u043e\u0441\u0442\u0443\u043f \u0438\u043b\u0438 \u0443\u0434\u0430\u043b\u044f\u0442\u044c
\u0441\u043e\u0431\u0440\u0430\u043d\u043d\u0443\u044e \u0438\u043c\u0438
\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0432\u0430\u0441.',
'privacy-what-we-collect-desc-p6':'\u0422\u0430\u043a\u0436\u0435
\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u043c
\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043c\u043e\u0436\u0435\u0442
\u0431\u044b\u0442\u044c \u0432\u0430\u0448 \u0442\u0435\u043b\u0435\u0444\u043e\u043d,
\u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0441\u0438\u043b\u0443
\u043d\u0430\u0436\u0430\u0442\u0438\u044f \u043d\u0430 \u044d\u043a\u0440\u0430\u043d
(\u0438\u0437\u043c\u0435\u0440\u0435\u043d\u0438\u0435 \u0442\u043e\u0447\u043a\u0438
\u0434\u0430\u0432\u043b\u0435\u043d\u0438\u044f). \u041d\u0430\u0448\u0438
\u043f\u0430\u0440\u0442\u043d\u0435\u0440\u044b \u0441\u043e\u0431\u0438\u0440\u0430\u044e\u0442
\u0434\u0430\u043d\u043d\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e,
\ u 0 4 4 7 \ u 0 4 4 2 \ u 0 4 3 e \ u 0 4 3 1 \ u 0 4 4 b
\u043f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0449\u0430\u0442\u044c
\u043c\u043e\u0448\u0435\u043d\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435
\u043e\u043f\u0435\u0440\u0430\u0446\u0438\u0438, \u043e\u0446\u0435\u043d\u0438\u0432\u0430\u044f,
\u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0439 \u043b\u0438
\ u 0 4 4 7 \ u 0 4 3 5 \ u 0 4 3 b \ u 0 4 3 e \ u 0 4 3 2 \ u 0 4 3 5 \ u 0 4 3 a
\u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442 \u0441
\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c
(\u043d\u0435\u0440\u0430\u0432\u043d\u043e\u043c\u0435\u0440\u043d\u0430\u044f \u0441\u0438\u043b\u0430
\u043d\u0430\u0436\u0430\u0442\u0438\u044f) \u0438\u043b\u0438 \u0431\u043e\u0442,
\u0440\u0430\u0437\u043c\u0435\u0449\u0435\u043d\u043d\u044b\u0439 \u0432
\ u 0 4 3 c \ u 0 4 3 0 \ u 0 4 3 3 \ u 0 4 3 0 \ u 0 4 3 7 \ u 0 4 3 8 \ u 0 4 3 d \ u 0 4 3 5
\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439
\u0437\u043b\u043e\u0443\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u0438\u043a\u0430\u043c\u0438
\u0434\u043b\u044f \u043e\u0431\u043c\u0430\u043d\u0430
\u0440\u0435\u043a\u043b\u0430\u043c\u043d\u044b\u0445 \u0441\u0435\u0442\u0435\u0439.',
'privacy-using':'\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f {0}','privacy-
l o c a t e d - i n ' : ' \ u 0 4 1 c \ u 0 4 3 5 \ u 0 4 4 1 \ u 0 4 4 2 \ u 0 4 3 e
\u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f: {0}','privacy-used-this-
app':'\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435
\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043b\u043e\u0441\u044c {0}
\u0440\u0430\u0437 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 \u044d\u0442\u043e\u0439
\u043d\u0435\u0434\u0435\u043b\u0438',
'privacy-seen-ads':'\u0420\u0435\u043a\u043b\u0430\u043c\u0430 \u0432
\ u 0 4 3 f \u0440\u0438\u043b\u043e\u0436 \ u 0 4 3 5 \ u 0 4 3 d \ u 0 4 3 8 \ u 0 4 3 8 \ u 0 4 3 1 \ u 0 4 4 b \ u 0 4 3 b \ u 0 4 3 0
\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u0430 {0} \u0440\u0430\u0437','privacy-
installed-based-on':'\u041d\u0430 \u043e\u0441\u043d\u043e\u0432\u0430\u043d\u0438\u0438
\u044d\u0442\u043e\u0439 \u0440\u0435\u043a\u043b\u0430\u043c\u044b
\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e {0}
\u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439',
'privacy-data-transfer-title':'\u041f\u0435\u0440\u0435\u0434\u0430\u0447\u0430
\u0434\u0430\u043d\u043d\u044b\u0445 \u0432\u043d\u0435
\u0415\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u043a\u043e\u0433\u043e
\ u 0 4 4 1 \ u 0 4 3 e \ u 0 4 4 e \ u 0 4 3 7 \ u 0 4 3 0 ' , ' p r i v a c y - d a t a - t r a n s f e r -
desc':'\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430,
\u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435,
\u0447\u0442\u043e Unity \u043c\u043e\u0436\u0435\u0442
\u043f\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u0442\u044c \u0438
\u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c \u0432\u0430\u0448\u0438
\u0434\u0430\u043d\u043d\u044b\u0435 \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430\u0445,
\ u 0 4 4 0\u0430\u0441\u043f\u043e\u043b \ u 0 4 3 e\ u 0 4 3 6 \ u 0 4 3 5 \ u 0 4 3 d \ u 0 4 3 d \ u 0 4 4 b \ u 0 4 4 5 \ u 0 4 3 2
\u0421\u0428\u0410. \u0421\u043e\u0433\u043b\u0430\u0441\u043d\u043e
\u0432\u043d\u0443\u0442\u0440\u0435\u043d\u043d\u0438\u043c
\u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0435\u043d\u043d\u043e\u0441\u0442\u044f\u043c \u0438
\u0434\u043e\u0433\u043e\u0432\u043e\u0440\u0430\u043c \u0441\u043e
\u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u043c\u0438
\u043f\u0430\u0440\u0442\u043d\u0435\u0440\u0430\u043c\u0438 \u043f\u043e
\ u 0 4 3 e \ u 0 4 3 1 \ u 0 4 4 0 \ u 0 4 3 0 \ u 0 4 3 1 \ u 0 4 3 e \ u 0 4 4 2 \ u 0 4 3 a \ u 0 4 3 5
\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438, \u043c\u044b
\ u 0 4 3 e \ u 0 4 3 1 \ u 0 4 4 f \ u 0 4 3 7 \ u 0 4 4 3 \ u 0 4 3 5 \ u 0 4 3 c \ u 0 4 4 1 \ u 0 4 4 f
\u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0432\u0430\u0442\u044c \u0432\u0430\u0448\u0438\u043c
\u0434\u0430\u043d\u043d\u044b\u043c \u0442\u043e\u0442 \u0436\u0435
\u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0437\u0430\u0449\u0438\u0442\u044b, \u0447\u0442\u043e
\u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u0432
\u0415\u0432\u0440\u043e\u043f\u0435\u0439\u0441\u043a\u043e\u0439
\u044d\u043a\u043e\u043d\u043e\u043c\u0438\u0447\u0435\u0441\u043a\u043e\u0439 \u0437\u043e\u043d\u0435,
\u0435\u0441\u043b\u0438 \u0432\u0430\u0448\u0438 \u0434\u0430\u043d\u043d\u044b\u0435
\u0431\u044b\u043b\u0438 \u0441\u043e\u0431\u0440\u0430\u043d\u044b \u0441 \u044d\u0442\u043e\u043c
\u0440\u0435\u0433\u0438\u043e\u043d\u0435. \u0411\u043e\u043b\u0435\u0435
\ u 0 4 3 f \ u 0 4 3 e \ u 0 4 3 4 \ u 0 4 4 0 \ u 0 4 3 e \ u 0 4 3 1 \ u 0 4 3 d \ u 0 4 4 3 \ u 0 4 4 e
\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e
\u043f\u0435\u0440\u0435\u0434\u0430\u0447\u0435 \u0434\u0430\u043d\u043d\u044b\u0445
\u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0439\u0442\u0438 \u0432 <a
href="https://unity3d.com/legal/privacy-policy">\u043f\u043e\u043b\u0438\u0442\u0438\u043a\u0435
\u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\
u0438</a> Unity.',
'privacy-third-party-title':'\u041d\u0430\u0448\u0438 \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0435
\ u 0 4 4 0 \ u 0 4 3 5 \ u 0 4 3 a \ u 0 4 3 b \ u 0 4 3 0 \ u 0 4 3 c \ u 0 4 3 d \ u 0 4 4 b \ u 0 4 3 5
\u043f\u0430\u0440\u0442\u043d\u0435\u0440\u044b','privacy-changing-privacy-choice-
title':'\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435
\ u 0 4 3 d \ u 0 4 3 0 \ u 0 4 4 1 \ u 0 4 4 2 \ u 0 4 4 0 \ u 0 4 3 e \ u 0 4 3 5 \ u 0 4 3 a
\u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\
u0438','privacy-changing-privacy-choice-text':'\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435
\u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u044d\u0442\u0438
\u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0432 \u043b\u044e\u0431\u043e\u0439
\u043c\u043e\u043c\u0435\u043d\u0442, \u043a\u043e\u0441\u043d\u0443\u0432\u0448\u0438\u0441\u044c
\u0437\u043d\u0430\u0447\u043a\u0430 Unity Data Privacy \u0432
\u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0435 \u0438\u043b\u0438 \u043f\u043e\u0441\u043b\u0435
\u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f
\u0440\u0435\u043a\u043b\u0430\u043c\u044b.',
'privacy-our-privacy-policy-title':'\u041d\u0430\u0448\u0430 \u043f\u043e\u043b\u0438\u0442\u0438\u043a\u0430
\u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\
u0438','privacy-our-privacy-policy-desc':'\u041d\u0430\u0448\u0430 <a href="https://unity3d.com/legal/privacy-
p o l i c y " > \ u 0 4 3 f \ u 0 4 3 e \ u 0 4 3 b \ u 0 4 3 8 \ u 0 4 4 2 \ u 0 4 3 8 \ u 0 4 3 a \ u 0 4 3 0
\u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\
u0438</a> \u043e\u0431\u044a\u044f\u0441\u043d\u044f\u0435\u0442, \u043a\u0430\u043a \u043c\u044b
\u0443\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u043c\u0438,
\u0432\u043a\u043b\u044e\u0447\u0430\u044f \u0442\u043e, \u043a\u0430\u043a \u0438 \u0432
\ u 0 4 3 a \ u 0 4 3 0 \ u 0 4 3 a \ u 0 4 3 e \ u 0 4 3 5
\u0433\u0435\u043e\u043e\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0435
\u043c\u0435\u0441\u0442\u043e\u0440\u0430\u0441\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435
\u043c\u044b \u043f\u0435\u0440\u0435\u0434\u0430\u0435\u043c \u0434\u0430\u043d\u043d\u044b\u0435
\u0434\u043b\u044f \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0438 \u043a\u0430\u043a
\u043c\u044b \u0441\u043e\u0442\u0440\u0443\u0434\u043d\u0438\u0447\u0430\u0435\u043c \u0441
\u043f\u0430\u0440\u0442\u043d\u0435\u0440\u0430\u043c\u0438,
\u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0449\u0438\u043c\u0438
\u0440\u0435\u043a\u043b\u0430\u043c\u0443. \u042d\u0442\u0438
\u043f\u0430\u0440\u0442\u043d\u0435\u0440\u044b \u043c\u043e\u0433\u0443\u0442
\ u 0 4 4 1 \ u 0 4 3 e \ u 0 4 3 1 \ u 0 4 3 8 \ u 0 4 4 0 \ u 0 4 3 0 \ u 0 4 4 2 \ u 0 4 4 c
\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0432\u0430\u0448\u0435\u043c
\ u 0 4 4 0 \ u 0 4 3 5 \ u 0 4 3 a \ u 0 4 3 b \ u 0 4 3 0 \ u 0 4 3 c \ u 0 4 3 d \ u 0 4 3 e \ u 0 4 3 c
\u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0435 \u0438\u0437
\u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u043e\u0432,
\u043e\u0442\u043b\u0438\u0447\u043d\u044b\u0445 \u043e\u0442 Unity, \u0434\u043b\u044f
\u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0439
\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438
\u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u043e\u0439 \u0432\u0430\u043c
\ u 0 4 4 0 \ u 0 4 3 5 \ u 0 4 3 a \ u 0 4 3 b \ u 0 4 3 0 \ u 0 4 3 c \ u 0 4 4 b .
\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430,
\u043e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441
\ u 0 4 3 f \ u 0 4 3 e \ u 0 4 3 b \ u 0 4 3 8 \ u 0 4 4 2 \ u 0 4 3 8 \ u 0 4 3 a \ u 0 4 3 e \ u 0 4 3 9
\u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\
u0438 \u0441\u0442\u043e\u0440\u043e\u043d\u043d\u0438\u0445
\u043f\u0430\u0440\u0442\u043d\u0435\u0440\u043e\u0432, \u0447\u0442\u043e\u0431\u044b
\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c
\u0441\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u0435 \u0438\u043c\u0438
\u0441\u0432\u043e\u0434\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435.',
'privacy-settings-title':'\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
\u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\
u0438','privacy-settings-personalization-settings':'\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438','privacy-settings-
manage-your-data':'\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435
\u0434\u0430\u043d\u043d\u044b\u043c\u0438',
'privacy-settings-manage-your-data-desc':'\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435
\u0443\u0434\u0430\u043b\u0438\u0442\u044c \u043b\u044e\u0431\u044b\u0435
\u0434\u0430\u043d\u043d\u044b\u0435, \u0441\u043e\u0431\u0440\u0430\u043d\u043d\u044b\u0435 Unity
\u043e \u0432\u0430\u0448\u0435\u043c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435,
\u0449\u0435\u043b\u043a\u043d\u0443\u0432 <span class="delete-your-data-link page-
link">\u0437\u0434\u0435\u0441\u044c</span>.','privacy-settings-manage-your-data-are-you-sure':'\u0412\u044b
\u0443\u0432\u0435\u0440\u0435\u043d\u044b?',
'privacy-settings-manage-your-data-yes':'\u0414\u0430','privacy-settings-manage-your-data-
no':'\u041d\u0435\u0442','privacy-settings-manage-your-data-deletion-msg':'\u041c\u044b
\u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0435\u043c \u0432\u0430\u0448
\u0437\u0430\u043f\u0440\u043e\u0441, \u0438 \u0432\u0430\u0448\u0438
\u0434\u0430\u043d\u043d\u044b\u0435 \u0431\u0443\u0434\u0443\u0442
\u0443\u0434\u0430\u043b\u0435\u043d\u044b \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 30
\u0434\u043d\u0435\u0439. \u0422\u0430\u043a\u0436\u0435
\u043c\u044b\n\u043d\u0435\u043c\u0435\u0434\u043b\u0435\u043d\u043d\u043e
\ u 0 4 3 f \ u 0 4 4 0 \ u 0 4 3 5 \ u 0 4 3 a \ u 0 4 4 0 \ u 0 4 3 0 \ u 0 4 4 2 \ u 0 4 3 8 \ u 0 4 3 c
\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c
\u0434\u043b\u044f \u0432\u0430\u0441 \u0440\u0435\u043a\u043b\u0430\u043c\u0443.
\u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435,
\u0447\u0442\u043e \u043c\u044b \u043c\u043e\u0436\u0435\u043c
\u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u0438 \u043e
\u0442\u0440\u0430\u043d\u0437\u0430\u043a\u0446\u0438\u044f\u0445,
\u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u0432\u0430\u0448\u0435\u0439
\ u 0 4 3 b \ u 0 4 3 8 \ u 0 4 4 7 \ u 0 4 3 d \ u 0 4 3 e \ u 0 4 3 9
\u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0435\u0439, \u0432
\u0442\u0435\u0447\u0435\u043d\u0438\u0435 180 \u0434\u043d\u0435\u0439 \u0434\u043b\u044f
\u0432\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0447\u0435\u0442\u043e\u0432
\u0438 \u043f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0449\u0435\u043d\u0438\u044f
\u043c\u043e\u0448\u0435\u043d\u043d\u0438\u0447\u0435\u0441\u0442\u0432\u0430.',
'privacy-settings-report-ad':'\u041f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c\u0441\u044f
\u043d\u0430 \u0440\u0435\u043a\u043b\u0430\u043c\u0443','privacy-settings-build-
info':'\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e
\ u 0 4 4 1 \ u 0 4 3 1 \ u 0 4 3 e \ u 0 4 4 0 \ u 0 4 3 a \ u 0 4 3 5 ' , ' p r i v a c y - s e t t i n g s -
close':'\u0417\u0430\u043a\u0440\u044b\u0442\u044c',disagree:'\u041d\u0435\u0442,
\u0441\u043f\u0430\u0441\u0438\u0431\u043e'},mraid:{Sponsored:'\u0420\u0435\u043a\u043b\u0430\u043c\u0430'
,
'Try the playable demo':'\u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c
\u0434\u0435\u043c\u043e'}},'ja.*':{endscreen:{Ratings:'\u8a55\u4fa1','Download For
Free':'\u7121\u6599\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9','Install
Now':'\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb',Install:'\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb',GET:'\u5165\u624b',
Get:'\u5165\u624b',Free:'\u7121\u6599'},videoScreen:{'Learn More':'\u3082\u3063\u3068\u307f\u308b','Download
For Free':'\u7121\u6599\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9',
' I n s t a l l
Now':'\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb',Install:'\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb',GET:'\u5165\u624b',
Get:'\u5165\u624b',Sponsored:'\u5e83\u544a','close-reward-dialog-
title':'\u52d5\u753b\u3092\u7d42\u4e86\u3057\u307e\u3059\u304b?','close-reward-dialog-
desc':'\u5831\u916c\u306f\u5f97\u3089\u308c\u306a\u304f\u306a\u308a\u307e\u3059','close-reward-dialog-close-
btn':'\u52d5\u753b\u3092\u7d42\u4e86','close-reward-dialog-resume-
btn':'\u52d5\u753b\u3092\u518d\u958b',Free:'\u7121\u6599'}},
'ko.*':{endscreen:{Ratings:'\ud3c9\uc810','Download For Free':'\ubb34\ub8cc \ub2e4\uc6b4\ub85c\ub4dc','Install
Now':'\ub2e4\uc6b4\ub85c\ub4dc',Install:'\uc124\uce58',GET:'\ubc1b\uae30',Get:'\ubc1b\uae30',Free:'\ubb34\ub8cc'},
videoScreen:{'Learn More':'\ub354 \uc54c\uc544\ubcf4\uae30','Download For Free':'\ubb34\ub8cc
\ u b 2 e 4 \ u c 6 b 4 \ u b 8 5 c \ u b 4 d c ' , ' I n s t a l l
Now':'\ub2e4\uc6b4\ub85c\ub4dc',Install:'\uc124\uce58',GET:'\ubc1b\uae30',Get:'\ubc1b\uae30',Sponsored:'\ud611\uc
c2c','close-reward-dialog-title':'\ub3d9\uc601\uc0c1\uc744 \ub2eb\uc744\uae4c\uc694?',
'close-reward-dialog-desc':'\ub9ac\uc6cc\ub4dc\ub97c \uc783\uac8c \ub429\ub2c8\ub2e4.','close-reward-dialog-close-
btn':'\ub3d9\uc601\uc0c1 \ub2eb\uae30','close-reward-dialog-resume-btn':'\ub3d9\uc601\uc0c1
\uc7ac\uc2dc\uc791',Free:'\ubb34\ub8cc'}},'it.*':{endscreen:{Ratings:'Valutazioni','Download For Free':'Scarica
gratis','Install Now':'Installa Ora',Install:'Installa',GET:'OTTIENI',Get:'Ottieni',Free:'Gratis'},videoScreen:{'Learn
More':'Altre info','Download For Free':'Scarica gratis','Install Now':'Installa Ora',
Install:'Installa',GET:'OTTIENI',Get:'Ottieni',Sponsored:'Sponsorizzato','close-reward-dialog-title':'Chiudere
video?','close-reward-dialog-desc':'Perderai il premio.','close-reward-dialog-close-btn':'CHIUDI VIDEO','close-
reward-dialog-resume-btn':'RIPRENDI VIDEO',Free:'Gratis'},consent:{'homepage-title':'Vuoi consentire ai cookie di
Unity di raccogliere e utilizzare i tuoi dati al fine di personalizzare la tua esperienza e gli annunci che
visualizzi?','homepage-main-text':'Unity e suoi <span class="third-parties-link page-link">partner terzi</span>
raccoglieranno <span class="data-link page-link">dati</span>, comprese <span class="demographic-link page-
link">informazioni di natura demografica</span> e <span class="mobile-identifiers-link page-link">identificativi di
dispositivi mobili</span>, per la <span class="personalization-link page-link">personalizzazione</span> e la <span
class="measurement-link page-link">misurazione</span> degli annunci pubblicitari e dell\'esperienza di gioco. Puoi
accedere a queste opzioni in qualsiasi momento toccando l\'icona Unity Data Privacy durante o dopo la
visualizzazione di un annuncio.',
'homepage-accept-all':'Accetta','homepage-show-my-choices':'Mostra le mie scelte','my-choices-title':'Vuoi consentire
ai cookie di Unity di raccogliere e utilizzare i tuoi dati al fine di personalizzare la tua esperienza e gli annunci che
visualizzi?','my-choices-text':"Unity e suoi partner terzi raccoglieranno dati, comprese informazioni di natura
demografica e identificativi di dispositivi mobili, per la personalizzazione e la misurazione degli annunci pubblicitari
e dell'esperienza di gioco. Puoi accedere a queste opzioni in qualsiasi momento toccando l'icona Unity Data Privacy
durante o dopo la visualizzazione di un annuncio.",
'my-choices-switch-game-experience':"Accetto di usufruire di un'esperienza di gioco personalizzata",'my-choices-
switch-personalized-ads':'Accetto di ricevere contenuti in-app e annunci personalizzati da parte di Unity','my-choices-
switch-personalized-third-party':"Accetto inoltre l'uso di annunci personalizzati e strumenti di misurazione, compresi
quelli che si avvalgono di dati demografici e di altra natura forniti da partner terzi",'my-choices-back':'Indietro','save-
my-choices':'Salva le mie preferenze',
'agree-to-all':'Accetto tutto','no-thanks':'No, grazie','privacy-what-we-collect-title':'Quali informazioni raccogliamo e
come le utilizziamo','privacy-what-we-collect-desc-p1':"La maggior parte delle informazioni che utilizziamo per la
personalizzazione si basa sull'ID pubblicit\u00e0 del tuo dispositivo (ID pubblicitario Apple o ID pubblicit\u00e0
Google) e il tuo indirizzo IP.",'privacy-what-we-collect-desc-p2':'Ecco un esempio di informazioni che ricaviamo
dalla tua interazione con quest\u2019app, e che utilizziamo per prevedere quali altre app potrebbero interessarti:',
'privacy-what-we-collect-desc-p3':"Utilizziamo questo tipo di informazioni per mostrare annunci di altri giochi che
pensiamo potrebbero piacerti e per personalizzare la tua esperienza di gioco laddove possibile. Ci\u00f2 pu\u00f2
includere l'organizzazione del negozio del gioco in funzione degli strumenti e dei contenuti aggiuntivi che hai
pi\u00f9 probabilit\u00e0 di utilizzare, nonch\u00e9 la possibilit\u00e0 di modificare la tua esperienza di gioco per
adattarla al tuo livello di abilit\u00e0.",
'privacy-what-we-collect-desc-p4':'Conserviamo i dati personali degli utenti solo per 30 giorni. Tuttavia, a scopo di
fatturazione e di prevenzione delle frodi, possiamo conservare un registro delle transazioni con i tuoi dati personali per
un periodo di 180 giorni.','privacy-what-we-collect-sub-title':'Cosa raccolgono i nostri partner (misurazione e dati
demografici)','privacy-what-we-collect-desc-p5':'I nostri partner possono utilizzare il tuo ID pubblicit\u00e0 e il tuo
indirizzo IP per creare un profilo basato sulle tue preferenze e i dati demografici del tuo nucleo familiare. I dati
demografici possono includere informazioni come lo stato civile o il reddito approssimativo. Consulta le informative
sulla privacy dei nostri partner terzi per scoprire come accedere alle informazioni raccolte su di te e come cancellarle.',
'privacy-what-we-collect-desc-p6':"I nostri partner potrebbero raccogliere anche informazioni riguardanti il tuo
telefono, ad esempio l'intensit\u00e0 con cui premi sullo schermo (misurazione del punto di pressione). Lo scopo della
raccolta di tali informazioni \u00e8 prevenire le frodi stabilendo se chi interagisce con l'applicazione \u00e8 una
persona reale (punti di pressione disomogenei) o un bot inserito nel marketplace da un malintenzionato per ingannare
le reti pubblicitarie.",'privacy-using':'Utilizza un {0}',
'privacy-located-in':'Si trova in {0}','privacy-used-this-app':"Questa settimana ha utilizzato l'app {0} volte",'privacy-
seen-ads':'Ha visualizzato {0} annunci in questa app','privacy-installed-based-on':'Ha installato {0} app sulla base
degli annunci in questione','privacy-data-transfer-title':"Trasferimento dei dati al di fuori dell'Unione
europea",'privacy-data-transfer-desc':"Unity pu\u00f2 trasferire ed elaborare i tuoi dati su server situati negli Stati
Uniti. Ci siamo impegnati tramite accordi interni o contratti stipulati con partner terzi responsabili del trattamento a
trattare i tuoi dati con lo stesso livello di protezione che ti viene riconosciuto all'interno dello Spazio economico
europeo se i tuoi dati sono raccolti in quell'area geografica. Per maggiori informazioni sul trasferimento dei dati,
consulta l'<a href=\"https://unity3d.com/legal/privacy-policy\">Informativa sulla privacy</a> di Unity.",
'privacy-third-party-title':'Visualizza i nostri partner pubblicitari terzi','privacy-changing-privacy-choice-
title':'Modifica delle preferenze relative alla privacy','privacy-changing-privacy-choice-text':"Puoi accedere a queste
opzioni in qualsiasi momento toccando l'icona Unity Data Privacy durante o dopo la visualizzazione di un
annuncio.",'privacy-our-privacy-policy-title':'La nostra Informativa sulla privacy','privacy-our-privacy-policy-desc':'La
nostra <a href="https://unity3d.com/legal/privacy-policy">Informativa sulla privacy</a> spiega come gestiamo i tuoi
dati. Ci\u00f2 include in che modo e in quali paesi del mondo trasferiamo i dati per il trattamento e come
collaboriamo con i nostri partner pubblicitari. Questi partner possono raccogliere informazioni circa il tuo ID
pubblicit\u00e0 da fonti diverse da Unity per personalizzare ulteriormente gli annunci da te visualizzati. Consulta le
informative sulla privacy di tali partner terzi per verificare i dati che possono raccogliere.',
'privacy-settings-title':'Impostazioni di privacy','privacy-settings-personalization-settings':'Impostazioni di
personalizzazione','privacy-settings-manage-your-data':'Gestisci i tuoi dati','privacy-settings-manage-your-data-
desc':'Per eliminare tutti i dati relativi al tuo dispositivo di cui dispone Unity, fai clic <span class="delete-your-data-
link page-link">qui</span>.','privacy-settings-manage-your-data-are-you-sure':'Sei sicuro?','privacy-settings-manage-
your-data-yes':'S\u00ec','privacy-settings-manage-your-data-no':'No',
'privacy-settings-manage-your-data-deletion-msg':"Elaboreremo la tua richiesta e cancelleremo i dati entro 30 giorni.
Inoltre disattiveremo immediatamente l'invio di annunci personalizzati. Tieni presente che, per scopi di fatturazione e
prevenzione delle frodi, possiamo conservare un registro delle transazioni con i tuoi dati personali per un periodo di
180 giorni.",'privacy-settings-report-ad':'Segnala annuncio','privacy-settings-build-info':'Informazioni build','privacy-
settings-close':'Chiudi',
disagree:'No, grazie'},mraid:{Sponsored:'Sponsorizzato','Try the playable demo':'Prova la demo
giocabile'}},'de.*':{endscreen:{Ratings:'Bewertungen','Download For Free':'Gratis Download','Install
Now':'Installieren',Install:'Installieren',GET:'LADEN',Get:'Laden',Free:'Gratis'},videoScreen:{'Learn More':'Erfahre
m e h r ' , ' D o w n l o a d F o r F r e e ' : ' G r a t i s D o w n l o a d ' , ' I n s t a l l
Now':'Installieren',Install:'Installieren',GET:'LADEN',Get:'Laden',Sponsored:'Werbung','close-reward-dialog-
title':'Video beenden?','close-reward-dialog-desc':'Sie verlieren dadurch Ihre Pr\u00e4mie.',
'close-reward-dialog-close-btn':'VIDEO BEENDEN','close-reward-dialog-resume-btn':'VIDEO
FORTSETZEN',Free:'Gratis'},consent:{'homepage-title':'Darf der Unity-Cookie Ihre Daten sammeln und nutzen, um
Ihre Spielerfahrung und die Ads zu personalisieren?','homepage-main-text':'Unity und unsere <span class="third-
parties-link page-link">Partner</span> sammeln <span class="data-link page-link">Daten</span>,
einschlie\u00dflich <span class="demographic-link page-link">demographischer Informationen</span>, und nutzen
<span class="mobile-identifiers-link page-link">Handy-Indentifikatoren</span> f\u00fcr die <span
class="personalization-link page-link">Personalisierung</span> und <span class="measurement-link page-
link">Erfassung</span> von Gameplay und Ads. Sie k\u00f6nnen diese Einstellungen jederzeit einsehen, indem Sie
auf das Unity-Datenschutzsymbol tippen, wenn oder nachdem eine Anzeige erscheint.',
'homepage-accept-all':'Akzeptieren','homepage-show-my-choices':'Wahlm\u00f6glichkeiten anzeigen','my-choices-
title':'Darf der Unity-Cookie Ihre Daten sammeln und nutzen, um Ihre Spielerfahrung und die Ads zu
personalisieren?','my-choices-text':'Unity und unsere Partner sammeln Daten, einschlie\u00dflich demographischer
Informationen, und nutzen Handy-Indentifikatoren f\u00fcr die Personalisierung und Erfassung von Gameplay und
Ads. Sie k\u00f6nnen diese Einstellungen jederzeit einsehen, indem Sie auf das Unity-Datenschutzsymbol tippen,
wenn oder nachdem eine Anzeige erscheint.',
'my-choices-switch-game-experience':'Ich stimme einer personalisierten Spielerfahrung zu','my-choices-switch-
personalized-ads':'Ich stimme personalisierten Ads und In-App-Inhalten von Unity zu','my-choices-switch-
personalized-third-party':'Ich stimme personalisierten Ads zu, sowie der Erfassung von Daten, einschlie\u00dflich
demographischer und anderer Daten von Drittanbietern.','my-choices-back':'Zur\u00fcck','save-my-choices':'Auswahl
speichern','agree-to-all':'Allem zustimmen','no-thanks':'Nein danke',
'privacy-what-we-collect-title':'Welche Informationen wir sammeln und wie wir sie nutzen','privacy-what-we-collect-
desc-p1':'Die meisten Informationen, die f\u00fcr die Personalisierung verwendet werden, basieren auf der Werbe-ID
Ihres Ger\u00e4tes (Werbeidentifikatoren von Apple oder Google) und Ihrer IP-Adresse.','privacy-what-we-collect-
desc-p2':'Aus Ihrer Interaktion mit der App, schlie\u00dfen wir, welche anderen Apps f\u00fcr Sie von Interesse sein
k\u00f6nnten. Hier ein Beispiel:','privacy-what-we-collect-desc-p3':'Wir w\u00fcrden diese Informationen nutzen, um
Ihnen Ads zu Spielen zu zeigen, von denen wir glauben, dass sie Ihnen gefallen w\u00fcrden. Au\u00dferdem
k\u00f6nnen wir so Ihre Spielerfahrung gegebenenfalls anpassen. Dies schlie\u00dft die Anpassung des Spiel-Stores
ein, um Ihnen Werkzeuge und Extras anzubieten, die Sie interessieren k\u00f6nnten, sowie um das Spiel ihrem
gegenw\u00e4rtigen Fortschrittslevel anzupassen.',
'privacy-what-we-collect-desc-p4':'Wir speichern die Daten nur f\u00fcr 30 Tage. Transaktionsaufzeichnungen mit
Ihren Daten werden zur Rechnungserstellung und Betrugspr\u00e4vention bis zu 180 Tage gespeichert.','privacy-
what-we-collect-sub-title':'Welche Daten unsere Werbepartner sammeln (Erfassung und Demographie)','privacy-what-
we-collect-desc-p5':'Unsere Partner nutzen Ihre Werbe-ID und IP-Adresse, um ein Profil \u00fcber Sie zu erstellen
und Ihre Pr\u00e4ferenzen und Ihre demographischen Daten zu Ihrem Haushalt zu erfassen. Zu den demographischen
Daten geh\u00f6ren Informationen zum Familienstand und zum ungef\u00e4hren Einkommen. Lesen Sie die
Datenschutzrichtlinien unserer Partner, um zu erfahren wie sie Ihre gesammelten Daten einsehen und l\u00f6schen
k\u00f6nnen.',
'privacy-what-we-collect-desc-p6':'Erfasst werden ebenfalls Informationen von Ihrem Handy, einschlie\u00dflich des
Drucks, den sie auf den Bildschirm aus\u00fcben (Druckpunktmessung). Der Hintergrund dieser Datenerfassung liegt
in der Betrugspr\u00e4vention. So k\u00f6nnen unsere Partner feststellen, ob es sich bei einer Interaktion um eine
echte Person handelt (ungleichm\u00e4\u00dfige Druckpunkte) oder um einen Bot, der zu T\u00e4uschungszwecken
dem Markt hinzugef\u00fcgt wurde, mit dem Ziel Werbenetzwerke zu st\u00f6ren.',
'privacy-using':'Nutzt {0}','privacy-located-in':'H\u00e4lt sich in {0} auf','privacy-used-this-app':'Hat diese App {0}
mal in dieser Woche genutzt','privacy-seen-ads':'Hat {0} Ads in dieser App gesehen','privacy-installed-based-on':'Hat
{0} Apps basierend auf diesen Ads installiert','privacy-data-transfer-title':'Datentransfer au\u00dferhalb der
EU','privacy-data-transfer-desc':'Beachten Sie, dass Unity Daten auf Servern in den USA transferieren und verarbeiten
kann. Wir gew\u00e4hren Ihren Daten jedoch mittels internationaler Abkommen und Abkommen mit unseren
Drittanbietern den Schutz, der Ihnen im europ\u00e4ischen Wirtschaftsraum gew\u00e4hrt wird, auch wenn Ihre
Daten in diesem Teil der Welt gesammelt wurden. Besuchen sie Unitys <a href="https://unity3d.com/legal/privacy-
policy">Datenschutzrichtlinie</a>, um mehr \u00fcber Datentransfers zu erfahren.',
'privacy-third-party-title':'Drittanbieter-Werbepartner anzeigen','privacy-changing-privacy-choice-
title':'Datenschutzeinstellungen \u00e4ndern','privacy-changing-privacy-choice-text':'Sie k\u00f6nnen diese
Einstellungen jederzeit einsehen, indem Sie auf das Unity-Datenschutzsymbol tippen, wenn oder nachdem eine
Anzeige erscheint.','privacy-our-privacy-policy-title':'Unsere Datenschutzrichtlinie','privacy-our-privacy-policy-
desc':'Unsere <a href="https://unity3d.com/legal/privacy-policy">Datenschutzrichtlinie</a> erkl\u00e4rt, wie wir mit
Ihren Daten umgehen, einschlie\u00dflich wie und wo in der Welt Ihre Daten transferiert und verarbeitet werden und
wie wir mit unseren Partnern zusammenarbeiten, die die Ads bereitstellen. Diese Partner k\u00f6nnen \u00fcber Ihre
Werbe-ID Daten aus weiteren Quellen au\u00dferhalb von Unity sammeln, um die Ads genauer auf Sie anzupassen.
Besuchen Sie die Datenschutzrichtlinien dieser Werbepartner, um die gesammelten Daten \u00fcber Sie einzusehen.',
'privacy-settings-title':'Datenschutzeinstellungen','privacy-settings-personalization-
settings':'Personalisierungseinstellungen','privacy-settings-manage-your-data':'Verwalten Sie Ihre
Informationen','privacy-settings-manage-your-data-desc':'Sie k\u00f6nnen jegliche Information, die Unity \u00fcber
Sie gesammelt hat, l\u00f6schen, indem sie <span class="delete-your-data-link page-link">hier</span>
klicken.','privacy-settings-manage-your-data-are-you-sure':'Sind Sie sicher?','privacy-settings-manage-your-data-
yes':'Ja',
'privacy-settings-manage-your-data-no':'Nein','privacy-settings-manage-your-data-deletion-msg':'Wir verarbeiten Ihre
Anfrage. Ihre Daten werden nach 30 Tagen gel\u00f6scht sein. Wir melden Sie ebenfalls von personalisierten Ads
sofort ab. Bitte beachten Sie: Transaktionsaufzeichnungen mit Ihren Daten werden zur Rechnungserstellung und
Betrugspr\u00e4vention bis zu 180 Tage gespeichert.','privacy-settings-report-ad':'Ad melden','privacy-settings-build-
info':'Build-Info','privacy-settings-close':'Schlie\u00dfen',
disagree:'Nein danke'},mraid:{Sponsored:'Werbung','Try the playable demo':'Probier die Demo
f\u00fcr'}},'zh(_TW|_HK|_MO|_#?Hant)?(_TW|_HK|_MO|_#?Hant)+$':{endscreen:{Ratings:'\u8a55\u5206','Downlo
ad For Free':'\u514d\u8cbb\u4e0b\u8f09',Downloading:'\u5f8c\u53f0\u4e0b\u8f09\u4e2d','Download
completed':'\u4e0b\u8f09\u5b8c\u6210','Download failed due to insufficient space':'\u4e0b\u8f09\u5931\u6557 -
\u5b58\u5132\u7a7a\u9593\u4e0d\u8db3\uff0c\u8acb\u6e05\u7406\u540e\u91cd\u8a66','Download failed because file
a l r e a d y e x i s t s ' : ' \ u 4 e 0 b \ u 8 f 0 9 \ u 5 9 3 1 \ u 6 5 5 7 -
\u6587\u4ef6\u5df2\u7d93\u5b58\u5728\uff0c\u8acb\u76f4\u63a5\u5b89\u88dd\u6216\u522a\u9664',
'Download failed due network error':'\u4e0b\u8f09\u5931\u6557 -
\u7db2\u7d61\u932f\u8aa4\uff0c\u8acb\u6aa2\u67e5\u7db2\u7d61\u9023\u63a5\u4e26\u91cd\u8a66','Download
canceled':'\u4e0b\u8f09\u88ab\u53d6\u6d88\uff0c\u53ef\u91cd\u65b0\u5617\u8a66\u4e0b\u8f09','Download
failed':'\u4e0b\u8f09\u932f\u8aa4\uff0c\u8acb\u5617\u8a66\u91cd\u65b0\u4e0b\u8f09','Download is
queued':'\u4e0b\u8f09\u4efb\u52d9\u5df2\u52a0\u5165\u968a\u5217','Download
paused':'\u4e0b\u8f09\u88ab\u66ab\u505c','Download paused due to network':'\u4e0b\u8f09\u66ab\u505c -
\u7b49\u5f85\u7db2\u7d61',
'Download is retrying':'\u6b63\u5728\u91cd\u8a66\u4e0b\u8f09','Download already
enqueued':'\u4e0b\u8f09\u4efb\u52d9\u5df2\u52a0\u5165\u968a\u5217','Opening browser to complete
d o w n l o a d ' : ' \ u 6 2 5 3 \ u 9 5 8 b \ u 7 0 0 f \ u 8 9 b d \ u 5 6 6 8 -
\u8acb\u5728\u700f\u89bd\u5668\u5b8c\u6210\u4e0b\u8f09','Enqueuing is in
progress':'\u6b63\u5728\u5c07\u4e0b\u8f09\u4efb\u52d9\u52a0\u5165\u968a\u5217','Safe to resume
g a m e ' : ' \ u 5 3 e f \ u 8 f d 4 \ u 5 6 d e \ u 6 e 3 8 \ u 6 2 3 2 ' , ' I n s t a l l
Now':'\u7acb\u5373\u4e0b\u8f7d',Install:'\u5b89\u88dd',GET:'\u53d6\u5f97',
Get:'\u53d6\u5f97',Free:'\u514d\u8d39'},videoScreen:{'Learn More':'\u4e86\u89e3\u66f4\u591a','Download For
F r e e ' : ' \ u 5 1 4 d \ u 8 c b b \ u 4 e 0 b \ u 8 f 0 9 ' , ' I n s t a l l
Now':'\u7acb\u5373\u4e0b\u8f7d',Install:'\u5b89\u88dd',GET:'\u53d6\u5f97',Get:'\u53d6\u5f97',Sponsored:'\u8d0a\u5
2a9\u5ee3\u544a','close-reward-dialog-title':'\u8981\u95dc\u9589\u5f71\u7247\u55ce?','close-reward-dialog-
desc':'\u60a8\u5c07\u7121\u6cd5\u7372\u5f97\u734e\u52f5','close-reward-dialog-close-
btn':'\u95dc\u9589\u5f71\u7247','close-reward-dialog-resume-btn':'\u7e7c\u7e8c\u89c0\u770b',
Free:'\u514d\u8d39'},mraid:{Sponsored:'\u8d0a\u52a9\u5ee3\u544a','Try the playable
demo':'\u8bd5\u73a9\u4e00\u4e0b\u6e38\u620f'}},'zh(((_#?Hans)?(_\\D\\D)?)|((_\\D\\D)?(_#?Hans)?))$':{endscreen:
{ R a t i n g s : ' \ u 8 b c 4 \ u 4 e f 7 ' , ' D o w n l o a d F o r
Free':'\u514d\u8d39\u4e0b\u8f7d',Downloading:'\u540e\u53f0\u4e0b\u8f7d\u4e2d','Download
completed':'\u4e0b\u8f7d\u5b8c\u6210','Download failed due to insufficient space':'\u4e0b\u8f7d\u5931\u8d25 -
\u5b58\u50a8\u7a7a\u95f4\u4e0d\u8db3\uff0c\u8bf7\u6e05\u7406\u540e\u91cd\u8bd5',
'Download failed because file already exists':'\u4e0b\u8f7d\u5931\u8d25 -
\u6587\u4ef6\u5df2\u7ecf\u5b58\u5728\uff0c\u8bf7\u76f4\u63a5\u5b89\u88c5\u6216\u5220\u9664','Download failed
d u e n e t w o r k e r r o r ' : ' \ u 4 e 0 b \ u 8 f 7 d \ u 5 9 3 1 \ u 8 d 2 5 -
\u7f51\u7edc\u9519\u8bef\uff0c\u8bf7\u68c0\u67e5\u7f51\u7edc\u8fde\u63a5\u5e76\u91cd\u8bd5','Download
canceled':'\u4e0b\u8f7d\u88ab\u53d6\u6d88\uff0c\u53ef\u91cd\u65b0\u5c1d\u8bd5\u4e0b\u8f7d','Download
failed':'\u4e0b\u8f7d\u9519\u8bef\uff0c\u8bf7\u5c1d\u8bd5\u91cd\u65b0\u4e0b\u8f7d',
'Download is queued':'\u4e0b\u8f7d\u4efb\u52a1\u5df2\u52a0\u5165\u961f\u5217','Download
paused':'\u4e0b\u8f7d\u88ab\u6682\u505c','Download paused due to network':'\u4e0b\u8f7d\u6682\u505c -
\u7b49\u5f85\u7f51\u7edc','Download is retrying':'\u6b63\u5728\u91cd\u8bd5\u4e0b\u8f7d','Download already
enqueued':'\u4e0b\u8f7d\u4efb\u52a1\u5df2\u52a0\u5165\u961f\u5217','Opening browser to complete
d o w n l o a d ' : ' \ u 6 2 5 3 \ u 5 f 0 0 \ u 6 d 4 f \ u 8 9 c 8 \ u 5 6 6 8 -
\u8bf7\u5728\u6d4f\u89c8\u5668\u5b8c\u6210\u4e0b\u8f7d','Enqueuing is in
progress':'\u6b63\u5728\u5c06\u4e0b\u8f7d\u4efb\u52a1\u52a0\u5165\u961f\u5217',
'Safe to resume game':'\u53ef\u8fd4\u56de\u6e38\u620f','privacy-legitimate-interest-pop-up-
1':'Unity\u6b63\u5728\u5f53\u524d\u5e94\u7528\u7a0b\u5e8f\u4e2d\u4e2a\u6027\u5316\u5b9a\u5236\u60a8\u7684\
u5e7f\u544a\u4f53\u9a8c\u3002','privacy-legitimate-interest-pop-up-2':'\u8bf7\u70b9\u51fb\u8fd9\u91cc','privacy-
l e g i t i m a t e - i n t e r e s t - p o p - u p -
3':'\u6765\u4e86\u89e3\u8be6\u60c5\u548c\u7ba1\u7406\u60a8\u7684\u9690\u79c1\u8bbe\u7f6e\u3002','Install
Now':'\u7acb\u5373\u4e0b\u8f09',Install:'\u5b89\u88dd',GET:'\u53d6\u5f97',
Get:'\u53d6\u5f97',Free:'\u514d\u8d39'},videoScreen:{'Learn More':'\u66f4\u591a\u4fe1\u606f','Download For
F r e e ' : ' \ u 5 1 4 d \ u 8 d 3 9 \ u 4 e 0 b \ u 8 f 7 d ' , ' I n s t a l l
Now':'\u7acb\u5373\u4e0b\u8f09',Install:'\u5b89\u88dd',GET:'\u53d6\u5f97',Get:'\u53d6\u5f97','privacy-legitimate-
i n t e r e s t - p o p - u p -
1':'Unity\u6b63\u5728\u5f53\u524d\u5e94\u7528\u7a0b\u5e8f\u4e2d\u4e2a\u6027\u5316\u5b9a\u5236\u60a8\u7684\
u5e7f\u544a\u4f53\u9a8c\u3002','privacy-legitimate-interest-pop-up-2':'\u8bf7\u70b9\u51fb\u8fd9\u91cc','privacy-
l e g i t i m a t e - i n t e r e s t - p o p - u p -
3':'\u6765\u4e86\u89e3\u8be6\u60c5\u548c\u7ba1\u7406\u60a8\u7684\u9690\u79c1\u8bbe\u7f6e\u3002',
Sponsored:'\u8d5e\u52a9','close-reward-dialog-title':'\u5173\u95ed\u89c6\u9891?','close-reward-dialog-
desc':'\u60a8\u5c06\u4f1a\u5931\u53bb\u5956\u52b1','close-reward-dialog-close-
btn':'\u5173\u95ed\u89c6\u9891','close-reward-dialog-resume-
btn':'\u7ee7\u7eed\u64ad\u653e\u89c6\u9891',Free:'\u514d\u8d39'},consent:{'homepage-title':'Unity
Cookie\u80fd\u5426\u6536\u96c6\u548c\u4f7f\u7528\u60a8\u7684\u6570\u636e\u6765\u5b9a\u5236\u60a8\u7684\u
5e7f\u544a\u548c\u4f53\u9a8c\uff1f','homepage-main-text':'Unity and our <span class="third-parties-link page-
link">third-parties</span> will collect <span class="data-link page-link">data</span>, including <span
class="demographic-link page-link">demographic information</span>, and use <span class="mobile-identifiers-link
page-link">mobile identifiers</span> for ads & gameplay <span class="personalization-link page-
link">personalization</span> and <span class="measurement-link page-link">measurement</span>. You can access
these options at any time by tapping the Unity Data Privacy icon when or after an ad appears.',
'homepage-accept-all':'\u63a5\u53d7','homepage-show-my-choices':'Show my choices','my-choices-title':'Unity
Cookie\u80fd\u5426\u6536\u96c6\u548c\u4f7f\u7528\u60a8\u7684\u6570\u636e\u6765\u5b9a\u5236\u60a8\u7684\u
5 e 7 f \ u 5 4 4 a \ u 5 4 8 c \ u 4 f 5 3 \ u 9 a 8 c \ u f f 1 f ' , ' m y - c h o i c e s -
text':'Unity\u548c\u6211\u4eec\u7684\u7b2c\u4e09\u65b9\u5c06\u6536\u96c6\u6570\u636e\uff0c\u5305\u62ec\u4eb
a\u53e3\u5c5e\u6027\u4fe1\u606f\uff0c\u5e76\u4f7f\u7528\u79fb\u52a8\u6807\u8bc6\u7b26\u7528\u4e8e\u5e7f\u54
4a\u548c\u4e2a\u6027\u5316\u6e38\u620f\u4f53\u9a8c\u4ee5\u53ca\u76d1\u6d4b\u3002\u60a8\u53ef\u4ee5\u968f\u
65f6\u901a\u8fc7\u5728\u5e7f\u544a\u51fa\u73b0\u65f6\u6216\u4e4b\u540e\u70b9\u51fbUnity\u6570\u636e\u9690
\u79c1\u56fe\u6807\u6765\u8bbf\u95ee\u8fd9\u4e9b\u9009\u9879',
'my-choices-switch-game-experience':'\u6211\u540c\u610f\u4e2a\u6027\u5316\u6e38\u620f\u4f53\u9a8c','my-
c h o i c e s - s w i t c h - p e r s o n a l i z e d -
ads':'\u6211\u540c\u610f\u6765\u81eaUnity\u7684\u4e2a\u6027\u5316\u5e7f\u544a\u548c\u5e94\u7528\u5185\u518
5 \ u 5 b b 9 ' , ' m y - c h o i c e s - s w i t c h - p e r s o n a l i z e d - t h i r d -
party':'\u6211\u540c\u610f\u4e2a\u6027\u5316\u5e7f\u544a\u548c\u76d1\u6d4b\uff0c\u5305\u62ec\u4f7f\u7528\u67
65\u81ea\u7b2c\u4e09\u65b9\u5408\u4f5c\u4f19\u4f34\u7684\u4eba\u53e3\u5c5e\u6027\u548c\u5176\u4ed6\u6570\
u636e\u7684\u4e2a\u6027\u5316\u5e7f\u544a\u548c\u76d1\u6d4b',
' m y - c h o i c e s - s w i t c h -
pipl':'\u6211\u540c\u610f\u5c06\u6211\u7684\u4e2a\u4eba\u4fe1\u606f\u8f6c\u79fb\u5230\u4e2d\u534e\u4eba\u6c1
1\u5171\u548c\u56fd\u5883\u5916','my-choices-switch-pipl-privacy-
policy':'\u60a8\u53ef\u4ee5\u5728\u6211\u4eec\u7684<a href="https://unity.cn/legal/privacy-
policy">\u4e2d\u56fd\u9690\u79c1\u653f\u7b56</a>\u4e2d\u83b7\u53d6\u66f4\u591a\u4fe1\u606f','my-choices-
back':'Back','save-my-choices':'\u4fdd\u5b58\u6211\u7684\u9009\u62e9','agree-to-
all':'\u5168\u90e8\u540c\u610f','no-thanks':'\u4e0d\u540c\u610f',
' p r i v a c y - w h a t - w e - c o l l e c t -
title':'\u6211\u4eec\u6536\u96c6\u54ea\u4e9b\u4fe1\u606f\u53ca\u6211\u4eec\u5982\u4f55\u4f7f\u7528','privacy-
w h a t - w e - c o l l e c t - d e s c -
p1':'\u6211\u4eec\u7528\u6765\u4e2a\u6027\u5316\u5e7f\u544a\u4f53\u9a8c\u7684\u4fe1\u606f\u5927\u90e8\u520
6\u6765\u81ea\u4e8e\u60a8\u8bbe\u5907\u7684\u5e7f\u544aID\uff08\u82f9\u679c\u6216\u8005\u5b89\u5353\u7cfb
\u7edf\u7684\u5e7f\u544a\u6807\u8bc6\u7b26\uff09\u4ee5\u53ca\u60a8\u7684IP\u5730\u5740\u3002','privacy-
w h a t - w e - c o l l e c t - d e s c -
p2':'\u5f53\u60a8\u548c\u6b64\u5e94\u7528\u4e92\u52a8\u65f6\uff0c\u6211\u4eec\u5c06\u7528\u4ee5\u4e0b\u4fe1\
u606f\u6765\u9884\u6d4b\u4f60\u4f1a\u5bf9\u54ea\u4e9b\u5176\u5b83\u5e94\u7528\u611f\u5174\u8da3\uff1a',
' p r i v a c y - w h a t - w e - c o l l e c t - d e s c -
p3':'\u6211\u4eec\u5c06\u7528\u6b64\u4fe1\u606f\u6765\u5c55\u793a\u60a8\u53ef\u80fd\u611f\u5174\u8da3\u7684
\u5176\u5b83\u6e38\u620f\u7684\u5e7f\u544a\uff0c\u5e76\u7528\u6765\u5b9a\u5236\u60a8\u7684\u6e38\u620f\u4
f 5 3 \ u 9 a 8 c \ u 3 0 0 2 ' , ' p r i v a c y - w h a t - w e - c o l l e c t - d e s c -
p4':'\u4e2a\u4eba\u4fe1\u606f\u6211\u4eec\u53ea\u4fdd\u7559\u4e09\u5341\u5929\uff0c\u4f46\u662f\u5173\u4e8e\
u60a8\u7684\u8f6c\u8d26\u4fe1\u606f\u6211\u4eec\u53ef\u80fd\u4f1a\u4fdd\u7559\u81f3180\u5929\uff0c\u4ee5\u5
907\u8d26\u5355\u67e5\u9a8c\u53ca\u9884\u9632\u8bc8\u9a97\u4e4b\u9700\u3002',
' p r i v a c y - w h a t - w e - c o l l e c t - s u b -
title':'\u5173\u4e8e\u6211\u4eec\u7b2c\u4e09\u65b9\u5e7f\u544a\u4f19\u4f34\u6536\u96c6\u7684\u4fe1\u606f\uff0
8\u6548\u679c\u76d1\u6d4b\u548c\u4eba\u53e3\u7edf\u8ba1\u6570\u636e\uff09','privacy-what-we-collect-desc-
p5':'\u6211\u4eec\u7684\u7b2c\u4e09\u65b9\u5e7f\u544a\u4f19\u4f34\u53ef\u80fd\u4f1a\u7528\u60a8\u7684\u5e7f\
u544aID\u548cIP\u5730\u5740\uff0c\u5e76\u6839\u636e\u60a8\u7684\u559c\u597d\u53ca\u5bb6\u5ead\u4eba\u53e
3\u7edf\u8ba1\u4fe1\u606f\uff0c\u6765\u6253\u9020\u60a8\u7684\u7528\u6237\u753b\u50cf\u3002\u4eba\u53e3\u7
edf\u8ba1\u4fe1\u606f\u5305\u62ec\u5a5a\u59fb\u72b6\u51b5\u6216\u9884\u4f30\u5bb6\u5ead\u6536\u5165\u7b49
\u3002\u8bf7\u60a8\u53c2\u8003\u6211\u4eec\u7b2c\u4e09\u65b9\u5e7f\u544a\u4f19\u4f34\u7684\u9690\u79c1\u6
53f\u7b56\uff0c\u6765\u4e86\u89e3\u66f4\u591a\u5173\u4e8e\u5982\u4f55\u83b7\u53d6\u6216\u8005\u5220\u966
4\u8fd9\u4e9b\u6570\u636e\u7684\u4fe1\u606f\u3002',
' p r i v a c y - w h a t - w e - c o l l e c t - d e s c -
p6':'\u6211\u4eec\u4e5f\u53ef\u80fd\u6536\u96c6\u5173\u4e8e\u60a8\u624b\u673a\u7684\u4fe1\u606f\uff0c\u5305\
u62ec\u60a8\u70b9\u51fb\u5c4f\u5e55\u7684\u529b\u5ea6\uff08\u6d4b\u538b\u70b9\uff09\u3002\u6211\u4eec\u65
36\u96c6\u8fd9\u4e9b\u4fe1\u606f\u7684\u76ee\u7684\u5728\u4e8e\u9884\u9632\u8bc8\u9a97\uff0c\u56e0\u4e3a\u
6211\u4eec\u53ef\u4ee5\u6839\u636e\u8fd9\u4e9b\u4fe1\u606f\u6765\u51b3\u5b9a\u548c\u624b\u673a\u4e92\u52a
8\u7684\u662f\u771f\u4eba\uff08\u4e0d\u5747\u5300\u538b\u529b\u70b9\uff09\uff0c\u8fd8\u662f\u6076\u610f\u8b
c8\u9a97\u5e7f\u544a\u7684\u673a\u5668\u4eba\u3002',
'privacy-using':'Using {0}','privacy-located-in':'Located in {0}','privacy-used-this-app':'Used this app {0} times this
week','privacy-seen-ads':'Seen {0} ads in this app','privacy-installed-based-on':'Installed {0} apps based on those
ads','privacy-data-transfer-title':'\u6570\u636e\u8f6c\u79fb','privacy-data-transfer-
desc':'Unity\u53ef\u80fd\u4f1a\u8f6c\u79fb\u60a8\u7684\u6570\u636e\u5230\u7f8e\u56fd\u7684\u670d\u52a1\u566
8\u5e76\u8fdb\u884c\u5904\u7406\u3002\u6211\u4eec\u4ee5\u53ca\u6211\u4eec\u7684\u7b2c\u4e09\u65b9\u6570\
u636e\u5904\u7406\u5458\u627f\u8bfa\u5e76\u81f4\u529b\u4e8e\u4ee5\u6b27\u76df\u6570\u636e\u4fdd\u62a4\u76
84\u6807\u51c6\u6765\u4fdd\u62a4\u60a8\u7684\u6570\u636e\u3002\u5173\u4e8e\u6570\u636e\u8f6c\u79fb\u7684
\u66f4\u591a\u4fe1\u606f\uff0c\u8bf7\u524d\u5f80Unity\u7684<a href="https://unity3d.com/legal/privacy-
policy">\u9690\u79c1\u653f\u7b56</a>\u3002',
'privacy-third-party-title':'\u67e5\u770b\u6211\u4eec\u7684\u7b2c\u4e09\u65b9\u5e7f\u544a\u4f19\u4f34','privacy-
changing-privacy-choice-title':'\u66f4\u6539\u60a8\u7684\u9690\u79c1\u9009\u9879','privacy-changing-privacy-
c h o i c e -
text':'\u60a8\u53ef\u4ee5\u968f\u65f6\u901a\u8fc7\u5728\u5e7f\u544a\u51fa\u73b0\u65f6\u6216\u4e4b\u540e\u70b
9\u51fbUnity\u6570\u636e\u9690\u79c1\u56fe\u6807\u6765\u8bbf\u95ee\u8fd9\u4e9b\u9009\u9879','privacy-our-
privacy-policy-title':'\u6211\u4eec\u7684\u9690\u79c1\u653f\u7b56',
'privacy-our-privacy-policy-desc':'\u6211\u4eec\u7684<a href="https://unity3d.com/legal/privacy-
policy">\u9690\u79c1\u653f\u7b56</a>\u89e3\u91ca\u4e86\u6211\u4eec\u5982\u4f55\u7ba1\u7406\u60a8\u7684\u6
570\u636e\uff0c\u5305\u62ec\u6211\u4eec\u5982\u4f55\u4ee5\u53ca\u5728\u4f55\u5904\u8f6c\u79fb\u60a8\u7684\
u6570\u636e\u8fdb\u884c\u5904\u7406\uff0c\u4ee5\u53ca\u6211\u4eec\u5982\u4f55\u548c\u7b2c\u4e09\u65b9\u5e
7f\u544a\u4f19\u4f34\u5408\u4f5c\u3002\u8fd9\u4e9b\u7b2c\u4e09\u65b9\u5e7f\u544a\u4f19\u4f34\u53ef\u80fd\u4
f1a\u4eceUnity\u4ee5\u5916\u7684\u6e20\u9053\u6536\u96c6\u60a8\u7684\u5e7f\u544aID\u6765\u8fdb\u4e00\u6b
65\u4e2a\u6027\u5316\u60a8\u7684\u5e7f\u544a\u4f53\u9a8c\u3002\u8bf7\u524d\u5f80\u6211\u4eec\u7b2c\u4e09\
u65b9\u5e7f\u544a\u4f19\u4f34\u7684\u9690\u79c1\u653f\u7b56\u6765\u5ba1\u67e5\u4ed6\u4eec\u6c47\u96c6\u76
84\u6570\u636e\u3002',
'privacy-settings-title':'\u9690\u79c1\u8bbe\u7f6e','privacy-settings-personalization-
settings':'\u4e2a\u6027\u5316\u8bbe\u7f6e','privacy-settings-manage-your-
data':'\u7ba1\u7406\u60a8\u7684\u6570\u636e','privacy-settings-manage-your-data-desc':'You can delete any data
Unity has about your device by clicking <span class="delete-your-data-link page-link">here</span>.','privacy-
settings-manage-your-data-are-you-sure':'Are you sure?','privacy-settings-manage-your-data-yes':'Yes','privacy-
settings-manage-your-data-no':'No',
'privacy-settings-manage-your-data-deletion-msg':'We will process your request and your data will be deleted in 30
days. We will also opt you out of personalized ads immediately. Please note we may keep a transactional record using
your personal information for 180 days for billing and fraud prevention purposes.','privacy-settings-report-
ad':'\u4e0a\u62a5\u5e7f\u544a\u95ee\u9898','privacy-settings-build-info':'\u8be6\u7ec6\u4fe1\u606f','privacy-settings-
close':'Close',disagree:'Disagree','age-gate-title':'\u5728\u5f00\u59cb\u4e4b\u524d,
\u8bf7\u786e\u8ba4\u60a8\u7684\u5e74\u9f84',
' a g e - g a t e -
text':'\u8bf7\u786e\u8ba4\u60a8\u7684\u5e74\u9f84\u7ec4\uff0c\u4ee5\u4fbf\u6211\u4eec\u53ef\u4ee5\u4fdd\u62a4\
u60a8\u7684\u9690\u79c1\u548c\u5b89\u5168\uff0c\u540c\u65f6\u5c3d\u53ef\u80fd\u7ed9\u60a8\u63d0\u4f9b\u67
00\u597d\u7684\u6e38\u620f\u4f53\u9a8c','age-gate-over-age-limit-btn':'{0}\u5468\u5c81\u53ca\u4ee5\u4e0a','age-
gate-under-age-limit-btn':'{0}\u5468\u5c81\u53ca\u4ee5\u4e0b'},mraid:{Sponsored:'\u8d5e\u52a9','Try the playable
demo':'\u8bd5\u73a9\u4e00\u4e0b\u6e38\u620f','privacy-legitimate-interest-pop-up-
1':'Unity\u6b63\u5728\u5f53\u524d\u5e94\u7528\u7a0b\u5e8f\u4e2d\u4e2a\u6027\u5316\u5b9a\u5236\u60a8\u7684\
u5e7f\u544a\u4f53\u9a8c\u3002',
'privacy-legitimate-interest-pop-up-2':'\u8bf7\u70b9\u51fb\u8fd9\u91cc','privacy-legitimate-interest-pop-up-
3':'\u6765\u4e86\u89e3\u8be6\u60c5\u548c\u7ba1\u7406\u60a8\u7684\u9690\u79c1\u8bbe\u7f6e\u3002'},privacy:{'p
r i v a c y - l e g i t i m a t e - i n t e r e s t - p o p - u p -
1':'Unity\u6b63\u5728\u5f53\u524d\u5e94\u7528\u7a0b\u5e8f\u4e2d\u4e2a\u6027\u5316\u5b9a\u5236\u60a8\u7684\
u5e7f\u544a\u4f53\u9a8c\u3002','privacy-legitimate-interest-pop-up-2':'\u8bf7\u70b9\u51fb\u8fd9\u91cc','privacy-
l e g i t i m a t e - i n t e r e s t - p o p - u p -
3':'\u6765\u4e86\u89e3\u8be6\u60c5\u548c\u7ba1\u7406\u60a8\u7684\u9690\u79c1\u8bbe\u7f6e\u3002',
' p r i v a c y - d i a l o g -
title':'Unity\u53d1\u5e03\u7684\u6709\u52a9\u4e8e\u4fdd\u62a4\u60a8\u9690\u79c1\u7684\u6d88\u606f','privacy-
d i a l o g - t e x t - l i -
p1':'\u5e7f\u544a\u4f7f\u6e38\u620f\u5f00\u53d1\u8005\u80fd\u591f\u514d\u8d39\u63d0\u4f9b\u4f18\u79c0\u7684\
u5e94\u7528\u7a0b\u5e8f\u3002\u6211\u4eec\u4e5f\u5728\u5c1d\u8bd5\u6839\u636e\u60a8\u6b63\u5728\u4f7f\u75
28\u7684\u5e94\u7528\u7a0b\u5e8f\u3001\u8bbe\u5907\u548c\u6240\u5728\u7684\u56fd\u5bb6/\u5730\u533a\uff0c
\u6765\u5c55\u793a\u5bf9\u60a8\u6765\u8bf4\u6700\u6709\u8da3\u7684\u5e94\u7528\u7a0b\u5e8f\u548c\u4ea7\u5
4c1\u3002',
' p r i v a c y - d i a l o g - t e x t - l i -
p2':'\u6211\u4eec\u7528\u6765\u63d0\u4f9b\u4e2a\u6027\u5316\u4f53\u9a8c\u7684\u4fe1\u606f\uff0c\u5927\u90e8
\u5206\u6765\u81ea\u4e8e\u60a8\u8bbe\u5907\u7684\u5e7f\u544aID\uff08\u5982\u82f9\u679c\u6216\u8c37\u6b4c\
u7684\u5e7f\u544aID\uff09\u4ee5\u53ca\u60a8\u7684IP\u5730\u5740\u3002','privacy-dialog-text-li-p3-
1':'\u6211\u4eec\u7684','privacy-dialog-text-li-p3-2':'\u9690\u79c1\u6761\u6b3e','privacy-dialog-text-li-p3-
3':'\u4e5f\u89e3\u91ca\u4e86\u6211\u4eec\u5c06\u5982\u4f55\u7ba1\u7406\u60a8\u7684\u6570\u636e\u4ee5\u53ca\
u5982\u4f55\u4e0e\u63d0\u4f9b\u5e7f\u544a\u7684\u7b2c\u4e09\u65b9\u5408\u4f5c\u3002\u8fd9\u4e9b\u7b2c\u4e
09\u65b9\u53ef\u80fd\u4f1a\u4eceUnity\u4ee5\u5916\u7684\u5176\u4ed6\u6e20\u9053\u6536\u96c6\u5173\u4e8e\u
60a8\u5e7f\u544aID\u7684\u4fe1\u606f\u6765\u8fdb\u4e00\u6b65\u4e2a\u6027\u5316\u63a8\u8350\u60a8\u4f1a\u7
70b\u5230\u7684\u5e7f\u544a\u3002\u8bf7\u67e5\u770b\u8fd9\u4e9b\u7b2c\u4e09\u65b9\u7684\u9690\u79c1\u7b5
6\u7565\u6765\u786e\u8ba4\u5176\u53ef\u80fd\u6536\u96c6\u7684\u6570\u636e\u3002',
' p r i v a c y - d i a l o g - t e x t - l i -
p4':'\u6839\u636e\u60a8\u548c\u8fd9\u6b3e\u5e94\u7528\u7a0b\u5e8f\u4e4b\u95f4\u7684\u4e92\u52a8\uff0c\u6211
\u4eec\u6536\u96c6\u5230\u4e86\u4e00\u4e9b\u4fe1\u606f\u3002\u4ee5\u4e0b\u662f\u6211\u4eec\u4f7f\u7528\u8f
d9\u4e9b\u4fe1\u606f\u9884\u6d4b\u54ea\u4e2a\u5e94\u7528\u7a0b\u5e8f\u53ef\u80fd\u4f1a\u5438\u5f15\u60a8\u
7684\u4e00\u4e2a\u793a\u4f8b\uff1a','privacy-dialog-text-li-p5-header':'\u8bf7\u9009\u62e9','privacy-dialog-text-li-
p5':'\u60a8\u53ef\u4ee5\u7ee7\u7eed\u4f7f\u7528\u4e2a\u6027\u5316\u4f53\u9a8c\uff0c\u6216\u6362\u6210\u5927\
u4f17\u5316\u7684\u4f53\u9a8c\u3002\u8fd9\u5c06\u5e94\u7528\u4e8eUnity\u76f4\u63a5\u63a8\u9001\u7684\u54
8c\u5176\u5e7f\u544a\u5408\u4f5c\u5546\u63a8\u9001\u7684\u5e7f\u544a\u3002',
'privacy-using':'\u4f7f\u7528\u7684\u8bbe\u5907\u662f{0}','privacy-located-
i n ' : ' \ u 6 2 4 0 \ u 5 7 2 8 \ u 4 f 4 d \ u 7 f 6 e \ u 6 6 2 f { 0 } ' , ' p r i v a c y - u s e d - t h i s -
app':'\u672c\u5468\u4f7f\u7528\u4e86\u8fd9\u4e2a\u5e94\u7528\u7a0b\u5e8f{0}\u6b21','privacy-seen-
ads':'\u5728\u8fd9\u4e2a\u5e94\u7528\u7a0b\u5e8f\u91cc\u5df2\u7ecf\u770b\u8fc7{0}\u4e2a\u5e7f\u544a','privacy-
i n s t a l l e d - b a s e d -
on':'\u6839\u636e\u5df2\u770b\u8fc7\u7684\u5e7f\u544a\u5df2\u5b89\u88c5{0}\u4e2a\u5e94\u7528\u7a0b\u5e8f','p
r i v a c y - d i a l o g - t e x t - l i - a g r e e - r a d i o - b u t t o n ' : ' \ u 5 4 0 c \ u 6 1 0 f ,
\u6211\u613f\u610f\u7ee7\u7eed\u4f7f\u7528\u4e2a\u6027\u5316\u4f53\u9a8c\u3002',
'privacy-dialog-text-li-disagree-radio-button':'\u4e0d\u540c\u610f,
\u6211\u4e0d\u60f3\u8981\u4e2a\u6027\u5316\u4f53\u9a8c\u3002','privacy-dialog-text-li-p6-
header':'\u66f4\u6539\u60a8\u7684\u9690\u79c1\u9009\u9879','privacy-dialog-text-li-
p6':'\u60a8\u53ef\u4ee5\u5728\u5e7f\u544a\u51fa\u73b0\u6216\u8005\u7ed3\u675f\u65f6\uff0c\u70b9\u51fbUnity
D a t a
Privacy\uff08Unity\u6570\u636e\u9690\u79c1\uff09\u56fe\u6807\u968f\u65f6\u8bbf\u95ee/\u66f4\u6539\u8fd9\u4e
9b\u9009\u9879\u3002','privacy-dialog-text-li-p7-header':'\u6570\u636e\u7ba1\u7406',
'privacy-dialog-text-li-p7-1':'\u60a8\u53ef\u4ee5\u70b9\u51fb','privacy-dialog-text-li-p7-2':'\u8fd9\u91cc','privacy-
d i a l o g - t e x t - l i - p 7 -
3':'\u5220\u9664Unity\u83b7\u53d6\u7684\u4efb\u4f55\u5173\u4e8e\u60a8\u8bbe\u5907\u7684\u6570\u636e\u3002'
,'privacy-dialog-text-li-p7-are-you-sure':'\u60a8\u786e\u5b9a\u5417\uff1f','privacy-dialog-text-li-p7-yes':'\u662f
','privacy-dialog-text-li-p7-no':'\u5426','privacy-dialog-text-li-p7-data-deletion-
text':'\u6211\u4eec\u4f1a\u5904\u7406\u60a8\u7684\u8bf7\u6c42\uff0c\u5e76\u572830\u5929\u5185\u5220\u9664\u
60a8\u7684\u4e2a\u4eba\u4fe1\u606f\u6570\u636e\u3001\u8ba9\u60a8\u7acb\u5373\u63a8\u51fa\u4e2a\u6027\u531
6\u4f53\u9a8c\u3002\u8bf7\u6ce8\u610f\uff0c\u7531\u4e8e\u5b8c\u6210\u652f\u4ed8\u548c\u9632\u6b62\u6b3a\u8
bc8\u7684\u9700\u8981\uff0c\u6211\u4eec\u53ef\u80fd\u9700\u8981\u5c06\u60a8\u7684\u6570\u636e\u4fdd\u7559
180\u5929\u3002',
'privacy-dialog-text-failed-age-gate-p1':'\u6b64\u5e7f\u544a\u7531Unity
Ads\u5e7f\u544a\u63d0\u4f9b\u3002\u7531\u4e8e\u60a8\u5df2\u8868\u660e\u7ecf\u81ea\u5df1\u4e0d\u6ee118\u54
68\u5c81\uff0c\u6211\u4eec\u5c06\u901a\u8fc7\u76f8\u5173\u6570\u636e\uff08\u5982\u60a8\u6b63\u5728\u73a9\u
7684\u6e38\u620f\uff09\u5411\u60a8\u5c55\u793a\u5e7f\u544a\u3002','privacy-dialog-text-failed-age-gate-p2-
1':'\u8bf7\u67e5\u770b\u6211\u4eec\u7684','privacy-dialog-text-failed-age-gate-p2-2':'\u9690\u79c1\u6761\u6b3e',
' p r i v a c y - d i a l o g - t e x t - f a i l e d - a g e - g a t e - p 2 -
3':'\u6765\u4e86\u89e3\u6570\u636e\u5b9e\u8df5\u7684\u8be6\u7ec6\u4ecb\u7ecd\u3002\u60a8\u53ef\u4ee5\u5728\
u5e7f\u544a\u51fa\u73b0\u6216\u7ed3\u675f\u65f6\uff0c\u70b9\u51fbUnity Data
Privacy\uff08Unity\u6570\u636e\u9690\u79c1\uff09\u56fe\u6807\u968f\u65f6\u67e5\u770b\u8fd9\u4e9b\u9009\u98
79\u3002','privacy-dialog-text-coppa-p1':'\u6b64\u5e7f\u544a\u7531Unity
Ads\u5e7f\u544a\u63d0\u4f9b\u3002\u8fd9\u4e2a\u6e38\u620f\u5f00\u53d1\u8005\u5df2\u7ecf\u542f\u7528\u9690\
u79c1\u63a7\u5236\uff0c\u8bf4\u660e\u8fd9\u4e2a\u5e94\u7528\u7a0b\u5e8f\u4f1a\u88ab13\u5468\u5c81\u4ee5\u4
e0b\u7684\u513f\u7ae5\u4f7f\u7528\u3002\u56e0\u6b64\uff0c\u6211\u4eec\u4ec5\u4f1a\u901a\u8fc7\u76f8\u5173\u
6570\u636e\uff08\u4f8b\u5982\u60a8\u6b63\u5728\u73a9\u7684\u6e38\u620f\uff09\u6765\u5411\u60a8\u5c55\u793
a\u5e7f\u544a\u3002',
'privacy-dialog-text-coppa-p2-1':'\u8bf7\u67e5\u770b\u6211\u4eec\u7684','privacy-dialog-text-coppa-p2-
2':'\u9690\u79c1\u6761\u6b3e','privacy-dialog-text-coppa-p2-
3':'\u6765\u4e86\u89e3\u6570\u636e\u5b9e\u8df5\u7684\u8be6\u7ec6\u4ecb\u7ecd\u3002\u60a8\u53ef\u4ee5\u5728\
u5e7f\u544a\u51fa\u73b0\u6216\u7ed3\u675f\u65f6\uff0c\u70b9\u51fbUnity Data
Privacy\uff08Unity\u6570\u636e\u9690\u79c1\uff09\u56fe\u6807\u968f\u65f6\u67e5\u770b\u8fd9\u4e9b\u9009\u98
79\u3002','privacy-data-nwo-header':'\u9009\u62e9\u9000\u51fa\u6574\u4e2a\u7f51\u7edc',
'privacy-data-nwo-text-opt-out-description':'\u60a8\u53ef\u4ee5\u9009\u62e9\u9000\u51fa\u6574\u4e2a Unity
\u5e73\u53f0\u7684\u4e2a\u6027\u5316\u4f53\u9a8c\u3002\u8fd9\u5c06\u9002\u7528\u4e8e\u76f4\u63a5\u6765\u8
1ea Unity \u53ca\u5176\u5e7f\u544a\u5408\u4f5c\u4f19\u4f34\u7684\u5e7f\u544a\uff0c\u4ee5\u53ca\u7531 Unity
\u670d\u52a1\u63d0\u4f9b\u7684\u4e2a\u6027\u5316\u4f53\u9a8c\u3002\u8bf7\u6ce8\u610f\uff0c\u8be5\u9009\u98
79\u9002\u7528\u4e8e\u60a8\u7684\u6240\u6709\u7531 Unity
\u63d0\u4f9b\u5e7f\u544a\u6216\u4f53\u9a8c\u7684\u5e94\u7528\u7a0b\u5e8f\u3002',
' p r i v a c y - d a t a - n w o - t e x t - o p t - o u t -
button':'\u9009\u62e9\u9000\u51fa\u6574\u4e2a\u7f51\u7edc\u7684\u4e2a\u6027\u5316\u670d\u52a1','privacy-data-
n w o - t e x t - o p t - i n -
description':'\u5982\u679c\u60a8\u60f3\u8981\u91cd\u65b0\u542f\u7528\u6574\u4e2a\u7f51\u7edc\u7684\u4e2a\u60
27\u5316\u4f53\u9a8c\uff0c\u60a8\u53ef\u4ee5\u70b9\u51fb','privacy-data-nwo-text-opt-in-
link':'\u6b64\u5904','privacy-data-nwo-text-opt-in-description-
2':'\uff0c\u9009\u62e9\u91cd\u65b0\u52a0\u5165\u3002\u8bf7\u6ce8\u610f\uff0c\u8fd9\u5c06\u5728\u4f7f\u7528
U n i t y
\u5e73\u53f0\u7684\u6240\u6709\u5e94\u7528\u7a0b\u5e8f\u4e2d\u91cd\u65b0\u542f\u7528\u5168\u9762\u4e2a\u
6027\u5316\u4f53\u9a8c\uff0c\u8fd9\u53d6\u51b3\u4e8e\u60a8\u5728\u9009\u62e9\u52a0\u5165\u4e4b\u540e\u53e
f\u80fd\u4f1a\u505a\u51fa\u7684\u4efb\u4f55\u5e94\u7528\u7a0b\u5e8f\u7ea7\u522b\u7684\u9690\u79c1\u9009\u6
2e9\u3002',
'privacy-data-nwoo-confirmation-message':'You have chosen to Opt-Out Network-Wide from a personalized
experience','privacy-data-nwoi-confirmation-message':'You have chosen to Opt-In Network-Wide to a personalized
experience','privacy-dialog-button-confirm':'\u786e\u8ba4','privacy-dialog-button-
close':'\u5173\u95ed'}},'fi.*':{endscreen:{Ratings:'Suosio','Download For Free':'Lataa ilmaiseksi','Install
Now':'Asenna nyt',Install:'Asenna',GET:'HAE',Get:'Hae',Free:'Ilmainen'},videoScreen:{'Learn More':'Lis\u00e4\u00e4
tietoa',
'Download For Free':'Lataa ilmaiseksi','Install Now':'Asenna
nyt',Install:'Asenna',GET:'HAE',Get:'Hae',Sponsored:'Sponsoroitu','close-reward-dialog-title':'Suljetaanko
video?','close-reward-dialog-desc':'Menet\u00e4t palkintosi.','close-reward-dialog-close-btn':'SULJE VIDEO','close-
reward-dialog-resume-btn':'JATKA TOISTOA',Free:'Ilmainen'},mraid:{Sponsored:'Sponsoroitu','Try the playable
demo':'Kokeile pelattavaa demoa'}},'es.*':{endscreen:{Ratings:'Valoraciones','Download For Free':'Descarga gratis',
'privacy-legitimate-interest-pop-up-1':'Unity est\u00e1 personalizando tu experiencia de anuncios comerciales en esta
aplicaci\u00f3n. ','privacy-legitimate-interest-pop-up-2':'Haz clic aqu\u00ed ','privacy-legitimate-interest-pop-up-
3':'para enterarte m\u00e1s sobre Unity y tus opciones de privacidad.','Install Now':'Instalar
Ahora',Install:'Instalar',GET:'OBTENER',Get:'Obtener',Free:'Gratis'},videoScreen:{'Learn More':'M\u00e1s
informaci\u00f3n','Download For Free':'Descarga gratis','Install Now':'Instalar Ahora',
Install:'Instalar',GET:'OBTENER',Get:'Obtener','privacy-legitimate-interest-pop-up-1':'Unity est\u00e1 personalizando
tu experiencia de anuncios comerciales en esta aplicaci\u00f3n. ','privacy-legitimate-interest-pop-up-2':'Haz clic
aqu\u00ed ','privacy-legitimate-interest-pop-up-3':'para enterarte m\u00e1s sobre Unity y tus opciones de
privacidad.',Sponsored:'Patrocinado','close-reward-dialog-title':'\u00bfQuiere cerrar el v\u00eddeo?','close-reward-
dialog-desc':'Perder\u00e1s tu recompensa.','close-reward-dialog-close-btn':'CERRAR EL V\u00cdDEO',
'close-reward-dialog-resume-btn':'REACTIVAR EL V\u00cdDEO',Free:'Gratis'},consent:{'homepage-
title':'\u00bfPuede la cookie de Unity recopilar y usar tus datos para personalizar los anuncios y la
experiencia?','homepage-main-text':'Tanto Unity como <span class="third-parties-link page-link">terceros</span>
recopilan <span class="data-link page-link">datos</span>, incluyendo <span class="demographic-link page-
link">informaci\u00f3n demogr\u00e1fica</span>, y utilizan <span class="mobile-identifiers-link page-
link">identificadores m\u00f3viles</span> para <span class="personalization-link page-link">personalizar</span>
los anuncios y la experiencia de juego, adem\u00e1s de para obtener <span class="measurement-link page-
link">mediciones</span>. Puedes acceder a estas opciones tocando el icono de privacidad de datos de Unity cuando
veas un anuncio o despu\u00e9s de que desaparezca.',
'homepage-accept-all':'Aceptar','homepage-show-my-choices':'Ver mis opciones','my-choices-title':'\u00bfPuede la
cookie de Unity recopilar y usar tus datos para personalizar los anuncios y la experiencia?','my-choices-text':'Tanto
Unity como terceros recopilan datos, incluyendo informaci\u00f3n demogr\u00e1fica, y utilizan identificadores
m\u00f3viles para personalizar los anuncios y la experiencia de juego, adem\u00e1s de para obtener mediciones.
Puedes acceder a estas opciones tocando el icono de privacidad de datos de Unity cuando veas un anuncio o
despu\u00e9s de que desaparezca.',
'my-choices-switch-game-experience':'Acepto recibir una experiencia de juego personalizada','my-choices-switch-
personalized-ads':'Acepto ver anuncios personalizados y contenido de Unity en la aplicaci\u00f3n','my-choices-
switch-personalized-third-party':'Tambi\u00e9n doy mi consentimiento a los anuncios personalizados y la
obtenci\u00f3n de medidas, incluidas aquellas que utilicen datos demogr\u00e1ficos y de otros tipos procedentes de
terceros','my-choices-back':'Atr\u00e1s','save-my-choices':'Guardar mis opciones',
'agree-to-all':'Aceptar todo','no-thanks':'No, gracias','privacy-what-we-collect-title':'Qu\u00e9 informaci\u00f3n
recopilamos y c\u00f3mo la utilizamos','privacy-what-we-collect-desc-p1':'La mayor\u00eda de la informaci\u00f3n
que utilizamos con fines de personalizaci\u00f3n se basa en el identificador de publicidad de tu dispositivo
(identificador de publicidad de Apple o de Google) y tu direcci\u00f3n IP.','privacy-what-we-collect-desc-
p2':'Aqu\u00ed tienes un ejemplo de la informaci\u00f3n que utilizamos para predecir qu\u00e9 otras aplicaciones te
pueden interesar en funci\u00f3n de tus interacciones con esta:',
'privacy-what-we-collect-desc-p3':'Esta informaci\u00f3n nos permitir\u00eda mostrarte anuncios de otros juegos que
te pueden gustar y personalizar la experiencia de juego en la medida de lo posible. Por ejemplo, ordenar la tienda del
juego en funci\u00f3n de las herramientas o los contenidos adicionales que m\u00e1s te pueden interesar, o modificar
la experiencia de acuerdo con tu nivel de habilidad.','privacy-what-we-collect-desc-p4':'Solo conservamos los datos
personales durante 30 d\u00edas. Sin embargo, es posible que guardemos un informe de transacciones creado a partir
de tu informaci\u00f3n personal durante 180 d\u00edas con fines de facturaci\u00f3n y prevenci\u00f3n del fraude.',
'privacy-what-we-collect-sub-title':'Qu\u00e9 recopilan nuestros socios (medidas y datos
demogr\u00e1ficos)','privacy-what-we-collect-desc-p5':'Nuestros socios pueden utilizar tu identificador de publicidad
y tu direcci\u00f3n IP para crear un perfil de ti seg\u00fan tus preferencias y la informaci\u00f3n demogr\u00e1fica de
tu entorno dom\u00e9stico. Esta informaci\u00f3n puede incluir elementos como el estado civil o los ingresos
aproximados. Consulta las pol\u00edticas de privacidad de nuestros socios para saber c\u00f3mo puedes acceder a tus
datos o eliminarlos.',
'privacy-what-we-collect-desc-p6':'Tambi\u00e9n es posible que se recopile informaci\u00f3n de tu tel\u00e9fono,
como la fuerza que ejerces al tocar la pantalla (medida de los puntos de presi\u00f3n). Nuestros socios recopilan esa
informaci\u00f3n con el objetivo de prevenir el fraude, ya que de este modo pueden evaluar si una persona real
interact\u00faa con la aplicaci\u00f3n (puntos de presi\u00f3n irregulares) o si lo hace un bot creado con fines
maliciosos para enga\u00f1ar a las redes publicitarias.',
'privacy-using':'Utiliza un {0}','privacy-located-in':'Se encuentra en {0}','privacy-used-this-app':'Ha utilizado la
aplicaci\u00f3n {0} veces esta semana','privacy-seen-ads':'Ha visto {0} anuncios en esta aplicaci\u00f3n','privacy-
installed-based-on':'Ha instalado {0} aplicaciones basadas en esos anuncios','privacy-data-transfer-title':'Transferencia
de datos fuera de la UE','privacy-data-transfer-desc':'Ten en cuenta que Unity puede enviar y tratar tus datos en
servidores ubicados en los Estados Unidos. Nos hemos comprometido mediante acuerdos internos y con nuestros
socios de procesamiento de datos a tratar tus datos con el mismo nivel de protecci\u00f3n que proporciona el Espacio
Econ\u00f3mico Europeo a los datos obtenidos en dicha regi\u00f3n. Para obtener m\u00e1s informaci\u00f3n sobre
las transferencias de datos, consulta la <a href="https://unity3d.com/legal/privacy-policy">pol\u00edtica de
privacidad</a> de Unity.',
'privacy-third-party-title':'Ver nuestros socios publicitarios','privacy-changing-privacy-choice-title':'C\u00f3mo
cambiar tus opciones de privacidad','privacy-changing-privacy-choice-text':'Puedes acceder a estas opciones tocando
el icono de privacidad de datos de Unity cuando veas un anuncio o despu\u00e9s de que desaparezca.','privacy-our-
privacy-policy-title':'Nuestra pol\u00edtica de privacidad','privacy-our-privacy-policy-desc':'Nuestra <a
href="https://unity3d.com/legal/privacy-policy">pol\u00edtica de privacidad</a> explica c\u00f3mo gestionamos tus
datos, lo que incluye c\u00f3mo y d\u00f3nde los transferimos para su tratamiento y c\u00f3mo trabajamos con
nuestros socios publicitarios. Estos socios pueden recopilar informaci\u00f3n sobre tu identificador de publicidad de
fuentes ajenas a Unity para personalizar a\u00fan m\u00e1s los anuncios que ves. Consulta las pol\u00edticas de
privacidad de estos socios para ver los datos que pueden haber recopilado.',
'privacy-settings-title':'Configuraci\u00f3n de privacidad','privacy-settings-personalization-
settings':'Configuraci\u00f3n de personalizaci\u00f3n','privacy-settings-manage-your-data':'Gestiona tus
datos','privacy-settings-manage-your-data-desc':'Haz clic <span class="delete-your-data-link page-
link">aqu\u00ed</span> para eliminar todos los datos que Unity tenga sobre tu dispositivo.','privacy-settings-manage-
your-data-are-you-sure':'\u00bfEst\u00e1s seguro?','privacy-settings-manage-your-data-yes':'S\u00ed',
'privacy-settings-manage-your-data-no':'No','privacy-settings-manage-your-data-deletion-msg':'Tramitaremos tu
solicitud y eliminaremos tus datos en un plazo de 30 d\u00edas. Tambi\u00e9n\nte daremos de baja de los anuncios
personalizados de forma inmediata. Ten en cuenta que es posible que guardemos un informe de transacciones creado a
partir de tu informaci\u00f3n personal durante 180 d\u00edas con fines de facturaci\u00f3n y prevenci\u00f3n del
fraude.','privacy-settings-report-ad':'Denunciar anuncio',
'privacy-settings-build-info':'Informaci\u00f3n de la compilaci\u00f3n','privacy-settings-close':'Cerrar',disagree:'No,
gracias','age-gate-title':'Antes de empezar, por favor verifica tu edad','age-gate-text':'Para asegurarnos de que te
estamos ofreciendo la mejor experiencia de juego, lo cual incluye tus opciones de privacidad y la protecci\u00f3n de
la misma, por favor confirma tu edad:','age-gate-over-age-limit-btn':'Tengo {0} a\u00f1os o m\u00e1s','age-gate-
under-age-limit-btn':'Tengo {0} a\u00f1os o menos'},
mraid:{Sponsored:'Patrocinado','Try the playable demo':'Prueba la demo','privacy-legitimate-interest-pop-up-1':'Unity
est\u00e1 personalizando tu experiencia de anuncios comerciales en esta aplicaci\u00f3n. ','privacy-legitimate-
interest-pop-up-2':'Haz clic aqu\u00ed ','privacy-legitimate-interest-pop-up-3':'para enterarte m\u00e1s sobre Unity y
tus opciones de privacidad.'},privacy:{'privacy-legitimate-interest-pop-up-1':'Unity est\u00e1 personalizando tu
experiencia de anuncios comerciales en esta aplicaci\u00f3n. ',
'privacy-legitimate-interest-pop-up-2':'Haz clic aqu\u00ed ','privacy-legitimate-interest-pop-up-3':'para enterarte
m\u00e1s sobre Unity y tus opciones de privacidad.','privacy-dialog-title':'Un mensaje de Unity acerca de tu
privacidad','privacy-dialog-text-li-p1':'Los anuncios les permiten a los programadores ofrecerle al p\u00fablico
aplicaciones geniales gratis. Tratamos de mostrar las aplicaciones y productos que te sean m\u00e1s interesantes y
para eso nos basamos en las aplicaciones que juegas, los dispositivos que usas y el pa\u00eds en el que est\u00e1s.',
'privacy-dialog-text-li-p2':'La mayor\u00eda de la informaci\u00f3n que usamos est\u00e1 basada en el identificador
de publicidad de tu dispositivo (El identificador de publicidad de Apple o el Identificador de publicidad de Google) y
tu direcci\u00f3n IP.','privacy-dialog-text-li-p3-1':'Nuestra ','privacy-dialog-text-li-p3-2':'Pol\u00edtica de
privacidad','privacy-dialog-text-li-p3-3':' explica c\u00f3mo manejamos tus datos y c\u00f3mo trabajamos con socios
que proporcionan anuncios. Estos socios tal vez recojan informaci\u00f3n sobre tu identificador de publicidad de
fuentes fuera de Unity para personalizar los anuncios que ves a\u00fan m\u00e1s. Por favor, visita las pol\u00edticas
de privacidad de esos terceros para revisar la informaci\u00f3n recopilada que puedan tener.',
'privacy-dialog-text-li-p4':'De las interacciones que tienes con esta aplicaci\u00f3n, aqu\u00ed tienes un ejemplo de la
informaci\u00f3n que usamos para predecir otras que te podr\u00edan interesar:','privacy-dialog-text-li-p5-
header':'Selection','privacy-dialog-text-li-p5-header-ccpa':'Personalizaci\u00f3n','privacy-dialog-text-li-p5':'Puedes
escoger continuar teniendo una experiencia personalizada o tener una g\u00e9nerica. Esto se aplica tanto a la
publicidad que viene directamente de Unity como tambi\u00e9n a la de sus socios de publicidad.',
'privacy-using':'Usa un {0}','privacy-located-in':'Localizado en {0}','privacy-used-this-app':'Us\u00f3 esta
aplicaci\u00f3n {0} veces esta semana','privacy-seen-ads':'Ha visto {0} anuncios en esta aplicaci\u00f3n','privacy-
installed-based-on':'Instal\u00f3 {0} aplicaciones basado en esos anuncios','privacy-dialog-text-li-agree-radio-button-
ccpa':'S\u00ed, estoy de acuerdo con tener una experiencia personalizada. Esto significa que est\u00e1s escogiendo
una Inclusi\u00f3n voluntaria.','privacy-dialog-text-li-disagree-radio-button-ccpa':'No, no quiero una experiencia
personalizada. Esto significa que est\u00e1s escogiendo una Exclusi\u00f3n voluntaria.',
'privacy-dialog-text-li-p6-header':'Cambiar tu opci\u00f3n de privacidad','privacy-dialog-text-li-p6':'Puedes acceder
estas opciones a cualquier momento haciendo clic en el icono de Privacidad de datos de Unity cuando aparezca un
anuncio o despu\u00e9s.','privacy-dialog-text-li-p7-header':'Data Management','privacy-dialog-text-li-p7-header-
ccpa':'Borrar datos','privacy-dialog-text-li-p7-1':'You can delete any data Unity has about your device by clicking
','privacy-dialog-text-li-p7-2':'here','privacy-dialog-text-li-p7-3':'.',
'privacy-dialog-text-li-p7-1-ccpa':'Puedes borrar cualquier dato que Unity tenga sobre tu dispositivo haciendo clic
','privacy-dialog-text-li-p7-2-ccpa':'aqu\u00ed','privacy-dialog-text-li-p7-3-ccpa':'.','privacy-dialog-text-li-p7-data-
request-info':'*Por favor ten en cuenta que si ya tienes una solicitud de divulgaci\u00f3n de datos tramit\u00e1ndose,
es posible que los datos que est\u00e1s solicitando sean borrados para este juego no est\u00e9n incluidos en ese
informe.','privacy-dialog-text-li-p7-are-you-sure':'\u00bfEst\u00e1s seguro? ',
'privacy-dialog-text-li-p7-yes':'S\u00ed ','privacy-dialog-text-li-p7-no':'No','privacy-dialog-text-li-p7-data-deletion-
text':'We will process your request and your data for profile purposes will be deleted in 30 days. We will also opt you
out of personalized ads immediately. Please note we may retain your data for invoicing and fraud prevention purposes
for 180 days.','privacy-dialog-text-li-p7-data-deletion-text-ccpa':'Vamos a procesar tu solicitud y borraremos tus
datos.. Por favor ten en cuenta que en cuanto a tu perfil este proceso tardar\u00e1 30 d\u00edas en completarse.
Tambi\u00e9n te excluiremos de anuncios personalizados inmediatamente. Es posible que retengamos tus datos para
prop\u00f3sitos de facturaci\u00f3n y de prevenci\u00f3n del fraude por 180 d\u00edas.',
'privacy-dialog-text-failed-age-gate-p1':'This advertisement has been served by Unity Ads. As you have indicated that
you are under 18 years old we deliver ads to you based on contextual data (e.g., the game you are playing).','privacy-
dialog-text-failed-age-gate-p2-1':'Please review our ','privacy-dialog-text-failed-age-gate-p2-2':'Privacy
Policy','privacy-dialog-text-failed-age-gate-p2-3':' for a full description of our data practices. You can view your
privacy settings at any time by tapping the Unity Data Privacy icon when or after an ad appears.',
'privacy-dialog-text-failed-age-gate-p1-ccpa':'Este anuncio ha sido provisto por Unity Ads. En esta aplicaci\u00f3n te
estamos entregando anuncios que se basan en tu data contextual, tal como el juego que est\u00e1s jugando.','privacy-
dialog-text-failed-age-gate-p2-1-ccpa':'Por favor, revisa nuestra ','privacy-dialog-text-failed-age-gate-p2-2-
ccpa':'Pol\u00edtica de privacidad','privacy-dialog-text-failed-age-gate-p2-3-ccpa':' para una descripci\u00f3n
completa de nuestras pr\u00e1cticas con respecto a los datos. Puedes ver nuestras configuraciones de privacidad en
cualquier momento haciendo click en el icono de privacidad de datos de Unity cuando aparezca un anuncio o
despu\u00e9s.',
'privacy-dialog-text-coppa-p1':'Este anuncio ha sido provisto por Unity Ads. El programador de esta aplicaci\u00f3n
ha habilitado controles de privacidad para crear una experiencia que te permita proteger m\u00e1s tu privacidad o para
indicar que esta aplicaci\u00f3n est\u00e1 dirigida a ni\u00f1os menores de 13 a\u00f1os. Como resultado, te
entregamos anuncios que solo est\u00e1n basados en tus datos contextuales; por ejemplo, el juego que est\u00e1s
jugando.','privacy-dialog-text-coppa-p2-1':'Por favor, revisa nuestra ',
'privacy-dialog-text-coppa-p2-2':'Pol\u00edtica de privacidad','privacy-dialog-text-coppa-p2-3':' para una
descripci\u00f3n completa de nuestras pr\u00e1cticas con respecto a los datos. Puedes ver nuestras configuraciones de
privacidad en cualquier momento haciendo click en el icono de privacidad de datos de Unity cuando aparezca un
anuncio o despu\u00e9s.','privacy-dialog-button-confirm':'Confirmar','privacy-dialog-button-close':'Cerrar','privacy-
data-request-header':'Solicita tus datos','privacy-data-request-text':'Es tu derecho el solicitar los datos que hemos
recogido sobre ti en este juego. Para poder hacerlo, por favor facil\u00edtanos tu direcci\u00f3n de correo
electr\u00f3nico para as\u00ed poder compartir contigo un enlace seguro y personalizado que lleva a la p\u00e1gina
de solicitud de datos. No vamos a usar tu direcci\u00f3n de correo electr\u00f3nico para ning\u00fan otro
prop\u00f3sito.',
'privacy-data-request-submit':'Enviar','privacy-data-request-email-input-placeholder':'Ingresar direcci\u00f3n de correo
electronico','privacy-data-request-confirmation-message':'Gracias. Deber\u00edas recibir un correo electr\u00f3nico
con un enlace a los datos que has solicitado muy pronto.','privacy-data-request-fail-message':'Has agotado el
n\u00famero m\u00e1ximo de intentos. Por favor, intenta solicitar tus datos nuevamente en 24 horas.','privacy-data-
request-error-message':'Error: Por favor, int\u00e9ntalo nuevamente m\u00e1s tarde',
'privacy-captcha-description':'Necesitamos verificar que el usuario es humano. Por favor, revisa las 16 im\u00e1genes
siguientes y selecciona las que no concuerdan con el tema.','privacy-captcha-success-message':'Confirmado','privacy-
captcha-retry-message':'Incorrecto. Por favor, int\u00e9ntalo otra vez','privacy-data-nwo-header':'Cancelaci\u00f3n de
personalizaci\u00f3n en toda la red','privacy-data-nwo-text-opt-out-description':'Tiene la posibilidad de renunciar
voluntariamente a una experiencia personalizada en toda la plataforma Unity. Esto aplica tanto a los anuncios
procedentes directamente de Unity, as\u00ed como de sus socios publicitarios, adem\u00e1s de las experiencias
personalizadas que proporcionan los servicios de Unity. Tenga en cuenta que esta opci\u00f3n aplica a todas sus
aplicaciones, a los anuncios o experiencias que ofrece Unity.',
'privacy-data-nwo-text-opt-out-button':'Cancelar personalizaci\u00f3n en toda la red','privacy-data-nwo-text-opt-in-
description':'Si quiere volver a habilitar una experiencia personalizada en toda la red, puede revertir la
cancelaci\u00f3n haciendo clic ','privacy-data-nwo-text-opt-in-link':'aqu\u00ed. ','privacy-data-nwo-text-opt-in-
description-2':'. Tenga en cuenta que esto volver\u00e1 a habilitar una experiencia totalmente personalizada en todas
las aplicaciones que usan la plataforma Unity, lo cual depende de las elecciones de privacidad que haga en cada
aplicaci\u00f3n.',
'privacy-data-nwo-text-opt-in-ccpa-header':'Actualizaci\u00f3n de aviso de CCPA','privacy-data-nwo-text-opt-in-
ccpa-description':'Please note that if you have already performed a network-wide opt-out, Unity will continue to honor
your prior privacy choice and no further opt-out election needs to be made at this time.','privacy-data-nwoo-
confirmation-message':'Est\u00e1s escogiendo una Exclusi\u00f3n voluntaria en toda la red','privacy-data-nwoi-
confirmation-message':'Est\u00e1s escogiendo una Inclusi\u00f3n voluntaria en toda la red',
'privacy-settings-report-ad':'Denunciar anuncio','privacy-settings-build-info':'Informaci\u00f3n de la
compilaci\u00f3n'}},'fr.*':{endscreen:{Ratings:'Notes','Download For Free':'T\u00e9l\u00e9chargement
g r a t u i t ' , ' I n s t a l l N o w ' : ' I n s t a l l e r
maintenant',Install:'Installer',GET:'OBTENIR',Get:'Obtenir',Free:'Gratuit'},videoScreen:{'Learn More':"Plus
d'infos",'Download For Free':'T\u00e9l\u00e9chargement gratuit','Install Now':'Installer
maintenant',Install:'Installer',GET:'OBTENIR',Get:'Obtenir',Sponsored:'Sponsoris\u00e9',
'close-reward-dialog-title':'Fermer la vid\u00e9o?','close-reward-dialog-desc':'Vous allez perdre votre
r\u00e9compense.','close-reward-dialog-close-btn':'FERMER LA VID\u00c9O','close-reward-dialog-resume-
btn':'REPRENDRE LA VID\u00c9O',Free:'Gratuit'},consent:{'homepage-title':'Autorisez-vous les cookies Unity
\u00e0 collecter et \u00e0 utiliser vos donn\u00e9es pour personnaliser vos publicit\u00e9s et votre
exp\u00e9rience\u00a0?','homepage-main-text':'Unity et nos <span class="third-parties-link page-link">partenaires
externes</span> collectent <span class="data-link page-link">des donn\u00e9es</span>, notamment <span
class="demographic-link page-link">des informations \u00e0 caract\u00e8re d\u00e9mographique</span>, et utilisent
<span class="mobile-identifiers-link page-link">les identifiants des mobiles</span> pour <span
class="personalization-link page-link">personnaliser</span> et <span class="measurement-link page-
link">\u00e9valuer</span> les publicit\u00e9s et l\'exp\u00e9rience de jeu. Vous pouvez acc\u00e9der \u00e0 ces
options \u00e0 tout moment en vous rendant sur l\'ic\u00f4ne de la politique de confidentialit\u00e9 Unity, pendant ou
apr\u00e8s l\'affichage d\'une publicit\u00e9.',
'homepage-accept-all':"J'accepte",'homepage-show-my-choices':'Configurer','my-choices-title':'Autorisez-vous les
cookies Unity \u00e0 collecter et \u00e0 utiliser vos donn\u00e9es pour personnaliser vos publicit\u00e9s et votre
exp\u00e9rience\u00a0?','my-choices-text':"Unity et nos partenaires externes collectent des donn\u00e9es, notamment
des informations \u00e0 caract\u00e8re d\u00e9mographique, et utilisent les identifiants des mobiles pour
personnaliser et \u00e9valuer les publicit\u00e9s et l'exp\u00e9rience de jeu. Vous pouvez acc\u00e9der \u00e0 ces
options \u00e0 tout moment en vous rendant sur l'ic\u00f4ne de la politique de confidentialit\u00e9 Unity, pendant ou
apr\u00e8s l'affichage d'une publicit\u00e9.",
'my-choices-switch-game-experience':"J'accepte que mes donn\u00e9es soient utilis\u00e9es pour me fournir une
exp\u00e9rience de jeu personnalis\u00e9e",'my-choices-switch-personalized-ads':"J'accepte l'affichage de
publicit\u00e9s et de contenu in-app Unity personnalis\u00e9s",'my-choices-switch-personalized-third-
party':"J'accepte \u00e9galement les publicit\u00e9s et les mesures, y compris la collecte de donn\u00e9es
d\u00e9mographiques et autres par des partenaires externes",'my-choices-back':'Retour',
'save-my-choices':'Sauvegarder mes pr\u00e9f\u00e9rences','agree-to-all':'Tout accepter','no-thanks':'Non
merci','privacy-what-we-collect-title':'Informations collect\u00e9es et utilisation','privacy-what-we-collect-desc-
p1':"La plupart des informations utilis\u00e9es pour ce service de personnalisation sont bas\u00e9es sur l'identifiant
publicitaire de votre appareil (l'identifiant de publicit\u00e9 Apple ou Google) et sur votre adresse IP.",'privacy-what-
we-collect-desc-p2':'Voici un exemple des informations que nous pouvons collecter et utiliser lors de votre interaction
avec cette application pour pr\u00e9dire quelles autres applications pourraient vous int\u00e9resser\u00a0:',
'privacy-what-we-collect-desc-p3':"Nous utiliserions ces informations pour vous montrer des publicit\u00e9s pour
d'autres jeux que vous pourriez appr\u00e9cier et pour personnaliser l'exp\u00e9rience de jeu lorsque c'est possible.
Ces op\u00e9rations peuvent inclure de modifier l'affichage de la boutique du jeu en proposant les outils et
suppl\u00e9ments que vous \u00eates plus susceptible d'utiliser, ou de modifier votre exp\u00e9rience de jeu pour
l'adapter \u00e0 votre niveau de ma\u00eetrise.",
'privacy-what-we-collect-desc-p4':'Nous conservons les donn\u00e9es personnelles pour une dur\u00e9e maximale de
30\u00a0jours. Cependant, il est possible que nous conservions pendant 180\u00a0jours un historique des
transactions, qui utilise vos donn\u00e9es personnelles, \u00e0 des fins de facturation et de r\u00e9pression des
fraudes.','privacy-what-we-collect-sub-title':'Donn\u00e9es collect\u00e9es par nos partenaires (informations
d\u00e9mographiques et mesures)','privacy-what-we-collect-desc-p5':"Nos partenaires peuvent utiliser votre
identifiant publicitaire et votre adresse IP pour vous cr\u00e9er un profil en fonction de vos pr\u00e9f\u00e9rences et
des informations d\u00e9mographiques de votre foyer. Ces informations d\u00e9mographiques peuvent inclure des
\u00e9l\u00e9ments tels que votre statut matrimonial ou votre niveau de revenus. Consultez les politiques de
confidentialit\u00e9 de nos partenaires pour voir comment acc\u00e9der aux informations qu'ils poss\u00e8dent
\u00e0 votre \u00e9gard et comment les supprimer.",
'privacy-what-we-collect-desc-p6':"Ces donn\u00e9es collect\u00e9es peuvent concerner votre t\u00e9l\u00e9phone,
par exemple la fa\u00e7on dont vous appuyez sur l'\u00e9cran (mesure de la pression). L'objectif de nos partenaires
est d'emp\u00eacher toute tentative de fraude en \u00e9valuant si l'application est utilis\u00e9e par une vraie personne
(pression irr\u00e9guli\u00e8re) ou par un robot introduit sur le march\u00e9 par un acteur malveillant qui cherche
\u00e0 tromper les r\u00e9seaux publicitaires.",
'privacy-using':'Vous utilisez un {0}','privacy-located-in':'Vous \u00eates en {0}','privacy-used-this-app':"Vous avez
utilis\u00e9 l'application \u00e0 {0} reprises cette semaine",'privacy-seen-ads':"Vous avez vu {0} publicit\u00e9s
dans l'application",'privacy-installed-based-on':'Vous avez install\u00e9 {0} application \u00e0 partir de ces
publicit\u00e9s','privacy-data-transfer-title':"Transfert des donn\u00e9es hors de l'Union europ\u00e9enne",'privacy-
data-transfer-desc':'Il est possible que Unity transf\u00e8re et traite vos donn\u00e9es sur des serveurs situ\u00e9s aux
\u00c9tats-Unis. Nous nous engageons \u00e0 traiter vos donn\u00e9es avec le m\u00eame niveau de protection que
celui offert dans l\'Espace \u00e9conomique europ\u00e9en, si elles sont collect\u00e9es dans cette r\u00e9gion du
monde. Nous avons pour cela sign\u00e9 et appliqu\u00e9 des contrats en interne et avec des gestionnaires externes.
Pour plus d\'informations sur les transferts, consultez la <a href="https://unity3d.com/legal/privacy-policy">politique
de confidentialit\u00e9 de Unity</a>.',
'privacy-third-party-title':'Consulter la liste de nos partenaires publicitaires','privacy-changing-privacy-choice-
title':'Modifier vos pr\u00e9f\u00e9rences de confidentialit\u00e9','privacy-changing-privacy-choice-text':"Vous
pouvez acc\u00e9der \u00e0 ces options \u00e0 tout moment en vous rendant sur l'ic\u00f4ne de la politique de
confidentialit\u00e9 Unity, pendant ou apr\u00e8s l'affichage d'une publicit\u00e9.",'privacy-our-privacy-policy-
title':'Notre politique de confidentialit\u00e9','privacy-our-privacy-policy-desc':'Notre <a
href="https://unity3d.com/legal/privacy-policy">politique de confidentialit\u00e9</a> explique la fa\u00e7on dont
nous g\u00e9rons vos donn\u00e9es, notamment comment et dans quelles r\u00e9gions du monde nous les
transf\u00e9rons \u00e0 des fins de traitement. Elle indique aussi les modalit\u00e9s de notre collaboration avec les
partenaires qui proposent des publicit\u00e9s. Ces partenaires peuvent collecter des informations sur votre identifiant
publicitaire de sources tierces, pour personnaliser encore davantage le service. Consultez les politiques de
confidentialit\u00e9 de ces tierces parties pour savoir quelles donn\u00e9es elles collectent.',
'privacy-settings-title':'Param\u00e8tres de confidentialit\u00e9','privacy-settings-personalization-settings':'Modifier
mon profil','privacy-settings-manage-your-data':'G\u00e9rer vos donn\u00e9es','privacy-settings-manage-your-data-
desc':'Vous pouvez supprimer toute donn\u00e9e relative \u00e0 votre appareil que poss\u00e8de Unity en cliquant
<span class="delete-your-data-link page-link">ici</span>.','privacy-settings-manage-your-data-are-you-sure':'Vous
\u00eates s\u00fbr(e)\u00a0?','privacy-settings-manage-your-data-yes':'Oui',
'privacy-settings-manage-your-data-no':'Non','privacy-settings-manage-your-data-deletion-msg':'Nous allons traiter
votre requ\u00eate et supprimer vos donn\u00e9es sous 30\u00a0jours. Vous \u00eates aussi d\u00e9sinscrit d\u00e8s
\u00e0 pr\u00e9sent du service de publicit\u00e9s personnalis\u00e9es. Attention\u00a0: il est possible que nous
conservions un historique des transactions utilisant vos informations personnelles pendant 180\u00a0jours, \u00e0 des
fins de facturation et de r\u00e9pression des fraudes.',
'privacy-settings-report-ad':'Signaler une publicit\u00e9','privacy-settings-build-info':'Informations de
version','privacy-settings-close':'Retour',disagree:'Non merci'},mraid:{Sponsored:'Sponsoris\u00e9','Try the playable
demo':'Essayez la d\u00e9mo jouable'}},'tr.*':{endscreen:{Ratings:'Oylar','Download For Free':'Bedava indir','Install
N o w ' : ' \ u 0 1 5 e i m d i
Kur',Install:'Y\u00fckle',GET:'\u0130ND\u0130R',Get:'\u0130ndir',Free:'\u00fccretsiz'},videoScreen:{'Learn
More':'Daha fazla bilgi','Download For Free':'Bedava indir',
' I n s t a l l N o w ' : ' \ u 0 1 5 e i m d i
Kur',Install:'Y\u00fckle',GET:'\u0130ND\u0130R',Get:'\u0130ndir',Sponsored:'Sponsorlu\u011funda','close-reward-
dialog-title':'Video Kapat\u0131ls\u0131n m\u0131?','close-reward-dialog-desc':'\u00d6d\u00fcl\u00fcn\u00fcz\u00fc
kaybedeceksiniz','close-reward-dialog-close-btn':'V\u0130DEOYU KAPAT','close-reward-dialog-resume-
b t n ' : ' V \ u 0 1 3 0 D E O Y U
S\u00dcRD\u00dcR',Free:'\u00fccretsiz'}},da_DK:{endscreen:{Ratings:'Anmeldelser','Download For
Free':'Download gratis','Install Now':'Install\u00e9r nu',
Install:'Installer',GET:'HENT',Get:'Hent',Free:'Gratis'},videoScreen:{'Learn More':'Mere information','Download For
F r e e ' : ' D o w n l o a d g r a t i s ' , ' I n s t a l l N o w ' : ' I n s t a l l \ u 0 0 e 9 r
nu',Install:'Installer',GET:'HENT',Get:'Hent',Sponsored:'Sponsoreret','close-reward-dialog-title':'Luk video?','close-
reward-dialog-desc':'Du mister din bel\u00f8nning','close-reward-dialog-close-btn':'LUK VIDEO','close-reward-
dialog-resume-btn':'GENOPTAG VIDEO',Free:'Gratis'}},'nb.*':{endscreen:{Ratings:'Anmeldelser','Download For
Free':'Last ned gratis',
'Install Now':'Installere n\u00e5',Install:'Installer',GET:'HENT',Get:'Hent',Free:'Gratis'},videoScreen:{'Learn
More':'Les mer','Download For Free':'Last ned gratis','Install Now':'Installere
n\u00e5',Install:'Installer',GET:'HENT',Get:'Hent',Sponsored:'Sponset','close-reward-dialog-title':'Vil du lukke
videoen?','close-reward-dialog-desc':'Du mister bel\u00f8nningen din','close-reward-dialog-close-btn':'LUKK
V I D E O E N ' , ' c l o s e - r e w a r d - d i a l o g - r e s u m e - b t n ' : ' G J E N O P P T A
VIDEOEN',Free:'Gratis'}},'lt.*':{endscreen:{Ratings:'\u012evertinimai',
'Download For Free':'Atsisi\u0173sti nemokamai','Install
Now':'Atsisi\u0173sti',Install:'\u012ediegti',GET:'GET',Get:'Get',Free:'Nemokamai'},videoScreen:{'Learn
More':'Daugiau informacijos','Download For Free':'Atsisi\u0173sti nemokamai','Install
Now':'Atsisi\u0173sti',Install:'\u012ediegti',GET:'GET',Get:'Get',Sponsored:'Remiama','close-reward-dialog-
title':'U\u017edaryti vaizdo \u012fra\u0161\u0105?','close-reward-dialog-desc':'Prarasite premij\u0105','close-reward-
dialog-close-btn':'U\u017dDARYTI VAIZDO \u012eRA\u0160\u0104',
' c l o s e - r e w a r d - d i a l o g - r e s u m e - b t n ' : ' T \ u 0 1 1 8 S T I V A I Z D O
\u012eRA\u0160\u0104',Free:'Nemokamai'}},'is.*':{endscreen:{Ratings:'Einkunnir','Download For Free':'Fr\u00edtt
Ni\u00f0urhal','Install Now':'Setja upp',Install:'Setja upp',GET:'GET',Get:'Get',Free:'Fr\u00edtt'},videoScreen:{'Learn
More':'L\u00e6ra meira','Download For Free':'Fr\u00edtt Ni\u00f0urhal','Install Now':'Setja upp',Install:'Setja
upp',GET:'GET',Get:'Get',Sponsored:'Augl\u00fdsing','close-reward-dialog-title':'Loka myndskei\u00f0i?','close-
reward-dialog-desc':'\u00de\u00fa munt tapa ver\u00f0laununum \u00fe\u00ednum',
'close-reward-dialog-close-btn':'LOKA MYNDSKEI\u00d0I','close-reward-dialog-resume-btn':'HALDA
\u00c1FRAM MYNDSKEI\u00d0I',Free:'Fr\u00edtt'}},'ro.*':{endscreen:{Ratings:'Note','Download For
F r e e ' : ' D e s c a r c \ u 0 1 0 3 g r a t i s ' , ' I n s t a l l
Now':'Descarc\u0103',Install:'Instala\u021bi',GET:'OB\u021aINE\u021aI',Get:'Ob\u021bine\u021bi',Free:'Gratis'},vid
eoScreen:{'Learn More':'Afl\u0103 mai multe','Download For Free':'Descarc\u0103 gratis','Install
Now':'Descarc\u0103',Install:'Instala\u021bi',GET:'OB\u021aINE\u021aI',
Get:'Ob\u021bine\u021bi',Sponsored:'Reclam\u0103','close-reward-dialog-title':'\u00cenchide\u021bi
videoclipul?','close-reward-dialog-desc':'Ve\u021bi pierde recompensa','close-reward-dialog-close-
btn':'\u00ceNCHIDE\u021aI VIDEOCLIPUL','close-reward-dialog-resume-btn':'RELUA\u021aI
VIDEOCLIPUL',Free:'Gratis'}},pt_BR:{endscreen:{Ratings:'Ratings','Download For Free':'Download For
Free',Downloading:'Downloading','Download completed':'Download completed','Download failed due to insufficient
space':'Download failed due to insufficient space',
'Download failed because file already exists':'Download failed because file already exists','Download failed due
network error':'Download failed due network error','Download canceled':'Download canceled','Download
failed':'Download failed','Download is queued':'Download is queued','Download paused':'Download
paused','Download paused due to network':'Download paused due to network','Download is retrying':'Download is
retrying','Download already enqueued':'Download already enqueued','Opening browser to complete
download':'Opening browser to complete download',
'Enqueuing is in progress':'Enqueuing is in progress','Safe to resume game':'Safe to resume game','privacy-legitimate-
interest-pop-up-1':'A Unity est\u00e1 personalizando sua experi\u00eancia de an\u00fancios deste aplicativo.
','privacy-legitimate-interest-pop-up-2':'Toque aqui ','privacy-legitimate-interest-pop-up-3':'para saber mais sobre a
Unity e suas op\u00e7\u00f5es de privacidade.','Install Now':'Install
Now',Install:'Installa',GET:'OBTER',Get:'Obter',Free:'Free'},videoScreen:{'Learn More':'Learn More',
'Download For Free':'Download For Free','Install Now':'Install
Now',Install:'Installa',GET:'OBTER',Get:'Obter','privacy-legitimate-interest-pop-up-1':'A Unity est\u00e1
personalizando sua experi\u00eancia de an\u00fancios deste aplicativo. ','privacy-legitimate-interest-pop-up-2':'Toque
aqui ','privacy-legitimate-interest-pop-up-3':'para saber mais sobre a Unity e suas op\u00e7\u00f5es de
privacidade.',Sponsored:'Patrocinado','close-reward-dialog-title':'Fechar v\u00eddeo?','close-reward-dialog-
desc':'Voc\u00ea perder\u00e1 seu pr\u00eamio',
'close-reward-dialog-close-btn':'FECHAR V\u00cdDEO','close-reward-dialog-resume-btn':'RETOMAR
V\u00cdDEO',Free:'Free'},consent:Gr,mraid:{Sponsored:'Patrocinado','Try the playable demo':'Try the playable
demo','privacy-legitimate-interest-pop-up-1':'A Unity est\u00e1 personalizando sua experi\u00eancia de an\u00fancios
deste aplicativo. ','privacy-legitimate-interest-pop-up-2':'Toque aqui ','privacy-legitimate-interest-pop-up-3':'para saber
mais sobre a Unity e suas op\u00e7\u00f5es de privacidade.'},
privacy:{'privacy-legitimate-interest-pop-up-1':'A Unity est\u00e1 personalizando sua experi\u00eancia de
an\u00fancios deste aplicativo. ','privacy-legitimate-interest-pop-up-2':'Toque aqui','privacy-legitimate-interest-pop-
up-3':'para saber mais sobre a Unity e suas op\u00e7\u00f5es de privacidade. ','privacy-dialog-title':'Uma mensagem
da Unity sobre sua privacidade','privacy-dialog-text-li-p1':'Os an\u00fancios permitem aos desenvolvedores oferecer
excelentes aplicativos de gra\u00e7a. Tentamos mostrar os aplicativos e produtos que ser\u00e3o mais interessantes
com base nos aplicativos nos quais voc\u00ea joga, no dispositivo que voc\u00ea usa e no pa\u00eds onde voc\u00ea
se encontra.',
'privacy-dialog-text-li-p2':'A maioria das informa\u00e7\u00f5es que usamos para essa personaliza\u00e7\u00e3o
\u00e9 baseada no ID de an\u00fancio do seu dispositivo (identificador de an\u00fancio da Apple ou da Google) e no
seu endere\u00e7o IP.','privacy-dialog-text-li-p3-1':'Nossa ','privacy-dialog-text-li-p3-2':'Pol\u00edtica de
Privacidade','privacy-dialog-text-li-p3-3':' explica como gerenciamos seus dados e como trabalhamos com parceiros
que fornecem an\u00fancios. Esses parceiros podem coletar informa\u00e7\u00f5es sobre seu ID de an\u00fancio de
outras fontes al\u00e9m da Unity para personalizar ainda mais os an\u00fancios que voc\u00ea v\u00ea. Visite as
pol\u00edticas de privacidade desses terceiros para analisar os dados compilados que eles possam ter.',
'privacy-dialog-text-li-p4':'Veja a seguir um exemplo das informa\u00e7\u00f5es, obtidas de sua intera\u00e7\u00e3o
com este aplicativo, que usamos para prever quais outros aplicativos podem interessar a voc\u00ea:','privacy-dialog-
text-li-p5-header':'Sele\u00e7\u00e3o','privacy-dialog-text-li-p5':'Voc\u00ea pode optar por continuar a ter uma
experi\u00eancia personalizada ou ter uma experi\u00eancia gen\u00e9rica. Isso se aplicar\u00e1 aos an\u00fancios
que v\u00eam da Unity diretamente e tamb\u00e9m de parceiros de an\u00fancios.',
'privacy-using':'Usando o {0}','privacy-located-in':'Localizado no {0}','privacy-used-this-app':'Usou este aplicativo
{0} vezes nesta semana','privacy-seen-ads':'Viu {0} an\u00fancios neste aplicativo','privacy-installed-based-
on':'Instalou {0} aplicativos com base nestes an\u00fancios','privacy-dialog-text-li-agree-radio-button':'Sim, eu
concordo em ter uma experi\u00eancia personalizada.','privacy-dialog-text-li-disagree-radio-button':'N\u00e3o, eu
n\u00e3o quero ter uma experi\u00eancia personalizada.',
'privacy-dialog-text-li-p6-header':'Altera\u00e7\u00e3o de sua op\u00e7\u00e3o de privacidade','privacy-dialog-text-
li-p6':'Voc\u00ea pode acessar essas informa\u00e7\u00f5es a qualquer momento tocando no \u00edcone de
privacidade de dados da Unity quando ou depois que um an\u00fancio aparecer.','privacy-dialog-text-li-p7-header-
lgpd':'Direitos do titular dos dados','privacy-dialog-text-li-p7-1-lgpd':'A lei geral de prote\u00e7\u00e3o de dados do
Brasil d\u00e1 a voc\u00ea o direito de: ','privacy-dialog-text-li-p7-2-lgpd':'Confirmar o processamento dos seus
dados pela Unity;',
'privacy-dialog-text-li-p7-3-lgpd':'Acessar seus dados;','privacy-dialog-text-li-p7-4-lgpd':'Corrigir seus dados que
estejam incompletos, imprecisos ou desatualizados;','privacy-dialog-text-li-p7-5-lgpd':'Solicitar
anonimiza\u00e7\u00e3o, bloqueio ou elimina\u00e7\u00e3o de dados desnecess\u00e1rios ou excessivos ou dados
processados em n\u00e3o conformidade com a lei geral de prote\u00e7\u00e3o de dados do Brasil;','privacy-dialog-
text-li-p7-6-lgpd':'Transferir seus dados para outros provedores de servi\u00e7os ou fornecedores de produtos;',
'privacy-dialog-text-li-p7-7-lgpd':'Excluir seus dados pessoais quando processados com seu consentimento;','privacy-
dialog-text-li-p7-8-lgpd':'Obter informa\u00e7\u00f5es sobre entidades p\u00fablicas e privadas com as quais a Unity
compartilha seus dados;','privacy-dialog-text-li-p7-9-lgpd':'Obter informa\u00e7\u00f5es sobre a possibilidade de
n\u00e3o fornecer consentimento e sobre as consequ\u00eancias da nega\u00e7\u00e3o;','privacy-dialog-text-li-p7-10-
lgpd':'Revogar seu consentimento com rela\u00e7\u00e3o ao processamento de seus dados quando tentarmos obter
seu consentimento; e',
'privacy-dialog-text-li-p7-11-lgpd':'Apresentar queixas \u00e0s autoridades de prote\u00e7\u00e3o de dados.','privacy-
dialog-text-li-p7-12-lgpd':'Quando aplic\u00e1veis, estes direitos podem ser levados a efeito pelas suas
op\u00e7\u00f5es de privacidade aqui inclu\u00eddas ou de outro modo conforme definido em nossa ','privacy-dialog-
text-li-p7-13-lgpd':'Pol\u00edtica de Privacidade.','privacy-dialog-text-li-p7-header':'Gerenciamento de
dados','privacy-dialog-text-li-p7-1':'Voc\u00ea pode excluir quaisquer dados que a Unity tenha sobre seu dispositivo
clicando',
'privacy-dialog-text-li-p7-2':'aqui','privacy-dialog-text-li-p7-3':'.','privacy-dialog-text-li-p7-data-request-info':'Observe
que, se voc\u00ea j\u00e1 tiver uma solicita\u00e7\u00e3o de divulga\u00e7\u00e3o de dados em andamento, os
dados para os quais est\u00e1 solicitando a exclus\u00e3o neste jogo poder\u00e3o n\u00e3o ser inclu\u00eddos no
relat\u00f3rio.','privacy-dialog-text-li-p7-are-you-sure':'Tem certeza?','privacy-dialog-text-li-p7-yes':'Sim ','privacy-
dialog-text-li-p7-no':'N\u00e3o',
'privacy-dialog-text-li-p7-data-deletion-text':'N\u00f3s processaremos sua solicita\u00e7\u00e3o, e seus dados para
fins de perfil ser\u00e3o exclu\u00eddos. Tamb\u00e9m excluiremos sua op\u00e7\u00e3o de an\u00fancios
personalizados imediatamente. Observe que podemos reter seus dados para fins de faturamento e
preven\u00e7\u00e3o de fraudes por 180 dias.','privacy-dialog-button-confirm':'Confirmar','privacy-dialog-button-
close':'Close','privacy-data-request-header':'Solicite os seus dados','privacy-data-request-text':'Voc\u00ea tem o direito
de solicitar os dados que coletamos sobre voc\u00ea para este jogo. Para isso, informe o seu endere\u00e7o de e-mail
para quepossamos compartilhar um link seguro e personalizado de acesso \u00e0 p\u00e1gina de
solicita\u00e7\u00e3o de dados. O seu endere\u00e7o de e-mail n\u00e3o ser\u00e1 usado para nenhum outro fim.',
'privacy-data-request-submit':'Enviar','privacy-data-request-email-input':'Digite o endere\u00e7o de e-mail','privacy-
data-request-confirmation-message':'Obrigado. Voc\u00ea dever\u00e1 receber um email com o link para solicitar
seus dados em breve.','privacy-data-request-fail-message':'Voc\u00ea atingiu a quantidade m\u00e1xima de tentativas.
Para solicitar seus dados, tente novamente ap\u00f3s 24 horas.','privacy-data-request-error-message':'Erro: tente
novamente mais tarde.','privacy-captcha-description':'Precisamos verificar se o usu\u00e1rio \u00e9 humano. Analise
as 16 imagens a seguir e selecione aquela que n\u00e3o pertence ao tema.',
'privacy-captcha-success-message':'Confirmado','privacy-captcha-retry-message':'Incorreto. Tente
novamente.','privacy-data-nwo-header':'Remo\u00e7\u00e3o em toda a rede','privacy-data-nwo-text-opt-out-
description':'Voc\u00ea pode optar por sua remo\u00e7\u00e3o de uma experi\u00eancia personalizada em toda a
plataforma Unity. Isso se aplicar\u00e1 aos an\u00fancios que v\u00eam da Unity diretamente e tamb\u00e9m de
parceiros de an\u00fancios, al\u00e9m de experi\u00eancias personalizadas oferecidas por servi\u00e7os Unity.
Observe que essa op\u00e7\u00e3o se aplica a todos os seus aplicativos em rela\u00e7\u00e3o aos an\u00fancios ou
experi\u00eancias fornecidas pela plataforma Unity.',
'privacy-data-nwo-text-opt-out-button':'Remo\u00e7\u00e3o da Personaliza\u00e7\u00e3o em toda a rede','privacy-
data-nwo-text-opt-in-description':'Se voc\u00ea quiser reativar uma experi\u00eancia personalizada em toda a rede,
voc\u00ea pode optar por receb\u00ea-la novamente clicando ','privacy-data-nwo-text-opt-in-link':'aqui. ','privacy-
data-nwo-text-opt-in-description-2':'. Observe que isso reativar\u00e1 uma experi\u00eancia personalizada completa
em todos os aplicativos que usam a plataforma Unity, sujeitando-se a quaisquer escolhas de privacidade em
n\u00edvel de aplicativo que voc\u00ea possa fazer ap\u00f3s essa ades\u00e3o.',
'privacy-data-nwoo-confirmation-message':'Eu concordo em ter uma experi\u00eancia personalizada em toda a
rede','privacy-data-nwoi-confirmation-message':'Eu n\u00e3o quero ter uma experi\u00eancia personalizada em toda a
rede','privacy-settings-report-ad':'Reportar um an\u00fancio','privacy-settings-build-info':'Informa\u00e7\u00f5es
sobre a build'}},'pt.*':{endscreen:{Ratings:'Avalia\u00e7\u00f5es','Download For Free':'Baixe de Gra\u00e7a','Install
Now':'Instale Agora',Install:'Instalar',GET:'OBTER',
Get:'Obter',Free:'Gr\u00e1tis'},videoScreen:{'Learn More':'Saiba Mais','Download For Free':'Baixe de
Gra\u00e7a','Install Now':'Instale Agora',Install:'Instalar',GET:'OBTER',Get:'Obter',Sponsored:'Patrocinado','close-
reward-dialog-title':'Fechar v\u00eddeo?','close-reward-dialog-desc':'Voc\u00ea perder\u00e1 seu pr\u00eamio','close-
reward-dialog-close-btn':'FECHAR V\u00cdDEO','close-reward-dialog-resume-btn':'RETOMAR
V\u00cdDEO',Free:'Gr\u00e1tis'},consent:{'homepage-title':'O cookie da plataforma Unity pode recolher e utilizar os
seus dados para personalizar os an\u00fancios apresentados e a sua experi\u00eancia?',
'homepage-main-text':'A Unity e os seus <span class="third-parties-link page-link">parceiros externos</span>
recolher\u00e3o <span class="data-link page-link">dados</span>, incluindo <span class="demographic-link page-
link">informa\u00e7\u00f5es demogr\u00e1ficas</span> e utilizar\u00e3o <span class="mobile-identifiers-link page-
link">identificadores m\u00f3veis</span> para a <span class="personalization-link page-
link">personaliza\u00e7\u00e3o</span> e <span class="measurement-link page-link">medi\u00e7\u00e3o</span> de
an\u00fancios e experi\u00eancia de jogo. Pode aceder a estas op\u00e7\u00f5es a qualquer momento, tocando no
\u00edcone da Privacidade de Dados da Unity quando ou ap\u00f3s a apresenta\u00e7\u00e3o de um an\u00fancio.',
'homepage-accept-all':'Aceitar','homepage-show-my-choices':'Mostrar as minhas escolhas','my-choices-title':'O cookie
da plataforma Unity pode recolher e utilizar os seus dados para personalizar os an\u00fancios apresentados e a sua
experi\u00eancia?','my-choices-text':'A Unity e os seus parceiros externos recolher\u00e3o dados, incluindo
informa\u00e7\u00f5es demogr\u00e1ficas e utilizar\u00e3o identificadores m\u00f3veis para a
personaliza\u00e7\u00e3o e medi\u00e7\u00e3o de an\u00fancios e experi\u00eancia de jogo. Pode aceder a estas
op\u00e7\u00f5es a qualquer momento, tocando no \u00edcone da Privacidade de Dados da Unity quando ou
ap\u00f3s a apresenta\u00e7\u00e3o de um an\u00fancio.',
'my-choices-switch-game-experience':'Concordo com uma experi\u00eancia de jogo personalizada','my-choices-
switch-personalized-ads':'Concordo com a apresenta\u00e7\u00e3o de an\u00fancios e conte\u00fados personalizados
na aplica\u00e7\u00e3o da Unity','my-choices-switch-personalized-third-party':'Tamb\u00e9m concordo com a
apresenta\u00e7\u00e3o de an\u00fancios personalizados e medi\u00e7\u00e3o, incluindo aqueles que utilizam
informa\u00e7\u00f5es demogr\u00e1ficas e outros dados de parceiros externos',
'my-choices-back':'Anterior','save-my-choices':'Guardar as minhas escolhas','agree-to-all':'Concordo com todos','no-
thanks':'N\u00e3o, obrigado','privacy-what-we-collect-title':'Que informa\u00e7\u00f5es recolhemos e como as
utilizamos','privacy-what-we-collect-desc-p1':'A maioria das informa\u00e7\u00f5es que utilizamos para esta
personaliza\u00e7\u00e3o baseia-se no ID de publicidade do seu dispositivo (Identificador de publicidades da Apple
ou Identificador de publicidade da Google) e no seu endere\u00e7o IP.',
'privacy-what-we-collect-desc-p2':'A partir da sua intera\u00e7\u00e3o com esta aplica\u00e7\u00e3o, eis um
exemplo das informa\u00e7\u00f5es que utilizamos para prevermos que outras aplica\u00e7\u00f5es poder\u00e3o ser
do seu interesse:','privacy-what-we-collect-desc-p3':'Utilizar\u00edamos estas informa\u00e7\u00f5es para
mostrarmos an\u00fancios de outros jogos que consideramos poderem ser do seu interesse e personalizarmos a
experi\u00eancia de jogo sempre que poss\u00edvel. Poderia incluir a apresenta\u00e7\u00e3o da loja do jogo de
acordo com as ferramentas e extras que tem mais probabilidade de utilizar ou alterar a experi\u00eancia de jogo para
se ajustar ao seu n\u00edvel de habilidade.',
'privacy-what-we-collect-desc-p4':'S\u00f3 retemos dados pessoais por um per\u00edodo de 30 dias; no entanto,
poderemos manter um registo transacional que utiliza as suas informa\u00e7\u00f5es pessoais por um per\u00edodo
de 180 dias para efeitos de fatura\u00e7\u00e3o e preven\u00e7\u00e3o de fraudes.','privacy-what-we-collect-sub-
title':'O que os nossos parceiros recolhem (medi\u00e7\u00e3o e informa\u00e7\u00f5es demogr\u00e1ficas)','privacy-
what-we-collect-desc-p5':'Os nossos parceiros poder\u00e3o utilizar o seu ID de publicidade e endere\u00e7o IP para
constru\u00edrem um perfil sobre si de acordo com as suas prefer\u00eancias e informa\u00e7\u00f5es
demogr\u00e1ficas do agregado familiar. As informa\u00e7\u00f5es demogr\u00e1ficas poder\u00e3o incluir
elementos como o estado civil ou rendimento aproximado. Consulte as pol\u00edticas de privacidade dos nossos
parceiros para ver como pode aceder ou eliminar as suas informa\u00e7\u00f5es.',
'privacy-what-we-collect-desc-p6':'Tamb\u00e9m poder\u00e3o ser recolhidas informa\u00e7\u00f5es do seu
telem\u00f3vel, incluindo a for\u00e7a exercida no ecr\u00e3 (medi\u00e7\u00e3o do ponto de press\u00e3o). O
motivo pelo qual os nossos parceiros recolhem este tipo de informa\u00e7\u00f5es prende-se com a
preven\u00e7\u00e3o da fraude, avaliando se se trata de uma pessoa real a interagir com a aplica\u00e7\u00e3o
(pontos de press\u00e3o irregulares) ou se se trata de um bot colocado no mercado ilicitamente para tentar ludibriar as
redes de publicidade.',
'privacy-using':'A utilizar {0}','privacy-located-in':'Situado na {0}','privacy-used-this-app':'Utilizou esta
aplica\u00e7\u00e3o {0} vezes esta semana','privacy-seen-ads':'Viu {0} an\u00fancios nesta
aplica\u00e7\u00e3o','privacy-installed-based-on':'Instalou {0} aplica\u00e7\u00f5es com base nesses
an\u00fancios','privacy-data-transfer-title':'Transfer\u00eancia de dados para fora da UE','privacy-data-transfer-
desc':'Note que a Unity poder\u00e1 transferir e processar os seus dados em servidores situados nos Estados Unidos
da Am\u00e9rica. Comprometemo-nos atrav\u00e9s de acordos internos e acordos com processadores externos em
tratar os seus dados com as mesmas salvaguardas que as utilizadas no Espa\u00e7o Econ\u00f3mico Europeu se os
seus dados forem recolhidos nessa regi\u00e3o do mundo. Para obter mais informa\u00e7\u00f5es sobre as
transfer\u00eancias, consulte a <a href="https://unity3d.com/legal/privacy-policy">Pol\u00edtica de Privacidade</a>
da Unity.',
'privacy-third-party-title':'Ver os nossos parceiros de an\u00fancios externos','privacy-changing-privacy-choice-
title':'Alterar a minha escolha de privacidade','privacy-changing-privacy-choice-text':'Pode aceder a estas
op\u00e7\u00f5es a qualquer momento, tocando no \u00edcone da Privacidade de Dados da Unity quando ou
ap\u00f3s a apresenta\u00e7\u00e3o de um an\u00fancio.','privacy-our-privacy-policy-title':'A nossa Pol\u00edtica de
Privacidade','privacy-our-privacy-policy-desc':'A nossa <a href="https://unity3d.com/legal/privacy-
policy">Pol\u00edtica de Privacidade</a> explica como gerimos os seus dados, incluindo como e para onde
transferimos os dados para processamento e como trabalhamos com os parceiros que fornecem os an\u00fancios. Estes
parceiros poder\u00e3o recolher informa\u00e7\u00f5es sobre o seu ID de publicidade a partir de outras fontes que
n\u00e3o a Unity para personalizarem os an\u00fancios apresentados. Consulte as pol\u00edticas de privacidade
destes parceiros externos para rever os dados compilados que poder\u00e3o ter.',
'privacy-settings-title':'Defini\u00e7\u00f5es de privacidade','privacy-settings-personalization-
settings':'Defini\u00e7\u00f5es de personaliza\u00e7\u00e3o','privacy-settings-manage-your-data':'Gerir os seus
dados','privacy-settings-manage-your-data-desc':'Pode eliminar quaisquer dados que a Unity possua sobre o seu
dispositivo, clicando <span class="delete-your-data-link page-link">aqui</span>.','privacy-settings-manage-your-
data-are-you-sure':'Tem a certeza?','privacy-settings-manage-your-data-yes':'Sim',
'privacy-settings-manage-your-data-no':'N\u00e3o','privacy-settings-manage-your-data-deletion-msg':'Processaremos
o seu pedido e os seus dados ser\u00e3o eliminados no prazo de 30 dias. Tamb\u00e9m cancelaremos a sua
subscri\u00e7\u00e3o de an\u00fancios personalizados de imediato. Note que poderemos reter um registo transacional
com as suas informa\u00e7\u00f5es pessoais durante 180 dias para efeitos de fatura\u00e7\u00e3o e
preven\u00e7\u00e3o de fraudes.','privacy-settings-report-ad':'Denunciar an\u00fancio',
'privacy-settings-build-info':'Informa\u00e7\u00f5es da vers\u00e3o','privacy-settings-
close':'Fechar',disagree:'N\u00e3o, obrigado'},mraid:{Sponsored:'Patrocinado','Try the playable demo':'Teste o
demo'}}};Ia._localizedAbbreviations={'en.*':{thousand:'k',million:'m'},'zh.*':{thousand:'\u5343',million:'\u767e\u4e0
7'}};Ma.prototype.render=function(b){var a=this;b.t=this._localization?function(b){return
a._localization.translate(b)}:function(a){return a};return this._templateFunction(b)};Ma._matcher=
/<%=([\s\S]+?)%>|<%([\s\S]+?)%>|$/g;Ma._escapes={"'":"'",'\\':'\\','\r':'r','\n':'n','\u2028':'u2028','\u2029':'u2029'};Ma._
escapeRegExp=/\\|'|\r|\n|\u2028|\u2029/g;Ma._escapeChar=function(b){return'\\'+Ma._escapes[b]};var
ol;(function(b){b.GreenTheme='theme_33cc00';b.BlueTheme='theme_167dfb';b.GrayTheme='theme_7d888d';b.Yello
wTheme='theme_fdbb2d';b.DarkTheme='theme_393a3a';b.LightTheme='theme_fafafa';b.PinkTheme='theme_e51cb0'
;b.OrangeTheme='theme_f7931e'})(ol||(ol={}));var Ok;(function(b){b.Show=
'show';b.Hide='hide';b.TopText='top_text'})(Ok||(Ok={}));var
ak;(function(b){b.Top='top';b.Bottom='bottom'})(ak||(ak={}));var
$o;(function(b){b.Show='show';b.Hide='hide'})($o||($o={}));var
ap;(function(b){b.Show='show';b.Hide='hide'})(ap||(ap={}));var Hr;(function(b){b.SupportYourGame='support-your-
game';b.RecommendedForYou='recommended-for-you';b.SimilarGame='similar-game';b.SomethingNew='something-
n e w ' } ) ( H r | | ( H r = { } ) ) ; v a r
Zo;(function(b){b.Show='show';b.Hide='hide'})(Zo||(Zo={}));U('.r1f2ue17{height:1em;fill:inherit}');
U('.g1od8m6s{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-
webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-
align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:100;bottom:0;background-
color:#fafafa;box-shadow:0 0 15px 0 rgba(0,0,0,.1);padding:.25em;width:100%;box-sizing:border-
box}.gz8xax9{margin:0 .25em;bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-
left)}.g1hdjtf9{padding:.5em;width:90%;text-align:center;font-size:.5em}@media only screen and (-webkit-device-
pixel-ratio:3) and (device-height:812px) and (device-width:375px) and (orientation:portrait){.g1hdjtf9{font-
size:.45em}}.g1uef90t{color:#167dfb}');
var Wk=Lb(function(b){var a=b.onClick,c=void 0===b.className?'':b.className,d=void
0===b.elementIds?{}:b.elementIds,e=pb(b,['onClick','className','elementIds']),f=d.gdprBanner,g=d.gdprButton;d=d.
g d p r L i n k ; r e t u r n
p('div',Object.assign({onClick:a,className:ba('g1od8m6s',c)},rc(f),e,{children:[p(Kq,{color:'black',opacity:.25,eleme
n t I d : g , c l a s s N a m e : ' g z 8 x a x 9 ' } , v o i d 0 ) , '
',p('div',Object.assign({className:'g1hdjtf9'},{children:[b.privacyLegitimateInterestPopUp1,p('span',Object.assign({c
lassName:'g1uef90t'},
rc(d),{children:b.privacyLegitimateInterestPopUp2}),void 0),b.privacyLegitimateInterestPopUp3]}),void 0)]}),void
0)});U('.g16h3e9r{min-width:3.5em;min-height:3.5em;width:3.5em;height:3.5em;border-radius:.4em;background-
size:cover}.v6kwmuc.v6kwmuc{margin-bottom:.8em}.d1sarns0.d1sarns0{margin-bottom:0}@media
(orientation:portrait){.ddtkv0j.ddtkv0j{margin-bottom:0}}');var
bk;(function(b){b.Vertical='vertical';b.Dense='dense';b.DensePortrait='densePortrait'})(bk||(bk={}));var
Rm={},Uu=(Rm[bk.Vertical]=
'v6kwmuc',Rm[bk.Dense]='d1sarns0',Rm[bk.DensePortrait]='ddtkv0j',Rm),Mi=Lb(function(b){var
a=b.onClick,c=b.icon,d=b.variant,e=b.className,f=b.elementId;b=pb(b,['onClick','icon','variant','className','element
I d ' ] ) ; r e t u r n
p('div',Object.assign({className:ba('g16h3e9r',e,d&&Uu[d]),style:{backgroundImage:"url('"+c+"')"},onClick:a},rc(f
),b),void 0)});U('.g1ain7a1{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-
pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-
webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-
bottom:.65em}.g1ain7a1,.v1crreqr.v1crreqr{-webkit-flex-direction:column;-ms-flex-direction:column;flex-
direction:column}.gj75d3a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-
top:.5em;font-size:.6em;color:#888}.ba5o956.ba5o956{font-size:.8em;color:#bbb}');
U('.gb1fnb5{width:11.2em;text-align:center;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-
clamp:2;-webkit-box-orient:vertical}.dl83728.dl83728{text-align:start;font-size:.95em;width:inherit;max-
width:11.2em}@media (orientation:portrait){.d1gkc72w.d1gkc72w{text-align:start;font-
size:.95em;width:inherit;max-width:11.2em}}');U('.g1dea9fv{position:relative;white-space:nowrap;display:inline-
block;vertical-align:middle;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;font-
size:.8em;text-align:center}.g106ae11.g106ae11{position:absolute;overflow:hidden;fill:#ff8e00;z-
index:1}.g12k1x5p.g12k1x5p{fill:#e6e6e6;z-index:0}.gvcqqce{color:#7c7c7c;font-size:.5em;margin-
left:.45em;vertical-align:middle}.gxjtfbq.gxjtfbq *{fill:#888}');
var cu={grey:'gxjtfbq'},Vu={iconAndroid:'VK4zL',iconArCamera:'_3tljK',iconBack:'_5Wtj-
',iconCheckCircle:'_2h8Z4',iconChinaAd:'Ec07V',iconClose:'_3KZQ0',iconController:'_2qWJa',iconGdpr:'adcpU',ico
nInfo:'_219Uz',iconInfoAr:'_26wz_',iconPerson:'Qombf',iconPlus:'qJX_O',iconReload:'_1MfnB',iconScreenFull:'_2Rz
ri',iconSkip:'_11jeh',iconStar:'_2t6Aq',iconUnityAdsLogo:'_1lFnp',iconVideo:'_3My-
j',iconVolume:'_3oPCW',iconVolumeMute:'_1h0bc'};U('@charset "UTF-8";[data-icon]:before{content:attr(data-
icon)}[class*=" icon"]:before,[class^=icon]:before,[data-icon]:before{font-
family:unityicons!important}.VK4zL:before{content:"\ue000"}._3tljK:before{content:"\ue001"}._5Wtj-
:before{content:"\ue002"}._2h8Z4:before{content:"\ue003"}.Ec07V:before{content:"\ue004"}._3KZQ0:before{conte
nt:"\ue005"}._2qWJa:before{content:"\ue006"}.adcpU:before{content:"\ue007"}._219Uz:before{content:"\ue008"}._
26wz_:before{content:"\ue009"}.Qombf:before{content:"\ue00a"}.qJX_O:before{content:"\ue00b"}._1MfnB:before{
content:"\ue00c"}._2Rzri:before{content:"\ue00d"}._11jeh:before{content:"\ue00e"}._2t6Aq:before{content:"\ue00f"
} . _ 1 l F n p : b e f o r e { c o n t e n t : " \ u e 0 1 0 " } . _ 3 M y -
j:before{content:"\ue011"}._3oPCW:before{content:"\ue012"}._1h0bc:before{content:"\ue013"}');
v a r
pl;(function(b){b.Android='iconAndroid';b.ArCamera='iconArCamera';b.Back='iconBack';b.CheckCircle='iconCheck
Circle';b.ChinaAd='iconChinaAd';b.Close='iconClose';b.Controller='iconController';b.Info='iconInfo';b.InfoAr='iconI
nfoAr';b.Person='iconPerson';b.Plus='iconPlus';b.Privacy='iconGdpr';b.Reload='iconReload';b.ScreenFull='iconScreen
Full';b.Skip='iconSkip';b.Star='iconStar';b.UnityAdsLogo='iconUnityAdsLogo';b.Video='iconVideo';b.Volume='icon
Volume';b.VolumeMute='iconVolumeMute'})(pl||(pl={}));
var Jq=Lb(function(b){var a=b.icon,c=b.elementId,d=b.onClick,e=void
0===b.className?'':b.className;b=pb(b,['icon','elementId','onClick','className']);return
p('span',Object.assign({className:[Vu[a],e].join(' '),onClick:d},rc(c),b),void
0)}),No={splashIconsContainer:'_2O3Lb',iconsSeparator:'_1mXU_'};U('._2O3Lb{display:flex;align-
items:center;margin-top:1em}._2O3Lb>*{font-size:.9em}._2O3Lb ._1mXU_{margin:0 .75em;font-size:.5em}');var
vh={splashScreen:'-b68h',exitSplashScreen:'kzGAk',texture_snow:'g21Iw',
texture_sweater:'_2oS4P',texture_snowCN:'MZDH9',texture_sweaterCN:'_1eKWS',theme_33cc00:'vL8He',theme_16
7dfb:'Sivuh',theme_7d888d:'_1uBFh',theme_fdbb2d:'_17A61',theme_393a3a:'_2zKEu',theme_fafafa:'_3ZGQe',theme
_e51cb0:'_2uoSo',theme_f7931e:'_1kne1',gameInfoContainer:'_1Yzre',gameInfo:'d5AUW',moveAppInfoUp:'_24_K-
',sponsored:'_3OQqA',sponsoredBottom:'_7sKYP',sponsoredTop:'_2T82f',alternate:'_2fqPZ'};U('@keyframes _24_K-
{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes
kzGAk{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}.-b68h{font-
family:unityicons,Helvetica,sans-serif;animation:kzGAk .2s ease-in 1.8s 1
forwards;margin:0;padding:0;width:100vw;height:100vh;background:linear-gradient(135deg,#05bbd3,#0f4354)}.-
b68h.g21Iw{background:url(https://webview.unityads.unity3d.com/webview/public/snowflakes.6b883dcf50.png),line
a r - g r a d i e n t ( 1 4 0 d e g , # c 7 f f f 8 , # 0 0 9 3 e 9 ) } . -
b68h._2oS4P{background:url(https://webview.unityads.unity3d.com/webview/public/argyle.d7be8d41b7.png),linear-
gradient(180deg,#40a820 20%,#fff 0,#fff 21%,#cd1010 0,#cd1010 70%,#fff 0,#fff 71%,#40a820 0,#40a820
9 1 % , # c d 1 0 1 0 0 , # c d 1 0 1 0 ) } . -
b68h.MZDH9{background:url(https://webview.unityads.unitychina.cn/webview/public/snowflakes.6b883dcf50.png),l
i n e a r - g r a d i e n t ( 1 4 0 d e g , # c 7 f f f 8 , # 0 0 9 3 e 9 ) } . -
b68h._1eKWS{background:url(https://webview.unityads.unitychina.cn/webview/public/argyle.d7be8d41b7.png),linea
r-gradient(180deg,#40a820 20%,#fff 0,#fff 21%,#cd1010 0,#cd1010 70%,#fff 0,#fff 71%,#40a820 0,#40a820
91%,#cd1010 0,#cd1010)}.-b68h.vL8He{background:linear-gradient(135deg,#cbdb2a,#43ac96)}.-
b68h.Sivuh{background:linear-gradient(135deg,#05bbd3,#0f4354)}.-b68h._1uBFh{background:linear-
gradient(135deg,#7d888d,#252520)}.-b68h._17A61{background:linear-gradient(135deg,#fdbb2d,#22c1c3 85%)}.-
b68h._2zKEu{background:linear-gradient(135deg,#393a3a,#121212 65%)}.-b68h._3ZGQe{background:linear-
gradient(135deg,#fafafa,#e1e1e1)}.-b68h._2uoSo{background:linear-gradient(135deg,#e51cb0,#022774
55%,#02143a)}.-b68h._1kne1{background:linear-gradient(135deg,#f7931e,#f0513c 50%,#ed1847)}.-b68h
._1Yzre{height:100vh;display:flex;justify-content:center;align-items:center;font-size:.8em}.-b68h
.d5AUW{display:flex;flex-direction:column;justify-content:center;align-items:center;animation:_24_K- 2.5s ease-in-
out 1 forwards;transform:translateY(0)}.-b68h .d5AUW ._3OQqA{font-size:.8em}.-b68h .d5AUW
._3OQqA._7sKYP{margin-top:1em}.-b68h .d5AUW ._3OQqA._2T82f{margin-bottom:1em}.-b68h .d5AUW
._2fqPZ{font-size:.8em;margin-top:1em;text-align:center;font-style:italic}');
U('.fwvov18{font-family:unityicons,Helvetica,sans-serif;font-size:16px}@media (orientation:portrait){@media (min-
height:0){.fwvov18{font-size:6.4px}}@media (min-height:250px){.fwvov18{font-size:8px}}@media (min-
height:320px){.fwvov18{font-size:11.2px}}@media (min-height:380px){.fwvov18{font-size:12.8px}}@media (min-
height:460px){.fwvov18{font-size:15px}}@media (min-height:600px){.fwvov18{font-size:17.8px}}@media (min-
height:980px){.fwvov18{font-size:25px}}@media (min-height:1050px){.fwvov18{font-size:30px}}@media (min-
height:1175px){.fwvov18{font-size:35px}}@media (min-height:1375px){.fwvov18{font-size:40px}}@media (min-
height:1675px){.fwvov18{font-size:48px}}@media (min-height:1975px){.fwvov18{font-size:56px}}@media only
screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){.fwvov18{font-
size:17.8px}}}@media (orientation:landscape){@media (min-width:200px){.fwvov18{font-size:11.2px}}@media
(min-width:320px){.fwvov18{font-size:12.8px}}@media (min-width:460px){.fwvov18{font-size:16px}}@media
(min-width:580px){.fwvov18{font-size:16px}}@media (min-width:760px){.fwvov18{font-size:20px}}@media
(min-width:960px){.fwvov18{font-size:22.4px}}@media (min-width:1160px){.fwvov18{font-size:30px}}@media
(min-width:1460px){.fwvov18{font-size:35px}}@media (min-width:1760px){.fwvov18{font-size:40px}}}');
U('._344kw{position:absolute;top:auto;bottom:0;left:0;z-index:11;display:flex;justify-content:center;align-
items:center;width:100%;color:#fff;font-size:1.5em}');var Yk=Lb(function(b){var a=void
0===b.color?'#696969':b.color,c=void 0===b.opacity?.3:b.opacity;b=pb(b,['color','opacity']);return
p(lu,Object.assign({color:a,height:'0.55em',opacity:c},b),void 0)}),Lj=Lb(function(b){var
a=b.onClick,c=b.className,d=b.elementId,e=void 0===b.color?'#696969':b.color,f=void
0===b.opacity?.3:b.opacity;b=pb(b,
['onClick','className','elementId','color','opacity']);return p(kh,Object.assign({'aria-
label':'Privacy',elementId:d,onClick:a,className:c},b,{children:p(Kq,{color:e,opacity:f},void 0)}),void
0 ) } ) , Z k = L b ( f u n c t i o n ( b ) { r e t u r n p ( k h , O b j e c t . a s s i g n ( { ' a r i a -
label':'Close',className:b.className,elementId:b.elementId,onClick:b.onClick},{children:p(ku,{},void 0)}),void
0)});U('.r12yh59k{width:3em;height:2.25em;display:-webkit-box;display:-webkit-flex;display:-ms-
flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-
content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}');
var Ot=Lb(function(b){var a=b.className;b=pb(b,['className']);return
p(Zk,Object.assign({className:ba('r12yh59k',a)},b),void 0)});U('.d1midvlm{background-color:#167dfb;border-
radius:50%;width:1.5em;height:1.5em;position:absolute;bottom:-.5em;left:-.75em;opacity:0}.d1midvlm
svg{stroke:#fff;stroke-width:.1em;fill:none}');var Zt=Lb(function(b){var
a = b . o n C l i c k , c = b . c l a s s N a m e , d = b . e l e m e n t I d , e = v o i d
0===b.color?'none':b.color,f=b.stroke;b=pb(b,['onClick','className','elementId','color','stroke']);return p(kh,
O b j e c t . a s s i g n ( { ' a r i a -
label':'Download',elementId:d,onClick:a,className:ba('d1midvlm',c)},b,{children:p(ju,{color:e,stroke:f},void
0)}),void 0)});U('.g1xgyqwv{font-size:.9em;text-align:right;overflow:hidden;text-overflow:ellipsis;white-
space:nowrap;max-width:100%}.g1kgtm2o{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-
pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-
items:center;margin:.2em 0}.g1kgtm2o,.i120tjgx{display:-webkit-box;display:-webkit-flex;display:-ms-
flexbox;display:flex}.i120tjgx{color:#7c7c7c;-webkit-flex-direction:column;-ms-flex-direction:column;flex-
direction:column;margin-right:.5em;margin-left:.21em;-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-
flex-align:flex-end;align-items:flex-end;overflow:hidden}.fur2v37{font-size:.8em}');
U('.cd11tuu,.o1tllnqc{overflow:hidden}.cd11tuu{display:-webkit-box;display:-webkit-flex;display:-ms-
flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-
items:center;padding:.5em;position:relative;opacity:0}.cd11tuu>*~*{margin-
left:.5em}.b1k3450f.b1k3450f{width:3.5em;height:3.5em}.i1i91pnk{position:relative}.rrq2cmh{-webkit-flex-
direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rrq2cmh>*~*{margin-left:0;margin-
right:.5em}@media (orientation:portrait){.l1dxe3ml{max-width:80vw}}@media
(orientation:landscape){.l1dxe3ml{max-width:50vw}}.biy4bw3.biy4bw3{margin-left:.5em}.g1jyy93l{min-
width:2.5em;min-height:2.5em;width:2.5em;height:2.5em}');
U('.r1t80dtm{width:3em;height:2.25em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-
webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-
items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}');var Tt=Lb(function(b){var
a=b.muted,c=b.onChange;b=b.elementId;var d=a?p(eu,{},void 0):p(du,{},void 0);return
p(Vt,Object.assign({selected:a,onChange:c,'aria-label':'Mute',className:'r1t80dtm',elementId:b},
{children:d}),void 0)});U('.rot6vst{width:3em;height:2.25em;display:-webkit-box;display:-webkit-flex;display:-ms-
flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-
content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}');var
P t = L b ( f u n c t i o n ( b ) { r e t u r n p ( k h , O b j e c t . a s s i g n ( { ' a r i a -
label':'Play',onClick:b.onClick,className:'rot6vst',elementId:b.elementId},{children:p(iu,{},void 0)}),void
0)});U('.rgj994n{width:3em;height:2.25em;display:-webkit-box;display:-webkit-flex;display:-ms-
flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-
content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}');
v a r Q t = L b ( f u n c t i o n ( b ) { r e t u r n p ( k h , O b j e c t . a s s i g n ( { ' a r i a -
label':'Skip',onClick:b.onClick,className:'rgj994n',elementId:b.elementId},{children:p(hu,{},void 0)}),void
0)});U('.svxh9om{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-
50%,-50%);transform:translate(-50%,-50%)}.s14udbgt{margin:0 auto;width:1.5em;height:1.5em;border-color:#fff
transparent;border-style:solid;border-width:.25em;border-radius:100%;-webkit-animation:spinner-s14udbgt 1s linear
infinite;animation:spinner-s14udbgt 1s linear infinite}@-webkit-keyframes spinner-s14udbgt{0%{-webkit-
transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-ms-
transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner-s14udbgt{0%{-webkit-transform:rotate(0deg);-
ms-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-ms-
transform:rotate(1turn);transform:rotate(1turn)}}.s118l2oc{margin-top:.75em;color:#fff;text-align:center;text-
shadow:.0625em .0625em #000;font-weight:700}');
v a r I r = L b ( f u n c t i o n ( b ) { v a r
a=b.children,c=b.voteValue,d=b.ariaLabel,e=b.className,f=b.elementId,g=b.onClick,k=b.onAnimationEnd;b=pb(b,'c
hildren voteValue ariaLabel className elementId onClick onAnimationEnd'.split(' '));var
m=l.makeIterator(Bc(!1)),v=m.next().value,r=m.next().value;m=Ki(function(){r(!0);g(c)},[r,g,c]);return
p ( M j , O b j e c t . a s s i g n ( { v a r i a n t : U e . V o t e , r i p p l e : v , ' a r i a -
label':d,className:e,elementId:f,onClick:m,onAnimationEnd:k},b,{children:a}),void 0)});U('.vqjz593{display:-
webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:.5em;padding:.5em;-webkit-
transform:translateX(130%);-ms-transform:translateX(130%);transform:translateX(130%);-webkit-transition:-webkit-
transform .3s ease-in,-webkit-transform .3s ease-in;-webkit-transition:transform .3s ease-in,-webkit-transform .3s
ease-in;transition:transform .3s ease-in,-webkit-transform .3s ease-in}.vqjz593>*~*{margin-left:.5em}.v6ocxjk{-
webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}');
v a r R t = L b ( f u n c t i o n ( b ) { v a r
a=b.elementIdThumbUp,c=b.elementIdThumbDown,d=b.onVoteButtonClick,e=b.showButtons,f=b.showUi;b=l.make
Iterator(Bc(!0));var g=b.next().value,k=b.next().value,m=Ji();sf(function(){if(f&&void 0===m.current){var
a=setTimeout(function(){k(!1)},1E4);m.current=a}},[f,k]);sf(function(){return
f u n c t i o n ( ) { m . c u r r e n t & & c l e a r T i m e o u t ( m . c u r r e n t ) } } , [ ] ) ; r e t u r n
p('div',Object.assign({className:ba('vqjz593',e&&g?'v6ocxjk':void
0)},{children:[p(Ir,Object.assign({voteValue:1,ariaLabel:'Thumb up',
onClick:d,elementId:a,onAnimationEnd:function(){k(!1)}},{children:p(fu,{},void 0)}),void
0 ) , p ( I r , O b j e c t . a s s i g n ( { v o t e V a l u e : - 1 , a r i a L a b e l : ' T h u m b
down',onClick:d,elementId:c,onAnimationEnd:function(){k(!1)}},{children:p(gu,{},void 0)}),void 0)]}),void
0)});U('.h1g68plw{display:none!important}.c1ex00vx{position:relative;display:-webkit-box;display:-webkit-
flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-
direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-
content:space-between;height:100vh;width:100%;color:#fff;padding:1em 0}.c1ex00vx,.c1ex00vx *{box-
sizing:border-box}.t1d258wr{margin:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom)
env(safe-area-inset-left)}.bdd7p7y{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-
items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;margin:0 env(safe-area-inset-
right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.bdd7p7y>*{position:relative}.c1c7ho17{display:-webkit-
box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-align-
items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c1c7ho17>*{background-color:rgba(0
0 0/54%)}.c2xpucf{height:2.25em}.c2xpucf>*{border-radius:0 .25em .25em 0}.c1bdz8k2{-webkit-flex-
direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;-webkit-box-
align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.c1bdz8k2>*{border-radius:.25em 0 0
.25em}.g1lx5gdd{color:#000;margin:.5em .5em 0;border-radius:.25em}.p1kl75db{display:-webkit-box;display:-
webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-
pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-
items:center;width:1.5em;height:1.5em;border-radius:.25em;margin-
left:.25em}.d9p3q6z{position:fixed;top:25%;left:50%;-webkit-transform:translate(-50%,-25%);-ms-
transform:translate(-50%,-25%);transform:translate(-50%,-25%);text-shadow:0 0 .4em #000}');
U('.rl55x46{height:5px;border-radius:0 .25em .25em 0;width:100%;-webkit-transition:-webkit-transform .4s linear;-
webkit-transition:transform .4s linear;transition:transform .4s
linear}.f1e20ejo.f1e20ejo{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-
1}');U('.p1lspjfx.p1lspjfx{padding:.75em}.p1lspjfx.p1lspjfx>:last-child{margin-left:0}.r1iquvt1{-webkit-
transform:scaleX(-1) scaleY(-1);-ms-transform:scaleX(-1) scaleY(-1);transform:scaleX(-1) scaleY(-1);-webkit-
transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:stroke-
dashoffset .4s linear;transition:stroke-dashoffset .4s linear}.sky8onj{position:absolute;top:0;left:0}');
U ( ' . r 4 0 3 v 9 c { w i d t h : 1 0 0 % ; h e i g h t : 5 p x ; z -
index:10}.r403v9c,.r403v9c>*{position:fixed;left:0;bottom:0;bottom:constant(safe-area-inset-
bottom,0);bottom:env(safe-area-inset-bottom,0)}');U('.rznadv1{font-
size:.75em;padding:1em}.dzgaok8{color:#fff}');var Ct=Lb(function(b){var a='Ad '+b.currentAd+' of
'+b.totalAdCount;return p('span',Object.assign({className:'rznadv1'},rc(b.elementId),{children:a}),void
0)}),Hi=Fe(function(){return{isPoddedAd:!1}});U('.rs1nw31{width:100%;height:100%}');var
It=function(b){function a(a,
d){var c=Zq({},a);return delete c.ref,b(c,(d=a.ref||d)&&('object'!=typeof d||'current'in d)?d:null)}return
a.$$typeof=Mu,a.render=a,a.prototype.isReactComponent=a.__f=!0,a.displayName='ForwardRef('+(b.displayName||b
.name)+')',a}(function(b,a){var c=b.className;b=pb(b,['className']);return
p('video',Object.assign({id:'videoPlayer',ref:a,className:ba('rs1nw31',c),poster:'data:image/gif;base64,R0lGODlhAQ
ABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'},b),void
0)}),Ht=zm(wi),Be;(function(b){b.READY='READY';
b.START='START';b.PAUSED='PAUSED';b.PLAYING='PLAYING';b.COMPLETE='COMPLETE';b.ERROR='ER
R O R ' } ) ( B e | | ( B e = { } ) ) ; v a r
be=Fe(function(){return{progress:0,duration:0}}),gi;(function(b){b.FIRST_QUARTILE='firstQuartile';b.MIDPOINT
='midpoint';b.THIRD_QUARTILE='thirdQuartile'})(gi||(gi={}));var
Lt=[[3,gi.THIRD_QUARTILE],[2,gi.MIDPOINT],[1,gi.FIRST_QUARTILE]],Gt=zm(Cq),Ah;(function(b){b[b.Pendi
ng=0]='Pending';b[b.Ok=1]='Ok';b[b.Fail=2]='Fail'})(Ah||(Ah={}));var
Rf=Fe(function(b,a){return{status:Ah.Pending,queue:[],
init:function(a,d){return S(void 0,void 0,void 0,function f(){var c;return
l.generator.createGenerator(f,function(f){if(1==f.nextAddress)return
f.setCatchFinallyBlocks(2),f.yield(yt(a,d),4);if(2!=f.nextAddress)return
c=f.yieldResult,b({status:c?Ah.Ok:Ah.Fail}),f.leaveTryBlock(0);f.enterCatchBlock();b({status:Ah.Fail});f.jumpToEn
d()})})},captureException:function(c){var d=a(),e=d.queue;return
d.status!==Ah.Fail&&10>e.length?(b({queue:[].concat(l.arrayFromIterable(e),[c])}),!0):!1}}}),Wu=Rf.subscribe(fun
ction(){var b=
Rf.getState(),a=b.queue;b=b.status;b===Ah.Fail&&(Wu(),Rf.setState({queue:[]}));b===Ah.Ok&&(a.forEach(functio
n(a){var b;return null===(b=window.Sentry)||void 0===b?void
0:b.captureException(a)}),Rf.setState({queue:[]}))},function(b){return{queue:b.queue,status:b.status}},function(b,a){
r e t u r n
b.status===a.status&&0!==a.queue.length}),ab=Fe(function(b){return{setConfig:function(a){try{b({config:JSON.par
se(a)})}catch(c){Rf.getState().captureException(new Cm('PublisherConfiguration',a))}}}});l.inherits(ra,
Ae);ra.prototype.isAppRelatedAd=function(b){return this._campaign instanceof
ta&&this._campaign.hasBundleId()||(this._campaign instanceof T||this._campaign instanceof za)&&!(null===b||void
0 = = = b | | ! b . g a m e I c o n ) } ; r a . p r o t o t y p e . h i d e = f u n c t i o n ( ) { v a r
b,a;Ae.prototype.hide.call(this);null===(b=this._privacy)||void 0===b?void
0:b.hide();this._showGDPRBanner&&this._handlers.forEach(function(a){return
a.onGDPRPopupSkipped()});(null===(a=this.combination)||void 0===a?void
0:a.auto_open)!==op.True||this.wasStoreOpened||
this.autoOpenStore()};ra.prototype.getComponent=function(){return
p(At,{shouldShowSkipButton:this._shouldShowSkipButton,shouldShowSpinner:this._shouldShowSpinner,shouldSho
wCtaButton:this._shouldShowCtaButton,shouldShowSplashScreen:this._shouldShowSplashScreen,pausedObservable
:this.pausedObservable,mutedObservable:this.mutedObservable,muted:this._muted,openDialogObservable:this.openD
ialogObservable,showGDPRBanner:this._showGDPRBanner,progressBarProgression:this._progressBarProgression,o
nGdprBannerClick:this.onGdprBannerClick.bind(this),
onMuteButtonChange:this.onMuteButtonChange.bind(this),platform:this._platform,sendVote:this.sendVote.bind(this)
,videoScreenProps:this._videoScreenProps,combination:this.combination,color:this.color,gdprText:this._gdprText,spl
a s h S c r e e n P a r a m e t e r s : t h i s . _ s p l a s h S c r e e n P a r a m e t e r s } , v o i d
0)};ra.prototype.render=function(){Ae.prototype.render.call(this);Im(this.getComponent(),this.container())};ra.prototy
pe.setSpinnerEnabled=function(b){this._shouldShowSpinner.trigger(b)};ra.prototype.setVideoProgress=function(b){b
<
this._videoProgress||(ra.AutoSkip?this._handlers.forEach(function(a){return
a.onVideoScreenSkip(b)}):(this._videoProgress=b,this._skipRemaining=Math.max(this._skipDuration-
b,0),this.handleShowButtons(),this.updateProgressBar()))};ra.prototype.handleShowButtons=function(){0===this._sk
ipDuration?(this._shouldShowCtaButton.trigger(!0),this._shouldShowSkipButton.trigger(!0)):0>this._skipDuration&
&this._videoProgress>=this.ctaReadyDelay?this._shouldShowCtaButton.trigger(!0):0<this._skipDuration&&(this.cta
ReadyDelay>
this._skipDuration?0===this._skipRemaining&&(this._shouldShowCtaButton.trigger(!0),this._shouldShowSkipButto
n.trigger(!0)):(this._videoProgress>=this.ctaReadyDelay&&this._shouldShowCtaButton.trigger(!0),0===this._skipRe
maining&&this._shouldShowSkipButton.trigger(!0)))};ra.prototype.updateProgressBar=function(){this._progressBar
Progression.trigger(this._videoProgress/this._videoDuration*100,(this._skipDuration-
this._skipRemaining)/this._skipDuration*100,this._skipDuration/this._videoDuration*100)};
ra.prototype.setCallButtonEnabled=function(b){this._canClickCtaButton!==b&&(this._canClickCtaButton=b)};ra.pro
totype.isMuted=function(){return this._muted};ra.prototype.onPrivacyClose=function(){var
b ; n u l l = = = ( b = t h i s . _ p r i v a c y ) | | v o i d 0 = = = b ? v o i d
0:b.hide();this._videoPlayer.play();this._handlers.forEach(function(a){return
a.onClosePrivacyPopUp()})};ra.prototype.onPrivacyButtonClick=function(){var
b,a;this._videoPlayer.pause();null===(b=this._privacy)||void 0===b?void 0:b.show();var c=null===(a=this._privacy)||
void 0===a?void 0:a.getContainerRect();c&&this._handlers.forEach(function(a){return
a.onShowPrivacyPopUp(c.left,c.top,c.width,c.height)})};ra.prototype.onVideoScreenClose=function(){var
b = t h i s ; t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( a ) { r e t u r n
a.onVideoScreenSkip(b._videoProgress,b.skipEndcardOnClose)})};ra.prototype.onGdprBannerClick=function(){this.
_showGDPRBanner=!1;this.onPrivacyButtonClick()};ra.prototype.onSkipButtonClick=function(){this._videoPlayer.p
ause();if(this._videoProgress>this._skipDuration)this.onVideoScreenClose()};
ra.prototype.onMuteButtonChange=function(b){this._muted=b;this.mutedObservable.trigger(b);this._handlers.forEac
h ( f u n c t i o n ( a ) { r e t u r n
a.onVideoScreenMute(b)})};ra.prototype.onCtaClick=function(){this._canClickCtaButton&&(this.wasStoreOpened=!
0 , t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( b ) { r e t u r n
b.onVideoScreenCallButton()}),this.triggerOnVideoScreenDownload(),this._campaign instanceof
ta&&this._videoScreenProps.gameIcon?n.reportMetricEvent(ib.VastIconCTAClick):this._campaign instanceof
ta&&n.reportMetricEvent(ib.VastNoIconCTAClick))};
ra.prototype.triggerOnVideoScreenDownload=function(){var b=this;if(this.isUnityCampaign(this._campaign)){var
a=this._campaign;this._handlers.forEach(function(c){var d;null===(d=c.onVideoScreenDownload)||void 0===d?void
0:d.call(c,b.getDownloadParameters(a))})}};ra.prototype.autoOpenStore=function(){var
b=this;this.wasStoreOpened=!0;if(this.isUnityCampaign(this._campaign)){var
a=this._campaign;this._handlers.forEach(function(c){var d;null===(d=c.onOpenStore)||void 0===d?void
0:d.call(c,b.getDownloadParameters(a))})}};
ra.prototype.getDownloadParameters=function(b){return{clickAttributionUrl:b.getClickAttributionUrl(),clickAttribut
ionUrlFollowsRedirects:b.getClickAttributionUrlFollowsRedirects(),bypassAppSheet:b.getBypassAppSheet(),appStor
eId:b.getAppStoreId(),store:b.getStore(),videoDuration:this._videoDuration,videoProgress:this._videoProgress,appDo
w n l o a d U r l : b i n s t a n c e o f T ? b . g e t A p p D o w n l o a d U r l ( ) : v o i d
0,skipEnabled:0<=this._skipDuration,skipEndcardOnClose:this.skipEndcardOnClose}};ra.prototype.getAdvertisedGa
meInfo=
f u n c t i o n ( ) { v a r
b,a,c;if(this.isPerformanceVariant(this._campaign))return{gameIcon:null===(b=this._campaign.getGameIcon())||void
0 = = = b ? v o i d
0:b.getUrl(),videoSrc:null===(c=Cb.getOrientedVideo(this._campaign,null!==(a=this.forceOrientation)&&void
0!==a?a:Ha.LANDSCAPE))||void 0===c?void 0:c.getUrl()}};ra.prototype.isUnityCampaign=function(b){return b
instanceof T||b instanceof za};ra.prototype.isPerformanceVariant=function(b){return b instanceof T||b instanceof za||b
instanceof ta};ra.prototype.isVideoAndPlayable=
function(b){return b instanceof T&&'mraid'===b.getEndScreenType()};ra.prototype.onVideoPlay=function(){var
b=this;!this._pausedForSplashScreen&&this._splashScreenParameters&&(this._videoPlayer.pause(),this._pausedForS
plashScreen=!0,this.pausedObservable.trigger(!0),setTimeout(function(){b._shouldShowSplashScreen.trigger(!1);b._v
ideoPlayer.play()},this._splashScreenParameters.duration))};ra.prototype.getCtaText=function(b,a,c){if(!b)return
this._localization.translate(a);b=pu(b);return c?b:this.hasLocalization(b)?
this._localization.translate(b):this._localization.translate(a)};ra.prototype.hasLocalization=function(b){return
this._localization.translate(b)!==b};ra.prototype.sendVote=function(b){var
a=this;this._handlers.forEach(function(c){var d;return null===(d=c.onVideoScreenVote)||void 0===d?void
0:d.call(c,b,a._videoProgress)})};ra.prototype.setSkipDuration=function(){};ra.prototype.setSkipEnabled=function(){
};ra.prototype.setVideoDurationEnabled=function(){};ra.prototype.setCallButtonVisible=function(){};
ra.prototype.setMuteEnabled=function(){};ra.prototype.setDebugMessageVisible=function(){};ra.prototype.setDebug
M e s s a g e = f u n c t i o n ( ) { } ; v a r
fb;(function(b){b[b.START=0]='START';b[b.FIRST_QUARTILE=1]='FIRST_QUARTILE';b[b.MIDPOINT=2]='MI
DPOINT';b[b.THIRD_QUARTILE=3]='THIRD_QUARTILE';b[b.VIEW=4]='VIEW';b[b.SKIP=5]='SKIP';b[b.CLIC
K=6]='CLICK';b[b.IMPRESSION=7]='IMPRESSION';b[b.VAST_COMPLETE=8]='VAST_COMPLETE';b[b.USER
_INTEREST=9]='USER_INTEREST'})(fb||(fb={}));var Sm;(Sm||(Sm={})).START='showApiStart';l.inherits(Gc,
R ) ; G c . p r o t o t y p e . g e t A d P l a n = f u n c t i o n ( ) { r e t u r n
this.get('adPlan')};Gc.prototype.setAdPlan=function(b){this.set('adPlan',b)};Gc.prototype.getEventSent=function(b){v
a r a = t h i s . g e t ( ' e v e n t S e n t ' ) ; r e t u r n b i n
a?a[b]:!1};Gc.prototype.resetAllEventSent=function(){this.set('eventSent',{})};Gc.prototype.setEventSent=function(b
) { v a r a = t h i s . g e t ( ' e v e n t S e n t ' ) ; b i n
a||(a[b]=!0);this.set('eventSent',a)};Gc.prototype.setGameSessionCounters=function(b){this.set('gameSessionCounters
',b)};Gc.prototype.getGameSessionCounters=
f u n c t i o n ( ) { r e t u r n
this.get('gameSessionCounters')};Gc.prototype.setPrivacy=function(b){this.set('privacy',b)};Gc.prototype.getPrivacy=
f u n c t i o n ( ) { r e t u r n
this.get('privacy')};Gc.prototype.setLegacyPrivacy=function(b){this.set('legacyPrivacy',b)};Gc.prototype.getLegacyPr
i v a c y = f u n c t i o n ( ) { r e t u r n
this.get('legacyPrivacy')};Gc.prototype.setDeviceFreeSpace=function(b){this.set('deviceFreeSpace',b)};Gc.prototype.
g e t D e v i c e F r e e S p a c e = f u n c t i o n ( ) { r e t u r n
this.get('deviceFreeSpace')};Gc.prototype.getDTO=function(){return{id:this.id,
eventSent:this.get('eventSent')}};l.global.Object.defineProperties(Gc.prototype,{id:{configurable:!0,enumerable:!0,ge
t:function(){return this.get('id')},set:function(b){this.set('id',b)}}});var
gf;(function(b){b.VISIBLE='VISIBLE';b.READY='READY';b.END='END';b.HIDDEN='HIDDEN';b.ERROR='ERR
OR'})(gf||(gf={}));var Eg=Fe(function(){return{}});nl.isV5Enabled=function(b){var
a=pc();return[b,a('loadv5','true'),a('lv5UsRollout','true'),a('lv5Global','true')].some(Boolean)};nl.isAdUnitTest=functio
n(b){return pc()('fullScreenAdUnit',
' t r u e ' ) & & b } ; v a r
Jo=Fe(function(b){return{setClientInfo:function(a){try{b({clientInfo:{gameId:a[0],testMode:a[1],bundleId:a[2],bund
l e V e r s i o n : a [ 3 ] , s d k V e r s i o n : a [ 4 ] , s d k V e r s i o n N a m e : ' 3 . 0 . 1 -
rc2'!==a[5]?a[5]:'3.0.1',encrypted:!a[6],configUrl:a[7],webviewUrl:a[8],webviewHash:a[9],webviewVersion:a[10],init
Timestamp:a[11],reinitialized:a[12],usePerPlacementLoad:!!a[13],isWebViewUpdateAvailable:a[14],loadCompleteTi
mestamp:a[15],monetizationInUse:!1}})}catch(c){Rf.getState().captureException(new Cm('ClientInfoData',
c.message))}}}}),wt='3442435 3442434 3461158 3461159 3785333 3715946 3864407 3863465 3944021'.split('
'),ja;(function(b){b[b.COMPLETED=0]='COMPLETED';b[b.SKIPPED=1]='SKIPPED';b[b.ERROR=2]='ERROR'})(
j a | | ( j a = { } ) ) ; v a r
Ib;(function(b){b[b.NOT_INITIALIZED=0]='NOT_INITIALIZED';b[b.NOT_READY=1]='NOT_READY';b[b.VID
EO_PLAYER_ERROR=2]='VIDEO_PLAYER_ERROR';b[b.INVALID_ARGUMENT=3]='INVALID_ARGUMEN
T';b[b.NO_CONNECTION=4]='NO_CONNECTION';b[b.ALREADY_SHOWING=5]='ALREADY_SHOWING';b[
b.INTERNAL_ERROR=6]='INTERNAL_ERROR'})(Ib||
(Ib={}));M.setAutoClose=function(b){M._autoClose=b};M.getAutoClose=function(){return
M._autoClose};M.setAutoCloseDelay=function(b){M._autoCloseDelay=b};M.getAutoCloseDelay=function(){return
M._autoCloseDelay};M.prototype.show=function(b){this.setShowing(!0);this.setShowOptions(b);return
P r o m i s e . r e s o l v e ( ) } ; M . p r o t o t y p e . i s C a c h e d = f u n c t i o n ( ) { r e t u r n
Cb.isCached(this._parameters.campaign)};M.prototype.getCore=function(){return
this._parameters.core};M.prototype.getPlatform=function(){return this._parameters.platform};
M . p r o t o t y p e . g e t P l a c e m e n t = f u n c t i o n ( ) { r e t u r n
this._parameters.placement};M.prototype.getOperativeEventManager=function(){return
this._parameters.operativeEventManager};M.prototype.isShowing=function(){return
this._showing};M.prototype.setShowing=function(b){this._showing=b};M.prototype.getContainer=function(){return
this._parameters.container};M.prototype.getForceOrientation=function(){return
this._parameters.forceOrientation};M.prototype.getFinishState=function(){return
this._finishState};M.prototype.setFinishState=
function(b){this._finishState!==ja.COMPLETED&&(this._finishState=b)};M.prototype.setShowOptions=function(b)
{this._showOptions=b};M.prototype.getShowOptions=function(){return
this._showOptions};M.prototype.markAsSkipped=function(){this._finishState=ja.SKIPPED};M.prototype.getCampai
gn=function(){return this._parameters.campaign};M.prototype.getClientInfo=function(){return
this._parameters.clientInfo};M.prototype.getThirdPartyEventManager=function(){return
this._parameters.thirdPartyEventManager};M.prototype.getDeviceInfo=
function(){return this._parameters.deviceInfo};M.prototype.sendStartEvent=function(){var
b=this.getCampaign(),a=b.getSession();b=Object.assign({cnt:b.getContentType()},ym());a.getEventSent(Sm.START)
?n.reportMetricEventWithTags(lc.DuplicateShowApi,b):(a.setEventSent(Sm.START),n.reportMetricEventWithTags(l
c.MediationStartEventTriggered,b),this.getAdsApi().ShowApi.sendShowStartEvent(this.getPlacement().id,this.getSho
wOptions().getListenerId()),Eg.setState({status:gf.READY}))};M.prototype.sendClickEvent=
function(){this.getAdsApi().ShowApi.sendShowClickEvent(this.getPlacement().id,this.getShowOptions().getListenerI
d())};M.prototype.sendCompletedEvent=function(){this.getAdsApi().ShowApi.sendShowCompleteEvent(this.getPlac
ement().id,this.getShowOptions().getListenerId(),this.getFinishState());Eg.setState({status:gf.END})};M.prototype.se
ndErrorEvent=function(b,a){this.getAdsApi().ShowApi.sendShowFailedEvent(this.getPlacement().id,this.getShowOp
tions().getListenerId(),Ib[b],a);Eg.setState({status:gf.ERROR})};
M.prototype.getAdsApi=function(){return this._parameters.ads};M.prototype.getStoreApi=function(){return
this._parameters.store};M._autoClose=!1;M._autoCloseDelay=0;var
ec;(function(b){b[b.EMPTY=0]='EMPTY';b[b.ANONYMOUS=1]='ANONYMOUS';b[b.PERSONAL=2]='PERSON
AL'})(ec||(ec={}));ca.setRequest=function(b){ca._request=b};ca.setPlatform=function(b){ca._platform=b};ca.setClie
ntInfo=function(b){ca._clientInfo=b};ca.setDeviceInfo=function(b){ca._deviceInfo=b};ca.setConfiguration=function(
b){ca._configuration=
b};ca.sendEvent=function(b,a,c){var d=[];d.push({type:b,msg:c});return
ca.createCommonObject(a,this._platform,this._clientInfo,this._deviceInfo,this._configuration).then(function(a){a&&d
.unshift(a);a=d.map(function(a){return JSON.stringify(a)}).join('\n');return
ca._request?ca._request.post(ca.KafkaBaseUrl,a):Promise.resolve({})})};ca.setTestBaseUrl=function(b){ca.KafkaBas
eUrl=b+'/v1/events'};ca.createCommonObject=function(b,a,c,d,e){if(b===ec.EMPTY)return
Promise.resolve({common:{client:null,device:null,
c o u n t r y : n u l l } } ) ; v a r
f={common:{client:c?c.getDTO():null,device:null,country:e?e.getCountry():null}};f.common.client&&(f.common.cli
ent.platform='undefined'!==typeof a?t[a].toLowerCase():null);if(d&&!ca._deviceInfoUpdating)return
ca._deviceInfoUpdating=!0,b===ec.PERSONAL?d.getDTO().then(function(a){'undefined'!==typeof
navigator&&navigator.userAgent&&(a.userAgent=navigator.userAgent);ca._deviceInfoUpdating=!1;f.common.devic
e=a;return f}).catch(function(){ca._deviceInfoUpdating=!1;f.common.device=d.getStaticDTO();
return f}):d.getAnonymousDTO().then(function(a){'undefined'!==typeof
navigator&&navigator.userAgent&&(a.userAgent=navigator.userAgent);ca._deviceInfoUpdating=!1;f.common.devic
e=a;return f}).catch(function(){ca._deviceInfoUpdating=!1;f.common.device=d.getAnonymousStaticDTO();return
f});d&&(f.common.device=b===ec.PERSONAL?d.getStaticDTO():d.getAnonymousStaticDTO());return
Promise.resolve(f)};ca.KafkaBaseUrl='https://httpkafka.unityads.unity3d.com/v1/events';ca._deviceInfoUpdating=!1;
Bq.trigger=function(b,
a){if(!a||'object'!==typeof a||Array.isArray(a))a={value:a};return
ca.sendEvent('ads.sdk2.analytics',ec.ANONYMOUS,a)};l.inherits(yf,Ob);l.inherits(Kd,Ob);var
Ab;(function(b){b[b.V4=4]='V4';b[b.V5=5]='V5';b[b.V6=6]='V6';b[b.HB=7]='HB';b[b.V7=7]='V7'})(Ab||(Ab={}));V
.setup=function(b){var a=this,c=b.get('test.clearTestMetaData',!1),d=b.getKeys('test');return
P r o m i s e . a l l ( [ c , d ] ) . t h e n ( f u n c t i o n ( c ) { v a r
d=l.makeIterator(c),e=l.makeIterator(d.next().value);c=e.next().value;e=e.next().value;d=d.next().value;
v a r k = ! 1 ; c & & ' b o o l e a n ' = = = t y p e o f e & & ( k = e ) ; v a r
m=[];d.forEach(function(c){m.push(b.get('test.'+c,k).then(function(b){var
d=l.makeIterator(b);b=d.next().value;d=d.next().value;b&&(a._testEnvironment[c]=d)}))});return
Promise.all(m)})};V.get=function(b){return V._testEnvironment[b]};V._testEnvironment={};var
Df;(function(b){b[b.COMPLETE=0]='COMPLETE';b[b.FAILED=1]='FAILED'})(Df||(Df={}));var
hi;(function(b){b[b.GET=0]='GET';b[b.POST=1]='POST';b[b.HEAD=2]='HEAD'})(hi||(hi={}));H.getHeader=functio
n(b,a){b=
l.makeIterator(b);for(var c=b.next();!c.done;c=b.next()){var d=c.value;c=d[0];d=d[1];if(c&&c.match(new
RegExp(a,'i')))return d}return null};H.is2xxSuccessful=function(b){return
2 0 0 < = b & & 3 0 0 > b } ; H . i s 3 x x R e d i r e c t = f u n c t i o n ( b ) { r e t u r n
300<=b&&400>b};H.getDefaultRequestOptions=function(){return{retries:0,retryDelay:0,followRedirects:!1,retryWit
hConnectionEvents:!1}};H.configureAuctionProtocol=function(b,a){if(!H._auctionProtocol){switch(V.get('forceAuct
ionProtocol')){case 'V7':H._auctionProtocol=Ab.V7;return;
case 'V6':H._auctionProtocol=Ab.V6;return;case 'V5':H._auctionProtocol=Ab.V5;return;case
'V4':H._auctionProtocol=Ab.V4;return}b||V.get('creativeUrl')?H._auctionProtocol=Ab.V4:H._auctionProtocol=a?Ab.
V7:Ab.V6}};H.setTestAuctionProtocol=function(b){H._auctionProtocol=b};H.getAuctionProtocol=function(){return
H._auctionProtocol?H._auctionProtocol:Ab.V4};H.setAuthorizationHeaderForHost=function(b,a){H._authorizations.
push({host:new RegExp(b),authorizationHeader:a.trim()})};H.clearAllAuthorization=function(){H._authorizations=
[]};H.applyAuthorizationHeader=function(b,a){a=void 0===a?[]:a;if(0===this._authorizations.length)return a;for(var
c='',d=l.makeIterator(H._authorizations),e=d.next();!e.done;e=d.next())if(e=e.value,e.host.test(b)){c=e.authorizationH
e a d e r ; b r e a k } r e t u r n
0===c.length?a:[].concat(l.arrayFromIterable(a),[['Authorization',c]])};H.prototype.get=function(b,a,c){a=void
0===a?[]:a;if('file://'===b.substring(0,7))return Promise.reject(Df.FAILED);var
d=H._callbackId++,e=this.registerCallback(d);this.invokeRequest(d,
{method:hi.GET,url:b,headers:H.applyAuthorizationHeader(b,a),retryCount:0,options:this.getOptions(c)});return
e};H.prototype.post=function(b,a,c,d){a=void 0===a?'':a;c=void 0===c?[]:c;if('file://'===b.substring(0,7))return
Promise.reject(Df.FAILED);c.push(['Content-Type','application/json']);var
e=H._callbackId++,f=this.registerCallback(e);this.invokeRequest(e,{method:hi.POST,url:b,data:a,headers:H.applyAut
horizationHeader(b,c),retryCount:0,options:this.getOptions(d)});return f};H.prototype.head=
function(b,a,c){a=void 0===a?[]:a;if('file://'===b.substring(0,7))return
Promise.reject(Df.FAILED);this._platform===t.ANDROID&&16>this._deviceInfo.getApiLevel()&&a.push(['Accept
- E n c o d i n g ' , ' ' ] ) ; v a r
d=H._callbackId++,e=this.registerCallback(d);this.invokeRequest(d,{method:hi.HEAD,url:b,headers:a,retryCount:0,o
ptions:this.getOptions(c)});return e};H.prototype.followRedirectChain=function(b,a,c){var d=this,e=0,f=[];(void
0===a?0:a)&&'undefined'!==typeof navigator&&navigator.userAgent&&f.push(['User-Agent',
navigator.userAgent]);return new Promise(function(a,k){function
g(b){e++;b=b.trim();if(e>=H._redirectLimit)k(Error('redirect limit reached'));else if(b.includes('http')){if(c)for(var
m=l.makeIterator(c),v=m.next();!v.done;v=m.next())if(b.includes(v.value)){a(b);return}d.head(b,f).then(function(c){i
f(H.is3xxRedirect(c.responseCode)){var d=H.getHeader(c.headers,'location');d?g(d):k(Error(c.responseCode+'
response did not have a "Location" header'))}else H.is2xxSuccessful(c.responseCode)?a(b):k(Error('Request to '+
b+' failed with status '+c.responseCode))}).catch(k)}else a(b)}g(b)})};H.prototype.getOptions=function(b){return
b?b:H.getDefaultRequestOptions()};H.prototype.registerCallback=function(b){return new
Promise(function(a,c){H._callbacks[b]=new bi(a,c)})};H.prototype.invokeRequest=function(b,a){var
c=H._connectTimeout,d=H._readTimeout;a.options.timeout&&(d=c=a.options.timeout);H._requests[b]=a;switch(a.m
ethod){case hi.GET:return this._core.Request.get(b.toString(),a.url,a.headers,c,d);case hi.POST:return
this._core.Request.post(b.toString(),
a . u r l , a . d a t a | | ' ' , a . h e a d e r s , c , d ) ; c a s e h i . H E A D : r e t u r n
this._core.Request.head(b.toString(),a.url,a.headers,c,d);default:throw Error('Unsupported request method
"'+a.method+'"');}};H.prototype.finishRequest=function(b,a,c){var
d=H._callbacks[b];d&&(a===Df.COMPLETE?d.resolve(c):d.reject(c),delete H._callbacks[b],delete
H._requests[b])};H.prototype.handleFailedRequest=function(b,a,c,d){var
e=this;a.retryCount<a.options.retries?(a.retryCount++,setTimeout(function(){e.invokeRequest(b,a)},a.options.retryDe
lay)):
a.options.retryWithConnectionEvents||this.finishRequest(b,Df.FAILED,new
Kd(c,a,d))};H.prototype.onRequestComplete=function(b,a,c,d,e){b=parseInt(b,10);c={url:a,response:c,responseCode:
d , h e a d e r s : e } ; v a r
f=H._requests[b];if(f)if(H.AllowedResponseCodes.exec(d.toString()))this.finishRequest(b,Df.COMPLETE,c);else
if(H.RedirectResponseCodes.exec(d.toString()))if(f.options.followRedirects){if(d=H.getHeader(e,'location'))d=this.att
emptRelativeRedirect(d,a),this.followRedirects(d)?(f.url=d,this.invokeRequest(b,
f)):this.finishRequest(b,Df.COMPLETE,c)}else this.finishRequest(b,Df.COMPLETE,c);else
H.ErrorResponseCodes.exec(d.toString())?this.finishRequest(b,Df.FAILED,new
Kd('FAILED_WITH_ERROR_RESPONSE',f,c)):this.finishRequest(b,Df.FAILED,new
Kd('FAILED_WITH_UNKNOWN_RESPONSE_CODE',f,c))};H.prototype.followRedirects=function(b){return!b.ma
tch(/^https?/i)||b.match(/^https:\/\/siteproxy.ruqli.workers.dev:443\/https\/itunes\.apple\.com/i)||b.match(/\.apk$/i)?!1:!0};H.prototype.isRelativePath=function
(b){return'/'===b[0]};H.prototype.attemptRelativeRedirect=
function(b,a){if(this.isRelativePath(b))try{b=(new URL(a)).origin+b}catch(c){}return
b};H.prototype.onRequestFailed=function(b,a,c){b=parseInt(b,10);(a=H._requests[b])&&this.handleFailedRequest(b,
a,c)};H.prototype.onNetworkConnected=function(){for(var b in H._requests)if(H._requests.hasOwnProperty(b)){var
a=H._requests[b];a.options.retryWithConnectionEvents&&a.options.retries===a.retryCount&&this.invokeRequest(pa
rseInt(b,10),a)}};H.AllowedResponseCodes=/2[0-9]{2}/;H.RedirectResponseCodes=/30[0-8]/;
H . E r r o r R e s p o n s e C o d e s = / [ 4 - 5 ] [ 0 -
9]{2}/;H._connectTimeout=3E4;H._readTimeout=3E4;H._redirectLimit=10;H._callbackId=1;H._callbacks={};H._re
quests={};H._authorizations=[];xf.replaceMacro=function(b,a){Object.keys(a).forEach(function(c){b=b.replace(c,a[c
] ) } ) ; r e t u r n
b};zg.getSessionStorageKey=function(b){return'session.'+b};zg.getSessionStorageTimestampKey=function(b){return
z g . g e t S e s s i o n S t o r a g e K e y ( b ) + ' . t s ' } ; v a r
O;(function(b){b[b.CORE=0]='CORE';b[b.ADS=1]='ADS';b[b.MONETIZATION_CORE=2]='MONETIZATION_C
ORE';
b[b.ANALYTICS=3]='ANALYTICS';b[b.AR=4]='AR';b[b.BANNER=5]='BANNER';b[b.CHINA=6]='CHINA';b[b.S
TORE=7]='STORE';b[b.LOAD=8]='LOAD';b[b.SHOW=9]='SHOW'})(O||(O={}));y.prototype.handleEvent=function
(b){throw Error(this._apiClass+' event '+b+' does not have an
observable');};y.prototype.getFullApiClassName=function(){switch(this._nativeBridge.getPlatform()){case
t.ANDROID:return y._apiPackageMapping[this._apiPackage].android+'.'+this._apiClass;case t.IOS:return
y._apiPackageMapping[this._apiPackage].ios+
t h i s . _ a p i C l a s s ; d e f a u l t : r e t u r n t h i s . _ a p i C l a s s } } ; v a r
bg={};y._apiPackageMapping=(bg[O.CORE]={android:'com.unity3d.services.core.api',ios:'USRVApi'},bg[O.ADS]=
{android:'com.unity3d.services.ads.api',ios:'UADSApi'},bg[O.MONETIZATION_CORE]={android:'com.unity3d.ser
vices.monetization.core.api',ios:'UMONApi'},bg[O.ANALYTICS]={android:'com.unity3d.services.analytics.core.api',
ios:'UANAApi'},bg[O.AR]={android:'com.unity3d.services.ar.api',ios:'UARApi'},bg[O.BANNER]={android:'com.un
ity3d.services.banners.api',
ios:'UADSApi'},bg[O.CHINA]={android:'com.unity3d.services.china.api',ios:''},bg[O.STORE]={android:'com.unity3
d.services.store.core.api',ios:'USTRApi'},bg[O.LOAD]={android:'com.unity3d.services.services.ads.api',ios:'UADSA
pi'},bg[O.SHOW]={android:'com.unity3d.services.services.ads.api',ios:'UADSApi'},bg);var
B;(function(b){b[b.PRIVATE=0]='PRIVATE';b[b.PUBLIC=1]='PUBLIC'})(B||(B={}));var
Ge;(function(b){b[b.COULDNT_SET_VALUE=0]='COULDNT_SET_VALUE';b[b.COULDNT_GET_VALUE=1]=
'COULDNT_GET_VALUE';b[b.COULDNT_WRITE_STORAGE_TO_CACHE=
2]='COULDNT_WRITE_STORAGE_TO_CACHE';b[b.COULDNT_CLEAR_STORAGE=3]='COULDNT_CLEAR
_STORAGE';b[b.COULDNT_GET_STORAGE=4]='COULDNT_GET_STORAGE';b[b.COULDNT_DELETE_VA
L U E = 5 ] = ' C O U L D N T _ D E L E T E _ V A L U E ' } ) ( G e | | ( G e = { } ) ) ; v a r
Tm;(function(b){b[b.SET=0]='SET'})(Tm||(Tm={}));l.inherits(Rg,y);Rg.prototype.write=function(b){return
this._nativeBridge.invoke(this._fullApiClassName,'write',[B[b]])};Rg.prototype.get=function(b,a){return
this._nativeBridge.invoke(this._fullApiClassName,'get',[B[b],a])};Rg.prototype.set=function(b,
a , c ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'set',[B[b],a,c])};Rg.prototype.delete=function(b,a){return
this._nativeBridge.invoke(this._fullApiClassName,'delete',[B[b],a])};Rg.prototype.clear=function(b){return
this._nativeBridge.invoke(this._fullApiClassName,'clear',[B[b]])};Rg.prototype.getKeys=function(b,a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'getKeys',[B[b],a,c])};Rg.prototype.handleEvent=function(b,a){swi
tch(b){case Tm[Tm.SET]:this.onSet.trigger(a[0],a[1])}};
v a r
nk;(function(b){b[b.SET=0]='SET';b[b.DELETE=1]='DELETE'})(nk||(nk={}));Zh.prototype.set=function(b,a){this._
batch.commands.push({type:nk.SET,key:b,value:a})};Zh.prototype.delete=function(b){this._batch.commands.push({t
ype:nk.DELETE,key:b})};Zh.prototype.getType=function(){return
this._type};Zh.prototype.getBatch=function(){return this._batch};xe.prototype.getEventStorageKey=function(){return
this.getEventsStorageKey()+'.'+this._eventId};xe.prototype.getEventsStorageKey=function(){return
zg.getSessionStorageKey(this._sessionId)+
'.operative'};xe.prototype.storeFailedEvent=function(b,a){if(this._eventId){var c=new Zh(B.PRIVATE);if(a.url){var
d=a.url;d=E.addParameters(d,{eventRetry:!0});a.url=d}c.set(this.getEventStorageKey(),a);b.queue(c)}return
Promise.resolve()};xe.prototype.deleteFailedEvent=function(b){if(this._eventId){var a=new
Zh(B.PRIVATE);a.delete(this.getEventStorageKey());b.queue(a)}return
Promise.resolve()};xe.prototype.sendFailedEvent=function(b,a){var c=this;return
this._eventId?this._core.Storage.get(B.PRIVATE,
this.getEventStorageKey()).then(function(a){return b.post(a.url,a.data)}).then(function(){return
c.deleteFailedEvent(a)}).catch(function(){}):Promise.resolve()};xe.prototype.sendFailedEvents=function(b,a){var
c=this;return this._core.Storage.getKeys(B.PRIVATE,this.getEventsStorageKey(),!1).then(function(d){return
Promise.all(c.getPromisesForFailedEvents(b,a,d))}).catch(function(){return
Promise.resolve([])})};xe.prototype.getPromisesForFailedEvents=function(b,a,c){var
d=this,e=[];c.map(function(c){c=
new xe(d._core,d._sessionId,c);e.push(c.sendFailedEvent(b,a))});return
e};l.inherits(Xi,xe);Xi.prototype.getEventsStorageKey=function(){return
zg.getSessionStorageKey(this._sessionId)+'.ptsevent'};Xi.prototype.sendFailedEvent=function(b,a){var c=this;return
this._core.Storage.get(B.PRIVATE,this.getEventStorageKey()).then(function(a){return
b . g e t ( a . u r l ) } ) . t h e n ( f u n c t i o n ( ) { r e t u r n
c.deleteFailedEvent(a)}).catch(function(){})};Xi.prototype.getPromisesForFailedEvents=function(b,a,c){var
d=this,e=[];c.map(function(c){c=
new Xi(d._core,d._sessionId,c);e.push(c.sendFailedEvent(b,a))});return e};var Ih=Fe(function(b,a){return
Object.assign({loadedContent:{}},ut(b,a))}),ok;(function(b){b[b.POST=0]='POST';b[b.GET=1]='GET'})(ok||(ok={})
) ; v a r
Ic;(function(b){b.ZONE='%ZONE%';b.SDK_VERSION='%SDK_VERSION%';b.GAMER_SID_OPERATIVE='%G
AMER_SID%';b.GAMER_SID_IMPRESSION='%25GAMER_SID%25';b.OM_ENABLED='%25OM_ENABLED%
25';b.OM_VENDORS='%25OM_VENDORS%25';b.OMIDPARTNER='[OMIDPARTNER]';b.CACHEBUSTING='[
CACHEBUSTING]';b.AD_UNIT_ID_OPERATIVE=
'%AD_UNIT_ID%';b.AD_UNIT_ID_IMPRESSION='%25AD_UNIT_ID%25';b.AD_FORMAT_OPERATIVE='%A
D_FORMAT%';b.AD_FORMAT_IMPRESSION='%25AD_FORMAT%25'})(Ic||(Ic={}));var
J;(function(b){b.IMPRESSION='impression';b.CLICK='click';b.START='start';b.SHOW='show';b.LOADED='loaded'
;b.FIRST_QUARTILE='firstQuartile';b.MIDPOINT='midpoint';b.THIRD_QUARTILE='thirdQuartile';b.COMPLETE
='complete';b.ERROR='error';b.SKIP='skip';b.STALLED='stalled';b.COMPANION_CLICK='companionClick';b.CO
MPANION='companion';b.VIDEO_ENDCARD_CLICK='videoEndCardClick';
b.MUTE='mute';b.UNMUTE='unmute';b.PAUSED='paused';b.RESUME='resume';b.CREATIVE_VIEW='creativeVi
ew';b.PURCHASE='purchase'})(J||(J={}));Ve.prototype.canSendEvent=function(b,a){if(b.getEventSent(a))return!1;b.
setEventSent(a);return!0};Ve.prototype.sendTrackingEvents=function(b,a,c,d){var e,f;return S(this,void 0,void
0 , f u n c t i o n k ( ) { v a r m = t h i s , v , r , h , C , p , q , t ; r e t u r n
l.generator.createGenerator(k,function(k){v=m;r=b.getTrackingUrlsForEvent(a);h=Object.assign({cnt:b.getContentTy
pe()},ym());m.canSendEvent(b.getSession(),
a)||n.reportMetricEventWithTags(lc.DuplicatePTSEvent,Object.assign(Object.assign({},h),{event:a}));a===J.START
&&n.reportMetricEventWithTags(lc.StartV2EventFired,h);a!==J.IMPRESSION||E.containsPTSTrackingUrl(r)||n.repo
rtMetricEventWithTags(lc.ImpressionV2EventMissing,h);C=c+'
'+a;p=b.getSession().id;q=null===(f=null===(e=Aq())||void 0===e?void 0:e.placement)||void 0===f?void
0:f.hbMeta;t=r.map(function(a){a=q?E.addParameters(a,{hbMeta:q}):a;return v.sendWithGet(C,p,a,d)});return
k.yield(Promise.all(t),
0)})})};Ve.prototype.replaceTemplateValuesAndEncodeUrls=function(b){var a=this;return b.map(function(b){return
a.replaceTemplateValuesAndEncodeUrl(b)})};Ve.prototype.clickAttributionEvent=function(b,a,c){var
d=[];'undefined'!==typeof navigator&&navigator.userAgent&&c&&d.push(['User-
A g e n t ' , n a v i g a t o r . u s e r A g e n t ] ) ; r e t u r n
this._request.get(b,d,{retries:0,retryDelay:0,followRedirects:a,retryWithConnectionEvents:!1})};Ve.prototype.sendWi
thPost=function(b,a,c,d,e,f){return this.sendEvent(ok.POST,b,a,c,d,
e,f)};Ve.prototype.sendWithGet=function(b,a,c,d,e,f){return this.sendEvent(ok.GET,b,a,c,void
0,d,e,f)};Ve.prototype.sendEvent=function(b,a,c,d,e,f,g,k){var m=this;g=g||[];H.getHeader(g,'User-
Agent')||'undefined'!==typeof navigator&&navigator.userAgent&&!0===f&&g.push(['User-
Agent',navigator.userAgent]);d=this.replaceTemplateValuesAndEncodeUrl(d,k);this._core.Sdk.logDebug('Unity Ads
third party event: sending '+a+' event to '+d+' with headers '+g+' (session
'+c+')');f={retries:0,retryDelay:0,followRedirects:!0,
retryWithConnectionEvents:!1};E.isInternalPTSTrackingProtocol(d)&&(f.retries=2,f.retryDelay=1E4);switch(b){case
ok.POST:e=this._request.post(d,e,g,f);break;default:e=this._request.get(d,g,f)}return
e.catch(function(e){m._storageBridge&&b===ok.GET&&E.isInternalPTSTrackingProtocol(d)&&(new
Xi(m._core,c,Oh.generate())).storeFailedEvent(m._storageBridge,{url:d});var
f=E.parse(d),g=H.getAuctionProtocol();f={request:e.nativeRequest,event:a,sessionId:c,url:d,response:e,host:f.host,pro
tocol:f.protocol,auctionProtocol:g};
e i n s t a n c e o f K d & & ( e = n e w y f ( E r r o r ( e . m e s s a g e ) , f ) ) ; r e t u r n
Bq.trigger('third_party_event_failed',e)})};Ve.prototype.setTemplateValues=function(b){this._templateValues=b};Ve
.prototype.setTemplateValue=function(b,a){this._templateValues[b]=a};Ve.prototype.replaceTemplateValuesAndEnc
odeUrl=function(b,a){b&&(b=xf.replaceMacro(b,this._templateValues),a&&(b=xf.replaceMacro(b,a)),b=xf.replaceM
acro(b,{'[TIMESTAMP]':(new Date).toISOString()}));return E.encode(b)};var
of;(function(b){b[b.STREAM_ALARM=4]='STREAM_ALARM';
b[b.STREAM_DTMF=8]='STREAM_DTMF';b[b.STREAM_MUSIC=3]='STREAM_MUSIC';b[b.STREAM_NOTI
FICATION=5]='STREAM_NOTIFICATION';b[b.STREAM_RING=2]='STREAM_RING';b[b.STREAM_SYSTEM
=1]='STREAM_SYSTEM';b[b.STREAM_VOICE_CALL=0]='STREAM_VOICE_CALL'})(of||(of={}));l.inherits(ka,
R ) ; k a . p r o t o t y p e . f e t c h = f u n c t i o n ( ) { v a r
b=this,a=[];a.push(this._core.DeviceInfo.getAdvertisingTrackingId().then(function(a){return
b . s e t ( ' a d v e r t i s i n g I d e n t i f i e r ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(this._core.DeviceInfo.getLimitAdTrackingFlag().then(function(a){return
b.set('limitAdTracking',
a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(this._core.DeviceInfo.getOsVersion().then(function(a){return
b . s e t ( ' o s V e r s i o n ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(this._core.DeviceInfo.getModel().then(function(a){return
b . s e t ( ' m o d e l ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(this._core.DeviceInfo.getScreenWidth().then(function(a){return
b.set('screenWidth',Math.floor(a))}).catch(function(a){return b.handleDeviceInfoError(a)}));
a.push(this._core.DeviceInfo.getScreenHeight().then(function(a){return
b.set('screenHeight',Math.floor(a))}).catch(function(a){return
b.handleDeviceInfoError(a)}));a.push(this._core.DeviceInfo.getSystemLanguage().then(function(a){return
b . s e t ( ' l a n g u a g e ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(this._core.DeviceInfo.isRooted().then(function(a){return
b . s e t ( ' r o o t e d ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(this._core.DeviceInfo.getTimeZone(!1).then(function(a){return
b.set('timeZone',
a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(this._core.DeviceInfo.getTotalMemory().then(function(a){return
b . s e t ( ' t o t a l M e m o r y ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(this._core.DeviceInfo.getCPUCount().then(function(a){return
b . s e t ( ' c p u C o u n t ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(this._core.DeviceInfo.getNetworkOperator().then(function(a){return
b.set('networkOperator',a)}).catch(function(a){return b.handleDeviceInfoError(a)}));
return Promise.all(a)};ka.prototype.isChineseNetworkOperator=function(){var b;return
460===(null===(b=bq(this.get('networkOperator')))||void 0===b?void
0:b[0])};ka.prototype.getAdvertisingIdentifier=function(){return
this.get('advertisingIdentifier')};ka.prototype.getLimitAdTracking=function(){return
this.get('limitAdTracking')};ka.prototype.getModel=function(){return
this.get('model')};ka.prototype.getNetworkType=function(){var b=this;return
this._core.DeviceInfo.getNetworkType().then(function(a){b.set('networkType',
a);return b.get('networkType')})};ka.prototype.getNetworkOperator=function(){return S(this,void 0,void 0,function
a(){var c=this,d;return l.generator.createGenerator(a,function(a){if(1==a.nextAddress)return
c._platform!==t.IOS&&c._platform!==t.ANDROID?a.jumpTo(2):a.yield(c._core.DeviceInfo.getNetworkOperator(),3
);2!=a.nextAddress&&(d=a.yieldResult,c.set('networkOperator',d));return
a.return(c.get('networkOperator'))})})};ka.prototype.getNetworkOperatorName=function(){return S(this,void 0,void
0,function a(){var c=
this,d;return l.generator.createGenerator(a,function(a){if(1==a.nextAddress)return
c._platform!==t.IOS&&c._platform!==t.ANDROID?a.jumpTo(2):a.yield(c._core.DeviceInfo.getNetworkOperatorNa
me(),3);2!=a.nextAddress&&(d=a.yieldResult,c.set('networkOperatorName',d));return
a.return(c.get('networkOperatorName'))})})};ka.prototype.getOsVersion=function(){return
this.get('osVersion')};ka.prototype.getScreenWidth=function(){var b=this;return
this._core.DeviceInfo.getScreenWidth().then(function(a){a=Math.floor(a);
b.set('screenWidth',a);return a})};ka.prototype.getScreenHeight=function(){var b=this;return
this._core.DeviceInfo.getScreenHeight().then(function(a){a=Math.floor(a);b.set('screenHeight',a);return
a})};ka.prototype.isRooted=function(){return this.get('rooted')};ka.prototype.getConnectionType=function(){var
b=this;return this._core.DeviceInfo.getConnectionType().then(function(a){b.set('connectionType',a);return
b.get('connectionType')})};ka.prototype.getTimeZone=function(){return this.get('timeZone')};
k a . p r o t o t y p e . g e t T o t a l S p a c e = f u n c t i o n ( ) { r e t u r n
this.get('totalInternalSpace')};ka.prototype.getLanguage=function(){return
this.get('language')};ka.prototype.getHeadset=function(){var b=this;return
this._core.DeviceInfo.getHeadset().then(function(a){b.set('headset',a);return
b.get('headset')})};ka.prototype.getDeviceVolume=function(b){var a=this;b=void
0 = = = b ? o f . S T R E A M _ S Y S T E M : b ; r e t u r n
this._platform===t.IOS?this._core.DeviceInfo.Ios.getDeviceVolume().then(function(b){a.set('volume',b);return
a.get('volume')}):
this._platform===t.ANDROID?this._core.DeviceInfo.Android.getDeviceVolume(b).then(function(b){a.set('volume',b
);return a.get('volume')}):Promise.resolve(this.get('volume'))};ka.prototype.checkIsMuted=function(){var
b ; n u l l = = = ( b = t h i s . _ c o r e . D e v i c e I n f o . I o s ) | | v o i d 0 = = = b ? v o i d
0:b.checkIsMuted()};ka.prototype.getScreenBrightness=function(){var b=this;return
t h i s. _cor e.DeviceInfo.ge tSc re enB rightnes s (). t h en (fu n ct i o n (a){ b . s et ('s creen B ri g h t n es s ', a ) ; r e t u r n
b . g e t ( 's cr eenBr ig htne ss' )})};ka .prototype . g et B at t ery L ev el =
function(){var b=this;return this._core.DeviceInfo.getBatteryLevel().then(function(a){b.set('batteryLevel',a);return
b.get('batteryLevel')})};ka.prototype.getBatteryStatus=function(){var b=this;return
this._core.DeviceInfo.getBatteryStatus().then(function(a){b.set('batteryStatus',a);return
b.get('batteryStatus')})};ka.prototype.getFreeMemory=function(){var b=this;return
this._core.DeviceInfo.getFreeMemory().then(function(a){b.set('freeMemory',a);return
b.get('freeMemory')})};ka.prototype.getTotalMemory=
function(){return this.get('totalMemory')};ka.prototype.getDTO=function(){var b=this;return
this.getAnonymousDTO().then(function(a){b.getAdvertisingIdentifier()&&(a.advertisingTrackingId=b.getAdvertisin
gIdentifier(),a.limitAdTracking=b.getLimitAdTracking());return
a})};ka.prototype.getAnonymousDTO=function(){var b=this;return
Promise.all([this.getConnectionType().catch(function(a){return
b.handleDeviceInfoError(a)}),this.getNetworkType().catch(function(a){return
b.handleDeviceInfoError(a)}),this.getNetworkOperator().catch(function(a){return b.handleDeviceInfoError(a)}),
t h i s . g e t N e t w o r k O p e r a t o r N a m e ( ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}),this.getHeadset().catch(function(a){return
b.handleDeviceInfoError(a)}),this.getDeviceVolume().catch(function(a){return
b.handleDeviceInfoError(a)}),this.getScreenWidth().catch(function(a){return
b.handleDeviceInfoError(a)}),this.getScreenHeight().catch(function(a){return
b.handleDeviceInfoError(a)}),this.getScreenBrightness().catch(function(a){return
b.handleDeviceInfoError(a)}),this.getFreeSpace().catch(function(a){return b.handleDeviceInfoError(a)}),
t h i s . g e t B a t t e r y L e v e l ( ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}),this.getBatteryStatus().catch(function(a){return
b.handleDeviceInfoError(a)}),this.getFreeMemory().catch(function(a){return
b.handleDeviceInfoError(a)})]).then(function(a){var c=l.makeIterator(a);a=c.next().value;var
d=c.next().value,e=c.next().value,f=c.next().value,g=c.next().value,k=c.next().value,m=c.next().value,v=c.next().value
,r=c.next().value,h=c.next().value,n=c.next().value,p=c.next().value;c=c.next().value;return{osVersion:b.getOsVersio
n(),
deviceModel:b.getModel(),connectionType:a,networkType:d,screenWidth:m,screenHeight:v,networkOperator:e,netw
orkOperatorName:f,timeZone:b.getTimeZone(),headset:g,language:b.getLanguage(),deviceVolume:k,screenBrightnes
s:r,freeSpaceInternal:h,totalSpaceInternal:b.getTotalSpace(),batteryLevel:n,batteryStatus:p,freeMemory:c,totalMemor
y:b.getTotalMemory(),rooted:b.isRooted()}})};ka.prototype.getStaticDTO=function(){var
b=this.getAnonymousStaticDTO();this.getAdvertisingIdentifier()&&(b.advertisingTrackingId=
this.getAdvertisingIdentifier(),b.limitAdTracking=this.getLimitAdTracking());return
b};ka.prototype.getAnonymousStaticDTO=function(){return{osVersion:this.getOsVersion(),deviceModel:this.getMo
del(),timeZone:this.getTimeZone(),language:this.getLanguage(),totalSpaceInternal:this.getTotalSpace(),totalMemory:
this.getTotalMemory(),rooted:this.isRooted()}};ka.prototype.handleDeviceInfoError=function(b){this._core.Sdk.log
Warning(JSON.stringify(b))};ka.Schema={advertisingIdentifier:['string','undefined',
'null'],connectionType:['string'],timeZone:['string'],volume:['number'],networkOperator:['string','undefined'],networkO
peratorName:['string','undefined'],screenWidth:['integer'],screenHeight:['integer'],screenBrightness:['number'],limitAd
Tracking:['boolean','undefined'],osVersion:['string'],model:['string'],rooted:['boolean'],language:['string'],freeInternalS
pace:['number'],totalInternalSpace:['number'],networkType:['number'],batteryLevel:['number'],batteryStatus:['number']
,freeMemory:['number'],
totalMemory:['number'],cpuCount:['integer'],maxVolume:['number'],headset:['boolean']};var
ii;(function(b){b[b.VOLUME_CHANGED=0]='VOLUME_CHANGED';b[b.MUTE_STATE_RECEIVED=1]='MUT
E _ S T A T E _ R E C E I V E D ' } ) ( i i | | ( i i = { } ) ) ; v a r
ji;(function(b){b[b.EXTERNAL=0]='EXTERNAL';b[b.INTERNAL=1]='INTERNAL'})(ji||(ji={}));l.inherits(Ga,y);G
a . p r o t o t y p e . g e t A n d r o i d I d = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getAndroidId')};Ga.prototype.getApiLevel=function(){return
this._nativeBridge.invoke(this._fullApiClassName,
'getApiLevel')};Ga.prototype.getManufacturer=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getManufacturer')};Ga.prototype.getScreenLayout=function(){retu
r n
this._nativeBridge.invoke(this._fullApiClassName,'getScreenLayout')};Ga.prototype.getDisplayMetricDensity=functi
o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getDisplayMetricDensity')};Ga.prototype.getScreenDensity=funct
ion(){return this._nativeBridge.invoke(this._fullApiClassName,'getScreenDensity')};Ga.prototype.getPackageInfo=
f u n c t i o n ( b ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getPackageInfo',[b])};Ga.prototype.getSystemProperty=function(b
, a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getSystemProperty',[b,a])};Ga.prototype.getRingerMode=function
( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getRingerMode')};Ga.prototype.getDeviceVolume=function(b){re
t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getDeviceVolume',[b])};Ga.prototype.getDeviceMaxVolume=fun
ction(b){return this._nativeBridge.invoke(this._fullApiClassName,
'getDeviceMaxVolume',[b])};Ga.prototype.registerVolumeChangeListener=function(b){return
this._nativeBridge.invoke(this._fullApiClassName,'registerVolumeChangeListener',[b])};Ga.prototype.unregisterVolu
m e C h a n g e L i s t e n e r = f u n c t i o n ( b ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'unregisterVolumeChangeListener',[b])};Ga.prototype.getFreeSpac
e = f u n c t i o n ( b ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getFreeSpace',[ji[b]])};Ga.prototype.getTotalSpace=function(b){r
eturn this._nativeBridge.invoke(this._fullApiClassName,
'getTotalSpace',[ji[b]])};Ga.prototype.getSensorList=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getSensorList')};Ga.prototype.getBoard=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getBoard')};Ga.prototype.getBootloader=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getBootloader')};Ga.prototype.getBrand=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getBrand')};Ga.prototype.getDevice=function(){return
this._nativeBridge.invoke(this._fullApiClassName,
' g e t D e v i c e ' ) } ; G a . p r o t o t y p e . g e t H a r d w a r e = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getHardware')};Ga.prototype.getHost=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getHost')};Ga.prototype.getProduct=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getProduct')};Ga.prototype.getFingerprint=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getFingerprint')};Ga.prototype.getSupportedAbis=function(){retur
n this._nativeBridge.invoke(this._fullApiClassName,
'getSupportedAbis')};Ga.prototype.getUptime=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getUptime')};Ga.prototype.getElapsedRealtime=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getElapsedRealtime')};Ga.prototype.isUSBConnected=function(){
r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'isUSBConnected')};Ga.prototype.isAdbEnabled=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'isAdbEnabled')};Ga.prototype.getApkDigest=function(){return
this._nativeBridge.invoke(this._fullApiClassName,
'getApkDigest')};Ga.prototype.getCertificateFingerprint=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getCertificateFingerprint')};Ga.prototype.getBuildId=function(){r
e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getBuildId')};Ga.prototype.getBuildVersionIncremental=function(
) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getBuildVersionIncremental')};Ga.prototype.getNetworkMetered=
function(){return this._nativeBridge.invoke(this._fullApiClassName,'getNetworkMetered')};
G a . p r o t o t y p e . h a n d l e E v e n t = f u n c t i o n ( b , a ) { s w i t c h ( b ) { c a s e
ii[ii.VOLUME_CHANGED]:this.onVolumeChanged.trigger(a[0],a[1],a[2]);break;default:y.prototype.handleEvent.cal
l(this,b,a)}};l.inherits(ea,ka);ea.prototype.fetch=function(){var b=this;return
k a . p r o t o t y p e . f e t c h . c a l l ( t h i s ) . t h e n ( f u n c t i o n ( ) { v a r
a=[];a.push(b._core.DeviceInfo.Android.getAndroidId().then(function(a){return
b.set('androidId',a)}).catch(function(a){return b.handleDeviceInfoError(a)}));var
c=b._core.DeviceInfo.Android.getApiLevel();a.push(c.then(function(a){return b.set('apiLevel',
a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getTotalSpace(ji.INTERNAL).then(function(a){ret
urn b.set('totalInternalSpace',a)}).catch(function(a){return
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getTotalSpace(ji.EXTERNAL).then(function(a){re
turn b.set('totalExternalSpace',a)}).catch(function(a){return
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getManufacturer().then(function(a){return
b.set('manufacturer',
a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getScreenDensity().then(function(a){return
b . s e t ( ' s c r e e n D e n s i t y ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getDisplayMetricDensity().then(function(a){return
b . s e t ( ' d i s p l a y M e t r i c D e n s i t y ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getScreenLayout().then(function(a){return
b.set('screenLayout',a)}).catch(function(a){return b.handleDeviceInfoError(a)}));
b.set('isGoogleStoreInstalled',!0);b.set('isXiaomiStoreInstalled',!1);b.set('isGoogleMapsInstalled',!1);b.set('isTelephon
yInstalled',!1);a.push(b._core.DeviceInfo.Android.getDeviceMaxVolume(of.STREAM_MUSIC).then(function(a){ret
u r n b . s e t ( ' m a x V o l u m e ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(c.then(function(a){return(30<a?Promise.resolve(''):b._core.DeviceInfo.Android
.getApkDigest()).then(function(a){return b.set('apkDigest',a)}).catch(function(a){return
b.handleDeviceInfoError(a)})}));
a.push(b._core.DeviceInfo.Android.getCertificateFingerprint().then(function(a){return
b . s e t ( ' c e r t i f i c a t e F i n g e r P r i n t ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getBoard().then(function(a){return
b . s e t ( ' b o a r d ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getBootloader().then(function(a){return
b . s e t ( ' b o o t L o a d e r ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getBrand().then(function(a){return b.set('brand',
a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getDevice().then(function(a){return
b . s e t ( ' d e v i c e ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getHardware().then(function(a){return
b . s e t ( ' h a r d w a r e ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getHost().then(function(a){return
b . s e t ( ' h o s t ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getProduct().then(function(a){return
b.set('product',
a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getFingerprint().then(function(a){return
b . s e t ( ' f i n g e r P r i n t ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Android.getSupportedAbis().then(function(a){return
b.set('supportedAbis',a)}).catch(function(a){return b.handleDeviceInfoError(a)}));return
P r o m i s e . a l l ( a ) } ) } ; e a . p r o t o t y p e . g e t S t o r e s = f u n c t i o n ( ) { r e t u r n
this.isGoogleStoreInstalled()?'google':'none'};ea.prototype.isGoogleStoreInstalled=
function(){return this.get('isGoogleStoreInstalled')};ea.prototype.isXiaomiStoreInstalled=function(){return
this.get('isXiaomiStoreInstalled')};ea.prototype.isGoogleMapsInstalled=function(){return
this.get('isGoogleMapsInstalled')};ea.prototype.isTelephonyInstalled=function(){return
this.get('isTelephonyInstalled')};ea.prototype.getAndroidId=function(){return
this.get('androidId')};ea.prototype.getApiLevel=function(){return
this.get('apiLevel')};ea.prototype.getManufacturer=function(){return this.get('manufacturer')};
e a . p r o t o t y p e . g e t S c r e e n L a y o u t = f u n c t i o n ( ) { r e t u r n
this.get('screenLayout')};ea.prototype.getDisplayMetricDensity=function(){return
this.get('displayMetricDensity')};ea.prototype.getScreenDensity=function(){return
this.get('screenDensity')};ea.prototype.getFreeSpaceExternal=function(){var b=this;return
this._core.DeviceInfo.Android.getFreeSpace(ji.EXTERNAL).then(function(a){b.set('freeExternalSpace',a);return
b.get('freeExternalSpace')})};ea.prototype.getTotalSpaceExternal=function(){return this.get('totalExternalSpace')};
e a . p r o t o t y p e . g e t R i n g e r M o d e = f u n c t i o n ( ) { v a r b = t h i s ; r e t u r n
this._core.DeviceInfo.Android.getRingerMode().then(function(a){b.set('ringerMode',a);return
b.get('ringerMode')})};ea.prototype.isUSBConnected=function(){var b=this;return
this._core.DeviceInfo.Android.isUSBConnected().then(function(a){b.set('usbConnected',a);return
b.get('usbConnected')})};ea.prototype.getUptime=function(){var b=this;return
this._core.DeviceInfo.Android.getUptime().then(function(a){b.set('upTime',a);return b.get('upTime')})};
ea.prototype.getElapsedRealtime=function(){var b=this;return
this._core.DeviceInfo.Android.getElapsedRealtime().then(function(a){b.set('elapsedRealtime',a);return
b.get('elapsedRealtime')})};ea.prototype.getApkDigest=function(){return
this.get('apkDigest')};ea.prototype.getCertificateFingerprint=function(){return
this.get('certificateFingerPrint')};ea.prototype.getBoard=function(){return
this.get('board')};ea.prototype.getBootloader=function(){return this.get('bootLoader')};ea.prototype.getBrand=
function(){return this.get('brand')};ea.prototype.getDevice=function(){return
this.get('device')};ea.prototype.getHardware=function(){return
this.get('hardware')};ea.prototype.getHost=function(){return
t h i s . g e t ( ' h o s t ' ) } ; e a . p r o t o t y p e . g e t P r o d u c t = f u n c t i o n ( ) { r e t u r n
this.get('product')};ea.prototype.getFingerprint=function(){return
this.get('fingerPrint')};ea.prototype.getSupportedAbis=function(){return
this.get('supportedAbis')};ea.prototype.getSensorList=function(){var b=this;return
this._core.DeviceInfo.Android.getSensorList().then(function(a){b.set('sensorList',
a);return b.get('sensorList')})};ea.prototype.getNetworkMetered=function(){var b=this;return
this._core.DeviceInfo.Android.getNetworkMetered().then(function(a){b.set('networkMetered',a);return
b.get('networkMetered')})};ea.prototype.getFreeSpace=function(){var b=this;return
this._core.DeviceInfo.Android.getFreeSpace(ji.INTERNAL).then(function(a){b.set('freeInternalSpace',a);return
b.get('freeInternalSpace')})};ea.prototype.getDTO=function(){var b=this;return
ka.prototype.getDTO.call(this).then(function(a){var c=
Object.assign(Object.assign({},a),{apiLevel:b.getApiLevel(),deviceMake:b.getManufacturer(),screenLayout:b.getScr
eenLayout(),screenDensity:b.getScreenDensity(),displayMetricDensity:b.getDisplayMetricDensity(),totalSpaceExtern
al:b.getTotalSpaceExternal()});b.getAdvertisingIdentifier()||(c.androidId=b.getAndroidId());return
Promise.all([b.getFreeSpaceExternal().catch(function(a){return
b.handleDeviceInfoError(a)}),b.getRingerMode().catch(function(a){return
b.handleDeviceInfoError(a)}),b.isUSBConnected().catch(function(a){return b.handleDeviceInfoError(a)}),
b.getNetworkMetered().catch(function(a){return b.handleDeviceInfoError(a)})]).then(function(a){var
b = l . m a k e I t e r a t o r ( a ) ; a = b . n e x t ( ) . v a l u e ; v a r
d=b.next().value,g=b.next().value;b=b.next().value;c.freeSpaceExternal=a;c.ringerMode=d;c.usbConnected=g;c.netw
orkMetered=b;return c})})};ea.prototype.getAnonymousDTO=function(){var b=this;return
ka.prototype.getAnonymousDTO.call(this).then(function(a){var
c=Object.assign(Object.assign({},a),{apiLevel:b.getApiLevel(),deviceMake:b.getManufacturer(),screenLayout:b.getS
creenLayout(),
screenDensity:b.getScreenDensity(),displayMetricDensity:b.getDisplayMetricDensity(),totalSpaceExternal:b.getTotal
SpaceExternal()});return Promise.all([b.getFreeSpaceExternal().catch(function(a){return
b.handleDeviceInfoError(a)}),b.getRingerMode().catch(function(a){return
b . h a n d l e D e v i c e I n f o E r r o r ( a ) } ) ] ) . t h e n ( f u n c t i o n ( a ) { v a r
b=l.makeIterator(a);a=b.next().value;b=b.next().value;c.freeSpaceExternal=a;c.ringerMode=b;return
c})})};ea.prototype.getStaticDTO=function(){var b=Object.assign(Object.assign({},
ka.prototype.getStaticDTO.call(this)),{apiLevel:this.getApiLevel(),deviceMake:this.getManufacturer(),screenLayout:t
his.getScreenLayout(),screenDensity:this.getScreenDensity(),displayMetricDensity:this.getDisplayMetricDensity(),tot
alSpaceExternal:this.getTotalSpaceExternal()});this.getAdvertisingIdentifier()||(b.androidId=this.getAndroidId());retu
rn b};ea.prototype.getAnonymousStaticDTO=function(){return
Object.assign(Object.assign({},ka.prototype.getAnonymousStaticDTO.call(this)),{apiLevel:this.getApiLevel(),
deviceMake:this.getManufacturer(),screenLayout:this.getScreenLayout(),screenDensity:this.getScreenDensity(),displa
yMetricDensity:this.getDisplayMetricDensity(),totalSpaceExternal:this.getTotalSpaceExternal()})};var
ua;(function(b){b.DEFAULT='default';b.LEGITIMATE_INTEREST='legitimate_interest';b.UNITY_CONSENT='uni
ty_consent';b.DEVELOPER_CONSENT='developer_consent'})(ua||(ua={}));var
Cj=Fe(function(b,a){return{setPiplOptinState:function(c){void
0!==c&&b({metadata:Object.assign(Object.assign({},a().metadata),
{piplOptinState:yq(c)})})}}});(function(b){return b.subscribe(rt(b),function(a){return
a.storageApi})})(Cj);(function(b){return[ab.subscribe(qt(b),function(a){var b,d;return
null===(d=null===(b=a.config)||void 0===b?void 0:b.pipl)||void 0===d?void
0:d.applies}),b.subscribe(pt(b),function(a){var b;return null===(b=a.metadata)||void 0===b?void
0:b.piplOptinState})]})(Cj);ml.getDeviceTrackingIdentifiers=function(b,a,c,d){c={idfi:c.getIdfi()};if(!d){var
e=d=void 0,f=void 0,g,k,m;void 0===d&&(d=Cj.getState().metadata);
void 0===e&&(e=null===(g=ab.getState().config)||void 0===g?void 0:g.pipl);void
0===f&&(f=null===(m=null===(k=ab.getState().config)||void 0===k?void 0:k.gamePrivacy)||void 0===m?void
0:m.method);d=(null===e||void 0===e?0:e.applies)||(null===d||void 0===d?0:d.piplApplies)?void
0!==(null===d||void 0===d?void 0:d.piplConsent)||f===ua.DEVELOPER_CONSENT?!0!==(null===d||void
0===d?void 0:d.piplConsent):'OptIn'!==((null===e||void 0===e?void 0:e.optinState)||(null===d||void 0===d?void
0:d.piplOptinState)):
!1}return d?Object.assign(Object.assign({},c),{advertisingTrackingId:'00000000-0000-0000-0000-
000000000000',limitAdTracking:a.getLimitAdTracking()}):a.getAdvertisingIdentifier()?Object.assign(Object.assign(
{},c),{advertisingTrackingId:a.getAdvertisingIdentifier(),limitAdTracking:a.getLimitAdTracking()}):b===t.ANDROI
D&&a instanceof ea?Object.assign(Object.assign({},c),{androidId:a.getAndroidId()}):c};var
vp;(function(b){b.PREROLL='preroll';b.MIDROLL='midroll';b.POSTROLL='postroll';b.STANDALONE='standalon
e'})(vp||
( v p = { } ) ) ; v a r
wp;(function(b){b.MINIMIZED='minimized';b.COLLAPSED='collapsed';b.NORMAL='normal';b.EXPANDED='exp
a n d e d ' ; b . F U L L S C R E E N = ' f u l l s c r e e n ' } ) ( w p | | ( w p = { } ) ) ; v a r
xp;(function(b){b.CLICK='click';b.INVITATION_ACCEPT='invitationAccept'})(xp||(xp={}));var
Wh;(function(b){b.SESSION_START='sessionStart';b.SESSION_ERROR='sessionError';b.SESSION_FINISH='sessi
o n F i n i s h ' } ) ( W h | | ( W h = { } ) ) ; v a r
Sb;(function(b){b.VERIFICATION_RESOURCES='verificationResources';b.POPULATE_VENDOR_KEY='populat
eVendorKey';b.ON_EVENT_PROCESSED=
'onEventProcessed';b.OMID_IMPRESSION='omidImpression';b.OMID_LOADED='omidLoaded';b.OMID_START=
'omidStart';b.OMID_FIRST_QUARTILE='omidFirstQuartile';b.OMID_MIDPOINT='omidMidpoint';b.OMID_THIR
D_QUARTILE='omidThirdQuartile';b.OMID_COMPLETE='omidComplete';b.OMID_PAUSE='omidPause';b.OMID
_RESUME='omidResume';b.OMID_BUFFER_START='omidBufferStart';b.OMID_BUFFER_FINISH='omidBufferF
inish';b.OMID_SKIPPED='omidSkipped';b.OMID_VOLUME_CHANGE='omidVolumeChange';b.OMID_PLAYER
_STATE_CHANGE='omidPlayerStateChange';
b.OMID_AD_USER_INTERACTION='omidAdUserInteraction';b.OMID_GEOMETRY_CHANGE='omidGeometry
C h a n g e ' ; b . O M I D _ V I D E O = ' o m i d V i d e o ' } ) ( S b | | ( S b = { } ) ) ; v a r
Ef;(function(b){b.NOT_FOUND='notFound';b.HIDDEN='hidden';b.BACKGROUNDED='backgrounded';b.OBSTRU
C T E D = ' o b s t r u c t e d ' ; b . C L I P P E D = ' c l i p p e d ' } ) ( E f | | ( E f = { } ) ) ; v a r
cj;(function(b){b.DISPLAY='display';b.VIDEO='video'})(cj||(cj={}));var
Um;(function(b){b.DISPLAY='display';b.VIDEO='video'})(Um||(Um={}));var
pk;(function(b){b.FULL='full';b.LIMITED='limited'})(pk||(pk={}));var qk;
( q k | | ( q k = { } ) ) . B E G I N _ T O _ R E N D E R = ' b e g i n T o R e n d e r ' ; v a r
yp;(function(b){b.JS_CUSTOM='jsCustom';b.NATIVE_CUSTOM='nativeCustom'})(yp||(yp={}));var
zp;(function(b){b.NATIVE='native';b.HTML='html';b.JAVASCRIPT='javascript'})(zp||(zp={}));var
Cl;(function(b){b.SSP='doubleclickbygoogle.com-ssp';b.DSP='doubleclickbygoogle.com-
dsp';b.Neutral='doubleclickbygoogle.com'})(Cl||(Cl={}));var
ad;(function(b){b.version1_0='1.0';b.version2_0='2.0';b.version2_1='2.1';b.version2_2='2.2';b.version3_0='3.0'})(ad||(
ad={}));
l.inherits(W,ka);W.prototype.fetch=function(){var b=this;return ka.prototype.fetch.call(this).then(function(){var
a=[];b.setOsVersionNumber();b.handleLimitAdTrackingDeprecation();a.push(b._core.DeviceInfo.Ios.getUserInterfac
eIdiom().then(function(a){return b.set('userInterfaceIdiom',a)}).catch(function(a){return
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Ios.getScreenScale().then(function(a){return
b . s e t ( ' s c r e e n S c a l e ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Ios.isSimulator().then(function(a){return b.set('simulator',
a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Ios.getTotalSpace().then(function(a){return
b . s e t ( ' t o t a l I n t e r n a l S p a c e ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Ios.getStatusBarHeight().then(function(a){return
b . s e t ( ' s t a t u s B a r H e i g h t ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Ios.getStatusBarWidth().then(function(a){return
b.set('statusBarWidth',a)}).catch(function(a){return b.handleDeviceInfoError(a)}));
a.push(b._core.DeviceInfo.Ios.getDeviceMaxVolume().then(function(a){return
b . s e t ( ' m a x V o l u m e ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Ios.getDeviceName().then(function(a){return
b . s e t ( ' d e v i c e N a m e ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Ios.getVendorIdentifier().then(function(a){return
b . s e t ( ' v e n d o r I d e n t i f i e r ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Ios.getLocaleList().then(function(a){return
b.set('localeList',
a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Ios.getCurrentUITheme().then(function(a){return
b . s e t ( ' c u r r e n t U i T h e m e ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Ios.getAdNetworkIdsPlist().then(function(a){return
b . s e t ( ' a d N e t w o r k s P l i s t ' , a ) } ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n
b.handleDeviceInfoError(a)}));a.push(b._core.DeviceInfo.Ios.getSystemBootTime().then(function(a){return
b.set('systemBootTime',a)}).catch(function(a){return b.handleDeviceInfoError(a)}));
a.push(b._core.iOS.TrackingManager.getTrackingAuthorizationStatus().then(function(a){return
b.set('trackingAuthorizationStatus',a)}).catch(function(a){return
b.handleDeviceInfoError(a)}));a.push(b.getBuiltSdkVersion().then(function(a){return
b.determineSkadnVersion(a)}).catch(function(a){return b.handleDeviceInfoError(a)}));return
Promise.all(a)})};W.prototype.getStores=function(){return'apple'};W.prototype.getScreenScale=function(){return
this.get('screenScale')};W.prototype.getUserInterfaceIdiom=
function(){return this.get('userInterfaceIdiom')};W.prototype.isSimulator=function(){return
this.get('simulator')};W.prototype.getStatusBarHeight=function(){return
this.get('statusBarHeight')};W.prototype.getStatusBarWidth=function(){return
this.get('statusBarWidth')};W.prototype.getDeviceName=function(){return
this.get('deviceName')};W.prototype.getVendorIdentifier=function(){return
this.get('vendorIdentifier')};W.prototype.getLocaleList=function(){return
this.get('localeList')};W.prototype.getCurrentUiTheme=
function(){return this.get('currentUiTheme')};W.prototype.getAdNetworksPlist=function(){return
this.get('adNetworksPlist')};W.prototype.getSystemBootTime=function(){return
this.get('systemBootTime')};W.prototype.getTrackingAuthorizationStatus=function(){return
this.get('trackingAuthorizationStatus')};W.prototype.isStatusBarHidden=function(){var b=this;return
this._core.DeviceInfo.Ios.isStatusBarHidden().then(function(a){b.set('statusBarHidden',a);return
b.get('statusBarHidden')})};W.prototype.getSensorList=
function(){var b=this;return this._core.DeviceInfo.Ios.getSensorList().then(function(a){b.set('sensorList',a);return
b.get('sensorList')})};W.prototype.getFreeSpace=function(){var b=this;return
this._core.DeviceInfo.Ios.getFreeSpace().then(function(a){b.set('freeInternalSpace',a);return
b.get('freeInternalSpace')})};W.prototype.getDTO=function(){var b=this;return
k a . p r o t o t y p e . g e t D T O . c a l l ( t h i s ) . t h e n ( f u n c t i o n ( a ) { r e t u r n
Object.assign(Object.assign({},a),{screenScale:b.getScreenScale(),userInterfaceIdiom:b.getUserInterfaceIdiom(),
simulator:b.isSimulator()})})};W.prototype.getAnonymousDTO=function(){var b=this;return
ka.prototype.getAnonymousDTO.call(this).then(function(a){return
Object.assign(Object.assign({},a),{screenScale:b.getScreenScale(),userInterfaceIdiom:b.getUserInterfaceIdiom(),simu
lator:b.isSimulator()})})};W.prototype.getStaticDTO=function(){return
Object.assign(Object.assign({},ka.prototype.getStaticDTO.call(this)),{screenScale:this.getScreenScale(),userInterface
Idiom:this.getUserInterfaceIdiom(),simulator:this.isSimulator()})};
W . p r o t o t y p e . g e t A n o n y m o u s S t a t i c D T O = f u n c t i o n ( ) { r e t u r n
Object.assign(Object.assign({},ka.prototype.getAnonymousStaticDTO.call(this)),{screenScale:this.getScreenScale(),u
serInterfaceIdiom:this.getUserInterfaceIdiom(),simulator:this.isSimulator()})};W.prototype.handleLimitAdTrackingD
eprecation=function(){this.isSdk14OrGreater()&&this.set('limitAdTracking',!1)};W.prototype.determineSkadnVersio
n = f u n c t i o n ( b ) { v a r
a=Number(b);this.determineSkadnVersions(b);this.isSdk14OrGreater()&&this.isValidNumber(a)&&14<=
a?this.set('skadnVersion',ad.version2_0):this.set('skadnVersion',ad.version1_0)};W.prototype.determineSkadnVersion
s = f u n c t i o n ( b ) { v a r
a=[];b=Number(b);this.isSdkAndBuiltSdkGreaterOrEqual(14.6,b)?a.push(ad.version3_0,ad.version2_2,ad.version2_1,
ad.version2_0):this.isSdkAndBuiltSdkGreaterOrEqual(14.5,b)?a.push(ad.version2_2,ad.version2_1,ad.version2_0):thi
s.isSdkAndBuiltSdkGreaterOrEqual(14,b)&&a.push(ad.version2_1,ad.version2_0);a.push(ad.version1_0);this.set('ska
dnVersions',a)};W.prototype.getSkadnVersion=
function(){return this.get('skadnVersion')};W.prototype.getSkadnVersions=function(){return
this.get('skadnVersions')};W.prototype.isSdk14OrGreater=function(){return
this.isSdkGreaterOrEqual(14)};W.prototype.isSdkAndBuiltSdkGreaterOrEqual=function(b,a){return
this.isSdkGreaterOrEqual(b)&&this.isValidNumber(a)&&a>=b};W.prototype.setOsVersionNumber=function(){var
b = t h i s . g e t ( ' o s V e r s i o n ' ) ; b & & b . m a t c h ( / ^ [ 0 - 9 ] + \ . [ 0 -
9]+/)&&2<=b.split('.').length&&(b=b.split('.'),b=Number(b[0]+'.'+b[1]),this.isValidNumber(b)&&
(this.osVersionNumber=b))};W.prototype.isSdkGreaterOrEqual=function(b){return!!(this.osVersionNumber&&this.o
sVersionNumber>=b)};W.prototype.isValidNumber=function(b){return!isNaN(b)&&isFinite(b)};W.prototype.getBui
l t S d k V e r s i o n = f u n c t i o n ( ) { v a r b = t h i s ; r e t u r n
this._core.iOS.MainBundle.getDataForKey(W.DtsdkNameKey).then(function(a){return
b.getBuiltSdkVersionFromPlistParams(a)})};W.prototype.getBuiltSdkVersionFromPlistParams=function(b){try{retur
n b[1].replace('iphoneos','')}catch(a){return''}};W.DtsdkNameKey=
'DTSDKName';qj.prototype.get=function(b,a){var c=this;return
this._core.Storage.get(B.PUBLIC,b+'.value').then(function(d){a&&(c._core.Storage.delete(B.PUBLIC,b),c._core.Stor
a g e . w r i t e ( B . P U B L I C ) ) ; r e t u r n
Promise.resolve([!0,d])}).catch(function(a){a=l.makeIterator(a).next().value;switch(a){case
Ge[Ge.COULDNT_GET_VALUE]:return Promise.resolve([!1,null]);case
Ge[Ge.COULDNT_GET_STORAGE]:return Promise.resolve([!1,null]);default:throw
Error(a);}})};qj.prototype.getKeys=function(b){return this._core.Storage.getKeys(B.PUBLIC,
b,!1).then(function(a){return a}).catch(function(a){a=l.makeIterator(a).next().value;switch(a){case
G e [ G e . C O U L D N T _ G E T _ S T O R A G E ] : r e t u r n [ ] ; d e f a u l t : t h r o w
E r r o r ( a ) ; } } ) } ; q j . p r o t o t y p e . h a s C a t e g o r y = f u n c t i o n ( b ) { r e t u r n
this._core.Storage.getKeys(B.PUBLIC,b,!1).then(function(a){return
0<a.length}).catch(function(a){a=l.makeIterator(a).next().value;switch(a){case
G e [ G e . C O U L D N T _ G E T _ S T O R A G E ] : r e t u r n ! 1 ; d e f a u l t : t h r o w
Error(a);}})};l.inherits(Fb,R);Fb.prototype.getCategory=function(){return this.get('category')};Fb.prototype.getKeys=
function(){return this.get('keys')};Fb.prototype.fetch=function(b,a){var c=this,d=[];d=a?a:this.getKeys();return
this.getValues(b,d).then(function(a){return c.setValues(a)})};Fb.prototype.setValues=function(b){var a=!1,c;for(c in
b)if(b.hasOwnProperty(c)){try{this.set(c,b[c])}catch(d){return!1}a=!0}return
a};Fb.prototype.getValues=function(b,a){var c=this,d={},e=new qj(b);return
e.hasCategory(this.getCategory()).then(function(b){return b?Promise.all(a.map(function(a){return
e.get(c.getCategory()+
' . ' + a , ! 1 ) . t h e n ( f u n c t i o n ( b ) { v a r
c=l.makeIterator(b);b=c.next().value;c=c.next().value;b&&(d[a]=c)})})):Promise.resolve([])}).then(function(){return
d})};Fb.Schema={category:['string'],keys:['array']};l.inherits(uh,Fb);uh.prototype.getName=function(){return
t h i s . g e t ( ' n a m e ' ) } ; u h . p r o t o t y p e . g e t V e r s i o n = f u n c t i o n ( ) { r e t u r n
this.get('version')};uh.prototype.getDTO=function(){return{frameworkName:this.getName(),frameworkVersion:this.g
etVersion()}};l.inherits(ae,Fb);ae.prototype.getName=function(){return this.get('name')};
ae.prototype.getVersion=function(){return this.get('version')};ae.prototype.getAdapterVersion=function(){return
this.get('adapter_version')};ae.prototype.setOrdinal=function(b){this.set('ordinal',b)};ae.prototype.getOrdinal=functio
n(){return this.get('ordinal')};ae.prototype.isMetaDataLoadEnabled=function(){var
b = t h i s . g e t ( ' e n a b l e _ m e t a d a t a _ l o a d ' ) ; r e t u r n
b?b:!1};ae.prototype.getDTO=function(){return{mediationName:this.getName(),mediationVersion:this.getVersion(),
mediationAdapterVersion:this.getAdapterVersion(),
mediationOrdinal:this.getOrdinal()}};K.setCampaignId=function(b){K.CampaignId=b};K.setSessionId=function(b){
K.SessionId=b};K.setCountry=function(b){K.Country=b};K.setCountrySubdivision=function(b){K.CountrySubdivisi
on=b};K.setCampaignResponse=function(b){K.CampaignResponse=b};K.setBaseUrl=function(b){K.BaseUrl=b+'/v4
/games';K.AuctionV5BaseUrl=b+'/v5/games';K.AuctionV6BaseUrl=b+'/v6/games';K.AuctionV7BaseUrl=b+'/v7/gam
es';K.TestModeUrl=b+'/v4/test/games';K.AuctionV6TestBaseUrl=b+'/v6/test/games';K.AuctionV7TestBaseUrl=
b+'/v7/test/games'};K.prototype.setPreviousPlacementId=function(b){this._previousPlacementId=b};K.prototype.getP
reviousPlacementId=function(){return this._previousPlacementId};K.createRequestUrl=function(b,a,c,d,e,f,g,k){var
m=b;b=ml.getDeviceTrackingIdentifiers(a,d,f,e.isCoppaCompliant());m=E.addParameters(m,b);k&&g&&(m=E.addP
arameters(m,{auctionId:g}));m=E.addParameters(m,{deviceModel:d.getModel(),platform:t[a].toLowerCase(),sdkVers
ion:c.getSdkVersion(),stores:d.getStores()});a===t.IOS&&d instanceof
W?m=E.addParameters(m,{osVersion:d.getOsVersion(),screenScale:d.getScreenScale()}):a===t.ANDROID&&d
i n s t a n c e o f
ea&&(m=E.addParameters(m,{deviceMake:d.getManufacturer(),screenSize:d.getScreenLayout(),screenDensity:d.get
ScreenDensity(),apiLevel:d.getApiLevel()}));e.getTestMode()&&(m=E.addParameters(m,{test:!0}));K.CampaignId&
&(m=E.addParameters(m,{forceCampaignId:K.CampaignId}));K.SessionId&&(m=E.addParameters(m,{forceSession
Id:K.SessionId}));K.AbGroup&&(m=E.addParameters(m,{forceAbGroup:K.AbGroup}));
K.Country&&(m=E.addParameters(m,{force_country:K.Country}));K.CountrySubdivision&&(m=E.addParameters(
m,{force_country_subdivision:K.CountrySubdivision}));return
Promise.all([d.getScreenWidth(),d.getScreenHeight(),d.getConnectionType(),d.getNetworkType()]).then(function(a){
var b=l.makeIterator(a);a=b.next().value;var c=b.next().value,d=b.next().value;b=b.next().value;return
m=E.addParameters(m,{screenWidth:a,screenHeight:c,connectionType:d,networkType:b})})};K.createRequestBody=
function(b,a,c,d,e,
f , g , k , m , v , r , h , n , p , q , t , u , x , w , y , B ) { v a r
A=this,C={},X={bundleVersion:b.getApplicationVersion(),bundleId:b.getApplicationName(),coppa:a.isCoppaCompl
iant(),language:c.getLanguage(),gameSessionId:e.getGameSessionId(),timeZone:c.getTimeZone(),simulator:c
i n s t a n c e o f W ? c . i s S i m u l a t o r ( ) : v o i d
0,token:a.getToken(),legalFramework:f.getLegalFramework(),agreedOverAgeLimit:d.getAgeGateChoice()};q&&(X.
previousPlacementId=q);'undefined'!==typeof navigator&&navigator.userAgent&&'string'===typeof
navigator.userAgent&&
(X.webviewUa=navigator.userAgent);x&&(X.nofillRetry=!0);X.headerBidding=n.isHeaderBiddingModeEnabled()||v
o i d 0 ; r e t u r n
Promise.all([c.getNetworkOperator(),c.getNetworkOperatorName(),c.getHeadset(),c.getDeviceVolume(),v.getAdMob
RequestSignalOptions(n,B),v.getOptionalSignal().then(function(a){return a.getDTO()})]).then(function(b){var
d = l . m a k e I t e r a t o r ( b ) ; b = d . n e x t ( ) . v a l u e ; v a r
e=d.next().value,q=d.next().value,x=d.next().value,B=d.next().value;d=d.next().value;var
D;X.deviceFreeSpace=r;X.networkOperator=
b;X.networkOperatorName=e;X.wiredHeadset=q;X.volume=x;X.requestSignal=null===(D=null===B||void
0 = = = B ? v o i d 0 : B . r e q u e s t S i g n a l ) | | v o i d 0 = = = D ? v o i d
0:D.getBase64ProtoBufNonEncoded();X.ext=d;k&&0<k.length&&(X.cachedCampaigns=k);m&&(X.versionCode=m
);return Promise.all([h.fetch(ae),h.fetch(uh)]).then(function(b){var
d = l . m a k e I t e r a t o r ( b ) ; b = d . n e x t ( ) . v a l u e ; d = d . n e x t ( ) . v a l u e ; v a r
e;b&&(X.mediationName=b.getName(),X.mediationVersion=b.getVersion(),b.getOrdinal()&&(X.mediationOrdinal=
b.getOrdinal()));d&&(X.frameworkName=
d . g e t N a m e ( ) , X . f r a m e w o r k V e r s i o n = d . g e t V e r s i o n ( ) ) ; v a r
k=n.getPlacements(),m=pc()('poddingGame','true');w?(b={adTypes:w.getAdTypes(),allowSkip:w.allowSkip(),auction
Type:w.getAuctionType(),adFormat:w.getAdFormat()},w.getAdPodding()&&m&&(b.adPodding=w.getAdPodding())
,C[w.id]=b):Object.keys(k).forEach(function(a){var b=k[a];if(!b.isBannerPlacement()){var
c={adTypes:b.getAdTypes(),allowSkip:b.allowSkip(),auctionType:b.getAuctionType(),adFormat:b.getAdFormat(),pla
cementType:b.placementType};b.getAdPodding()&&
m&&(c.adPodding=b.getAdPodding());C[a]=c}});u||(u={gdprEnabled:f.isGDPREnabled(),optOutEnabled:f.isOptOut
Enabled(),optOutRecorded:f.isOptOutRecorded()});b=v.isGMAIntegrated()&&B.signalMap&&B.signalMap!=={}?A
.appendGMASignalsToPlacements(C,B):C;X.placements=b;X.properties=a.getProperties();X.sessionDepth=z.getAdR
equestOrdinal();X.projectId=a.getUnityProjectId();X.gameSessionCounters=g;X.gdprEnabled=u.gdprEnabled;X.optO
utEnabled=u.optOutEnabled;X.optOutRecorded=u.optOutRecorded;X.privacy=t;X.abGroup=
n u l l = = = ( e = a b . g e t S t a t e ( ) . c o n f i g ) | | v o i d 0 = = = e ? v o i d
0:e.abGroup;X.isLoadEnabled=p;X.omidPartnerName='Unity3d';X.omidJSVersion='1.3.0';X.srcPayoutType=n.getSrc
PayoutType();if(e=a.getOrganizationId())X.organizationId=e;if(e=a.getDeveloperId())X.developerId=e;y&&(X.loadV
5 S u p p o r t = y ) ; c i n s t a n c e o f
W&&(X.plist=c.getAdNetworksPlist(),X.idfv=c.getVendorIdentifier(),X.deviceName=c.getDeviceName(),X.locales=
c.getLocaleList(),X.currentUiTheme=c.getCurrentUiTheme(),X.systemBootTime=c.getSystemBootTime(),X.tracking
AuthStatus=
c.getTrackingAuthorizationStatus(),X.skadnVersion=c.getSkadnVersion(),X.skadnVersions=c.getSkadnVersions());re
t u r n X } ) } ) } ; K . g e t V e r s i o n C o d e = f u n c t i o n ( b , a , c ) { r e t u r n
b===t.ANDROID?a.DeviceInfo.Android.getPackageInfo(c.getApplicationName()).then(function(a){if(a.versionCode
)return a.versionCode}).catch(function(){}):Promise.resolve(void
0 ) } ; K . g e t F u l l y C a c h e d C a m p a i g n s = f u n c t i o n ( b ) { r e t u r n
b.Storage.getKeys(B.PRIVATE,'cache.campaigns',!1).then(function(a){return
a}).catch(function(){return[]})};K.appendGMASignalsToPlacements=
function(b,a){Object.keys(b).forEach(function(c){var d;if(null===(d=null===a||void 0===a?void
0:a.signalMap)||void 0===d?0:d[c])b[c]=Object.assign(Object.assign({},b[c]),{gmaSignal:a.signalMap[c]})});return
b};K.BaseUrl='https://auction.unityads.unity3d.com/v4/games';K.AuctionV5BaseUrl='https://auction.unityads.unity3
d.com/v5/games';K.AuctionV6BaseUrl='https://auction.unityads.unity3d.com/v6/games';K.AuctionV7BaseUrl='https:
//auction.unityads.unity3d.com/v7/games';K.TestModeUrl='https://auction.unityads.unity3d.com/v4/test/games';
K.AuctionV6TestBaseUrl='https://auction.unityads.unity3d.com/v6/test/games';K.AuctionV7TestBaseUrl='https://auc
tion.unityads.unity3d.com/v7/test/games';K.HeaderBiddingBaseUrl='https://publisher-
c a m p a i g n . u n i t y a d s . u n i t y 3 d . c o m / a d v a n c e d - b i d d i n g ' ; v a r
fe;(function(b){b[b.FORCED=0]='FORCED';b[b.ALLOWED=1]='ALLOWED';b[b.DISABLED=2]='DISABLED'})(
fe||(fe={}));l.inherits(Fc,R);Fc.prototype.isEnabled=function(){return
this.get('enabled')};Fc.prototype.getCountry=function(){return this.get('country')};Fc.prototype.getSubdivision=
function(){return this.get('subdivision')};Fc.prototype.isCoppaCompliant=function(){return
this.get('coppaCompliant')};Fc.prototype.isAnalyticsEnabled=function(){return
this.get('analytics')};Fc.prototype.getProperties=function(){return
this.get('properties')};Fc.prototype.getToken=function(){return
this.get('token')};Fc.prototype.getAppStoreId=function(){return
this.get('appStoreId')};Fc.prototype.getUnityProjectId=function(){return
this.get('projectId')};Fc.prototype.getTestMode=function(){return this.get('test')};
F c . p r o t o t y p e . g e t O r g a n i z a t i o n I d = f u n c t i o n ( ) { r e t u r n
this.get('organizationId')};Fc.prototype.getDeveloperId=function(){return
this.get('developerId')};Fc.prototype.getFeatureFlags=function(){return
this.get('featureFlags')};Fc.prototype.isCoppaOverriden=function(){return
this.get('coppaOverriden')};Fc.prototype.getExperimentation=function(){return
this.get('experimentation')};Fc.prototype.getDTO=function(){return{enabled:this.isEnabled(),country:this.getCountry(
),coppaCompliant:this.isCoppaCompliant(),
gamerToken:this.getToken(),projectId:this.getUnityProjectId(),testMode:this.getTestMode(),organizationId:this.getOr
ganizationId(),developerId:this.getDeveloperId(),featureFlags:this.getFeatureFlags(),appStoreId:this.getAppStoreId(),
experimentation:this.getExperimentation()}};Fc.Schema={enabled:['boolean'],country:['string'],subdivision:['string'],c
oppaCompliant:['boolean'],abGroup:['number','undefined'],properties:['string'],analytics:['boolean'],test:['boolean'],proj
ectId:['string'],appStoreId:['string',
'undefined'],token:['string'],organizationId:['string','undefined'],developerId:['number','undefined'],featureFlags:['array'
],coppaOverriden:['boolean','undefined'],experimentation:['object','undefined']};l.inherits(yg,ob);yg.prototype.getDyna
m i c M a r k u p = f u n c t i o n ( ) { r e t u r n
this.get('dynamicMarkup')};yg.prototype.getRequiredAssets=function(){return[]};yg.prototype.getOptionalAssets=fu
nction(){return[]};yg.prototype.isConnectionNeeded=function(){return!1};yg.prototype.getWidth=function(){return
this.get('width')};
y g . p r o t o t y p e . g e t H e i g h t = f u n c t i o n ( ) { r e t u r n
this.get('height')};l.inherits(Ec,ob);Ec.prototype.hasEndScreen=function(){return
this.getVPAID().hasEndScreen()};Ec.prototype.getCompanionAd=function(){return
this.getVPAID().getCompanion()};Ec.prototype.getCompanionClickThroughURL=function(){return
this.getVPAID().getCompanionClickThroughURL()};Ec.prototype.getCompanionLandscapeUrl=function(){return
this.getVPAID().getCompanionLandscapeUrl()};Ec.prototype.getCompanionPortraitUrl=function(){return
this.getVPAID().getCompanionPortraitUrl()};
E c . p r o t o t y p e . h a s C o m p a n i o n A d = f u n c t i o n ( ) { r e t u r n
this.getVPAID().hasCompanionAd()};Ec.prototype.getVPAID=function(){return
this.get('vpaid')};Ec.prototype.getRequiredAssets=function(){return[]};Ec.prototype.getOptionalAssets=function(){ret
urn[]};Ec.prototype.getTrackingUrlsForEvent=function(b){return
this.getVPAID().getVpaidTrackingEventUrls(b)};Ec.prototype.getVideoClickTrackingURLs=function(){return
this.getVPAID().getVideoClickTrackingURLs()};Ec.prototype.getVideoClickThroughURL=function(){return
this.getVPAID().getVideoClickThroughURL()};
Ec.prototype.isConnectionNeeded=function(){return!0};Ec.prototype.getImpressionUrls=function(){return
this.getVPAID().getImpressionUrls()};Ec.prototype.setTrackingUrls=function(b){ob.prototype.setTrackingUrls.call(t
his,b);this.addCustomTracking(b)};Ec.prototype.addCustomTracking=function(b){var
a=this;b&&Object.entries(b).forEach(function(b){b=l.makeIterator(b);var
c=b.next().value;(b=b.next().value)&&b.forEach(function(b){return
a.getVPAID().addTrackingEventUrl(c,b)})})};z.initialize=function(b,
a,c,d,e,f,g,k){z._core=b;z._request=a;z._adsConfig=c;z._sessionManager=d;z._campaignManager=e;z._metaDataMan
ager=f;z._clientInfo=g;k.onFinish.subscribe(function(a){return
z.setCachingFinishTimestamp(a.fileId)});k.onStart.subscribe(function(a,b){0===b&&z.setCachingStartTimestamp(a.
fileId)});z._initialized=!0};z.sendReadyEvent=function(b){z._initialized&&z.isTestActive()&&z.getSdkStatsEvent('r
eady',b).then(function(a){ca.sendEvent(z._topic,ec.ANONYMOUS,a)})};z.sendShowEvent=function(b){z._initialize
d&&
z.isTestActive()&&z.getSdkStatsEvent('show',b).then(function(a){ca.sendEvent(z._topic,ec.ANONYMOUS,a)})};z.i
ncreaseAdRequestOrdinal=function(){z._adRequestOrdinal++};z.getAdRequestOrdinal=function(){return
z._adRequestOrdinal};z.setInitTimestamp=function(){z._initTimestamp=Date.now()};z.setAdRequestTimestamp=fun
ction(){z._latestAdRequestTimestamp=Date.now();z._parseDuration={}};z.getAdRequestTimestamp=function(){retu
rn z._latestAdRequestTimestamp};z.setAdRequestDuration=function(b){z._latestAdRequestDuration=
b};z.setReadyEventTimestamp=function(b){z._readyEventSent[b]=Date.now()};z.getReadyEventTimestamp=functio
n(b){return z._readyEventSent[b]};z.getRequestToReadyTime=function(b){return z.getReadyEventTimestamp(b)-
z.getAdRequestTimestamp()};z.setCachingStartTimestamp=function(b){z._cachingStarted[b]=Date.now()};z.setCach
ingFinishTimestamp=function(b){z._cachingFinished[b]=Date.now()};z.setParseDuration=function(b,a){z._parseDur
ation[b]=a};z.setFrameSetStartTimestamp=function(b){z._frameSetStarted[b]=
Date.now()};z.getFrameSetStartTimestamp=function(b){return z._frameSetStarted[b]};z.isTestActive=function(){var
b=z._sessionManager.getGameSessionId();return'number'===typeof
b&&0===b%1E3?!0:!1};z.getSdkStatsEvent=function(b,a){var
c=z._adsConfig.getPlacement(a),d=c.getCurrentCampaign(),e=Date.now();return
Promise.all([K.getFullyCachedCampaigns(this._core),z.getAssetSize(d),z._metaDataManager.fetch(ae)]).then(functio
n(f){f=l.makeIterator(f);var g=f.next().value,k=f.next().value,m=f.next().value,v;
f={abGroup:null===(v=ab.getState().config)||void 0===v?void
0:v.abGroup};v={auctionId:d.getSession().id,gameSessionId:z._sessionManager.getGameSessionId(),placementId:a,a
llowSkipVideoInSeconds:c.allowSkip()?c.allowSkipInSeconds():void 0};var r={campaignId:d.id,targetGameId:void
0,campaignType:z.getCampaignType(d)};g={cachedCampaigns:g,isVideoCached:z.isCampaignCached(d),cachingM
ode:fe[z._adsConfig.getCacheMode()],videoCachedMsAgo:z.getCachedMsAgo(d),cacheDuration:z.getCachingDurati
on(d),size:0<k?
k : v o i d 0 } ; v a r
h;m&&(h={mediationName:m.getName(),mediationVersion:m.getVersion(),mediationOrdinal:m.getOrdinal()});k={e
ventType:b,adRequestOrdinal:z._adRequestOrdinal,delayInitToRequest:z._latestAdRequestTimestamp-
z._initTimestamp,parseDuration:z._parseDuration[a],requestDuration:z._latestAdRequestDuration,delayInitToReady:
z._readyEventSent[a]-z._initTimestamp,delaySDKInitToWebViewInit:z._initTimestamp-
z._clientInfo.getInitTimestamp(),reinitializedSDK:z._clientInfo.isReinitialized()};'show'===b&&
(k.delayReadyToShow=e-z._readyEventSent[a],k.delayInitToShow=e-
z._initTimestamp);return{eventTimestamp:e,userInfo:f,placementInfo:v,campaignInfo:r,cacheInfo:g,mediationInfo:h,
eventInfo:k}})};z.getCampaignType=function(b){return b instanceof T?'perf':b instanceof ta?'vast':b instanceof
L a ? ' m r a i d ' : b i n s t a n c e o f y g ? ' d i s p l a y ' : b i n s t a n c e o f
Ec?'vpaid':'unknown'};z.isCampaignCached=function(b){return(b=Cb.getCachedAsset(b))&&b.isCached()?!0:!1};z.g
etAssetSize=function(b){return z.isCampaignCached(b)?(b=Cb.getCachedAsset(b))?
z._core.Cache.getFileInfo(b.getFileId()).then(function(a){return a.found?a.size:0}).catch(function(){return
0}):Promise.resolve(0):Promise.resolve(0)};z.getCachedMsAgo=function(b){if((b=Cb.getCachedAsset(b))&&(b=b.g
etFileId())&&z._cachingStarted[b]&&z._cachingFinished[b])return Date.now()-
z._cachingFinished[b]};z.getCachingDuration=function(b){if((b=Cb.getCachedAsset(b))&&(b=b.getFileId())&&z._c
achingStarted[b]&&z._cachingFinished[b])return z._cachingFinished[b]-
z._cachingStarted[b]};z._topic='ads.sdk2.events.sdktimeline.json';
z._initialized=!1;z._adRequestOrdinal=0;z._parseDuration={};z._readyEventSent={};z._cachingStarted={};z._cachin
gFinished={};z._frameSetStarted={};xd.setRequestCount=function(b,a){b&&(a.Storage.set(B.PRIVATE,'user.reques
tCount',b),a.Storage.write(B.PRIVATE))};xd.setClickCount=function(b,a){b&&(a.Storage.set(B.PRIVATE,'user.clic
kCount',b),a.Storage.write(B.PRIVATE))};xd.setPriorRequestToReadyTime=function(b,a){b&&(a.Storage.set(B.PRI
VATE,'user.requestToReadyTime',b),a.Storage.write(B.PRIVATE))};xd.getRequestCount=
function(b){return b.Storage.get(B.PRIVATE,'user.requestCount').then(function(a){return a}).catch(function(){return
0})};xd.getClickCount=function(b){return b.Storage.get(B.PRIVATE,'user.clickCount').then(function(a){return
a}).catch(function(){return 0})};xd.getPriorRequestToReadyTime=function(b){return
b.Storage.get(B.PRIVATE,'user.requestToReadyTime').then(function(a){return a}).catch(function(){return 0})};var
ki;(function(b){b[b.BACK=4]='BACK'})(ki||(ki={}));var Ap;(function(b){b[b.SENSOR_DELAY_FASTEST=
0]='SENSOR_DELAY_FASTEST';b[b.SENSOR_DELAY_GAME=1]='SENSOR_DELAY_GAME';b[b.SENSOR_
DELAY_NORMAL=3]='SENSOR_DELAY_NORMAL';b[b.SENSOR_DELAY_UI=2]='SENSOR_DELAY_UI'})(
A p | | ( A p = { } ) ) ; t c . p r o t o t y p e . t o J S O N = f u n c t i o n ( ) { r e t u r n
this.value.toFixed(20)+'=double'};l.inherits(Ua,M);Ua.prototype.show=function(b){var
a=this;M.prototype.show.call(this,b);this._requestToViewTime=Date.now()-
z.getAdRequestTimestamp();this._isRewardedPlacement&&n.reportMetricEvent(Bf.AdmobRewardedVideoStart);thi
s.sendTrackingEvent(J.SHOW);
this.getPlatform()===t.ANDROID&&this._ads.Android.AdUnit.onKeyDown.subscribe(this._keyDownListener);b=th
i s . g e t C o n t a i n e r ( ) ; b . a d d E v e n t H a n d l e r ( t h i s ) ; r e t u r n
b.open(this,['webview'],!0,this.getForceOrientation(),!0,!1,!0,!1,this.getShowOptions().getOptions()).then(function(){
a.onStart.trigger();0===a._startTime&&(a._startTime=Date.now());a._foregroundTime=Date.now();a.startAccelerom
eterUpdates();a.showView()})};Ua.prototype.hide=function(){var
b=this.getContainer();this.onHide();this.hideView();b.removeEventHandler(this);
r e t u r n
b.close()};Ua.prototype.description=function(){return'AdMob'};Ua.prototype.sendClickEvent=function(){M.prototyp
e . s e n d C l i c k E v e n t . c a l l ( t h i s ) ; v a r
b=this.getCore();this.sendTrackingEvent(J.CLICK);this.getOperativeEventManager().sendClick(this.getOperativeEve
ntParams());xd.getClickCount(b).then(function(a){'number'===typeof
a&&xd.setClickCount(a+1,b)}).catch()};Ua.prototype.sendVideoCanPlayEvent=function(){var
b=this._view.getOpenMeasurementController();b&&b.setDeviceVolume(this._deviceVolume);
this.sendPTSCanPlay()};Ua.prototype.sendVolumeChange=function(b,a){this.setVolume(b/a);if(b=this._view.getOpe
nMeasurementController())b.setDeviceVolume(this._deviceVolume),b.volumeChange(this._view.getVideoPlayerVol
u m e ( ) ) } ; U a . p r o t o t y p e . s e n d S t a r t E v e n t = f u n c t i o n ( ) { v a r
b=this;M.prototype.sendStartEvent.call(this);this.sendPTSStart();this.sendTrackingEvent(J.START);this.getOperative
EventManager().sendStart(this.getOperativeEventParams()).then(function(){return
b.onStartProcessed.trigger()})};Ua.prototype.sendSkipEvent=
function(){this._isRewardedPlacement&&n.reportMetricEvent(Bf.AdmobUserSkippedRewardedVideo);this.sendTrac
kingEvent(J.SKIP);this.getOperativeEventManager().sendSkip(this.getOperativeEventParams())};Ua.prototype.sendR
e w a r d E v e n t = f u n c t i o n ( ) { v a r
b=this.getOperativeEventParams(),a=this.getOperativeEventManager();a.sendThirdQuartile(b);a.sendView(b);this.sen
dTrackingEvent(J.COMPLETE);this._isRewardedPlacement&&n.reportMetricEvent(Bf.AdmobUserWasRewarded)};
Ua.prototype.sendOpenableIntentsResponse=function(b){this._view.sendOpenableIntentsResponse(b)};
Ua.prototype.getTimeOnScreen=function(){return Date.now()-
this._foregroundTime};Ua.prototype.getStartTime=function(){return
this._startTime};Ua.prototype.sendTrackingEvent=function(b,a){return
this.getThirdPartyEventManager().sendTrackingEvents(this._campaign,b,'admob',a)};Ua.prototype.sendClickSignalR
esponse=function(b){this._view.sendClickSignalResponse(b)};Ua.prototype.sendMuteChange=function(b){this._vie
w.sendMuteChange(b)};Ua.prototype.getRequestToViewTime=function(){return this._requestToViewTime};
Ua.prototype.onContainerShow=function(){this.getPlatform()===t.IOS&&this.getCore().SensorInfo.Ios.startAccelero
m e t e r U p d a t e s ( n e w
tc(.01))};Ua.prototype.onContainerForeground=function(){this._foregroundTime=Date.now();this.startAccelerometer
Updates();var b=this._view.getOpenMeasurementController();if(b&&this.isShowing()){var
a=b.getOMAdViewBuilder(),c=a.buildAdmobAdView([],b,{x:0,y:0,width:0,height:0});a=a.getViewPort();this.geome
tryChangeDebounce(a,c,b)}};Ua.prototype.onContainerBackground=function(){this.getCore().SensorInfo.stopAccele
rometerUpdates();
this.isShowing()&&Yb('backGroundClose')&&(this.setFinishState(ja.SKIPPED),this.hide());var
b = t h i s . _ v i e w . g e t O p e n M e a s u r e m e n t C o n t r o l l e r ( ) ; i f ( b ) { v a r
a=b.getOMAdViewBuilder(),c=a.buildAdmobAdView([Ef.BACKGROUNDED],b,{x:0,y:0,width:0,height:0});a=a.ge
tViewPort();this.geometryChangeDebounce(a,c,b)}};Ua.prototype.geometryChangeDebounce=function(b,a,c){var
d=this;d._geometryCalled||(c.geometryChange(b,a),d._geometryCalled=!0);setTimeout(function(){return
d._geometryCalled=!1},500)};Ua.prototype.onContainerDestroy=
function(){this.isShowing()&&(this.setFinishState(ja.SKIPPED),this.hide())};Ua.prototype.onContainerSystemMessa
ge=function(){};Ua.prototype.startAccelerometerUpdates=function(){this.getPlatform()===t.ANDROID?(this.getCor
e().SensorInfo.Android.startAccelerometerUpdates(Ap.SENSOR_DELAY_FASTEST),this._ads.Android.AdUnit.star
tMotionEventCapture(1E4)):this.getCore().SensorInfo.Ios.startAccelerometerUpdates(new
tc(.01))};Ua.prototype.showView=function(){this._view.show();document.body.appendChild(this._view.container())}
;
U a . p r o t o t y p e . o n H i d e = f u n c t i o n ( ) { v a r
b=this.getPlatform();this.setShowing(!1);this.sendCompletedEvent();this.onClose.trigger();b===t.ANDROID&&this.
_ads.Android.AdUnit.onKeyDown.unsubscribe(this._keyDownListener);this.getCore().SensorInfo.stopAccelerometer
Updates();b===t.ANDROID&&(this._ads.Android.AdUnit.endMotionEventCapture(),this._ads.Android.AdUnit.clear
MotionEventCapture());this.getFinishState()===ja.SKIPPED&&this.sendSkipEvent()};Ua.prototype.getVolume=func
tion(){return this._deviceVolume};Ua.prototype.setVolume=
function(b){this._deviceVolume=b};Ua.prototype.hideView=function(){this._view.hide();this._view.container()&&d
ocument.body.removeChild(this._view.container())};Ua.prototype.onKeyDown=function(b){if(b===ki.BACK)this._v
iew.onBackPressed()};Ua.prototype.getOperativeEventParams=function(){return{placement:this.getPlacement()}};U
a.prototype.sendPTSCanPlay=function(){n.reportMetricEvent(Bf.AdmobVideoCanPlay)};Ua.prototype.sendPTSStart
=function(){n.reportMetricEvent(Bf.AdmobVideoStarted);this._view.getOpenMeasurementController()&&
n.reportMetricEvent(Bf.AdmobOMVideoStart)};l.inherits(Y,R);Y.createFromLegacy=function(b,a,c){if(!a)return
this.createUnrecorded();switch(b){case ua.DEVELOPER_CONSENT:case ua.LEGITIMATE_INTEREST:return new
Y({method:b,version:0,permissions:{gameExp:!1,ads:!c,external:!1}});default:throw Error('Unsupported privacy
m e t h o d ' ) ; } } ; Y . c r e a t e U n r e c o r d e d = f u n c t i o n ( ) { r e t u r n n e w
Y({method:ua.DEFAULT,version:0,permissions:this.PERM_ALL_FALSE})};Y.permissionsEql=function(b,a){retur
n['ads','external','gameExp','dataLeavesTerritory'].every(function(c){return b[c]===
a [ c ] } ) } ; Y . p r o t o t y p e . i s R e c o r d e d = f u n c t i o n ( ) { r e t u r n
this.getMethod()?this.getMethod()!==ua.DEFAULT:!1};Y.prototype.getMethod=function(){return
this.get('method')};Y.prototype.setMethod=function(b){this.set('method',b)};Y.prototype.getVersion=function(){retur
n this.get('version')};Y.prototype.getPermissions=function(){return
this.get('permissions')};Y.prototype.setPermissions=function(b){var
a=this.get('permissions');a.ads=b.ads;a.external=b.external;a.gameExp=b.gameExp;a.dataLeavesTerritory=b.dataLeav
esTerritory};
Y.prototype.update=function(b){this.set('method',b.method);this.set('version',b.version);this.setPermissions(b.permissi
ons)};Y.prototype.getDTO=function(){return{method:this.getMethod(),version:this.getVersion(),permissions:this.get
Permissions()}};Y.PERM_ALL_TRUE={ads:!0,external:!0,gameExp:!0,dataLeavesTerritory:!0};Y.PERM_ALL_FA
LSE={ads:!1,external:!1,gameExp:!1,dataLeavesTerritory:!1};Y.PERM_SKIPPED_LEGITIMATE_INTEREST={ad
s:!0,external:!0,gameExp:!0};Y.PERM_OPTIN_LEGITIMATE_INTEREST={ads:!0,external:!0,
gameExp:!0};Y.PERM_SKIPPED_LEGITIMATE_INTEREST_GDPR={ads:!0,external:!1,gameExp:!0};Y.PERM_
OPTIN_LEGITIMATE_INTEREST_GDPR={ads:!0,external:!1,gameExp:!0};Y.PERM_DEVELOPER_CONSENT
ED={ads:!0,external:!0,gameExp:!0,dataLeavesTerritory:!0};Yc.parse=function(b){try{return
J S O N . p a r s e ( b ) } c a t c h ( a ) { t h r o w n e w y f ( a , { j s o n : b } ) ; } } ; v a r
Fg;(function(b){b.AGE_GATE_SHOW='age_gate_show';b.AGE_GATE_PASS='age_gate_pass';b.AGE_GATE_NO
T_PASSED='age_gate_not_passed';b.CONSENT_SHOW='consent_show';b.CONSENT_ACCEPT_ALL='consent_ac
cept_all';
b.CONSENT_NOT_ACCEPTED='consent_not_accepted';b.CONSENT_PARTIALLY_ACCEPTED='consent_partia
l l y _ a c c e p t e d ' } ) ( F g | | ( F g = { } ) ) ; v a r
uf;(function(b){b.REQUEST_SCREEN_SHOW='captcha_screen_show';b.REQUEST_SCREEN_CLOSE='captcha_s
creen_close';b.REQUEST_CAPTCHA_PASS='captcha_pass';b.REQUEST_CAPTCHA_FAIL='captcha_fail';b.REQ
UEST_CAPTCHA_BLOCKED='captcha_blocked';b.REQUEST_CAPTCHA_ERROR_INIT='captcha_error_init';b.R
EQUEST_CAPTCHA_ERROR_INIT_MISSING_DATA='captcha_error_init_missing_data';b.REQUEST_CAPTCH
A_FAIL_LIMIT=
'captcha_fail_limit';b.REQUEST_CAPTCHA_ERROR_VERIFY='captcha_error_verify';b.REQUEST_CAPTCHA_E
RROR_VERIFY_MISSING_DATA='captcha_error_verify_missing_data'})(uf||(uf={}));xa.trigger=function(b,a){var
c={};c.type=b;c.timestamp=Date.now();xa._gameSessionId&&(c.gameSessionId=xa._gameSessionId);xa._privacy&
&(c.ageGateLimit=xa._privacy.getAgeGateLimit(),c.legalFramework=xa._privacy.getLegalFramework());xa._abGro
up&&(c.abGroup=xa._abGroup.valueOf());xa._subdivision&&(c.subdivision=xa._subdivision);a&&(c.permissions=
a);ca.sendEvent('ads.sdk2.events.privacymetrics.json',ec.ANONYMOUS,c)};xa.setGameSessionId=function(b){xa._g
ameSessionId=b};xa.setPrivacy=function(b){xa._privacy=b};xa.setAbGroup=function(b){xa._abGroup=b};xa.setSub
division=function(b){xa._subdivision=b};cf.setup=function(b){var a=this;return
b.getKeys('privacytest').then(function(c){c=c.map(function(c){return b.get('privacytest.'+c,!1).then(function(b){var
d=l.makeIterator(b);b=d.next().value;d=d.next().value;b&&(a._privacyEnvironment[c]=d)})});
return Promise.all(c).then(function(){return Promise.resolve()})})};cf.get=function(b){return
c f . _ p r i v a c y E n v i r o n m e n t [ b ] } ; c f . i s S e t = f u n c t i o n ( b ) { r e t u r n
cf._privacyEnvironment.hasOwnProperty(b)};cf._privacyEnvironment={};var
Ld;(function(b){b.DEVELOPER='developer';b.USER_INDIRECT='user_indirect';b.USER='user';b.SDK_SANITIZA
T I O N = ' s d k _ s a n i t i z a t i o n ' } ) ( L d | | ( L d = { } ) ) ; v a r
yd;(function(b){b.SKIPPED_BANNER='skipped_banner';b.BANNER_PERMISSIONS='banner_permissions';b.PRO
MO_SKIPPED_BANNER='promo_skipped_banner';
b.DEVELOPER_CONSENT='developer_consent';b.DEVELOPER_OPTOUT='developer_optout';b.AGE_GATE_DI
SAGREE='agegate_disagree';b.DEVELOPER_AGE_GATE_OPTOUT='developer_agegate_optout';b.CONSENT_A
GREE_ALL='consent_agreed_all';b.CONSENT_DISAGREE='consent_disagree';b.CONSENT_SAVE_CHOICES='c
onsent_save_choices';b.CONSENT_AGREE='consent_agree';b.PERSONALIZED_PERMISSIONS='personalized_pe
rmissions';b.TEST_AUTO_CONSENT='test_auto_consent'})(yd||(yd={}));var
Zd;(function(b){b.NONE='none';b.GDPR='gdpr';b.CCPA='ccpa';b.PIPL=
' p i p l ' ; b . L G P D = ' l g p d ' } ) ( Z d | | ( Z d = { } ) ) ; v a r
ye;(function(b){b.MISSING='missing';b.YES='yes';b.NO='no'})(ye||(ye={}));var
bf;(function(b){b.MISSING='missing';b.USER='user';b.DEVELOPER='developer'})(bf||(bf={}));var
Dl;(function(b){b.PROJECT_SCOPE='project';b.NETWORK_SCOPE='network'})(Dl||(Dl={}));ya.prototype.update
U s e r P r i v a c y = f u n c t i o n ( b , a , c , d ) { v a r
e=this._gamePrivacy,f=this._userPrivacy,g=!f.isRecorded();this.getLegalFramework()!==Zd.PIPL&&delete
b.dataLeavesTerritory;a===Ld.DEVELOPER&&c!==yd.DEVELOPER_AGE_GATE_OPTOUT&&
(e.setMethod(ua.DEVELOPER_CONSENT),f.setMethod(ua.DEVELOPER_CONSENT));Cj.getState().setPiplOptinS
tate(b.dataLeavesTerritory);if(e.getMethod()===ua.DEFAULT)return
Promise.resolve();e={method:e.getMethod(),version:e.getVersion(),permissions:b};if(!this.hasUserPrivacyChanged(e)
) r e t u r n
Promise.resolve();this._deviceInfo.getLimitAdTracking()&&(e.permissions=Y.PERM_ALL_FALSE);f.update(e);this
.sendOptMetrics(e.permissions,d);if(this._deviceInfo.getLimitAdTracking())return
Promise.resolve();this.storePrivacyPermissions(b);
return this.sendPrivacyEvent(b,a,c,g,d)};ya.prototype.sendOptMetrics=function(b,a){var
c=b.dataLeavesTerritory;b=[b.ads,b.external,b.gameExp];a=(null===a||void 0===a?void
0 : a . s c o p e ) = = = D l . N E T W O R K _ S C O P E ; v a r
d=this.getLegalFramework()===Zd.PIPL;!b.every(Boolean)||d&&!c?(!b.every(Boolean)||d&&!c)&&n.reportMetricE
vent(a?mk.NetworkOptOut:mk.OptOut):n.reportMetricEvent(a?mk.NetworkOptIn:mk.OptIn)};ya.prototype.hasUserP
rivacyChanged=function(b){var a=this._userPrivacy;if(a.getMethod()!==b.method||b.method===
ua.UNITY_CONSENT&&a.getVersion()!==b.version)return!0;a=a.getPermissions();return!Y.permissionsEql(a,b.per
missions)};ya.prototype.sendPrivacyEvent=function(b,a,c,d,e){var
f;b={v:5,abGroup:null===(f=ab.getState().config)||void 0===f?void 0:f.abGroup,layout:(null===e||void 0===e?void
0:e.layout)||'',userAction:c,projectId:this._coreConfig.getUnityProjectId(),platform:t[this._platform].toLowerCase(),co
untry:this._coreConfig.getCountry(),subdivision:this._coreConfig.getSubdivision(),gameId:this._clientInfo.getGameI
d(),
source:a,method:this._gamePrivacy.getMethod(),agreedVersion:this._gamePrivacy.getVersion(),coppa:this._coreConf
ig.isCoppaCompliant(),firstRequest:d,bundleId:this._clientInfo.getApplicationName(),permissions:b,legalFramework:
this._privacy.getLegalFramework(),agreedOverAgeLimit:this._ageGateChoice,ageGateSource:this._ageGateSource,sc
ope:(null===e||void 0===e?void 0:e.scope)||Dl.PROJECT_SCOPE};this._deviceInfo instanceof
W&&(f=Object.assign(Object.assign({},b),{vendorTrackingId:this._deviceInfo.getVendorIdentifier()}),
ca.sendEvent('ads.events.optout.v1.json',ec.EMPTY,f));f=Object.assign(Object.assign({},b),{advertisingId:this._devic
e I n f o . g e t A d v e r t i s i n g I d e n t i f i e r ( ) } ) ; r e t u r n
ca.sendEvent('ads.events.optout.v1.json',ec.EMPTY,f)};ya.prototype.getConsentAndUpdateConfiguration=function()
{ v a r b = t h i s ; r e t u r n
this._privacy.isGDPREnabled()?(this.initPrivacyAndAgeGateChoice(),this.getConsent().then(function(a){b._privacy.i
sGDPREnabled()&&b.pushConsent(a);return a})):Promise.reject(Error('Configuration gdpr is not enabled'))};
y a . p r o t o t y p e . r e t r i e v e U s e r S u m m a r y = f u n c t i o n ( ) { v a r
b=this,a=this.getSummaryUrl(),c={deviceModel:this._deviceInfo.getModel(),country:this._coreConfig.getCountry(),s
ubdivision:this._coreConfig.getSubdivision()};return this._request.get(a).then(function(a){return
Object.assign(Object.assign({},Yc.parse(a.response)),c)}).catch(function(a){b._core.Sdk.logError('User summary
r e q u e s t f a i l e d ' + a ) ; t h r o w
a;})};ya.prototype.getSummaryUrl=function(){if(this._coreConfig.getTestMode())return'https://ads-privacy-
api.stg.mz.internal.unity3d.com/api/v1/summary?'+
( n e w U R L S e a r c h P a r a m s ( [ [ ' a d i d ' , ' f 2 c 5 a 4 5 6 - 2 2 9 f - 4 9 c 8 - a b e d -
c4047c86f8e7'],['gameId','1490325'],['projectId','24295855-8602-4efc-a30d-
a9d84b275eda'],['storeId','google']])).toString();var b=new
URLSearchParams([['adid',this._deviceInfo.getAdvertisingIdentifier()||''],['gameId',this._clientInfo.getGameId()],['proj
ectId',this._coreConfig.getUnityProjectId()],['storeId',this._deviceInfo.getStores()]]);this._platform===t.IOS&&b.app
end('vendorTrackingId',this._deviceInfo.getVendorIdentifier());return'https://ads-privacy-
api.prd.mz.internal.unity3d.com/api/v1/summary?'+
b.toString()};ya.prototype.isOptOutEnabled=function(){return
this._privacy.isOptOutEnabled()};ya.prototype.setUsersAgeGateChoice=function(b,a){a===bf.USER&&(b===ye.YE
S?(xa.trigger(Fg.AGE_GATE_PASS),this._gamePrivacy.getMethod()===ua.UNITY_CONSENT&&xa.trigger(Fg.C
ONSENT_SHOW)):b===ye.NO&&xa.trigger(Fg.AGE_GATE_NOT_PASSED));this._ageGateChoice=b;this._ageG
ateSource=a;this._core.Storage.set(B.PRIVATE,ya.AgeGateChoiceStorageKey,this.isUserUnderAgeLimit());this._cor
e.Storage.set(B.PRIVATE,ya.AgeGateSourceStorageKey,
a);this._core.Storage.write(B.PRIVATE)};ya.prototype.isUserUnderAgeLimit=function(){return
this._privacy.isAgeGateEnabled()&&this._ageGateChoice===ye.NO};ya.prototype.getAgeGateChoice=function(){ret
urn this._ageGateChoice};ya.prototype.isPrivacyShowRequired=function(){if(cf.isSet('showPrivacy'))return
cf.get('showPrivacy');if(this.isAgeGateShowRequired())return!0;if(!0===this._privacySettingsHaveBeenPersistedFor
User||this._gamePrivacy.getMethod()!==ua.UNITY_CONSENT)return!1;if(!this._userPrivacy.isRecorded())return!0;
v a r
b=this._gamePrivacy.getMethod()!==this._userPrivacy.getMethod(),a=this._gamePrivacy.getVersion()>this._userPriv
acy.getVersion();return b||a};ya.prototype.getLegalFramework=function(){return
this._privacy.getLegalFramework()};ya.prototype.isDataRequestEnabled=function(){return
this._privacy.getLegalFramework()===Zd.CCPA||this._privacy.getLegalFramework()===Zd.LGPD};ya.prototype.isL
G P D E n a b l e d = f u n c t i o n ( ) { r e t u r n
this._privacy.getLegalFramework()===Zd.LGPD};ya.prototype.isDeveloperAgeGateActive=function(){return
this._developerAgeGateActive};
y a . p r o t o t y p e . g e t D e v e l o p e r A g e G a t e C h o i c e = f u n c t i o n ( ) { r e t u r n
this._developerAgeGateChoice};ya.prototype.applyDeveloperAgeGate=function(){!this._privacy.isAgeGateEnabled()
||!this.isDeveloperAgeGateActive()||this._privacy.isOptOutRecorded()||this._gamePrivacy.getMethod()!==ua.LEGITI
MATE_INTEREST&&this._gamePrivacy.getMethod()!==ua.UNITY_CONSENT||(this.getDeveloperAgeGateChoice
()?this.setUsersAgeGateChoice(ye.YES,bf.DEVELOPER):(this.setUsersAgeGateChoice(ye.NO,bf.DEVELOPER),thi
s.updateUserPrivacy({gameExp:!1,
ads:!1,external:!1},Ld.DEVELOPER,yd.DEVELOPER_AGE_GATE_OPTOUT)))};ya.prototype.pushConsent=funct
i o n ( b ) { v a r
a=Y.PERM_ALL_FALSE,c=yd.DEVELOPER_OPTOUT;b&&(a=Y.PERM_DEVELOPER_CONSENTED,c=yd.DE
V E L O P E R _ C O N S E N T ) ; r e t u r n
this.updateUserPrivacy(a,Ld.DEVELOPER,c)};ya.prototype.getConsent=function(){var b=this;return
this._core.Storage.get(B.PUBLIC,ya.PrivacyConsentStorageKey).then(function(a){a=b.getConsentTypeHack(a);if('un
defined'!==typeof a)return b._privacyFormatMetadataSeenInSession=!0,Promise.resolve(a);
throw Error('privacy.consent.value is undefined');}).catch(function(a){if(a instanceof Error)throw a;return
b._core.Storage.get(B.PUBLIC,ya.GdprConsentStorageKey).then(function(a){a=b.getConsentTypeHack(a);if('undefi
ned'!==typeof a)return Promise.resolve(a);throw Error('gdpr.consent.value is
undefined');})})};ya.prototype.initPrivacyAndAgeGateChoice=function(){var
b=this;this._core.Storage.get(B.PRIVATE,'unity.privacy.permissions').then(function(a){b._privacySettingsHaveBeen
PersistedForUser=!0;b.updateUserPrivacy(a,
Ld.USER_INDIRECT,yd.CONSENT_SAVE_CHOICES)});this._privacy.isAgeGateEnabled()&&(this._core.Storage.
get(B.PUBLIC,ya.PrivacyAgeGateKey).then(function(a){a=b.getConsentTypeHack(a);'undefined'!==typeof
a&&(b._developerAgeGateActive=!0,b._developerAgeGateChoice=a)}),this._core.Storage.get(B.PRIVATE,ya.AgeG
ateChoiceStorageKey).then(function(a){a=b.getConsentTypeHack(a);b._ageGateChoice='undefined'!==typeof
a?a?ye.NO:ye.YES:ye.MISSING}),this._core.Storage.get(B.PRIVATE,ya.AgeGateSourceStorageKey).then(function(
a){switch(a){case bf.USER:b._ageGateSource=
b f . U S E R ; b r e a k ; c a s e
bf.DEVELOPER:b._ageGateSource=bf.DEVELOPER;break;default:b._ageGateSource=bf.MISSING}}))};ya.prototy
pe.onStorageSet=function(b,a){var c,d,e;if(this._privacy.isAgeGateEnabled()&&(null===(c=null===a||void
0===a?void 0:a.privacy)||void 0===c?0:c.useroveragelimit))b=this.getConsentTypeHack(a),'undefined'!==typeof
b&&(this._developerAgeGateActive=!0,this._developerAgeGateChoice=b);else
if(this._privacy.isGDPREnabled()){if(null===(d=null===a||void 0===a?void 0:a.privacy)||void 0===d?
0:d.consent)var f=this.getConsentTypeHack(a.privacy.consent.value);if('undefined'!==typeof
f)this.pushConsent(f),this._privacyFormatMetadataSeenInSession=!0;else
if(!this._privacyFormatMetadataSeenInSession){if(null===(e=null===a||void 0===a?void 0:a.gdpr)||void
0===e?0:e.consent)f=this.getConsentTypeHack(a.gdpr.consent.value);'undefined'!==typeof
f&&this.pushConsent(f)}}};ya.prototype.getConsentTypeHack=function(b){if('boolean'===typeof b)return
b;if('string'===typeof b){if('true'===b)return!0;if('false'===
b)return!1}};ya.prototype.isAgeGateShowRequired=function(){return
this._ageGateChoice!==ye.MISSING?!1:this._privacy.isAgeGateEnabled()&&!this.isDeveloperAgeGateActive()&&(
this._gamePrivacy.getMethod()===ua.LEGITIMATE_INTEREST&&this._privacy.isGDPREnabled()&&!this._priva
cy.isOptOutRecorded()||this._gamePrivacy.getMethod()===ua.UNITY_CONSENT&&!this._userPrivacy.isRecorded(
))?!0:!1};ya.prototype.storePrivacyPermissions=function(b){var
a=this;this._core.Storage.set(B.PRIVATE,'unity.privacy.permissions',
b).then(function(){a._core.Storage.write(B.PRIVATE)}).catch(function(){})};l.global.Object.defineProperties(ya.prot
otype,{_userPrivacy:{configurable:!0,enumerable:!0,get:function(){return
this._privacy.getUserPrivacy()}},_gamePrivacy:{configurable:!0,enumerable:!0,get:function(){return
this._privacy.getGamePrivacy()}},userPrivacyPermissions:{configurable:!0,enumerable:!0,get:function(){return
this._userPrivacy.getPermissions()}}});ya.GdprConsentStorageKey='gdpr.consent.value';ya.PrivacyConsentStorageK
ey=
'privacy.consent.value';ya.PrivacyAgeGateKey='privacy.useroveragelimit.value';ya.AgeGateChoiceStorageKey='priva
cy.agegateunderagelimit';ya.AgeGateSourceStorageKey='privacy.agegatesource';Ne.prototype.onGDPRPopupSkippe
d = f u n c t i o n ( ) { i f ( ! t h i s . _ p r i v a c y S D K . i s O p t O u t R e c o r d e d ( ) ) { v a r
b=this._privacySDK.getLegalFramework()===Zd.GDPR?Y.PERM_SKIPPED_LEGITIMATE_INTEREST_GDPR:
Y.PERM_SKIPPED_LEGITIMATE_INTEREST;this._privacyManager.updateUserPrivacy(b,Ld.USER_INDIRECT,
yd.SKIPPED_BANNER)}};l.inherits(xq,Error);wf.withTimeout=
function(b,a){var c,d=new Promise(function(b,d){c=window.setTimeout(function(){d(new xq('Operation timed out
after '+a+' ms'))},a)});return Promise.race([b,d]).then(function(a){window.clearTimeout(c);return
a})};wf.voidResult=function(b){return b.then(function(){})};Sj.prototype.start=function(){var b=this;-
1===this._handle&&(this._handle=window.setTimeout(function(){b._func()},this._duration))};Sj.prototype.reset=fun
ction(){this.stop();this.start()};Sj.prototype.stop=function(){window.clearTimeout(this._handle);
t h i s . _ h a n d l e = -
1};l.inherits(dc,Ne);dc.setLoadTimeout=function(b){dc._loadTimeout=b};dc.prototype.onClose=function(){this._adU
nit.hide()};dc.prototype.onOpenURL=function(b){-1===b.indexOf('mobile-
about')&&this._adUnit.sendClickEvent();this._platform===t.IOS?this._core.iOS.UrlScheme.open(b):this._core.Andro
id.Intent.launch({action:'android.intent.action.VIEW',uri:b})};dc.prototype.onAttribution=function(b,a){var
c=this,d=[['User-Agent',this.getUserAgentHeader()]];return(E.getQueryParameter(b,'ms')?
Promise.resolve(b):this.createClickUrl(b,a)).then(function(a){return
wf.voidResult(c._thirdPartyEventManager.sendWithGet('admob
click',c._session.id,a,!0,d))})};dc.prototype.onGrantReward=function(){this._adUnit.sendRewardEvent();this._adUnit.
setFinishState(ja.COMPLETED)};dc.prototype.onVideoStart=function(){this._adUnit.sendStartEvent()};dc.prototype
.onShow=function(){};dc.prototype.onSetOrientationProperties=function(b,a){this._platform===t.IOS?this._adUnit.g
etContainer().reorient(!0,a):this._adUnit.getContainer().reorient(b,
a ) } ; d c . p r o t o t y p e . o n O p e n a b l e I n t e n t s R e q u e s t = f u n c t i o n ( b ) { v a r
a=this;this._core.Android.Intent.canOpenIntents(b.intents).then(function(c){a._adUnit.sendOpenableIntentsResponse(
{id:b.id,results:c})})};dc.prototype.onTrackingEvent=function(b,a){this._adUnit.sendTrackingEvent(b);if(b===J.ER
R O R ) a & & a . s t a r t s W i t h ( ' M i s s i n g V i d e o
Error')&&(n.reportMetricEvent(Bf.AdmobVideoElementMissing),this._adUnit.hide());else
if(b===J.LOADED&&(this._adUnit.sendVideoCanPlayEvent(),this._campaign.shouldMuteByDefault()))this.onMute
Change(!0)};
dc.prototype.onClickSignalRequest=function(b){var a=this;return
this.getClickSignal(b).then(function(b){b={encodedClickSignal:b.getBase64ProtoBufNonEncoded(),rvdt:a._adUnit.g
etRequestToViewTime()};a._adUnit.sendClickSignalResponse(b)})};dc.prototype.onMuteChange=function(b){this._
adUnit.sendMuteChange(b)};dc.prototype.onVolumeChange=function(b,a){this._adUnit.sendVolumeChange(b,a)};dc
. p r o t o t y p e . g e t C l i c k S i g n a l = f u n c t i o n ( b ) { r e t u r n
this._adMobSignalFactory.getClickSignal(b,this._adUnit).then(function(a){return a})};
d c . p r o t o t y p e . g e t O p t i o n a l S i g n a l = f u n c t i o n ( ) { r e t u r n
this._adMobSignalFactory.getOptionalSignal().then(function(b){return
b})};dc.prototype.getUserAgentHeader=function(){return(navigator.userAgent||'Unknown ')+' (Unity
'+this._clientInfo.getSdkVersion()+')'};dc.prototype.onFailureToLoad=function(){this._adUnit.setFinishState(ja.ERR
OR);this._adUnit.sendErrorEvent(Ib.INTERNAL_ERROR,'Ad fail to
load');this._adUnit.hide()};dc.prototype.createClickUrl=function(b,a){var c=this;return
this.getClickSignal(a).then(function(a){return E.addParameters(b,
{ms:a.getBase64ProtoBufNonEncoded(),rvdt:c._adUnit.getRequestToViewTime()})})};dc._loadTimeout=5E3;var
Ph;(function(b){b.Landscape='landscape';b.Portrait='portrait'})(Ph||(Ph={}));Eb.isAppSheetBroken=function(b,a,c){if
((a.match(/iphone/i)||a.match(/ipod/i))&&c===Ha.LANDSCAPE||b.match(/^8\.[0-4]/)||b.match(/^7\.[0-
9]/))return!0;b.match(/^13\.[0-9]/);return!1};Eb.isVTASupported=function(b){return
Eb.isOSGreaterOrEqual(b,14.5)};Eb.isIOS14=function(b){return b.match(/^14\.[0-
9]/)?!0:!1};Eb.isOSGreaterOrEqual=
f u n c t i o n ( b , a ) { r e t u r n b & & b . m a t c h ( / ^ [ 0 - 9 ] + \ . [ 0 -
9]+/)&&2<=b.split('.').length&&(b=b.split('.'),b=Number(b[0]+'.'+b[1]),!isNaN(b)&&isFinite(b)&&b>=a)?!0:!1};Eb.i
s S t o r e A p i B r o k e n = f u n c t i o n ( b ) { v a r a = b ? b . s p l i t ( ' . ' ) : ' ' ; r e t u r n
2<=a.length&&(b=+a[0],a=+a[1],!isNaN(b)&&!isNaN(a)&&(12<=b||11===b&&2<=a))?!1:!0};Eb.isAdUnitTranspar
e n c y B r o k e n = f u n c t i o n ( b ) { r e t u r n b & & b . m a t c h ( / ^ [ 0 - 9 ] + \ . [ 0 -
9]+/)&&(b=parseInt(b.split('.')[0],10),!isNaN(b)&&13<=b)?!0:!1};Eb.hasVideoStallingApi=function(b){return
b.match(/^1/)?!0:!1};var fa;
(function(b){b[b.NOT_READY=0]='NOT_READY';b[b.PREPARING=1]='PREPARING';b[b.READY=2]='READY
';b[b.PLAYING=3]='PLAYING';b[b.PAUSED=4]='PAUSED';b[b.COMPLETED=5]='COMPLETED';b[b.SKIPPED
=6]='SKIPPED';b[b.ERRORED=7]='ERRORED'})(fa||(fa={}));l.inherits(oa,M);oa.prototype.show=function(b){var
a=this;M.prototype.show.call(this,b);this.setActive(!0);b=this.getContainer();b.addEventHandler(this);return
b.open(this,['videoplayer','webview'],!0,this.getForceOrientation(),this.getPlacement().disableBackButton(),
!1,!0,!1,this.getShowOptions().getOptions()).then(function(){a.onStart.trigger()})};oa.prototype.hide=function(){var
b=this;if(!this.isShowing())return Promise.resolve();this.setShowing(!1);this.hideChildren();this.unsetReferences();var
a = t h i s . g e t C o n t a i n e r ( ) ; a . r e m o v e E v e n t H a n d l e r ( t h i s ) ; r e t u r n
a.close().then(function(){b.onClose.trigger();b.sendCompletedEvent()})};oa.prototype.setVideoState=function(b){this
._videoState=b};oa.prototype.getVideoState=function(){return this._videoState};oa.prototype.canShowVideo=
f u n c t i o n ( ) { r e t u r n
this.getVideoState()!==fa.ERRORED&&this.getVideoState()!==fa.COMPLETED&&this.getVideoState()!==fa.SKIP
P E D } ; o a . p r o t o t y p e . c a n P l a y V i d e o = f u n c t i o n ( ) { r e t u r n
this.getVideoState()===fa.READY||this.getVideoState()===fa.PLAYING||this.getVideoState()===fa.PAUSED};oa.pr
o t o t y p e . c a n P r e p a r e V i d e o = f u n c t i o n ( ) { r e t u r n
this.canShowVideo()&&this.getVideoState()===fa.NOT_READY};oa.prototype.getVideoScreen=function(){return
this._videoScreen};oa.prototype.getProgressInterval=function(){return oa._progressInterval};
oa.prototype.getVideo=function(){return this._video};oa.prototype.isActive=function(){return
this._active};oa.prototype.setActive=function(b){this._active=b};oa.prototype.getVideoOrientation=function(){var
b=Cb.getPortraitVideo(this._campaign);b=b&&b.getUrl()===this._finalVideoUrl?Ph.Portrait:Ph.Landscape;this.getC
ore().Sdk.logDebug('Returning '+b+' as video orientation for locked orientation
'+this.getContainer().getLockedOrientation());return b};oa.prototype.isLowMemory=function(){return
this._lowMemory};
oa.prototype.onContainerShow=function(){this.isShowing()&&this.isActive()&&(this.getPlatform()===t.IOS&&Eb.
hasVideoStallingApi(this.getDeviceInfo().getOsVersion())&&(this.getVideo().isCached()?this._ads.VideoPlayer.setA
utomaticallyWaitsToMinimizeStalling(!1):this._ads.VideoPlayer.setAutomaticallyWaitsToMinimizeStalling(!0)),this.
prepareVideo())};oa.prototype.onContainerDestroy=function(){this.isShowing()&&(this.setActive(!1),this.setFinishSt
ate(ja.SKIPPED),this.hide())};oa.prototype.onContainerBackground=
f u n c t i o n ( ) { v a r
b=this;this.isShowing()&&Yb('backGroundClose')?(this.setActive(!1),this.setFinishState(ja.SKIPPED),this.setVideoS
tate(fa.SKIPPED),this.hide()):this.isShowing()&&this.getContainer().isPaused()&&(this.setActive(!1),this.canPlayVi
deo()&&this.getVideoState()!==fa.PAUSED&&(this.setVideoState(fa.PAUSED),this._ads.VideoPlayer.pause().catch
(function(a){'VIDEOVIEW_NULL'===a&&b.setVideoState(fa.NOT_READY)})),this.getVideoState()!==fa.NOT_R
EADY&&this.getVideoState()!==fa.PREPARING||n.reportMetricEvent(Af.AttemptToMinimizeAppWhilePreparing
VideoPlayer))};
oa.prototype.isAppSheetOpen=function(){return!1};oa.prototype.onContainerForeground=function(){!this.isShowing
()||this.isActive()||this.getContainer().isPaused()||(this.setActive(!0),!this.isAppSheetOpen()&&this.canPlayVideo()&
&this.getVideoState()!==fa.PLAYING?(this.setVideoState(fa.PLAYING),this._ads.VideoPlayer.play()):this.canPrepa
reVideo()&&this.prepareVideo())};oa.prototype.onContainerSystemMessage=function(b){switch(b){case
Zf.MEMORY_WARNING:this.isShowing()&&(this._lowMemory=!0);break;case
Zf.AUDIO_SESSION_INTERRUPT_BEGAN:this.isShowing()&&
this.isActive()&&this.getVideoState()===fa.PLAYING&&(this.setVideoState(fa.PAUSED),this._ads.VideoPlayer.pa
use());break;case Zf.AUDIO_SESSION_INTERRUPT_ENDED:case
Zf.AUDIO_SESSION_ROUTE_CHANGED:!this.isAppSheetOpen()&&this.isShowing()&&this.isActive()&&this.ca
nPlayVideo()&&(this.setVideoState(fa.PLAYING),this._ads.VideoPlayer.play())}};oa.prototype.getVideoViewRecta
n g l e = f u n c t i o n ( ) { r e t u r n
this._ads.VideoPlayer.getVideoViewRectangle()};oa.prototype.unsetReferences=function(){delete
this._videoScreen};
o a . p r o t o t y p e . p r e p a r e V i d e o S c r e e n = f u n c t i o n ( ) { v a r
b=this.getVideoScreen(),a=this.getPlacement();if(b){b.render();document.body.appendChild(b.container());a.allowSki
p()?(b.setSkipEnabled(!0),b.setSkipDuration(a.allowSkipInSeconds())):b.setSkipEnabled(!1);var
c = t h i s . _ s t o r e . i O S ; i f ( c ) { v a r
d=c.AppSheet.onPrepared.subscribe(function(){b.setCTAReady()});this.onClose.subscribe(function(){c.AppSheet.on
Close.unsubscribe(d)})}else b.setCTAReady()}};oa.prototype.hideChildren=function(){var b=this.getVideoScreen();
b&&(b.hide(),(b=b.container())&&b.parentElement&&b.parentElement.removeChild(b))};oa.prototype.prepareAndS
eek=function(){this.prepareVideo();this._ads.VideoPlayer.seekTo(this._video.getPosition());this.setVideoState(fa.RE
A D Y ) } ; o a . p r o t o t y p e . p r e p a r e V i d e o = f u n c t i o n ( ) { v a r
b=this;this.setVideoState(fa.PREPARING);this.getValidVideoUrl().then(function(a){b._finalVideoUrl=a;b._ads.Vide
oPlayer.prepare(a,new tc(b.getPlacement().muteVideo()?0:1),1E4)})};oa.prototype.getValidVideoUrl=function(){var
b=this,a=this.getVideo().getOriginalUrl();
if(this._campaign instanceof T||this._campaign instanceof za){var
c=Cb.getOrientedVideo(this._campaign,this.getForceOrientation(),zh.STREAM);if(!c)throw new Ob('Unable to
fallback to an oriented streaming video');a=c.getOriginalUrl()}return Promise.resolve().then(function(){return
b.getVideo().isCached()&&b.getVideo().getFileId()?b.getCore().Cache.getFileInfo(b.getVideo().getFileId()).then(fun
ction(c){if(c.found){var d=b.getVideo().getSize();return d&&d!==c.size?(Qa.trigger('video_size_mismatch',
{remoteVideoSize:d,localVideoSize:c.size,creativeId:b.getVideo().getCreativeId()},b._campaign.getSession()),a):b.ge
tVideo().getUrl()}Qa.trigger('cached_file_not_found',new yf(Error('File not
found'),{url:b.getVideo().getUrl(),originalUrl:b.getVideo().getOriginalUrl(),campaignId:b._campaign.id}),b._campaig
n . g e t S e s s i o n ( ) ) ; b . g e t V i d e o ( ) . s e t C a c h e d U r l ( v o i d 0 ) ; r e t u r n
a}).catch(function(c){Qa.trigger('cached_file_not_found',new
yf(Error(c),{url:b.getVideo().getUrl(),originalUrl:b.getVideo().getOriginalUrl(),
campaignId:b._campaign.id}),b._campaign.getSession());b.getVideo().setCachedUrl(void 0);return
a}):b.getVideo().getUrl()})};oa.prototype.canSendStartEvent=function(){return!0};oa.prototype.canSendErrorEvent=
f u n c t i o n ( ) { r e t u r n ! 0 } ; o a . _ p r o g r e s s I n t e r v a l = 2 5 0 ; v a r
Ff;(function(b){b[b.NOT_INITIALIZED=0]='NOT_INITIALIZED';b[b.INITIALIZE_FAILED=1]='INITIALIZE_F
AILED';b[b.INVALID_ARGUMENT=2]='INVALID_ARGUMENT';b[b.VIDEO_PLAYER_ERROR=3]='VIDEO_P
LAYER_ERROR';b[b.INIT_SANITY_CHECK_FAIL=4]='INIT_SANITY_CHECK_FAIL';
b[b.AD_BLOCKER_DETECTED=5]='AD_BLOCKER_DETECTED';b[b.FILE_IO_ERROR=6]='FILE_IO_ERROR
';b[b.DEVICE_ID_ERROR=7]='DEVICE_ID_ERROR';b[b.SHOW_ERROR=8]='SHOW_ERROR';b[b.INTERNAL
_ERROR=9]='INTERNAL_ERROR'})(Ff||(Ff={}));ug.prototype.updateContainerForEndScreen=function(){this._ad
Unit.getContainer().reconfigure(kc.ENDSCREEN)};ug.prototype.afterVideoCompleted=function(){this.updateContai
n e r F o r E n d S c r e e n ( ) ; v a r
b=this._adUnit.getVideoScreen();b&&b.hide();this._adUnit.onFinish.trigger()};ug.prototype.handleVideoError=
function(b){if(this._adUnit.getVideoState()!==fa.ERRORED){var
a=this._adUnit.getVideoState();this._adUnit.setVideoState(fa.ERRORED);n.reportMetricEvent(b);this._adUnit.setFin
ishState(ja.ERROR);this._adUnit.sendErrorEvent(Ib.VIDEO_PLAYER_ERROR,'Video player
error');this.updateContainerForEndScreen();(b=this._adUnit.getVideoScreen())&&b.hide();this._adUnit.onError.trigge
r();this._adUnit.onFinish.trigger();a===fa.NOT_READY||a===fa.PREPARING?(this._adUnit.hide(),this._adUnit.can
SendErrorEvent()&&this._ads.Listener.sendErrorEvent(Ff[Ff.VIDEO_PLAYER_ERROR],
' V i d e o p l a y e r p r e p a r e
error')):(this._adUnit.onVideoError(),this._adUnit.canSendErrorEvent()&&this._ads.Listener.sendErrorEvent(Ff[Ff.V
I D E O _ P L A Y E R _ E R R O R ] , ' V i d e o p l a y e r
error'))}};ug.prototype.getVideoOrientation=function(){};l.inherits(Yh,ug);Yh.prototype.onInfo=function(){};Yh.prot
otype.onGenericError=function(b,a,c){this._core.Sdk.logError('Unity Ads video player error '+a+' '+c+'
'+b);this.handleVideoError(Af.GenericError)};Yh.prototype.onPrepareError=function(b){this._core.Sdk.logError('Uni
ty Ads video player prepare error '+
b);this.handleVideoError(Af.PrepareError)};Yh.prototype.onSeekToError=function(b){this._core.Sdk.logError('Unity
A d s v i d e o p l a y e r s e e k t o e r r o r
'+b);this.handleVideoError(Af.SeekToError)};Yh.prototype.onPauseError=function(b){this._core.Sdk.logError('Unity
A d s v i d e o p l a y e r p a u s e e r r o r
'+b);this.handleVideoError(Af.PauseError)};Yh.prototype.onIllegalStateError=function(){this._core.Sdk.logError('Un
ity Ads video player illegal state error');this.handleVideoError(Af.IllegalStateError)};l.inherits(Zj,
ug);Zj.prototype.onLikelyToKeepUp=function(b,a){!this._adUnit.getContainer().isPaused()&&this._adUnit.canPlayV
ideo()&&a&&(this._adUnit.setVideoState(fa.PLAYING),this._ads.VideoPlayer.play())};Zj.prototype.onBufferEmpty
=function(){};Zj.prototype.onBufferFull=function(){};Zj.prototype.onGenericError=function(b,a){this._core.Sdk.log
E r r o r ( ' U n i t y A d s v i d e o p l a y e r g e n e r i c e r r o r ' + b + '
'+a);this.handleVideoError(Af.GenericError)};Rd.prototype.create=function(b,a,c,d,e,f){b=this.adUnitParametersFact
ory.create(b,
a,c,d,e,f);f=this.createAdUnit(b,f);b.privacy.setupReportListener(f);return
f};Rd.prototype.prepareVideoPlayer=function(b,a){var c=a.adUnit,d=new
b(a);a.ads.VideoPlayer.addEventHandler(d);c.onClose.subscribe(function(){a.ads.VideoPlayer.removeEventHandler(
d)});a.platform===t.ANDROID?this.prepareAndroidVideoPlayer(a):a.platform===t.IOS&&this.prepareIosVideoPlay
er(a);return d};Rd.prototype.prepareAndroidVideoPlayer=function(b){var a=b.adUnit,c=new
Yh(b);b.ads.VideoPlayer.Android.addEventHandler(c);
a.onClose.subscribe(function(){b.ads.VideoPlayer.Android.removeEventHandler(c)})};Rd.prototype.prepareIosVideo
P l a y e r = f u n c t i o n ( b ) { v a r a = b . a d U n i t , c = n e w
Zj(b);b.ads.VideoPlayer.iOS.addEventHandler(c);a.onClose.subscribe(function(){b.ads.VideoPlayer.iOS.removeEven
tHandler(c)})};Rd.prototype.getVideoEventHandlerParams=function(b,a,c,d){return{platform:c.platform,adUnit:b,ca
mpaign:c.campaign,operativeEventManager:c.operativeEventManager,thirdPartyEventManager:c.thirdPartyEventMa
nager,placement:c.placement,
video:a,clientInfo:c.clientInfo,core:c.core,ads:c.ads,automatedExperimentManager:d}};l.inherits(vf,La);vf.prototype.g
e t H e a d e r B i d d i n g T o k e n = f u n c t i o n ( ) { r e t u r n
this._headerBiddingToken};Da.init=function(){this._totalViewCount=this._totalStartCount=this._adRequestCount=0;
this._targetStartCounter={};this._targetViewCounter={};this._latestTargetStarts={}};Da.addStart=function(b){this._t
otalStartCount++;if(b=this.getTargetGameId(b))if(this._latestTargetStarts[b]=(new
Date).toISOString(),this._targetStartCounter[b]){var a=
this._targetStartCounter[b];this._targetStartCounter[b]=++a}else
this._targetStartCounter[b]=1};Da.addView=function(b){this._totalViewCount++;if(b=this.getTargetGameId(b))if(thi
s._targetViewCounter[b]){var a=this._targetViewCounter[b];this._targetViewCounter[b]=++a}else
this._targetViewCounter[b]=1};Da.addAdRequest=function(){this._adRequestCount++};Da.getCurrentCounters=func
tion(){return{adRequests:this._adRequestCount,starts:this._totalStartCount,views:this._totalViewCount,startsPerTarg
et:Object.assign({},
this._targetStartCounter),viewsPerTarget:Object.assign({},this._targetViewCounter),latestTargetStarts:Object.assign(
{},this._latestTargetStarts)}};Da.getTargetGameId=function(b){if(b instanceof T)return b.getGameId();var a;b
i n s t a n c e o f v f & & ( a = b . g e t T a r g e t G a m e I d ( ) ) ; r e t u r n
a};Da._adRequestCount=0;Da._totalStartCount=0;Da._totalViewCount=0;Da._targetStartCounter={};Da._targetVie
wCounter={};Da._latestTargetStarts={};l.inherits(Uf,R);Uf.prototype.getActions=function(){return
this.get('actions')};Uf.prototype.getDefaultActions=
function(){return this.get('defaultActions')};Uf.prototype.isCacheDisabled=function(){return
this.get('cacheDisabled')};Uf.prototype.getDTO=function(){return{actions:this.getActions(),defaultAction:this.getDef
aultActions(),cacheDisabled:this.isCacheDisabled()}};Uf.prototype.isValid=function(b){var
a=this.getActions(),c=Object.keys(a);c=l.makeIterator(c);for(var
d=c.next();!d.done;d=c.next())if(d=d.value,!Object.values(a[d]).includes(b[d]))return!1;return!0};Uf.Schema={actions
:['object'],defaultActions:['object'],
cacheDisabled:['boolean','undefined']};var $a;(function(b){b.PERFORMANCE_ENDCARD='webview-perf-ad-
endcard';b.MRAID_AR='webview-ar-mraid';b.VIDEO_OVERLAY='webview-video-
overlay';b.PLAYABLE_VIDEO_OVERLAY='webview-playable-video-
o v e r l a y ' ; b . V A S T _ V I D E O _ O V E R L A Y = ' w e b v i e w - v a s t - v i d e o -
overlay';b.RECOMMENDATION_SCREEN='webview-recommendation-screen';b.MRAID_PLAYABLE='webview-
m r a i d - p l a y a b l e ' } ) ( $ a | | ( $ a = { } ) ) ; v a r
El={scheme:{DARK:'dark',LIGHT:'light',TOP_CARD:'top_card'},animation:{STATIC:'static',HEARTBEATING:'he
artbeating',
BOUNCING:'bouncing',BUBBLING:'bubbling',UNDEFINED:void
0},color:{BLUE:'167dfb',GREEN:'33cc00',LIME:'99cc00',DARK_BLUE:'0052c7',DARK_GREEN:'009a00',UNDEF
I N E D : v o i d
0},cta_text:{DOWNLOAD:'download',DOWNLOAD_FOR_FREE:'download_for_free',GET:'get',INSTALL_NOW:'
i n s t a l l _ n o w ' , O K : ' o k ' , U N D E F I N E D : v o i d
0},game_rec:{SHOW:'show',SHOW_STATIC:'show_static',UNDEFINED:void 0}};new
Uf({actions:El,defaultActions:{scheme:El.scheme.LIGHT,animation:El.animation.BOUNCING,color:El.color.GREE
N,cta_text:El.cta_text.DOWNLOAD_FOR_FREE},
c a c h e D i s a b l e d : ! 0 } ) ; v a r
Bp={skip:{YES:'true',NO:'false'},color:{BLUE:'00002feb',GREEN:'003700eb',RED:'2f0000eb',BLACK:'0c292feb'}}
;new Uf({actions:Bp,defaultActions:{color:Bp.color.BLACK,skip:Bp.skip.NO},cacheDisabled:!0});var
Cp={progress:{TIMER:'timer',BAR:'bar'},color:{BLUE:'167dfb',GREEN:'33cc00',LIME:'99cc00',UNDEFINED:void
0 } } ; n e w
Uf({actions:Cp,defaultActions:{progress:Cp.progress.TIMER,color:Cp.color.BLUE},cacheDisabled:!0});Xc.getDyna
micGameRecommendations=function(){return Xc._dynamicGameRecommendations};
Xc.setDynamicGameRecommendations=function(b){b=Xc.formatGameRecommendations(b);Xc._dynamicGameRec
ommendations=b};Xc.getStaticGameRecommendations=function(b){return
X c . _ s t a t i c G a m e R e c o m m e n d a t i o n s . m a p ( f u n c t i o n ( a ) { r e t u r n
Object.assign(Object.assign({},a),{storeId:b===t.IOS?a.appStoreIdIos:a.appStoreIdAndroid})})};Xc.resetClickedVal
ues=function(){var b;null===(b=Xc._dynamicGameRecommendations)||void 0===b?void
0:b.forEach(function(a){return a.clicked=!1})};Xc.formatGameRecommendations=function(b){return null===
b||void 0===b?void 0:b.map(function(a,b){return{icon:'http://cdn-store-icons-highwinds-
prd.unityads.unity3d.com/'+a.icon,name:a.name,rating:a.rating||0,ratingCount:a.rating_count?Xc._localization.abbrevi
ate(Number(a.rating_count)):'',storeId:a.store_id,id:(b+1).toString()}})};Xc._localization=new
Ia('en','endscreen');Xc._staticGameRecommendations=[{id:'1',name:'Cartoon
Crush',appStoreIdIos:'1512668701',appStoreIdAndroid:'com.Zenith.SugarRush',icon:'https://cdn-store-icons-
prd.unityads.unity3d.com/store-icons/622bfd98-58ba-4dba-9e48-b50d851a5b23.png',
rating:4.6,ratingCount:'2.2K',seen:!1,clicked:!1},{id:'2',name:'Castle
Fusion',appStoreIdIos:'1412023244',appStoreIdAndroid:'com.sharkjump.castlefusion',icon:'https://cdn-store-icons-
prd.unityads.unity3d.com/store-icons/7d6b0b02-6141-4646-997a-
706b748d0c5a.png',rating:4.2,ratingCount:'40.4K',seen:!1,clicked:!1},{id:'3',name:'Turret
Fusion',appStoreIdIos:'1123003954',appStoreIdAndroid:'com.sharkjump.turretfusion',icon:'https://cdn-store-icons-
prd.unityads.unity3d.com/store-icons/2d80782b-8411-4a06-97b7-80ca5797aba4.png',
r a t i n g : 4 . 4 , r a t i n g C o u n t : ' 8 0 . 0 K ' , s e e n : ! 1 , c l i c k e d : ! 1 } ] ; v a r
zd;(function(b){b[b.POSITIVE=1]='POSITIVE';b[b.NEGATIVE=0]='NEGATIVE'})(zd||(zd={}));ha.getVideoScreen
Category=function(b){return'mraid'===b.getEndScreenType()?$a.PLAYABLE_VIDEO_OVERLAY:$a.VIDEO_OV
E R L A Y } ; h a . p r o t o t y p e . i n i t i a l i z e = f u n c t i o n ( b , a ) { v a r
c=this,d;this._requestManager=b.RequestManager;this._deviceInfo=b.DeviceInfo;this._privacySdk=b.Ads.PrivacySD
K;this._clientInfo=b.ClientInfo;this._coreConfig=b.Config;this._nativeBridge=b.NativeBridge;
this._abGroup=null===(d=ab.getState().config)||void 0===d?void
0:d.abGroup;this._gameSessionID=b.Ads.SessionManager.getGameSessionId();this._gamerToken=b.Config.getToke
n();this._campaignSources=a;this._onCampaignListener=function(a,b){return
c.onNewCampaign(b)};this._campaignSources.forEach(function(a){return
a.subscribe(c._onCampaignListener)});this._staticFeaturesPromise=this.collectStaticContextualFeatures();this.collect
ClickDetails(b.Ads.SdkClickDetailsManager)};ha.prototype.addCategoryFinder=
function(b){this._categoryFinders.push(b)};ha.prototype.findCategories=function(b){for(var a=new
Set,c=l.makeIterator(this._categoryFinders),d=c.next();!d.done;d=c.next())d=d.value,d(b).forEach(function(b){return
a.add(b)});return[].concat(l.arrayFromIterable(a))};ha.prototype.getExperimentParts=function(b,a){if(a!==$a.RECO
M M E N D A T I O N _ S C R E E N ) { v a r
c=this.sanitizeCategory(a);n.reportMetricEventWithTags(Ba.GetExperimentParts,{aui_cat:c});if(b=this._optimizedCa
mpaigns.get(b))if(b.optimized){if(a=b.categorizedExperiments[a])return
n.reportMetricEventWithTags(Ba.SuccessfulGetExperimentParts,
{aui_cat:c}),a.experiment.parts[0];n.reportMetricEventWithTags(Ba.UnknownCategoryProvidedOnGetActions,{aui_
cat:c})}else n.reportMetricEventWithTags(Ba.DecisionNotReadyOnGetActions,{aui_cat:c});else
n.reportMetricEventWithTags(Ba.NoCampaignOptimizationOnGetActions,{aui_cat:c})}};ha.prototype.getGameScre
enshots=function(b,a){var c;return(b=this.getExperimentParts(b,a))&&(null===(c=b.extras)||void 0===c?void
0:c.game_screenshots)};ha.prototype.setVideoScreenMetadata=function(b,a,c){var
d=this._optimizedCampaigns.get(b);
b=this.sanitizeCategory(a);d?(a=d.categorizedExperiments[a])?a.videoScreenMetadata=c:n.reportMetricEventWithTa
gs(Ba.UnknownCategoryProvidedOnSetVideoScreenMetadata,{aui_cat:b}):n.reportMetricEventWithTags(Ba.NoCa
mpaignOptimizationOnSetVideoScreenMetadata,{aui_cat:b})};ha.prototype.endSelectedExperiment=function(b,a,c,d
){var e,f;return S(this,void 0,void 0,function k(){var m=this,v,r,h,C,p,q,t,u,w,x,y,z,B;return
l.generator.createGenerator(k,function(k){switch(k.nextAddress){case
1:if(c===$a.RECOMMENDATION_SCREEN)return k.return();
v=m.sanitizeCategory(c);n.reportMetricEventWithTags(Ba.EndSelectedExperiment,{aui_cat:v});r=m._optimizedCam
p a i g n s . g e t ( b ) ; i f ( ! r ) r e t u r n
n.reportMetricEventWithTags(Ba.NoCampaignOptimizationOnEndSelectedExperiment,{aui_cat:v}),k.return();if(!r.o
p t i m i z e d ) r e t u r n
n.reportMetricEventWithTags(Ba.DecisionNotReadyOnEndSelectedExperiment,{aui_cat:v}),k.return();h=r.categoriz
e d E x p e r i m e n t s [ c ] ; i f ( ! h ) r e t u r n
n.reportMetricEventWithTags(Ba.UnknownCategoryProvidedOnEndSelectedExperiment,{aui_cat:v}),k.return();if(vo
id 0!==
h . r e w a r d ) r e t u r n
n.reportMetricEventWithTags(Ba.AlreadyRewarded,{aui_cat:v}),k.return();C=Object.values(r.categorizedExperiment
s ) . s o m e ( f u n c t i o n ( a ) { r e t u r n
a.reward===zd.POSITIVE});p=c===$a.RECOMMENDATION_SCREEN;h.reward=C&&!p?null:d;q=h.experiment.
parts.map(function(a){return{experiment:a.id,actions:a.actions,metadata:a.metadata}});(u=m.getGameScreenshots(b,c
))&&(t={nb_images:u.nbImages,nb_viewed:u.nbViewed,nb_errors:u.nbErrors});w=null===(e=ha.startEventData)||vo
id 0===e?void 0:e.ts.toISOString();
x={user_info:{ab_group:m._abGroup,auction_id:b.getSession().id,game_session_id:m._gameSessionID,gamer_token
:m._gamerToken},reward:h.reward,experiments:q,click_coordinates:m._clickEntryData,experiment_call_latency_ms:
m . _ e x p e r i m e n t C a l l L a t e n c y E n d -
m._experimentCallLatencyStart,game_rec_data:r.gameRecommendationData,video_overlay_metadata:h.videoScreen
Metadata,slideshow_metadata:t,ad_info:{skippable:a.allowSkip(),ad_format:a.getAdFormat()},ts:w,zid:null===(f=ha.
startEventData)||void 0===f?void 0:f.placementId};
y=ha.BaseUrl+ha.RewardEndPoint;z=JSON.stringify(x);k.setCatchFinallyBlocks(2);return
k.yield(m._requestManager.post(y,z),4);case 4:k.leaveTryBlock(3);break;case
2:k.enterCatchBlock(),n.reportMetricEventWithTags(Ba.FailedToPublishOutcome,{aui_cat:v});case
3:m.resetClickHeatMapData();p&&Xc.resetClickedValues();if(B=Object.keys(r.categorizedExperiments).map(functi
on(a){return r.categorizedExperiments[a].reward}).every(function(a){return void 0!==a}))ha.startEventData=void
0;n.reportMetricEventWithTags(Ba.SuccessfulEndSelectedExperiment,
{aui_cat:v});k.jumpToEnd()}})})};ha.prototype.sanitizeCategory=function(b){return void
0===b||null===b?'__'+b+'__':''===b?'__empty__':b};ha.prototype.nullifyNonRewardedExperiments=function(b,a){va
r c=this,d=this._optimizedCampaigns.get(b);d?Object.keys(d.categorizedExperiments).forEach(function(e){void
0===d.categorizedExperiments[e].reward&&c.endSelectedExperiment(b,a,e,null)}):n.reportMetricEvent(Ba.NoCamp
aignOptimizationOnNullifyExperiments)};ha.prototype.parseExperimentsResponse=function(b){if(b&&
200===b.responseCode)try{return Yc.parse(b.response)}catch(a){throw
n.reportMetricEvent(Ba.FailedToParseExperimentResponse),Error(Ba.FailedToParseExperimentResponse);}else
throw Error('Failed to fetch response from aui service');};ha.prototype.collectStaticContextualFeatures=function(){var
b=this,a=[{l:'bundleId',c:'bundle_id'},{l:'gameId',c:'game_id'},{l:'appStoreId',c:'store_id'},{l:'sdkVersion',c:'sdkv'},{l:'
developerId',c:'dev'},{l:'limitAdTracking',c:'limit_ad_tracking'},{l:'opt_out_enabled',
c : v o i d
0},{l:'ads',c:'ads_consent'},{l:'gameExp',c:'game_exp_consent'},{l:'external',c:'external_consent'},{l:'country',c:void
0},{l:'language',c:void 0},{l:'platform',c:void 0},{l:'osVersion',c:'os_version'}];return
Promise.all([this._deviceInfo.getDTO(),this._clientInfo.getDTO(),this._coreConfig.getDTO(),this._privacySdk.getUs
e r P r i v a c y ( ) . g e t P e r m i s s i o n s ( ) ] ) . t h e n ( f u n c t i o n ( c ) { v a r
d=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},c[0]),c[1]),c[2]),c[3]),{opt_out_enabled:
b._privacySdk.isOptOutEnabled(),
platform:t[b._nativeBridge.getPlatform()]}),e={};a.forEach(function(a){void 0!==d[a.l]&&(e[void
0 ! = = a . c ? a . c : a . l ] = d [ a . l ] ) } ) ; r e t u r n
e}).catch(function(){n.reportMetricEvent(Ba.FailedToCollectStaticFeatures);return{}})};ha.prototype.getDeviceTime
F e a t u r e s = f u n c t i o n ( ) { v a r b = n e w
Date,a=b.getDay();return{day_of_week:a,is_weekend:0===a||6===a,local_day_time:b.getHours()+b.getMinutes()/60
}};ha.prototype.collectDeviceContextualFeatures=function(){return
Promise.all([this._deviceInfo.getScreenWidth(),this._deviceInfo.getScreenHeight(),
this._deviceInfo.getConnectionType()]).then(function(b){return{video_orientation:Ha[b[0]>=b[1]?Ha.LANDSCAPE:
Ha.PORTRAIT],connection_type:b[2]}}).catch(function(){n.reportMetricEvent(Ba.FailedToCollectDeviceFeatures);r
eturn{}})};ha.prototype.trimImageUrl=function(b,a){if(!b)return'';b=b.slice(0,b.lastIndexOf('.')).split('/');var
c = b . l e n g t h ; i f ( 4 > c ) r e t u r n ' ' ; v a r d = b [ c - 1 ] ; r e t u r n a ? ' ' + d : b [ c -
2]+'/'+d};ha.prototype.collectAdSpecificFeatures=function(b){return S(this,void 0,void 0,function c(){var d=this,
e;return l.generator.createGenerator(c,function(c){e=d.getDeviceTimeFeatures();e.campaign_id=b.id;b&&b
instanceof T&&(e.target_store_id=b.getAppStoreId());return
c.return(e)})})};ha.prototype.createRequestBody=function(b,a,c){return
JSON.stringify({user_info:{ab_group:this._abGroup,game_session_id:this._gameSessionID,auction_id:b.getSession()
.id,gamer_token:this._gamerToken,exp_call_count:this._expCallCount},categories:a,contextual_features:c})};ha.prot
otype.onNewCampaign=function(b){var a=this;if(this._optimizedCampaigns.get(b))return Promise.resolve();
var c=this.findCategories(b);if(0===c.length)return Promise.resolve();var
d={optimized:!1,categorizedExperiments:{},gameRecommendationData:[]};this._optimizedCampaigns.set(b,d);var
e=c.sort().join('_');n.reportMetricEventWithTags(Ba.RequestingCampaignOptimization,{aui_cats:e});return
Promise.all([this._staticFeaturesPromise,this.collectDeviceContextualFeatures(),this.collectAdSpecificFeatures(b)]).th
en(function(f){f=Object.assign.apply(Object,[{}].concat(l.arrayFromIterable(f)));f=a.createRequestBody(b,
c,f);var g=ha.BaseUrl+ha.CreateEndPoint;a._experimentCallLatencyStart=window.performance.now();return
a._requestManager.post(g,f).then(function(b){a._experimentCallLatencyEnd=window.performance.now();a._expCall
Count++;return a.parseExperimentsResponse(b)}).then(function(a){var
b;ha.loadCampaignExperiments(d,c,a);a=null===(b=a.categories[$a.RECOMMENDATION_SCREEN])||void
0 = = = b ? v o i d 0 : b . p a r t s [ 0 ] . e x t r a s . g a m e _ r e c s ; ( n u l l = = = a | | v o i d
0===a?0:a.length)&&Xc.setDynamicGameRecommendations(a)}).catch(function(){return
n.reportMetricEventWithTags(Ba.FailedToFetchAutomatedExperiments,
{ a u i _ c a t s : e } ) } ) } ) . c a t c h ( f u n c t i o n ( ) { r e t u r n
n.reportMetricEventWithTags(Ba.CampaignInitializationError,{aui_cats:e})})};ha.loadCampaignExperiments=functi
on(b,a,c){for(var d=l.makeIterator(a),e=d.next();!e.done;e=d.next()){e=e.value;var
f=c.categories[e];f?b.categorizedExperiments[e]={experiment:f}:(e=a.sort().join('_'),n.reportMetricEventWithTags(B
a.UnknownCategoryReceived,{aui_cats:e}))}b.optimized=!0;n.reportMetricEvent(Ba.OptimizationResponseApplied)
};ha.prototype.resetClickHeatMapData=function(){this._clickEntryData=
[ ] } ; h a . p r o t o t y p e . c o l l e c t C l i c k D e t a i l s = f u n c t i o n ( b ) { v a r
a=this;b.onClickRecorded.subscribe(function(b){b={is_portrait:b.is_portrait,target:b.id||'unknown',normalized_x:b.nor
malized_x,normalized_y:b.normalized_y,ts:b.ts};a._clickEntryData.length>=a._clickEntryDataLimit&&a._clickEntry
Data.shift();a._clickEntryData.push(b)})};ha.prototype.getOptimizedCampaign=function(b){return
this._optimizedCampaigns.get(b)};ha.setStoreOpenDurations=function(b,a,c){var
d=this.storeOpenDurations.get(a);d||(d=new Map,this.storeOpenDurations.set(a,
d));a=null===d||void 0===d?void 0:d.get(b);a||(a=[],null===d||void 0===d?void
0:d.set(b,a));10!==a.length&&a.push(c)};ha.BaseUrlProduction='https://auiopt.unityads.unity3d.com';ha.BaseUrlStag
ing='https://auiopt.staging.unityads.unity3d.com';ha.BaseUrlLocal='http://127.0.0.1:3001';ha.BaseUrl=ha.BaseUrlPro
duction;ha.CreateEndPoint='/v1/category/experiment';ha.RewardEndPoint='/v1/category/reward';ha.storeOpenDuratio
ns=new WeakMap;var rk;(function(b){b.External='external';b.Dialog='dialog'})(rk||(rk=
{ } ) ) ; n a . g e t E v e n t K e y = f u n c t i o n ( b , a ) { r e t u r n
zg.getSessionStorageKey(b)+'.operative.'+a};na.getUrlKey=function(b,a){return
na.getEventKey(b,a)+'.url'};na.getDataKey=function(b,a){return
na.getEventKey(b,a)+'.data'};na.setPreviousPlacementId=function(b){na.PreviousPlacementId=b};na.getPreviousPlac
e m e n t I d = f u n c t i o n ( ) { r e t u r n
na.PreviousPlacementId};na.setHeaderBiddingInfo=function(b){na.HeaderBiddingInfo=b};na.getHeaderBiddingInfo
=function(){return na.HeaderBiddingInfo};na.prototype.sendStart=function(b){var a=
this,c=this._campaign.getSession(),d=Object.assign({cnt:''+this._campaign.getContentType()},ym());if(c.getEventSen
t ( f b . S T A R T ) ) r e t u r n
n.reportMetricEventWithTags(lc.DuplicateV1Event,d),Promise.resolve();c.setEventSent(fb.START);Da.addStart(this.
_campaign);return this._metaDataManager.fetch(ae,!0,['ordinal']).then(function(){return
a.createUniqueEventMetadata(b,a._sessionManager.getGameSessionId(),na.getPreviousPlacementId())}).then(functio
n(b){var e=l.makeIterator(b);b=e.next().value;e=e.next().value;
h a . s t a r t E v e n t D a t a = { t s : n e w
Date(Date.now()),placementId:e.placementId};n.reportMetricEventWithTags(lc.StartV1EventFired,d);return
a.sendEvent('start',b,c.id,a.createVideoEventUrl('video_start'),JSON.stringify(e))}).then(function(){})};na.prototype.s
e n d F i r s t Q u a r t i l e = f u n c t i o n ( b ) { v a r
a=this,c=this._campaign.getSession();if(c.getEventSent(fb.FIRST_QUARTILE))return Promise.resolve(void
0 ) ; c . s e t E v e n t S e n t ( f b . F I R S T _ Q U A R T I L E ) ; r e t u r n
this.createUniqueEventMetadata(b,this._sessionManager.getGameSessionId(),na.getPreviousPlacementId()).then(func
tion(b){var d=
l.makeIterator(b);b=d.next().value;d=d.next().value;a.sendEvent('first_quartile',b,c.id,a.createVideoEventUrl('first_qu
artile'),JSON.stringify(d))})};na.prototype.sendMidpoint=function(b){var
a=this,c=this._campaign.getSession();if(c.getEventSent(fb.MIDPOINT))return Promise.resolve(void
0 ) ; c . s e t E v e n t S e n t ( f b . M I D P O I N T ) ; r e t u r n
this.createUniqueEventMetadata(b,this._sessionManager.getGameSessionId(),na.getPreviousPlacementId()).then(func
tion(b){var d=l.makeIterator(b);b=d.next().value;d=d.next().value;
a.sendEvent('midpoint',b,c.id,a.createVideoEventUrl('midpoint'),JSON.stringify(d))})};na.prototype.sendThirdQuartil
e=function(b){var a=this,c=this._campaign.getSession();if(c.getEventSent(fb.THIRD_QUARTILE))return
Promise.resolve(void 0);c.setEventSent(fb.THIRD_QUARTILE);return
this.createUniqueEventMetadata(b,this._sessionManager.getGameSessionId(),na.getPreviousPlacementId()).then(func
t i o n ( b ) { v a r
d=l.makeIterator(b);b=d.next().value;d=d.next().value;a.sendEvent('third_quartile',b,c.id,a.createVideoEventUrl('third
_quartile'),
JSON.stringify(d))})};na.prototype.sendSkip=function(b){var
a=this._campaign.getSession();if(a.getEventSent(fb.SKIP))return Promise.resolve(void
0 ) ; a . s e t E v e n t S e n t ( f b . S K I P ) ; r e t u r n
this.createUniqueEventMetadata(b,this._sessionManager.getGameSessionId(),na.getPreviousPlacementId()).then(func
t i o n ( a ) { v a r
c=l.makeIterator(a);a=c.next().value;c=c.next().value;b.videoProgress&&(c.skippedAt=b.videoProgress);delete
c.eventId;delete c.apiLevel;delete c.advertisingTrackingId;delete c.limitAdTracking;delete c.osVersion;
delete c.sid;delete c.deviceMake;delete c.deviceModel;delete c.sdkVersion;delete c.webviewUa;delete
c . n e t w o r k T y p e ; d e l e t e c . c o n n e c t i o n T y p e ; d e l e t e
c.gameSessionCounters;ca.sendEvent('ads.sdk2.events.skip.json',ec.ANONYMOUS,Object.assign({id:a,ts:(new
Date).toISOString()},c))})};na.prototype.sendView=function(b){var
a=this,c=this._campaign.getSession();if(c.getEventSent(fb.VIEW))return Promise.resolve(void
0);c.setEventSent(fb.VIEW);Da.addView(this._campaign);return this.createUniqueEventMetadata(b,
this._sessionManager.getGameSessionId(),na.getPreviousPlacementId()).then(function(b){var
d=l.makeIterator(b);b=d.next().value;d=d.next().value;a.sendEvent('view',b,c.id,a.createVideoEventUrl('video_end'),J
SON.stringify(d))})};na.prototype.sendClick=function(b,a){var c=this;a=void 0===a?{}:a;var
d=this._campaign.getSession();if(d.getEventSent(fb.CLICK))return Promise.resolve(void
0 ) ; d . s e t E v e n t S e n t ( f b . C L I C K ) ; r e t u r n
this.createUniqueEventMetadata(b,this._sessionManager.getGameSessionId(),na.getPreviousPlacementId()).then(func
tion(b){var e=
l.makeIterator(b);b=e.next().value;e=e.next().value;c.sendEvent('click',b,d.id,c.createClickEventUrl(),JSON.stringify(
Object.assign(Object.assign({},e),a)))})};na.prototype.getClientInfo=function(){return
this._clientInfo};na.prototype.sendUserInterestEvent=function(b,a){this._campaign.getSession().setEventSent(fb.USE
R _ I N T E R E S T ) ; i f ( t h i s . _ c a m p a i g n i n s t a n c e o f T ) r e t u r n
b={auid:this._campaign.getSession().id,vote:b,delta:a,config:'10sDisappearAfterVote',campaignId:this._campaign.id,t
argetStoreId:this._campaign.getAppStoreId(),
token:this._coreConfig.getToken()},this._core.Sdk.logInfo('Unity Ads event: sending userinterest event to
https://publisher-event.unityads.unity3d.com/events/v2/userinterest'),this._request.post('https://publisher-
event.unityads.unity3d.com/events/v2/userinterest',JSON.stringify(b),[],{retries:2,retryDelay:1E4,followRedirects:!1,r
etryWithConnectionEvents:!1}).catch(function(){n.reportMetricEvent(Ba.FailedToSendUserInterestVote)});n.report
MetricEvent(Ba.FailedToSendVoteOnNonPerformanceCampaign);return Promise.reject()};
na.prototype.sendEvent=function(b,a,c,d,e){var f=this;if(!d)return Promise.resolve();this._core.Sdk.logInfo('Unity
A d s e v e n t : s e n d i n g ' + b + ' e v e n t t o ' + d ) ; r e t u r n
this._request.post(d,e,[],{retries:2,retryDelay:1E4,followRedirects:!1,retryWithConnectionEvents:!1}).catch(function(
) { ( n e w
xe(f._core,c,a)).storeFailedEvent(f._storageBridge,{url:d,data:e})})};na.prototype.createVideoEventUrl=function(){};
na.prototype.createClickEventUrl=function(){};na.prototype.createUniqueEventMetadata=function(b,a,c){var d=
this;return this._core.DeviceInfo.getUniqueEventId().then(function(e){return
d.getInfoJson(b,e,a,c)})};na.prototype.getInfoJson=function(b,a,c,d){var e=this,f=this._campaign.getSession();return
Promise.all([this._deviceInfo.getNetworkType(),this._deviceInfo.getConnectionType(),this._deviceInfo.getScreenWid
th(),this._deviceInfo.getScreenHeight(),this._metaDataManager.fetch(ae),this._metaDataManager.fetch(uh)]).then(fun
ction(g){var k=l.makeIterator(g),m=k.next().value,v=k.next().value,r=k.next().value,
h = k . n e x t ( ) . v a l u e ; g = k . n e x t ( ) . v a l u e ; k = k . n e x t ( ) . v a l u e ; v a r
n=f.getLegacyPrivacy();n||(n={gdprEnabled:e._privacySDK.isGDPREnabled(),optOutEnabled:e._privacySDK.isOpt
OutEnabled(),optOutRecorded:e._privacySDK.isOptOutRecorded()});m={eventId:a,auctionId:f.id,gameSessionId:c,c
ampaignId:e._campaign.id,adType:e._campaign.getAdType(),correlationId:e._campaign.getCorrelationId(),seatId:e._c
ampaign.getSeatId(),placementId:b.placement.id,osVersion:e._deviceInfo.getOsVersion(),sid:e._playerMetadataServe
rId,deviceModel:e._deviceInfo.getModel(),
sdkVersion:e._clientInfo.getSdkVersion(),previousPlacementId:d,bundleId:e._clientInfo.getApplicationName(),meta:
e._campaign.getMeta(),platform:t[e._platform].toLowerCase(),language:e._deviceInfo.getLanguage(),cached:Cb.isCa
ched(e._campaign),cachedOrientation:Cb.getCachedVideoOrientation(e._campaign),token:e._coreConfig.getToken(),
gdprEnabled:n.gdprEnabled,optOutEnabled:n.optOutEnabled,optOutRecorded:n.optOutRecorded,privacy:f.getPrivacy
(),gameSessionCounters:f.getGameSessionCounters(),networkType:m,
connectionType:v,screenWidth:r,screenHeight:h,deviceFreeSpace:f.getDeviceFreeSpace(),isLoadEnabled:e._campaig
n.isLoadEnabled(),legalFramework:e._privacySDK.getLegalFramework(),agreedOverAgeLimit:e._userPrivacyManag
er.getAgeGateChoice(),loadV5Support:e._loadV5Support,rai:e._campaign.isReusedAfterInvalidation()};e._platform=
= = t . A N D R O I D & & e . _ d e v i c e I n f o i n s t a n c e o f
ea&&(m=Object.assign(Object.assign({},m),{apiLevel:e._deviceInfo.getApiLevel(),deviceMake:e._deviceInfo.getMa
nufacturer(),screenDensity:e._deviceInfo.getScreenDensity(),
screenSize:e._deviceInfo.getScreenLayout()}));e._platform===t.IOS&&e._deviceInfo instanceof
W&&(m=Object.assign(Object.assign({},m),{plist:e._deviceInfo.getAdNetworksPlist(),idfv:e._deviceInfo.getVendor
Identifier(),deviceName:e._deviceInfo.getDeviceName(),locales:e._deviceInfo.getLocaleList(),currentUiTheme:e._de
viceInfo.getCurrentUiTheme(),systemBootTime:e._deviceInfo.getSystemBootTime(),trackingAuthStatus:e._deviceInf
o.getTrackingAuthorizationStatus()}));v=e._privacySDK.getUserPrivacy().getMethod();
if(v===ua.LEGITIMATE_INTEREST||v===ua.DEVELOPER_CONSENT)m.privacyType=v;v=ml.getDeviceTracki
ngIdentifiers(e._platform,e._deviceInfo,e._installInfo,e._coreConfig.isCoppaCompliant());Object.assign(m,v);m.video
O r i e n t a t i o n = b . v i d e o O r i e n t a t i o n ; ' u n d e f i n e d ' ! = = t y p e o f
navigator&&navigator.userAgent&&(m.webviewUa=navigator.userAgent);g&&(m.mediationName=g.getName(),m.
mediationVersion=g.getVersion(),m.mediationOrdinal=g.getOrdinal());k&&(m.frameworkName=k.getName(),m.fra
meworkVersion=k.getVersion());g=Aq();(k=
n u l l = = = g | | v o i d 0 = = = g ? v o i d
0:g.placement.meta)?m.placementMeta=k:!g&&b.placement.meta&&(m.placementMeta=b.placement.meta);if(null==
=g||void 0===g?0:g.hbTracking)m.headerBiddingInfo=null===g||void 0===g?void
0:g.hbTracking;return[a,m]})};na.prototype.sendStoreOpenEvent=function(b,a,c,d){var e,f,g,k,m,v;return S(this,void
0 , v o i d 0 , f u n c t i o n A ( ) { v a r h = t h i s , p , q , t ; r e t u r n
l.generator.createGenerator(A,function(A){if(1==A.nextAddress){if(!(h._campaign instanceof T||h._campaign
instanceof vf))return A.return(!1);
p=(null===(e=d.preClickFreeSpace)||void 0===e?void 0:e.internal)&&(null===(f=d.postClickFreeSpace)||void
0 = = = f ? v o i d 0 : f . i n t e r n a l ) & & d . p r e C l i c k F r e e S p a c e . i n t e r n a l -
d.postClickFreeSpace.internal;q=(null===(g=d.preClickFreeSpace)||void 0===g?void
0:g.external)&&(null===(k=d.postClickFreeSpace)||void 0===k?void 0:k.external)&&d.preClickFreeSpace.external-
d.postClickFreeSpace.external;A.setCatchFinallyBlocks(2);t=JSON.stringify({auid:h._campaign.getSession().id,dest:
b,opens:c,duration:a,token:h._coreConfig.getToken(),
i f s : n u l l = = = ( m = d . p r e C l i c k F r e e S p a c e ) | | v o i d 0 = = = m ? v o i d
0:m.internal,ifsdelta:p,efs:null===(v=d.preClickFreeSpace)||void 0===v?void 0:v.external,efsdelta:q});return
A.yield(h._request.post('https://publisher-event.unityads.unity3d.com/events/v2/store',t,void
0,{retries:2,retryDelay:1E4,followRedirects:!1,retryWithConnectionEvents:!1}),4)}if(2!=A.nextAddress)return
A.return(!0);A.enterCatchBlock();n.reportMetricEvent(lk.SendStoreOpenEventError);return
A.return(!1)})})};na.prototype.recordTimeSpentOnStore=
function(){var b=this;return new Promise(function(a){function c(){var b=window.performance.now()-
e;f.forEach(function(a){return null===a||void 0===a?void 0:a.unsubscribe(c)});a(b)}var
d,e=window.performance.now(),f=[b._focusManager.onActivityResumed,b._focusManager.onAppForeground,null==
=(d=b._store.iOS)||void 0===d?void 0:d.AppSheet.onClose];f.forEach(function(a){return null===a||void 0===a?void
0:a.subscribe(c)})})};l.inherits(Yj,na);Yj.prototype.createVideoEventUrl=function(b){return
this._performanceCampaign.getVideoEventUrl(b)};
Y j . p r o t o t y p e . c r e a t e C l i c k E v e n t U r l = f u n c t i o n ( ) { r e t u r n
E.addParameters(this._performanceCampaign.getClickUrl(),{redirect:!1})};Yj.prototype.getInfoJson=function(b,a,c,d
) { v a r e = t h i s ; r e t u r n
na.prototype.getInfoJson.call(this,b,a,c,d).then(function(c){c=l.makeIterator(c);c.next();c=c.next().value;b.asset&&(c.
u n i t y C r e a t i v e I d = b . a s s e t . g e t C r e a t i v e I d ( ) ) ; v a r
d=e.getClickDetails();d&&(c.clickDetails=d);return[a,c]})};Yj.prototype.getClickDetails=function(){var
b=this._sdkClickDetailsManager.lastClickDetails;if(null===
b | | v o i d
0===b?0:b.operativeId)return{id:b.operativeId}};l.inherits($d,na);$d.setTestBaseUrl=function(b){$d.VideoEventBas
eUrl=b+'/events/v2/brand/video'};$d.prototype.createVideoEventUrl=function(b){return[$d.VideoEventBaseUrl,b,this
._clientInfo.getGameId(),this._campaign.id].join('/')};$d.prototype.createClickEventUrl=function(){};$d.prototype.get
I n f o J s o n = f u n c t i o n ( b , a , c , d , e ) { v a r f = t h i s ; r e t u r n
na.prototype.getInfoJson.call(this,b,a,c,e).then(function(b){b=l.makeIterator(b);b.next();b=b.next().value;
b.creativeId=f._campaign.getCreativeId();return[a,b]})};$d.VideoEventBaseUrl='https://adserver.unityads.unity3d.co
m/events/v2/brand/video';l.inherits(ll,$d);ll.prototype.createVideoEventUrl=function(b){var
a = t h i s . _ m r a i d C a m p a i g n . g e t V i d e o E v e n t U r l ( b ) ; r e t u r n
a?a:$d.prototype.createVideoEventUrl.call(this,b)};ll.prototype.createClickEventUrl=function(){var
b = t h i s . _ m r a i d C a m p a i g n . g e t C l i c k U r l ( ) ; r e t u r n
b?E.addParameters(b,{redirect:!1}):$d.prototype.createClickEventUrl.call(this)};ll.prototype.getInfoJson=
f u n c t i o n ( b , a , c , d , e ) { r e t u r n
$d.prototype.getInfoJson.call(this,b,a,c,e).then(function(c){c=l.makeIterator(c);c.next();c=c.next().value;b.asset&&(c.
unityCreativeId=b.asset.getCreativeId());return[a,c]})};l.inherits(Wi,xe);Wi.prototype.getEventsStorageKey=function
( ) { r e t u r n
zg.getSessionStorageKey(this._sessionId)+'.xpromooperative'};Wi.prototype.sendFailedEvent=function(b,a){var
c=this;return this._core.Storage.get(B.PRIVATE,this.getEventStorageKey()).then(function(a){return
ca.sendEvent(a.kafkaType,
e c . P E R S O N A L , J S O N . p a r s e ( a . d a t a ) ) } ) . t h e n ( f u n c t i o n ( ) { r e t u r n
c.deleteFailedEvent(a)}).catch(function(){})};Wi.prototype.getPromisesForFailedEvents=function(b,a,c){var
d=this,e=[];c.map(function(c){c=new Wi(d._core,d._sessionId,c);e.push(c.sendFailedEvent(b,a))});return
e } ; l . i n h e r i t s ( x g , n a ) ; x g . p r o t o t y p e . s e n d S t a r t = f u n c t i o n ( b ) { v a r
a=this._campaign.getSession();if(a.getEventSent(fb.START))return
Promise.resolve();a.setEventSent(fb.START);Da.addStart(this._xPromoCampaign);return
wf.voidResult(this.sendHttpKafkaEvent('ads.xpromo.operative.videostart.v1.json',
'start',b))};xg.prototype.sendView=function(b){var a=this._campaign.getSession();if(a.getEventSent(fb.VIEW))return
Promise.resolve(void 0);a.setEventSent(fb.VIEW);Da.addView(this._xPromoCampaign);return
this.sendHttpKafkaEvent('ads.xpromo.operative.videoview.v1.json','view',b).then(function(){})};xg.prototype.sendCli
ck=function(b){var a=this._campaign.getSession();if(a.getEventSent(fb.CLICK))return Promise.resolve(void
0);a.setEventSent(fb.CLICK);return this.sendHttpKafkaEvent('ads.xpromo.operative.videoclick.v1.json',
'click',b).then(function(){})};xg.prototype.sendHttpKafkaEvent=function(b,a,c){var d=this;return
this.createUniqueEventMetadata(c,this._sessionManager.getGameSessionId(),na.getPreviousPlacementId()).then(func
tion(c){c=l.makeIterator(c);var e=c.next().value,g=c.next().value;delete g.eventId;delete g.apiLevel;delete
g.advertisingTrackingId;delete g.limitAdTracking;delete g.osVersion;delete g.sid;delete g.deviceMake;delete
g.deviceModel;delete g.sdkVersion;delete g.webviewUa;delete g.networkType;delete g.connectionType;
return ca.sendEvent(b,ec.PERSONAL,Object.assign(Object.assign({},g),{id:e,ts:(new
Date).toISOString(),event_type:a,sourceGameId:d._clientInfo.getGameId(),targetGameId:d._xPromoCampaign.getGa
meId().toString(),creativePackId:d._xPromoCampaign.getCreativeId(),targetStoreId:d._xPromoCampaign.getAppStor
eId()})).catch(function(){var a=d._campaign.getSession().id;return
d._core.DeviceInfo.getUniqueEventId().then(function(c){(new
Wi(d._core,a,c)).storeFailedEvent(d._storageBridge,{kafkaType:b,data:JSON.stringify(g)});
return Promise.resolve({})})})})};xg.prototype.createVideoEventUrl=function(b){return
this._xPromoCampaign.getVideoEventUrl(b)};xg.prototype.sendFirstQuartile=function(){return
Promise.resolve()};xg.prototype.sendMidpoint=function(){return
Promise.resolve()};xg.prototype.sendThirdQuartile=function(){return
Promise.resolve()};Io.createOperativeEventManager=function(b){return b.campaign instanceof T?new
Yj(b):b.campaign instanceof za?new xg(b):b.campaign instanceof La?new ll(b):new $d(b)};var
sk;(function(b){b.FILE_TOO_LARGE=
'too_large_file';b.VIDEO_TOO_LONG='video_length_error';b.VIDEO_PARSE_FAILURE='parse_error';b.USER_R
EPORT='report'})(sk||(sk={}));kl.report=function(b,a,c,d,e){b=Object.assign(Object.assign({},e),{type:d,creativeId:b,
seatId:a,campaignId:c});return ca.sendEvent('ads.creative.blocking',ec.EMPTY,b)};Xj.once=function(b,a){var
c=b.subscribe(function(d){for(var e=[],f=0;f<arguments.length;++f)e[f-
0]=arguments[f];b.unsubscribe(c);a.apply(null,l.arrayFromIterable(e))});return c};var
Vi;(function(b){b.NOT_SHOWING=
'Ad is not showing';b.OFFENSIVE='Ad is very offensive';b.MALFORMED='Ad does not look right';b.DISLIKE="I
don't like this ad";b.OTHER='Other'})(Vi||(Vi={}));l.inherits(vd,N);vd.createBuildInformation=function(b,a,c,d){var
e , f = n e w
Date;vd.buildInformation={userAgent:window.navigator.userAgent,platform:b===t.IOS?'iOS':'Android',campaign:d.i
d,osVersion:c.getOsVersion(),group:null===(e=ab.getState().config)||void 0===e?void
0:e.abGroup,sdk:a.getSdkVersionName(),webview:a.getWebviewVersion(),webviewHash:a.getWebviewHash(),
app:a.getApplicationName(),appVersion:a.getApplicationVersion(),creativeId:d.getCreativeId(),seatId:d.getSeatId(),ti
mestamp:f.toUTCString()}};vd.prototype.setupReportListener=function(b){var
a=this;Xj.once(this._onReport,function(c,d){a.onUserReport(c,d,b);a.timeoutAd(b)})};vd.prototype.getContainerRect
=function(){var b=this.container().querySelector('.view-container');if(!b)return
null;b=b.getBoundingClientRect();return{left:b.left,top:b.top,width:b.width,height:b.height}};vd.prototype.onUserRe
port=
function(b,a,c){c.getFinishState()!==ja.COMPLETED&&c.markAsSkipped();var
d=b.getCreativeId(),e=b.getSeatId(),f=b.id;kl.report(d,e,f,sk.USER_REPORT,{message:a});a={creativeId:d,reason:a,
adType:c.description(),seatId:e,campaignId:f};Qa.trigger('reported_ad',a,b.getSession())};vd.prototype.timeoutAd=fu
nction(b){return new Promise(function(){setTimeout(function(){return
b.hide()},4E3)})};l.inherits(Go,N);xm.prototype.getElement=function(){var
b=this;this._element=document.createElement('img');this._element.id=
t h i s . _ i d ; t h i s . _ e l e m e n t . c l a s s L i s t . a d d ( ' p r i v a c y - c a p t c h a - g r i d -
item');this._element.src=this._url;this._element.addEventListener('click',function(a){return
b . o n I t e m C l i c k E v e n t ( a ) } , ! 1 ) ; r e t u r n
this._element};xm.prototype.resetElement=function(b){this._url=b;this._element.src='';this._element.src=b};xm.proto
type.onItemClickEvent=function(b){b.preventDefault();if(this._listener)this._listener.onGridItemClick(this._url)};l.in
herits(th,N);th.prototype.resetElements=function(b){if(b.length===this._gridItems.length){b=
l.makeIterator(b.entries());for(var a=b.next();!a.done;a=b.next()){var
c=l.makeIterator(a.value);a=c.next().value;c=c.next().value;this._gridItems[a]&&this._gridItems[a].resetElement(c)}}
this.container()&&this.container().querySelector('.privacy-captcha-spinner-
container').classList.remove('show')};th.prototype.showTryAgainMessage=function(){this.container()&&this.containe
r().classList.add('show-retry-message')};th.prototype.render=function(){N.prototype.render.call(this);for(var
b=this.container().querySelector('.privacy-captcha-grid'),
a=l.makeIterator(this._gridItems),c=a.next();!c.done;c=a.next())b.appendChild(c.value.getElement())};th.prototype.sh
ow=function(){N.prototype.show.call(this);this.container()&&this.container().classList.remove('show-retry-
message')};th.prototype.createGridItems=function(b){this._gridItems=[];b=l.makeIterator(b.entries());for(var
a=b.next();!a.done;a=b.next()){var c=l.makeIterator(a.value);a=c.next().value;c=c.next().value;a=new xm('captcha-
grid-item-'+a,c,this);this._gridItems.push(a)}return this._gridItems};
th.prototype.onGridItemClick=function(b){this.container().classList.remove('show-retry-
message');this.container().querySelector('.privacy-captcha-spinner-
container').classList.add('show');this._handlers.forEach(function(a){return
a.onItemSelected(b)})};th.prototype.onCloseEvent=function(b){b.preventDefault();xa.trigger(uf.REQUEST_SCREE
N_CLOSE);this.hide();this._handlers.forEach(function(a){return a.onCloseEvent()})};var
af;(function(b){b[b.FAILED_VERIFICATION=0]='FAILED_VERIFICATION';b[b.GENERIC_ERROR=
1]='GENERIC_ERROR';b[b.MULTIPLE_FAILED_VERIFICATIONS=2]='MULTIPLE_FAILED_VERIFICATION
S ' ; b [ b . S U C C E S S = 3 ] = ' S U C C E S S ' } ) ( a f | | ( a f = { } ) ) ; v a r
$e;(function(b){b.DEBUG_RESET='debug_reset';b.INIT='init';b.VERIFY='verify'})($e||($e={}));wm.init=function(b
,a,c){this.helper=ot(b,a,c)};l.inherits(Tf,Ia);Tf.resolveLanguage=function(b,a,c){return'privacy'!==a&&'consent'!==a?
b:'consent'===a&&!this.isPrivacyUnitTranslationAvailable(b)||'privacy'===a&&!this.isPrivacySettingsTranslationAv
ailable(b,c)?'en.*':b};Tf.isPrivacyUnitTranslationAvailable=
f u n c t i o n ( b ) { r e t u r n
b.match('fr.*')||b.match('de.*')||b.match('es.*')||b.match('ru.*')||b.match('pt.*')||b.match('pt_BR.*')||b.match('it.*')||b.matc
h('zh(((_#?Hans)?(_\\D\\D)?)|((_\\D\\D)?(_#?Hans)?))$')?!0:!1};Tf.isPrivacySettingsTranslationAvailable=function(b,
a ) { r e t u r n
a===Zd.CCPA?b.match('es.*')?!0:!1:a===Zd.LGPD?b.match('pt_BR.*')?!0:!1:b.match('zh(((_#?Hans)?(_\\D\\D)?)|((
_\\D\\D)?(_#?Hans)?))$')?!0:!1};l.inherits(Tb,N);Tb.prototype.render=function(){N.prototype.render.call(this);this._b
uttonSpinner.render();
this._submitButtonElement=this.container().querySelector('.captcha-request-submit-
button');this._isEmailRequired&&(this._emailInputElement=this.container().querySelector('#captcha-request-email-
input'))&&(this._emailInputElement.placeholder=this._localization.translate('privacy-data-request-email-input-
placeholder'))};Tb.prototype.hide=function(){N.prototype.hide.call(this);this.hideAndCloseCaptcha()};Tb.prototype.o
nCloseEvent=function(){this.hideAndCloseCaptcha()};Tb.prototype.onBlur=function(){this._platform===
t.IOS&&setTimeout(function(){window.scrollTo(0,0)},50)};Tb.prototype.onItemSelected=function(b){var a,c;return
S ( t h i s , v o i d 0 , v o i d 0 , f u n c t i o n e ( ) { v a r f = t h i s , g , k ; r e t u r n
l.generator.createGenerator(e,function(e){if(1==e.nextAddress)return
e.yield(wm.helper.sendVerifyRequest(b,f._isEmailRequired?f._currentValidatedEmail:''),2);g=e.yieldResult;switch(g.
status){case af.SUCCESS:k=f._isEmailRequired?'#data-request-confimed':'#nwoo-request-
confimed';null===(a=f.container().querySelector(k))||void 0===a?void 0:
a . c l a s s L i s t . a d d ( ' s h o w -
msg');f.disableInputs();f.hideAndCloseCaptcha();f.networkWideOpt(f._isEmailRequired);break;case
af.FAILED_VERIFICATION:f.initCaptcha();null===(c=f._captchaView)||void 0===c?void
0 : c . s h o w T r y A g a i n M e s s a g e ( ) ; b r e a k ; c a s e
af.MULTIPLE_FAILED_VERIFICATIONS:f.handleMultipleFailedError();break;default:f.handleGenericError()}e.ju
mpToEnd()})})};Tb.prototype.onDataRequestSubmitEvent=function(b){var
a,c,d;b.preventDefault();b=null===(a=this._emailInputElement)||void 0===a?void 0:a.value;(null===
b||void 0===b?0:b.length)&&b.match(/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-
z A - Z 0 - 9 ] ) ? ( ? : \ . [ a - z A - Z 0 - 9 ] ( ? : [ a - z A - Z 0 - 9 - ] { 0 , 6 1 } [ a - z A - Z 0 -
9])?)*$/)?(this._currentValidatedEmail=b,this.initCaptcha()):null===(d=null===(c=this._emailInputElement)||void
0===c?void 0:c.reportValidity)||void 0===d?void 0:d.call(c)};Tb.prototype.initCaptcha=function(){var
b=this;this.disableInputsAndStartAnimation();wm.helper.sendInitRequest(this._isEmailRequired?this._currentValidat
edEmail:'').then(function(a){b.enableInputsAndStopAnimation();
a.status===af.SUCCESS?b.showCaptcha(a.imageUrls?a.imageUrls:[]):a.status===af.MULTIPLE_FAILED_VERIFI
CATIONS?b.handleMultipleFailedError():b.handleGenericError()}).catch(function(){b.handleGenericError()})};Tb.p
rototype.showCaptcha=function(b){this._captchaView?this._captchaView.resetElements(b):(this._captchaView=new
th(this._platform,this._language,b),this._captchaView.addEventHandler(this),this._captchaView.render(),document.bo
dy.appendChild(this._captchaView.container()),this._captchaView.show())};
Tb.prototype.hideAndCloseCaptcha=function(){var b;if(this._captchaView){this._captchaView.hide();var
a=this._captchaView.container();null===(b=a.parentElement)||void 0===b?void 0:b.removeChild(a);delete
this._captchaView}};Tb.prototype.handleMultipleFailedError=function(){this.showError(this._localization.translate('
p r i v a c y - d a t a - r e q u e s t - f a i l -
message'));this.disableInputs();this.hideAndCloseCaptcha()};Tb.prototype.handleGenericError=function(){this.showE
rror(this._localization.translate('privacy-data-request-error-message'));
this.hideAndCloseCaptcha()};Tb.prototype.showError=function(b){var a=this._isEmailRequired?'#data-request-
error':'#nwo-request-error';a=this.container().querySelector(a);var c=null===a||void 0===a?void
0:a.querySelector('.error-msg');c&&(c.innerHTML=b);null===a||void 0===a?void 0:a.classList.add('show-
msg')};Tb.prototype.hideErrorMessage=function(){var b=this.container().querySelector('.captcha-request-error-
msg');null===b||void 0===b?void 0:b.classList.remove('show-msg')};Tb.prototype.disableInputs=
function(){var b;null===(b=this._submitButtonElement)||void 0===b?void
0:b.classList.add('disabled');this._isEmailRequired&&this._emailInputElement&&(this._emailInputElement.disabled
=!0,this._emailInputElement.blur())};Tb.prototype.disableInputsAndStartAnimation=function(){var
b,a;this._isEmailRequired&&this.disableInputs();this.hideErrorMessage();this._buttonSpinner.container().classList.re
move('stop');null===(b=this._submitButtonElement)||void 0===b?void 0:b.classList.add('click-animation');null===
( a = t h i s . _ s u b m i t B u t t o n E l e m e n t ) | | v o i d 0 = = = a ? v o i d
0:a.appendChild(this._buttonSpinner.container())};Tb.prototype.enableInputsAndStopAnimation=function(){var
b;null===(b=this._submitButtonElement)||void 0===b?void 0:b.classList.remove('disabled','click-
animation');this._isEmailRequired&&this._emailInputElement&&(this._emailInputElement.disabled=!1);this._button
Spinner.container().classList.add('stop')};Tb.prototype.onNetworkWideOptOut=function(b){this._hasOptedOut||(b.pre
ventDefault(),b=this.container().querySelector('#data-request-confimed'),
null===b||void 0===b?void 0:b.classList.remove('show-msg'),b=this.container().querySelector('#nwoi-request-
confimed'),null===b||void 0===b?void 0:b.classList.remove('show-
msg'),this.initCaptcha())};Tb.prototype.onNetworkWideOptIn=function(b){var
a;b.preventDefault();null===(a=this.container().querySelector('#nwoi-container'))||void 0===a?void
0:a.classList.add('active')};Tb.prototype.onNetworkWideOptInCancelled=function(b){var
a;b.preventDefault();null===(a=this.container().querySelector('#nwoi-container'))||
void 0===a?void 0:a.classList.remove('active')};Tb.prototype.onNetworkWideOptInConfirmed=function(b){var
a,c,d;this._hasOptedIn||(b.preventDefault(),this.networkWideOpt(!0),null===(a=this.container().querySelector('#data-
request-confimed'))||void 0===a?void 0:a.classList.remove('show-
msg'),null===(c=this.container().querySelector('#nwoo-request-confimed'))||void 0===c?void
0:c.classList.remove('show-msg'),null===(d=this.container().querySelector('#nwoi-request-confimed'))||void
0===d?void 0:d.classList.add('show-msg'))};
Tb.prototype.networkWideOpt=function(b){b?this._hasOptedIn=!0:this._hasOptedOut=!0;this._privacyManager.upda
teUserPrivacy(b?Y.PERM_ALL_TRUE:Y.PERM_ALL_FALSE,Ld.USER,yd.BANNER_PERMISSIONS,{scope:Dl.
N E T W O R K _ S C O P E } ) } ; v a r
Wj;(function(b){b[b.REPORT=0]='REPORT';b[b.BUILD_INFO=1]='BUILD_INFO'})(Wj||(Wj={}));l.inherits(wd,vd
);wd.prototype.inject=function(b){document.body.querySelector('#'+this._id)||(this.render(),this.hide(),document.body
.appendChild(this.container()));this.addEventHandler(b)};wd.prototype.render=
function(){var b;vd.prototype.render.call(this);if(this._userPrivacyManager.isDataRequestEnabled()){var
a=this._container.querySelector('#data-disclosure');if(a){var c=new Tb(this._platform,this._userPrivacyManager,'data-
d i s c l o s u r e - c a p t c h a -
request',this._language,!0);c.render();a.appendChild(c.container())}}if(a=this._container.querySelector('#nwo'))c=new
T b ( t h i s . _ p l a t f o r m , t h i s . _ u s e r P r i v a c y M a n a g e r , ' n w o - c a p t c h a -
request',this._language,!1),c.render(),a.appendChild(c.container());this._gdprEnabled&&
(null===(b=this._container.querySelector('.report-ad-button'))||void 0===b?void
0:b.style.setProperty('visibility','hidden'))};wd.prototype.show=function(){var
b=this;vd.prototype.show.call(this);this._userPrivacyManager.isUserUnderAgeLimit()||this._isCoppaCompliant||this.p
opulateUserSummary();if(this._gdprEnabled&&!this._userPrivacyManager.isUserUnderAgeLimit()&&!this._isCoppa
Compliant){var a=this._userPrivacyManager.isOptOutEnabled()?'gdpr-refuse-radio':'gdpr-agree-
radio';if(a=this._container.querySelector('#'+
a))a.checked=!0;if(a=this._container.querySelector('#gdpr-agree-radio'))a.onclick=function(){var
a,d,e;null===(a=b._container.querySelector('.data-deletion-note'))||void 0===a?void
0:a.classList.remove('active');null===(d=document.querySelector('#data-deletion-container'))||void 0===d?void
0:d.classList.remove('active');null===(e=document.querySelector('#data-deletion-request-container'))||void
0 = = = e ? v o i d
0:e.classList.remove('active');b._dataDeletionConfirmation=!1}}};wd.prototype.onCloseEvent=function(b){var a=
this;b.preventDefault();if(this._gdprEnabled&&!this._userPrivacyManager.isUserUnderAgeLimit()&&!this._isCoppa
Compliant){var c=this._container.querySelector('#gdpr-refuse-radio');this._handlers.forEach(function(b){var d;return
null===(d=b.onGDPROptOut)||void 0===d?void 0:d.call(b,(null===c||void 0===c?void
0:c.checked)||a._dataDeletionConfirmation)})}this._handlers.forEach(function(a){return
a.onPrivacyClose()})};wd.prototype.onPrivacyEvent=function(b){b.preventDefault();this._handlers.forEach(function(
a){var c;
r e t u r n n u l l = = = ( c = a . o n P r i v a c y ) | | v o i d 0 = = = c ? v o i d
0:c.call(a,b.target.href)})};wd.prototype.onDataDeletion=function(b){var
a,c;b.preventDefault();this._dataDeletionConfirmation||(null===(a=this._container.querySelector('.data-deletion-
note'))||void 0===a?void 0:a.classList.toggle('active'),null===(c=document.querySelector('#data-deletion-
c o n t a i n e r ' ) ) | | v o i d 0 = = = c ? v o i d
0:c.classList.toggle('active'))};wd.prototype.onDataDeletionConfirmation=function(b){var
a;b.preventDefault();this._dataDeletionConfirmation=
!0;null===(a=this._container.querySelector('.data-deletion-note'))||void 0===a?void
0:a.classList.toggle('active');document.querySelectorAll('#data-deletion-container, #data-deletion-request-
container').forEach(function(a){return a.classList.remove('active')});if(b=this._container.querySelector('#gdpr-refuse-
radio'))b.checked=!0};wd.prototype.onButtonEvent=function(b,a){b.preventDefault();this.showToolView(a)};wd.prot
otype.showToolView=function(b){var a=this;switch(b){case Wj.REPORT:var c='report';
break;case Wj.BUILD_INFO:c='build-info';break;default:c=''}['report','build-
info'].forEach(function(b){b===c?a.container().classList.toggle(c):a.container().classList.remove(b)})};wd.prototype.
onReportAd=function(b){b.preventDefault();if(!this._reportSent){b=this._container.querySelector('.report-choice-
radio:checked');var a=this._container.querySelector('.report-confirmed-text');(null===b||void
0===b?0:b.id)?(this._reportSent=!0,this.handleReportText(!0,a),this._onReport.trigger(this._campaign,b.id)):
this.handleReportText(!1,a)}};wd.prototype.handleReportText=function(b,a){a&&(b?(a.innerHTML='Thank you for
your help. Your Ad will close shortly.',a.classList.contains('active')||a.classList.toggle('active')):(a.innerHTML='Please
s e l e c t a n o p t i o n f r o m t h e l i s t
above.',a.classList.toggle('active')))};wd.prototype.populateUserSummary=function(){var
b=this;this._userPrivacyManager.retrieveUserSummary().then(function(a){b.populateFields(a)}).catch(function(){b.p
opulateFields()})};wd.prototype.populateFields=
function(b){var a=this;[['#phone-type','privacy-using',null===b||void 0===b?void
0:b.deviceModel],['#country','privacy-located-in',null===b||void 0===b?void 0:b.country],['#game-plays-this-
week','privacy-used-this-app',null===b||void 0===b?void 0:b.gamePlaysThisWeek.toString()],['#ads-seen-in-
game','privacy-seen-ads',null===b||void 0===b?void 0:b.adsSeenInGameThisWeek.toString()],['#games-installed-
from-ads','privacy-installed-based-on',null===b||void 0===b?void
0:b.installsFromAds.toString()]].forEach(function(b){return a.populateField.apply(a,
l.arrayFromIterable(b))})};wd.prototype.populateField=function(b,a,c){c=void 0===c?'-
':c;if(b=document.querySelector(b))b.innerHTML=Ia.formatTranslation(this._localization.translate(a),[c])};var
Dc;(function(b){b.GameExp='#personalized-experience-switch';b.Ads='#personalized-ads-
switch';b.External='#personalized-ads-3rd-party-switch';b.Pipl='#personalized-ads-
pipl'})(Dc||(Dc={}));l.inherits(Ze,N);Ze.prototype.show=function(){var
b;this.setCheckbox(Dc.GameExp,this.permissions.gameExp);this.setCheckbox(Dc.Ads,
this.permissions.ads);this.setCheckbox(Dc.External,this.permissions.external);this.setCheckbox(Dc.Pipl,'OptIn'===(n
u l l = = = ( b = t h i s . p i p l ) | | v o i d 0 = = = b ? v o i d
0:b.optinState));this.updateThirdPartyCheckbox()};Ze.prototype.isChecked=function(b){var
a ; r e t u r n ! ( n u l l = = = ( a = t h i s . _ c o n t a i n e r . q u e r y S e l e c t o r ( b ) ) | | v o i d
0===a||!a.checked)};Ze.prototype.isPersonalizedExperienceChecked=function(){return
this.isChecked(Dc.GameExp)};Ze.prototype.isPersonalizedAdsChecked=function(){return
this.isChecked(Dc.Ads)};Ze.prototype.isAds3rdPartyChecked=
function(){return this.isChecked(Dc.External)};Ze.prototype.isPiplChecked=function(){return
this.isChecked(Dc.Pipl)};Ze.prototype.checkCheckboxes=function(b){this.setCheckbox(Dc.GameExp,b);this.setChec
kbox(Dc.Ads,b);this.setCheckbox(Dc.External,b);this.setCheckbox(Dc.Pipl,b);this.updateThirdPartyCheckbox()};Ze.
prototype.updateThirdPartyCheckbox=function(){var b=this._container.querySelector('#third-party-
switch');this.isChecked(Dc.Ads)?null===b||void 0===b?void
0:b.classList.remove('disabled'):(this.setCheckbox(Dc.External,
!1),null===b||void 0===b?void 0:b.classList.add('disabled'))};Ze.prototype.onChange=function(b,a){a=void
0===a?!1:a;b.preventDefault();a&&this.updateThirdPartyCheckbox();this._handlers.forEach(function(a){return
a.onSwitchGroupSelectionChange()})};Ze.prototype.setCheckbox=function(b,a){if(b=this._container.querySelector(b
) ) b . c h e c k e d = a } ; v a r
He;(function(b){b[b.THIRD_PARTIES=0]='THIRD_PARTIES';b[b.DATA=1]='DATA';b[b.DEMOGRAPHIC_INF
O=2]='DEMOGRAPHIC_INFO';b[b.MOBILE_IDENTIFIERS=3]='MOBILE_IDENTIFIERS';
b[b.PERSONALIZATION=4]='PERSONALIZATION';b[b.MEASUREMENT=5]='MEASUREMENT'})(He||(He={}
));l.inherits(wg,N);wg.prototype.showParagraphAndScrollToSection=function(b){var a;switch(b){case
He.THIRD_PARTIES:var c=b=this._container.querySelector('.third-party');break;case
He.DATA:c=b=this._container.querySelector('.what-we-collect');break;case
He.DEMOGRAPHIC_INFO:b=this._container.querySelector('.what-we-
collect');c=this._container.querySelector('.measurement-paragraph');break;case He.MOBILE_IDENTIFIERS:c=
b=this._container.querySelector('.what-we-collect');break;case
He.PERSONALIZATION:c=b=this._container.querySelector('.what-we-collect');break;case
He.MEASUREMENT:b=this._container.querySelector('.what-we-
c o l l e c t ' ) ; c = t h i s . _ c o n t a i n e r . q u e r y S e l e c t o r ( ' . m e a s u r e m e n t -
paragraph');break;default:c=b=null}null===(a=null===b||void 0===b?void 0:b.parentElement)||void 0===a?void
0:a.classList.add('show-description');null===c||void 0===c?void
0:c.scrollIntoView(!0)};wg.prototype.populateUserSummary=function(){return S(this,
void 0,void 0,function a(){var c=this,d;return l.generator.createGenerator(a,function(a){if(1==a.nextAddress)return
a.setCatchFinallyBlocks(2),a.yield(c._userPrivacyManager.retrieveUserSummary(),4);if(2!=a.nextAddress)return
d=a.yieldResult,c.populateFields(d),a.leaveTryBlock(0);a.enterCatchBlock();c.populateFields();a.jumpToEnd()})})};
wg.prototype.populateField=function(b,a,c){c=void 0===c?'-
':c;if(b=document.querySelector(b))b.innerHTML=Ia.formatTranslation(this._localization.translate(a),[c])};
wg.prototype.populateFields=function(b){var a=this;[['#phone-type','privacy-using',null===b||void 0===b?void
0:b.deviceModel],['#country','privacy-located-in',null===b||void 0===b?void 0:b.country],['#game-plays-this-
week','privacy-used-this-app',null===b||void 0===b?void 0:b.gamePlaysThisWeek.toString()],['#ads-seen-in-
game','privacy-seen-ads',null===b||void 0===b?void 0:b.adsSeenInGameThisWeek.toString()],['#games-installed-
from-ads','privacy-installed-based-on',null===b||void 0===b?void
0:b.installsFromAds.toString()]].forEach(function(b){return a.populateField.apply(a,
l.arrayFromIterable(b))})};wg.prototype.onEvent=function(b,a,c){c=void
0===c?!1:c;b.preventDefault();c&&this.populateUserSummary();this.toggleDescription(a)};wg.prototype.toggleDesc
ription=function(b){var a;b=this._container.querySelector(b);null===(a=null===b||void 0===b?void
0:b.parentElement)||void 0===a?void 0:a.classList.toggle('show-
description')};wg.prototype.onPrivacyEvent=function(b){b.preventDefault();this._handlers.forEach(function(a){return
a.onPrivacy(b.target.href)})};var se;(function(b){b.MY_CHOICES=
'mychoices';b.HOMEPAGE='homepage';b.AGE_GATE='agegate'})(se||(se={}));l.inherits(yb,N);yb.prototype.testAut
oAgeGate=function(b){if(b)this.onAgeGateOverEvent();else this.onAgeGateUnderEvent(new
Event('testAutoAgeGate'))};yb.prototype.testAutoConsent=function(b){this._handlers.forEach(function(a){return
a.onConsent(b,yd.TEST_AUTO_CONSENT,Ld.USER)});this._handlers.forEach(function(a){return
a.onClose()})};yb.prototype.render=function(){N.prototype.render.call(this);this._switchGroup.render();this._containe
r.querySelector('.switch-group-container').appendChild(this._switchGroup.container());
this._privacyRowItemContainer.render();this._container.querySelector('.privacy-
container').appendChild(this._privacyRowItemContainer.container());this._consentButtonContainer=this._container.q
u e r y S e l e c t o r ( ' . c o n s e n t - b u t t o n -
container');this._platform===t.ANDROID&&this._apiLevel&&19>=this._apiLevel?this._container.classList.add('and
r o i d 4 - i o s 7 -
ios8'):this._platform===t.IOS&&this._osVersion&&(this._osVersion.match(/^8/)||this._osVersion.match(/^7/))&&thi
s._container.classList.add('android4-ios7-ios8');
if(0<this._ageGateLimit){var b=Ia.formatTranslation(this._localization.translate('age-gate-over-age-limit-
btn'),[this._ageGateLimit.toString()]),a=Ia.formatTranslation(this._localization.translate('age-gate-under-age-limit-
btn'),[(this._ageGateLimit-1).toString()]);this._container.querySelector('.age-gate-
over').innerHTML=b;this._container.querySelector('.age-gate-
under').innerHTML=a}this.showPage(this._landingPage)};yb.prototype.show=function(){N.prototype.show.call(this);
this._switchGroup.show()};
yb.prototype.onSwitchGroupSelectionChange=function(){this._consentButtonContainer&&(this.shouldShowSaveMy
Choices()?this._consentButtonContainer.classList.add('show-save-my-choices-
button'):this._consentButtonContainer.classList.remove('show-save-my-choices-
button'))};yb.prototype.onPrivacy=function(b){this._handlers.forEach(function(a){return
a . o n P r i v a c y ( b ) } ) } ; y b . p r o t o t y p e . s h o w P a g e = f u n c t i o n ( b ) { v a r
a=this;[se.MY_CHOICES,se.HOMEPAGE,se.AGE_GATE].forEach(function(c){c===b?a.container().classList.add(b
):
a.container().classList.remove(c)})};yb.prototype.closeAgeGateWithAgreeAnimation=function(){var
b = t h i s . _ c o n t a i n e r . q u e r y S e l e c t o r ( ' . a g e - g a t e -
over');b&&this.closeWithAnimation(b)};yb.prototype.shouldShowSaveMyChoices=function(){return
this._switchGroup.isPersonalizedExperienceChecked()||this._switchGroup.isPersonalizedAdsChecked()||this._switchG
roup.isAds3rdPartyChecked()||this._switchGroup.isPiplChecked()};yb.prototype.closeWithAnimation=function(b){va
r a=this;this.container().classList.add('prevent-clicks');
var c=new Go(this._platform);c.render();b.appendChild(c.container());b.classList.add('click-
animation');setTimeout(function(){a._handlers.forEach(function(a){return
a.onClose()})},1500)};yb.prototype.onHomepageAcceptAllEvent=function(b){b.preventDefault();this._handlers.forE
a c h ( f u n c t i o n ( a ) { r e t u r n
a.onConsent(Y.PERM_ALL_TRUE,yd.CONSENT_AGREE_ALL,Ld.USER)});b=this._container.querySelector('.ho
m e p a g e - a c c e p t -
all');this.closeWithAnimation(b)};yb.prototype.onAgreeEvent=function(b){b.preventDefault();this._switchGroup.chec
kCheckboxes(!0);
t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( a ) { r e t u r n
a.onConsent(Y.PERM_ALL_TRUE,yd.CONSENT_AGREE,Ld.USER)});b=this._container.querySelector('.agree');th
is.closeWithAnimation(b)};yb.prototype.onDisagreeEvent=function(b){b.preventDefault();this._handlers.forEach(fun
c t i o n ( a ) { r e t u r n
a.onConsent(Y.PERM_ALL_FALSE,yd.CONSENT_DISAGREE,Ld.USER)});b=this._container.querySelector('.disa
gree');this.closeWithAnimation(b)};yb.prototype.onSaveMyChoicesEvent=function(b){b.preventDefault();var
a={gameExp:this._switchGroup.isPersonalizedExperienceChecked(),
ads:this._switchGroup.isPersonalizedAdsChecked(),external:this._switchGroup.isAds3rdPartyChecked(),dataLeavesT
erritory:this._switchGroup.isPiplChecked()};this._handlers.forEach(function(b){return
b.onConsent(a,yd.CONSENT_SAVE_CHOICES,Ld.USER)});b=this._container.querySelector('.save-my-
choices');this.closeWithAnimation(b)};yb.prototype.onOptionsEvent=function(b){b.preventDefault();this.showPage(s
e.MY_CHOICES)};yb.prototype.onThirdPartiesLinkEvent=function(b){b.preventDefault();this.showMyChoicesPage
AndScrollToParagraph(He.THIRD_PARTIES)};
yb.prototype.onDataLinkEvent=function(b){b.preventDefault();this.showMyChoicesPageAndScrollToParagraph(He.
DATA)};yb.prototype.onDemographicInfoLinkEvent=function(b){b.preventDefault();this.showMyChoicesPageAndS
crollToParagraph(He.DEMOGRAPHIC_INFO)};yb.prototype.onMobileIdentifiersLinkEvent=function(b){b.prevent
Default();this.showMyChoicesPageAndScrollToParagraph(He.MOBILE_IDENTIFIERS)};yb.prototype.onPersonaliz
ationLink=function(b){b.preventDefault();this.showMyChoicesPageAndScrollToParagraph(He.PERSONALIZATIO
N)};
yb.prototype.onMeasurementLinkEvent=function(b){b.preventDefault();this.showMyChoicesPageAndScrollToParagr
aph(He.MEASUREMENT)};yb.prototype.onBackButtonEvent=function(b){b.preventDefault();this.showPage(se.HO
MEPAGE)};yb.prototype.showMyChoicesPageAndScrollToParagraph=function(b){n.reportMetricEvent(lc.ConsentP
aragraphLinkClicked);this.showPage(se.MY_CHOICES);this._privacyRowItemContainer.showParagraphAndScrollT
oSection(b)};yb.prototype.onAgeGateOverEvent=function(){this._handlers.forEach(function(b){return
b.onAgeGateAgree()})};
yb.prototype.onAgeGateUnderEvent=function(b){b.preventDefault();this._handlers.forEach(function(a){return
a.onAgeGateDisagree()});b=this._container.querySelector('.age-gate-
under');this.closeWithAnimation(b)};jl.prototype.onPrivacy=function(b){this._platform===t.IOS?this._core.iOS.UrlS
cheme.open(b):this._platform===t.ANDROID&&this._core.Android.Intent.launch({action:'android.intent.action.VIE
W',uri:b})};jl.prototype.onPrivacyClose=function(){};jl.prototype.onGDPROptOut=function(b){var
a=Y.PERM_ALL_FALSE;
b||(a=this._privacy.getGamePrivacy().getMethod()===ua.DEVELOPER_CONSENT?Y.PERM_DEVELOPER_CON
SENTED:this._privacy.getLegalFramework()===Zd.GDPR?Y.PERM_OPTIN_LEGITIMATE_INTEREST_GDPR:
Y.PERM_OPTIN_LEGITIMATE_INTEREST);this._privacyManager.updateUserPrivacy(a,Ld.USER,yd.BANNER_
PERMISSIONS)};jl.prototype.onPersonalizedConsent=function(b){this._privacy.getGamePrivacy().getMethod()===
ua.UNITY_CONSENT&&Du(b)&&this._privacyManager.updateUserPrivacy(b,Ld.USER,yd.PERSONALIZED_PE
RMISSIONS,{layout:se.MY_CHOICES})};
v a r
ge;(function(b){b[b.INITIAL=0]='INITIAL';b[b.PERSONALIZATION=1]='PERSONALIZATION';b[b.DATA=2]='
DATA';b[b.REPORT=3]='REPORT';b[b.BUILD_INFO=4]='BUILD_INFO'})(ge||(ge={}));l.inherits(sc,vd);sc.prototy
pe.inject=function(b){document.body.querySelector('#'+this._id)||(this.render(),this.hide(),document.body.appendChil
d(this.container()));this.addEventHandler(b)};sc.prototype.render=function(){var
b,a;vd.prototype.render.call(this);this._privacyRowItemContainer.render();null===(b=this._container.querySelector('.i
nfo-container'))||
v o i d 0 = = = b ? v o i d
0:b.appendChild(this._privacyRowItemContainer.container());this._switchGroup.render();null===(a=this._container.q
uerySelector('.checkbox-group-container'))||void 0===a?void
0:a.appendChild(this._switchGroup.container());this.showView(ge.INITIAL)};sc.prototype.onPrivacy=function(b){th
is._handlers.forEach(function(a){var c;return null===(c=a.onPrivacy)||void 0===c?void
0:c.call(a,b)})};sc.prototype.hide=function(){vd.prototype.hide.call(this);this._currentViewState===ge.PERSONALI
ZATION&&
this.triggerPersonalizedConsent()};sc.prototype.onCloseEvent=function(b){b.preventDefault();this._handlers.forEach(
f u n c t i o n ( a ) { r e t u r n
a.onPrivacyClose()})};sc.prototype.onPrivacyEvent=function(b){b.preventDefault();this._handlers.forEach(function(a
) { v a r c ; r e t u r n n u l l = = = ( c = a . o n P r i v a c y ) | | v o i d 0 = = = c ? v o i d
0:c.call(a,b.target.href)})};sc.prototype.onBackButtonEvent=function(b){b.preventDefault();this._currentViewState=
==ge.PERSONALIZATION&&this.triggerPersonalizedConsent();this.showView(ge.INITIAL)};sc.prototype.onPerso
nalizationButtonEvent=
function(b){b.preventDefault();this.showView(ge.PERSONALIZATION)};sc.prototype.onDeleteDataButtonEvent=f
unction(b){b.preventDefault();this.showView(ge.DATA)};sc.prototype.onReportAdButtonEvent=function(b){b.preve
ntDefault();this.showView(ge.REPORT)};sc.prototype.onBuildInfoButtonEvent=function(b){b.preventDefault();this.
showView(ge.BUILD_INFO)};sc.prototype.onReportAdEvent=function(b){b.preventDefault();if(!this._reportSent){b
=this._container.querySelector('.report-choice-radio:checked');var a=this._container.querySelector('.report-confirmed-
text');
( n u l l = = = b | | v o i d
0===b?0:b.id)?(this._reportSent=!0,this.handleReportText(!0,a),this._onReport.trigger(this._campaign,b.id)):this.hand
leReportText(!1,a)}};sc.prototype.handleReportText=function(b,a){a&&(b?(a.innerHTML='Thank you for your help.
Your Ad will close shortly.',a.classList.contains('active')||a.classList.toggle('active')):(a.innerHTML='Please select an
option from the list above.',a.classList.toggle('active')))};sc.prototype.triggerPersonalizedConsent=function(){var
b={gameExp:this._switchGroup.isPersonalizedExperienceChecked(),
ads:this._switchGroup.isPersonalizedAdsChecked(),external:this._switchGroup.isAds3rdPartyChecked(),dataLeavesT
erritory:this._switchGroup.isPiplChecked()};this._handlers.forEach(function(a){var c;return
null===(c=a.onPersonalizedConsent)||void 0===c?void 0:c.call(a,b)})};sc.prototype.showView=function(b){var
a=this;this._currentViewState=b;switch(b){case ge.INITIAL:var c='initial';break;case
ge.PERSONALIZATION:c='personalization';break;case ge.DATA:c='data';break;case
ge.REPORT:c='report';break;case ge.BUILD_INFO:c=
'build-info';break;default:c='initial'}['initial','personalization','data','report','build-
info'].forEach(function(b){b===c?(a.container().classList.add(c),'personalization'===b&&a._switchGroup.show()):a.c
ontainer().classList.remove(b)})};sc.prototype.onDeleteYourDataLinkEvent=function(b){var
a;b.preventDefault();null===(a=this._container.querySelector('.delete-data-container'))||void 0===a?void
0:a.classList.add('active')};sc.prototype.onDataDeletionConfirmationEvent=function(b){b.preventDefault();
b=this._container.querySelector('.delete-data-container');null===b||void 0===b?void
0:b.classList.remove('active');null===b||void 0===b?void 0:b.classList.add('data-deletion-
confirmed');this._switchGroup.checkCheckboxes(!1);this.triggerPersonalizedConsent()};sc.prototype.onDataDeletion
CancelEvent=function(b){var a;b.preventDefault();null===(a=this._container.querySelector('.delete-data-
c o n t a i n e r ' ) ) | | v o i d 0 = = = a ? v o i d
0:a.classList.remove('active')};sc.prototype.onViewContainerEvent=function(b){b.stopPropagation()};
Kb.prototype.create=function(b,a,c,d,e,f){this._campaign=b;this._placement=a;this._orientation=c;this._playerMetada
taServerId=d;this._loadV5Support=e;this._adUnitId=a.getAdUnitId()||'';b=this.getBaseParameters();b.isPoddedAd=!!f
;return this.createParameters(b)};Kb.prototype.getBaseParameters=function(){var
b={};return{platform:this._platform,core:this._core,ads:this._ads,store:this._store,forceOrientation:this._orientation,fo
cusManager:this._focusManager,container:this._container,deviceInfo:this._deviceInfo,
clientInfo:this._clientInfo,thirdPartyEventManager:this._thirdPartyEventManagerFactory.create((b[Ic.ZONE]=this._pl
acement.id,b[Ic.SDK_VERSION]=this._clientInfo.getSdkVersion().toString(),b[Ic.GAMER_SID_IMPRESSION]=thi
s._playerMetadataServerId||'',b[Ic.GAMER_SID_OPERATIVE]=this._playerMetadataServerId||'',b[Ic.OM_ENABLE
D]='false',b[Ic.OM_VENDORS]='',b[Ic.OMIDPARTNER]='Unity3d/1.3.0',b[Ic.CACHEBUSTING]='-
1',b[Ic.AD_UNIT_ID_IMPRESSION]=this._adUnitId,b[Ic.AD_UNIT_ID_OPERATIVE]=this._adUnitId,b[Ic.AD_F
ORMAT_OPERATIVE]=
this._placement.getAdFormat(),b[Ic.AD_FORMAT_IMPRESSION]=this._placement.getAdFormat(),b)),operativeEv
entManager:this.getOperativeEventManager(),placement:this._placement,campaign:this._campaign,coreConfig:this._
coreConfig,adsConfig:this._adsConfig,request:this._requestManager,privacyManager:this._privacyManager,gameSess
ionId:this._sessionManager.getGameSessionId(),privacy:this.createPrivacy(),privacySDK:this._privacySDK}};Kb.pro
totype.getOperativeEventManager=function(){return Io.createOperativeEventManager({platform:this._platform,
core:this._core,ads:this._ads,request:this._requestManager,metaDataManager:this._metadataManager,sessionManager
:this._sessionManager,clientInfo:this._clientInfo,deviceInfo:this._deviceInfo,coreConfig:this._coreConfig,adsConfig:t
his._adsConfig,storageBridge:this._storageBridge,campaign:this._campaign,playerMetadataServerId:this._playerMeta
dataServerId,privacySDK:this._privacySDK,userPrivacyManager:this._privacyManager,loadV5Support:this._loadV5
Support,installInfo:this._installInfo,sdkClickDetailsManager:this._sdkClickDetailsManager,
store:this._store,focusManager:this._focusManager})};Kb.prototype.createPrivacy=function(){var
b=this._coreConfig.isCoppaCompliant()||this._privacyManager.isUserUnderAgeLimit()?new
wd(this._platform,this._campaign,this._privacyManager,this._privacySDK.isGDPREnabled(),this._coreConfig.isCopp
aCompliant(),this._deviceInfo.getLanguage()):this._privacySDK.getGamePrivacy().getMethod()===ua.UNITY_CON
S E N T ? n e w
sc(this._platform,this._campaign,this._privacyManager,this._privacySDK.isGDPREnabled(),this._coreConfig.isCopp
aCompliant(),
t h i s . _ d e v i c e I n f o . g e t L a n g u a g e ( ) ) : n e w
wd(this._platform,this._campaign,this._privacyManager,this._privacySDK.isGDPREnabled(),this._coreConfig.isCopp
a C o m p l i a n t ( ) , t h i s . _ d e v i c e I n f o . g e t L a n g u a g e ( ) ) ; v a r a = n e w
jl({platform:this._platform,core:this._core,privacyManager:this._privacyManager,adsConfig:this._adsConfig,privacyS
DK:this._privacySDK});b.addEventHandler(a);return b};Kb.prototype.showGDPRBanner=function(b){return
cf.isSet('showGDPRBanner')?cf.get('showGDPRBanner'):void 0!==V.get('forcedGDPRBanner')?
V.get('forcedGDPRBanner'):b.coreConfig.isCoppaCompliant()||ua.LEGITIMATE_INTEREST!==b.privacySDK.get
GamePrivacy().getMethod()?!1:b.privacySDK.isGDPREnabled()?!b.privacySDK.isOptOutRecorded():!1};Kb.prototy
pe.getVideo=function(b,a){b=Cb.getOrientedVideo(b,a);if(!b)throw new Ob('Unable to select an oriented
video');return b};Kb.prototype.createEndScreenParameters=function(b,a,c){var
d=this.showGDPRBanner(c);return{platform:c.platform,core:c.core,language:c.deviceInfo.getLanguage(),gameId:c.cl
ientInfo.getGameId(),
targetGameName:a,privacy:b,showGDPRBanner:d,campaignId:void 0,osVersion:void
0,hidePrivacy:c.adsConfig.getHidePrivacy(),placement:c.placement}};var
ud;(function(b){b.OPEN_URL='openUrl';b.CLOSE='close';b.FORCE_ORIENTATION='forceOrientation';b.CLICK=
'click';b.VIDEO_START='videoStart';b.GRANT_REWARD='grantReward';b.DISABLE_BACK_BUTTON='disable
BackButton';b.OPEN_STORE_OVERLAY='openStoreOverlay';b.OPEN_IN_APP_STORE='openInAppStore';b.FET
CH_APP_STORE_OVERLAY='fetchAppStoreOverlay';b.OPEN_INTENTS_REQUEST=
'openableIntents';b.TRACKING='tracking';b.GET_CLICK_SIGNAL='getClickSignal';b.USER_SEEKED='seeked';b.
VOLUME_CHANGE='volumeChanged'})(ud||(ud={}));sh.prototype.connect=function(b){this._iframe=b;window.ad
dEventListener('message',this._messageListener)};sh.prototype.disconnect=function(){window.removeEventListener('
message',this._messageListener)};sh.prototype.onBackPressed=function(){this.postMessage('back')};sh.prototype.sen
dOpenableIntentsResult=function(b){this.postMessage('openableIntentsResponse',
b)};sh.prototype.sendClickSignalResponse=function(b){this.postMessage('clickSignal',b)};sh.prototype.sendMuteCha
nge=function(b){this.postMessage('muteChange',b)};sh.prototype.onMessage=function(b){b=b.data;if('afma'===b.typ
e&&(this._core.Sdk.logInfo('afma: event='+b.event+', data='+JSON.stringify(b.data)),b.event in
this._afmaHandlers))(0,this._afmaHandlers[b.event])(b)};sh.prototype.postMessage=function(b,a){this._iframe.conten
tWindow.postMessage({type:'afma',event:b,data:a},'*')};var Fo;(Fo||(Fo=
{})).ORIENTATION='orientation';il.prototype.connect=function(){window.addEventListener('message',this._messag
eListener,!1)};il.prototype.disconnect=function(){window.removeEventListener('message',this._messageListener)};il.
prototype.onMessage=function(b){b=b.data;if('mraid'===b.type&&(this._core.Sdk.logDebug('mraid:
e v e n t = ' + b . e v e n t + ' , d a t a = ' + b . d a t a ) , b . e v e n t i n
this._mraidHandlers))(0,this._mraidHandlers[b.event])(b)};il.prototype.handleSetOrientationProperties=function(b){v
ar a=Ha.NONE;if(b.forceOrientation)switch(b.forceOrientation){case 'landscape':a=
Ha.LANDSCAPE;break;case 'portrait':a=Ha.PORTRAIT;break;case
'none':a=Ha.NONE}this._handler.onSetOrientationProperties(b.allowOrientation,a)};ia.getScreenDensity=function(b,
a){return b===t.ANDROID?a.getScreenDensity():0};ia.convertDpToPixels=function(b,a){return
a / 1 6 0 * b } ; i a . p x T o D p = f u n c t i o n ( b , a ) { r e t u r n
b/a.getDisplayMetricDensity()};ia.pxToDpAdmobScreenView=function(b,a){return
Math.trunc(b/a.getScreenDensity()*160)};ia.createRectangle=function(b,a,c,d){return{x:b,y:a,width:c,height:d}};ia.c
alculateViewPort=
function(b,a){return{width:b,height:a}};ia.calculatePercentageInView=function(b,a,c){a=this.calculateScreenAdjuste
dObstruction(a,c);a=this.calculateObstructionOverlapPercentage(b,a);return
this.calculateObstructionOverlapPercentage(b,c)-a};ia.calculateObstructionOverlapPercentage=function(b,a){var
c=0,d=Math.min(b.x+b.width,a.x+a.width)-Math.max(b.x,a.x);a=Math.min(b.y+b.height,a.y+a.height)-
M a t h . m a x ( b . y , a . y ) ; 0 < = d & & 0 < = a & & ( c = d * a ) ; r e t u r n
c/(b.width*b.height)*100};ia.calculateScreenAdjustedObstruction=
function(b,a){var c=b,d=b.x,e=b.y,f=b.y+b.height,g=a.x+a.width,k=a.y+a.height;b.x+b.width>g&&(c.width=a.width-
b.x);f>k&&(c.height=a.height-b.y);if(d>=g||e>=k)c={x:0,y:0,width:0,height:0};return
c};ia.calculateAdViewVideoWidth=function(b,a,c){var d=b;b=b>a;a=0;c instanceof
ta&&(a=c.getVideo().getWidth());!b&&0<a&&(d=a);return d};ia.calculateAdViewVideoHeight=function(b,a,c){var
d=a;b=b>a;a=0;c instanceof ta&&(a=c.getVideo().getHeight());!b&&0<a&&(d=a);return
d};ia.estimateAdViewTopLeftYPosition=function(b,
a,c){var d=0;!(a>c)&&0<b&&(d=c/2-b/2);return d};ia.getDcKeyMetricTag=function(b){return
b===Cl.SSP?'ssp':b===Cl.DSP?'dsp':b===Cl.Neutral?'neut':'unknown'};var Xu={'{{ OMID_IMPLEMENTOR
} } ' : ' U n i t y 3 d ' , ' { { O M I D _ A P I _ V E R S I O N
}}':'1.3.0'};l.inherits(Xa,N);Xa.prototype.render=function(){N.prototype.render.call(this);this.setupIFrame();this._gdp
rBanner=this._container.querySelector('.gdpr-pop-up');this._privacyButton=this._container.querySelector('.privacy-
button')};Xa.prototype.show=function(){N.prototype.show.call(this);
this._afmaBridge.connect(this._iframe);this._mraidBridge.connect(this._iframe);this._handlers.forEach(function(b){re
t u r n
b.onShow()});this._deviceInfo.checkIsMuted();this.choosePrivacyShown()};Xa.prototype.getVideoPlayerVolume=fu
n c t i o n ( ) { r e t u r n
this._volume};Xa.prototype.hide=function(){this._mraidBridge.disconnect();this._afmaBridge.disconnect();N.prototy
pe.hide.call(this);if(this._privacy){this._privacy.removeEventHandler(this);this._privacy.hide();var
b=this._privacy.container();b&&b.parentElement&&
b.parentElement.removeChild(b)}this._showGDPRBanner&&!this._gdprPopupClicked&&this._handlers.forEach(fun
c t i o n ( a ) { r e t u r n
a.onGDPRPopupSkipped()})};Xa.prototype.onPrivacyClose=function(){this._privacy&&this._privacy.hide();this._ad
mobOMController&&this.sendUnObstructedOMGeometryChange(this._admobOMController)};Xa.prototype.onBack
Pressed=function(){this._afmaBridge.onBackPressed()};Xa.prototype.sendOpenableIntentsResponse=function(b){this
._afmaBridge.sendOpenableIntentsResult(b)};Xa.prototype.sendClickSignalResponse=
function(b){this._afmaBridge.sendClickSignalResponse(b)};Xa.prototype.sendMuteChange=function(b){this._afmaB
ridge.sendMuteChange(b)};Xa.prototype.getOpenMeasurementController=function(){return
this._admobOMController};Xa.prototype.choosePrivacyShown=function(){this._showGDPRBanner&&!this._gdprPo
pupClicked?(this._gdprBanner.style.visibility='visible',this._privacyButton.style.pointerEvents='1',this._privacyButton
.style.visibility='hidden'):(this._privacyButton.style.visibility='visible',this._gdprBanner.style.pointerEvents=
'1',this._gdprBanner.style.visibility='hidden')};Xa.prototype.setupIFrame=function(){var
b=this,a=this._iframe=this._container.querySelector('#admob-
iframe');this._iframe=a;this.getIFrameSrcDoc().then(function(c){a.srcdoc=c;b._admobOMController&&(a.srcdoc+=x
f.replaceMacro("<script>(function () {\n var OmidSessionInterface = function () {\n var
IMPRESSION_OCCURRED = 'impressionOccurred',\n LOADED = 'loaded',\n START = 'start',\n
FIRST_QUARTILE = 'firstQuartile',\n MIDPOINT = 'midpoint',\n THIRD_QUARTILE = 'thirdQuartile',\n
COMPLETE = 'complete',\n PAUSE = 'pause',\n RESUME = 'resume',\n BUFFER_START =
'bufferStart',\n BUFFER_FINISH = 'bufferFinish',\n SKIPPED = 'skipped',\n VOLUME_CHANGE =
'volumeChange',\n PLAYER_STATE_CHANGE = 'playerStateChange',\n AD_USER_INTERACTION =
'adUserInteraction',\n GEOMETRY_CHANGE = 'geometryChange';\n\n var VIDEO_ELEMENT =
'videoElement',\n SLOT_ELEMENT = 'slotElement',\n ELEMENT_BOUNDS = 'elementBounds';\n\n
/**\n * Sets the creative type for the active ad session, or the next one if there is no\n * active ad session.\n
* @param {omidSessionInterface.CreativeType} creativeType\n * Implementation Pending\n */\n
this.setCreativeType = function (creativeType) {};\n\n /**\n * Sets the impression type for the active ad
session, or the next one if there is no active ad session.\n * @param {omidSessionInterface.ImpressionType}
impressionType\n * Implementation Pending\n */\n this.setImpressionType = function (impressionType)
{};\n\n var postMessage = function (event, data) {\n window.parent.postMessage(\n {\n type:
'omid',\n event: event,\n data: data,\n },\n '*'\n );\n };\n\n /*\n * For Context
Object to session interface\n */\n var getSessionId = function () {\n return sessionId;\n };\n\n /*\n
* For Context Object to session interface\n */\n var getUnitySDKVersion = function () {\n return
sdkVersion;\n };\n\n /*\n * Based on https://github.com/InteractiveAdvertisingBureau/Open-Measurement-
JSClients/blob/master/version.txt\n */\n var getOMIDAPIVersion = function () {\n return '{{
OMID_API_VERSION }}';\n };\n\n var getOmidImplementer = function () {\n return '{{
OMID_IMPLEMENTOR }}';\n };\n\n var ErrorType = {\n GENERIC: 'generic', // An error unrelated to
video playback.\n VIDEO: 'video', // An error related to video playback.\n };\n\n var AccessMode = {\n
FULL: 'full', // Verification scripts have access to the entire JS object graph and DOM.\n LIMITED: 'limited', //
Verification scripts are limited to a sandboxed iframe.\n };\n\n var Environment = {\n APP: 'app',\n
};\n\n var AdSessionType = {\n HTML: 'html',\n };\n\n var SupportedFeatures = {\n CONTAINER:
'clid',\n VIDEO: 'vlid',\n };\n\n var omidNativeInfo = {\n partnerName: undefined,\n
partnerVersion: undefined,\n };\n\n var omidJSInfo = {\n omidImplementer: getOmidImplementer(),\n
serviceVersion: getUnitySDKVersion(),\n sessionClientVersion: undefined,\n partnerName: undefined,\n
partnerVersion: undefined,\n };\n\n var App = {\n omidImplementer: getOmidImplementer(),\n
libraryVersion: '1.2.10', // First version of unity's implementation of OMID for Web\n appId: 'com.unity.ads', //
The host app's identifier - unity sdk name\n adId: undefined, // The iOS or Android advertising identifier - set by
unity?\n };\n\n var Context = {\n apiVersion: getOMIDAPIVersion(),\n environment:
Environment.APP,\n accessMode: AccessMode.LIMITED,\n adSessionType: AdSessionType.HTML,\n
supports: [SupportedFeatures.VIDEO, SupportedFeatures.CONTAINER],\n omidNativeInfo: undefined,\n
omidJsInfo: undefined,\n app: App,\n customReferenceIdentifier: undefined,\n };\n\n var
sessionCallback = function () {};\n var sdkVersion;\n var sessionId;\n var videoElement;\n var
adEventsRegistered = false;\n var mediaEventsRegistered = false;\n var verificationResources = [];\n\n var
impressionOccured = function (impressionEventData) {\n if (adEventsRegistered) {\n
postMessage(IMPRESSION_OCCURRED, impressionEventData);\n }\n };\n\n var loaded = function
(vastProperties) {\n if (mediaEventsRegistered) {\n postMessage(LOADED, vastProperties);\n }\n
};\n var start = function (duration, videoPlayerVolume) {\n if (mediaEventsRegistered) {\n
postMessage(START, {\n duration: duration,\n videoPlayerVolume: videoPlayerVolume,\n });\n
}\n };\n var firstQuartile = function () {\n if (mediaEventsRegistered) {\n
postMessage(FIRST_QUARTILE);\n }\n };\n var midpoint = function () {\n if
(mediaEventsRegistered) {\n postMessage(MIDPOINT);\n }\n };\n var thirdQuartile = function () {\n
if (mediaEventsRegistered) {\n postMessage(THIRD_QUARTILE);\n }\n };\n var complete =
function () {\n if (mediaEventsRegistered) {\n postMessage(COMPLETE);\n }\n };\n var pause =
function () {\n if (mediaEventsRegistered) {\n postMessage(PAUSE);\n }\n };\n var resume =
function () {\n if (mediaEventsRegistered) {\n postMessage(RESUME);\n }\n };\n var bufferStart
= function () {\n if (mediaEventsRegistered) {\n postMessage(BUFFER_START);\n }\n };\n var
bufferFinish = function () {\n if (mediaEventsRegistered) {\n postMessage(BUFFER_FINISH);\n }\n
};\n var skipped = function () {\n if (mediaEventsRegistered) {\n postMessage(SKIPPED);\n }\n
};\n var volumeChange = function (videoPlayerVolume) {\n if (mediaEventsRegistered) {\n
postMessage(VOLUME_CHANGE, {\n videoPlayerVolume: videoPlayerVolume,\n });\n }\n };\n
var playerStateChange = function (playerState) {\n if (mediaEventsRegistered) {\n
postMessage(PLAYER_STATE_CHANGE, {\n playerState: playerState,\n });\n }\n };\n var
adUserInteraction = function (interactionType) {\n if (mediaEventsRegistered) {\n
postMessage(AD_USER_INTERACTION, {\n interactionType: interactionType,\n });\n }\n
};\n\n this.setClientInfo = function (sessionClientVersion, partnerName, partnerVersion) {\n
omidNativeInfo.partnerName = 'Unity3d';\n omidNativeInfo.partnerVersion = getUnitySDKVersion();\n\n
omidJSInfo.sessionClientVersion = sessionClientVersion;\n omidJSInfo.partnerName = partnerName;\n
omidJSInfo.partnerVersion = partnerVersion;\n omidJSInfo.serviceVersion = '1.2.10';\n Context.omidJsInfo
= omidJSInfo;\n Context.omidNativeInfo = omidNativeInfo;\n };\n\n this.registerSessionObserver =
function (sessionEventsCallback) {\n if (sessionEventsCallback) {\n sessionCallback =
sessionEventsCallback;\n }\n };\n\n var AdEventType = {\n SESSION_START: 'sessionStart',\n
SESSION_FINISH: 'sessionFinish',\n SESSION_ERROR: 'sessionError',\n };\n\n this.reportError =
function (errorType, message) {\n var sessionErrorEventData = {\n errorType: errorType,\n message:
message,\n };\n\n var eventData = {\n adSessionId: getSessionId(),\n timestamp: +new Date(),\n
type: AdEventType.SESSION_ERROR,\n data: sessionErrorEventData,\n };\n\n
sessionCallback(eventData);\n postMessage('reportError', eventData);\n };\n\n
this.injectVerificationScriptResources = function (verificationScriptResources) {\n verificationResources =
verificationScriptResources;\n postMessage('verificationResources', verificationScriptResources);\n };\n\n
/**\n * setVideoElement:\n * Sets the slot element for a video creative for measurement\n * @param
videoElement\n */\n this.setVideoElement = function (videoElement) {\n
postMessage(VIDEO_ELEMENT, {\n videoElement: '' + videoElement,\n });\n };\n\n /**\n *
setSlotElement:\n * Sets the slot element for a display creative for measurement. Currently dont support display\n
* @param slotElement\n */\n this.setSlotElement = function (slotElement) {\n
postMessage(SLOT_ELEMENT, {\n slotElement: '' + slotElement,\n });\n };\n\n /**\n *
setElementBounds:\n * Only relevant to display ad slot elements. Called at beginning of playback and
sessionfinish\n * @param (omidSessionInterface.Rectangle) elementBounds\n */\n this.setElementBounds
= function (elementBounds) {\n postMessage(ELEMENT_BOUNDS, {\n elementBounds:
elementBounds,\n });\n };\n\n var startAdSession = function () {\n var sessionStartEventData = {\n
context: Context,\n };\n var eventData = {\n adSessionId: getSessionId(),\n timestamp: +new
Date(),\n type: AdEventType.SESSION_START,\n data: sessionStartEventData,\n };\n\n for (var i
= 0; i < verificationResources.length; i++) {\n var data = JSON.parse(JSON.stringify(eventData));\n\n if
(verificationResources[i] && verificationResources[i].verificationParameters) {\n data.verificationParameters
= verificationResources[i].verificationParameters;\n }\n\n sessionCallback(data); // needs to be called for
session interface\n }\n postMessage(AdEventType.SESSION_START, eventData); // needs to be called for
omid3p\n };\n\n var finishAdSession = function () {\n var eventData = {\n adSessionId:
getSessionId(),\n timestamp: +new Date(),\n type: AdEventType.SESSION_FINISH,\n data: {},\n
};\n\n sessionCallback(eventData);\n sessionCallback = function () {};\n };\n\n this.adEvents = {};\n
this.mediaEvents = {};\n this.videoEvents = {};\n this.adEvents[IMPRESSION_OCCURRED] =
impressionOccured;\n this.mediaEvents[LOADED] = this.videoEvents[LOADED] = loaded;\n
this.mediaEvents[START] = this.videoEvents[START] = start;\n this.mediaEvents[FIRST_QUARTILE] =
this.videoEvents[FIRST_QUARTILE] = firstQuartile;\n this.mediaEvents[MIDPOINT] =
this.videoEvents[MIDPOINT] = midpoint;\n this.mediaEvents[THIRD_QUARTILE] =
this.videoEvents[THIRD_QUARTILE] = thirdQuartile;\n this.mediaEvents[COMPLETE] =
this.videoEvents[COMPLETE] = complete;\n this.mediaEvents[PAUSE] = this.videoEvents[PAUSE] = pause;\n
this.mediaEvents[RESUME] = this.videoEvents[RESUME] = resume;\n this.mediaEvents[BUFFER_START] =
this.videoEvents[BUFFER_START] = bufferStart;\n this.mediaEvents[BUFFER_FINISH] =
this.videoEvents[BUFFER_FINISH] = bufferFinish;\n this.mediaEvents[SKIPPED] = this.videoEvents[SKIPPED]
= skipped;\n this.mediaEvents[VOLUME_CHANGE] = this.videoEvents[VOLUME_CHANGE] =
volumeChange;\n this.mediaEvents[PLAYER_STATE_CHANGE] =
this.videoEvents[PLAYER_STATE_CHANGE] = playerStateChange;\n
this.mediaEvents[AD_USER_INTERACTION] = this.videoEvents[AD_USER_INTERACTION] =
adUserInteraction;\n\n this.registerAdEvents = function () {\n adEventsRegistered = true;\n
startAdSession();\n };\n\n // We will support video events until OMID 1.3 is released. Then this will be
removed.\n this.registerVideoEvents = function () {\n mediaEventsRegistered = true;\n };\n\n
this.registerMediaEvents = function () {\n mediaEventsRegistered = true;\n };\n\n
window.addEventListener('message', function (event) {\n switch (event.data.type) {\n case 'sdkVersion':\n
sdkVersion = event.data.value;\n break;\n case 'sessionId':\n sessionId = event.data.value;\n
break;\n case AdEventType.SESSION_FINISH:\n finishAdSession();\n break;\n }\n
});\n\n document.addEventListener('DOMContentLoaded', function () {\n postMessage('sdkVersion');\n
postMessage('sessionId');\n });\n };\n\n Object.defineProperty(window, 'omidSessionInterface', {\n value:
new OmidSessionInterface(),\n writable: false,\n });\n Object.freeze(window.omidSessionInterface);\n
})();\x3c/script>",
Xu),b._admobOMController.getAdmobBridge().setAdmobIframe(a))})};Xa.prototype.getIFrameSrcDoc=function(){
var b=this._campaign.getDynamicMarkup(),a=(new DOMParser).parseFromString(b,'text/html');if(!a)return
Promise.reject(Error('Not a valid HTML document => '+b));this.removeScriptTags(a);return
t h i s . i n j e c t S c r i p t s ( a ) . t h e n ( f u n c t i o n ( ) { r e t u r n
a.documentElement.outerHTML})};Xa.prototype.removeScriptTags=function(b){this.removeScriptTag(b,'mraid.js');t
his.removeScriptTag(b,'afma_unity_stub.js');return b.documentElement.outerHTML};
Xa.prototype.removeScriptTag=function(b,a){(b=b.querySelector('script[src^="'+a+'"]'))&&b.parentNode&&b.parent
Node.removeChild(b)};Xa.prototype.injectScripts=function(b){b=b.head||document.body;this.injectScript(b,"<script>
(function () {\n var MRAID = function () {\n var state = 'loading';\n\n var listeners = {\n ready: [],\n
error: [],\n stateChange: [],\n viewableChange: [],\n sizeChange: [],\n };\n\n var viewable =
false;\n\n var orientationProperties = {\n allowOrientationChange: true,\n forceOrientation: 'none',\n
};\n\n var trigger = function (event, parameters) {\n if (!parameters) {\n parameters = [];\n }\n if
(event in listeners) {\n listeners[event].forEach(function (listener) {\n listener.apply(window,
parameters);\n });\n }\n };\n\n var width = window.innerWidth;\n var height =
window.innerHeight;\n\n var setState = function (newState) {\n state = newState;\n trigger('stateChange',
[newState]);\n };\n\n window.addEventListener(\n 'message',\n function (event) {\n if
(event.data.type && event.data.type === 'mraid') {\n switch (event.data.event) {\n case 'viewable':\n
viewable = event.data.value;\n trigger('viewableChange', [viewable]);\n break;\n\n
case 'resize':\n window.innerWidth = width = event.data.width;\n window.innerHeight = height =
event.data.height;\n trigger('sizeChange', [width, height]);\n break;\n\n default:\n
break;\n }\n }\n },\n false\n );\n\n window.addEventListener('resize', function (e) {\n
width = window.innerWidth;\n height = window.innerHeight;\n trigger('sizeChange', [width, height]);\n
});\n\n window.addEventListener(\n 'DOMContentLoaded',\n function () {\n
window.mraid.postMessage('loaded');\n setState('default');\n trigger('ready');\n },\n false\n
);\n\n this.postMessage = function (event, data) {\n window.parent.postMessage(\n {\n type:
'mraid',\n event: event,\n data: data,\n },\n '*'\n );\n };\n\n this.addEventListener =
function (event, listener) {\n if (event in listeners) {\n listeners[event].push(listener);\n }\n };\n\n
this.createCalendarEvent = function () {\n trigger('error', ['not implemented', 'createCalendarEvent']);\n };\n\n
this.close = function () {\n setState('hidden');\n this.postMessage('close');\n };\n\n this.expand =
function () {\n trigger('error', ['not implemented', 'expand']);\n };\n\n this.getCurrentPosition =
this.getDefaultPosition = function () {\n return {\n x: 0,\n y: 0,\n width: width,\n height:
height,\n };\n };\n\n this.getExpandProperties = function () {\n trigger('error', ['not implemented',
'getExpandProperties']);\n };\n\n this.getMaxSize = this.getScreenSize = function () {\n return {\n
width: width,\n height: height,\n };\n };\n\n this.getOrientationProperties = function () {\n return
orientationProperties;\n };\n\n this.getPlacementType = function () {\n return 'interstitial';\n };\n\n
this.getResizeProperties = function () {\n trigger('error', ['not implemented', 'getResizeProperties']);\n };\n\n
this.getState = function () {\n return state;\n };\n\n this.getVersion = function () {\n return '2.0';\n
};\n\n this.isViewable = function () {\n return viewable;\n };\n\n this.open = function (url) {\n
this.postMessage('open', {\n url: url,\n });\n };\n\n this.playVideo = function () {\n trigger('error',
['not implemented', 'playVideo']);\n };\n\n this.removeEventListener = function (event, listener) {\n if
(event in listeners) {\n var index = listeners[event].indexOf(listener);\n if (index !== -1) {\n
listeners[event].splice(index, 1);\n }\n }\n };\n\n this.resize = function () {\n trigger('error', ['not
implemented', 'resize']);\n };\n\n this.setExpandProperties = function () {\n trigger('error', ['not
implemented', 'setExpandProperties']);\n };\n\n this.setOrientationProperties = function (properties) {\n
orientationProperties = properties;\n this.postMessage('orientation', {\n properties: properties,\n });\n
};\n\n this.setResizeProperties = function () {\n trigger('error', ['not implemented', 'setResizeProperties']);\n
};\n\n this.storePicture = function () {\n trigger('error', ['not implemented', 'storePicture']);\n };\n\n
this.useCustomClose = function () {\n trigger('error', ['not implemented', 'useCustomClose']);\n };\n\n
this.sendAnalyticsEvent = function (event, eventData) {\n this.postMessage('analyticsEvent', {\n event:
event,\n eventData: eventData,\n });\n };\n\n this.setCustomMraidState = function (state) {\n
this.postMessage('customMraidState', {\n state: state,\n });\n };\n };\n window.mraid = new
MRAID();\n })();\x3c/script>");
this.injectScript(b,'<script>function getQueryParams(f) {\n var d = document.createElement("a");\n d.href = f;\n f =
{};\n if (d.search) {\n d = d.search.substring(1).split(/&/);\n for (var g = 0; g < d.length; g++) {\n var h =
d[g].split(/=/), k = h[0];\n h = h[1];\n f[k] ? f[k].push(h) : f[k] = [h];\n }\n }\n return f;\n}\nfunction
isObjectEmpty(f) {\n for (var d in f) {\n if (f.hasOwnProperty(d)) {\n return !1;\n }\n }\n return
!0;\n}\n(function() {\n window.addEventListener("pageshow", function() {\n
AFMA_ReceiveMessage("onshow");\n });\n var f, d, g, h = 0, k = 0, n = 0, p = 0, l;\n
document.addEventListener("touchstart", function(b) {\n g = Date.now();\n f = b.touches[0];\n k++;\n });\n
document.addEventListener("touchend", function(b) {\n l = Date.now() - g;\n d = b.changedTouches[0];\n
h++;\n });\n document.addEventListener("touchmove", function(b) {\n n++;\n });\n
document.addEventListener("touchcancel", function(b) {\n p++;\n });\n window.unity = window.unity || {};\n
window.unity.afma = new function() {\n var b = this;\n this.intentCallbacks = {};\n this.intentCallbackId = 0;\n
this.sentQuartiles = {};\n var g = [], m = 0, q = !1, r = !1, t = !1;\n
document.addEventListener("DOMContentLoaded", function() {\n b.postMessage("tracking",
{event:"impression"});\n var a = document.querySelector("video");\n null === a ? b.postMessage("tracking",
{event:"error", data:"Missing Video Error: No video element contained in document"}) : (a.muted = t,
a.addEventListener("error", function() {\n b.postMessage("tracking", {event:"error",
data:JSON.stringify(a.error)});\n }), a.addEventListener("timeupdate", function() {\n if (!a.seeking) {\n
m = a.currentTime;\n var c = Math.floor(a.currentTime / a.duration * 4);\n if (0 !== c && !(c in
b.sentQuartiles)) {\n b.sentQuartiles[c] = !0;\n switch(c) {\n case 1:\n var e =
"firstQuartile";\n break;\n case 2:\n e = "midpoint";\n break;\n case 3:\n
e = "thirdQuartile";\n }\n e && b.postMessage("tracking", {event:e});\n }\n }\n }),
a.addEventListener("stalled", function() {\n b.postMessage("tracking", {event:"stalled",
d a t a : JS ON.s tr ing ify({buffered:a .buffe re d , cu rren t S rc: a. cu rren t S rc, cu rren t T i m e: a. cu rr e n t T i m e ,
defaultPlaybackRate:a.defaultPlaybackRate, duration:a.duration, ended:a.ended, error:a.error, hidden:a.hidden,
loop:a.loop, mediaKeys:a.mediaKeys, mozAudioCaptured:a.mozAudioCaptured,
mozDecodedFrames:a.mozDecodedFrames, mozFragmentEnd:a.mozFragmentEnd,
mozFrameDelay:a.mozFrameDelay, mozHasAudio:a.mozHasAudio, mozPaintedFrames:a.mozPaintedFrames,
mozPresentedFrames:a.mozPresentedFrames, \n mozPreservesPitch:a.mozPreservesPitch, muted:a.muted,
namespaceURI:a.namespaceURI, networkState:a.networkState, paused:a.paused, playbackRate:a.playbackRate,
played:a.played, preload:a.preload, readyState:a.readyState, seeking:a.seeking, src:a.src, volume:a.volume})});\n
}), a.addEventListener("volumechange", function() {\n b.postMessage("volumeChanged", {volume:a.volume});\n
}), a.addEventListener("canplay", function() {\n b.postMessage("tracking", {event:"loaded"});\n }),
a.addEventListener("seeking", function() {\n 0.01 < Math.abs(a.currentTime - m) && (a.currentTime = m);\n
q || (q = !0, b.postMessage("seeked"));\n }), a.addEventListener("playing", function() {\n r || (r = !0,
b.postMessage("videoStart"));\n }));\n });\n this.forceOrientation = function(a, c, b) {\n
this.postMessage("forceOrientation", {orientation:a, override:c, animationDuration:b});\n };\n this.click =
function(a) {\n var c = b.getTouchInfo();\n this.postMessage("click", {url:a, touch:c});\n };\n
this.getClickSignals = function(a) {\n return null;\n };\n this.appendClickSignals = function(a, c) {\n return
a;\n };\n this.getClickSignalsAsync = function(a) {\n return new Promise(function(a, e) {\n
b.requestClickSignal(a);\n });\n };\n this.appendClickSignalsAsync = function(a, c) {\n return (c ?
Promise.resolve(c) : this.getClickSignalsAsync(a)).then(function(c) {\n var b = c.encodedClickSignal, e =
getQueryParams(a);\n e.ms || (a = isObjectEmpty(e) ? a + "?ms=" + b : a + "&ms=" + b);\n return a = a +
"&rvdt=" + c.rvdt;\n });\n };\n this.requestClickSignal = function(a) {\n g.push(a);\n a =
this.getTouchInfo();\n this.postMessage("getClickSignal", a);\n };\n this.getTouchInfo = function() {\n var a
= {counts:{up:h, down:k, move:n, cancel:p}};\n f && (a.start = {x:f.clientX || 0.0, y:f.clientY || 0.0});\n d &&
(a.end = {x:d.clientX || 0.0, y:d.clientY || 0.0}, a.diameter = 2 * d.radiusX, a.pressure = d.force || 0.0);\n l &&
(a.duration = l);\n return a;\n };\n this.onReceiveClickSignal = function(a) {\n for (var c = 0, b = g.length; c
< b; c++) {\n g[c](a);\n }\n g = [];\n };\n this.onReceiveMuteChange = function(a) {\n var c =
document.querySelector("video");\n c ? c.muted = a : t = a;\n };\n this.notifyRewardedVideoStart = function()
{\n };\n this.grantReward = function() {\n this.postMessage("grantReward");\n };\n this.close = function(a)
{\n this.postMessage("close");\n };\n this.disableBackButton = function(a) {\n
this.postMessage("disableBackButton", {disabled:a});\n };\n this.openIntent = function(a, c, b) {\n
this.postMessage("openIntent", {url:a, action:c, mimeType:b});\n return !1;\n };\n this.openIntentExtended =
function(a) {\n return this.openIntent(a.url, a.action, a.mimeType);\n };\n this.openUrl = function(a) {\n
this.postMessage("openUrl", {url:a});\n };\n this.openDeepLinkUrl = function(a, c, b, d) {\n
this.postMessage("openUrl", {url:a});\n c();\n };\n this.openBrowser = function(a) {\n
this.postMessage("openUrl", {url:a});\n };\n this.openNativeApp = function(a) {\n
this.postMessage("openUrl", {url:a});\n };\n this.openSystemBrowser = function(a, c) {\n
this.postMessage("openUrl", {url:a});\n };\n this.openStoreOverlay = function(a) {\n
this.postMessage("openStoreOverlay", {url:a});\n };\n this.openInAppStore = function(a, c, b) {\n
this.postMessage("openInAppStore", {productId:a, url:c});\n };\n this.fetchAppStoreOverlay = function(a) {\n
this.postMessage("fetchAppStoreOverlay", {productId:a});\n };\n this.canOpenUrls = function(a, b, e, d) {\n e
= {};\n if (a.length) {\n for (d = 0; d < a.length; d++) {\n e[a[d]] = !0;\n }\n } else {\n e[a] =
!0;\n }\n b("openableURLs", e);\n };\n this.canOpenIntents = function(a, c, d, f) {\n var e =
b.intentCallbackId++;\n b.intentCallbacks[e] = {callback:c, timer:setTimeout(function() {\n d();\n delete
b.intentCallbacks[e];\n }, f)};\n this.postMessage("openableIntents", {id:e, intents:a});\n };\n
this.postMessage = function(a, b) {\n window.parent.postMessage({type:"afma", event:a, data:b}, "*");\n };\n
this.handleOpenableIntentResponse = function(a) {\n var c = a.id;\n a = a.results;\n if (c in b.intentCallbacks)
{\n var d = b.intentCallbacks[c].callback;\n d("openableIntents", a);\n
clearTimeout(b.intentCallbacks[c].timer);\n delete b.intentCallbacks[c];\n }\n };\n
this.setOrienationProperties = function(a) {\n window.mraid.setOrienationProperties(a);\n };\n
this.useCustomClose = function(a) {\n };\n window.addEventListener("message", function(a) {\n "afma" ===
a.data.type && ("back" === a.data.event ? (console.log("calling AFMA back function", a),
AFMA_ReceiveMessage("onbackblocked")) : "openableIntentsResponse" === a.data.event ?
b.handleOpenableIntentResponse(a.data.data) : "clickSignal" === a.data.event ? (console.log("recieved click signal",
a), b.onReceiveClickSignal(a.data.data)) : "muteChange" === a.data.event && (console.log("received mute change",
a), b.onReceiveMuteChange(a.data.data)));\n });\n };\n})();\x3c/script>');
r e t u r n
Promise.resolve()};Xa.prototype.injectScript=function(b,a){b.innerHTML=a+b.innerHTML};Xa.prototype.onClose=f
u n c t i o n ( ) { v a r
b=this;this._admobOMController&&(this._admobOMController.sessionFinish(),setTimeout(function(){b._admobOM
Controller&&b._admobOMController.removeFromViewHierarchy()},1E3));setTimeout(function(){return
b . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( a ) { r e t u r n
a.onClose()})},1)};Xa.prototype.onAttribution=function(b,a){this._handlers.forEach(function(c){return
c.onAttribution(b,a)})};Xa.prototype.onOpenURL=
f u n c t i o n ( b ) { t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( a ) { r e t u r n
a.onOpenURL(b)})};Xa.prototype.onGrantReward=function(){this._handlers.forEach(function(b){return
b.onGrantReward()})};Xa.prototype.onVideoStart=function(){this._handlers.forEach(function(b){return
b.onVideoStart()})};Xa.prototype.onSetOrientationProperties=function(b,a){this._handlers.forEach(function(c){retur
n
c.onSetOrientationProperties(b,a)})};Xa.prototype.onResolveOpenableIntents=function(b){this._handlers.forEach(fun
ction(a){return a.onOpenableIntentsRequest(b)})};
Xa.prototype.onClickSignalRequest=function(b){this._handlers.forEach(function(a){return
a.onClickSignalRequest(b)})};Xa.prototype.onTrackingEvent=function(b,a){this._handlers.forEach(function(c){retur
n
c.onTrackingEvent(b,a)})};Xa.prototype.onUserSeeked=function(){n.reportMetricEvent(Bf.AdmobUserVideoSeeked
)};Xa.prototype.onGDPRPopupEvent=function(b){b.preventDefault();this._gdprPopupClicked||(this._gdprPopupClic
ked=!0,this.choosePrivacyShown());this._privacy.show();this._admobOMController&&this.sendObstructedOMGeom
etryChange(this._admobOMController)};
Xa.prototype.onPrivacyEvent=function(b){b.preventDefault();this._privacy.show();this._admobOMController&&this.
sendObstructedOMGeometryChange(this._admobOMController)};Xa.prototype.sendObstructedOMGeometryChange
= f u n c t i o n ( b ) { v a r a = d o c u m e n t . q u e r y S e l e c t o r ( ' . v i e w -
container').getBoundingClientRect(),c=ia.createRectangle(a.left,a.top,a.width,a.height);a=b.getOMAdViewBuilder();c
=a.buildAdmobAdView([Ef.OBSTRUCTED],b,c);a=a.getViewPort();b.geometryChange(a,c)};Xa.prototype.sendUn
ObstructedOMGeometryChange=
f u n c t i o n ( b ) { v a r
a=b.getOMAdViewBuilder(),c=a.buildAdmobAdView([],b,{x:0,y:0,width:0,height:0});a=a.getViewPort();b.geometry
Change(a,c)};l.inherits(we,ob);we.prototype.isOMEnabled=function(){return
this.get('isOMEnabled')};we.prototype.getOMVendors=function(){return
this.get('omVendors')};we.prototype.setOmEnabled=function(b){this.set('isOMEnabled',b)};we.prototype.setOMVen
dors=function(b){this.set('omVendors',b)};we.prototype.shouldMuteByDefault=function(){return
this.get('shouldMuteByDefault')};
w e . p r o t o t y p e . g e t D y n a m i c M a r k u p = f u n c t i o n ( ) { r e t u r n
this.get('dynamicMarkup')};we.prototype.getRequiredAssets=function(){return[]};we.prototype.getOptionalAssets=fu
nction(){return[]};we.prototype.isConnectionNeeded=function(){return!0};var
Eo;(Eo||(Eo={})).ON_EVENT_REGISTERED='onEventRegistered';Ye.prototype.connect=function(){window.addEv
entListener('message',this._messageListener,!1)};Ye.prototype.disconnect=function(){window.removeEventListener('
message',this._messageListener)};Ye.prototype.setIframe=
function(b){this._iframe3p=b};Ye.prototype.triggerAdEvent=function(b,a){var
c=this;this._core.Sdk.logDebug('Calling OM ad event "'+b+'" with payload: '+a);var
d={type:b,adSessionId:this._openMeasurement.getOMAdSessionId(),timestamp:Date.now(),payload:a};this._eventHi
story[b]||(this._eventHistory[b]=[]);this._eventHistory[b].push(d);this._registeredFuncs[b]&&this._registeredFuncs[b]
.forEach(function(a){c.postVideoAdEventMessage(d,a)})};Ye.prototype.triggerVideoEvent=function(b,a){var
c=this;this._core.Sdk.logDebug('Calling OM viewability event "'+
b + ' " w i t h p a y l o a d : ' + a ) ; v a r
d={type:b,adSessionId:this._openMeasurement.getOMAdSessionId(),timestamp:Date.now(),payload:a};this._eventHi
story[b]||(this._eventHistory[b]=[]);this._eventHistory[b].push(d);this._registeredFuncs[b]&&this._registeredFuncs[b]
.forEach(function(a){c.postVideoAdEventMessage(d,a)});0<this._registeredFuncs[Sb.OMID_VIDEO].length&&this.
postVideoAdEventMessage(d,this._registeredFuncs[Sb.OMID_VIDEO][0]);this._videoEventQueue[b]=d};Ye.prototy
pe.triggerSessionEvent=function(b){this._core.Sdk.logDebug('Calling OM session event "'+
b . t y p e + ' " w i t h d a t a :
'+b.data);this.postMessage(b)};Ye.prototype.postVideoAdEventMessage=function(b,a){b=Object.assign(Object.assig
n({},b),{uuid:a});this.postMessage(b)};Ye.prototype.postMessage=function(b){this._iframe3p.contentWindow&&thi
s._iframe3p.contentWindow.postMessage(b,'*')};Ye.prototype.onEventRegistered=function(b,a,c){var
d=this;c===this._iframe3p.id&&(c=this._eventHistory[b],this._registeredFuncs[b]||(this._registeredFuncs[b]=[]),this.
_registeredFuncs[b].push(a),c&&c.forEach(function(b){d.postVideoAdEventMessage(b,
a)}),'omidVideo'===b&&this.sendAllQueuedVideoEvents(a))};Ye.prototype.onMessage=function(b){b=b.data;if('om
id'===b.type&&(this._core.Sdk.logInfo('omid: event='+b.event+', data='+JSON.stringify(b.data)),b.event in
this._omidHandlers))(0,this._omidHandlers[b.event])(b)};Ye.prototype.sendAllQueuedVideoEvents=function(b){var
a=this;Object.keys(this._videoEventQueue).forEach(function(c){a._videoEventQueue[c]&&a.sendQueuedVideoEven
t(c,b)})};Ye.prototype.sendQueuedVideoEvent=function(b,a){this.postVideoAdEventMessage(this._videoEventQueu
e[b],
a ) } ; v a r
Vm;(function(b){b[b.VERIFICATION_RESOURCE_REJECTED=1]='VERIFICATION_RESOURCE_REJECTED';
b[b.VERIFICATION_NOT_SUPPORTED=2]='VERIFICATION_NOT_SUPPORTED';b[b.ERROR_RESOURCE_L
OADING=3]='ERROR_RESOURCE_LOADING'})(Vm||(Vm={}));l.inherits(Xh,R);Xh.prototype.getVerificationVe
ndor=function(){return this.get('verificationVendor')};Xh.prototype.getVerificationResources=function(){return
this.get('verificationResources')};Xh.prototype.getVerificationTrackingEvent=function(){return
this.get('verificationTrackingEvent')};
X h . p r o t o t y p e . g e t V e r i f i c a t i o n P a r a m e t e r s = f u n c t i o n ( ) { r e t u r n
this.get('verificationParameters')};Xh.prototype.setVerificationTrackingEvent=function(b){this.set('verificationTracki
ngEvent',b)};Xh.prototype.getDTO=function(){return{verificationVendor:this.getVerificationVendor(),verificationRe
sources:this.getVerificationResources(),verificationTrackingEvent:this.getVerificationTrackingEvent(),verificationPar
ameters:this.getVerificationParameters()}};var Do;(function(b){b.FULL='full';b.LIMITED='limited'})(Do||
( D o = { } ) ) ; v a r
to;(function(b){b.DEFINED_BY_JAVASCRIPT='definedByJavaScript';b.HTML_DISPLAY='htmlDisplay';b.NATI
VE_DISPLAY='nativeDisplay';b.VIDEO='video';b.AUDIO='audio'})(to||(to={}));var
uo;(function(b){b.DEFINED_BY_JAVASCRIPT='definedByJavaScript';b.UNSPECIFIED='unspecified';b.LOADED
='loaded';b.BEGIN_TO_RENDER='beginToRender';b.ONE_PIXEL='onePixel';b.VIEWABLE='viewable';b.AUDIB
L E = ' a u d i b l e ' ; b . O T H E R = ' o t h e r ' } ) ( u o | | ( u o = { } ) ) ; v a r
ro;(function(b){b.PREROLL='preroll';b.MIDROLL='midroll';b.POSTROLL='postroll';
b . S T A N D A L O N E = ' s t a n d a l o n e ' } ) ( r o | | ( r o = { } ) ) ; v a r
uq=['https://webview.unityads.unity3d.com/webview/public/omid/1.3.22-iab2982/omweb-
v1.js','https://webview.unityads.unity3d.com/webview/public/omid/1.3.22-iab2982/omid-session-client-
v1.js'].map(function(b){return{src:b}});l.inherits(so,Error);l.inherits(db,N);db.prototype.getVastVerification=function
( ) { r e t u r n
this._adVerification};db.prototype.setOMAdViewBuilder=function(b){this._omAdViewBuilder=b};db.prototype.set
AdmobOMSessionId=function(b){this._admobOMSessionId=
b } ; d b . p r o t o t y p e . g e t O M A d S e s s i o n I d = f u n c t i o n ( ) { r e t u r n
this._omAdSessionId};db.prototype.addToViewHierarchy=function(){this.render();this.addMessageListener();docum
ent.body.appendChild(this.container())};db.prototype.removeFromViewHierarchy=function(){var
b=this;setTimeout(function(){b.removeMessageListener();b.container().parentElement&&document.body.removeChil
d(b.container());b._sessionFinishProcessedByOmidScript||b._sessionStartProcessedByOmidScript||Qa.trigger('ias_fail
ed_register_events',{},b._campaign.getSession())},
1E3)};db.prototype.triggerAdEvent=function(b,a){this._omBridge.triggerAdEvent(b,a)};db.prototype.triggerVideoEv
ent=function(b,a){this._omBridge.triggerVideoEvent(b,a)};db.prototype.addMessageListener=function(){this._omBri
dge&&this._omBridge.connect()};db.prototype.removeMessageListener=function(){this._omBridge&&this._omBrid
ge.disconnect()};db.prototype.injectAdVerifications=function(){var
b=[this.setUpVerificationResource(this._adVerification)];return
this.injectVerificationResources(b)};db.prototype.getOmidBridge=
function(){return this._omBridge};db.prototype.render=function(){N.prototype.render.call(this);var
b = t h i s . _ c o n t a i n e r . q u e r y S e l e c t o r ( ' # o m i d -
iframe');b&&(this._omIframe=b,this._omIframe.id+=this._omAdSessionId,this._omIframe.srcdoc=xf.replaceMacro("
<html><head><script>(function () {\n var OmidVerification = function () {\n var
ON_EVENT_PROCESSED = 'onEventProcessed',\n SESSION_FINISH = 'sessionFinish',\n
SESSION_START = 'sessionStart',\n SESSION_ERROR = 'sessionError',\n SESSION_REGISTERED
= 'sessionRegistered';\n var DEFAULT_VENDOR_KEY = '{{ DEFAULT_KEY_ }}';\n var IFRAME_ID
= '{{ IFRAME_ID_ }}';\n var sessionObservers = [];\n var sessionStartData = {};\n var
sessionStartCalled = false;\n var scriptVendor = '';\n\n var registeredFunctions = {};\n var uuid =
0;\n\n /**\n * This property is required by MOAT to indicate this omid implementation\n * is
different from web omid implementation\n */\n this.customNative = true;\n\n /**\n * Flattens
and runs SessionObserver for each unique key/verification client with the specified eventdata\n * @param
{Object} eventData structured data to indicate type for observer to fire\n */\n var triggerSessionObserver
= function (eventData) {\n for (var i = 0; i < sessionObservers.length; i++) {\n if (!eventData.data ||
Object.keys(eventData.data).length === 0) {\n delete eventData.data;\n }\n
sessionObservers[i](eventData);\n }\n };\n\n /**\n * Callback to communicate back to TS
layer of changed state\n * @param {string} event to send to the server\n * @param {Object} data of the
event\n */\n var postMessageCallback = function (event, data) {\n window.parent.postMessage(\n
{\n type: 'omid',\n event: event,\n data: data,\n },\n '*'\n );\n
};\n\n /**\n * Calls SessionListener for unique verificationScript observer of specified vendorkey\n
* @param {function} observer\n * @param {string} vendorkey\n */\n var sendSessionStart =
function (observer, vendorkey) {\n delete sessionStartData.data.vendorkey;\n
observer(sessionStartData);\n postMessageCallback(ON_EVENT_PROCESSED, {\n eventType:
SESSION_START,\n vendorKey: vendorkey,\n });\n };\n\n /**\n * Calls
SessionListener for specified vendorkey\n * @param {string} key\n */\n var
sendSessionStartForKey = function (key) {\n for (var i = 0; i < sessionObservers.length; i++) {\n
sendSessionStart(sessionObservers[i], key);\n }\n };\n\n var handleSessionStart = function (event)
{\n var data = event.data.data;\n if (sessionObservers.length > 0) {\n sessionStartData =
event.data;\n if (!sessionStartCalled && sessionStartData) {\n
sendSessionStartForKey(data.vendorkey);\n sessionStartCalled = true;\n }\n } else {\n
// It is possible session start was called before a vendor registers so we must always store the data\n
sessionStartData = event.data;\n }\n };\n\n /**\n * Strips 'omid' from string to be passed to
vendor\n * @param {string} event to send to the vendor\n */\n var stripEventString = function
(eventType) {\n return eventType.slice(4).charAt(0).toLowerCase() + eventType.slice(5);\n };\n\n
var handleSessionEvents = function (event) {\n switch (event.data.type) {\n case SESSION_START:\n
handleSessionStart(event);\n break;\n case SESSION_FINISH:\n
triggerSessionObserver(event.data);\n postMessageCallback(ON_EVENT_PROCESSED, {\n
eventType: SESSION_FINISH,\n vendorKey: scriptVendor,\n });\n break;\n
case SESSION_ERROR:\n triggerSessionObserver(event.data);\n break;\n default:\n
break;\n }\n };\n\n /**\n * LifeCycle Event Listener\n */\n
window.addEventListener('message', function (event) {\n /*\n * AD AND VIDEO EVENTS:\n
*/\n if (event.data.uuid) {\n payload = event.data.payload;\n var eventData = {\n
adSessionId: event.data.adSessionId,\n timestamp: event.data.timestamp,\n type:
stripEventString(event.data.type),\n };\n if (payload) {\n eventData.data = payload;\n
}\n var handler = registeredFunctions[event.data.uuid];\n handler(eventData);\n }\n\n
/**\n * SESSION EVENTS:\n */\n handleSessionEvents(event);\n });\n\n /*\n
* Tells verification script omid3p is supported\n */\n this.isSupported = function () {\n return
true;\n };\n\n /**\n * Registers session events for the given vendor key\n * @param {function}
functionToExecute sessionObserver for given vendor\n * @param {function} vendorKey optional param to
attribute given vendor key to sessionObserver\n */\n this.registerSessionObserver = function
(functionToExecute, vendorKey) {\n sessionObservers.push(functionToExecute);\n\n if
(!sessionStartCalled) {\n scriptVendor = vendorKey;\n\n
postMessageCallback(ON_EVENT_PROCESSED, {\n eventType: SESSION_REGISTERED,\n
vendorKey: vendorKey,\n });\n }\n };\n\n this.addEventListener = function (type, listener)
{\n uuid++;\n registeredFunctions[uuid] = listener;\n\n var adjustEventTypeString = function
(eventType) {\n return 'omid' + eventType.charAt(0).toUpperCase() + eventType.slice(1);\n };\n\n
postMessageCallback('onEventRegistered', {\n eventName: adjustEventTypeString(type),\n
vendorKey: scriptVendor,\n uuid: '' + uuid,\n iframeId: IFRAME_ID,\n });\n };\n\n
this.sendUrl = function (resourceUrl, successCallback, failureCallback) {};\n this.setTimeout = function () {};\n
this.setClearTimeout = function () {};\n this.setInterval = function () {};\n this.clearInterval = function
() {};\n\n var fnwhitelist = ['handleSessionStart', 'handleSessionEvents'];\n this.get = function (name) {\n
return fnwhitelist.indexOf(name) > -1 ? eval(name) : console.log('fn not gettable');\n };\n this.postback
= function (event, data) {\n postMessageCallback(event, data);\n };\n };\n\n /**\n * Generic
Vast verification scripts attach to this:\n */\n window.omid3p = new OmidVerification();\n
Object.freeze(window.omid3p);\n\n /**\n * Used for IAB test:\n * window.OmidVerificationClient =
{'omid3p': OmidVerification};\n * Object.freeze(window.OmidVerificationClient);\n */\n
})();\x3c/script></head></html>",
{ ' { { D E F A U L T _ K E Y _ } } ' : ' d e f a u l t _ k e y ' , ' { { I F R A M E _ I D _
}}':this._omIframe.id}),this._omIframe.style.position='absolute',this._omIframe.style.top='0',this._omIframe.style.left
='0',this._omIframe.style.display='none',this._omIframe.style.width='100vw',this._omIframe.style.height='100vh',this.
_omIframe.style.border='none',this._omBridge.setIframe(this._omIframe),this._campaign instanceof
we&&this._admobOMSessionId&&(this._omAdSessionId=this._admobOMSessionId))};db.prototype.impression=fu
nction(b){this._omBridge.triggerAdEvent(Sb.OMID_IMPRESSION,
b ) } ; d b . p r o t o t y p e . g e o m e t r y C h a n g e = f u n c t i o n ( b , a ) { v a r
c=this._omFriendlyObstructionsBuilder.getFriendlyObstructions();this._omBridge.triggerAdEvent(Sb.OMID_GEOM
ETRY_CHANGE,{viewport:b,adView:a,declaredFriendlyObstructions:c.length,friendlyObstructions:c})};db.prototyp
e . g e t V e r i f i c a t i o n R e s o u r c e = f u n c t i o n ( ) { r e t u r n
this._verificationResource};db.prototype.sessionStart=function(b){this._sessionStartEventData=b;this._omBridge.trig
gerSessionEvent(b)};db.prototype.sessionFinish=function(){var b={adSessionId:this.getOMAdSessionId(),
timestamp:Date.now(),type:'sessionFinish',data:{}};this._sessionFinishCalled||(this._omBridge.triggerSessionEvent(b)
,this._sessionFinishCalled=!0)};db.prototype.sessionError=function(b,a){b.data={errorType:'video',message:a};this._
omBridge.triggerSessionEvent(b)};db.prototype.onEventProcessed=function(b,a){if(b===Wh.SESSION_START&&
(this._sessionStartProcessedByOmidScript=!0,this._campaign instanceof ta))return
this.sendVASTStartEvents(a);b===Wh.SESSION_FINISH&&(this._sessionFinishProcessedByOmidScript=
!0,this.removeFromViewHierarchy());'loadError'===b&&this.sendErrorEvent(Vm.ERROR_RESOURCE_LOADING
);'vendorkeyMismatch'===b&&this._core.Sdk.logDebug('Vendor attribute was either never registered or vendor
attribute does not match registered key. SessionStart not called.');'sessionRegistered'===b&&(Co(a)||this._campaign
instanceof we)&&this._sessionStartEventData&&this.sessionStart(this._sessionStartEventData);return
Promise.resolve()};db.prototype.sendVASTStartEvents=function(b){var a=this,c=0,d=0;
return Promise.all([this._deviceInfo.getScreenWidth(),this._deviceInfo.getScreenHeight()]).then(function(e){var
f=l.makeIterator(e);e=f.next().value;f=f.next().value;if(a._platform===t.ANDROID){var
g=a._deviceInfo;e=ia.pxToDp(e,g);f=ia.pxToDp(f,g)}c=e;d=f;a.impression(a.buildVastImpressionValues(cj.VIDEO,p
k.LIMITED,e,f));Co(b)&&a.sendIASEvents(c,d)})};db.prototype.sendIASEvents=function(b,a){var
c=ia.calculateViewPort(b,a);b=this._omAdViewBuilder.calculateVastAdView(100,[],!0,[],b,a);this.geometryChange(
c,
b)};db.prototype.buildVastImpressionValues=function(b,a,c,d){var
e={mediaType:Um.VIDEO,impressionType:qk.BEGIN_TO_RENDER,creativeType:b};b===cj.VIDEO&&(e.videoE
ventAdaptorType=yp.JS_CUSTOM,e.videoEventAdaptorVersion='Unity3d/1.3.0');a===pk.LIMITED&&(e.viewport
=ia.calculateViewPort(c,d),e.adView=this._omAdViewBuilder.buildVastImpressionAdView(c,d,!0));return
e};db.prototype.setUpVerificationResource=function(b){return{resourceUrl:b.getVerificationResources()[0].resource
Url,vendorKey:b.getVerificationVendor(),
verificationParameters:b.getVerificationParameters()}};db.prototype.injectVerificationResources=function(b){return
S ( t h i s , v o i d 0 , v o i d 0 , f u n c t i o n c ( ) { v a r d = t h i s , e , f ; r e t u r n
l.generator.createGenerator(c,function(c){e=d;f=[];b.forEach(function(b){f.push(e.injectResourceIntoDom(b.resource
U r l , b . v e n d o r K e y , b . v e r i f i c a t i o n P a r a m e t e r s ) ) } ) ; r e t u r n
c.yield(Promise.all(f),0)})})};db.prototype.injectResourceIntoDom=function(b,a,c){var d=this;return
this.checkVendorResourceURL(b).then(function(){d.injectAsString(b,
a);d._verificationResource={resourceUrl:b,vendorKey:a,verificationParameters:c};return
Promise.resolve()}).catch(function(a){d._core.Sdk.logDebug('Could not load open measurement verification script:
'+a)})};db.prototype.checkVendorResourceURL=function(b){return
E.isValid(b)?Promise.resolve():(this.sendErrorEvent(Vm.ERROR_RESOURCE_LOADING),Promise.reject('verificat
ion resource is malformed'))};db.prototype.sendErrorEvent=function(b){var
a=this._adVerification.getVerificationTrackingEvent();a&&this._thirdPartyEventManager.sendWithGet('adVerificati
onErrorEvent',
t h i s . _ c a m p a i g n . g e t S e s s i o n ( ) . i d , a , v o i d 0 , v o i d
0,{'%5BREASON%5D':b.toString()})};db.prototype.injectAsString=function(b,a){var c=(new
DOMParser).parseFromString(this._omIframe.srcdoc,'text/html'),d=c.createElement('script');c.head.appendChild(d);d.
id='verificationScript#'+a;d.setAttribute('onerror',"window.omid3p.postback('onEventProcessed', {eventType:
'loadError'})");d.setAttribute('type','text/javascript');d.setAttribute('src',b);this._omIframe.setAttribute('srcdoc',c.docu
mentElement.outerHTML)};
v a r
td;(function(b){b.IMPRESSION_OCCURRED='impressionOccurred';b.LOADED='loaded';b.START='start';b.FIRST
_QUARTILE='firstQuartile';b.MIDPOINT='midpoint';b.THIRD_QUARTILE='thirdQuartile';b.COMPLETE='comple
te';b.PAUSE='pause';b.RESUME='resume';b.BUFFER_START='bufferStart';b.BUFFER_FINISH='bufferFinish';b.S
KIPPED='skipped';b.VOLUME_CHANGE='volumeChange';b.PLAYER_STATE_CHANGE='playerStateChange';b.
AD_USER_INTERACTION='adUserInteraction';b.GEOMETRY_CHANGE='geometryChange'})(td||(td={}));var
rh;(function(b){b.SDK_VERSION=
'sdkVersion';b.SESSION_ID='sessionId';b.VIDEO_ELEMENT='videoElement';b.SLOT_ELEMENT='slotElement';b.
ELEMENT_BOUNDS='elementBounds'})(rh||(rh={}));qh.prototype.connect=function(){window.addEventListener('
message',this._messageListener,!1)};qh.prototype.disconnect=function(){window.removeEventListener('message',this
._messageListener)};qh.prototype.setAdmobIframe=function(b){this._iframeSessionInterface=b};qh.prototype.sendS
DKVersion=function(b){this.postMessage(rh.SDK_VERSION,b)};qh.prototype.sendSessionId=
function(b){this.postMessage(rh.SESSION_ID,b)};qh.prototype.sendSessionFinish=function(){this.postMessage(Wh.
SESSION_FINISH)};qh.prototype.onMessage=function(b){b=b.data;if('omid'===b.type&&(this._core.Sdk.logInfo('o
mid: event='+b.event+', data='+JSON.stringify(b.data)),b.event in
this._omidHandlers))(0,this._omidHandlers[b.event])(b)};qh.prototype.postMessage=function(b,a){this._iframeSessio
nInterface&&this._iframeSessionInterface.contentWindow&&this._iframeSessionInterface.contentWindow.postMess
age({type:b,
v a l u e : a } , ' * ' ) } ; v a r
sd;(function(b){b[b.PLAYING=0]='PLAYING';b[b.PAUSED=1]='PAUSED';b[b.COMPLETED=2]='COMPLETED'
;b[b.STOPPED=3]='STOPPED'})(sd||(sd={}));kb.prototype.getOMAdViewBuilder=function(){return
this._omAdViewBuilder};kb.prototype.impression=function(b){this._omInstances.forEach(function(a){a.triggerAdEv
ent(Sb.OMID_IMPRESSION,b)})};kb.prototype.loaded=function(b){this._omInstances.forEach(function(a){a.trigger
VideoEvent(Sb.OMID_LOADED,b)})};kb.prototype.start=function(b){var a=this;this.getState()===
sd.STOPPED&&(this.setState(sd.PLAYING),this._omInstances.forEach(function(c){c.triggerVideoEvent(Sb.OMID_
START,{duration:Math.trunc(b/1E3),videoPlayerVolume:a._placement.muteVideo()?0:1,mediaPlayerVolume:a._plac
ement.muteVideo()?0:1,deviceVolume:a._deviceVolume})}))};kb.prototype.playerStateChanged=function(b){this._o
mInstances.forEach(function(a){a.triggerVideoEvent(Sb.OMID_PLAYER_STATE_CHANGE,{state:b})})};kb.proto
type.sendFirstQuartile=function(){this._omInstances.forEach(function(b){b.triggerVideoEvent(Sb.OMID_FIRST_QU
ARTILE)})};
kb.prototype.sendMidpoint=function(){this._omInstances.forEach(function(b){b.triggerVideoEvent(Sb.OMID_MIDP
OINT)})};kb.prototype.sendThirdQuartile=function(){this._omInstances.forEach(function(b){b.triggerVideoEvent(Sb
.OMID_THIRD_QUARTILE)})};kb.prototype.completed=function(){this.setState(sd.COMPLETED);this._omInstan
ces.forEach(function(b){b.triggerVideoEvent(Sb.OMID_COMPLETE)})};kb.prototype.pause=function(){this.getStat
e()===sd.PLAYING&&(this.setState(sd.PAUSED),this._omInstances.forEach(function(b){b.triggerVideoEvent(Sb.O
MID_PAUSE)}))};
kb.prototype.resume=function(){this.getState()!==sd.STOPPED&&this.getState()===sd.PAUSED&&(this.setState(s
d.PLAYING),this._omInstances.forEach(function(b){b.triggerVideoEvent(Sb.OMID_RESUME)}))};kb.prototype.ski
pped=function(){this.setState(sd.STOPPED);this._omInstances.forEach(function(b){b.triggerVideoEvent(Sb.OMID_
SKIPPED)})};kb.prototype.setDeviceVolume=function(b){this._deviceVolume=b};kb.prototype.getDeviceVolume=f
unction(){return this._deviceVolume};kb.prototype.volumeChange=function(b){var a=
this;this.getState()!==sd.COMPLETED&&this._omInstances.forEach(function(c){c.triggerVideoEvent(Sb.OMID_V
OLUME_CHANGE,{videoPlayerVolume:b,deviceVolume:a._deviceVolume,mediaPlayerVolume:b})})};kb.prototyp
e.adUserInteraction=function(b){this._omInstances.forEach(function(a){a.triggerVideoEvent(Sb.OMID_AD_USER_I
NTERACTION,{interactionType:b})})};kb.prototype.bufferStart=function(){this._omInstances.forEach(function(b){
b.triggerVideoEvent(Sb.OMID_BUFFER_START)})};kb.prototype.bufferFinish=function(){this._omInstances.forEa
ch(function(b){b.triggerVideoEvent(Sb.OMID_BUFFER_FINISH)})};
k b . p r o t o t y p e . g e o m e t r y C h a n g e = f u n c t i o n ( b , a ) { v a r
c=this;this.getState()===sd.STOPPED||this.getState()!==sd.PAUSED&&this.getState()!==sd.PLAYING||this._omInst
a n c e s . f o r E a c h ( f u n c t i o n ( d ) { v a r
e=c._omFriendlyObstructionsBuilder.getFriendlyObstructions();d.triggerAdEvent(Sb.OMID_GEOMETRY_CHANG
E,{viewport:b,adView:a,declaredFriendlyObstructions:e.length,friendlyObstructions:e})})};kb.prototype.sessionFinis
h=function(){this._omInstances.forEach(function(b){b.sessionFinish()})};kb.prototype.sessionError=function(b,
a){b.data={errorType:'video',message:a};this._omInstances.forEach(function(a){a.getOmidBridge().triggerSessionEv
e n t ( b ) } ) } ; k b . p r o t o t y p e . g e t S t a t e = f u n c t i o n ( ) { r e t u r n
this._state};kb.prototype.setState=function(b){this._state=b};l.inherits(Wc,kb);Wc.prototype.injectVerificationResour
ces=function(b){var a=this,c=[];b.forEach(function(b){var d=new
db(a._platform,a._core,a._campaign,a._deviceInfo,a._thirdPartyEventManager,b.vendorKey,a._obstructionBuilder);a.
setupOMInstance(d,b);c.push(b.vendorKey)});this._campaign.setOMVendors(c);
this._thirdPartyEventManager.setTemplateValue(Ic.OM_VENDORS,c.join('|'))};Wc.prototype.setupOMInstance=fun
ction(b,a){this._omInstances.push(b);b.setAdmobOMSessionId(this._omAdSessionId);this.mountOMInstance(b,a)};
Wc.prototype.mountOMInstance=function(b,a){b.addToViewHierarchy();b.injectVerificationResources([a])};Wc.pro
totype.addToViewHierarchy=function(){this.addMessageListener()};Wc.prototype.removeFromViewHierarchy=funct
ion(){this.removeMessageListener();this._omInstances.forEach(function(b){b.removeFromViewHierarchy()})};
Wc.prototype.addMessageListener=function(){this._omSessionInterfaceBridge&&this._omSessionInterfaceBridge.co
nnect()};Wc.prototype.removeMessageListener=function(){this._omSessionInterfaceBridge&&this._omSessionInterf
aceBridge.disconnect()};Wc.prototype.getOMAdSessionId=function(){return
this._omAdSessionId};Wc.prototype.getSlotElement=function(){return
this._admobSlotElement};Wc.prototype.getVideoElement=function(){return
this._admobVideoElement};Wc.prototype.getAdmobVideoElementBounds=function(){return
this._admobElementBounds};
W c . p r o t o t y p e . g e t A d m o b B r i d g e = f u n c t i o n ( ) { r e t u r n
this._omSessionInterfaceBridge};Wc.prototype.getSDKVersion=function(){return
this._clientInfo.getSdkVersionName()};Wc.prototype.admobImpression=function(b){n.reportMetricEvent(Bf.Admob
O M I m p r e s s i o n ) ; v a r
a=ia.calculateViewPort(screen.width,screen.height);b=b.buildAdmobImpressionView(this,screen.width,screen.height)
;kb.prototype.impression.call(this,{impressionType:qk.BEGIN_TO_RENDER,creativeType:cj.VIDEO,mediaType:U
m.VIDEO,viewport:a,adView:b});this.geometryChange(a,
b)};Wc.prototype.sessionStart=function(b){this._omInstances.forEach(function(a){var
c=JSON.parse(JSON.stringify(b)),d=a.getVerificationResource();c.data.verificationParameters=d.verificationParamet
ers;c.data.vendorkey=d.vendorKey;a.sessionStart(c)})};Wc.prototype.sessionFinish=function(){kb.prototype.sessionF
inish.call(this);this._omSessionInterfaceBridge.sendSessionFinish()};ve.prototype.setVideoView=function(b){this._vi
deoViewRectangle=b};ve.prototype.setViewPort=function(b){this._viewPort=b};ve.prototype.getVideoView=
function(){return this._videoViewRectangle};ve.prototype.getViewPort=function(){return
this._viewPort};ve.prototype.buildVastImpressionAdView=function(b,a,c){var
d=ia.createRectangle(0,0,b,a),e=this.getVideoView();d=e?ia.calculateObstructionOverlapPercentage(e,d):100;return
this.calculateVastAdView(d,[],c,[],b,a)};ve.prototype.buildAdmobImpressionView=function(b,a,c){b=b.getAdmobVi
d e o E l e m e n t B o u n d s ( ) ; t h i s . s e t V i d e o V i e w ( b ) ; v a r
d=ia.createRectangle(0,0,a,c);b=ia.calculateObstructionOverlapPercentage(b,
d);return this.calculateVastAdView(b,[],!0,[],a,c)};ve.prototype.buildAdmobAdView=function(b,a,c){var
d=a.getAdmobVideoElementBounds();this.setVideoView(d);this.setViewPort(ia.calculateViewPort(screen.width,scre
en.height));a=b.includes(Ef.BACKGROUNDED)||!b.includes(Ef.OBSTRUCTED)?[]:[c];var
e=ia.createRectangle(0,0,screen.width,screen.height);c=this.getPercentInViewForAdmodAdView(b,ia.calculatePercen
t a g e I n V i e w ( d , c , e ) ) ; r e t u r n
this.calculateVastAdView(c,b,!0,a,screen.width,screen.height)};ve.prototype.getPercentInViewForAdmodAdView=
f u n c t i o n ( b , a ) { r e t u r n
b.includes(Ef.BACKGROUNDED)?0:b.includes(Ef.OBSTRUCTED)?a:100};ve.prototype.buildVastAdView=functio
n(b,a){this.setViewPort(ia.calculateViewPort(screen.width,screen.height));return
b.includes(Ef.BACKGROUNDED)?this.calculateBackgroundedAdView(b,a):this.calculateNonBackgroundedAdVie
w(b,a)};ve.prototype.calculateBackgroundedAdView=function(b,a){a||(a=ia.createRectangle(0,0,screen.width,screen.
h e i g h t ) ) ; r e t u r n
this.calculateVastAdView(0,b,!0,[a],screen.width,screen.height)};ve.prototype.calculateNonBackgroundedAdView=
function(b,a){var c=this.getVideoView();if(!c)throw Error('videoView has to be defined.');var
d = i a . c r e a t e R e c t a n g l e ( 0 , 0 , s c r e e n . w i d t h , s c r e e n . h e i g h t ) ; r e t u r n
a?(c=ia.calculatePercentageInView(c,a,d),this.calculateVastAdView(c,b,!0,[a],screen.width,screen.height)):this.calcul
ateVastAdView(ia.calculateObstructionOverlapPercentage(c,d),b,!0,[],screen.width,screen.height)};ve.prototype.calc
ulateVastAdView=function(b,a,c,d,e,f){var g=0,k=this.getVideoView();if(k){var m=k.x;var v=k.y;var
h=k.width;g=k.height}else m=
0,v=ia.estimateAdViewTopLeftYPosition(g,e,f),h=ia.calculateAdViewVideoWidth(e,f,this._campaign),g=ia.calculate
AdViewVideoHeight(e,f,this._campaign);a.includes(Ef.BACKGROUNDED)&&(g=h=v=m=0);k=Math.trunc(g*h);if(
0 < d . l e n g t h ) { v a r A = [ ] ; d = l . m a k e I t e r a t o r ( d ) ; f o r ( v a r
n=d.next();!n.done;n=d.next())n=n.value,A.push({x:n.x,y:n.y,width:n.width,height:n.height,pixels:k});d=A}b={perce
ntageInView:Math.trunc(b),geometry:{x:m,y:v,width:h,height:g,pixels:k},onScreenGeometry:{x:m,y:v,width:h,height
:g,pixels:k,obstructions:d},
r e a s o n s : a } ; c & & t h i s . _ c a m p a i g n i n s t a n c e o f
we&&(b.measuringElement=!0,b.containerGeometry={x:0,y:0,width:e,height:f},b.onScreenContainerGeometry={x:0
, y : 0 , w i d t h : e , h e i g h t : f , o b s t r u c t i o n s : d } ) ; r e t u r n b } ; v a r
hf;(function(b){b.VIDEO_CONTROLS='VIDEO_CONTROLS';b.CLOSE_AD='CLOSE_AD';b.NOT_VISIBLE='N
O T _ V I S I B L E ' ; b . O T H E R = ' O T H E R ' } ) ( h f | | ( h f = { } ) ) ; v a r
tk;(function(b){b[b.AdMob=0]='AdMob';b[b.VAST=1]='VAST'})(tk||(tk={}));var Yu=[['.privacy-
button',hf.OTHER,'privacy button'],['.gdpr-pop-up',hf.OTHER,'gdpr link']],Zu=
[['[data-element-id=video-skip-button]',hf.VIDEO_CONTROLS,'skip video'],['[data-element-id=video-mute-
button]',hf.VIDEO_CONTROLS,'mute video'],['[data-element-id=video-cta-button]',hf.OTHER,'go to download
page'],['[data-element-id=video-gdpr-banner]',hf.OTHER,'privacy banner'],['.gdpr-link',hf.OTHER,'show privacy
banner'],['[data-element-id=video-gdpr-button]',hf.OTHER,'show privacy banner'],['[data-element-id=video-privacy-
button]',hf.OTHER,'show privacy banner'],['[data-element-id=video-progress-bar]',
hf.OTHER,'timer showing remaining time for the ad'],['[data-element-id=video-skip-progress-bar]',hf.OTHER,'timer
showing remaining time for the ad']];Ui.prototype.getFriendlyObstructions=function(){return
this._friendlyObstructionType===tk.VAST?this.getVASTFriendlyObstructions():this._friendlyObstructionType===tk
.AdMob?this.getAdMobFriendlyObstructions():[]};Ui.prototype.getAdMobFriendlyObstructions=function(){return
this.retrieveFriendlyObstructions(Yu)};Ui.prototype.getVASTFriendlyObstructions=
function(){return this.retrieveFriendlyObstructions(Zu)};Ui.prototype.retrieveFriendlyObstructions=function(b){var
a = t h i s ; r e t u r n b . r e d u c e ( f u n c t i o n ( b , d ) { v a r
c=l.makeIterator(d),f=c.next().value;d=c.next().value;c=c.next().value;f=document.querySelector(f);if(!f)return b;var
g=a.getObstructionRectangle(f);b=[].concat(l.arrayFromIterable(b));0!==g.width&&0!==g.height&&'visible'===wind
ow.getComputedStyle(f).visibility&&b.push({geometryData:g,obstructionPurpose:d,detailReason:c});return
b},[])};Ui.prototype.getObstructionRectangle=
f u n c t i o n ( b ) { b = b . g e t B o u n d i n g C l i e n t R e c t ( ) ; r e t u r n
ia.createRectangle(b.left,b.top,b.width,b.height)};l.inherits(Bo,Kb);Bo.prototype.createParameters=function(b){var
a=this.showGDPRBanner(b),c=b.campaign.isOMEnabled()?!0:!1;b.thirdPartyEventManager.setTemplateValue(Ic.O
M_ENABLED,''+c);if(c){var d=new ve(b.campaign);c=new Ui(tk.AdMob);d=new
Wc(b.platform,b.core,b.clientInfo,b.campaign,b.placement,b.deviceInfo,d,b.thirdPartyEventManager,c);d.addToView
Hierarchy();n.reportMetricEvent(Bf.AdmobOMEnabled)}a=
n e w
Xa(b.platform,b.core,this._adMobSignalFactory,b.container,b.campaign,b.deviceInfo,b.clientInfo.getGameId(),b.priva
c y , a , d ) ; r e t u r n
Object.assign(Object.assign({},b),{adMobSignalFactory:this._adMobSignalFactory,view:a})};l.inherits(Ao,Rd);Ao.pr
o t o t y p e . c r e a t e A d U n i t = f u n c t i o n ( b ) { v a r a = n e w U a ( b ) , c = n e w
dc({platform:b.platform,core:b.core,adUnit:a,request:b.request,thirdPartyEventManager:b.thirdPartyEventManager,se
ssion:b.campaign.getSession(),adMobSignalFactory:b.adMobSignalFactory,campaign:b.campaign,
clientInfo:b.clientInfo,coreConfig:b.coreConfig,adsConfig:b.adsConfig,privacyManager:b.privacyManager,privacySD
K:b.privacySDK});b.view.render();b.view.addEventHandler(c);if(b.platform===t.ANDROID){b.core.DeviceInfo.An
droi d . r e g i s t erV o l u m e C h a n geLi st ener(of.S TR EAM_MUS IC);var
d=b.core.DeviceInfo.Android.onVolumeChanged.subscribe(function(a,b,d){return c.onVolumeChange(b,d)})}else
if(b.platform===t.IOS){b.core.DeviceInfo.Ios.registerVolumeChangeListener();var
e=b.core.DeviceInfo.Ios.onMuteChanged.subscribe(function(a){return c.onMuteChange(a)});
v a r
f=b.core.DeviceInfo.Ios.onVolumeChanged.subscribe(function(a,b){c.onMuteChange(!1);c.onVolumeChange(a,b)})}
a.onClose.subscribe(function(){d&&(b.core.DeviceInfo.Android.unregisterVolumeChangeListener(of.STREAM_MU
SIC),b.core.DeviceInfo.Android.onVolumeChanged.unsubscribe(d));e&&b.core.DeviceInfo.Ios.onMuteChanged.unsu
bscribe(e);f&&(b.core.DeviceInfo.Ios.unregisterVolumeChangeListener(),b.core.DeviceInfo.Ios.onVolumeChanged.u
nsubscribe(f))});return a};Ad.prototype.setCreativeIdentification=function(b){this.creativeID=
b . g e t C r e a t i v e I d ( ) | | v o i d 0 ; t h i s . s e a t I D = b . g e t S e a t I d ( ) | | v o i d
0;this.campaignID=b.getAdvertiserCampaignId()||this.getProgrammaticCampaignId()};Ad.prototype.getProgrammati
cCampaignId=function(){if(!this._programmaticCampaignId){switch(this._platform){case t.IOS:var
b = ' 0 0 0 0 5 4 7 2 6 5 6 d 6 f 7 2 2 0 6 9 4 f 5 3 ' ; b r e a k ; c a s e
t.ANDROID:b='005472656d6f7220416e6472';break;default:b='UNKNOWN'}this._programmaticCampaignId=b}retu
rn this._programmaticCampaignId};Ad.prototype.validateAndEncodeVideoEventUrls=function(b,a){var c=this;
return Object.entries(b).reduce(function(b,e){var d=l.makeIterator(e);e=d.next().value;d=d.next().value;var
g = { } ; r e t u r n
Object.assign(Object.assign({},b),(g[e]=c.validateAndEncodeUrl(d,a),g))},{})};Ad.prototype.validateAndEncodeUrl
=function(b,a){if(E.isValid(b))return E.encode(b);Qa.trigger('invalid_url',{url:b},a);throw Error('Invalid url:
'+b);};l.inherits(Vj,Ad);Vj.prototype.parse=function(b,a){var
c=b.getContent(),d=b.getCacheTTL(),e=b.isAdmobOMEnabled(),f=b.shouldMuteByDefault();b={id:this.getProgram
maticCampaignId(),
willExpireAt:d?Date.now()+1E3*d:void 0,contentType:Vj.ContentType,adType:b.getAdType()||void
0,correlationId:b.getCorrelationId()||void 0,creativeId:b.getCreativeId()||void 0,seatId:b.getSeatId()||void 0,meta:void
0,session:a,mediaId:b.getMediaId(),trackingUrls:b.getTrackingUrls()||{},isLoadEnabled:!1,skadn:b.getSkadn(),reused
:!1};c=Object.assign(Object.assign({},b),{dynamicMarkup:c,useWebViewUserAgentForTracking:!0,omVendors:[],is
OMEnabled:e,shouldMuteByDefault:f});return Promise.resolve(new we(c))};
V j . C o n t e n t T y p e = ' p r o g r a m m a t i c / a d m o b - v i d e o ' ; v a r
bd;(function(b){b[b.IosVersionUnknown=0]='IosVersionUnknown';b[b.IosBelowApplicable=1]='IosBelowApplicabl
e';b[b.IosAboveApplicable=2]='IosAboveApplicable';b[b.Ios7520=3]='Ios7520';b[b.Ios800=4]='Ios800';b[b.AndroidV
ersionUnknown=5]='AndroidVersionUnknown';b[b.AndroidBelowApplicable=6]='AndroidBelowApplicable';b[b.An
droidAboveApplicable=7]='AndroidAboveApplicable';b[b.Android1920=8]='Android1920';b[b.Android1950=9]='An
droid1950';b[b.Android2000=10]='Android2000'})(bd||
(bd={}));l.inherits(Yd,M);Yd.prototype.show=function(b){var
a=this;M.prototype.show.call(this,b);this._adShowingIsInterstitial=this.getPlacement().getAdFormat()===ze.INTERS
TITIAL;n.reportScarMetric(I.ScarAdAttemptedShow,this._adShowingIsInterstitial);this.sendTrackingEvent(J.SHOW
);this.onStart.trigger();setTimeout(function(){a._adStarted||a._adFailedToShow||a.sendShowError(a._placement.id,'Di
d n o t r e c e i v e s h o w s t a t u s ' ) } , 3 E 3 ) ; r e t u r n
this.getAdsApi().GMAScar.show(this._placement.id,this._campaign.getQueryId(),
this._adShowingIsInterstitial)};Yd.prototype.sendShowError=function(b,a){this.getCore().Sdk.logError('GMA SCAR
a d f o r p l a c e m e n t ' + b + ' f a i l e d t o s h o w w i t h e r r o r :
'+a);this.getAdsApi().Listener.sendErrorEvent(Ff[Ff.SHOW_ERROR],a);this.getAdsApi().Listener.sendFinishEvent(
b,ja.ERROR);this.getAdsApi().ShowApi.sendShowFailedEvent(b,this.getShowOptions().getListenerId(),Ib[Ib.INTER
NAL_ERROR],a)};Yd.prototype.description=function(){return'AdMobScar'};Yd.prototype.sendClickEvent=function
(){M.prototype.sendClickEvent.call(this);
v a r
b=this.getCore();this.sendTrackingEvent(J.CLICK);n.reportScarMetric(I.ScarAdClicked,this._adShowingIsInterstitial
);this.getOperativeEventManager().sendClick(this.getOperativeEventParams());xd.getClickCount(b).then(function(a){
' n u m b e r ' = = = t y p e o f
a&&xd.setClickCount(a+1,b)}).catch()};Yd.prototype.sendClickIfApplicable=function(){!this.isShowing()||this._adS
howingIsInterstitial&&this._scarAdapterVersion!==bd.Ios800&&this._scarAdapterVersion!==bd.Android2000||this.s
endClickEvent()};Yd.prototype.sendStartEvent=
f u n c t i o n ( ) { v a r
b=this;M.prototype.sendStartEvent.call(this);this.sendTrackingEvent(J.START);this.sendTrackingEvent(J.IMPRESSI
ON);n.reportScarMetric(I.ScarAdStarted,this._adShowingIsInterstitial);this.getOperativeEventManager().sendStart(th
is.getOperativeEventParams()).then(function(){b.onStartProcessed.trigger()})};Yd.prototype.sendSkipEvent=function
(){this._skipped=!0;this.setFinishState(ja.SKIPPED);this.sendTrackingEvent(J.SKIP);n.reportScarMetric(I.ScarAdSki
pped,this._adShowingIsInterstitial);
this.getOperativeEventManager().sendSkip(this.getOperativeEventParams())};Yd.prototype.sendRewardEvent=functi
on(){if(!this._wasRewarded&&!this._adShowingIsInterstitial){this._wasRewarded=!0;n.reportScarMetric(I.ScarAdRe
w a r d e d , t h i s . _ a d S h o w i n g I s I n t e r s t i t i a l ) ; v a r
b=this.getOperativeEventParams();this.getOperativeEventManager().sendThirdQuartile(b);this.getOperativeEventMa
nager().sendView(b);this.sendTrackingEvent(J.COMPLETE)}};Yd.prototype.sendFirstQuartile=function(){this.getO
perativeEventManager().sendFirstQuartile(this.getOperativeEventParams())};
Yd.prototype.sendMidpoint=function(){this.getOperativeEventManager().sendMidpoint(this.getOperativeEventParam
s ( ) ) } ; Y d . p r o t o t y p e . s e n d T r a c k i n g E v e n t = f u n c t i o n ( b , a ) { r e t u r n
this.getThirdPartyEventManager().sendTrackingEvents(this._campaign,b,'admob-
scar',a)};Yd.prototype.hide=function(){this._wasHidden||(this._wasHidden=!0,this.setShowing(!1),this._skipped?this.
setFinishState(ja.SKIPPED):this.setFinishState(ja.COMPLETED),this.sendCompletedEvent(),n.reportScarMetric(I.Sc
arAdClosed,this._adShowingIsInterstitial),
t h i s . o n C l o s e . t r i g g e r ( ) ) ; r e t u r n
Promise.resolve()};Yd.prototype.getOperativeEventParams=function(){return{placement:this._placement}};l.inherits(
z o , K b ) ; z o . p r o t o t y p e . c r e a t e P a r a m e t e r s = f u n c t i o n ( b ) { r e t u r n
Object.assign(Object.assign({},b),{adMobSignalFactory:this._adMobSignalFactory})};l.inherits(yo,Rd);yo.prototype.
createAdUnit=function(b){return new Yd(b)};l.inherits(ue,ob);ue.prototype.getAdUnitID=function(){return
this.get('adUnitID')};ue.prototype.getVideoLength=function(){return this.get('videoLength')};
u e . p r o t o t y p e . g e t Q u e r y I d = f u n c t i o n ( ) { r e t u r n
this.get('queryId')};ue.prototype.setAdUnitID=function(b){this.set('adUnitID',b)};ue.prototype.setVideoLength=functi
on(b){this.set('videoLength',b)};ue.prototype.setQueryId=function(b){this.set('queryId',b)};ue.prototype.getRequired
Assets=function(){return[]};ue.prototype.getOptionalAssets=function(){return[]};ue.prototype.isConnectionNeeded=f
unction(){return!0};ue.prototype.getCampaignLoaderType=function(){return
Oi.SCAR};l.inherits(Sf,Ad);Sf.prototype.parse=
f u n c t i o n ( b , a ) { v a r
c=b.getAdUnitID(),d=b.getVideoLength(),e=b.getQueryId(),f=b.getCacheTTL();b={id:this.getProgrammaticCampaig
nId(),willExpireAt:f?Date.now()+1E3*f:void 0,contentType:Sf.ContentType,adType:b.getAdType()||void
0,correlationId:b.getCorrelationId()||void 0,creativeId:b.getCreativeId()||void 0,seatId:b.getSeatId()||void 0,meta:void
0,session:a,mediaId:b.getMediaId(),trackingUrls:b.getTrackingUrls()||{},isLoadEnabled:!1,skadn:b.getSkadn(),reused
:!1};c=Object.assign(Object.assign({},b),{useWebViewUserAgentForTracking:!0,
adUnitID:c,videoLength:d,queryId:e});n.reportScarMetric(I.ScarResponseParsed);return Promise.resolve(new
u e ( c ) ) } ; S f . C o n t e n t T y p e = ' p r o g r a m m a t i c / s c a r - a d m o b -
video';l.inherits(Ka,R);Ka.prototype.getSequenceNumber=function(){return
this.get('sequenceNumber')};Ka.prototype.getGranularSpeedBucket=function(){return
this.get('granularSpeedBucket')};Ka.prototype.getIsNetworkMetered=function(){return
this.get('isNetworkMetered')};Ka.prototype.getDeviceSubModel=function(){return
this.get('deviceSubModel')};Ka.prototype.getNumPriorUserRequests=
function(){return this.get('numPriorUserRequests')};Ka.prototype.getIsDeviceCharging=function(){return
this.get('isDeviceCharging')};Ka.prototype.getDeviceBatteryLevel=function(){return
this.get('deviceBatteryLevel')};Ka.prototype.getAndroidMarketVersion=function(){return
this.get('androidMarketVersion')};Ka.prototype.getAdLoadDuration=function(){return
this.get('adLoadDuration')};Ka.prototype.getPriorClickCount=function(){return
this.get('priorClickCount')};Ka.prototype.getDeviceIncapabilities=function(){return this.get('deviceIncapabilities')};
K a . p r o t o t y p e . g e t H a s I A P C a p a b i l i t y = f u n c t i o n ( ) { r e t u r n
this.get('hasIAPCapability')};Ka.prototype.getAdtest=function(){return
this.get('adtest')};Ka.prototype.getIsJailbroken=function(){return
this.get('isJailbroken')};Ka.prototype.getIUSizes=function(){return
this.get('iuSizes')};Ka.prototype.getSDKApis=function(){return
this.get('sdk_apis')};Ka.prototype.getOMIDP=function(){return
this.get('omid_p')};Ka.prototype.setSequenceNumber=function(b){this.set('sequenceNumber',b)};Ka.prototype.setGra
nularSpeedBucket=
function(b){this.set('granularSpeedBucket',b)};Ka.prototype.setIsNetworkMetered=function(b){this.set('isNetworkMe
tered',b)};Ka.prototype.setDeviceSubModel=function(b){this.set('deviceSubModel',b)};Ka.prototype.setNumPriorUse
rRequests=function(b){this.set('numPriorUserRequests',b)};Ka.prototype.setIsDeviceCharging=function(b){this.set('is
DeviceCharging',b)};Ka.prototype.setDeviceBatteryLevel=function(b){this.set('deviceBatteryLevel',b)};Ka.prototype.
setAndroidMarketVersion=function(b){this.set('androidMarketVersion',
b)};Ka.prototype.setAdLoadDuration=function(b){this.set('adLoadDuration',b)};Ka.prototype.setPriorClickCount=fu
nction(b){this.set('priorClickCount',b)};Ka.prototype.setDeviceIncapabilities=function(b){this.set('deviceIncapabilitie
s',b)};Ka.prototype.setHasIAPCapability=function(b){this.set('hasIAPCapability',b)};Ka.prototype.setAdtest=function
(b){this.set('adtest',b)};Ka.prototype.setIsJailbroken=function(b){this.set('isJailbroken',b)};Ka.prototype.setIUSizes=f
unction(b){this.set('iuSizes',b)};Ka.prototype.setSDKApis=
function(b){this.set('sdk_apis',b)};Ka.prototype.setOMIDP=function(b){this.set('omid_p',b)};Ka.prototype.getDTO=f
unction(){return{seq_num:this.getSequenceNumber(),granular_speed_bucket:this.getGranularSpeedBucket(),network
_metered:this.getIsNetworkMetered(),mobile_device_submodel:this.getDeviceSubModel(),prior_user_requests:this.g
etNumPriorUserRequests(),device_battery_charging:this.getIsDeviceCharging(),device_battery_level:this.getDeviceB
atteryLevel(),android_market_version:this.getAndroidMarketVersion(),
prior_click_count:this.getPriorClickCount(),device_incapabilities:this.getDeviceIncapabilities(),ios_jailbroken:this.get
IsJailbroken(),iu_sizes:this.getIUSizes(),ad_load_duration:this.getAdLoadDuration()}};var
$u=ek(function(b,a){a.length=function(a){var b=a.length;if(!b)return 0;for(var c=0;1<--
b%4&&'='===a.charAt(b);)++c;return Math.ceil(3*a.length)/4-c};var
c=Array(64),d=Array(123);for(b=0;64>b;)d[c[b]=26>b?b+65:52>b?b+71:62>b?b-4:b-
59|43]=b++;a.encode=function(a,b,d){for(var e=null,f=[],g=0,h=
0,A;b<d;){var n=a[b++];switch(h){case 0:f[g++]=c[n>>2];A=(n&3)<<4;h=1;break;case
1 : f [ g + + ] = c [ A | n > > 4 ] ; A = ( n & 1 5 ) < < 2 ; h = 2 ; b r e a k ; c a s e
2:f[g++]=c[A|n>>6],f[g++]=c[n&63],h=0}8191<g&&((e||(e=[])).push(String.fromCharCode.apply(String,f)),g=0)}h
& & ( f [ g + + ] = c [ A ] , f [ g + + ] = 6 1 , 1 = = = h & & ( f [ g + + ] = 6 1 ) ) ; r e t u r n
e?(g&&e.push(String.fromCharCode.apply(String,f.slice(0,g))),e.join('')):String.fromCharCode.apply(String,f.slice(0,
g))};a.decode=function(a,b,c){for(var e=c,f=0,g,h=0;h<a.length;){var n=a.charCodeAt(h++);if(61===n&&
1<f)break;if(void 0===(n=d[n]))throw Error('invalid encoding');switch(f){case 0:g=n;f=1;break;case
1:b[c++]=g<<2|(n&48)>>4;g=n;f=2;break;case 2:b[c++]=(g&15)<<4|(n&60)>>2;g=n;f=3;break;case
3:b[c++]=(g&3)<<6|n,f=0}}if(1===f)throw Error('invalid encoding');return c-e};a.test=function(a){return/^(?:[A-Za-
z 0 - 9 + / ] { 4 } ) * ( ? : [ A - Z a - z 0 - 9 + / ] { 2 } = = | [ A - Z a - z 0 -
9+/]{3}=)?$/.test(a)}});Mm.prototype.on=function(b,a,c){(this._listeners[b]||(this._listeners[b]=[])).push({fn:a,ctx:c||t
his});return this};Mm.prototype.off=
function(b,a){if(void 0===b)this._listeners={};else if(void
0===a)this._listeners[b]=[];else{b=this._listeners[b];for(var c=0;c<b.length;)b[c].fn===a?b.splice(c,1):++c}return
this};Mm.prototype.emit=function(b){var a=this._listeners[b];if(a){for(var
c=[],d=1;d<arguments.length;)c.push(arguments[d++]);for(d=0;d<a.length;)a[d].fn.apply(a[d++].ctx,c)}return
this};var av=dr(dr),bv=ek(function(b,a){a.length=function(a){for(var
b=0,c,f=0;f<a.length;++f)c=a.charCodeAt(f),128>c?b+=1:2048>c?b+=2:55296===(c&
64512)&&56320===(a.charCodeAt(f+1)&64512)?(++f,b+=4):b+=3;return b};a.read=function(a,b,e){if(1>e-
b ) r e t u r n ' ' ; f o r ( v a r
c=null,d=[],k=0,m;b<e;)m=a[b++],128>m?d[k++]=m:191<m&&224>m?d[k++]=(m&31)<<6|a[b++]&63:239<m&&
365>m?(m=((m&7)<<18|(a[b++]&63)<<12|(a[b++]&63)<<6|a[b++]&63)-
65536,d[k++]=55296+(m>>10),d[k++]=56320+(m&1023)):d[k++]=(m&15)<<12|(a[b++]&63)<<6|a[b++]&63,8191<
k&&((c||(c=[])).push(String.fromCharCode.apply(String,d)),k=0);return
c?(k&&c.push(String.fromCharCode.apply(String,d.slice(0,k))),
c.join('')):String.fromCharCode.apply(String,d.slice(0,k))};a.write=function(a,b,e){for(var
c=e,d,k,m=0;m<a.length;++m)d=a.charCodeAt(m),128>d?b[e++]=d:(2048>d?b[e++]=d>>6|192:(55296===(d&6451
2)&&56320===((k=a.charCodeAt(m+1))&64512)?(d=65536+((d&1023)<<10)+(k&1023),++m,b[e++]=d>>18|240,b
[e++]=d>>12&63|128):b[e++]=d>>12|224,b[e++]=d>>6&63|128),b[e++]=d&63|128);return e-c}}),dj=$c.zero=new
$c(0,0);dj.toNumber=function(){return 0};dj.zzEncode=dj.zzDecode=function(){return
this};dj.length=function(){return 1};
var cv=$c.zeroHash='\x00\x00\x00\x00\x00\x00\x00\x00';$c.fromNumber=function(b){if(0===b)return dj;var
a = 0 > b ; a & & ( b = - b ) ; v a r c = b > > > 0 ; b = ( b -
c)/4294967296>>>0;a&&(b=~b>>>0,c=~c>>>0,4294967295<++c&&(c=0,4294967295<++b&&(b=0)));return new
$c(c,b)};$c.from=function(b){if('number'===typeof b)return
$c.fromNumber(b);if(Ea.isString(b))if(Ea.Long)b=Ea.Long.fromString(b);else return
$ c . f r o m N u m b e r ( p a r s e I n t ( b , 1 0 ) ) ; r e t u r n b . l o w | | b . h i g h ? n e w
$c(b.low>>>0,b.high>>>0):dj};$c.prototype.toNumber=function(b){if(!b&&this.hi>>>
31){b=~this.lo+1>>>0;var a=~this.hi>>>0;b||(a=a+1>>>0);return-(b+4294967296*a)}return
this.lo+4294967296*this.hi};$c.prototype.toLong=function(b){return Ea.Long?new
Ea.Long(this.lo|0,this.hi|0,!!b):{low:this.lo|0,high:this.hi|0,unsigned:!!b}};var
li=String.prototype.charCodeAt;$c.fromHash=function(b){return b===cv?dj:new
$c((li.call(b,0)|li.call(b,1)<<8|li.call(b,2)<<16|li.call(b,3)<<24)>>>0,(li.call(b,4)|li.call(b,5)<<8|li.call(b,6)<<16|li.call(
b,7)<<24)>>>0)};$c.prototype.toHash=function(){return String.fromCharCode(this.lo&
255,this.lo>>>8&255,this.lo>>>16&255,this.lo>>>24,this.hi&255,this.hi>>>8&255,this.hi>>>16&255,this.hi>>>24)
} ; $ c . p r o t o t y p e . z z E n c o d e = f u n c t i o n ( ) { v a r
b=this.hi>>31;this.hi=((this.hi<<1|this.lo>>>31)^b)>>>0;this.lo=(this.lo<<1^b)>>>0;return
t h i s } ; $ c . p r o t o t y p e . z z D e c o d e = f u n c t i o n ( ) { v a r b = -
(this.lo&1);this.lo=((this.lo>>>1|this.hi<<31)^b)>>>0;this.hi=(this.hi>>>1^b)>>>0;return
this};$c.prototype.length=function(){var b=this.lo,a=(this.lo>>>28|this.hi<<4)>>>0,c=this.hi>>>24;return
0===c?0===a?16384>b?128>
b?1:2:2097152>b?3:4:16384>a?128>a?5:6:2097152>a?7:8:128>c?9:10};var Ea=ek(function(b,a){function
c(a,b,c){for(var d=Object.keys(b),e=0;e<d.length;++e)void 0!==a[d[e]]&&c||(a[d[e]]=b[d[e]]);return a}function
d ( a ) { f u n c t i o n b ( a , d ) { i f ( ! ( t h i s i n s t a n c e o f b ) ) r e t u r n n e w
b(a,d);Object.defineProperty(this,'message',{get:function(){return
a}});Error.captureStackTrace?Error.captureStackTrace(this,b):Object.defineProperty(this,'stack',{value:Error().stack||''
});d&&c(this,d)}(b.prototype=Object.create(Error.prototype)).constructor=
b;Object.defineProperty(b.prototype,'name',{get:function(){return a}});b.prototype.toString=function(){return
t h i s . n a m e + ' : ' + t h i s . m e s s a g e } ; r e t u r n
b}a.asPromise=jt;a.base64=$u;a.EventEmitter=Mm;a.float=av;a.inquire=it;a.utf8=bv;a.pool=ht;a.LongBits=$c;a.glob
al='undefined'!==typeof window&&window||'undefined'!==typeof up&&up||'undefined'!==typeof
self&&self||up;a.emptyArray=Object.freeze?Object.freeze([]):[];a.emptyObject=Object.freeze?Object.freeze({}):{};a.
isNode=!!(a.global.process&&a.global.process.versions&&
a.global.process.versions.node);a.isInteger=Number.isInteger||function(a){return'number'===typeof
a&&isFinite(a)&&Math.floor(a)===a};a.isString=function(a){return'string'===typeof a||a instanceof
String};a.isObject=function(a){return a&&'object'===typeof a};a.isset=a.isSet=function(a,b){var c=a[b];return
n u l l ! = c & & a . h a s O w n P r o p e r t y ( b ) ? ' o b j e c t ' ! = = t y p e o f
c||0<(Array.isArray(c)?c.length:Object.keys(c).length):!1};a.Buffer=function(){try{var
b=a.inquire('buffer').Buffer;return b.prototype.utf8Write?b:null}catch(f){return null}}();
a._Buffer_from=null;a._Buffer_allocUnsafe=null;a.newBuffer=function(b){return'number'===typeof
b?a.Buffer?a._Buffer_allocUnsafe(b):new a.Array(b):a.Buffer?a._Buffer_from(b):'undefined'===typeof
Uint8Array?b:new Uint8Array(b)};a.Array='undefined'!==typeof
Uint8Array?Uint8Array:Array;a.Long=a.global.dcodeIO&&a.global.dcodeIO.Long||a.global.Long||a.inquire('long');a.
key2Re=/^true|false|0|1$/;a.key32Re=/^-?(?:0|[1-9][0-9]*)$/;a.key64Re=/^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-
9]*))$/;a.longToHash=function(b){return b?
a.LongBits.from(b).toHash():a.LongBits.zeroHash};a.longFromHash=function(b,c){b=a.LongBits.fromHash(b);return
a.Long?a.Long.fromBits(b.lo,b.hi,c):b.toNumber(!!c)};a.merge=c;a.lcFirst=function(a){return
a.charAt(0).toLowerCase()+a.substring(1)};a.newError=d;a.ProtocolError=d('ProtocolError');a.oneOfGetter=function(
a){for(var b={},c=0;c<a.length;++c)b[a[c]]=1;return function(){for(var a=Object.keys(this),c=a.length-1;-1<c;--
c)if(1===b[a[c]]&&void 0!==this[a[c]]&&null!==this[a[c]])return a[c]}};a.oneOfSetter=
function(a){return function(b){for(var c=0;c<a.length;++c)a[c]!==b&&delete
this[a[c]]}};a.toJSONOptions={longs:String,enums:String,bytes:String,json:!0};a._configure=function(){var
b=a.Buffer;b?(a._Buffer_from=b.from!==Uint8Array.from&&b.from||function(a,c){return new
b(a,c)},a._Buffer_allocUnsafe=b.allocUnsafe||function(a){return new
b(a)}):a._Buffer_from=a._Buffer_allocUnsafe=null}}),gp=eb,Jr,Wm=Ea.LongBits,Kr=Ea.base64,Lr=Ea.utf8;eb.creat
e=Ea.Buffer?function(){return(eb.create=function(){return new Jr})()}:
function(){return new eb};eb.alloc=function(b){return new
Ea.Array(b)};Ea.Array!==Array&&(eb.alloc=Ea.pool(eb.alloc,Ea.Array.prototype.subarray));eb.prototype._push=fun
ction(b,a,c){this.tail=this.tail.next=new vl(b,a,c);this.len+=a;return
this};dp.prototype=Object.create(vl.prototype);dp.prototype.fn=function(b,a,c){for(;127<b;)a[c++]=b&127|128,b>>>
=7;a[c]=b};eb.prototype.uint32=function(b){this.len+=(this.tail=this.tail.next=new
dp(128>(b>>>=0)?1:16384>b?2:2097152>b?3:268435456>b?4:5,b)).len;return this};
e b . p r o t o t y p e . i n t 3 2 = f u n c t i o n ( b ) { r e t u r n
0>b?this._push(ep,10,Wm.fromNumber(b)):this.uint32(b)};eb.prototype.sint32=function(b){return
this.uint32((b<<1^b>>31)>>>0)};eb.prototype.uint64=function(b){b=Wm.from(b);return
this._push(ep,b.length(),b)};eb.prototype.int64=eb.prototype.uint64;eb.prototype.sint64=function(b){b=Wm.from(b).z
zEncode();return this._push(ep,b.length(),b)};eb.prototype.bool=function(b){return
this._push(cp,1,b?1:0)};eb.prototype.fixed32=function(b){return this._push(fp,4,b>>>0)};eb.prototype.sfixed32=
eb.prototype.fixed32;eb.prototype.fixed64=function(b){b=Wm.from(b);return
this._push(fp,4,b.lo)._push(fp,4,b.hi)};eb.prototype.sfixed64=eb.prototype.fixed64;eb.prototype.float=function(b){ret
urn this._push(Ea.float.writeFloatLE,4,b)};eb.prototype.double=function(b){return
t h i s . _ p u s h ( E a . f l o a t . w r i t e D o u b l e L E , 8 , b ) } ; v a r
dv=Ea.Array.prototype.set?function(b,a,c){a.set(b,c)}:function(b,a,c){for(var
d=0;d<b.length;++d)a[c+d]=b[d]};eb.prototype.bytes=function(b){var a=b.length>>>0;if(!a)return this._push(cp,
1,0);if(Ea.isString(b)){var c=eb.alloc(a=Kr.length(b));Kr.decode(b,c,0);b=c}return
this.uint32(a)._push(dv,a,b)};eb.prototype.string=function(b){var a=Lr.length(b);return
a?this.uint32(a)._push(Lr.write,a,b):this._push(cp,1,0)};eb.prototype.fork=function(){this.states=new
Eu(this);this.head=this.tail=new vl(bp,0,0);this.len=0;return
this};eb.prototype.reset=function(){this.states?(this.head=this.states.head,this.tail=this.states.tail,this.len=this.states.le
n,this.states=this.states.next):(this.head=
this.tail=new vl(bp,0,0),this.len=0);return this};eb.prototype.ldelim=function(){var
b=this.head,a=this.tail,c=this.len;this.reset().uint32(c);c&&(this.tail.next=b.next,this.tail=a,this.len+=c);return
t h i s } ; e b . p r o t o t y p e . f i n i s h = f u n c t i o n ( ) { f o r ( v a r
b=this.head.next,a=this.constructor.alloc(this.len),c=0;b;)b.fn(b.val,a,c),c+=b.len,b=b.next;return
a};eb._configure=function(b){Jr=b};($i.prototype=Object.create(gp.prototype)).constructor=$i;var
Xm=Ea.Buffer;$i.alloc=function(b){return($i.alloc=Ea._Buffer_allocUnsafe)(b)};
v a r e v = X m & & X m . p r o t o t y p e i n s t a n c e o f
Uint8Array&&'set'===Xm.prototype.set.name?function(b,a,c){a.set(b,c)}:function(b,a,c){if(b.copy)b.copy(a,c,0,b.len
g t h ) ; e l s e f o r ( v a r
d=0;d<b.length;)a[c++]=b[d++]};$i.prototype.bytes=function(b){Ea.isString(b)&&(b=Ea._Buffer_from(b,'base64'));v
ar a=b.length>>>0;this.uint32(a);a&&this._push(ev,a,b);return this};$i.prototype.string=function(b){var
a=Xm.byteLength(b);this.uint32(a);a&&this._push(Fu,a,b);return this};var
ip=Hc,Mr,ir=Ea.LongBits,fv=Ea.utf8,Nr='undefined'!==
typeof Uint8Array?function(b){if(b instanceof Uint8Array||Array.isArray(b))return new Hc(b);throw Error('illegal
buffer');}:function(b){if(Array.isArray(b))return new Hc(b);throw Error('illegal
buffer');};Hc.create=Ea.Buffer?function(b){return(Hc.create=function(a){return Ea.Buffer.isBuffer(a)?new
Mr(a):Nr(a)})(b)}:Nr;Hc.prototype._slice=Ea.Array.prototype.subarray||Ea.Array.prototype.slice;Hc.prototype.uint32
=function(){var b=4294967295;return function(){b=(this.buf[this.pos]&127)>>>0;if(128>this.buf[this.pos++])return
b;
b=(b|(this.buf[this.pos]&127)<<7)>>>0;if(128>this.buf[this.pos++])return
b;b=(b|(this.buf[this.pos]&127)<<14)>>>0;if(128>this.buf[this.pos++])return
b;b=(b|(this.buf[this.pos]&127)<<21)>>>0;if(128>this.buf[this.pos++])return
b;b=(b|(this.buf[this.pos]&15)<<28)>>>0;if(128>this.buf[this.pos++])return b;if((this.pos+=5)>this.len)throw
this.pos=this.len,Wf(this,10);return b}}();Hc.prototype.int32=function(){return
this.uint32()|0};Hc.prototype.sint32=function(){var b=this.uint32();return b>>>1^-(b&1)|
0 } ; H c . p r o t o t y p e . b o o l = f u n c t i o n ( ) { r e t u r n
0!==this.uint32()};Hc.prototype.fixed32=function(){if(this.pos+4>this.len)throw Wf(this,4);return
Nm(this.buf,this.pos+=4)};Hc.prototype.sfixed32=function(){if(this.pos+4>this.len)throw Wf(this,4);return
Nm(this.buf,this.pos+=4)|0};Hc.prototype.float=function(){if(this.pos+4>this.len)throw Wf(this,4);var
b=Ea.float.readFloatLE(this.buf,this.pos);this.pos+=4;return
b};Hc.prototype.double=function(){if(this.pos+8>this.len)throw Wf(this,4);var b=Ea.float.readDoubleLE(this.buf,
this.pos);this.pos+=8;return b};Hc.prototype.bytes=function(){var
b=this.uint32(),a=this.pos,c=this.pos+b;if(c>this.len)throw Wf(this,b);this.pos+=b;return
A r r a y . i s A r r a y ( t h i s . b u f ) ? t h i s . b u f . s l i c e ( a , c ) : a = = = c ? n e w
this.buf.constructor(0):this._slice.call(this.buf,a,c)};Hc.prototype.string=function(){var b=this.bytes();return
fv.read(b,0,b.length)};Hc.prototype.skip=function(b){if('number'===typeof b){if(this.pos+b>this.len)throw
Wf(this,b);this.pos+=b}else{do if(this.pos>=this.len)throw Wf(this);while(this.buf[this.pos++]&
128)}return this};Hc.prototype.skipType=function(b){switch(b){case 0:this.skip();break;case 1:this.skip(8);break;case
2:this.skip(this.uint32());break;case 3:for(;4!==(b=this.uint32()&7);)this.skipType(b);break;case
5 : t h i s .s kip( 4) ;br e ak;default:throw Error('i n v al i d wi re t y p e '+b +' at o ffs et '+t h i s . p o s ) ; } r e t u r n
t h i s } ; H c . _ c o n f i g u r e = f u n c t i o n ( b ) { M r = b ; v a r
a=Ea.Long?'toLong':'toNumber';Ea.merge(Hc.prototype,{int64:function(){return
hp.call(this)[a](!1)},uint64:function(){return hp.call(this)[a](!0)},sint64:function(){return
hp.call(this).zzDecode()[a](!1)},
fixed64:function(){return jr.call(this)[a](!0)},sfixed64:function(){return
jr.call(this)[a](!1)}})};(wl.prototype=Object.create(ip.prototype)).constructor=wl;Ea.Buffer&&(wl.prototype._slice=E
a.Buffer.prototype.slice);wl.prototype.string=function(){var b=this.uint32();return
this.buf.utf8Slice(this.pos,this.pos=Math.min(this.pos+b,this.len))};(xl.prototype=Object.create(Ea.EventEmitter.prot
otype)).constructor=xl;xl.prototype.rpcCall=function g(a,c,d,e,f){if(!e)throw TypeError('request must be specified');
var k=this;if(!f)return Ea.asPromise(g,k,a,c,d,e);if(k.rpcImpl)try{return
k.rpcImpl(a,c[k.requestDelimited?'encodeDelimited':'encode'](e).finish(),function(c,e){if(c)return
k.emit('error',c,a),f(c);if(null===e)k.end(!0);else{if(!(e instanceof
d))try{e=d[k.responseDelimited?'decodeDelimited':'decode'](e)}catch(r){return
k . e m i t ( ' e r r o r ' , r , a ) , f ( r ) } k . e m i t ( ' d a t a ' , e , a ) ; r e t u r n
f(null,e)}})}catch(m){k.emit('error',m,a),setTimeout(function(){f(m)},0)}else setTimeout(function(){f(Error('already
ended'))},0)};
xl.prototype.end=function(a){this.rpcImpl&&(a||this.rpcImpl(null,null,null),this.rpcImpl=null,this.emit('end').off());ret
urn this};var gv=ek(function(a,c){c.Service=xl}),hv={},Ym=ek(function(a,c){function
d(){e.Reader._configure(e.BufferReader);e.util._configure()}var
e=c;e.build='minimal';e.Writer=gp;e.BufferWriter=$i;e.Reader=ip;e.BufferReader=wl;e.util=Ea;e.rpc=gv;e.roots=hv;e
.configure=d;e.Writer._configure(e.BufferWriter);d()}),L=Ym.util,uk=Ym.Reader,Dp=Ym.Writer,Zm=Ym.roots,Ep=
Zm['default']||
(Zm['default']={}),$m=Ep.unity_proto=function(){var a={};a.UnityProto=function(){function
a ( a ) { t h i s . e n c r y p t e d B l o b s = [ ] ; i f ( a ) f o r ( v a r
c=Object.keys(a),d=0;d<c.length;++d)null!=a[c[d]]&&(this[c[d]]=a[c[d]])}a.prototype.encryptedBlobs=L.emptyArra
y;a.prototype.encryptionMethod=3;a.prototype.protoName=2;a.encode=function(a,c){c||(c=Dp.create());if(null!=a.enc
r y p t e d B l o b s & & a . e n c r y p t e d B l o b s . l e n g t h ) f o r ( v a r
d=0;d<a.encryptedBlobs.length;++d)c.uint32(10).bytes(a.encryptedBlobs[d]);null!=a.protoName&&a.hasOwnPropert
y('protoName')&&
c.uint32(24).int32(a.protoName);null!=a.encryptionMethod&&a.hasOwnProperty('encryptionMethod')&&c.uint32(32
).int32(a.encryptionMethod);return c};a.decode=function(a,c){a instanceof uk||(a=uk.create(a));c=void
0===c?a.len:a.pos+c;for(var d=new Ep.unity_proto.UnityProto;a.pos<c;){var e=a.uint32();switch(e>>>3){case
1:d.encryptedBlobs&&d.encryptedBlobs.length||(d.encryptedBlobs=[]);d.encryptedBlobs.push(a.bytes());break;case
4:d.encryptionMethod=a.int32();break;case 3:d.protoName=a.int32();break;default:a.skipType(e&
7)}}return d};a.EncryptionMethod=function(){var a={},c=Object.create(a);c[a[3]='UNENCRYPTED']=3;return
c}();a.ProtoName=function(){var a={},c=Object.create(a);c[a[2]='UNITY_INFO']=2;return c}();return
a } ( ) ; a . U n i t y I n f o = f u n c t i o n ( ) { f u n c t i o n a ( a ) { i f ( a ) f o r ( v a r
c=Object.keys(a),d=0;d<c.length;++d)null!=a[c[d]]&&(this[c[d]]=a[c[d]])}a.prototype.field_1='';a.prototype.field_2=
L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_3=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_4=L.Lon
g?L.Long.fromBits(0,
0,!1):0;a.prototype.field_5=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_6=L.Long?L.Long.fromBits(0,0,!1):0
;a.prototype.field_7=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_8=L.Long?L.Long.fromBits(0,0,!1):0;a.prot
otype.field_9=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_10=L.Long?L.Long.fromBits(0,0,!1):0;a.prototyp
e.field_11=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_12=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.fi
eld_13=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_14=
!1;a.prototype.field_15=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_16=L.Long?L.Long.fromBits(0,0,!1):0;a
.prototype.field_17=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_18=L.Long?L.Long.fromBits(0,0,!1):0;a.pro
totype.field_19=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_20=L.Long?L.Long.fromBits(0,0,!1):0;a.prototy
pe.field_21=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_22=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.f
ield_23='';a.prototype.field_24=L.Long?L.Long.fromBits(0,
0,!1):0;a.prototype.field_25=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_26=L.Long?L.Long.fromBits(0,0,!1
):0;a.prototype.field_27=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_28=L.Long?L.Long.fromBits(0,0,!1):0;
a.prototype.field_29=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_30=L.Long?L.Long.fromBits(0,0,!1):0;a.pr
ototype.field_31=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_32=!1;a.prototype.field_33=L.Long?L.Long.fr
omBits(0,0,!1):0;a.prototype.field_34=L.Long?L.Long.fromBits(0,
0,!1):0;a.prototype.field_35=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_36=L.Long?L.Long.fromBits(0,0,!1
):0;a.prototype.field_37='';a.prototype.field_38='';a.prototype.field_39='';a.prototype.field_40=L.Long?L.Long.fromBi
ts(0,0,!1):0;a.prototype.field_41='';a.prototype.field_42='';a.prototype.field_43=L.Long?L.Long.fromBits(0,0,!1):0;a.p
rototype.field_44=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_45=L.Long?L.Long.fromBits(0,0,!1):0;a.proto
type.field_46=L.Long?L.Long.fromBits(0,0,!1):
0;a.prototype.field_47=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_48=L.Long?L.Long.fromBits(0,0,!1):0;a.
prototype.field_49=L.Long?L.Long.fromBits(0,0,!1):0;a.prototype.field_50=L.Long?L.Long.fromBits(0,0,!1):0;a.enc
ode=function(a,c){c||(c=Dp.create());null!=a.field_1&&a.hasOwnProperty('field_1')&&c.uint32(10).string(a.field_1);
null!=a.field_2&&a.hasOwnProperty('field_2')&&c.uint32(16).int64(a.field_2);null!=a.field_3&&a.hasOwnProperty('
field_3')&&c.uint32(24).int64(a.field_3);null!=a.field_4&&
a.hasOwnProperty('field_4')&&c.uint32(32).int64(a.field_4);null!=a.field_5&&a.hasOwnProperty('field_5')&&c.uint
32(40).int64(a.field_5);null!=a.field_6&&a.hasOwnProperty('field_6')&&c.uint32(48).int64(a.field_6);null!=a.field_7
&&a.hasOwnProperty('field_7')&&c.uint32(56).int64(a.field_7);null!=a.field_8&&a.hasOwnProperty('field_8')&&c.
uint32(64).int64(a.field_8);null!=a.field_9&&a.hasOwnProperty('field_9')&&c.uint32(72).int64(a.field_9);null!=a.fiel
d_10&&a.hasOwnProperty('field_10')&&c.uint32(80).int64(a.field_10);
null!=a.field_11&&a.hasOwnProperty('field_11')&&c.uint32(88).int64(a.field_11);null!=a.field_12&&a.hasOwnProp
erty('field_12')&&c.uint32(96).int64(a.field_12);null!=a.field_13&&a.hasOwnProperty('field_13')&&c.uint32(104).in
t64(a.field_13);null!=a.field_14&&a.hasOwnProperty('field_14')&&c.uint32(112).bool(a.field_14);null!=a.field_15&
&a.hasOwnProperty('field_15')&&c.uint32(120).int64(a.field_15);null!=a.field_16&&a.hasOwnProperty('field_16')&
&c.uint32(128).int64(a.field_16);null!=a.field_17&&a.hasOwnProperty('field_17')&&
c.uint32(136).int64(a.field_17);null!=a.field_18&&a.hasOwnProperty('field_18')&&c.uint32(144).int64(a.field_18);n
ull!=a.field_19&&a.hasOwnProperty('field_19')&&c.uint32(152).int64(a.field_19);null!=a.field_20&&a.hasOwnProp
erty('field_20')&&c.uint32(160).int64(a.field_20);null!=a.field_21&&a.hasOwnProperty('field_21')&&c.uint32(168).i
nt64(a.field_21);null!=a.field_22&&a.hasOwnProperty('field_22')&&c.uint32(176).int64(a.field_22);null!=a.field_23
&&a.hasOwnProperty('field_23')&&c.uint32(186).string(a.field_23);
null!=a.field_24&&a.hasOwnProperty('field_24')&&c.uint32(192).int64(a.field_24);null!=a.field_25&&a.hasOwnPro
perty('field_25')&&c.uint32(200).int64(a.field_25);null!=a.field_26&&a.hasOwnProperty('field_26')&&c.uint32(208)
.int64(a.field_26);null!=a.field_27&&a.hasOwnProperty('field_27')&&c.uint32(216).int64(a.field_27);null!=a.field_2
8&&a.hasOwnProperty('field_28')&&c.uint32(224).int64(a.field_28);null!=a.field_29&&a.hasOwnProperty('field_29
')&&c.uint32(232).int64(a.field_29);null!=a.field_30&&a.hasOwnProperty('field_30')&&
c.uint32(240).int64(a.field_30);null!=a.field_31&&a.hasOwnProperty('field_31')&&c.uint32(248).int64(a.field_31);n
ull!=a.field_32&&a.hasOwnProperty('field_32')&&c.uint32(256).bool(a.field_32);null!=a.field_33&&a.hasOwnProp
erty('field_33')&&c.uint32(264).int64(a.field_33);null!=a.field_34&&a.hasOwnProperty('field_34')&&c.uint32(272).i
nt64(a.field_34);null!=a.field_35&&a.hasOwnProperty('field_35')&&c.uint32(280).int64(a.field_35);null!=a.field_36
&&a.hasOwnProperty('field_36')&&c.uint32(288).int64(a.field_36);
null!=a.field_37&&a.hasOwnProperty('field_37')&&c.uint32(298).string(a.field_37);null!=a.field_38&&a.hasOwnPr
operty('field_38')&&c.uint32(306).string(a.field_38);null!=a.field_39&&a.hasOwnProperty('field_39')&&c.uint32(31
4).string(a.field_39);null!=a.field_40&&a.hasOwnProperty('field_40')&&c.uint32(320).int64(a.field_40);null!=a.field
_41&&a.hasOwnProperty('field_41')&&c.uint32(330).string(a.field_41);null!=a.field_42&&a.hasOwnProperty('field
_42')&&c.uint32(338).string(a.field_42);null!=a.field_43&&
a.hasOwnProperty('field_43')&&c.uint32(344).int64(a.field_43);null!=a.field_44&&a.hasOwnProperty('field_44')&&
c.uint32(352).int64(a.field_44);null!=a.field_45&&a.hasOwnProperty('field_45')&&c.uint32(360).int64(a.field_45);n
ull!=a.field_46&&a.hasOwnProperty('field_46')&&c.uint32(368).int64(a.field_46);null!=a.field_47&&a.hasOwnProp
erty('field_47')&&c.uint32(376).int64(a.field_47);null!=a.field_48&&a.hasOwnProperty('field_48')&&c.uint32(384).i
nt64(a.field_48);null!=a.field_49&&a.hasOwnProperty('field_49')&&
c.uint32(392).int64(a.field_49);null!=a.field_50&&a.hasOwnProperty('field_50')&&c.uint32(400).int64(a.field_50);re
turn c};a.decode=function(a,c){a instanceof uk||(a=uk.create(a));c=void 0===c?a.len:a.pos+c;for(var d=new
Ep.unity_proto.UnityInfo;a.pos<c;){var e=a.uint32();switch(e>>>3){case 1:d.field_1=a.string();break;case
2:d.field_2=a.int64();break;case 3:d.field_3=a.int64();break;case 4:d.field_4=a.int64();break;case
5:d.field_5=a.int64();break;case 6:d.field_6=a.int64();break;case 7:d.field_7=
a.int64();break;case 8:d.field_8=a.int64();break;case 9:d.field_9=a.int64();break;case
10:d.field_10=a.int64();break;case 11:d.field_11=a.int64();break;case 12:d.field_12=a.int64();break;case
13:d.field_13=a.int64();break;case 14:d.field_14=a.bool();break;case 15:d.field_15=a.int64();break;case
16:d.field_16=a.int64();break;case 17:d.field_17=a.int64();break;case 18:d.field_18=a.int64();break;case
19:d.field_19=a.int64();break;case 20:d.field_20=a.int64();break;case 21:d.field_21=a.int64();break;
case 22:d.field_22=a.int64();break;case 23:d.field_23=a.string();break;case 24:d.field_24=a.int64();break;case
25:d.field_25=a.int64();break;case 26:d.field_26=a.int64();break;case 27:d.field_27=a.int64();break;case
28:d.field_28=a.int64();break;case 29:d.field_29=a.int64();break;case 30:d.field_30=a.int64();break;case
31:d.field_31=a.int64();break;case 32:d.field_32=a.bool();break;case 33:d.field_33=a.int64();break;case
34:d.field_34=a.int64();break;case 35:d.field_35=a.int64();break;case 36:d.field_36=
a.int64();break;case 37:d.field_37=a.string();break;case 38:d.field_38=a.string();break;case
39:d.field_39=a.string();break;case 40:d.field_40=a.int64();break;case 41:d.field_41=a.string();break;case
42:d.field_42=a.string();break;case 43:d.field_43=a.int64();break;case 44:d.field_44=a.int64();break;case
45:d.field_45=a.int64();break;case 46:d.field_46=a.int64();break;case 47:d.field_47=a.int64();break;case
48:d.field_48=a.int64();break;case 49:d.field_49=a.int64();break;case 50:d.field_50=a.int64();
break;default:a.skipType(e&7)}}return d};return a}();return
a}();l.inherits(x,R);x.prototype.getSdkVersion=function(){return
this.get('sdkVersion')};x.prototype.setSdkVersion=function(a){this.set('sdkVersion',a)};x.prototype.getBatteryLevel=f
u n c t i o n ( ) { r e t u r n
this.get('batteryLevel')};x.prototype.setBatteryLevel=function(a){this.set('batteryLevel',a)};x.prototype.getBatteryStat
e = f u n c t i o n ( ) { r e t u r n
this.get('batteryState')};x.prototype.setBatteryState=function(a){this.set('batteryState',a)};x.prototype.getAcceleromete
rX=
f u n c t i o n ( ) { r e t u r n
this.get('accelerometerX')};x.prototype.setAccelerometerX=function(a){this.set('accelerometerX',a)};x.prototype.getA
c c e l e r o m e t e r Y = f u n c t i o n ( ) { r e t u r n
this.get('accelerometerY')};x.prototype.setAccelerometerY=function(a){this.set('accelerometerY',a)};x.prototype.getA
c c e l e r o m e t e r Z = f u n c t i o n ( ) { r e t u r n
this.get('accelerometerZ')};x.prototype.setAccelerometerZ=function(a){this.set('accelerometerZ',a)};x.prototype.getN
etworkType=function(){return this.get('networkType')};x.prototype.setNetworkType=
function(a){this.set('networkType',a)};x.prototype.getDeviceOrientation=function(){return
this.get('deviceOrientation')};x.prototype.setDeviceOrientation=function(a){this.set('deviceOrientation',a)};x.prototyp
e . g e t T o u c h X U p = f u n c t i o n ( ) { r e t u r n
this.get('touchXUp')};x.prototype.setTouchXUp=function(a){this.set('touchXUp',a)};x.prototype.getTouchXDown=fu
n c t i o n ( ) { r e t u r n
this.get('touchXDown')};x.prototype.setTouchXDown=function(a){this.set('touchXDown',a)};x.prototype.getTouchY
Up=function(){return this.get('touchYUp')};
x.prototype.setTouchYUp=function(a){this.set('touchYUp',a)};x.prototype.getTouchYDown=function(){return
this.get('touchYDown')};x.prototype.setTouchYDown=function(a){this.set('touchYDown',a)};x.prototype.getTouchD
u r a t i o n = f u n c t i o n ( ) { r e t u r n
this.get('touchDuration')};x.prototype.setTouchDuration=function(a){this.set('touchDuration',a)};x.prototype.getTouc
h P r e s s u r e = f u n c t i o n ( ) { r e t u r n
this.get('touchPressure')};x.prototype.setTouchPressure=function(a){this.set('touchPressure',a)};x.prototype.getTouch
Diameter=
f u n c t i o n ( ) { r e t u r n
this.get('touchDiameter')};x.prototype.setTouchDiameter=function(a){this.set('touchDiameter',a)};x.prototype.getCpu
C o u n t = f u n c t i o n ( ) { r e t u r n
this.get('cpuCount')};x.prototype.setCpuCount=function(a){this.set('cpuCount',a)};x.prototype.getTouchUpTotal=fun
c t i o n ( ) { r e t u r n
this.get('touchUpTotal')};x.prototype.setTouchUpTotal=function(a){this.set('touchUpTotal',a)};x.prototype.getTouch
D o w n T o t a l = f u n c t i o n ( ) { r e t u r n
this.get('touchDownTotal')};x.prototype.setTouchDownTotal=function(a){this.set('touchDownTotal',
a ) } ; x . p r o t o t y p e . g e t T o u c h M o v e T o t a l = f u n c t i o n ( ) { r e t u r n
this.get('touchMoveTotal')};x.prototype.setTouchMoveTotal=function(a){this.set('touchMoveTotal',a)};x.prototype.ge
t T o u c h C a n c e l T o t a l = f u n c t i o n ( ) { r e t u r n
this.get('touchCancelTotal')};x.prototype.setTouchCancelTotal=function(a){this.set('touchCancelTotal',a)};x.prototyp
e . g e t O s V e r s i o n = f u n c t i o n ( ) { r e t u r n
this.get('osVersion')};x.prototype.setOsVersion=function(a){this.set('osVersion',a)};x.prototype.getTimeZoneOffset=f
unction(){return this.get('timeZoneOffset')};
x.prototype.setTimeZoneOffset=function(a){this.set('timeZoneOffset',a)};x.prototype.getUsbConnected=function(){re
t u r n
this.get('usbConnected')};x.prototype.setUsbConnected=function(a){this.set('usbConnected',a)};x.prototype.getAppA
c t i v e = f u n c t i o n ( ) { r e t u r n
this.get('appActive')};x.prototype.setAppActive=function(a){this.set('appActive',a)};x.prototype.getAppUptime=funct
i o n ( ) { r e t u r n
this.get('appUptime')};x.prototype.setAppUptime=function(a){this.set('appUptime',a)};x.prototype.getAppStartTime=
function(){return this.get('appStartTime')};
x.prototype.setAppStartTime=function(a){this.set('appStartTime',a)};x.prototype.getRooted=function(){return
this.get('rooted')};x.prototype.setRooted=function(a){this.set('rooted',a)};x.prototype.getEventTimestamp=function(){
r e t u r n
this.get('eventTimestamp')};x.prototype.setEventTimestamp=function(a){this.set('eventTimestamp',a)};x.prototype.ge
t A p k H a s h = f u n c t i o n ( ) { r e t u r n
this.get('apkHash')};x.prototype.setApkHash=function(a){this.set('apkHash',a)};x.prototype.getApkDeveloperSigning
CertificateHash=
f u n c t i o n ( ) { r e t u r n
this.get('apkDeveloperSigningCertificateHash')};x.prototype.setApkDeveloperSigningCertificateHash=function(a){thi
s.set('apkDeveloperSigningCertificateHash',a)};x.prototype.getAppVersionName=function(){return
this.get('appVersionName')};x.prototype.setAppVersionName=function(a){this.set('appVersionName',a)};x.prototype.
g e t A p p V e r s i o n C o d e = f u n c t i o n ( ) { r e t u r n
this.get('appVersionCode')};x.prototype.setAppVersionCode=function(a){this.set('appVersionCode',a)};x.prototype.g
etAppIdName=function(){return this.get('appIdName')};
x.prototype.setAppIdName=function(a){this.set('appIdName',a)};x.prototype.getAppInstaller=function(){return
this.get('appInstaller')};x.prototype.setAppInstaller=function(a){this.set('appInstaller',a)};x.prototype.getDeviceUptim
e = f u n c t i o n ( ) { r e t u r n
this.get('deviceUptime')};x.prototype.setDeviceUptime=function(a){this.set('deviceUptime',a)};x.prototype.getDevice
E l a p s e d R e a l t i m e = f u n c t i o n ( ) { r e t u r n
this.get('deviceElapsedRealtime')};x.prototype.setDeviceElapsedRealtime=function(a){this.set('deviceElapsedRealtim
e',
a ) } ; x . p r o t o t y p e . g e t A d b E n a b l e d = f u n c t i o n ( ) { r e t u r n
this.get('adbEnabled')};x.prototype.setAdbEnabled=function(a){this.set('adbEnabled',a)};x.prototype.getTimeOnScree
n = f u n c t i o n ( ) { r e t u r n
this.get('timeOnScreen')};x.prototype.setTimeOnScreen=function(a){this.set('timeOnScreen',a)};x.prototype.getMini
m u m A l p h a = f u n c t i o n ( ) { r e t u r n
this.get('minimumAlpha')};x.prototype.setMinimumAlpha=function(a){this.set('minimumAlpha',a)};x.prototype.getA
dViewWidth=function(){return this.get('adViewWidth')};x.prototype.setAdViewWidth=
function(a){this.set('adViewWidth',a)};x.prototype.getAdViewHeight=function(){return
this.get('adViewHeight')};x.prototype.setAdViewHeight=function(a){this.set('adViewHeight',a)};x.prototype.getAndr
o i d T o u c h O b s c u r e d = f u n c t i o n ( ) { r e t u r n
this.get('androidTouchObscured')};x.prototype.setAndroidTouchObscured=function(a){this.set('androidTouchObscur
e d ' , a ) } ; x . p r o t o t y p e . g e t T o u c h T o o l T y p e = f u n c t i o n ( ) { r e t u r n
this.get('touchToolType')};x.prototype.setTouchToolType=function(a){this.set('touchToolType',a)};x.prototype.getTo
uchSource=
f u n c t i o n ( ) { r e t u r n
this.get('touchSource')};x.prototype.setTouchSource=function(a){this.set('touchSource',a)};x.prototype.getTouchDevi
c e I d = f u n c t i o n ( ) { r e t u r n
this.get('touchDeviceId')};x.prototype.setTouchDeviceId=function(a){this.set('touchDeviceId',a)};x.prototype.getTouc
h D i s t a n c e = f u n c t i o n ( ) { r e t u r n
this.get('touchDistance')};x.prototype.setTouchDistance=function(a){this.set('touchDistance',a)};x.prototype.getAdVi
ewX=function(){return this.get('adViewX')};x.prototype.setAdViewX=function(a){this.set('adViewX',
a ) } ; x . p r o t o t y p e . g e t A d V i e w Y = f u n c t i o n ( ) { r e t u r n
this.get('adViewY')};x.prototype.setAdViewY=function(a){this.set('adViewY',a)};x.prototype.getScreenWidth=functi
o n ( ) { r e t u r n
this.get('screenWidth')};x.prototype.setScreenWidth=function(a){this.set('screenWidth',a)};x.prototype.getScreenHeig
h t = f u n c t i o n ( ) { r e t u r n
this.get('screenHeight')};x.prototype.setScreenHeight=function(a){this.set('screenHeight',a)};x.prototype.getBase64Pr
otoBuf=function(){var a={field_1:this.getSdkVersion(),field_2:this.getBatteryLevel(),
field_3:this.getBatteryState(),field_4:this.getAccelerometerX(),field_5:this.getAccelerometerY(),field_6:this.getAccel
erometerZ(),field_7:this.getTouchXUp(),field_8:this.getTouchYUp(),field_9:this.getTouchXDown(),field_10:this.get
TouchYDown(),field_11:this.getTouchDuration(),field_12:this.getTouchPressure(),field_13:this.getTouchDiameter(),
field_14:this.getAndroidTouchObscured(),field_15:this.getTouchToolType(),field_16:this.getTouchSource(),field_17:
this.getTouchDeviceId(),field_18:this.getTouchDistance(),
field_19:this.getTouchUpTotal(),field_20:this.getTouchDownTotal(),field_21:this.getTouchMoveTotal(),field_22:this
.getTouchCancelTotal(),field_23:this.getOsVersion(),field_24:this.getCpuCount(),field_25:this.getDeviceUptime(),fie
ld_26:this.getDeviceElapsedRealtime(),field_27:this.getTimeZoneOffset(),field_28:this.getUsbConnected(),field_29:t
his.getAdbEnabled(),field_30:this.getRooted(),field_31:this.getNetworkType(),field_32:this.getAppActive(),field_33:
this.getAppUptime(),field_34:this.getAppStartTime(),
field_35:this.getEventTimestamp(),field_36:this.getTimeOnScreen(),field_37:this.getApkHash(),field_38:this.getApk
DeveloperSigningCertificateHash(),field_39:this.getAppVersionName(),field_40:this.getAppVersionCode(),field_41:t
his.getAppIdName(),field_42:this.getAppInstaller(),field_43:this.getAdViewWidth(),field_44:this.getAdViewHeight(
),field_45:this.getAdViewX(),field_46:this.getAdViewY(),field_47:this.getMinimumAlpha(),field_48:this.getScreen
Width(),field_49:this.getScreenHeight(),field_50:this.getDeviceOrientation()};
a={encryptedBlobs:[$m.UnityInfo.encode(a).finish()],encryptionMethod:$m.UnityProto.EncryptionMethod.UNENC
RYPTED,protoName:$m.UnityProto.ProtoName.UNITY_INFO};a=$m.UnityProto.encode(a).finish();return
L.base64.encode(a,0,a.byteLength)};x.prototype.getBase64ProtoBufNonEncoded=function(){var
a=this.getBase64ProtoBuf();a=a.replace(/\//g,'_');a=a.replace(/\+/g,'-');return
a=a.replace(/[=]+$/,'')};x.prototype.getDTO=function(){return{sdkVersion:this.getSdkVersion(),batteryLevel:this.get
BatteryLevel(),batteryState:this.getBatteryState(),
accelerometerX:this.getAccelerometerX(),accelerometerY:this.getAccelerometerY(),accelerometerZ:this.getAccelero
meterZ(),networkType:this.getNetworkType(),deviceOrientation:this.getDeviceOrientation(),touchXUp:this.getTouch
XUp(),touchXDown:this.getTouchXDown(),touchYUp:this.getTouchYUp(),touchYDown:this.getTouchYDown(),tou
chDuration:this.getTouchDuration(),touchPressure:this.getTouchPressure(),touchDiameter:this.getTouchDiameter(),c
puCount:this.getCpuCount(),touchUpTotal:this.getTouchUpTotal(),touchDownTotal:this.getTouchDownTotal(),
touchMoveTotal:this.getTouchMoveTotal(),touchCancelTotal:this.getTouchCancelTotal(),osVersion:this.getOsVersio
n(),timeZoneOffset:this.getTimeZoneOffset(),usbConnected:this.getUsbConnected(),appActive:this.getAppActive(),a
ppUptime:this.getAppUptime(),appStartTime:this.getAppStartTime(),rooted:this.getRooted(),eventTimestamp:this.get
EventTimestamp(),apkHash:this.getApkHash(),apkDeveloperSigningCertificateHash:this.getApkDeveloperSigningCe
rtificateHash(),appVersionName:this.getAppVersionName(),appVersionCode:this.getAppVersionCode(),
appIdName:this.getAppIdName(),appInstaller:this.getAppInstaller(),deviceUptime:this.getDeviceUptime(),deviceEla
psedRealtime:this.getDeviceElapsedRealtime(),adbEnabled:this.getAdbEnabled(),timeOnScreen:this.getTimeOnScree
n(),minimumAlpha:this.getMinimumAlpha(),adViewWidth:this.getAdViewWidth(),adViewHeight:this.getAdViewHe
ight(),androidTouchObscured:this.getAndroidTouchObscured(),touchToolType:this.getTouchToolType(),touchSource
:this.getTouchSource(),touchDeviceId:this.getTouchDeviceId(),touchDistance:this.getTouchDistance(),
adViewX:this.getAdViewX(),adViewY:this.getAdViewY(),screenWidth:this.getScreenWidth(),screenHeight:this.getS
c r e e n H e i g h t ( ) } } ; v a r
Gg;(function(a){a[a.ACTION_BUTTON_PRESS=11]='ACTION_BUTTON_PRESS';a[a.ACTION_BUTTON_REL
EASE=12]='ACTION_BUTTON_RELEASE';a[a.ACTION_CANCEL=3]='ACTION_CANCEL';a[a.ACTION_DO
WN=0]='ACTION_DOWN';a[a.ACTION_HOVER_ENTER=9]='ACTION_HOVER_ENTER';a[a.ACTION_HOVE
R_EXIT=10]='ACTION_HOVER_EXIT';a[a.ACTION_HOVER_MOVE=7]='ACTION_HOVER_MOVE';a[a.ACTI
ON_MOVE=2]='ACTION_MOVE';a[a.ACTION_OUTSIDE=
4]='ACTION_OUTSIDE';a[a.ACTION_POINTER_DOWN=5]='ACTION_POINTER_DOWN';a[a.ACTION_POIN
TER_UP=6]='ACTION_POINTER_UP';a[a.ACTION_SCROLL=8]='ACTION_SCROLL';a[a.ACTION_UP=1]='AC
TION_UP'})(Gg||(Gg={}));vb.prototype.getOptionalSignal=function(){var a=this,c=new
Ka;c.setSequenceNumber(z.getAdRequestOrdinal());c.setIsJailbroken(this._deviceInfo.isRooted());c.setDeviceIncapa
bilities(this.checkDeviceIncapabilities());c.setDeviceSubModel(this._deviceInfo.getModel());c.setSDKApis('Unity3d/
1.3.0');c.setOMIDP('7');
v a r
d=[];d.push(this._deviceInfo.getBatteryLevel().then(function(a){c.setDeviceBatteryLevel(a)}).catch(function(){a.logF
ailure('batteryLevel')}));d.push(this._deviceInfo.getBatteryStatus().then(function(d){c.setIsDeviceCharging(2===a.ge
tBatteryStatus(a._platform,d))}).catch(function(){a.logFailure('batteryStatus')}));this._deviceInfo instanceof
ea?d.push(this._deviceInfo.getNetworkMetered().then(function(a){c.setIsNetworkMetered(a)}).catch(function(){a.log
Failure('networkMetered')})):c.setIsNetworkMetered(!1);
d.push(xd.getRequestCount(this._core).then(function(a){'number'===typeof
a&&c.setNumPriorUserRequests(a)}).catch(function(){a.logFailure('numPriorUserRequets')}));this._platform===t.A
NDROID&&d.push(this._core.DeviceInfo.Android.getPackageInfo(this._clientInfo.getApplicationName()).then(funct
ion(a){a.versionCode&&a.packageName?c.setAndroidMarketVersion(a.versionCode+'.'+a.packageName):c.setAndro
idMarketVersion('null')}).catch(function(){a.logFailure('androidMarketVersion')}));d.push(xd.getClickCount(this._co
re).then(function(a){'number'===
t y p e o f
a&&c.setPriorClickCount(a)}).catch(function(){a.logFailure('priorClickCount')}));d.push(xd.getPriorRequestToRead
y T i m e ( t h i s . _ c o r e ) . t h e n ( f u n c t i o n ( a ) { ' n u m b e r ' = = = t y p e o f
a&&c.setAdLoadDuration(a)}).catch(function(){a.logFailure('PriorRequestToReadyTime')}));d.push(Promise.all([thi
s._deviceInfo.getConnectionType(),this._deviceInfo.getNetworkType()]).then(function(d){var
e=l.makeIterator(d);d=e.next().value;e=e.next().value;'wifi'===d?c.setGranularSpeedBucket('wi'):'cellular'===d?c.set
GranularSpeedBucket(a.getNetworkValue(e)):
c.setGranularSpeedBucket('unknown')}).catch(function(){a.logFailure('granularSpeedBucket')}));d.push(Promise.all([
this._deviceInfo.getScreenWidth(),this._deviceInfo.getScreenHeight()]).then(function(a){var
d=l.makeIterator(a);a=d.next().value;d=d.next().value;c.setIUSizes(a+'x'+d+'|'+d+'x'+a)}).catch(function(){a.logFailur
e('iuSizes')}));return Promise.all(d).then(function(){return c})};vb.prototype.getAdRequestSignal=function(){return
this.getCommonSignal()};vb.prototype.getAdMobRequestSignalOptions=
function(a,c){return S(this,void 0,void 0,function e(){var f,g=this,k,m,h,r,n,p;return
l.generator.createGenerator(e,function(e){switch(e.nextAddress){case 1:return
f={},c?e.return(g.getAdRequestSignal().then(function(a){f.requestSignal=a;f.signalMap={};return
f } ) ) : e . y i e l d ( g . _ a d s . G M A S c a r . i s A v a i l a b l e ( ) , 2 ) ; c a s e
2:g._gmaIntegrated=e.yieldResult;k=[];m=[];g._gmaIntegrated&&(h=l.makeIterator(g.buildPlacementList(a)),k=h.ne
xt().value,m=h.next().value);if(!g._gmaIntegrated||!(0<k.length||0<m.length)){r=
{};e.jumpTo(3);break}return e.yield(g._ads.GMAScar.collectSignals(k,m),4);case 4:r=e.yieldResult;case 3:return
n=r,p=f,e.yield(g.getAdRequestSignal(),5);case 5:return p.requestSignal=e.yieldResult,void
0!==n&&n!=={}&&(f.signalMap=n),e.return(f)}})})};vb.prototype.buildPlacementList=function(a){var
c=[],d=[],e=a.getPlacements();Object.keys(e).forEach(function(a){if(50<=c.length+d.length)return
n.reportScarMetric(I.ScarMoreThan50Placements),[c,d];e[a].isGmaEligible()&&(ze.REWARDED?d:c).push(a)});ret
urn[c,
d]};vb.prototype.setAdmobPackageInfo=function(a,c){this._packageInstaller=a;this._packageVersionCode=c};vb.pro
t o t y p e . g e t C l i c k S i g n a l = f u n c t i o n ( a , c ) { v a r d = t h i s ; r e t u r n
this.getCommonSignal().then(function(e){a.diameter&&e.setTouchDiameter(a.diameter);a.pressure&&e.setTouchPre
ssure(a.pressure);a.start&&(e.setTouchXDown(a.start.x),e.setTouchYDown(a.start.y));a.end&&(e.setTouchXUp(a.en
d.x),e.setTouchYUp(a.end.y));a.duration&&e.setTouchDuration(a.duration);e.setTouchDownTotal(a.counts.down);e.s
etTouchUpTotal(a.counts.up);
e.setTouchMoveTotal(a.counts.move);e.setTouchCancelTotal(a.counts.cancel);e.setTimeOnScreen(c.getTimeOnScree
n());e.getScreenWidth()&&e.getScreenHeight()&&(d._platform===t.IOS&&d._deviceInfo instanceof
W&&d._deviceInfo.getScreenScale()?(e.setAdViewWidth(d.getIosViewWidth(e.getScreenWidth(),d._deviceInfo.get
ScreenScale())),e.setAdViewHeight(d.getIosViewHeight(e.getScreenHeight(),d._deviceInfo.getScreenScale()))):d._de
v i c e I n f o i n s t a n c e o f
ea&&d._deviceInfo.getScreenDensity()&&(e.setAdViewWidth(d.getAndroidViewWidth(e.getScreenWidth(),
d._deviceInfo.getScreenDensity())),e.setAdViewHeight(d.getAndroidViewHeight(e.getScreenHeight(),d._deviceInfo.
getScreenDensity()))));e.setAdViewX(0);e.setAdViewY(0);e.setMinimumAlpha(100);var
f=[];f.push(d._core.SensorInfo.getAccelerometerData().then(function(a){d._platform===t.IOS?(e.setAccelerometerX(
a.x),e.setAccelerometerY(a.y),e.setAccelerometerZ(a.z)):(e.setAccelerometerX(a.x/9.80665*-
100),e.setAccelerometerY(a.y/9.80665*-100),e.setAccelerometerZ(a.z/9.80665*-
100))}).catch(function(){d.logFailure('accelerometer')}));
d._platform===t.ANDROID&&f.push(d._ads.Android.AdUnit.getMotionEventCount([Gg.ACTION_DOWN,Gg.AC
TION_UP,Gg.ACTION_MOVE,Gg.ACTION_CANCEL]).then(function(a){if(a[Gg[Gg.ACTION_DOWN]]){var
c = a [ G g [ G g . A C T I O N _ D O W N ] ] ; r e t u r n
d._ads.Android.AdUnit.getMotionEventData({0:[c]}).then(function(a){a['0']&&a['0'][c.toString()]&&(a=a['0'][c.toStr
ing()],e.setAndroidTouchObscured(a.isObscured),e.setTouchToolType(a.toolType),e.setTouchSource(a.source),e.setT
ouchDeviceId(a.deviceId))}).catch(function(){d.logFailure('motionEventData')})}}).catch(function(){d.logFailure('m
otionEventCount')}));
return Promise.all(f).then(function(){return e})})};vb.prototype.getCommonSignal=function(){var a=this,c=new
x;c.setEventTimestamp(this.getEventTimestamp());c.setSdkVersion(this.getSdkVersion(this._platform,this._clientInf
o));c.setOsVersion(this.getOsVersion(this._platform,this._deviceInfo));c.setTimeZoneOffset(this.getTimeZoneOffset(
));c.setAppActive(this._focusManager.isAppForeground());c.setAppUptime(this.getAppUptime(this._clientInfo));c.se
tAppStartTime(this.getAppStartTime(this._clientInfo));
c.setAppVersionName(this._clientInfo.getApplicationVersion());c.setAppIdName(this._clientInfo.getApplicationNam
e ( ) ) ; v a r
d=[];d.push(this._deviceInfo.getBatteryLevel().then(function(a){c.setBatteryLevel(Math.round(100*a))}).catch(functi
on(){a.logFailure('batteryLevel')}));d.push(this._deviceInfo.getBatteryStatus().then(function(d){c.setBatteryState(a.ge
tBatteryStatus(a._platform,d))}).catch(function(){a.logFailure('batteryStatus')}));d.push(this._deviceInfo.getConnectio
nType().then(function(d){c.setNetworkType(a.getNetworkType(d))}).catch(function(){a.logFailure('connectionType')
}));
d.push(Promise.all([this._deviceInfo.getScreenWidth(),this._deviceInfo.getScreenHeight()]).then(function(d){var
e=l.makeIterator(d);d=e.next().value;e=e.next().value;a._platform===t.IOS&&a._deviceInfo instanceof
W?(c.setScreenWidth(d*a._deviceInfo.getScreenScale()),c.setScreenHeight(e*a._deviceInfo.getScreenScale())):(c.set
ScreenWidth(d),c.setScreenHeight(e));c.setDeviceOrientation(a.getDeviceScreenOrientation(d,e))}).catch(function(){
a.logFailure('screenWidth')}));d.push(this._core.DeviceInfo.getCPUCount().then(function(a){c.setCpuCount(a)}).catc
h(function(){a.logFailure('cpucount')}));
this._platform===t.ANDROID&&(this._packageInstaller&&this._packageVersionCode?(c.setAppInstaller(this._pack
ageInstaller),c.setAppVersionCode(this._packageVersionCode)):d.push(this._core.DeviceInfo.Android.getPackageInf
o(this._clientInfo.getApplicationName()).then(function(d){d.installer?(c.setAppInstaller(d.installer),a._packageInstall
er=d.installer):c.setAppInstaller('unknown');d.versionCode&&(c.setAppVersionCode(d.versionCode),a._packageVers
ionCode=d.versionCode)}).catch(function(){a.logFailure('packageInfo')})),
d.push(this._core.DeviceInfo.Android.isUSBConnected().then(function(a){c.setUsbConnected(a?1:0)}).catch(functio
n(){c.setUsbConnected(2);a.logFailure('usbConnected')})),this._deviceInfo instanceof
ea&&c.setApkHash(this._deviceInfo.getApkDigest()),d.push(this._core.DeviceInfo.Android.getCertificateFingerprint
().then(function(a){c.setApkDeveloperSigningCertificateHash(a)}).catch(function(){a.logFailure('apkDeveloperSigni
ngCertificateHash')})),d.push(this._core.DeviceInfo.Android.getUptime().then(function(a){c.setDeviceUptime(a)}).ca
tch(function(){a.logFailure('deviceUptime')})),
d.push(this._core.DeviceInfo.Android.getElapsedRealtime().then(function(a){c.setDeviceElapsedRealtime(a)}).catch(
function(){a.logFailure('elapsedRealtime')})),d.push(this._core.DeviceInfo.Android.isAdbEnabled().then(function(a){
c.setAdbEnabled(a?1:0)}).catch(function(){c.setAdbEnabled(2);a.logFailure('adbEnabled')})));this._platform===t.AN
DROID?d.push(this.getAndroidRooted(this._deviceInfo).then(function(a){c.setRooted(a)}).catch(function(){a.logFail
ure('rooted')})):c.setRooted(this.getIosRooted(this._deviceInfo));
r e t u r n P r o m i s e . a l l ( d ) . t h e n ( f u n c t i o n ( ) { r e t u r n
c})};vb.prototype.logFailure=function(){};vb.prototype.getEventTimestamp=function(){return
Math.round(Date.now()/1E3)};vb.prototype.getSdkVersion=function(a){return a===t.IOS?'unity-ios-
v ' + t h i s . _ c l i e n t I n f o . g e t S d k V e r s i o n N a m e ( ) : ' u n i t y - a n d r o i d -
v'+this._clientInfo.getSdkVersionName()};vb.prototype.getNetworkType=function(a){return'wifi'===a?1:'cellular'==
=a?0:-1};vb.prototype.getOsVersion=function(a,c){return a===t.IOS?c.getModel().split(' ')[0].replace(/[0-9]+,[0-
9]+$/,
'')+' '+c.getOsVersion():c.getOsVersion()};vb.prototype.getTimeZoneOffset=function(){return-1*(new
Date).getTimezoneOffset()+1440};vb.prototype.getAppUptime=function(a){return Math.round((Date.now()-
a.getInitTimestamp())/1E3)};vb.prototype.getAppStartTime=function(a){return
Math.round(a.getInitTimestamp()/1E3)};vb.prototype.getIosRooted=function(a){return a instanceof
W&&a.isSimulator()?2:a.isRooted()?1:0};vb.prototype.getAndroidRooted=function(a){return
this._core.DeviceInfo.Android.getFingerprint().then(function(c){return 0<=
c.indexOf('generic')?2:a.isRooted()?1:0})};vb.prototype.getIosViewWidth=function(a,c){return
a / c } ; v b . p r o t o t y p e . g e t I o s V i e w H e i g h t = f u n c t i o n ( a , c ) { r e t u r n
a/c};vb.prototype.getAndroidViewWidth=function(a,c){return
a/(c/160)};vb.prototype.getAndroidViewHeight=function(a,c){return
a/(c/160)};vb.prototype.getBatteryStatus=function(a,c){if(a===t.IOS)return c;switch(c){case 1:return 0;case 2:return
2;case 3:return 1;case 4:return 1;case 5:return 3;default:return
0}};vb.prototype.getDeviceScreenOrientation=function(a,
c){return a===c?20:a>c?3:1};vb.prototype.checkDeviceIncapabilities=function(){var a='';this._deviceInfo instanceof
ea?(this._deviceInfo.isGoogleStoreInstalled()||(a+='a'),this._deviceInfo.isGoogleMapsInstalled()||(a+='m'),this._device
Info.isTelephonyInstalled()||(a+='t')):a+='atm';return a};vb.prototype.getNetworkValue=function(a){var
c='unknown';if(0===a)c='unknown';else if(1===a||16===a||2===a||4===a||7===a||11===a)c='ed';else
if(3===a||5===a||6===a||8===a||9===a||10===a||12===a||14===a||15===a||
17===a)c='3g';else if(13===a||18===a||19===a)c='4g';return c};vb.prototype.isGMAIntegrated=function(){return
t h i s . _ g m a I n t e g r a t e d } ; v a r
cd;(function(a){a[a.ROTATION_0=0]='ROTATION_0';a[a.ROTATION_90=1]='ROTATION_90';a[a.ROTATION_
180=2]='ROTATION_180';a[a.ROTATION_270=3]='ROTATION_270'})(cd||(cd={}));var
Ub; ( f u n c t i o n (a){ a[a. SC R EEN_OR IENTATION_UNS P EC IFIED= -
1]='SCREEN_ORIENTATION_UNSPECIFIED';a[a.SCREEN_ORIENTATION_LANDSCAPE=0]='SCREEN_ORI
ENTATION_LANDSCAPE';a[a.SCREEN_ORIENTATION_PORTRAIT=1]='SCREEN_ORIENTATION_PORTR
AIT';
a[a.SCREEN_ORIENTATION_USER=2]='SCREEN_ORIENTATION_USER';a[a.SCREEN_ORIENTATION_BEH
IND=3]='SCREEN_ORIENTATION_BEHIND';a[a.SCREEN_ORIENTATION_SENSOR=4]='SCREEN_ORIENTA
TION_SENSOR';a[a.SCREEN_ORIENTATION_NOSENSOR=5]='SCREEN_ORIENTATION_NOSENSOR';a[a.S
CREEN_ORIENTATION_SENSOR_LANDSCAPE=6]='SCREEN_ORIENTATION_SENSOR_LANDSCAPE';a[a.
SCREEN_ORIENTATION_SENSOR_PORTRAIT=7]='SCREEN_ORIENTATION_SENSOR_PORTRAIT';a[a.SC
REEN_ORIENTATION_REVERSE_LANDSCAPE=8]='SCREEN_ORIENTATION_REVERSE_LANDSCAPE';a[a
.SCREEN_ORIENTATION_REVERSE_PORTRAIT=
9]='SCREEN_ORIENTATION_REVERSE_PORTRAIT';a[a.SCREEN_ORIENTATION_FULL_SENSOR=10]='SC
REEN_ORIENTATION_FULL_SENSOR';a[a.SCREEN_ORIENTATION_USER_LANDSCAPE=11]='SCREEN_O
RIENTATION_USER_LANDSCAPE';a[a.SCREEN_ORIENTATION_USER_PORTRAIT=12]='SCREEN_ORIEN
TATION_USER_PORTRAIT';a[a.SCREEN_ORIENTATION_FULL_USER=13]='SCREEN_ORIENTATION_FUL
L_USER';a[a.SCREEN_ORIENTATION_LOCKED=14]='SCREEN_ORIENTATION_LOCKED'})(Ub||(Ub={}));va
r
an;(function(a){a[a.VISIBLE=0]='VISIBLE';a[a.LOW_PROFILE=1]='LOW_PROFILE';a[a.HIDE_NAVIGATION=
2]='HIDE_NAVIGATION';a[a.FULLSCREEN=4]='FULLSCREEN';a[a.LAYOUT_STABLE=256]='LAYOUT_STA
BLE';a[a.LAYOUT_HIDE_NAVIGATION=512]='LAYOUT_HIDE_NAVIGATION';a[a.LAYOUT_FULLSCREEN
=1024]='LAYOUT_FULLSCREEN';a[a.IMMERSIVE=2048]='IMMERSIVE';a[a.IMMERSIVE_STICKY=4096]='I
MMERSIVE_STICKY';a[a.LIGHT_STATUS_BAR=8192]='LIGHT_STATUS_BAR'})(an||(an={}));l.inherits(Zb,y);
Z b . p r o t o t y p e . s e n d R e a d y E v e n t = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'sendReadyEvent',[a])};Zb.prototype.sendStartEvent=function(a){r
eturn this._nativeBridge.invoke(this._fullApiClassName,
'sendStartEvent',[a])};Zb.prototype.sendFinishEvent=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'sendFinishEvent',[a,ja[c]])};Zb.prototype.sendClickEvent=functio
n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'sendClickEvent',[a])};Zb.prototype.sendPlacementStateChangedE
vent=function(a,c,d){this.onPlacementStateChangedEventSent.trigger(a,c,d);return
this._nativeBridge.invoke(this._fullApiClassName,'sendPlacementStateChangedEvent',[a,c,d])};Zb.prototype.sendErr
orEvent=
f u n c t i o n ( a , c ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'sendErrorEvent',[a,c])};l.inherits(Je,Zb);Je.prototype.sendReadyE
vent=function(a){var c=this;return this._paused?(this._eventQueue.push(function(){return
Zb.prototype.sendReadyEvent.call(c,a)}),Promise.resolve()):Zb.prototype.sendReadyEvent.call(this,a)};Je.prototype.s
endStartEvent=function(a){var c=this;return this._paused?(this._eventQueue.push(function(){return
Zb.prototype.sendStartEvent.call(c,a)}),Promise.resolve()):Zb.prototype.sendStartEvent.call(this,
a)};Je.prototype.sendFinishEvent=function(a,c){var d=this;return
t h i s . _ p a u s e d ? ( t h i s . _ e v e n t Q u e u e . p u s h ( f u n c t i o n ( ) { r e t u r n
Zb.prototype.sendFinishEvent.call(d,a,c)}),Promise.resolve()):Zb.prototype.sendFinishEvent.call(this,a,c)};Je.prototy
pe.sendClickEvent=function(a){var c=this;return this._paused?(this._eventQueue.push(function(){return
Zb.prototype.sendClickEvent.call(c,a)}),Promise.resolve()):Zb.prototype.sendClickEvent.call(this,a)};Je.prototype.se
ndPlacementStateChangedEvent=function(a,c,d){var e=
this;return this._paused?(this._eventQueue.push(function(){return
Zb.prototype.sendPlacementStateChangedEvent.call(e,a,c,d)}),Promise.resolve()):Zb.prototype.sendPlacementStateC
hangedEvent.call(this,a,c,d)};Je.prototype.sendErrorEvent=function(a,c){var d=this;return
t h i s . _ p a u s e d ? ( t h i s . _ e v e n t Q u e u e . p u s h ( f u n c t i o n ( ) { r e t u r n
Zb.prototype.sendErrorEvent.call(d,a,c)}),Promise.resolve()):Zb.prototype.sendErrorEvent.call(this,a,c)};Je.prototype
.pauseEvents=function(){this._paused=!0};Je.prototype.resumeEvents=
function(){this._eventQueue.forEach(function(a){a()});this._eventQueue=[];this._paused=!1};l.inherits(Kc,te);Kc.pro
t o t y p e . o p e n = f u n c t i o n ( a , c , d , e , f , g , k , m , h ) { v a r
v=this;this._activityId++;this._currentActivityFinished=!1;this._androidOptions=h.display;var
n=c;0===n.length&&(n=['webview']);this._lockedOrientation=(c=te.getForcedOrientation())?c:e;var
p=[];f&&(p=[ki.BACK]);var q=this.isHardwareAccelerationAllowed();this._core.Sdk.logInfo('Opening
'+a.description()+' ad unit with orientation '+Ha[this._lockedOrientation]+
' , h a r d w a r e a c c e l e r a t i o n
'+(q?'enabled':'disabled'));this._onFocusGainedObserver=this._ads.Android.AdUnit.onFocusGained.subscribe(functio
n ( ) { r e t u r n
v.onFocusGained()});this._onFocusLostObserver=this._ads.Android.AdUnit.onFocusLost.subscribe(function(){return
v . o n F o c u s L o s t ( ) } ) ; r e t u r n
this._ads.Android.AdUnit.open(this._activityId,n,this.getOrientation(d,this._lockedOrientation,this._androidOptions),
p , a n . L O W _ P R O F I L E , q , g ) . c a t c h ( f u n c t i o n ( a ) { i f ( g ) r e t u r n
v._ads.Android.AdUnit.open(v._activityId,n,v.getOrientation(d,
v._lockedOrientation,v._androidOptions),p,an.LOW_PROFILE,q,!1);throw
a;})};Kc.prototype.close=function(){if(this._currentActivityFinished)return
Promise.resolve();this._currentActivityFinished=!0;this._ads.Android.AdUnit.onFocusLost.unsubscribe(this._onFocus
LostObserver);this._ads.Android.AdUnit.onFocusGained.unsubscribe(this._onFocusGainedObserver);return
this._ads.Android.AdUnit.close()};Kc.prototype.reconfigure=function(a){var c=this,d=[];return
Promise.all([this._deviceInfo.getScreenWidth(),this._deviceInfo.getScreenHeight()]).then(function(e){var f=
l.makeIterator(e);e=f.next().value;f=f.next().value;switch(a){case
kc.ENDSCREEN:d.push(c._ads.Android.AdUnit.setViews(['webview']));d.push(c._ads.Android.AdUnit.setOrientatio
n ( U b . S C R E E N _ O R I E N T A T I O N _ F U L L _ S E N S O R ) ) ; b r e a k ; c a s e
kc.ENDSCREEN_WITH_VIDEOPLAYER:d.push(c._ads.Android.AdUnit.setViews(['videoplayer','webview']));d.pu
sh(c._ads.Android.AdUnit.setOrientation(Ub.SCREEN_ORIENTATION_FULL_SENSOR));break;case
kc.LANDSCAPE_VIDEO:d.push(c._ads.Android.AdUnit.setOrientation(Ub.SCREEN_ORIENTATION_LANDSCA
PE));
d.push(c._ads.Android.AdUnit.setViewFrame('videoplayer',0,0,f,e));break;case
kc.WEB_PLAYER:d.push(c._ads.Android.AdUnit.setViews(['webplayer','webview']));d.push(c._ads.Android.AdUnit
.setOrientation(Ub.SCREEN_ORIENTATION_FULL_SENSOR));break;case
kc.PODDING:d.push(c._ads.Android.AdUnit.setViews(['videoplayer','webview']))}return
Promise.all(d)})};Kc.prototype.reorient=function(a,c){return
this._ads.Android.AdUnit.setOrientation(this.getOrientation(a,c,this._androidOptions))};Kc.prototype.isPaused=
function(){return this._paused};Kc.prototype.setViewFrame=function(a,c,d,e,f){return
this._ads.Android.AdUnit.setViewFrame(a,c,d,e,f)};Kc.prototype.getViews=function(){return
this._ads.Android.AdUnit.getViews()};Kc.prototype.getOrientation=function(a,c,d){var
e=Ub.SCREEN_ORIENTATION_FULL_SENSOR;a?c===Ha.PORTRAIT?e=d.requestedOrientation===Ub.SCREE
N_ORIENTATION_PORTRAIT?Ub.SCREEN_ORIENTATION_PORTRAIT:d.requestedOrientation===Ub.SCREE
N_ORIENTATION_REVERSE_PORTRAIT?Ub.SCREEN_ORIENTATION_REVERSE_PORTRAIT:
d&&this.getNaturalRotation(d)===cd.ROTATION_0?Ub.SCREEN_ORIENTATION_PORTRAIT:d&&this.getNatur
alRotation(d)===cd.ROTATION_180?Ub.SCREEN_ORIENTATION_REVERSE_PORTRAIT:Ub.SCREEN_ORIE
NTATION_SENSOR_PORTRAIT:c===Ha.LANDSCAPE&&(e=d.requestedOrientation===Ub.SCREEN_ORIENT
ATION_LANDSCAPE?Ub.SCREEN_ORIENTATION_LANDSCAPE:d.requestedOrientation===Ub.SCREEN_OR
IENTATION_REVERSE_LANDSCAPE?Ub.SCREEN_ORIENTATION_REVERSE_LANDSCAPE:d&&this.getNa
turalRotation(d)===cd.ROTATION_90?Ub.SCREEN_ORIENTATION_LANDSCAPE:d&&this.getNaturalRotation(
d)===
cd.ROTATION_270?Ub.SCREEN_ORIENTATION_REVERSE_LANDSCAPE:Ub.SCREEN_ORIENTATION_SE
NSOR_LANDSCAPE):e=c===Ha.PORTRAIT?Ub.SCREEN_ORIENTATION_PORTRAIT:c===Ha.LANDSCAPE
?Ub.SCREEN_ORIENTATION_LANDSCAPE:Ub.SCREEN_ORIENTATION_LOCKED;return
e};Kc.prototype.onCreate=function(a){this._paused=!1;a===this._activityId&&this._handlers.forEach(function(a){ret
u r n
a.onContainerShow()})};Kc.prototype.onRestore=function(a){this._paused=!1;a===this._activityId&&this._handlers.
forEach(function(a){return a.onContainerShow()})};
Kc.prototype.onResume=function(a){this._paused=!1;a===this._activityId&&this._handlers.forEach(function(a){retu
r n
a.onContainerForeground()})};Kc.prototype.onPause=function(a,c){this._paused=!0;this._handlers.forEach(function(
a ) { r e t u r n
a.onContainerBackground()});a&&c===this._activityId&&!this._currentActivityFinished&&(this._currentActivityFi
n i s h e d = ! 0 , t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( a ) { r e t u r n
a.onContainerDestroy()}))};Kc.prototype.onDestroy=function(a,c){a&&c===this._activityId&&!this._currentActivit
yFinished&&
(this._currentActivityFinished=!0,this._handlers.forEach(function(a){return
a . o n C o n t a i n e r D e s t r o y ( ) } ) ) ; t h i s . _ a d s . L i s t e n e r i n s t a n c e o f
Je&&this._ads.Listener.resumeEvents()};Kc.prototype.onFocusGained=function(){this._paused=!1;this._handlers.for
E a c h ( f u n c t i o n ( a ) { r e t u r n
a.onContainerForeground()})};Kc.prototype.onFocusLost=function(){this._paused=!0;this._handlers.forEach(functio
n(a){return a.onContainerBackground()})};Kc.prototype.isHardwareAccelerationAllowed=function(){return
18>this._deviceInfo.getApiLevel()?
!1:!0};Kc.prototype.getNaturalRotation=function(a){switch(a.rotation){case cd.ROTATION_0:return
a.width>a.height?cd.ROTATION_90:cd.ROTATION_0;case cd.ROTATION_90:return
a.width<a.height?cd.ROTATION_180:cd.ROTATION_90;case cd.ROTATION_180:return
a.width>a.height?cd.ROTATION_270:cd.ROTATION_180;case cd.ROTATION_270:return
a.width<a.height?cd.ROTATION_180:cd.ROTATION_270;default:return a.rotation}};var
vk;(function(a){a[a.UNKNOWN=0]='UNKNOWN';a[a.PORTRAIT=1]='PORTRAIT';a[a.PORTRAIT_UPSIDE_DO
WN=2]='PORTRAIT_UPSIDE_DOWN';
a[a.LANDSCAPE_RIGHT=3]='LANDSCAPE_RIGHT';a[a.LANDSCAPE_LEFT=4]='LANDSCAPE_LEFT'})(vk||(
v k = { } ) ) ; v a r
Bh;(function(a){a[a.INTERFACE_ORIENTATION_MASK_PORTRAIT=2]='INTERFACE_ORIENTATION_MAS
K_PORTRAIT';a[a.INTERFACE_ORIENTATION_MASK_LANDSCAPE_LEFT=16]='INTERFACE_ORIENTATI
ON_MASK_LANDSCAPE_LEFT';a[a.INTERFACE_ORIENTATION_MASK_LANDSCAPE_RIGHT=8]='INTER
FACE_ORIENTATION_MASK_LANDSCAPE_RIGHT';a[a.INTERFACE_ORIENTATION_MASK_PORTRAIT_
UPSIDE_DOWN=4]='INTERFACE_ORIENTATION_MASK_PORTRAIT_UPSIDE_DOWN';a[a.INTERFACE_O
RIENTATION_MASK_LANDSCAPE=
24]='INTERFACE_ORIENTATION_MASK_LANDSCAPE';a[a.INTERFACE_ORIENTATION_MASK_ALL=30]
='INTERFACE_ORIENTATION_MASK_ALL';a[a.INTERFACE_ORIENTATION_MASK_ALL_BUT_UPSIDE_
DOWN=26]='INTERFACE_ORIENTATION_MASK_ALL_BUT_UPSIDE_DOWN'})(Bh||(Bh={}));l.inherits(Bb,te
) ; B b . p r o t o t y p e . o p e n = f u n c t i o n ( a , c , d , e , f , g , k , m , h ) { v a r
v=this;this._options=h.display;this._showing=!0;0===c.length&&(c=['webview']);(f=te.getForcedOrientation())?(d=!
1,this._lockedOrientation=f):this._lockedOrientation=e;this._onAppBackgroundObserver=this._focusManager.onApp
Background.subscribe(function(){return v.onAppBackground()});
this._onAppForegroundObserver=this._focusManager.onAppForeground.subscribe(function(){return
v.onAppForeground()});this._core.iOS.Notification.addAVNotificationObserver(Bb._audioSessionInterrupt,['AVAud
ioSessionInterruptionTypeKey','AVAudioSessionInterruptionOptionKey']);this._core.iOS.Notification.addAVNotifica
tionObserver(Bb._audioSessionRouteChange,['AVAudioSessionRouteChangeReasonKey']);this._core.Sdk.logInfo('O
pening '+a.description()+' ad with orientation '+Ha[this._lockedOrientation]);a=!0;
m & & ( a = t h i s . _ o p t i o n s . s t a t u s B a r H i d d e n ) ; r e t u r n
this._ads.iOS.AdUnit.open(c,this.getOrientation(this._options,d,this._lockedOrientation),a,d,g,k)};Bb.prototype.close
=function(){this._showing=!1;Yb('backGroundClose')&&this.unPause();this._focusManager.onAppBackground.unsu
bscribe(this._onAppBackgroundObserver);this._focusManager.onAppForeground.unsubscribe(this._onAppForegroun
dObserver);this._core.iOS.Notification.removeAVNotificationObserver(Bb._audioSessionInterrupt);this._core.iOS.N
otification.removeAVNotificationObserver(Bb._audioSessionRouteChange);
return this._ads.iOS.AdUnit.close()};Bb.prototype.reconfigure=function(a){var c=this,d=[];return
Promise.all([this._deviceInfo.getScreenWidth(),this._deviceInfo.getScreenHeight()]).then(function(e){var
f=l.makeIterator(e);e=f.next().value;f=f.next().value+c._deviceInfo.getStatusBarHeight();switch(a){case
kc.ENDSCREEN:d.push(c._ads.iOS.AdUnit.setViews(['webview']));d.push(c._ads.iOS.AdUnit.setSupportedOrientati
o n s ( B h . I N T E R F A C E _ O R I E N T A T I O N _ M A S K _ A L L ) ) ; b r e a k ; c a s e
kc.ENDSCREEN_WITH_VIDEOPLAYER:d.push(c._ads.iOS.AdUnit.setViews(['videoplayer',
'webview']));d.push(c._ads.iOS.AdUnit.setSupportedOrientations(Bh.INTERFACE_ORIENTATION_MASK_ALL));
break;case kc.LANDSCAPE_VIDEO:d.push(c._ads.iOS.AdUnit.setViewFrame('videoplayer',new tc(0),new tc(0),new
tc(e),new tc(f)));d.push(c._ads.iOS.AdUnit.setTransform(new
tc(1.57079632679)));d.push(c._ads.iOS.AdUnit.setViewFrame('adunit',new tc(0),new tc(0),new tc(e),new
t c ( f ) ) ) ; b r e a k ; c a s e
kc.WEB_PLAYER:d.push(c._ads.iOS.AdUnit.setViews(['webplayer','webview']));d.push(c._ads.iOS.AdUnit.setSupp
ortedOrientations(Bh.INTERFACE_ORIENTATION_MASK_ALL));
break;case kc.PODDING:d.push(c._ads.iOS.AdUnit.setViews(['videoplayer','webview']))}return
Promise.all(d)})};Bb.prototype.reorient=function(a,c){var d=this;return
this._ads.iOS.AdUnit.setShouldAutorotate(a).then(function(){if(d._options)return
d._ads.iOS.AdUnit.setSupportedOrientations(d.getOrientation(d._options,a,c))})};Bb.prototype.isPaused=function(){r
e t u r n
this._paused};Bb.prototype.pause=function(){this._paused=!0};Bb.prototype.unPause=function(){this._paused=!1};B
b.prototype.setViewFrame=function(a,
c,d,e,f){return this._ads.iOS.AdUnit.setViewFrame(a,new tc(c),new tc(d),new tc(e),new
t c ( f ) ) } ; B b . p r o t o t y p e . g e t V i e w s = f u n c t i o n ( ) { r e t u r n
this._ads.iOS.AdUnit.getViews()};Bb.prototype.getOrientation=function(a,c,d){c=a.supportedOrientations;if(d===Ha
. L A N D S C A P E ) s w i t c h ( a . s t a t u s B a r O r i e n t a t i o n ) { c a s e
vk.LANDSCAPE_LEFT:c=Bh.INTERFACE_ORIENTATION_MASK_LANDSCAPE_LEFT;break;case
vk.LANDSCAPE_RIGHT:c=Bh.INTERFACE_ORIENTATION_MASK_LANDSCAPE_RIGHT}else
if(d===Ha.PORTRAIT)switch(a.statusBarOrientation){case vk.PORTRAIT:c=
B h . I N T E R F A C E _ O R I E N T A T I O N _ M A S K _ P O R T R A I T ; b r e a k ; c a s e
vk.PORTRAIT_UPSIDE_DOWN:c=Bh.INTERFACE_ORIENTATION_MASK_PORTRAIT_UPSIDE_DOWN}Yb
('skipOrientationCheck')||(a.supportedOrientations&c)===c||(c=a.supportedOrientations);return
c};Bb.prototype.onViewDidAppear=function(){this._handlers.forEach(function(a){return
a.onContainerShow()})};Bb.prototype.onViewDidDisappear=function(){this._handlers.forEach(function(a){return
a.onContainerDestroy()});this._ads.Listener instanceof Je&&this._ads.Listener.resumeEvents()};
Bb.prototype.onMemoryWarning=function(){this._handlers.forEach(function(a){return
a.onContainerSystemMessage(Zf.MEMORY_WARNING)})};Bb.prototype.onAppBackground=function(){this._paus
e d = ! 0 ; t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( a ) { r e t u r n
a.onContainerBackground()})};Bb.prototype.onAppForeground=function(){this._paused=!1;this._handlers.forEach(fu
n c t i o n ( a ) { r e t u r n
a.onContainerForeground()})};Bb.prototype.onNotification=function(a,c){if(this._showing)switch(a){case
Bb._audioSessionInterrupt:0===c.AVAudioSessionInterruptionTypeKey?
1===c.AVAudioSessionInterruptionOptionKey&&this._handlers.forEach(function(a){return
a.onContainerSystemMessage(Zf.AUDIO_SESSION_INTERRUPT_ENDED)}):1===c.AVAudioSessionInterruption
T y p e K e y & & t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( a ) { r e t u r n
a.onContainerSystemMessage(Zf.AUDIO_SESSION_INTERRUPT_BEGAN)});break;case
Bb._audioSessionRouteChange:3!==c.AVAudioSessionRouteChangeReasonKey?this._handlers.forEach(function(a){
r e t u r n
a.onContainerSystemMessage(Zf.AUDIO_SESSION_ROUTE_CHANGED)}):this._handlers.forEach(function(a){ret
urn a.onContainerSystemMessage(Zf.AUDIO_SESSION_CATEGORY_CHANGED)})}};
Bb._audioSessionInterrupt='AVAudioSessionInterruptionNotification';Bb._audioSessionRouteChange='AVAudioSes
sionRouteChangeNotification';Jd.prototype.show=function(a){var c=this;this._showing=!0;return
this._adUnitContainer.open(this,['webview'],!1,Ha.NONE,!0,this._useTransparency,!0,!1,a).then(function(){var
a = n e w
Promise(function(a){c._donePromiseResolve=a});c._adUnitContainer.addEventHandler(c);c._unityPrivacyView.rend
er();document.body.appendChild(c._unityPrivacyView.container());c._unityPrivacyView.show();
c._privacySDK.isAgeGateEnabled()&&!c._privacyManager.isDeveloperAgeGateActive()?xa.trigger(Fg.AGE_GATE
_SHOW):c._privacySDK.getGamePrivacy().getMethod()===ua.UNITY_CONSENT&&xa.trigger(Fg.CONSENT_S
HOW);if('boolean'===typeof V.get('autoAcceptAgeGate')){var
e=JSON.parse(V.get('autoAcceptAgeGate'));c.handleAutoAgeGate(e)}V.get('autoAcceptConsent')&&(e=JSON.parse
(V.get('autoAcceptConsent')),c.handleAutoConsent(e));return a}).catch(function(a){c._core.Sdk.logWarning('Error
opening Privacy view '+a)})};Jd.prototype.onContainerShow=
function(){};Jd.prototype.onContainerDestroy=function(){var
a=this;this._showing&&(this._showing=!1,this._adUnitContainer.removeEventHandler(this),this._unityPrivacyView.
container().parentElement&&document.body.removeChild(this._unityPrivacyView.container()),setTimeout(function(
){a._donePromiseResolve()},0))};Jd.prototype.onContainerBackground=function(){};Jd.prototype.onContainerForegr
ound=function(){};Jd.prototype.onContainerSystemMessage=function(){};Jd.prototype.onConsent=function(a,c,d){Y
.permissionsEql(a,
Y.PERM_ALL_TRUE)?xa.trigger(Fg.CONSENT_ACCEPT_ALL,a):Y.permissionsEql(a,Y.PERM_ALL_FALSE)?x
a.trigger(Fg.CONSENT_NOT_ACCEPTED,a):xa.trigger(Fg.CONSENT_PARTIALLY_ACCEPTED,a);this._privacy
Manager.updateUserPrivacy(a,d,c,{layout:this._landingPage})};Jd.prototype.onClose=function(){var
a=this;this._adUnitContainer.close().then(function(){if(a._platform!==t.IOS)a.onContainerDestroy()})};Jd.prototype.
onAgeGateDisagree=function(){this._privacyManager.setUsersAgeGateChoice(ye.NO,bf.USER);this._privacyManag
er.updateUserPrivacy({gameExp:!1,
a d s : ! 1 , e x t e r n a l : ! 1 , d a t a L e a v e s T e r r i t o r y : t h i s . i s P i p l ? ! 1 : v o i d
0},Ld.USER,yd.AGE_GATE_DISAGREE,{layout:se.AGE_GATE})};Jd.prototype.onAgeGateAgree=function(){this
._privacyManager.setUsersAgeGateChoice(ye.YES,bf.USER);this._privacySDK.getGamePrivacy().getMethod()===u
a.UNITY_CONSENT?this._unityPrivacyView.showPage(this.isPipl?se.MY_CHOICES:se.HOMEPAGE):this._unity
PrivacyView.closeAgeGateWithAgreeAnimation()};Jd.prototype.onPrivacy=function(a){this._platform===t.IOS?this
._core.iOS.UrlScheme.open(a):this._platform===
t.ANDROID&&this._core.Android.Intent.launch({action:'android.intent.action.VIEW',uri:a})};Jd.prototype.handleAu
toAgeGate=function(a){var c=this;setTimeout(function(){c._core.Sdk.logInfo('setting autoAcceptAgeGate based on
'+a);c._unityPrivacyView.testAutoAgeGate(a)},3E3)};Jd.prototype.handleAutoConsent=function(a){var
c=this;setTimeout(function(){a.hasOwnProperty('ads')&&(c._core.Sdk.logInfo('setting autoAcceptConsent with
Personalized Consent based on '+JSON.stringify(a)),c._unityPrivacyView.testAutoConsent(a))},
3E3)};Jd.prototype.description=function(){return'Privacy'};l.global.Object.defineProperties(Jd.prototype,{isPipl:{con
figurable:!0,enumerable:!0,get:function(){var a,c;return!(null===(c=null===(a=ab.getState().config)||void
0 = = = a ? v o i d 0 : a . p i p l ) | | v o i d 0 = = = c | | ! c . a p p l i e s ) } } } ) ; v a r
gt=['mediationFee','winPrice','rs','meta','hbMeta'],qa;(function(a){a.LOW='low priority';a.MEDIUM='medium
p r i o r i t y ' ; a . H I G H = ' h i g h
priority'})(qa||(qa={}));l.inherits(ma,Error);ma.prototype.addSubCampaignError=function(a){this._subCampaignError
s.push(a)};
m a . p r o t o t y p e . g e t A l l C a m p a i g n E r r o r s = f u n c t i o n ( ) { f o r ( v a r
a=[this],c=l.makeIterator(this.getSubCampaignErrors()),d=c.next();!d.done;d=c.next())a=a.concat(d.value.getAllCam
paignErrors());return a};ma.prototype.getSubCampaignErrors=function(){return this._subCampaignErrors};var
P;(function(a){a[a.XML_PARSER_ERROR=100]='XML_PARSER_ERROR';a[a.SCHEMA_VAL_ERROR=101]='
SCHEMA_VAL_ERROR';a[a.VERSION_UNSUPPORTED=102]='VERSION_UNSUPPORTED';a[a.FORMAT_U
NSUPPORTED=200]='FORMAT_UNSUPPORTED';a[a.DURATION_UNSUPPORTED=
202]='DURATION_UNSUPPORTED';a[a.SIZE_UNSUPPORTED=203]='SIZE_UNSUPPORTED';a[a.WRAPPER_
GENERAL_ERROR=300]='WRAPPER_GENERAL_ERROR';a[a.WRAPPER_URI_TIMEOUT=301]='WRAPPER
_URI_TIMEOUT';a[a.WRAPPER_DEPTH_LIMIT_REACHED=302]='WRAPPER_DEPTH_LIMIT_REACHED';a[
a.WRAPPER_NO_ADS_FOUND=303]='WRAPPER_NO_ADS_FOUND';a[a.LINEAR_UNABLE_TO_PLAY=400
]='LINEAR_UNABLE_TO_PLAY';a[a.MEDIA_FILE_URL_NOT_FOUND=401]='MEDIA_FILE_URL_NOT_FO
UND';a[a.MEDIA_FILE_TIMEOUT=402]='MEDIA_FILE_TIMEOUT';a[a.MEDIA_FILE_UNSUPPORTED=403]=
'MEDIA_FILE_UNSUPPORTED';
a[a.MEDIA_FILE_UNSUPPORTED_IOS=404]='MEDIA_FILE_UNSUPPORTED_IOS';a[a.MEDIA_FILE_PLAY_
ERROR=405]='MEDIA_FILE_PLAY_ERROR';a[a.MEDIA_FILE_NO_CLICKTHROUGH_URL=499]='MEDIA_F
ILE_NO_CLICKTHROUGH_URL';a[a.COMPANION_GENERAL_ERROR=600]='COMPANION_GENERAL_ER
ROR';a[a.COMPANION_SIZE_UNSUPPORTED=601]='COMPANION_SIZE_UNSUPPORTED';a[a.COMPANIO
N_UNABLE_TO_DISPLAY=602]='COMPANION_UNABLE_TO_DISPLAY';a[a.COMPANION_UNABLE_TO_
FETCH=603]='COMPANION_UNABLE_TO_FETCH';a[a.COMPANION_RESOURCE_NOT_FOUND=604]='CO
MPANION_RESOURCE_NOT_FOUND';
a[a.COMPANION_NO_CLICKTHROUGH=699]='COMPANION_NO_CLICKTHROUGH';a[a.UNDEFINED_ERR
OR=900]='UNDEFINED_ERROR';a[a.GENERAL_VPAID_ERROR=901]='GENERAL_VPAID_ERROR';a[a.INV
ALID_URL_ERROR=998]='INVALID_URL_ERROR';a[a.UNKNOWN_ERROR=999]='UNKNOWN_ERROR'})(P
||(P={}));xo.prototype.handleCampaignError=function(a){a=a.getAllCampaignErrors();a=l.makeIterator(a);for(var
c = a . n e x t ( ) ; ! c . d o n e ; c = a . n e x t ( ) ) { c = c . v a l u e ; f o r ( v a r
d=l.makeIterator(c.errorTrackingUrls),e=d.next();!e.done;e=d.next())e=this.formatVASTErrorURL(e.value,
c.errorCode?c.errorCode:P.UNDEFINED_ERROR,c.assetUrl),this._request.get(e,[])}return
Promise.resolve()};xo.prototype.formatVASTErrorURL=function(a,c,d){a=a.replace(/\[ERRORCODE\]|%5BERROR
CODE%5D/gi,c.toString());d&&(a=a.replace(/\[ASSETURI\]|%5BASSETURI%5D/gi,E.encodeParam(d)));return
a } ; v a r
da;(function(a){a.ProgrammaticVast='programmatic/vast';a.ProgrammaticMraid='programmatic/mraid';a.Programmati
cMraidUrl='programmatic/mraid-url';a.ProgrammaticVpaid='programmatic/vast-
vpaid'})(da||(da={}));tq.prototype.handleCampaignError=
function(){return Promise.resolve()};um.getCampaignErrorHandler=function(a,c,d){switch(a){case
da.ProgrammaticVast:return new xo(c,d);default:return new
tq}};l.inherits(xb,sa);xb.prototype.getPlacementId=function(){return
this.get('placementId')};xb.prototype.setPlacementId=function(a){this.set('placementId',a)};xb.prototype.getCurrentCa
mpaigns=function(){return this.get('currentCampaigns')};xb.prototype.getCurrentTrackingUrls=function(){return
this.get('currentTrackingUrls')};xb.prototype.setCurrentTrackingUrls=
function(a){this.set('currentTrackingUrls',a)};xb.prototype.getCurrentCampaignsCount=function(){return
this.getCurrentCampaigns().length};xb.prototype.getCampaignByIndex=function(a){var
c=this.getCurrentCampaigns();if(c&&c.length>=a)return c[a]};xb.prototype.getTrackingUrlsByIndex=function(a){var
c = t h i s . g e t C u r r e n t T r a c k i n g U r l s ( ) ; i f ( c & & c . l e n g t h > = a ) r e t u r n
c[a]};xb.prototype.areCurrentCampaignsNotEmpty=function(){return
0<this.getCurrentCampaignsCount()};xb.prototype.getExpiredCampaigns=function(){return
this._expiredCampaigns};
x b . p r o t o t y p e . i s E x p i r e d = f u n c t i o n ( ) { r e t u r n
0!==this.getExpiredCampaigns().length};xb.prototype.setIsLoadEnabled=function(a){this.areCurrentCampaignsNotE
mpty()&&this.getCurrentCampaigns().forEach(function(c){c.setIsLoadEnabled(a)});this.set('isLoadEnabled',a)};xb.pr
ototype.setTrackingUrlsAggregate=function(a){if(this.areCurrentCampaignsNotEmpty()){var
c=this.getCurrentCampaigns();a&&a.length<=this.getCurrentCampaignsCount()&&a.forEach(function(a,e){c[e].setT
rackingUrls(a)})}};xb.prototype.getRequiredAssets=
function(){return[]};xb.prototype.getOptionalAssets=function(){return[]};xb.prototype.getCampaignsWithConnection
N e e d e d = f u n c t i o n ( ) { r e t u r n
this._campaignsWithConnectionNeeded};xb.prototype.isConnectionNeeded=function(){return
0!==this.getCampaignsWithConnectionNeeded().length};xb.prototype.getDTO=function(){return{placementId:this.g
etPlacementId(),currentCampaigns:this.getCurrentCampaigns(),currentTrackingUrls:this.getCurrentTrackingUrls()}};
wo.createCampaignAggregate=function(a,c,d){if(!c.length)return Promise.resolve(void 0);
v a r
e=c[0];e={id:e.id,willExpireAt:e.getWillExpireAt(),contentType:e.getContentType(),adType:e.getAdType(),correlatio
nId:e.getCorrelationId(),creativeId:e.getCreativeId(),seatId:e.getSeatId(),meta:e.getMeta(),session:e.getSession(),medi
aId:e.getMediaId(),trackingUrls:e.getTrackingUrls(),isLoadEnabled:e.isLoadEnabled(),skadn:e.getSkAdn(),reused:!1}
;a=Object.assign(Object.assign({},e),{placementId:a,currentCampaigns:c,currentTrackingUrls:d});return
Promise.resolve(new xb(a))};re.NoFillDelayInSeconds=
3600;re.ErrorRefillDelayInSeconds=3600;re.ParsingErrorRefillDelayInSeconds=60;l.inherits(Xd,R);Xd.prototype.get
PlacementId=function(){return this.get('placementId')};Xd.prototype.getMediaId=function(){return
this.get('mediaId')};Xd.prototype.getTrackingUrls=function(){return
this.get('trackingUrls')};Xd.prototype.getDTO=function(){return{placementId:this.getPlacementId(),mediaId:this.get
M e d i a I d ( ) , t r a c k i n g U r l s : t h i s . g e t T r a c k i n g U r l s ( ) } } ; v a r
Md;(function(a){a[a.NORMAL=0]='NORMAL';a[a.FREQUENCY_CAP_REACHED=
999]='FREQUENCY_CAP_REACHED'})(Md||(Md={}));l.inherits(va,R);va.prototype.setAdUnitID=function(a){this.
getContentType()!==Sf.ContentType||a?this.set('adUnitID',a):(n.reportScarMetric(I.ScarNoAdUnitID),this.set('adUnit
ID',''))};va.prototype.setQueryID=function(a){this.getContentType()!==Sf.ContentType||a?this.set('queryId',a):(n.repo
rtScarMetric(I.ScarNoQueryID),this.set('queryId',''))};va.prototype.setVideoLength=function(a){this.getContentType(
)!==Sf.ContentType||a&&0!==a?this.set('videoLength',
a):(n.reportScarMetric(I.ScarNoVideoLength),this.set('videoLength',15E3))};va.prototype.getPlacements=function(){r
eturn this.get('placements')};va.prototype.getContentType=function(){return
this.get('contentType')};va.prototype.getContent=function(){return
this.get('content')};va.prototype.getJsonContent=function(){return
Yc.parse(this.getContent())};va.prototype.getCacheTTL=function(){return
this.get('cacheTTL')};va.prototype.getTrackingUrls=function(){return
this.get('trackingUrls')};va.prototype.getAdType=
function(){return this.get('adType')};va.prototype.getCreativeId=function(){return
this.get('creativeId')};va.prototype.getSeatId=function(){return
this.get('seatId')};va.prototype.getCorrelationId=function(){return
this.get('correlationId')};va.prototype.getAdvertiserCampaignId=function(){return
this.get('campaignId')};va.prototype.getAdvertiserBundleId=function(){return
this.get('bundleId')};va.prototype.getUseWebViewUserAgentForTracking=function(){return
this.get('useWebViewUserAgentForTracking')};
va.prototype.getMediaId=function(){return this.get('mediaId')};va.prototype.getWidth=function(){return
t h i s . g e t ( ' w i d t h ' ) } ; v a . p r o t o t y p e . g e t H e i g h t = f u n c t i o n ( ) { r e t u r n
this.get('height')};va.prototype.getStatusCode=function(){return
this.get('statusCode')};va.prototype.isAdmobOMEnabled=function(){return
this.get('isOMEnabled')};va.prototype.shouldMuteByDefault=function(){return
this.get('shouldMuteByDefault')};va.prototype.isCustomCloseEnabled=function(){return
this.get('isCustomCloseEnabled')};va.prototype.getSkadn=
function(){return this.get('skadn')};va.prototype.getAdUnitID=function(){return
this.get('adUnitID')};va.prototype.getVideoLength=function(){return
this.get('videoLength')};va.prototype.getQueryId=function(){return
this.get('queryId')};va.prototype.getDTO=function(){return{placements:this.getPlacements(),contentType:this.getCon
tentType(),content:this.getContent(),cacheTTL:this.getCacheTTL(),trackingUrls:this.getTrackingUrls(),adType:this.g
etAdType(),creativeId:this.getCreativeId(),seatId:this.getSeatId(),
correlationId:this.getCorrelationId(),useWebViewUserAgentForTracking:this.getUseWebViewUserAgentForTracking
(),mediaId:this.getMediaId(),isCustomCloseEnabled:this.isCustomCloseEnabled(),skadn:this.getSkadn(),adUnitId:this
.getAdUnitID(),videoLength:this.getVideoLength(),queryId:this.getQueryId()}};Se.create=function(a,c){var
d=a.isOptOutRecorded();if(d){var e=a.getUserPrivacy();a=e.getMethod();e=e.getPermissions()}else
switch(a=a.getGamePrivacy().getMethod(),a){case ua.UNITY_CONSENT:e=Y.PERM_ALL_FALSE;
break;case ua.LEGITIMATE_INTEREST:e=Y.PERM_ALL_FALSE;break;case
u a . D E V E L O P E R _ C O N S E N T : e = Y . P E R M _ A L L _ F A L S E ; b r e a k ; c a s e
ua.DEFAULT:e=Y.PERM_ALL_TRUE;break;default:e=Y.PERM_ALL_FALSE}c&&(e=Y.PERM_ALL_FALSE);r
eturn{method:a,firstRequest:!d,permissions:{ads:e.ads,external:e.external,gameExp:e.gameExp,dataLeavesTerritory:e
.dataLeavesTerritory}}};Se.createLegacy=function(a){return{gdprEnabled:a.isGDPREnabled(),optOutRecorded:a.is
OptOutRecorded(),optOutEnabled:a.isOptOutEnabled()}};Rh.constructTrackingUrls=
function(a,c){var d={},e=c.params||{},f=c.events||{};Object.keys(f).forEach(function(c){var g=f[c]||{};if(void
0 ! = = g . u r l I n d i c e s ) { v a r
m=Object.assign(Object.assign({},g.params),e),h={};Object.keys(m).forEach(function(a){h['{{'+a+'}}']=m[a]});g.url
Indices.forEach(function(e){0<=e&&e<a.length?(e=a[e],d[c]=[].concat(l.arrayFromIterable(d[c]||[]),[xf.replaceMacro
(e,h)])):n.reportMetricEvent(Dg.TrackingIndicesOutOfBounds)})}});return
d } ; R h . d e t e r m i n e P l a c e m e n t F i l l = f u n c t i o n ( a , c ) { v a r
d=this,e=0,f=[],g={};Object.keys(c).forEach(function(k){if(!c[k].isBannerPlacement()){var m=
a.placements[k];if(m){if(m.mediaId)var h=a.placements[k].mediaId;if(m.tracking)var
r=a.placements[k].tracking}h&&r?(r=d.constructTrackingUrls(a.trackingTemplates,r),k=new Xd(k,h,r),void
0===g[h]&&(g[h]=[]),g[h].push(k)):(f.push(k),e=3600)}});Object.keys(g).forEach(function(c){var
d=a.media[c].contentType;c=a.media[c].cacheTTL?a.media[c].cacheTTL:3600;d&&'comet/campaign'!==d&&'undefi
n e d ' ! = = t y p e o f
c&&0<c&&(c<e||0===e)&&(e=c)});return{refreshDelay:e,unfilledPlacementIds:f,campaigns:g}};Rh.parse=function(
a,
c){try{var d=Yc.parse(a)}catch(v){throw n.reportMetricEvent(Dg.FailedToParse),Error('Failed to parse
IRawAuctionV6Response '+v.message);}a=d.auctionId;if(!a)throw
n.reportMetricEvent(Dg.AuctionIdMissing),Error('No auction ID found');if(!d.placements)throw
n.reportMetricEvent(Dg.PlacementsMissing),Error('No placements found');var
e = M d . N O R M A L ; d . s t a t u s C o d e & & ( e = d . s t a t u s C o d e ) ; v a r
f=this.determinePlacementFill(d,c),g=f.campaigns;c=f.unfilledPlacementIds;f=f.refreshDelay;var
k=hl(d.placements),m=[];Object.keys(g).forEach(function(a){try{m.push(new va(g[a],
d . m e d i a [ a ] , a , d . c o r r e l a t i o n I d , e ) ) } c a t c h ( r ) { t h r o w
n.reportMetricEvent(Dg.FailedCreatingAuctionResponse),Error('Failure creating Auction
Response'+r.message);}});return{auctionId:a,refreshDelay:f,auctionStatusCode:e,auctionResponses:m,unfilledPlacem
entIds:c,placementsPersistentData:k}};l.inherits(Uj,y);Uj.prototype.getMetaData=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'getMetaData',[a,c])};Uj.prototype.getCacheDirectoryType=functi
on(){return this._nativeBridge.invoke(this._fullApiClassName,
'getCacheDirectoryType')};Uj.prototype.getCacheDirectoryExists=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getCacheDirectoryExists')};Uj.prototype.recreateCacheDirectory=
f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'recreateCacheDirectory')};l.inherits(vo,y);vo.prototype.getVideoI
nfo=function(a){return this._nativeBridge.invoke(this._fullApiClassName,'getVideoInfo',[a])};var
Vb;(function(a){a[a.FILE_IO_ERROR=0]='FILE_IO_ERROR';a[a.FILE_NOT_FOUND=1]='FILE_NOT_FOUND';
a[a.FILE_ALREADY_CACHING=2]='FILE_ALREADY_CACHING';a[a.NOT_CACHING=3]='NOT_CACHING';
a[a.JSON_ERROR=4]='JSON_ERROR';a[a.NO_INTERNET=5]='NO_INTERNET';a[a.MALFORMED_URL=6]='
MALFORMED_URL';a[a.NETWORK_ERROR=7]='NETWORK_ERROR';a[a.ILLEGAL_STATE=8]='ILLEGAL_
STATE';a[a.INVALID_ARGUMENT=9]='INVALID_ARGUMENT';a[a.UNKNOWN_ERROR=10]='UNKNOWN_
E R R O R ' } ) ( V b | | ( V b = { } ) ) ; v a r
Gf;(function(a){a[a.DOWNLOAD_STARTED=0]='DOWNLOAD_STARTED';a[a.DOWNLOAD_PROGRESS=1]='
DOWNLOAD_PROGRESS';a[a.DOWNLOAD_END=2]='DOWNLOAD_END';a[a.DOWNLOAD_STOPPED=
3]='DOWNLOAD_STOPPED';a[a.DOWNLOAD_ERROR=4]='DOWNLOAD_ERROR'})(Gf||(Gf={}));l.inherits(M
c , y ) ; M c . p r o t o t y p e . d o w n l o a d = f u n c t i o n ( a , c , d , e ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'download',[a,c,d,e])};Mc.prototype.stop=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'stop')};Mc.prototype.isCaching=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'isCaching')};Mc.prototype.getFiles=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getFiles')};
M c . p r o t o t y p e . g e t F i l e I n f o = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getFileInfo',[a])};Mc.prototype.getFilePath=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'getFilePath',[a])};Mc.prototype.getHash=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'getHash',[a])};Mc.prototype.deleteFile=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'deleteFile',[a])};Mc.prototype.setProgressInterval=function(a){ret
urn this._nativeBridge.invoke(this._fullApiClassName,
'setProgressInterval',[a])};Mc.prototype.setTimeouts=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'setTimeouts',[a,c])};Mc.prototype.getTimeouts=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getTimeouts')};Mc.prototype.getFreeSpace=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getFreeSpace')};Mc.prototype.getTotalSpace=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getTotalSpace')};Mc.prototype.getFileContent=
f u n c t i o n ( a , c ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getFileContent',[a,c])};Mc.prototype.setFileContent=function(a,c,
d ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setFileContent',[a,c,d])};Mc.prototype.handleEvent=function(a,c){
switch(a){case Gf[Gf.DOWNLOAD_STARTED]:this.onDownloadStarted.trigger(c[0],c[1],c[2],c[3],c[4]);break;case
Gf[Gf.DOWNLOAD_PROGRESS]:this.onDownloadProgress.trigger(c[0],c[1],c[2]);break;case
Gf[Gf.DOWNLOAD_END]:this.onDownloadEnd.trigger(c[0],
c [ 1 ] , c [ 2 ] , c [ 3 ] , c [ 4 ] , c [ 5 ] ) ; b r e a k ; c a s e
Gf[Gf.DOWNLOAD_STOPPED]:this.onDownloadStopped.trigger(c[0],c[1],c[2],c[3],c[4],c[5]);break;case
Gf[Gf.DOWNLOAD_ERROR]:this.onDownloadError.trigger(c[0],c[1],c[2]);break;default:y.prototype.handleEvent.c
all(this,a,c)}};cc.getFileId=function(a,c){var d=this;if(a in this._fileIds)return Promise.resolve(this._fileIds[a]);-
1!==a.indexOf('?')&&(a=a.split('?')[0]);var e,f=a,g=a.split('/');1<g.length&&(f=g[g.length-
1]);f=f.split('.');1<f.length&&(e=f[f.length-1]);return c.getHash(a).then(function(c){return e?
d._fileIds[a]=c+'.'+e:d._fileIds[a]=c})};cc.getFileIdHash=function(a){return
a.split('.',2)[0]};cc.getFileIdExtension=function(a){return a.split('.',2)[1]};cc.getFileUrl=function(a,c){return
c.getFilePath(a).then(function(a){return'file://'+a})};cc.setFileID=function(a,c){this._fileIds[a]=c};cc._fileIds={};tm.
getFileInfo=function(a,c){return a.getFileInfo(c).catch(function(){return Promise.resolve(void
0)})};tm.isCached=function(a,c,d){var e=this;return cc.getFileId(d,a).then(function(d){return e.getFileInfo(a,
d).then(function(a){return a&&a.found&&0<a.size?c.getFileInfo(d).then(function(a){return
a.fullyDownloaded}).catch(function(){return!1}):!1})})};var
Va;(function(a){a[a.OK=0]='OK';a[a.STOPPED=1]='STOPPED';a[a.FAILED=2]='FAILED'})(Va||(Va={}));Za.proto
t y p e . c a c h e = f u n c t i o n ( a ) { v a r c = t h i s ; r e t u r n
Promise.all([tm.isCached(this._core.Cache,this._cacheBookkeeping,a),cc.getFileId(a,this._core.Cache)]).then(functio
n(d){var e=l.makeIterator(d);d=e.next().value;e=e.next().value;if(d)return Promise.resolve([Va.OK,
e]);d=c.registerCallback(a,e,c._paused);c._paused||c.downloadFile(a,e);return
d}).then(function(a){a=l.makeIterator(a);var d=a.next().value,f=a.next().value;if(d===Va.OK)return
cc.getFileUrl(f,c._core.Cache).then(function(a){return[f,a]});throw d;}).catch(function(a){throw
a;})};Za.prototype.stop=function(){var a=!1,c;for(c in this._callbacks)if(this._callbacks.hasOwnProperty(c)){var
d=this._callbacks[c];d.networkRetry||d.paused?this.fulfillCallback(c,Va.STOPPED):a=!0}a&&this._core.Cache.stop()
};
Za.prototype.isPaused=function(){return this._paused};Za.prototype.getFreeSpace=function(){return
this._core.Cache.getFreeSpace().then(function(a){return a})};Za.prototype.getHeaders=function(a){var
c=[];a&&a.found&&0<a.size&&c.push(['Range','bytes='+a.size+'-']);return
c } ; Z a . p r o t o t y p e . d o w n l o a d F i l e = f u n c t i o n ( a , c ) { v a r
d=this;this._currentUrl=a;tm.getFileInfo(this._core.Cache,c).then(function(e){var
f=!1,g=d.getHeaders(e);e&&e.found&&0<e.size&&(f=!0);'file://'===a.substring(0,7)?d.fulfillCallback(a,
Va.FAILED):d._core.Cache.download(a,c,g,f).catch(function(e){var f=d._callbacks[a];if(f)switch(e){case
Vb[Vb.FILE_ALREADY_CACHING]:d._core.Sdk.logError('Unity Ads cache error: attempted to add second
download from '+a+' to '+c);d.fulfillCallback(a,Va.FAILED);break;case
Vb[Vb.NO_INTERNET]:d.handleRetry(f,a,Vb[Vb.NO_INTERNET]);break;default:d.fulfillCallback(a,Va.FAILED)}
})})};Za.prototype.registerCallback=function(a,c,d,e){var f=this;return new
Promise(function(g,k){f._callbacks[a]={fileId:c,networkRetry:!1,
retryCount:0,networkRetryCount:0,paused:d,startTimestamp:0,contentLength:0,resolve:g,reject:k,originalUrl:e}})};Z
a.prototype.fulfillCallback=function(a,c){var d=this._callbacks[a],e=d.originalUrl?this._callbacks[d.originalUrl]:void
0;c===Va.FAILED?(d.reject(Va.FAILED),e&&e.reject(Va.FAILED)):(d.resolve([c,d.fileId]),e&&e.resolve([c,e.fileI
d]));d.originalUrl&&delete this._callbacks[d.originalUrl];delete
this._callbacks[a]};Za.prototype.onDownloadStarted=function(a,c,d,e,f){this.updateProgress(0,!1);
if(a=this._callbacks[a])a.startTimestamp=Date.now(),a.contentLength=d,this.onStart.trigger(Za.getCacheEvent(a),c),0
===c&&this._cacheBookkeeping.writeFileEntry(a.fileId,this._cacheBookkeeping.createFileInfo(!1,c,d,cc.getFileIdEx
tension(a.fileId))),d>this._maxFileSize&&(this._core.Cache.stop(),this.onTooLargeFile.trigger(Za.getCacheEvent(a),
c,d,e,f))};Za.prototype.onDownloadProgress=function(a,c,d){this.updateProgress(c,!1);this._core.Sdk.logDebug('Cac
he progress for "'+a+'": '+Math.round(c/d*100)+
'%')};Za.prototype.onDownloadEnd=function(a,c,d,e,f,g){this.updateProgress(c,!0);0<e&&n.reportTimingEvent(Bl.C
acheSpeed,c/e/1024);if(e=this._callbacks[a])if(H.AllowedResponseCodes.exec(f.toString()))this._cacheBookkeeping.
writeFileEntry(e.fileId,this._cacheBookkeeping.createFileInfo(!0,c,d,cc.getFileIdExtension(e.fileId))),this.fulfillCallb
ack(a,Va.OK),this.onFinish.trigger(Za.getCacheEvent(e));else{if(H.RedirectResponseCodes.exec(f.toString())){this.o
nRedirect.trigger(Za.getCacheEvent(e));this._cacheBookkeeping.removeFileEntry(e.fileId);
t h i s . _ c o r e . C a c h e . d e l e t e F i l e ( e . f i l e I d ) ; v a r
k=H.getHeader(g,'location');if(k){c=e.fileId;e.originalUrl&&(c=this._callbacks[e.originalUrl].fileId,a=e.originalUrl);t
his.registerCallback(k,c,!1,a);this.downloadFile(k,c);return}}else
if(416===f){this.onFinishError.trigger(Za.getCacheEvent(e),c,d,f,g);this.handleRequestRangeError(e,a);return}this.o
nFinishError.trigger(Za.getCacheEvent(e),c,d,f,g);this._cacheBookkeeping.removeFileEntry(e.fileId);0<c&&this._cor
e.Cache.deleteFile(e.fileId);this.fulfillCallback(a,
Va.FAILED)}};Za.prototype.onDownloadStopped=function(a,c,d){this.updateProgress(c,!0);var
e=this._callbacks[a];e&&(this._cacheBookkeeping.writeFileEntry(e.fileId,this._cacheBookkeeping.createFileInfo(!1,c
,d,cc.getFileIdExtension(e.fileId))),this.onStop.trigger(Za.getCacheEvent(e)),e.contentLength>this._maxFileSize?this.
fulfillCallback(a,Va.FAILED):e.paused||this.fulfillCallback(a,Va.STOPPED))};Za.prototype.onDownloadError=funct
ion(a,c,d){var e=this._callbacks[c];if(e)switch(this.onError.trigger(Za.getCacheEvent(e),
c,d),a){case Vb[Vb.NETWORK_ERROR]:this.handleRetry(e,c,a);break;case
V b [ V b . N O _ I N T E R N E T ] : t h i s . h a n d l e R e t r y ( e , c , a ) ; b r e a k ; c a s e
Vb[Vb.UNKNOWN_ERROR]:this.fulfillCallback(c,Va.FAILED);break;default:this.fulfillCallback(c,Va.FAILED)}};
Z a . p r o t o t y p e . h a n d l e R e t r y = f u n c t i o n ( a , c ) { v a r
d=this;a.retryCount<this._maxRetries?(a.retryCount++,a.networkRetry=!0,setTimeout(function(){var
a=d._callbacks[c];a&&a.networkRetry&&(a.networkRetry=!1,d.downloadFile(c,a.fileId))},this._retryDelay)):a.netwo
rkRetryCount<this._maxRetries?
(a.networkRetryCount++,a.networkRetry=!0):this.fulfillCallback(c,Va.FAILED)};Za.prototype.handleRequestRange
E r r o r = f u n c t i o n ( a , c ) { v a r
d=this;Promise.all([this._core.Cache.getFileInfo(a.fileId),this._request.head(c)]).then(function(e){var
f=l.makeIterator(e);e=f.next().value;f=f.next().value;var g=H.getHeader(f.headers,'Content-
Length');200===f.responseCode&&e.found&&g&&e.size===parseInt(g,10)&&0<e.size?(d._cacheBookkeeping.writ
eFileEntry(a.fileId,d._cacheBookkeeping.createFileInfo(!0,e.size,e.size,
cc.getFileIdExtension(a.fileId))),d.fulfillCallback(c,Va.OK)):(d._cacheBookkeeping.removeFileEntry(a.fileId),e.foun
d&&d._core.Cache.deleteFile(a.fileId),d.fulfillCallback(c,Va.FAILED))}).catch(function(){d._cacheBookkeeping.re
moveFileEntry(a.fileId);d.fulfillCallback(c,Va.FAILED)})};Za.prototype.onNetworkConnected=function(){for(var a
in this._callbacks)if(this._callbacks.hasOwnProperty(a)){var
c=this._callbacks[a];c.networkRetry&&(c.networkRetry=!1,this.downloadFile(a,c.fileId))}};Za.prototype.pause=
function(a){if(a!==this._paused)if(this._paused=a){var c=!1;for(d in
this._callbacks)this._callbacks.hasOwnProperty(d)&&(a=this._callbacks[d],a.paused=!0,a.networkRetry||(c=!0));c&&
this._core.Cache.stop()}else for(c in this._callbacks)if(this._callbacks.hasOwnProperty(c)){var
d=this._callbacks[c];d.paused&&(d.paused=!1,this.downloadFile(c,d.fileId))}};Za.prototype.onStorageSet=function(a
, c ) { a = ! 1 ; c & & c . c a c h i n g & & c . c a c h i n g . p a u s e & & ' v a l u e ' i n
c.caching.pause&&(this.pause(c.caching.pause.value),a=!0);a&&
(this._core.Storage.delete(B.PUBLIC,'caching.pause'),this._core.Storage.write(B.PUBLIC))};Za.prototype.updateProg
ress=function(a,c){var d=a-this._currentDownloadPosition,e=Date.now()-
(this._lastProgressEvent||0);0<a&&102400<d&&512<d/e&&!this._fastConnectionDetected&&(this._fastConnection
Detected=!0,this.onFastConnectionDetected.trigger());c?(this._currentDownloadPosition=0,this._fastConnectionDetec
ted=!1):(this._currentDownloadPosition=a,this._lastProgressEvent=Date.now())};Za.getCacheEvent=function(a){retu
rn{fileId:a.fileId,
startTimestamp:a.startTimestamp,contentLength:a.contentLength}};Vc.prototype.start=function(){this._started||(this._
startTime=window.performance.now(),this._started=!0)};Vc.prototype.stop=function(){this._started&&(this._totalTi
m e + = w i n d o w . p e r f o r m a n c e . n o w ( ) -
this._startTime,this._started=!1)};Vc.prototype.stopAndSend=function(a,c){this.stop();this.send(a,c)};Vc.prototype.re
set=function(){this._totalTime=this._startTime=0;this._started=!1};Vc.prototype.send=function(a,c){n.reportTimingE
ventWithTags(a,
this._totalTime,c)};l.inherits(Id,Rb);Id.prototype.getDescription=function(){return'IMAGE'};var
tb={},mi=(tb[P.XML_PARSER_ERROR]='VAST xml parsing error',tb[P.SCHEMA_VAL_ERROR]='VAST schema
validation error',tb[P.VERSION_UNSUPPORTED]='VAST version
U n s u p p o r t e d ' , t b [ P . F O R M A T _ U N S U P P O R T E D ] = ' V A S T f o r m a t
unsupported',tb[P.DURATION_UNSUPPORTED]='VAST linear creative is missing valid
duration',tb[P.SIZE_UNSUPPORTED]='VAST size unsupported',tb[P.WRAPPER_GENERAL_ERROR]='Wrapper
ad request failed',tb[P.WRAPPER_URI_TIMEOUT]=
'Wrapper ad request timed out',tb[P.WRAPPER_DEPTH_LIMIT_REACHED]='Wrapper depth
exceeded',tb[P.WRAPPER_NO_ADS_FOUND]='No ads found in Wrapper
response',tb[P.LINEAR_UNABLE_TO_PLAY]='General error from Linear
Ad',tb[P.MEDIA_FILE_URL_NOT_FOUND]='No video URL found for
VAST',tb[P.MEDIA_FILE_TIMEOUT]='Media file URI timed out',tb[P.MEDIA_FILE_UNSUPPORTED]='No
Media file found supported in Video Player',tb[P.MEDIA_FILE_UNSUPPORTED_IOS]='Campaign video url needs
to be https for iOS',tb[P.MEDIA_FILE_PLAY_ERROR]=
'Problem displaying Media file',tb[P.MEDIA_FILE_NO_CLICKTHROUGH_URL]='Media file is missing valid
ClickThrough URL',tb[P.COMPANION_GENERAL_ERROR]='General error from Companion
Ad',tb[P.COMPANION_SIZE_UNSUPPORTED]='Companion creative size
unsupported',tb[P.COMPANION_UNABLE_TO_DISPLAY]='Companion unable to
display',tb[P.COMPANION_UNABLE_TO_FETCH]='Unable to fetch Companion
resource',tb[P.COMPANION_RESOURCE_NOT_FOUND]='Supported Companion resource not
found',tb[P.COMPANION_NO_CLICKTHROUGH]='Companion is missing valid ClickThrough URL',
tb[P.UNDEFINED_ERROR]='Undefined Error',tb[P.GENERAL_VPAID_ERROR]='General VPAID
error',tb[P.INVALID_URL_ERROR]='Provided URL is invalid',tb[P.UNKNOWN_ERROR]='Unknown
Error',tb),Fp;(function(a){a.Vast='vast';a.Vpaid='vpaid'})(Fp||(Fp={}));var
wk;(function(a){a.VideoMp4='video/mp4';a.ApplicationJavascript='application/javascript'})(wk||(wk={}));l.inherits(
mb,R);mb.prototype.getMediaFiles=function(){var a,c=null===(a=this.getAd())||void 0===a?void
0:a.getCreatives();return c?c.reduce(function(a,c){return a.concat(c.getMediaFiles())},
[]):[]};mb.prototype.getAdVerifications=function(){return this.getAds().reduce(function(a,c){var d;return
a.concat(null!==(d=c.getAdVerifications())&&void 0!==d?d:[])},[])};mb.prototype.getAds=function(){var a;return
null!==(a=this.get('ads'))&&void 0!==a?a:[]};mb.prototype.getErrorURLTemplates=function(){var
a,c,d,e=null!==(c=null===(a=this.getAd())||void 0===a?void 0:a.getErrorURLTemplates())&&void
0!==c?c:[];a=null!==(d=this.get('parseErrorURLTemplates'))&&void 0!==d?d:[];return
e.concat(a)};mb.prototype.getErrorURLTemplate=
function(){return this.getErrorURLTemplates()[0]};mb.prototype.getAd=function(){return
this.getAds()[0]};mb.prototype.getCampaignErrors=function(){return
this._campaignErrors};mb.prototype.getVideoUrl=function(){var
a,c,d=l.makeIterator(null!==(c=null===(a=this.getAd())||void 0===a?void 0:a.getCreatives())&&void
0!==c?c:[]);for(a=d.next();!a.done;a=d.next())if(a=a.value.getMediaFiles().find(function(a){return
sq(a)&&a.fileURL}),null===a||void 0===a?0:a.fileURL)return a.fileURL;throw new
ma(mi[P.MEDIA_FILE_URL_NOT_FOUND],
da.ProgrammaticVast,qa.HIGH,P.MEDIA_FILE_URL_NOT_FOUND,this.getErrorURLTemplates());};mb.prototype
.getImpressionUrls=function(){var a,c;return null!==(c=null===(a=this.getAd())||void 0===a?void
0:a.getImpressionURLTemplates())&&void 0!==c?c:[]};mb.prototype.getVastTrackingUrlsForEvent=function(a){var
c,d,e,f=this.getAd();f=null!==(c=null===f||void 0===f?void 0:f.getTrackingEventUrls(a))&&void
0!==c?c:[];a=null!==(e=null===(d=this.get('additionalTrackingEvents'))||void 0===d?void 0:d[a])&&void 0!==
e?e:[];return f.concat(a)};mb.prototype.addTrackingEventUrl=function(a,c){var
d,e,f=null!==(d=this.get('additionalTrackingEvents'))&&void 0!==d?d:{};d=null!==(e=f[a])&&void
0!==e?e:[];e={};this.set('additionalTrackingEvents',Object.assign(Object.assign({},f),(e[a]=[].concat(l.arrayFromItera
ble(d),[c]),e)))};mb.prototype.getDuration=function(){var a;return(null===(a=this.getAd())||void 0===a?void
0:a.getDuration())||null};mb.prototype.getWrapperURL=function(){var a;return(null===(a=this.getAd())||
void 0===a?void 0:a.getWrapperURL())||null};mb.prototype.getVideoClickThroughURL=function(){var
a ; r e t u r n ( n u l l = = = ( a = t h i s . g e t A d ( ) ) | | v o i d 0 = = = a ? v o i d
0:a.getVideoClickThroughURLTemplate())||null};mb.prototype.getVideoClickTrackingURLs=function(){var
a ; r e t u r n ( n u l l = = = ( a = t h i s . g e t A d ( ) ) | | v o i d 0 = = = a ? v o i d
0:a.getVideoClickTrackingURLTemplates())||null};mb.prototype.getStaticCompanionLandscapeUrl=function(){var
a;return(null===(a=this.getLandscapeOrientedStaticCompanionAd())||void 0===a?void 0:a.getStaticResourceURL())||
null};mb.prototype.getLandscapeOrientedStaticCompanionAd=function(){function a(a){return
a.getHeight()<=a.getWidth()}var c,d,e;return null!==(e=null===(d=null===(c=this.getAd())||void 0===c?void
0:c.getStaticCompanionAds())||void 0===d?void 0:d.find(a))&&void
0!==e?e:null};mb.prototype.getPortraitOrientedStaticCompanionAd=function(){function a(a){return
a.getHeight()>=a.getWidth()}var c,d,e;return null!==(e=null===(d=null===(c=this.getAd())||void 0===c?void
0:c.getStaticCompanionAds())||void 0===
d?void 0:d.find(a))&&void 0!==e?e:null};mb.prototype.getStaticCompanionPortraitUrl=function(){var
a;return(null===(a=this.getPortraitOrientedStaticCompanionAd())||void 0===a?void
0:a.getStaticResourceURL())||null};mb.prototype.getCompanionClickThroughUrl=function(){var
a,c,d=null===(c=null===(a=this.getAd())||void 0===a?void 0:a.getStaticCompanionAds())||void 0===c?void
0:c.find(function(a){return a.getCompanionClickThroughURLTemplate()});return(null===d||void 0===d?void
0:d.getCompanionClickThroughURLTemplate())||
null};mb.prototype.getCompanionClickTrackingUrls=function(){var a,c,d=null===(a=this.getAd())||void 0===a?void
0 : a . g e t S t a t i c C o m p a n i o n A d s ( ) . f i n d ( f u n c t i o n ( a ) { r e t u r n
0<a.getCompanionClickTrackingURLTemplates().length});return null!==(c=null===d||void 0===d?void
0 : d . g e t C o m p a n i o n C l i c k T r a c k i n g U R L T e m p l a t e s ( ) ) & & v o i d
0!==c?c:[]};mb.prototype.getIframeCompanionResourceUrl=function(){var
a,c;return(null===(c=null===(a=this.getAd())||void 0===a?void 0:a.getIframeCompanionAds()[0])||void 0===c?void
0:c.getIframeResourceURL())||
null};mb.prototype.getHtmlCompanionResourceContent=function(){var
a,c;return(null===(c=null===(a=this.getAd())||void 0===a?void 0:a.getHtmlCompanionAds()[0])||void 0===c?void
0:c.getHtmlResourceContent())||null};mb.prototype.getVideoMediaFiles=function(){return
this.getMediaFiles().filter(function(a){return sq(a)&&!!a.fileURL})};mb.prototype.getIconUrls=function(){var
a,c;return null!==(c=null===(a=this.getAd())||void 0===a?void 0:a.getIconUrls())&&void
0!==c?c:[]};mb.prototype.getCompanionCreativeViewTrackingUrls=
function(){var a,c;return null!==(c=null===(a=this.getAd())||void 0===a?void
0 : a . g e t C o m p a n i o n C r e a t i v e V i e w T r a c k i n g U r l s ( ) ) & & v o i d
0 ! = = c ? c : [ ] } ; m b . p r o t o t y p e . i s V P A I D C a m p a i g n = f u n c t i o n ( ) { v a r
a=this.getMediaFiles(),c=a.length;a=this.countMediaFileValueOccurences('apiFramework',a)[Fp.Vpaid];return
0<a&&a===c};mb.prototype.countMediaFileValueOccurences=function(a,c){c=void
0===c?this.getMediaFiles():c;return c.reduce(function(c,e){var d;e=String(e[a]).toLowerCase();var g={};return
Object.assign(Object.assign({},
c),(g[e]=(null!==(d=c[e])&&void 0!==d?d:0)+1,g))},{})};var
ej;(function(a){a[a.WIFI_MIN=5242880]='WIFI_MIN';a[a.WIFI_MAX=10485760]='WIFI_MAX';a[a.CELL_MIN=
512E3]='CELL_MIN';a[a.CELL_MAX=3145728]='CELL_MAX';a[a.SDK_MAX=20971520]='SDK_MAX'})(ej||(ej
= { } ) ) ; g l . g e t O p t i m i z e d V a s t M e d i a F i l e = f u n c t i o n ( a , c ) { r e t u r n
c&&'wifi'===c?gl.getVastMediaInRange(a,ej.WIFI_MIN,ej.WIFI_MAX):gl.getVastMediaInRange(a,ej.CELL_MIN,
ej.CELL_MAX)};gl.getVastMediaInRange=function(a,c,d){var
e,f,g=null,k=null,m=Number.MAX_SAFE_INTEGER,
h=Number.MAX_SAFE_INTEGER,r=Number.MAX_SAFE_INTEGER;a=l.makeIterator(a);for(var
n=a.next();!n.done;n=a.next()){n=n.value;var p=null!==(e=n.fileSize)&&void
0 ! = = e ? e : 0 , q = n u l l ! = = ( f = n . b i t r a t e ) & & v o i d
0!==f?f:0;p>=c&&p<=d?p<m&&(m=p,g=n):p<=ej.SDK_MAX&&(Math.abs(p-c)<r||q<h)&&(r=Math.abs(p-
c),h=q,k=n)}return g?g:k};l.inherits(Vh,R);Vh.prototype.getType=function(){return
this.get('type')};Vh.prototype.getTrackingEvents=function(){return
this.get('trackingEvents')};Vh.prototype.addTrackingEvent=function(a,
c){null==this.getTrackingEvents()[a]&&(this.getTrackingEvents()[a]=[]);this.getTrackingEvents()[a].push(c)};Vh.pr
ototype.getDTO=function(){return{type:this.getType(),trackingEvents:this.getTrackingEvents()}};l.inherits(Qb,Vh);
Qb.prototype.setAdParameters=function(a){this.set('adParameters',a)};Qb.prototype.getDuration=function(){return
this.get('duration')};Qb.prototype.setDuration=function(a){this.set('duration',a)};Qb.prototype.getSkipDelay=function
(){return this.get('skipDelay')};Qb.prototype.setSkipDelay=
function(a){this.set('skipDelay',a)};Qb.prototype.getMediaFiles=function(){return
this.get('mediaFiles')};Qb.prototype.addMediaFile=function(a){this.get('mediaFiles').push(a)};Qb.prototype.addIconU
rl=function(a){var c;null===(c=this.get('iconUrls'))||void 0===c?void
0 : c . p u s h ( a ) } ; Q b . p r o t o t y p e . g e t I c o n U r l s = f u n c t i o n ( ) { r e t u r n
this.get('iconUrls')};Qb.prototype.getVideoClickThroughURLTemplate=function(){return
this.get('videoClickThroughURLTemplate')};Qb.prototype.setVideoClickThroughURLTemplate=function(a){this.set(
'videoClickThroughURLTemplate',
a||null)};Qb.prototype.getVideoClickTrackingURLTemplates=function(){return
this.get('videoClickTrackingURLTemplates')};Qb.prototype.addVideoClickTrackingURLTemplate=function(a){this.g
et('videoClickTrackingURLTemplates').push(a)};Qb.prototype.getVideoCustomClickURLTemplates=function(){retur
n this.get('videoCustomClickURLTemplates')};Qb.prototype.getAdParameters=function(){return
this.get('adParameters')};Qb.prototype.getDTO=function(){for(var
a=[],c=l.makeIterator(this.getMediaFiles()),d=c.next();!d.done;d=
c.next())a.push(d.value);return{vastCreative:Vh.prototype.getDTO.call(this),duration:this.getDuration(),skipDelay:thi
s.getSkipDelay(),mediaFiles:a,videoClickThroughURLTemplate:this.getVideoClickThroughURLTemplate(),videoCli
ckTrackingURLTemplates:this.getVideoClickTrackingURLTemplates(),videoCustomClickURLTemplates:this.getVi
deoCustomClickURLTemplates(),adParameters:this.getAdParameters(),iconUrls:this.getIconUrls()}};l.inherits(Ta,R);
Ta.prototype.setId=function(a){this.set('id',a)};Ta.prototype.getCreatives=
function(){return this.get('creatives')};Ta.prototype.getCreative=function(){return
this.getCreatives()&&0<this.getCreatives().length?this.getCreatives()[0]:null};Ta.prototype.getAdVerifications=funct
i o n ( ) { r e t u r n
this.get('adVerifications')};Ta.prototype.addCreative=function(a){this.get('creatives').push(a)};Ta.prototype.getStatic
C o m p a n i o n A d s = f u n c t i o n ( ) { r e t u r n
this.get('staticCompanionAds')};Ta.prototype.addStaticCompanionAd=function(a){this.get('staticCompanionAds').pu
sh(a)};Ta.prototype.getIframeCompanionAds=
f u n c t i o n ( ) { r e t u r n
this.get('iframeCompanionAds')};Ta.prototype.addIframeCompanionAd=function(a){this.get('iframeCompanionAds').
push(a)};Ta.prototype.getHtmlCompanionAds=function(){return
this.get('htmlCompanionAds')};Ta.prototype.addHtmlCompanionAd=function(a){this.get('htmlCompanionAds').push
(a)};Ta.prototype.getUnsupportedCompanionAds=function(){return
this.get('unsupportedCompanionAds')};Ta.prototype.addUnsupportedCompanionAd=function(a){this.get('unsupporte
dCompanionAds').push(a)};Ta.prototype.addAdVerifications=
function(a){this.set('adVerifications',this.get('adVerifications').concat(a))};Ta.prototype.getErrorURLTemplates=funct
i o n ( ) { r e t u r n
this.get('errorURLTemplates')};Ta.prototype.addErrorURLTemplate=function(a){this.get('errorURLTemplates').push(
a)};Ta.prototype.getImpressionURLTemplates=function(){return
this.get('impressionURLTemplates')};Ta.prototype.addImpressionURLTemplate=function(a){this.get('impressionUR
LTemplates').push(a)};Ta.prototype.getWrapperURL=function(){return this.get('wrapperURLs')[0]};
T a . p r o t o t y p e . g e t W r a p p e r U R L s = f u n c t i o n ( ) { r e t u r n
this.get('wrapperURLs')};Ta.prototype.addWrapperURL=function(a){this.get('wrapperURLs').push(a)};Ta.prototype.
getTrackingEventUrls=function(a){var c=this.getCreative();return
c&&c.getTrackingEvents()?c.getTrackingEvents()[a]:null};Ta.prototype.getDuration=function(){var
a=this.getCreative();return a?a.getDuration():null};Ta.prototype.getVideoClickThroughURLTemplate=function(){var
a=this.getCreative();return a instanceof Qb?a.getVideoClickThroughURLTemplate():
null};Ta.prototype.getVideoClickTrackingURLTemplates=function(){var a=this.getCreative();return a instanceof
Qb?a.getVideoClickTrackingURLTemplates():[]};Ta.prototype.addVideoClickTrackingURLTemplate=function(a,c){
var d=this.getCreative();!d&&c?(c=new Qb,this.addCreative(c)):c=d;c instanceof
Qb&&c.addVideoClickTrackingURLTemplate(a)};Ta.prototype.getIconUrls=function(){var
a=this.getCreative();return a instanceof Qb?a.getIconUrls()||[]:[]};Ta.prototype.getDTO=function(){for(var
a=[],c=l.makeIterator(this.getCreatives()),
d=c.next();!d.done;d=c.next())a.push(d.value.getDTO());c=[];var
e=l.makeIterator(this.getStaticCompanionAds());for(d=e.next();!d.done;d=e.next())c.push(d.value.getDTO());e=[];var
f=l.makeIterator(this.getIframeCompanionAds());for(d=f.next();!d.done;d=f.next())e.push(d.value.getDTO());f=[];var
g=l.makeIterator(this.getHtmlCompanionAds());for(d=g.next();!d.done;d=g.next())f.push(d.value.getDTO());return{i
d:this.id,errorURLTemplates:this.getErrorURLTemplates(),impressionURLTemplates:this.getImpressionURLTemplat
es(),
wrapperURLs:this.getWrapperURLs(),vastCreatives:a,staticCompanionAds:c,iframeCompanionAds:e,htmlCompanio
nAds:f,unsupportedItems:this.getUnsupportedCompanionAds()}};Ta.prototype.getCompanionCreativeViewTracking
U r l s = f u n c t i o n ( ) { r e t u r n
this.getCompanionEventTrackingUrls(J.CREATIVE_VIEW)};Ta.prototype.getCompanionEventTrackingUrls=functi
on(a){return this.getStaticCompanionAds().reduce(function(c,d){return
c.concat(d.getEventTrackingUrls(a))},[])};l.global.Object.defineProperties(Ta.prototype,{id:{configurable:!0,
enumerable:!0,get:function(){return this.get('id')}}});qe.invalidUrlError=function(a,c){return Error('VAST '+a+'
contains invalid url("'+c+'")')};qe.formatErrors=function(a){return a.map(function(a){return a.message}).join('\n
')};sm.prototype.getErrors=function(){return this._errors};sm.prototype.validate=function(a){var
c=this,d=a.getTrackingEvents();Object.keys(d).map(function(a){d[a].map(function(a){E.isValidProtocol(a)||c._errors.
push(new ma(qe.invalidUrlError('creative trackingEvents',a).message,
da.ProgrammaticVast,qa.LOW,P.INVALID_URL_ERROR,void 0,a))})})};Ti.prototype.getErrors=function(){return
this._errors};Ti.prototype.validate=function(a){this._errors=this._errors.concat((new
sm(a)).getErrors());this.validateDuration(a);this.validateVideoClickThroughURLTemplate(a);this.validateVideoClick
TrackingURLTemplates(a);this.validateVideoCustomClickURLTemplates(a)};Ti.prototype.validateDuration=functio
n(a){-1===a.getDuration()&&this._errors.push(new ma(mi[P.DURATION_UNSUPPORTED],da.ProgrammaticVast,
qa.HIGH,P.DURATION_UNSUPPORTED))};Ti.prototype.validateVideoClickThroughURLTemplate=function(a){(a
=a.getVideoClickThroughURLTemplate())&&!E.isValidProtocol(a)&&this._errors.push(new
m a ( q e . i n v a l i d U r l E r r o r ( ' l i n e a r c r e a t i v e
videoClickThroughURLTemplate',a).message,da.ProgrammaticVast,qa.HIGH,P.MEDIA_FILE_NO_CLICKTHROU
GH_URL,void 0,a))};Ti.prototype.validateVideoClickTrackingURLTemplates=function(a){var
c=this;a.getVideoClickTrackingURLTemplates().map(function(a){E.isValidProtocol(a)||c._errors.push(new
ma(qe.invalidUrlError('linear creative videoClickTrackingURLTemplates',
a).message,da.ProgrammaticVast,qa.LOW,P.INVALID_URL_ERROR,void
0,a))})};Ti.prototype.validateVideoCustomClickURLTemplates=function(a){var
c=this;a.getVideoCustomClickURLTemplates().map(function(a){E.isValidProtocol(a)||c._errors.push(new
m a ( q e . i n v a l i d U r l E r r o r ( ' l i n e a r c r e a t i v e
videoCustomClickURLTemplates',a).message,da.ProgrammaticVast,qa.LOW,P.INVALID_URL_ERROR,void
0 , a ) ) } ) } ; b c . p r o t o t y p e . g e t E r r o r s = f u n c t i o n ( ) { r e t u r n
this._errors};bc.prototype.validate=function(a){this.validateStaticResourceUrl(a);
this.validateCreativeType(a);this.validateCreativeDimensions(a);this.validateCompanionClickThroughURLTemplate(
a);this.validateCompanionClickTrackingURLTemplates(a);this.validateTrackingEvents(a)};bc.prototype.validateStati
cResourceUrl=function(a){var c=a.id;a=a.getStaticResourceURL();null===a?this._errors.push(new ma('VAST
Companion ad('+c+') is missing required StaticResource
Element',da.ProgrammaticVast,qa.MEDIUM,P.COMPANION_RESOURCE_NOT_FOUND,void 0,void
0)):E.isValidProtocol(a)||this._errors.push(new ma(qe.invalidUrlError('companion ad('+
c + ' )
staticResourceUrl',a).message,da.ProgrammaticVast,qa.MEDIUM,P.COMPANION_RESOURCE_NOT_FOUND,voi
d 0,a))};bc.prototype.validateCreativeType=function(a){var
c=a.id,d=a.getCreativeType();a=a.getStaticResourceURL()||void 0;null===d?this._errors.push(new ma('VAST
Companion ad('+c+') "StaticResource" is missing required "creativeType"
attribute',da.ProgrammaticVast,qa.MEDIUM,P.COMPANION_RESOURCE_NOT_FOUND,void 0,a)):-
1===bc._supportedCreativeTypes.indexOf(d.toLowerCase())&&this._errors.push(new ma('VAST Companion ad('+
c+') "StaticResource" attribute "creativeType='+d+'" is not
s u p p or ted',da.P r ogramma ticVast,qa .MED IUM , P . C OM P ANION_ R E S OUR C E _ NOT _ F OU N D , v o i d
0,a))};bc.prototype.validateCreativeDimensions=function(a){var
c=a.id,d=a.getHeight(),e=a.getWidth();a=a.getStaticResourceURL()||void
0;if(d<bc._minSquareSize||e<bc._minSquareSize)d>e?this._errors.push(new ma('VAST Companion ad('+c+')
"StaticResource" is not meeting minimum size '+bc._minPortraitWidth+' x '+bc._minPortraitHeight+' for Portrait
display',da.ProgrammaticVast,
qa.MEDIUM,P.COMPANION_SIZE_UNSUPPORTED,void 0,a)):this._errors.push(new ma('VAST Companion
ad('+c+') "StaticResource" is not meeting minimum size '+bc._minLandscapeWidth+' x '+bc._minLandscapeHeight+'
for Landscape display',da.ProgrammaticVast,qa.MEDIUM,P.COMPANION_SIZE_UNSUPPORTED,void
0,a))};bc.prototype.validateCompanionClickThroughURLTemplate=function(a){var
c=a.id,d=a.getCompanionClickThroughURLTemplate();a=a.getStaticResourceURL()||void
0;null===d?this._errors.push(new ma('VAST Companion ad('+
c + ' ) i s m i s s i n g r e q u i r e d C o m p a n i o n C l i c k T h r o u g h
Element',da.ProgrammaticVast,qa.LOW,P.COMPANION_NO_CLICKTHROUGH,void
0,a)):E.isValidProtocol(d)||this._errors.push(new ma(qe.invalidUrlError('companion ad('+c+')
companionClickThroughURLTemplate',d).message,da.ProgrammaticVast,qa.LOW,P.COMPANION_NO_CLICKTH
ROUGH,void 0,a))};bc.prototype.validateCompanionClickTrackingURLTemplates=function(a){var
c=a.id;a=a.getCompanionClickTrackingURLTemplates();a=l.makeIterator(a);for(var
d=a.next();!d.done;d=a.next())d=
d.value,E.isValidProtocol(d)||this._errors.push(new ma(qe.invalidUrlError('companion ad('+c+')
companionClickTrackingURLTemplates',d).message,da.ProgrammaticVast,qa.LOW,P.INVALID_URL_ERROR,void
0 , d ) ) } ; b c . p r o t o t y p e . v a l i d a t e T r a c k i n g E v e n t s = f u n c t i o n ( a ) { v a r
c=this,d=a.getTrackingEvents();Object.keys(d).map(function(a){d[a].map(function(a){E.isValidProtocol(a)||c._errors.
p u s h ( n e w m a ( q e . i n v a l i d U r l E r r o r ( ' c o m p a n i o n a d
trackingEvents',a).message,da.ProgrammaticVast,qa.LOW,P.INVALID_URL_ERROR,void 0,a))})})};
bc._supportedCreativeTypes=['image/jpeg','image/jpg','image/png','image/gif'];bc._minPortraitHeight=480;bc._minPo
rtraitWidth=320;bc._minLandscapeHeight=320;bc._minLandscapeWidth=480;bc._minSquareSize=200;rd.prototype.g
e t E r r o r s = f u n c t i o n ( ) { r e t u r n
this._errors};rd.prototype.validate=function(a){this.validateIframeResourceUrl(a);this.validateCreativeDimensions(a)
} ; r d . p r o t o t y p e . v a l i d a t e I f r a m e R e s o u r c e U r l = f u n c t i o n ( a ) { v a r
c=a.id;a=a.getIframeResourceURL();null===a?this._errors.push(new ma('VAST Companion ad('+
c + ' ) i s m i s s i n g r e q u i r e d I f r a m e R e s o u r c e
Element',da.ProgrammaticVast,qa.MEDIUM,P.COMPANION_RESOURCE_NOT_FOUND,void 0,void
0)):E.isValidProtocol(a)||this._errors.push(new ma(qe.invalidUrlError('companion ad('+c+')
IframeResourceUrl',a).message,da.ProgrammaticVast,qa.MEDIUM,P.COMPANION_RESOURCE_NOT_FOUND,v
oid 0,a))};rd.prototype.validateCreativeDimensions=function(a){var
c=a.id,d=a.getHeight(),e=a.getWidth();a=a.getIframeResourceURL()||void
0;if(d<rd._minSquareSize||e<rd._minSquareSize)d>e?this._errors.push(new ma('VAST Companion ad('+
c+') "IframeResource" is not meeting minimum size '+rd._minPortraitWidth+' x '+rd._minPortraitHeight+' for Portrait
display',da.ProgrammaticVast,qa.MEDIUM,P.COMPANION_SIZE_UNSUPPORTED,void
0,a)):this._errors.push(new ma('VAST Companion ad('+c+') "IframeResource" is not meeting minimum size
'+rd._minLandscapeWidth+' x '+rd._minLandscapeHeight+' for Landscape
display',da.ProgrammaticVast,qa.MEDIUM,P.COMPANION_SIZE_UNSUPPORTED,void
0,a))};rd._minPortraitHeight=480;rd._minPortraitWidth=320;rd._minLandscapeHeight=
320;rd._minLandscapeWidth=480;rd._minSquareSize=200;qd.prototype.getErrors=function(){return
this._errors};qd.prototype.validate=function(a){this.validateHTMLResourceUrl(a);this.validateCreativeDimensions(a)
} ; q d . p r o t o t y p e . v a l i d a t e H T M L R e s o u r c e U r l = f u n c t i o n ( a ) { v a r
c=a.id;null===a.getHtmlResourceContent()&&this._errors.push(new ma('VAST Companion ad('+c+') is missing
r e q u i r e d H T M L R e s o u r c e
Element',da.ProgrammaticVast,qa.MEDIUM,P.COMPANION_RESOURCE_NOT_FOUND,void 0,void
0))};qd.prototype.validateCreativeDimensions=
function(a){var c=a.id,d=a.getHeight(),e=a.getWidth();a=a.getHtmlResourceContent()||void
0;if(d<qd._minSquareSize||e<qd._minSquareSize)d>e?this._errors.push(new ma('VAST Companion ad('+c+')
"HTMLResource" is not meeting minimum size '+qd._minPortraitWidth+' x '+qd._minPortraitHeight+' for Portrait
display',da.ProgrammaticVast,qa.MEDIUM,P.COMPANION_SIZE_UNSUPPORTED,void
0,a)):this._errors.push(new ma('VAST Companion ad('+c+') "HTMLResource" is not meeting minimum size
'+qd._minLandscapeWidth+' x '+
q d . _ m i n L a n d s c a p e H e i g h t + ' f o r L a n d s c a p e
display',da.ProgrammaticVast,qa.MEDIUM,P.COMPANION_SIZE_UNSUPPORTED,void
0,a))};qd._minPortraitHeight=480;qd._minPortraitWidth=320;qd._minLandscapeHeight=320;qd._minLandscapeWidt
h=480;qd._minSquareSize=200;Uh.prototype.getErrors=function(){return
this._errors};Uh.prototype.validate=function(a){this.validateCreatives(a);this.validateCompanionAds(a);this.validateE
rrorURLTemplates(a);this.validateImpressionURLTemplates(a);this.validateWrapperURLs(a)};Uh.prototype.validate
Creatives=
function(a){var c=this;a.getCreatives().forEach(function(a){c._errors=a instanceof Qb?c._errors.concat((new
Ti(a)).getErrors()):c._errors.concat((new sm(a)).getErrors())})};Uh.prototype.validateCompanionAds=function(a){var
c=this;a.getStaticCompanionAds().forEach(function(a){c._errors=c._errors.concat((new
bc(a)).getErrors())});a.getIframeCompanionAds().forEach(function(a){c._errors=c._errors.concat((new
rd(a)).getErrors())});a.getHtmlCompanionAds().forEach(function(a){c._errors=c._errors.concat((new
qd(a)).getErrors())})};
U h . p r o t o t y p e . v a l i d a t e E r r o r U R L T e m p l a t e s = f u n c t i o n ( a ) { v a r
c=this;a.getErrorURLTemplates().forEach(function(d){E.isValidProtocol(d)||c._errors.push(new
m a ( q e . i n v a l i d U r l E r r o r ( ' V a s t A d
errorURLTemplates',d).message,da.ProgrammaticVast,qa.LOW,P.INVALID_URL_ERROR,a.getErrorURLTemplate
s(),d))})};Uh.prototype.validateImpressionURLTemplates=function(a){var
c=this;a.getImpressionURLTemplates().forEach(function(d){E.isValidProtocol(d)||c._errors.push(new
ma(qe.invalidUrlError('VastAd impressionURLTemplates',d).message,
da.ProgrammaticVast,qa.LOW,P.INVALID_URL_ERROR,a.getErrorURLTemplates(),d))})};Uh.prototype.validate
W r a p p e r U R L s = f u n c t i o n ( a ) { v a r
c=this;a.getWrapperURLs().forEach(function(d){E.isValidProtocol(d)||c._errors.push(new
m a ( q e . i n v a l i d U r l E r r o r ( ' V a s t A d
wrapperURLs',d).message,da.ProgrammaticVast,qa.HIGH,P.INVALID_URL_ERROR,a.getErrorURLTemplates(),d))
} ) } ; v a r
fl;(function(a){a.STATIC='static';a.IFRAME='iframe';a.HTML='html'})(fl||(fl={}));l.inherits(Uc,R);Uc.prototype.set
CompanionClickThroughURLTemplate=function(a){this.set('companionClickThroughURLTemplate',
a)};Uc.prototype.setStaticResourceURL=function(a){this.set('staticResourceURL',a)};Uc.prototype.setCreativeType=
function(a){this.set('creativeType',a)};Uc.prototype.addCompanionClickTrackingURLTemplate=function(a){this.get
CompanionClickTrackingURLTemplates().push(a)};Uc.prototype.addTrackingEvent=function(a,c){var
d=this.get('trackingEvents');d[a]?d[a].push(c):d[a]=[c]};Uc.prototype.getType=function(){return
this.get('type')};Uc.prototype.getCreativeType=function(){return this.get('creativeType')};
U c . p r o t o t y p e . g e t S t a t i c R e s o u r c e U R L = f u n c t i o n ( ) { r e t u r n
this.get('staticResourceURL')};Uc.prototype.getCompanionClickThroughURLTemplate=function(){return
this.get('companionClickThroughURLTemplate')};Uc.prototype.getCompanionClickTrackingURLTemplates=functio
n(){return this.get('companionClickTrackingURLTemplates')};Uc.prototype.getHeight=function(){return
t h i s . g e t ( ' h e i g h t ' ) } ; U c . p r o t o t y p e . g e t W i d t h = f u n c t i o n ( ) { r e t u r n
this.get('width')};Uc.prototype.getDTO=function(){return{id:this.id,width:this.getWidth(),
height:this.getHeight(),type:this.getType(),staticResourceURL:this.getStaticResourceURL(),creativeType:this.getCrea
tiveType(),companionClickThroughURLTemplate:this.getCompanionClickThroughURLTemplate(),companionClick
TrackingURLTemplates:this.getCompanionClickTrackingURLTemplates()}};Uc.prototype.getTrackingEvents=functi
on(){return this.get('trackingEvents')||{}};Uc.prototype.getEventTrackingUrls=function(a){var
c=this.getTrackingEvents();return c?c[a]||[]:[]};l.global.Object.defineProperties(Uc.prototype,
{ i d : { c o n f i g u r a b l e : ! 0 , e n u m e r a b l e : ! 0 , g e t : f u n c t i o n ( ) { r e t u r n
this.get('id')}}});l.inherits(ph,R);ph.prototype.getType=function(){return
this.get('type')};ph.prototype.setHtmlResourceContent=function(a){this.set('htmlResourceContent',a)};ph.prototype.g
etHtmlResourceContent=function(){return this.get('htmlResourceContent')};ph.prototype.getHeight=function(){return
t h i s . g e t ( ' h e i g h t ' ) } ; p h . p r o t o t y p e . g e t W i d t h = f u n c t i o n ( ) { r e t u r n
this.get('width')};ph.prototype.getDTO=function(){return{id:this.id,width:this.getWidth(),
height:this.getHeight(),type:this.getType(),htmlResourceContent:this.getHtmlResourceContent()}};l.global.Object.def
ineProperties(ph.prototype,{id:{configurable:!0,enumerable:!0,get:function(){return
this.get('id')}}});l.inherits(oh,R);oh.prototype.getType=function(){return
this.get('type')};oh.prototype.setIframeResourceURL=function(a){this.set('iframeResourceURL',a)};oh.prototype.getI
frameResourceURL=function(){return this.get('iframeResourceURL')};oh.prototype.getHeight=function(){return
this.get('height')};
o h . p r o t o t y p e . g e t W i d t h = f u n c t i o n ( ) { r e t u r n
this.get('width')};oh.prototype.getDTO=function(){return{id:this.id,width:this.getWidth(),height:this.getHeight(),type:
this.getType(),iframeResourceURL:this.getIframeResourceURL()}};l.global.Object.defineProperties(oh.prototype,{id
:{configurable:!0,enumerable:!0,get:function(){return this.get('id')}}});var
Fa;(function(a){a.ERROR='Error';a.AD='Ad';a.WRAPPER='Wrapper';a.INLINE='InLine';a.VAST_AD_TAG_URI='
VASTAdTagURI';a.IMPRESSION='Impression';a.LINEAR='Linear';
a.COMPANION='Companion';a.DURATION='Duration';a.CLICK_THROUGH='ClickThrough';a.CLICK_TRACKI
NG='ClickTracking';a.TRACKING='Tracking';a.MEDIA_FILE='MediaFile';a.AD_PARAMETERS='AdParameters';
a.STATIC_RESOURCE='StaticResource';a.HTML_RESOURCE='HTMLResource';a.IFRAME_RESOURCE='IFram
eResource';a.COMPANION_CLICK_THROUGH='CompanionClickThrough';a.COMPANION_CLICK_TRACKIN
G='CompanionClickTracking';a.PARSE_ERROR='parsererror';a.VAST='VAST';a.EXTENSION='Extension';a.VERI
FICATION='Verification';a.AD_VERIFICATIONS=
'AdVerifications';a.JS_RESOURCE='JavaScriptResource';a.EX_RESOURCE='ExecutableResource';a.VERIFICATI
ON_PARAMETERS='VerificationParameters';a.ICONS='Icons'})(Fa||(Fa={}));var
jb;(function(a){a.ID='id';a.SKIP_OFFSET='skipoffset';a.EVENT='event';a.DELIVERY='delivery';a.CODEC='codec';
a.TYPE='type';a.BITRATE='bitrate';a.MIN_BITRATE='minBitrate';a.MAX_BITRATE='maxBitrate';a.WIDTH='wid
th';a.HEIGHT='height';a.API_FRAMEWORK='apiFramework';a.CREATIVE_TYPE='creativeType';a.BROWSER_O
PTIONAL='browserOptional';
a . V E N D O R = ' v e n d o r ' } ) ( j b | | ( j b = { } ) ) ; v a r
Gp;(Gp||(Gp={})).VERIFICATION_NOT_EXECUTED='verificationNotExecuted';var
Hp;(Hp||(Hp={})).AD_VERIFICATIONS='AdVerifications';Gb.prototype.setMaxWrapperDepth=function(a){this._m
axWrapperDepth=a};Gb.prototype.parseVast=function(a,c){var d=this;c=void 0===c?'https:':c;if(!a)throw new
m a ( ' V A S T d a t a i s
missing',da.ProgrammaticVast,qa.HIGH,P.XML_PARSER_ERROR);a=this._domParser.parseFromString(a,'text/xml'
);var e=[],f=[];this._compiledCampaignErrors=[];var g=a.getElementsByTagName(Fa.PARSE_ERROR);
i f ( 0 < g . l e n g t h ) { a = [ ] ; g = l . m a k e I t e r a t o r ( g ) ; f o r ( v a r
k=g.next();!k.done;k=g.next())k=k.value,k.textContent&&a.push(k.textContent);throw new ma('VAST xml was not
p a r s e a b l e : \ n ' + a . j o i n ( ' \ n
'),da.ProgrammaticVast,qa.HIGH,P.XML_PARSER_ERROR);}if(!a||!a.documentElement||a.documentElement.node
N a m e ! = = F a . V A S T ) t h r o w n e w
ma(mi[P.XML_PARSER_ERROR],da.ProgrammaticVast,qa.HIGH,P.XML_PARSER_ERROR);a=a.documentEleme
nt;this.getChildrenNodesWithName(a,Fa.ERROR).forEach(function(a){f.push(d.parseNodeText(a))});var m=
!0;this.getNodesWithName(a,Fa.AD).forEach(function(a){if(0>=e.length){a=d.parseAdElement(a,c);for(var g=(new
Uh(a)).getErrors(),k=l.makeIterator(g),h=k.next();!h.done;h=k.next())h=h.value,h.errorLevel!==qa.LOW&&(m=!1),0
===h.errorTrackingUrls.length&&(h.errorTrackingUrls=f.concat(a.getErrorURLTemplates()));m&&e.push(a);d._co
mpiledCampaignErrors=d._compiledCampaignErrors.concat(g)}});if(0===e.length)throw
this.formatErrorMessage('Failed to parse VAST XML',this._compiledCampaignErrors);return new mb(e,
f,this._compiledCampaignErrors)};Gb.prototype.retrieveVast=function(a,c,d,e,f,g,k,m){f=void 0===f?!1:f;k=void
0===k?0:k;try{var h=this.parseVast(a,void 0===m?'https:':m)}catch(r){throw
r.errorData={vast:a,wrapperDepth:k,rootWrapperVast:0===k?a:''},r;}this.applyParentURLs(h,g);h.isPublica=!!f;retur
n(a=h.getWrapperURL())?this.retrieveWrappedVast(a,k,h,c,d,f,e):Promise.resolve(h)};Gb.prototype.retrieveWrapped
Vast=function(a,c,d,e,f,g,k){var m=this;if(c>=this._maxWrapperDepth)throw new
ma(mi[P.WRAPPER_DEPTH_LIMIT_REACHED],
da.ProgrammaticVast,qa.HIGH,P.WRAPPER_DEPTH_LIMIT_REACHED,d.getErrorURLTemplates(),a,void 0,void
0);e.Sdk.logDebug('Unity Ads is requesting VAST ad unit from '+a);var
h=E.getProtocol(a),r=[];ft(a)&&(a=this.setIASURLHack(a,k),r.push(['X-Device-Type','unity']),r.push(['User-
Agent',navigator.userAgent]),a=decodeURIComponent(a),g=!0);return
f.get(a,r,{retries:2,retryDelay:1E4,followRedirects:!0,retryWithConnectionEvents:!1}).then(function(a){return
m.retrieveVast(a.response,e,f,k,g,d,c+1,h)})};Gb.prototype.setIASURLHack=
f u n c t i o n ( a , c ) { v a r
d=xf.replaceMacro(a,{'vast.adsafeprotected.com':'vastpixel3.adsafeprotected.com','%5BOMIDPARTNER%5D':'Unity
3d/1.3.0'});c&&/^https?:\/\/vastpixel3\.adsafeprotected\.com/.test(d)&&d.includes('?')?(a=d,d=d.indexOf('?'),c='?bund
leId='+c+'&',d=a.slice(0,d)+c+a.slice(d+1)):c&&/^https?:\/\/vastpixel3\.adsafeprotected\.com/.test(d)&&(d+='?bundle
Id='+c+'&');return d};Gb.prototype.getVideoSizeInBytes=function(a,c){return
a*c*1E3/8};Gb.prototype.formatErrorMessage=function(a,c){a=new ma(a,
da.ProgrammaticVast,qa.MEDIUM,P.XML_PARSER_ERROR);c=l.makeIterator(c);for(var
d=c.next();!d.done;d=c.next())a.addSubCampaignError(d.value);return
a};Gb.prototype.getChildrenNodesWithName=function(a,c){var d=[];a=l.makeIterator(a.childNodes);for(var
e=a.next();!e.done;e=a.next())e=e.value,e.nodeName===c&&d.push(e);return
d};Gb.prototype.getNodesWithName=function(a,c){a=a.querySelectorAll(c);return
Array.prototype.slice.call(a)};Gb.prototype.getFirstNodeWithName=function(a,c){return a.querySelector(c)};
Gb.prototype.applyParentURLs=function(a,c){if(c){var d=c.getAd(),e=a.getAd();if(d&&e){for(var
f=l.makeIterator(d.getErrorURLTemplates()),g=f.next();!g.done;g=f.next())e.addErrorURLTemplate(g.value);f=l.mak
eIterator(d.getImpressionURLTemplates());for(g=f.next();!g.done;g=f.next())e.addImpressionURLTemplate(g.value);
f=l.makeIterator(d.getVideoClickTrackingURLTemplates());for(g=f.next();!g.done;g=f.next())e.addVideoClickTracki
ngURLTemplate(g.value,!!c.getVideoClickTrackingURLs());f=l.makeIterator(Object.keys(J).map(function(a){return
J[a]}));
f o r ( g = f . n e x t ( ) ; ! g . d o n e ; g = f . n e x t ( ) ) { g = g . v a l u e ; f o r ( v a r
k=l.makeIterator(c.getVastTrackingUrlsForEvent(g)),m=k.next();!m.done;m=k.next())a.addTrackingEventUrl(g,m.val
ue)}a=[];d=l.makeIterator(d.getAdVerifications());for(c=d.next();!c.done;c=d.next())a.push(c.value);e.addAdVerificat
i o n s ( a ) } } } ; G b . p r o t o t y p e . p a r s e N o d e T e x t = f u n c t i o n ( a ) { r e t u r n
a.textContent?a.textContent.trim():''};Gb.prototype.parseAdElement=function(a,c){var
d=this.getFirstNodeWithName(a,Fa.INLINE)||this.getFirstNodeWithName(a,Fa.WRAPPER);
return d?(c=this.parseAdContent(d,c),c.setId(a.getAttribute(jb.ID)),c):new
Ta};Gb.prototype.parseAdContent=function(a,c){var d=this,e=new
Ta;this.getNodesWithName(a,Fa.VAST_AD_TAG_URI).forEach(function(a){(a=d.parseVastUrl(d.parseNodeText(a)
,c))&&e.addWrapperURL(a)});this.getNodesWithName(a,Fa.ERROR).forEach(function(a){(a=d.parseVastUrl(d.pars
eNodeText(a),c))&&e.addErrorURLTemplate(a)});this.getNodesWithName(a,Fa.IMPRESSION).forEach(function(a)
{(a=d.parseVastUrl(d.parseNodeText(a),c))&&e.addImpressionURLTemplate(a)});
this.getNodesWithName(a,Fa.LINEAR).forEach(function(a){a=d.parseCreativeLinearElement(a,c);e.addCreative(a)})
;this.getNodesWithName(a,Fa.COMPANION).forEach(function(a){var
f=d.getFirstNodeWithName(a,Fa.STATIC_RESOURCE),k=d.getFirstNodeWithName(a,Fa.IFRAME_RESOURCE),
m=d.getFirstNodeWithName(a,Fa.HTML_RESOURCE);if(m){var h=m.textContent;h&&-1!==h.search(/&(?:[A-
z]+|#\d+);/)&&(n.reportMetricEvent(ib.VastEndcardContainsEscapeChars),m.textContent=d._domParser.parseFromS
tring(h,'text/html').documentElement.textContent||
'')}if(f){h=d.parseCompanionAdStaticResourceElement(a,c);var r=(new
bc(h)).getErrors(),A=!0,p=l.makeIterator(r);for(f=p.next();!f.done;f=p.next())if(f=f.value,f.errorLevel!==qa.LOW){0=
==f.errorTrackingUrls.length&&(f.errorTrackingUrls=e.getErrorURLTemplates());d._compiledCampaignErrors.push
(f);A=!1;break}A?e.addStaticCompanionAd(h):e.addUnsupportedCompanionAd('reason: '+r.join(' ')+'
'+a.outerHTML)}if(k){k=d.parseCompanionAdIframeResourceElement(a,c);h=(new
rd(k)).getErrors();r=!0;A=l.makeIterator(h);
for(f=A.next();!f.done;f=A.next())if(f=f.value,f.errorLevel!==qa.LOW){0===f.errorTrackingUrls.length&&(f.errorTr
ackingUrls=e.getErrorURLTemplates());d._compiledCampaignErrors.push(f);r=!1;break}r?e.addIframeCompanionA
d(k):e.addUnsupportedCompanionAd('reason: '+h.join(' ')+'
'+a.outerHTML)}if(m){m=d.parseCompanionAdHTMLResourceElement(a);k=(new
qd(m)).getErrors();h=!0;r=l.makeIterator(k);for(f=r.next();!f.done;f=r.next())if(f=f.value,f.errorLevel!==qa.LOW){0=
==f.errorTrackingUrls.length&&(f.errorTrackingUrls=
e.getErrorURLTemplates());d._compiledCampaignErrors.push(f);h=!1;break}h?e.addHtmlCompanionAd(m):e.addUn
s u p p o r t e d C o m p a n i o n A d ( ' r e a s o n : ' + k . j o i n ( ' ' ) + '
'+a.outerHTML)}});this.getChildrenNodesWithName(a,Fa.AD_VERIFICATIONS).forEach(function(a){a=d.parseAd
Verification(a,c);e.addAdVerifications(a)});this.getNodesWithName(a,Fa.EXTENSION).forEach(function(a){var
f=a.getAttribute(jb.TYPE);f&&f===Hp.AD_VERIFICATIONS&&(a=d.parseAdVerification(a,c),e.addAdVerificatio
ns(a))});return e};Gb.prototype.parseAdVerification=
function(a,c){var d=this,e=[];this.getNodesWithName(a,Fa.VERIFICATION).forEach(function(a){var
f=[],k=a.getAttribute(jb.VENDOR)||'default_key';d.getNodesWithName(a,Fa.JS_RESOURCE).forEach(function(a){v
a r
e=d.parseVastUrl(d.parseNodeText(a),c),g=a.getAttribute(jb.API_FRAMEWORK);a='false'===a.getAttribute(jb.BR
OWSER_OPTIONAL)?!1:!0;e&&g&&f.push({resourceUrl:e,apiFramework:g,browserOptional:a})});var
m=d.getFirstNodeWithName(a,Fa.VERIFICATION_PARAMETERS),h;m&&(h=d.parseNodeText(m));var r=new
Xh(k,f,
h);d.getNodesWithName(a,Fa.TRACKING).forEach(function(a){var
e=d.parseVastUrl(d.parseNodeText(a),c);(a=a.getAttribute(jb.EVENT))&&a===Gp.VERIFICATION_NOT_EXECU
TED&&e&&r.setVerificationTrackingEvent(e)});r.getVerificationResources()&&r.getVerificationVendor()&&e.pus
h(r)});return e};Gb.prototype.getIntAttribute=function(a,c){a=a.getAttribute(c);return
parseInt(a||'0',10)};Gb.prototype.parseCreativeLinearElement=function(a,c){var d=this,e=new
Qb,f=this.getFirstNodeWithName(a,Fa.ICONS);if(f){var g=this.getFirstNodeWithName(f,
Fa.STATIC_RESOURCE),k=this.getFirstNodeWithName(f,Fa.HTML_RESOURCE);f=this.getFirstNodeWithName(
f , F a . I F R A M E _ R E S O U R C E ) ; v a r
m=!1;g&&(g=this.parseVastUrl(this.parseNodeText(g),c))&&(n.reportMetricEvent(ib.VastHasStaticIcon),m=!0,e.add
IconUrl(g));k&&this.parseVastUrl(this.parseNodeText(k),c)&&(n.reportMetricEvent(ib.VastHasHTMLIcon),m=!0);f
&&this.parseVastUrl(this.parseNodeText(f),c)&&(n.reportMetricEvent(ib.VastHasIframeIcon),m=!0);m&&n.report
MetricEvent(ib.VastContainsIcon)}if(k=this.getFirstNodeWithName(a,
Fa.DURATION))k=this.parseNodeText(k),e.setDuration(this.parseDuration(k));var
h=e.getDuration();(k=a.getAttribute(jb.SKIP_OFFSET))?'%'===k.charAt(k.length-
1)?(k=parseInt(k,10),e.setSkipDelay(e.getDuration()*(k/100))):e.setSkipDelay(this.parseDuration(k)):e.setSkipDelay(
null);(k=this.getFirstNodeWithName(a,Fa.CLICK_THROUGH))&&(k=this.parseVastUrl(this.parseNodeText(k),c))
&&e.setVideoClickThroughURLTemplate(k);this.getNodesWithName(a,Fa.CLICK_TRACKING).forEach(function(
a){(a=d.parseVastUrl(d.parseNodeText(a),
c))&&e.addVideoClickTrackingURLTemplate(a)});this.getNodesWithName(a,Fa.TRACKING).forEach(function(a){
v a r
f=d.parseVastUrl(d.parseNodeText(a),c);(a=a.getAttribute(jb.EVENT))&&f&&e.addTrackingEvent(a,f)});this.getNo
d e s W i t h N a m e ( a , F a . M E D I A _ F I L E ) . f o r E a c h ( f u n c t i o n ( a ) { v a r
f=d.getIntAttribute(a,jb.BITRATE),g=d.parseVastUrl(d.parseNodeText(a),c);g&&(a={bitrate:f,delivery:a.getAttribute
(jb.DELIVERY),height:d.getIntAttribute(a,jb.HEIGHT),maxBitrate:d.getIntAttribute(a,jb.MAX_BITRATE),minBitra
te:d.getIntAttribute(a,
jb.MIN_BITRATE),width:d.getIntAttribute(a,jb.WIDTH),apiFramework:a.getAttribute(jb.API_FRAMEWORK),cod
ec:a.getAttribute(jb.CODEC),fileSize:d.getVideoSizeInBytes(h,f),fileURL:g,type:a.getAttribute(jb.TYPE)},e.addMed
iaFile(a))});if(a=this.getFirstNodeWithName(a,Fa.AD_PARAMETERS))a=this.parseNodeText(a),e.setAdParameters(
a);return e};Gb.prototype.parseCompanionAdStaticResourceElement=function(a,c){var
d=this,e=a.getAttribute(jb.ID),f=this.getIntAttribute(a,jb.HEIGHT),g=this.getIntAttribute(a,jb.WIDTH),
k=new Uc(e,f,g);this.getNodesWithName(a,Fa.TRACKING).forEach(function(a){var
e=d.parseVastUrl(d.parseNodeText(a),c);a=a.getAttribute(jb.EVENT);e&&a&&k.addTrackingEvent(a,e)});if(e=this.
getFirstNodeWithName(a,Fa.STATIC_RESOURCE))f=e.getAttribute(jb.CREATIVE_TYPE)||e.getAttribute(jb.TYP
E),k.setCreativeType(f),(e=this.parseVastUrl(this.parseNodeText(e),c))&&k.setStaticResourceURL(e);(e=this.getFirs
tNodeWithName(a,Fa.COMPANION_CLICK_THROUGH))&&(e=this.parseVastUrl(this.parseNodeText(e),c))&&k.
setCompanionClickThroughURLTemplate(e);
this.getNodesWithName(a,Fa.COMPANION_CLICK_TRACKING).forEach(function(a){(a=d.parseVastUrl(d.parse
NodeText(a),c))&&k.addCompanionClickTrackingURLTemplate(a)});return
k};Gb.prototype.parseCompanionAdIframeResourceElement=function(a,c){var
d=a.getAttribute(jb.ID),e=this.getIntAttribute(a,jb.HEIGHT),f=this.getIntAttribute(a,jb.WIDTH);d=new
oh(d,e,f);(a=this.getFirstNodeWithName(a,Fa.IFRAME_RESOURCE))&&(c=this.parseVastUrl(this.parseNodeText(
a),c))&&d.setIframeResourceURL(c);return d};Gb.prototype.parseCompanionAdHTMLResourceElement=
f u n c t i o n ( a ) { v a r
c=a.getAttribute(jb.ID),d=this.getIntAttribute(a,jb.HEIGHT),e=this.getIntAttribute(a,jb.WIDTH);c=new
ph(c,d,e);if(a=this.getFirstNodeWithName(a,Fa.HTML_RESOURCE))a=this.parseNodeText(a),0<a.length&&c.setHt
m l R e s o u r c e C o n t e n t ( a ) ; r e t u r n
c};Gb.prototype.parseVastUrl=function(a,c){E.isRelativeProtocol(a)&&(a=''+c+a);a=E.encodeUrlWithQueryParams(
E.decodeProtocol(a));if(E.isValidUrlCharacters(a)&&E.isValidProtocol(a))return
a};Gb.prototype.parseDuration=function(a){if(null==a)return-1;var c=
a . s p l i t ( ' : ' ) ; i f ( 3 ! = = c . l e n g t h ) r e t u r n - 1 ; v a r
d=c[2].split('.');a=parseInt(d[0],10);2===d.length&&(a+=parseFloat('0.'+d[1]));d=60*parseInt(c[1],10);c=3600*parseI
nt(c[0],10);return isNaN(c)||isNaN(d)||isNaN(a)||3600<d||60<a?-
1:c+d+a};Gb.DEFAULT_MAX_WRAPPER_DEPTH=8;l.inherits(Db,Ad);Db.setVastParserMaxDepth=function(a){
Db.VAST_PARSER_MAX_DEPTH=a};Db.prototype.parse=function(a,c){return S(this,void 0,void 0,function
e(){var f=this,g,k,m,h,r,A,p,q;return l.generator.createGenerator(e,function(e){if(1==e.nextAddress)return void 0!==
Db.VAST_PARSER_MAX_DEPTH&&f._vastParserStrict.setMaxWrapperDepth(Db.VAST_PARSER_MAX_DEPT
H),e.yield(f.retrieveVast(a),2);if(3!=e.nextAddress){g=e.yieldResult;k=f.getWarnings(g);0<k.length&&Qa.trigger('pr
ogrammatic_vast_parser_strict_warning',{warnings:k},c);m=g.countMediaFileValueOccurences('type');h=m[wk.Vide
oMp4];r=m[wk.ApplicationJavascript];A=pc();p=A('vpaidAsVast');if(!p&&g.isVPAIDCampaign()||p&&!h)throw
h&&r?n.reportMetricEvent(ib.ParseVastFallbackToVpaidWithMp4AndJs):h?n.reportMetricEvent(ib.ParseVastFallba
ckToVpaidWithOnlyMp4):
r?n.reportMetricEvent(ib.ParseVastFallbackToVpaidWithOnlyJs):n.reportMetricEvent(ib.ParseVastFallbackToVpaid
W i t h o u t M p 4 N o r J s ) , n e w
ma(Db.MEDIA_FILE_GIVEN_VPAID_IN_VAST_AD_MESSAGE,da.ProgrammaticVast,qa.MEDIUM,Db.MEDIA
_FILE_GIVEN_VPAID_IN_VAST_AD,g.getErrorURLTemplates(),void
0,a.getSeatId(),a.getCreativeId());h&&r?n.reportMetricEvent(ib.ParseVastWithMp4AndJs):h?n.reportMetricEvent(ib.
ParseVastWithOnlyMp4):r&&n.reportMetricEvent(ib.ParseVastWithOnlyJs);return
e.yield(f._deviceInfo.getConnectionType(),
3)}q=e.yieldResult;return e.return(f.parseVastToCampaign(g,c,a,q))})})};Db.prototype.retrieveVast=function(a){var
c = d e c o d e U R I C o m p o n e n t ( a . g e t C o n t e n t ( ) ) . t r i m ( ) ; r e t u r n
this._vastParserStrict.retrieveVast(c,this._coreApi,this._requestManager,a.getAdvertiserBundleId())};Db.prototype.pa
r s e V a s t T o C a m p a i g n = f u n c t i o n ( a , c , d , e ) { v a r
f=d.getCacheTTL();f={id:this.getProgrammaticCampaignId(),willExpireAt:f?Date.now()+1E3*f:void
0,contentType:Db.ContentType,adType:d.getAdType()||void 0,correlationId:d.getCorrelationId()||
void 0,creativeId:d.getCreativeId()||void 0,seatId:d.getSeatId()||void 0,meta:void
0,session:c,mediaId:d.getMediaId(),trackingUrls:d.getTrackingUrls()||{},isLoadEnabled:!1,skadn:d.getSkadn(),reused
: ! 1 } ; v a r
g=!!d.getAdvertiserBundleId();g?n.reportMetricEvent(ib.VastIsPerformanceAd):n.reportMetricEvent(ib.VastIsBrand
A d ) ; f o r ( v a r
k=[],m=l.makeIterator(a.getImpressionUrls()),h=m.next();!h.done;h=m.next())h=h.value,E.isValid(h)&&k.push(E.enc
odeUrlWithQueryParams(h));m=!1;h=a.getStaticCompanionPortraitUrl();
var r=a.getStaticCompanionLandscapeUrl(),A=a.getIconUrls(),p;if(h){m=!0;var q=new
Id(E.encode(h),c)}if(r){m=!0;var u=new Id(E.encode(r),c)}1<=A.length&&d.getAdvertiserBundleId()&&(p=new
Id(this.validateAndEncodeUrl(A[0],c),c));h=!!a.getIframeCompanionResourceUrl();r=!!a.getHtmlCompanionResourc
eContent();e=gl.getOptimizedVastMediaFile(a.getVideoMediaFiles(),e);if(!e)throw new
ma(mi[P.MEDIA_FILE_URL_NOT_FOUND],da.ProgrammaticVast,qa.HIGH,P.MEDIA_FILE_URL_NOT_FOUN
D,a.getErrorURLTemplates(),void 0,d.getSeatId(),
d . g e t C r e a t i v e I d ( ) ) ; A = e . f i l e U R L ; i f ( ! A ) t h r o w n e w
ma(mi[P.MEDIA_FILE_URL_NOT_FOUND],da.ProgrammaticVast,qa.HIGH,P.MEDIA_FILE_URL_NOT_FOUN
D , a . g e t E r r o r U R L T e m p l a t e s ( ) , v o i d
0,d.getSeatId(),d.getCreativeId());if(this._platform===t.IOS&&!A.match(/^https:\/\//))throw new
ma(mi[P.MEDIA_FILE_UNSUPPORTED_IOS],da.ProgrammaticVast,qa.HIGH,P.MEDIA_FILE_UNSUPPORTED
_IOS,a.getErrorURLTemplates(),A,d.getSeatId(),d.getCreativeId());if(!E.isValid(A))throw new
ma(mi[P.MEDIA_FILE_UNSUPPORTED],da.ProgrammaticVast,qa.HIGH,
P.MEDIA_FILE_UNSUPPORTED,a.getErrorURLTemplates(),A,d.getSeatId(),d.getCreativeId());A=E.encode(A);a=
Object.assign(Object.assign({},f),{vast:a,video:new zb(A,c,void
0,d.getCreativeId(),e.width,e.height),hasStaticEndscreen:m,hasIframeEndscreen:h,hasHtmlEndscreen:r,hasBundleId:g
,staticPortrait:q,staticLandscape:u,useWebViewUserAgentForTracking:d.getUseWebViewUserAgentForTracking(),i
mpressionUrls:k,isOMEnabled:!1,omVendors:[],gameIcon:p});a=new ta(a);return
Promise.resolve(a)};Db.prototype.getWarnings=
f u n c t i o n ( a ) { v a r c = [ ] ; a = l . m a k e I t e r a t o r ( a . g e t A d s ( ) ) ; f o r ( v a r
d=a.next();!d.done;d=a.next())c=c.concat(d.value.getUnsupportedCompanionAds());return
c . m a p ( f u n c t i o n ( a ) { r e t u r n ' U n s u p p o r t e d c o m p a n i o n A d :
'+a})};Db.ContentType=da.ProgrammaticVast;Db.ContentTypeVpaid=da.ProgrammaticVpaid;Db.MEDIA_FILE_GI
VEN_VPAID_IN_VAST_AD_MESSAGE='VAST ad contains media files meant for
VPAID';Db.MEDIA_FILE_GIVEN_VPAID_IN_VAST_AD=499;var
Si=Fe(function(a,c){return{campaigns:{},addCampaign:function(d){var e=c().campaigns,f=
d . g e t U n i q u e I d ( ) ; i f ( ! e [ f ] ) { v a r
g={};a({campaigns:Object.assign(Object.assign({},e),(g[f]=d,g))})}}}}),tf=Fe(function(a,c){return{campaigns:{},cre
a t e C o n t e x t : f u n c t i o n ( d , e ) { v a r f = { } ; r e t u r n
a({campaigns:Object.assign(Object.assign({},c().campaigns),(f[d]={options:e},f))})},adReady:function(d,e){var
f=c(),g=f.client;f=f.campaigns;var k=f[d],m=null===k||void 0===k?void 0:k.session;if(m&&g){var
h={};a({campaigns:Object.assign(Object.assign({},f),(h[d]=Object.assign(Object.assign({},k),{events:Zs(g,m,e)}),
h))})}}}});(function(){tf.subscribe(function(a){var c=a.client,d=a.requireClient;return S(void 0,void 0,void 0,function
f(){var a;return l.generator.createGenerator(f,function(f){if(1==f.nextAddress)return
c & & d ? f . r e t u r n ( ) : f . y i e l d ( c t ( ) , 2 ) ; a = f . y i e l d R e s u l t ; i f ( ! a ) r e t u r n
f.return();tf.setState({client:a});f.jumpToEnd()})})},function(a){return{client:a.client,requireClient:!!Object.keys(a.ca
m p a i g n s ) } } ) } ) ( ) ; ( f u n c t i o n ( ) { t f . s u b s c r i b e ( f u n c t i o n ( a ) { v a r
c=a.client;c&&Object.entries(a.campaigns).forEach(function(a){var d=
l . m a k e I t e r a t o r ( a ) ; a = d . n e x t ( ) . v a l u e ; v a r
f=d.next().value;if(f&&(d=f.options,!f.context&&d)){f=tf.getState().campaigns;var
g={};tf.setState({campaigns:Object.assign(Object.assign({},f),(g[a]=Object.assign(Object.assign({},f[a]),{context:$s(
c,d)}),g))})}})},function(a){return{client:a.client,campaigns:a.campaigns}})})();(function(){be.subscribe(function(a)
{var c=rq();if(a&&c)switch(a){case gi.FIRST_QUARTILE:return c.firstQuartile();case gi.MIDPOINT:return
c.midpoint();case gi.THIRD_QUARTILE:return c.thirdQuartile()}},
Jt)})();(function(){be.subscribe(function(a){var c=rq();if(c)switch(a){case Be.START:return
c.start(be.getState().duration,1);case Be.COMPLETE:return c.complete()}},function(a){return
a.status})})();(function(){Eg.subscribe(function(a){switch(a){case gf.VISIBLE:a=tf.getState();var
c=a.client;a=a.campaigns;var d=Si.getState().currentCampaignId;if(c&&d){var e=a[d],f=null===e||void 0===e?void
0 : e . c o n t e x t ; i f ( f ) { v a r
g={};tf.setState({campaigns:Object.assign(Object.assign({},a),(g[d]=Object.assign(Object.assign({},
e ) , { s e s s i o n : e t ( c , f ) } ) , g ) ) } ) } } b r e a k ; c a s e
gf.HIDDEN:if(a=Si.getState().currentCampaignId)d=tf.getState().campaigns,(e=null===(c=d[a])||void 0===c?void
0:c.session)&&e.finish(),c=Object.assign({},d),delete c[a],tf.setState({campaigns:c})}},function(a){return
a.status})})();l.inherits(ac,oa);ac.prototype.show=function(a){this.sendTrackingEvent(J.SHOW);Eg.setState({status:g
f.VISIBLE});return oa.prototype.show.call(this,a)};ac.prototype.hide=function(){var
a,c;if(this._endScreen){this._endScreen.hide();
var d=this._endScreen.container();null===(a=null===d||void 0===d?void 0:d.parentElement)||void 0===a?void
0:a.removeChild(d)}this._privacy&&(this._privacy.hide(),a=this._privacy.container(),null===(c=null===a||void
0===a?void 0:a.parentElement)||void 0===c?void 0:c.removeChild(a));Eg.setState({status:gf.HIDDEN});return
oa.prototype.hide.call(this)};ac.prototype.onContainerBackground=function(){oa.prototype.onContainerBackground.c
all(this)};ac.prototype.description=function(){return'performance'};
a c . p r o t o t y p e . g e t E n d S c r e e n = f u n c t i o n ( ) { r e t u r n
this._endScreen};ac.prototype.setDownloadStatusMessage=function(a){var
c=document.body.getElementsByClassName('download-message-
text')[0];c&&(c.innerHTML=a)};ac.prototype.disableDownloadButton=function(){var
a = d o c u m e n t . b o d y . g e t E l e m e n t s B y C l a s s N a m e ( ' d o w n l o a d -
container')[0];a&&a.classList.add('disabled')};ac.prototype.enableDownloadButton=function(){var
a = d o c u m e n t . b o d y . g e t E l e m e n t s B y C l a s s N a m e ( ' d o w n l o a d -
container')[0];a&&a.classList.remove('disabled')};ac.prototype.onVideoError=
f u n c t i o n ( ) { v a r
a=this.getEndScreen();a&&a.show();this.sendTrackingEvent(J.ERROR)};ac.prototype.sendTrackingEvent=function(a
){this._thirdPartyEventManager.sendTrackingEvents(this._performanceCampaign,a,'performance');this.handleOM(a)}
;ac.prototype.handleOM=function(a){a===J.LOADED&&Eg.getState().status!==gf.READY&&(Eg.setState({status:
gf.READY}),tf.getState().adReady(this.getCampaign().getUniqueId(),this.parameters.placement.allowSkipInSeconds(
)))};ac.prototype.getCampaign=function(){return this._performanceCampaign};
Cc.prototype.onDownload=function(){var a;null===(a=this._adUnit)||void 0===a?void
0:a.sendClickEvent();a=this.getOperativeEventParams();this._operativeEventManager.sendClick(a);this._campaign
i n s t a n c e o f
za&&this._thirdPartyEventManager.sendTrackingEvents(this._campaign,J.CLICK,'xpromo')};Cc.prototype.handleCli
ckAttribution=function(a){a.clickAttributionUrlFollowsRedirects&&a.clickAttributionUrl?this.handleClickAttributio
nWithRedirects(a.clickAttributionUrl):a.clickAttributionUrl&&this.handleClickAttributionWithoutRedirect(a.clickAtt
ributionUrl)};
Cc.prototype.handleClickAttributionWithoutRedirect=function(a){var
c=this;this._thirdPartyEventManager.clickAttributionEvent(a,!1).catch(function(d){c.triggerDiagnosticsError(d,a)})};
Cc.prototype.handleClickAttributionWithRedirects=function(a){var
c=this;this._thirdPartyEventManager.clickAttributionEvent(a,!0).then(function(a){(a=H.getHeader(a.headers,'location'
))&&c.openURL(a)}).catch(function(d){c.triggerDiagnosticsError(d,a)})};Cc.prototype.triggerDiagnosticsError=func
tion(a,c){var d=this._campaign.getSession();
a i n s t a n c e o f K d & & ( a = n e w
yf(Error(a.message),{request:a.nativeRequest,auctionId:d.id,url:c,response:a.nativeResponse}));Qa.trigger('click_attri
bution_failed',a,d)};Cc.prototype.getVideo=function(){if(this._adUnit instanceof ac)return
this._adUnit.getVideo()};Cc.prototype.getVideoOrientation=function(){if(this._adUnit)return
this._adUnit.getVideoOrientation()};Cc.prototype.getOperativeEventParams=function(){return{placement:this._place
ment,videoOrientation:this.getVideoOrientation(),asset:this.getVideo()}};
v a r
Hg;(function(a){a[a.PREPARED=0]='PREPARED';a[a.OPENED=1]='OPENED';a[a.CLOSED=2]='CLOSED';a[a.F
A I L E D = 3 ] = ' F A I L E D ' } ) ( H g | | ( H g = { } ) ) ; v a r
fj;(function(a){a.APPSHEET_NOT_FOUND='APPSHEET_NOT_FOUND';a.ALREADY_PRESENTING='ALREA
DY_PRESENTING';a.NO_ROOT_VIEWCONTROLLER_FOUND='NO_ROOT_VIEWCONTROLLER_FOUND'}
)(fj||(fj={}));l.inherits(fg,y);fg.prototype.canOpen=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'canOpen')};fg.prototype.prepare=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,
'prepare',[a,void 0===c?3E4:c])};fg.prototype.prepareImmediate=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'prepareImmediate',[a,void
0 = = = c ? 3 E 4 : c ] ) } ; f g . p r o t o t y p e . p r e s e n t = f u n c t i o n ( a , c ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'presentWithTopViewControllerSupport',[a,void
0===c?!0:c])};fg.prototype.destroy=function(a){return'undefined'===typeof
a?this._nativeBridge.invoke(this._fullApiClassName,'destroy'):this._nativeBridge.invoke(this._fullApiClassName,'des
troy',
[ a ] ) } ; f g . p r o t o t y p e . s e t P r e p a r e T i m e o u t = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setPrepareTimeout',[a])};fg.prototype.getPrepareTimeout=functio
n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getPrepareTimeout')};fg.prototype.handleEvent=function(a,c){swi
tch(a){case Hg[Hg.PREPARED]:this.onPrepared.trigger(c[0]);break;case
Hg[Hg.OPENED]:this.onOpen.trigger(c[0]);break;case Hg[Hg.CLOSED]:this.onClose.trigger(c[0]);break;case
Hg[Hg.FAILED]:this.onError.trigger(c[0],
c[1]);break;default:y.prototype.handleEvent.call(this,a,c)}};l.inherits(nh,Cc);nh.prototype.onDownload=function(a){C
c . p r o t o t y p e . o n D o w n l o a d . c a l l ( t h i s , a ) ; v a r
c=this._deviceInfo.get('screenWidth')>=this._deviceInfo.get('screenHeight')?Ha.LANDSCAPE:Ha.PORTRAIT;c=Eb.
isAppSheetBroken(this._deviceInfo.getOsVersion(),this._deviceInfo.getModel(),c);a.clickAttributionUrl?(this.handle
ClickAttribution(a),a.clickAttributionUrlFollowsRedirects||this.openAppleAppStore(a,c)):this.openAppleAppStore(a,c
)};nh.prototype.openAppleAppStore=
f u n c t i o n ( a , c ) { v a r
d=this,e=this.getAppleAppStoreUrl(a);e&&(c||a.bypassAppSheet?this.openURL(e,a.appStoreId):this._store.iOS.AppS
h e e t . c a n O p e n ( ) . t h e n ( f u n c t i o n ( c ) { i f ( c ) { i f ( a . a p p S t o r e I d ) { v a r
f={id:Number(a.appStoreId)};d._store.iOS.AppSheet.present(f).then(function(){d.reportAppSheetSDKMetric(cb.Sho
wedAppSheetWithSkadnAttribution);d.recordAndSendTimeSpentAway(rk.Dialog,a.appStoreId);d._store.iOS.AppShe
et.destroy(f)}).catch(function(c){c=l.makeIterator(c).next().value;c!==fj.APPSHEET_NOT_FOUND&&c!==fj.NO_
ROOT_VIEWCONTROLLER_FOUND||
d.openURL(e,a.appStoreId);d.reportAppSheetSDKMetric(cb.ErrorInShowingAppSheetWithSkadnAttribution,c===fj.
APPSHEET_NOT_FOUND||c===fj.ALREADY_PRESENTING||c===fj.NO_ROOT_VIEWCONTROLLER_FOUN
D ? { e r r o r : c } : { } ) } ) } } e l s e
d.openURL(e,a.appStoreId)}))};nh.prototype.getAppleAppStoreUrl=function(a){if(a.appStoreId)return'https://itunes.a
pple.com/app/id'+a.appStoreId};nh.prototype.openURL=function(a,c){this.recordAndSendTimeSpentAway(rk.Extern
al,c);this._core.iOS.UrlScheme.open(a)};nh.prototype.recordAndSendTimeSpentAway=
function(a,c){return S(this,void 0,void 0,function e(){var f=this,g,k,m,h;return
l.generator.createGenerator(e,function(e){switch(e.nextAddress){case 1:return
g=++f._storeAccessCount,e.setCatchFinallyBlocks(2),e.yield(f.fetchDeviceFreeSpace(),4);case 4:return
k=e.yieldResult,e.yield(f._operativeEventManager.recordTimeSpentOnStore(),5);case 5:return
m = e . y i e l d R e s u l t , e . y i e l d ( f . f e t c h D e v i c e F r e e S p a c e ( ) , 6 ) ; c a s e
6:h=e.yieldResult;f._operativeEventManager.sendStoreOpenEvent(a,m,g,{preClickFreeSpace:k,postClickFreeSpace:h
});
c&&ha.setStoreOpenDurations(c,f._campaign,m);e.leaveTryBlock(0);break;case
2:e.enterCatchBlock(),n.reportMetricEvent(lk.AppleStoreHandlerError),e.jumpToEnd()}})})};nh.prototype.reportApp
SheetSDKMetric=function(a,c){this._campaign.getSkAdn()&&n.reportMetricEventWithTags(a,Object.assign({cnt:thi
s._campaign.getContentType()},c))};nh.prototype.fetchDeviceFreeSpace=function(){return S(this,void 0,void
0,function c(){var d,e=this,f;return l.generator.createGenerator(c,function(c){if(1==c.nextAddress)return d=
function(){},c.yield(e._deviceInfo.getFreeSpace().catch(d),2);f=c.yieldResult;return
c.return({internal:f})})})};l.inherits(Th,Cc);Th.prototype.onDownload=function(a){Cc.prototype.onDownload.call(thi
s,a);a.clickAttributionUrl?(this.handleClickAttribution(a),a.clickAttributionUrlFollowsRedirects||this.openGoogleApp
Store(a)):this.openGoogleAppStore(a)};Th.prototype.openGoogleAppStore=function(a){var
c=this._clientInfo.getApplicationName();(c=this.getGoogleAppStoreUrl(a,c))&&this.openURL(c,a.appStoreId)};
Th.prototype.getGoogleAppStoreUrl=function(a){if(a.appStoreId)return'market://details?id='+a.appStoreId};Th.protot
ype.openURL=function(a,c){this.recordAndSendTimeSpentAway(rk.External,c);this._core.Android.Intent.launch({ac
tion:'android.intent.action.VIEW',uri:a})};Th.prototype.recordAndSendTimeSpentAway=function(a,c){return
S(this,void 0,void 0,function e(){var f=this,g,k,m,h;return
l.generator.createGenerator(e,function(e){switch(e.nextAddress){case 1:return
g=++f._storeAccessCount,e.setCatchFinallyBlocks(2),
e . y i e l d ( f . f e t c h D e v i c e F r e e S p a c e ( ) , 4 ) ; c a s e 4 : r e t u r n
k=e.yieldResult,e.yield(f._operativeEventManager.recordTimeSpentOnStore(),5);case 5:return
m = e . y i e l d R e s u l t , e . y i e l d ( f . f e t c h D e v i c e F r e e S p a c e ( ) , 6 ) ; c a s e
6:h=e.yieldResult;f._operativeEventManager.sendStoreOpenEvent(a,m,g,{preClickFreeSpace:k,postClickFreeSpace:h
});c&&ha.setStoreOpenDurations(c,f._campaign,m);e.leaveTryBlock(0);break;case
2:e.enterCatchBlock(),n.reportMetricEvent(lk.GoogleStoreHandlerError),e.jumpToEnd()}})})};Th.prototype.fetchDe
viceFreeSpace=
function(){return S(this,void 0,void 0,function c(){var d=this,e,f,g,k,m,h;return
l.generator.createGenerator(c,function(c){if(1==c.nextAddress){if(!d.deviceInfo)return
c . j u m p T o ( 0 ) ; e = d . d e v i c e I n f o ; f = f u n c t i o n ( ) { } ; r e t u r n
c.yield(Promise.all([e.getFreeSpace().catch(f),e.getFreeSpaceExternal().catch(f)]),3)}g=c.yieldResult;k=l.makeIterato
r ( g ) ; m = k . n e x t ( ) . v a l u e ; h = k . n e x t ( ) . v a l u e ; r e t u r n
c.return({internal:m,external:h})})})};l.inherits(el,Cc);el.prototype.onDownload=function(a){Cc.prototype.onDownlo
ad.call(this,
a);a.clickAttributionUrl&&this.handleClickAttributionWithoutRedirect(a.clickAttributionUrl);a.appDownloadUrl&&t
his.handleAppDownloadUrl(a.appDownloadUrl)};el.prototype.handleAppDownloadUrl=function(a){a=decodeURICo
m p o n e n t ( a ) ; r e t u r n
this.openURL(a)};el.prototype.openURL=function(a){this._core.Android.Intent.launch({action:'android.intent.action.
VIEW',uri:a})};l.inherits(Tj,Cc);Tj.prototype.onDownload=function(a){Cc.prototype.onDownload.call(this,a);a.click
AttributionUrl?(this.handleClickAttribution(a),
a.clickAttributionUrlFollowsRedirects||this.openXiaomiAppStore(a)):this.openXiaomiAppStore(a)};Tj.prototype.open
X i a o m i A p p S t o r e = f u n c t i o n ( a ) { v a r
c=this._clientInfo.getApplicationName();(a=this.getXiaomiAppStoreUrl(a,c))&&this.openURL(a)};Tj.prototype.getX
iaomiAppStoreUrl=function(a,c){if(a.appStoreId)return'migamecenter://details?pkgname='+a.appStoreId+'&channel=
unityAds&from='+c+'&trace='+this._coreConfig.getToken()};Tj.prototype.openURL=function(a){this._core.Android.
Intent.launch({action:'android.intent.action.VIEW',
uri:a})};l.inherits(jc,R);jc.prototype.setSignature=function(a){this.set('signature',a)};jc.prototype.getSignature=functio
n ( ) { r e t u r n
this.get('signature')};jc.prototype.setItunesItem=function(a){this.set('itunesitem',a)};jc.prototype.getItunesItem=functi
o n ( ) { r e t u r n
this.get('itunesitem')};jc.prototype.setSourceApp=function(a){this.set('sourceapp',a)};jc.prototype.getSourceApp=func
t i o n ( ) { r e t u r n
this.get('sourceapp')};jc.prototype.setNetwork=function(a){this.set('network',a)};jc.prototype.getNetwork=
f u n c t i o n ( ) { r e t u r n
this.get('network')};jc.prototype.setCampaign=function(a){this.set('campaign',a)};jc.prototype.getCampaign=function(
) { r e t u r n
this.get('campaign')};jc.prototype.setTimestamp=function(a){this.set('timestamp',a)};jc.prototype.getTimestamp=func
t i o n ( ) { r e t u r n
this.get('timestamp')};jc.prototype.setNonce=function(a){this.set('nonce',a)};jc.prototype.getNonce=function(){return
this.get('nonce')};jc.prototype.setVersion=function(a){this.set('version',a)};jc.prototype.getVersion=function(){return
this.get('version')};
jc.prototype.setFidelities=function(a){this.set('fidelities',a)};jc.prototype.getFidelities=function(){return
this.get('fidelities')};jc.prototype.getDTO=function(){return{signature:this.get('signature'),itunesitem:this.get('itunesite
m'),sourceapp:this.get('sourceapp'),network:this.get('network'),campaign:this.get('campaign'),timestamp:this.get('times
tamp'),nonce:this.get('nonce'),version:this.get('version'),fidelities:this.get('fidelities')}};l.inherits(Qf,R);Qf.prototype.se
tFidelity=function(a){this.set('fidelity',
a ) } ; Q f . p r o t o t y p e . g e t F i d e l i t y = f u n c t i o n ( ) { r e t u r n
this.get('fidelity')};Qf.prototype.setSignature=function(a){this.set('signature',a)};Qf.prototype.getSignature=function()
{ r e t u r n
this.get('signature')};Qf.prototype.setTimestamp=function(a){this.set('timestamp',a)};Qf.prototype.getTimestamp=fun
c t i o n ( ) { r e t u r n
this.get('timestamp')};Qf.prototype.setNonce=function(a){this.set('nonce',a)};Qf.prototype.getNonce=function(){retur
n this.get('nonce')};Qf.prototype.getDTO=function(){return{fidelity:this.get('fidelity'),
signature:this.get('signature'),timestamp:this.get('timestamp'),nonce:this.get('nonce')}};var
bn;(function(a){a[a.VIEW=0]='VIEW';a[a.CLICK=1]='CLICK'})(bn||(bn={}));var iv=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-
9 a - f ] { 4 } - [ 0 - 9 a - f ] { 4 } - [ 0 - 9 a -
f]{12}$/i,Wb={getStoreURLFromClickThroughURL:function(a,c,d){a=a.getUseWebViewUserAgentForTracking();v
ar e=E.getAppStoreUrlTemplates(t.IOS);return c.followRedirectChain(d,a,e).catch(function(){return
d}).then(function(a){return a})},openAppSheet:function(a,c,d){null===c||void 0===
c?void 0:c.onDownload({clickAttributionUrl:void 0,clickAttributionUrlFollowsRedirects:void
0,bypassAppSheet:!1,appStoreId:a.getSkadnAppStoreId(),store:pe.APPLE,appDownloadUrl:d})},prepareAppSheetO
ptions:function(a,c,d){var e;c={id:Number(c)};var f=a.getSkAdn();if(f){f=new jc(f);var
g=qq(f,bn.CLICK);if(f.getSignature()||(null===g||void 0===g?0:g.getSignature())){g=f.getSignature()?f:g;var
k=g.getNonce();if(void 0!==k&&(0===k.length||!iv.test(k))){k=void 0;var m=null===(e=a.getSeatId())||void 0===e?
v o i d
0:e.toString();n.reportMetricEventWithTags(cb.InvalidNonce,m?{seatId:m}:{})}c=Object.assign(Object.assign({},c),
{adNetworkId:f.getNetwork(),adNetworkCampaignId:Number(f.getCampaign()||''),adNetworkNonceString:k,adNetw
orkImpressionTimestamp:Number(g.getTimestamp()||''),adNetworkAttributionSignature:g.getSignature()});e=f.getVer
sion();e===ad.version2_0||e===ad.version2_1||e===ad.version2_2||e===ad.version3_0?(c=Object.assign(Object.assig
n({},c),{adNetworkSourceAppStoreIdentifier:Number(f.getSourceApp()||
''),adNetworkPayloadVersion:e}),d.logInfo('Preparing appsheet with SKAdNetwork Attribution Version
'+e)):d.logInfo('Preparing appsheet with SKAdNetwork Attribution Version
1.0');n.reportMetricEventWithTags(cb.PreparedAppSheetWithSkadnAttribution,{cnt:a.getContentType()})}else
d.logWarning('Preparing appsheet with no SKAdNetwork Attribution')}else d.logWarning('Preparing appsheet with
n o S K A d N e t w o r k A t t r i b u t i o n ' ) ; r e t u r n
c},prepareSKAdImpression:function(a,c,d){a=a.getSkAdn();c=Number(c);if(a&&!isNaN(c)&&
isFinite(c)){var e=new jc(a),f=qq(e,bn.VIEW);if(f){a=Number(e.getSourceApp());var
g=Number(e.getCampaign()),k=Number(f.getTimestamp()),m=f.getNonce();f=f.getSignature();var
h=e.getNetwork();e=e.getVersion();if(!isNaN(a)&&isFinite(a)&&!isNaN(g)&&isFinite(g)&&!isNaN(k)&&isFinite(k
) & & h & & m & & f & & e ) { v a r
r={sourceAppStoreItemIdentifier:a,advertisedAppStoreItemIdentifier:c,adNetworkIdentifier:h,adCampaignIdentifier:
g,adImpressionIdentifier:m,timestamp:k,signature:f,version:e};d.logInfo('Preparing VTA with SKAdNetwork
Attribution Version '+
e ) } } } r e t u r n
r}},Jb;(function(a){a[a.OPENED=0]='OPENED';a[a.CLOSED=1]='CLOSED';a[a.ERRORED=2]='ERRORED'})(Jb||
(Jb={}));l.inherits(Xe,ac);Xe.prototype.onAppSheetOpened=function(){this._appSheetState=Jb.OPENED;this.canSho
wVideo()&&(this.setVideoState(fa.PAUSED),this._ads.VideoPlayer.pause());this.endVTAImpression()};Xe.prototyp
e.onAppSheetClosed=function(){this._appSheetState=Jb.CLOSED;this.canResumeVideo()&&(this.setVideoState(fa.
PLAYING),this._ads.VideoPlayer.play())};Xe.prototype.onAppSheetErrored=
function(){this._appSheetState=Jb.ERRORED;this.canResumeVideo()&&(this.setVideoState(fa.PLAYING),this._ads
.VideoPlayer.play())};Xe.prototype.canResumeVideo=function(){return
this.isShowing()&&this.canShowVideo()&&this.canPlayVideo()};Xe.prototype.isAppSheetOpen=function(){return
this._appSheetState===Jb.OPENED};Xe.prototype.hide=function(){this._store.iOS.AppSheet.onOpen.unsubscribe(th
is._appSheetOpenObserver);this._store.iOS.AppSheet.onClose.unsubscribe(this._appSheetCloseObserver);this._store.
iOS.AppSheet.onError.unsubscribe(this._appSheetErrorObserver);
this._isVTASupported&&this._skadImpression&&this.hideVTAImpression();return
ac.prototype.hide.call(this)};Xe.prototype.configSKAdImpression=function(){var
a=this,c=this._performanceCampaign.getAppStoreId();if(this._isVTASupported&&c&&(this._skadImpression=Wb.p
repareSKAdImpression(this._performanceCampaign,c,this.getCore().Sdk))){var
d=this._performanceCampaign.getContentType();this._skAdNetworkImpressionStartSuccessObserver=this._skAdNet
work.onStartSuccess.subscribe(function(){a._isStartImpressionRecorded=
!0;n.reportMetricEventWithTags(cb.StartVTAImpressionSuccess,{cnt:d})});this._skAdNetworkImpressionStartFailur
eObserver=this._skAdNetwork.onStartFailure.subscribe(function(){n.reportMetricEventWithTags(cb.StartVTAImpre
ssionFailure,{cnt:d})});this._skAdNetworkImpressionEndSuccessObserver=this._skAdNetwork.onEndSuccess.subscr
ibe(function(){a._isEndImpressionRecorded=!0;n.reportMetricEventWithTags(cb.EndVTAImpressionSuccess,{cnt:d
})});this._skAdNetworkImpressionEndFailureObserver=this._skAdNetwork.onEndFailure.subscribe(function(){n.rep
ortMetricEventWithTags(cb.EndVTAImpressionFailure,
{ c n t : d } ) } ) ; v a r
e=this.onStartProcessed.subscribe(function(){a.onStartProcessed.unsubscribe(e);a._skAdNetwork.startVTAImpressio
n(a._skadImpression)})}};Xe.prototype.endVTAImpression=function(){this._skadImpression&&this.canRecordEndI
mpression&&this._skAdNetwork.endVTAImpression(this._skadImpression)};Xe.prototype.hideVTAImpression=fun
c t i o n ( ) { v a r
a=this;this.endVTAImpression();this._skAdNetwork.onStartSuccess.unsubscribe(this._skAdNetworkImpressionStartS
uccessObserver);this._skAdNetwork.onStartFailure.unsubscribe(this._skAdNetworkImpressionStartFailureObserver);
setTimeout(function(){a._skAdNetwork.onEndSuccess.unsubscribe(a._skAdNetworkImpressionEndSuccessObserver)
;a._skAdNetwork.onEndFailure.unsubscribe(a._skAdNetworkImpressionEndFailureObserver)},2E3)};Xe.prototype.o
nContainerDestroy=function(){this.endVTAImpression();ac.prototype.onContainerDestroy.call(this)};l.global.Object.
defineProperties(Xe.prototype,{canRecordEndImpression:{configurable:!0,enumerable:!0,get:function(){return
this.isShowing()&&this._isVTASupported&&this._isStartImpressionRecorded&&
! t h i s . _ i s E n d I m p r e s s i o n R e c o r d e d } } } ) ; v a r
dd;(function(a){a[a.PAGE_STARTED=0]='PAGE_STARTED';a[a.PAGE_FINISHED=1]='PAGE_FINISHED';a[a.E
RROR=2]='ERROR';a[a.HTTP_ERROR=3]='HTTP_ERROR';a[a.PERMISSION_REQUEST=4]='PERMISSION_R
EQUEST';a[a.LOAD_RESOUCE=5]='LOAD_RESOUCE';a[a.SSL_ERROR=6]='SSL_ERROR';a[a.CLIENT_CERT
_REQUEST=7]='CLIENT_CERT_REQUEST';a[a.HTTP_AUTH_REQUEST=8]='HTTP_AUTH_REQUEST';a[a.SC
ALE_CHANGED=9]='SCALE_CHANGED';a[a.LOGIN_REQUEST=10]='LOGIN_REQUEST';a[a.PROGRESS_C
HANGED=11]='PROGRESS_CHANGED';
a[a.RECEIVED_TITLE=12]='RECEIVED_TITLE';a[a.RECEIVED_ICON=13]='RECEIVED_ICON';a[a.RECEIVE
D_TOUCH_ICON_URL=14]='RECEIVED_TOUCH_ICON_URL';a[a.SHOW_CUSTOM_VIEW=15]='SHOW_CU
STOM_VIEW';a[a.HIDE_CUSTOM_VIEW=16]='HIDE_CUSTOM_VIEW';a[a.CREATE_WINDOW=17]='CREAT
E_WINDOW';a[a.CLOSE_WINDOW=18]='CLOSE_WINDOW';a[a.REQUEST_FOCUS=19]='REQUEST_FOCUS'
;a[a.JS_ALERT=20]='JS_ALERT';a[a.JS_CONFIRM=21]='JS_CONFIRM';a[a.JS_PROMPT=22]='JS_PROMPT';a[a
.CONSOLE_MESSAGE=23]='CONSOLE_MESSAGE';a[a.SHOW_FILE_CHOOSER=24]='SHOW_FILE_CHOOS
ER';
a[a.GEOLOCATION_PERMISSIONS_SHOW=25]='GEOLOCATION_PERMISSIONS_SHOW';a[a.WEBPLAYER
_EVENT=26]='WEBPLAYER_EVENT';a[a.DOWNLOAD_START=27]='DOWNLOAD_START';a[a.SHOULD_O
VERRIDE_URL_LOADING=28]='SHOULD_OVERRIDE_URL_LOADING';a[a.SHOULD_OVERRIDE_KEY_E
VENT=29]='SHOULD_OVERRIDE_KEY_EVENT';a[a.PAGE_COMMIT_VISIBLE=30]='PAGE_COMMIT_VISI
BLE';a[a.FORM_RESUBMISSION=31]='FORM_RESUBMISSION';a[a.UNHANDLED_KEY_EVENT=32]='UNH
ANDLED_KEY_EVENT';a[a.SHOULD_INTERCEPT_REQUEST=33]='SHOULD_INTERCEPT_REQUEST';a[a.C
REATE_WEBVIEW=
34]='CREATE_WEBVIEW';a[a.FRAME_UPDATE=35]='FRAME_UPDATE';a[a.GET_FRAME_RESPONSE=36]=
' G E T _ F R A M E _ R E S P O N S E ' } ) ( d d | | ( d d = { } ) ) ; v a r
cn;(function(a){a[a.NONE=0]='NONE';a[a.AUDIO=1]='AUDIO';a[a.VIDEO=2]='VIDEO';a[a.ALL=3]='ALL'})(cn||(
c n = { } ) ) ; v a r
Yn;(function(a){a.BannerPlayer='bannerplayer';a.WebPlayer='webplayer'})(Yn||(Yn={}));l.inherits(Jf,y);Jf.prototype.
s e t U r l = f u n c t i o n ( a , c ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setUrl',[a,c])};Jf.prototype.setData=function(a,c,d,e){return
this._nativeBridge.invoke(this._fullApiClassName,
'setData',[a,c,d,e])};Jf.prototype.setDataWithUrl=function(a,c,d,e,f){return
this._nativeBridge.invoke(this._fullApiClassName,'setDataWithUrl',[a,c,d,e,f])};Jf.prototype.setSettings=function(a,c,
d){var e=this;return this._nativeBridge.invoke(this._fullApiClassName,'setSettings',[a,c,d]).catch(function(a){return
e._nativeBridge.getPlatform()===t.ANDROID&&'WEBPLAYER_NULL'===a?Promise.resolve():Promise.reject(a)}
)};Jf.prototype.clearSettings=function(a){return this._nativeBridge.invoke(this._fullApiClassName,
'clearSettings',[a])};Jf.prototype.setEventSettings=function(a,c){var d=this;return
this._nativeBridge.invoke(this._fullApiClassName,'setEventSettings',[a,c]).catch(function(a){return
d._nativeBridge.getPlatform()===t.ANDROID&&'WEBPLAYER_NULL'===a?Promise.resolve():Promise.reject(a)}
) } ; J f . p r o t o t y p e . s e n d E v e n t = f u n c t i o n ( a , c ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'sendEvent',[a,c])};Jf.prototype.getFrame=function(a){var
c=this,d=Oh.generate(),e;return wf.withTimeout(new Promise(function(f){e=
c.onGetFrameResponse.subscribe(function(a,k,m,h,r,n){a===d&&(f([m,h,r,n]),e&&c.onGetFrameResponse.unsubscr
ibe(e))});c._nativeBridge.invoke(c._fullApiClassName,'getFrame',[d,a])}),500).catch(function(a){e&&c.onGetFrame
Response.unsubscribe(e);return a})};Jf.prototype.handleEvent=function(a,c){var
d=l.makeIterator(c),e=d.next().value;d=d.next().value;var f=c[c.length-1];switch(a){case
dd[dd.PAGE_STARTED]:this.onPageStarted.trigger(f,e);break;case
dd[dd.PAGE_FINISHED]:this.onPageFinished.trigger(f,e);
break;case dd[dd.ERROR]:this.onWebPlayerError.trigger(f,e);this.onPageFinished.trigger(f,e);break;case
dd[dd.WEBPLAYER_EVENT]:this.onWebPlayerEvent.trigger(f,e);break;case
dd[dd.SHOULD_OVERRIDE_URL_LOADING]:this.shouldOverrideUrlLoading.trigger(f,e,d);break;case
dd[dd.CREATE_WEBVIEW]:this.onCreateWebView.trigger(f,e);break;case
dd[dd.FRAME_UPDATE]:a=c.slice(0,6);this.onFrameUpdate.trigger.apply(this.onFrameUpdate,l.arrayFromIterable(
a ) ) ; b r e a k ; c a s e
dd[dd.GET_FRAME_RESPONSE]:a=c.slice(0,7);this.onGetFrameResponse.trigger.apply(this.onGetFrameResponse,
l.arrayFromIterable(a));break;default:y.prototype.handleEvent.call(this,a,c)}};l.inherits(Pa,M);Pa.prototype.show=fun
ction(a){var c=Object.create(null,{show:{get:function(){return M.prototype.show}}});return S(this,void 0,void
0,function e(){var f=this,g;return l.generator.createGenerator(e,function(e){if(1==e.nextAddress)return
g=f,c.show.call(f,a),f.onShow(),e.yield(f.setupWebPlayer(),2);if(3!=e.nextAddress)return
f.urlLoadingObserver=f.webPlayerContainer.shouldOverrideUrlLoading.subscribe(function(a){return
g.onUrlLoad(a)}),
f.setupPrivacyObservers(),e.yield(f.getContainer().open(f,['webplayer','webview'],!1,f.getForceOrientation(),!1,!1,!0,!
1,f.getShowOptions().getOptions()),3);f.onStart.trigger();e.jumpToEnd()})})};Pa.prototype.hide=function(){this.onHi
d e ( ) ; t h i s . h i d e V i e w ( ) ; r e t u r n
this.getContainer().close()};Pa.prototype.description=function(){return'vpaid'};Pa.prototype.openUrl=function(a){var
c ; i f ( a ) { v a r
d=this.getPlatform();d===t.IOS?this.getCore().iOS.UrlScheme.open(a):d===t.ANDROID&&(null===(c=this.getCore
().Android)||
v o i d 0 = = = c ? v o i d
0:c.Intent.launch({action:'android.intent.action.VIEW',uri:a}))}};Pa.prototype.sendTrackingEvent=function(a){var
c=this,d=this.vpaidCampaign.getTrackingUrlsForEvent(a),e=this.vpaidCampaign.getSession().id,f=Object.assign({cnt
:this.vpaidCampaign.getContentType()},ym());a===J.START&&n.reportMetricEventWithTags(lc.StartV2EventFired
,f);a!==J.IMPRESSION||E.containsPTSTrackingUrl(d)||n.reportMetricEventWithTags(lc.ImpressionV2EventMissing,
f);d.forEach(function(d){return c.getThirdPartyEventManager().sendWithGet('vpaid '+
a,e,d)})};Pa.prototype.sendImpressionTracking=function(){var
a=this,c=this.vpaidCampaign.getImpressionUrls(),d=this.vpaidCampaign.getSession().id;null===c||void 0===c?void
0:c.forEach(function(c){a.getThirdPartyEventManager().sendWithGet('vpaid
impression',d,c)})};Pa.prototype.mute=function(){this.view.mute()};Pa.prototype.unmute=function(){this.view.unmut
e()};Pa.prototype.onAdLoaded=function(){this.timer.stop();this.view.showAd()};Pa.prototype.onContainerShow=fun
ction(){this.setShowing(!0);this.onContainerForeground()};
Pa.prototype.onContainerBackground=function(){this.view.pauseAd();this.isShowing()&&Yb('backGroundClose')&
&this.hide()};Pa.prototype.onContainerForeground=function(){this.showCloser();this.view.isLoaded?this.showPrivac
y||this.isAppSheetOpen()||this.view.resumeAd():this.view.loadWebPlayer()};Pa.prototype.setWebViewSize=function(
a){return S(this,void 0,void 0,function d(){var e=this,f,g,k,m,h,r;return
l.generator.createGenerator(d,function(d){if(1==d.nextAddress)return
f=e.getDeviceInfo(),d.yield(Promise.all([f.getScreenWidth(),
f.getScreenHeight()]),2);g=d.yieldResult;k=l.makeIterator(g);m=k.next().value;h=k.next().value;r=a?h:e.topAreaHeig
h t ; r e t u r n
d.return(e.getContainer().setViewFrame('webview',0,0,m,r))})})};Pa.prototype.setupPrivacyObservers=function(){var
a=this;this.closer.onPrivacyClosed&&this.closer.onPrivacyClosed.subscribe(function(){a.setWebViewSize(!a.isFullS
creen);a.view.resumeAd();a.showPrivacy=!1});this.closer.onPrivacyOpened&&this.closer.onPrivacyOpened.subscrib
e(function(){a.setWebViewSize(a.isFullScreen);
a.view.pauseAd();a.showPrivacy=!0})};Pa.prototype.setupWebPlayer=function(){return
this.getPlatform()===t.ANDROID?this.setupAndroidWebPlayer():this.setupIosWebPlayer()};Pa.prototype.setupAndr
o i d W e b P l a y e r = f u n c t i o n ( ) { v a r
a=this.webPlayerContainer.setSettings({setSupportMultipleWindows:[!1],setJavaScriptCanOpenWindowsAutomatica
lly:[!0],setMediaPlaybackRequiresUserGesture:[!1]},{}),c=this.webPlayerContainer.setEventSettings({onPageStarted
:{sendEvent:!0},shouldOverrideUrlLoading:{sendEvent:!0,returnValue:!0},
o n R e c e i v e d S s l E r r o r : { s h o u l d C a l l S u p e r : ! 0 } } ) ; r e t u r n
Promise.all([a,c])};Pa.prototype.setupIosWebPlayer=function(){return
Promise.all([this.webPlayerContainer.setSettings({allowsPlayback:!0,playbackRequiresAction:!1,typesRequiringActi
on:cn.NONE},{}),this.webPlayerContainer.setEventSettings({onPageStarted:{sendEvent:!0},shouldOverrideUrlLoadi
ng:{sendEvent:!0,returnValue:!0},onReceivedSslError:{shouldCallSuper:!0}})])};Pa.prototype.onAdUnitNotLoaded
=function(){this.setFinishState(ja.ERROR);this.sendErrorEvent(Ib.INTERNAL_ERROR,
'VPAID failed to load within timeout');Qa.trigger('vpaid_load_timeout',new yf(Error('VPAID failed to load within
timeout'),{id:this.vpaidCampaign.id}),this.vpaidCampaign.getSession());this.hide()};Pa.prototype.onShow=function()
{this.timer.start();this.getContainer().addEventHandler(this)};Pa.prototype.onHide=function(){var
a;null===(a=this.closer.container().parentElement)||void 0===a?void
0:a.removeChild(this.closer.container());this.timer.stop();this.setShowing(!1);this.sendCompletedEvent();this.onClose
.trigger();
this.webPlayerContainer.shouldOverrideUrlLoading.unsubscribe(this.urlLoadingObserver);this.getContainer().remov
e E v e n t H a n d l e r ( t h i s ) } ; P a . p r o t o t y p e . h i d e V i e w = f u n c t i o n ( ) { v a r
a;this.view.mute();this.view.hide();this.closer.hide();null===(a=this.endScreen)||void 0===a?void
0:a.remove()};Pa.prototype.showCloser=function(){return S(this,void 0,void 0,function c(){var d=this;return
l.generator.createGenerator(c,function(c){if(1==c.nextAddress)return document.body.querySelector('#end-
screen')?c.return(d.setWebViewSize(d.isFullScreen)):
c.yield(d.setWebViewSize(!d.isFullScreen),2);d.closer.container().parentNode||document.body.appendChild(d.closer.
container());c.jumpToEnd()})})};Pa.prototype.getAndroidViewSize=function(a,c){return
c / 1 6 0 * a } ; P a . p r o t o t y p e . g e t S c r e e n D e n s i t y = f u n c t i o n ( ) { r e t u r n
this.getPlatform()===t.ANDROID?this.getDeviceInfo().getScreenDensity():0};Pa.prototype.onUrlLoad=function(a){
0!==a.indexOf('file://')&&0!==a.indexOf('about:blank')&&this.openUrl(a)};Pa.prototype.getEndScreen=function(){re
turn this.endScreen};Pa.prototype.isAppSheetOpen=
function(){return!1};Pa.prototype.onContainerDestroy=function(){};Pa.prototype.onContainerSystemMessage=functi
on(){};l.inherits(We,Pa);We.prototype.onAppSheetOpened=function(){this._appSheetState=Jb.OPENED;this.isShowi
ng()&&this.view.pauseAd();this.endVTAImpression()};We.prototype.onAppSheetClosed=function(){this._appSheetS
tate=Jb.CLOSED;this.canResumeVideo()&&this.view.resumeAd()};We.prototype.onAppSheetErrored=function(){thi
s._appSheetState=Jb.ERRORED;this.canResumeVideo()&&this.view.resumeAd()};
W e . p r o t o t y p e . c a n R e s u m e V i d e o = f u n c t i o n ( ) { r e t u r n
this.isShowing()&&this.view.isLoaded&&!this.showPrivacy};We.prototype.isAppSheetOpen=function(){return
this._appSheetState===Jb.OPENED};We.prototype.hide=function(){this._store.iOS.AppSheet.onOpen.unsubscribe(t
his._appSheetOpenObserver);this._store.iOS.AppSheet.onClose.unsubscribe(this._appSheetCloseObserver);this._stor
e.iOS.AppSheet.onError.unsubscribe(this._appSheetErrorObserver);this._isVTASupported&&this._skadImpression&
&this.hideVTAImpression();return Pa.prototype.hide.call(this)};
W e . p r o t o t y p e . c o n f i g S K A d I m p r e s s i o n = f u n c t i o n ( ) { v a r
a=this,c=this.vpaidCampaign.getSkadnAppStoreId();if(this._isVTASupported&&c&&(this._skadImpression=Wb.pre
pareSKAdImpression(this.vpaidCampaign,c,this.getCore().Sdk))){var
d=this.vpaidCampaign.getContentType();this._skAdNetworkImpressionStartSuccessObserver=this._skAdNetwork.on
StartSuccess.subscribe(function(){a._isStartImpressionRecorded=!0;n.reportMetricEventWithTags(cb.StartVTAImpre
ssionSuccess,{cnt:d})});this._skAdNetworkImpressionStartFailureObserver=
this._skAdNetwork.onStartFailure.subscribe(function(){n.reportMetricEventWithTags(cb.StartVTAImpressionFailure
,{cnt:d})});this._skAdNetworkImpressionEndSuccessObserver=this._skAdNetwork.onEndSuccess.subscribe(function
(){a._isEndImpressionRecorded=!0;n.reportMetricEventWithTags(cb.EndVTAImpressionSuccess,{cnt:d})});this._sk
AdNetworkImpressionEndFailureObserver=this._skAdNetwork.onEndFailure.subscribe(function(){n.reportMetricEve
n t W i t h T a g s ( c b . E n d V T A I m p r e s s i o n F a i l u r e , { c n t : d } ) } ) ; v a r
e=this.onStartProcessed.subscribe(function(){a.onStartProcessed.unsubscribe(e);
a._skAdNetwork.startVTAImpression(a._skadImpression)})}};We.prototype.endVTAImpression=function(){this._sk
adImpression&&this.canRecordEndImpression&&this._skAdNetwork.endVTAImpression(this._skadImpression)};W
e . p r o t o t y p e . h i d e V T A I m p r e s s i o n = f u n c t i o n ( ) { v a r
a=this;this.endVTAImpression();this._skAdNetwork.onStartSuccess.unsubscribe(this._skAdNetworkImpressionStartS
uccessObserver);this._skAdNetwork.onStartFailure.unsubscribe(this._skAdNetworkImpressionStartFailureObserver);
setTimeout(function(){a._skAdNetwork.onEndSuccess.unsubscribe(a._skAdNetworkImpressionEndSuccessObserver)
;
a._skAdNetwork.onEndFailure.unsubscribe(a._skAdNetworkImpressionEndFailureObserver)},2E3)};We.prototype.o
nContainerDestroy=function(){this.endVTAImpression();Pa.prototype.onContainerDestroy.call(this)};l.global.Object.
defineProperties(We.prototype,{canRecordEndImpression:{configurable:!0,enumerable:!0,get:function(){return
this.isShowing()&&this._isVTASupported&&this._isStartImpressionRecorded&&!this._isEndImpressionRecorded}}
});Sh.prototype.onVPAIDEndScreenClick=function(){var a=this.getCompanionClickThroughURL()||
this.getClickThroughURL();this._adUnit.openUrl(a);this._adUnit.sendTrackingEvent(J.VIDEO_ENDCARD_CLICK)
};Sh.prototype.onVPAIDEndScreenClose=function(){this._adUnit.hide()};Sh.prototype.onVPAIDEndScreenShow=f
unction(){};Sh.prototype.getCompanionClickThroughURL=function(){return
this._vpaidCampaign.getCompanionClickThroughURL()};Sh.prototype.getClickThroughURL=function(){return
this._vpaidCampaign.getVideoClickThroughURL()};l.inherits(dl,Sh);dl.prototype.onVPAIDEndScreenClick=functio
n(){var a=this.getCompanionClickThroughURL()||
this.getClickThroughURL();this._platform===t.IOS&&this._vpaidCampaign.getSkadnAppStoreId()?this.handleClick
ThroughForAppSheet(a):(this._adUnit.openUrl(a),this._adUnit.sendTrackingEvent(J.VIDEO_ENDCARD_CLICK))}
;dl.prototype.handleClickThroughForAppSheet=function(a){var c=this;if(a)return
this.setCallButtonEnabled(!1),Wb.getStoreURLFromClickThroughURL(this._vpaidCampaign,this._request,a).then(fu
nction(a){c.setCallButtonEnabled(!0);c._adUnit.sendTrackingEvent(J.VIDEO_ENDCARD_CLICK);Wb.openAppSh
eet(c._vpaidCampaign,
c._storeHandler,a)});this._adUnit.sendTrackingEvent(J.VIDEO_ENDCARD_CLICK);Wb.openAppSheet(this._vpaid
Campaign,this._storeHandler)};dl.prototype.setCallButtonEnabled=function(a){this._vpaidEndScreen&&this._vpaidE
ndScreen.setCallButtonEnabled(a)};hb.prototype.onVPAIDEvent=function(a,c){var
d;c&&(d=Array.prototype.slice.call(c));this._core.Sdk.logDebug('vpaid event '+a+' with args '+((null===d||void
0===d?0:d.length)?d.join(' '):'None'));(a=this._vpaidEventHandlers[a])&&((null===d||void 0===d?0:d.length)&&
d instanceof Array?a.apply(this,d):a.call(this))};hb.prototype.onVPAIDCompanionClick=function(){var
a=this.getCompanionClickThroughURL()||this.getClickThroughURL();this._adUnit.openUrl(a)};hb.prototype.onVPA
I D C o m p a n i o n V i e w = f u n c t i o n ( ) { v a r
a=this._vpaidCampaign.getCompanionAd(),c=this._vpaidCampaign.getSession().id;if(a){a=a.getEventTrackingUrls('
c r e a t i v e V i e w ' ) ; a = l . m a k e I t e r a t o r ( a ) ; f o r ( v a r
d=a.next();!d.done;d=a.next())this._thirdPartyEventManager.sendWithGet('vpaid companion
creativeView',c,d.value)}};
hb.prototype.onVPAIDStuck=function(){this._adUnit.setFinishState(ja.ERROR);this._adUnit.sendErrorEvent(Ib.INT
E R N A L _ E R R O R , ' A d p l a y b a c k
stuck');this._adUnit.hide()};hb.prototype.onVPAIDSkip=function(){this.onAdSkipped()};hb.prototype.onVPAIDProg
ress=function(a,c){this._adDuration=a;this._adRemainingTime=c;a&&-2!==a&&c&&-
2!==c&&this._closer.update(a-c,a)};hb.prototype.getDuration=function(){return
this._adDuration};hb.prototype.getPlayTime=function(){return 1E3*(this._adDuration-this._adRemainingTime)};
hb.prototype.onAdLoaded=function(){this._adUnit.onAdLoaded();this.onVPAIDProgress(this._adDuration,this._adR
emainingTime)};hb.prototype.onAdError=function(){this._adUnit.sendTrackingEvent(J.ERROR);this._adUnit.setFini
shState(ja.ERROR);this._adUnit.hide()};hb.prototype.onAdSkipped=function(){this._adUnit.sendTrackingEvent(J.SK
IP);this._operativeEventManager.sendSkip(this.getOperativeEventParams());this._adUnit.setFinishState(ja.SKIPPED)
;this._adUnit.mute();this._adUnit.hide()};hb.prototype.onAdStopped=
f u n c t i o n ( ) { v a r
a=this;this._vpaidCampaign.hasEndScreen()?this._adUnit.setWebViewSize(!0).then(function(){a._vpaidEndScreen&
&(a._vpaidEndScreen.show(),a._closer.container().querySelector('.close-
region').style.visibility='hidden',a._closer.container().querySelector('.gdpr-pop-
up').style.visibility='hidden')}):this._adUnit.hide()};hb.prototype.onAdStarted=function(){var
a=this;this._adUnit.sendStartEvent();this._adUnit.sendTrackingEvent(J.CREATIVE_VIEW);this._operativeEventMa
nager.sendStart(this.getOperativeEventParams()).then(function(){a._adUnit.onStartProcessed.trigger()})};
hb.prototype.onAdImpression=function(){this._adUnit.sendTrackingEvent(J.IMPRESSION);this._adUnit.sendImpres
sionTracking()};hb.prototype.onAdVideoStart=function(){this._adUnit.sendTrackingEvent(J.START)};hb.prototype.
onAdVideoFirstQuartile=function(){this._adUnit.sendTrackingEvent(J.FIRST_QUARTILE);this._operativeEventMa
nager.sendFirstQuartile(this.getOperativeEventParams())};hb.prototype.onAdVideoMidpoint=function(){this._adUnit
.sendTrackingEvent(J.MIDPOINT);this._operativeEventManager.sendMidpoint(this.getOperativeEventParams())};
hb.prototype.onAdVideoThirdQuartile=function(){this._adUnit.sendTrackingEvent(J.THIRD_QUARTILE);this._ope
rativeEventManager.sendThirdQuartile(this.getOperativeEventParams())};hb.prototype.onAdVideoComplete=functio
n(){this._adUnit.sendTrackingEvent(J.COMPLETE);this._adUnit.setFinishState(ja.COMPLETED);this._operativeEv
entManager.sendView(this.getOperativeEventParams())};hb.prototype.onAdPaused=function(){if(this._adUnit.getFin
ishState()===ja.COMPLETED)this.onAdStopped();else this._adUnit.sendTrackingEvent(J.PAUSED)};
hb.prototype.onAdPlaying=function(){this._adUnit.sendTrackingEvent(J.RESUME)};hb.prototype.onAdClickThru=f
unction(a,c,d){this.sendClickTrackingEvents();d&&(a?this._adUnit.openUrl(a):this._adUnit.openUrl(this.getClickThr
oughURL()))};hb.prototype.onAdDurationChange=function(){this.onVPAIDProgress(this._adDuration,this._adRemai
ningTime)};hb.prototype.getCompanionClickThroughURL=function(){return
this._vpaidCampaign.getCompanionClickThroughURL()};hb.prototype.getClickThroughURL=function(){return
this._vpaidCampaign.getVideoClickThroughURL()};
h b . p r o t o t y p e . s e n d C l i c k T r a c k i n g E v e n t s = f u n c t i o n ( ) { v a r
a=this._vpaidCampaign.getVideoClickTrackingURLs(),c=this._vpaidCampaign.getSession().id;a=l.makeIterator(a);fo
r(var d=a.next();!d.done;d=a.next())this._thirdPartyEventManager.sendWithGet('vpaid video
click',c,d.value)};hb.prototype.getOperativeEventParams=function(){return{placement:this._placement}};l.inherits(Ri
, h b ) ; R i . p r o t o t y p e . o n V P A I D C o m p a n i o n C l i c k = f u n c t i o n ( ) { v a r
a=this.getCompanionClickThroughURL()||this.getClickThroughURL();this._platform===
t.IOS&&this._vpaidCampaign.getSkadnAppStoreId()?this.handleClickThroughForAppSheet(a):this._adUnit.openUrl(
a)};Ri.prototype.onAdClickThru=function(a,c,d){this.sendClickTrackingEvents();d&&(a=a||this.getClickThroughUR
L(),this._platform===t.IOS&&this._vpaidCampaign.getSkadnAppStoreId()?this.handleClickThroughForAppSheet(a):
this._adUnit.openUrl(a))};Ri.prototype.sendClickTrackingEvents=function(){this._isClickEnabled&&hb.prototype.se
ndClickTrackingEvents.call(this)};Ri.prototype.handleClickThroughForAppSheet=
f u n c t i o n ( a ) { v a r
c=this;a&&(this.setClickEnabled(!1),Wb.getStoreURLFromClickThroughURL(this._vpaidCampaign,this._request,a).
then(function(a){c.setClickEnabled(!0);Wb.openAppSheet(c._vpaidCampaign,c._storeHandler,a)}));Wb.openAppShe
et(this._vpaidCampaign,this._storeHandler)};Ri.prototype.setClickEnabled=function(a){this._isClickEnabled!==a&&
(this._isClickEnabled=a)};l.inherits(qo,Ne);qo.prototype.onClose=function(a){this._adUnit.setFinishState(a?ja.SKIPP
ED:ja.COMPLETED);this._endScreen&&this._endScreen.show();
this._adUnit.hide()};l.inherits(oe,N);oe.prototype.onPrivacyClose=function(){this._privacy&&this._privacy.hide();thi
s.onPrivacyClosed.trigger()};oe.prototype.hide=function(){N.prototype.hide.call(this);this._privacy&&document.bod
y.removeChild(this._privacy.container());this._showGDPRBanner&&!this._gdprPopupClicked&&this._handlers.forE
a c h ( f u n c t i o n ( a ) { r e t u r n
a.onGDPRPopupSkipped()});this.onPrivacyClosed.unsubscribe();this.onPrivacyOpened.unsubscribe()};oe.prototype.r
ender=function(){N.prototype.render.call(this);
this._GDPRPopupElement=this._container.querySelector('.gdpr-pop-
up');this._privacyButtonElement=this._container.querySelector('.privacy-
button')};oe.prototype.update=function(a,c){a>=.75*c&&(this._canReward=!0);c=this._placement.allowSkip()?this._
placement.allowSkipInSeconds():c;0>=this.clampLower(Math.floor(c-
a),0)&&(this._allowClose=!0);a=this.clampHigher(a/c,1);this.updateCircle(a)};oe.prototype.choosePrivacyShown=fu
nction(){this._showGDPRBanner&&!this._gdprPopupClicked?(this._GDPRPopupElement.style.visibility=
'visible',this._privacyButtonElement.style.pointerEvents='1',this._privacyButtonElement.style.visibility='hidden'):(this
._privacyButtonElement.style.visibility='visible',this._GDPRPopupElement.style.pointerEvents='1',this._GDPRPopup
Element.style.visibility='hidden');this._hidePrivacy&&(this._privacyButtonElement.style.pointerEvents='1',this._priva
cyButtonElement.style.visibility='hidden')};oe.prototype.onGDPRPopupEvent=function(a){a.preventDefault();this._g
dprPopupClicked||(this._gdprPopupClicked=
!0,this.choosePrivacyShown());this.onPrivacyOpened.trigger();this._privacy.show()};oe.prototype.onPrivacyEvent=fu
nction(a){a.preventDefault();this.onPrivacyOpened.trigger();this._privacy.show()};oe.prototype.updateCircle=functio
n(a){var c=this._container.querySelector('.progress-wrapper'),d=this._container.querySelector('.circle-
l e f t ' ) , e = t h i s . _ c o n t a i n e r . q u e r y S e l e c t o r ( ' . c i r c l e -
right');d.style.webkitTransform='rotate('+360*a+'deg)';.5<=a&&(c.style.webkitAnimationName='close-progress-
wrapper',e.style.webkitAnimationName=
' r i g h t - s p i n ' ) } ; o e . p r o t o t y p e . o n C l o s e C l i c k = f u n c t i o n ( ) { v a r
a=this;this._allowClose&&this._handlers.forEach(function(c){return
c.onClose(!a._canReward)})};oe.prototype.clampLower=function(a,c){return
a < c ? c : a } ; o e . p r o t o t y p e . c l a m p H i g h e r = f u n c t i o n ( a , c ) { r e t u r n
a>c?c:a};l.inherits(mh,N);mh.prototype.render=function(){N.prototype.render.call(this);this._container.querySelector(
'.game-background-portrait').style.backgroundSize='100%';this._container.querySelector('.game-background-
landscape').style.backgroundSize=
'100%';this._container.style.zIndex='2';this._isSwipeToCloseEnabled&&(this._container.querySelector('.btn-close-
region').style.display='none')};mh.prototype.show=function(){var
a=this;N.prototype.show.call(this);document.body.appendChild(this.container());this._handlers.forEach(function(a){r
e t u r n
a.onVPAIDEndScreenShow()});M.getAutoClose()&&setTimeout(function(){a._handlers.forEach(function(a){return
a.onVPAIDEndScreenClose()})},M.getAutoCloseDelay())};mh.prototype.remove=function(){var
a=this.container().parentElement;
a&&a.removeChild(this.container())};mh.prototype.onCloseEvent=function(a){a.preventDefault();this._handlers.forE
a c h ( f u n c t i o n ( a ) { r e t u r n
a.onVPAIDEndScreenClose()})};mh.prototype.setCallButtonEnabled=function(a){this._callButtonEnabled!==a&&(t
his._callButtonEnabled=a)};mh.prototype.onClickEvent=function(a){this._callButtonEnabled&&(a.preventDefault(),t
h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( a ) { r e t u r n
a.onVPAIDEndScreenClick()}))};l.inherits(Wd,N);Wd.prototype.loadWebPlayer=function(){var
a=this,c={skipEnabled:this.placement.allowSkip(),
skipDuration:this.placement.allowSkipInSeconds()};c={adParameters:JSON.stringify(c),vpaidSrcUrl:this.campaign.g
etVPAID().getScriptUrl(),isCoppaCompliant:this.isCoppaCompliant};this.webplayerEventObserver=this.webPlayerC
ontainer.onWebPlayerEvent.subscribe(function(c){return a.onWebPlayerEvent(JSON.parse(c))});c=(new
Ma("<html><head><style>body {\n margin: 0;\n padding: 0;\n width: 100vw;\n height: 100vh;\n
}\n\n .ad-container {\n position: relative;\n width: 100%;\n height: 100%;\n }\n\n .ad-container
video {\n width: 100%;\n height: 100%;\n }\n\n .ad-container .video-player-slot {\n position:
absolute;\n bottom: 0;\n margin: 0;\n }</style></head><body><div class=\"ad-container\"><video
playsinline=\"true\" webkit-playsinline=\"true\" poster=\"data:image/svg+xml;base64,\"></video><div class=\"video-
player-slot\"></div></div><script src=\"<%= data.vpaidSrcUrl %>\">\x3c/script><script>(function (global) {\n
var EventTarget = function () {\n this.listeners = {};\n };\n\n EventTarget.prototype.listeners = null;\n
EventTarget.prototype.addEventListener = function (type, callback) {\n if (!(type in this.listeners)) {\n
this.listeners[type] = [];\n }\n this.listeners[type].push(callback);\n };\n\n
EventTarget.prototype.removeEventListener = function (type, callback) {\n if (!(type in this.listeners)) {\n
return;\n }\n var stack = this.listeners[type];\n for (var i = 0, l = stack.length; i < l; i++) {\n if
(stack[i] === callback) {\n stack.splice(i, 1);\n return;\n }\n }\n };\n\n
EventTarget.prototype.dispatchEvent = function (event) {\n if (!(event.type in this.listeners)) {\n return
true;\n }\n var stack = this.listeners[event.type];\n\n for (var i = 0, l = stack.length; i < l; i++) {\n
stack[i].call(this, event);\n }\n return !event.defaultPrevented;\n };\n\n var UIWebViewBridge =
function () {\n this.handleEvent = function (event, parameters) {\n var iframe =
document.createElement('iframe');\n iframe.setAttribute('src', 'umsg:' + JSON.stringify([event, parameters]));\n
document.documentElement.appendChild(iframe);\n iframe.parentNode.removeChild(iframe);\n
};\n };\n\n var WKWebViewBridge = function () {\n this.handleEvent = function (event, parameters)
{\n window.webkit.messageHandlers.sendEvent.postMessage(JSON.stringify([event, parameters]));\n
};\n };\n\n var WebViewBridge = function () {\n this.handleEvent = function (event, parameters) {\n
window.webplayerbridge.handleEvent(JSON.stringify([event, parameters]));\n };\n };\n\n var
NativeBridge = function () {\n var _this = this;\n var bridge;\n if (window.webplayerbridge) {\n
bridge = new WebViewBridge();\n } else if (window.webkit && window.webkit.messageHandlers &&
window.webkit.messageHandlers.sendEvent) {\n bridge = new WKWebViewBridge();\n } else {\n
bridge = new UIWebViewBridge();\n }\n this._bridge = bridge;\n\n this.receiveEvent = function
(args) {\n console.log('unity', 'Received event: ', args);\n var event = args.shift();\n var parameters
= args.shift();\n _this.dispatchEvent(new CustomEvent(event, { detail: parameters }));\n };\n\n
this.sendEvent = function (event, parameters) {\n _this._bridge.handleEvent(event, parameters);\n };\n\n
this.trigger = function (event, parameters) {\n if (event in _this.eventHandlers) {\n var listeners =
_this.eventHandlers[event];\n for (var i = listeners.length - 1; i >= 0; i--) {\n var listener =
listeners[i];\n listener.apply(global, parameters);\n }\n }\n };\n };\n
NativeBridge.prototype = new EventTarget();\n\n global.nativebridge = new NativeBridge();\n
})(window);\x3c/script><script>(function() {\n var adParameters = <%= data.adParameters %>;\n\n var
nativebridge = window.nativebridge;\n\n // List of all ad events\n var creativeEvents = [\n 'loaded',
'skipped', 'started', 'stopped',\n 'linearChange', 'expandedChange', 'remaningTimeChange',\n
'volumeChange', 'impression', 'videoStart', 'videoFirstQuartile',\n 'videoMidpoint', 'videoThirdQuartile',
'videoComplete',\n 'clickThru', 'interaction', 'userAcceptInvitation',\n 'userMinimize', 'userClose',
'paused', 'playing',\n 'log', 'error'\n ];\n\n var Container = function() {\n var _this = this;\n
this._iframe = document.querySelector('iframe');\n this._creative = null;\n this._slot =
document.querySelector('.video-player-slot');\n this._videoSlot = document.querySelector('video');\n\n
var eventHandlers = {\n init: function(e) {\n _this._initAd.apply(_this, e.detail);\n
},\n show: function(e) {\n _this._showAd.apply(_this, e.detail);\n },\n
destroy: function(e) {\n _this._stopAd.apply(_this, e.detail);\n },\n pause:
function(e) {\n _this._pauseAd.apply(_this, e.detail);\n },\n resume: function(e) {\n
_this._resumeAd.apply(_this, e.detail);\n },\n mute: function() {\n
_this._videoSlot.muted = true;\n },\n unmute: function() {\n _this._videoSlot.muted
= false;\n }\n };\n\n for (var event in eventHandlers) {\n
window.nativebridge.addEventListener(event, eventHandlers[event]);\n }\n\n
this._videoSlot.addEventListener('timeupdate', function(e) {\n _this._sendProgressEvent();\n
});\n\n this.init = function() {\n var getVPAID = this._getVPAIDFunction();\n if
(getVPAID && typeof getVPAID === 'function') {\n _this._creative = getVPAID();\n\n
_this._subscribeToAllEvents();\n\n nativebridge.sendEvent('ready');\n console.log('unity',
'Sent ready event');\n } else {\n _this._triggerError('getVPAIDAd is not defined');\n
}\n };\n\n this.getHandshakeVersion = function() {\n return
_this._creative.handshakeVersion('2.0');\n };\n\n this.getAdDuration = function() {\n if
(_this._creative.getAdDuration) {\n return _this._creative.getAdDuration();\n } else {\n
return _this._creative.adDuration || -2;\n }\n };\n\n this.getAdRemainingTime =
function() {\n if (_this._creative.getAdRemainingTime) {\n return
_this._creative.getAdRemainingTime();\n } else {\n return _this._creative.adRemainingTime || -
2;\n }\n };\n\n this._triggerError = function(e) {\n
window.nativebridge.sendEvent('VPAID', ['AdError', [e]])\n }\n\n this._subscribeToAllEvents =
function() {\n var len = creativeEvents.length;\n for (var i = 0; i < creativeEvents.length; i++) {\n
var creativeEvent = creativeEvents[i];\n var normalizedEventName = 'Ad' +
creativeEvent.charAt(0).toUpperCase() + creativeEvent.substring(1);\n
_this._subscribeToEvent(normalizedEventName);\n }\n };\n\n this._subscribeToEvent =
function(eventName) {\n _this._creative.subscribe(function() {\n var args =
[eventName].concat(Array.prototype.slice.call(arguments));\n _this._handleEvent(args);\n },
eventName, _this);\n }\n\n this._getVPAIDFunction = function() {\n return
window.getVPAIDAd;\n };\n\n this._handleEvent = function(args) {\n
window.nativebridge.sendEvent('VPAID', args);\n console.log('unity', 'Got VPAID event', args[0]);\n
};\n\n this._initAd = function(initOpts) {\n this._version =
this._creative.handshakeVersion('2.0');\n this._creative.initAd(initOpts.width / window.devicePixelRatio,
initOpts.height / window.devicePixelRatio, initOpts.viewMode, initOpts.bitrate, initOpts.creativeData, {\n
slot: _this._slot,\n videoSlot: _this._videoSlot\n });\n console.log('unity', 'Ad
initialized');\n }\n\n this._showAd = function() {\n this._creative.startAd();\n };\n\n
this._stopAd = function() {\n return this._creative.stopAd();\n };\n\n this._pauseAd
= function() {\n return this._creative.pauseAd();\n };\n\n this._resumeAd = function() {\n
return this._creative.resumeAd();\n };\n\n this._sendProgressEvent = function() {\n
window.nativebridge.sendEvent('progress', [_this._videoSlot.duration, _this._videoSlot.duration -
_this._videoSlot.currentTime]);\n };\n };\n\n var container = window.container = new
Container();\n container.init();\n })();\x3c/script></body></html>")).render(c);
c=this._platform===t.ANDROID?encodeURIComponent(c):c;this.isLoaded=!0;return
t h i s . w e b P l a y e r C o n t a i n e r . s e t D a t a ( c , ' t e x t / h t m l ' , ' U T F -
8')};Wd.prototype.hide=function(){this.sendEvent('destroy');this.stuckTimer.stop();this.webPlayerContainer.onWebPl
ayerEvent.unsubscribe(this.webplayerEventObserver)};Wd.prototype.showAd=function(){this.sendEvent('show')};W
d.prototype.pauseAd=function(){this.sendEvent('pause')};Wd.prototype.resumeAd=function(){this.sendEvent('resume
')};Wd.prototype.mute=function(){this.sendEvent('mute')};
Wd.prototype.unmute=function(){this.sendEvent('unmute')};Wd.prototype.onVPAIDContainerReady=function(){retu
rn S(this,void 0,void 0,function c(){var d=this,e;return
l.generator.createGenerator(c,function(c){if(1==c.nextAddress)return
c.yield(d.getInitAdOptions(),2);e=c.yieldResult;d.sendEvent('init',[e]);c.jumpToEnd()})})};Wd.prototype.getInitAdO
ptions=function(){return S(this,void 0,void 0,function c(){var d=this,e,f,g,k,m;return
l.generator.createGenerator(c,function(c){if(1==c.nextAddress)return
c.yield(Promise.all([d.core.DeviceInfo.getScreenWidth(),
d.core.DeviceInfo.getScreenHeight()]),2);e=c.yieldResult;f=l.makeIterator(e);g=f.next().value;k=f.next().value;m=d.c
a m p a i g n . g e t V P A I D ( ) . g e t C r e a t i v e P a r a m e t e r s ( ) ; r e t u r n
c.return({width:g,height:k,bitrate:500,viewMode:'normal',creativeData:{AdParameters:d.decodeHTMLEntityChars(m
)}})})})};Wd.prototype.decodeHTMLEntityChars=function(a){var
c = d o c u m e n t . c r e a t e E l e m e n t ( ' t e x t a r e a ' ) ; c . i n n e r H T M L = a ; r e t u r n
c.value};Wd.prototype.sendEvent=function(a,c){a=[a];c&&a.push(c);return this.webPlayerContainer.sendEvent(a)};
Wd.prototype.onWebPlayerEvent=function(a){a=l.makeIterator(a);var
c=a.next().value,d=a.next().value;switch(c){case 'progress':this._handlers.forEach(function(a){return
a . o n V PAI DP r ogr ess(d[0],d[1])});brea k;cas e 'VP AID': t h i s . _ h an d l ers . fo rE ach (fu n ct i o n (a ) { r e t u r n
a . o n V P A I D E v e n t ( d [ 0 ] , d [ 1 ] ) } ) ; b r e a k ; c a s e
'ready':this.onVPAIDContainerReady();break;default:this.core.Sdk.logWarning('VPAID Unknown message type
'+c)}};l.inherits(po,Kb);po.prototype.createParameters=function(a){var c=new oe(a.platform,a.placement,
a.privacy,a.deviceInfo.getLanguage(),this.showGDPRBanner(a),a.adsConfig.getHidePrivacy()),d=new
Wd(a.platform,a.core,this._webPlayerContainer,this._campaign,this._placement);c=Object.assign(Object.assign({},a),
{vpaid:d,closer:c,webPlayerContainer:this._webPlayerContainer});a.campaign.hasEndScreen()&&(c.endScreen=new
m h ( a . p l a t f o r m , a . c a m p a i g n , a . c l i e n t I n f o . g e t G a m e I d ( ) ) ) ; r e t u r n
c};l.inherits(oq,Rd);Vd.prototype.getCompanionClickThroughURL=function(){var a=this.getCompanion();return
a?a.getCompanionClickThroughURLTemplate():
null};Vd.prototype.hasEndScreen=function(){return!!this.getCompanionLandscapeUrl()||!!this.getCompanionPortrait
Url()};Vd.prototype.hasCompanionAd=function(){var a=this.vast.getAd();return
a?0!==a.getStaticCompanionAds().length:!1};Vd.prototype.getCompanion=function(){var a=this.vast.getAd();return
a&&(a=a.getStaticCompanionAds(),a.length)?a[0]:null};Vd.prototype.getCompanionPortraitUrl=function(){return
this.vast.getStaticCompanionPortraitUrl()};Vd.prototype.getCompanionLandscapeUrl=function(){return
this.vast.getStaticCompanionLandscapeUrl()};
V d . p r o t o t y p e . g e t S c r i p t U r l = f u n c t i o n ( ) { r e t u r n
this.mediaFile.fileURL};Vd.prototype.getCreativeParameters=function(){var a=this.vast.getAd();return
a&&(a=a.getCreative())?a.getAdParameters()||{}:{}};Vd.prototype.getVideoClickTrackingURLs=function(){return
this.vast.getVideoClickTrackingURLs()||[]};Vd.prototype.getVpaidTrackingEventUrls=function(a){return
this.vast.getVastTrackingUrlsForEvent(a)};Vd.prototype.getImpressionUrls=function(){return
this.vast.getImpressionUrls()};Vd.prototype.addTrackingEventUrl=
function(a,c){this.vast.addTrackingEventUrl(a,c)};Vd.prototype.getVideoClickThroughURL=function(){var
a = t h i s . v a s t . g e t V i d e o C l i c k T h r o u g h U R L ( ) ; r e t u r n
this.isValidURL(a)?a:null};Vd.prototype.isValidURL=function(a){var
c=/^(https?):\/\/.+$/;return!!a&&c.test(a)};Rj.prototype.parse=function(a){a=this._vastParser.parseVast(a);var
c=this.getSupportedMediaFile(a);if(c)return this.parseFromVast(a,c);throw Error('VPAID does not contain a
supported media file');};Rj.prototype.parseFromVast=function(a,c){return new Vd(c,
a)};Rj.prototype.getSupportedMediaFile=function(a){if(a=a.getAd()){a=l.makeIterator(a.getCreatives());for(var
c=a.next();!c.done;c=a.next()){c=l.makeIterator(c.value.getMediaFiles());for(var
d=c.next();!d.done;d=c.next())if(d=d.value,this.supportsVPAID(d)&&this.isJavascriptTyped(d))return d}}return
null};Rj.prototype.supportsVPAID=function(a){return'VPAID'===a.apiFramework};Rj.prototype.isJavascriptTyped=
function(a){return'application/javascript'===a.type};l.inherits(Pi,Db);Pi.prototype.parse=function(a,
c){return S(this,void 0,void 0,function e(){var f=this,g,k,m,h,r,A,p,q,t;return
l.generator.createGenerator(e,function(e){if(1==e.nextAddress)return
e.yield(f.retrieveVast(a),2);g=e.yieldResult;k=g.countMediaFileValueOccurences('type');m=k[wk.VideoMp4];h=k[wk
.ApplicationJavascript];m&&h?n.reportMetricEvent(ib.ParseVpaidWithMp4AndJs):m?n.reportMetricEvent(ib.Parse
VpaidWithOnlyMp4):h&&n.reportMetricEvent(ib.ParseVpaidWithOnlyJs);r=f.getVPAIDMediaFile(g);if(!r)return
e.return(f.parseVastToCampaign(g,
c,a));A=f._vpaidParser.parseFromVast(g,r);p=a.getCacheTTL();q={id:f.getProgrammaticCampaignId(),willExpireAt:
p?Date.now()+1E3*p:void 0,contentType:Pi.ContentType,adType:a.getAdType()||void
0,correlationId:a.getCorrelationId()||void 0,creativeId:a.getCreativeId()||void 0,seatId:a.getSeatId()||void 0,meta:void
0,session:c,mediaId:a.getMediaId(),trackingUrls:a.getTrackingUrls()||{},isLoadEnabled:!1,skadn:a.getSkadn(),reused:
!1};t=Object.assign(Object.assign({},q),{vpaid:A,useWebViewUserAgentForTracking:a.getUseWebViewUserAgent
ForTracking()});
return e.return(new Ec(t))})})};Pi.prototype.getVPAIDMediaFile=function(a){return
this._vpaidParser.getSupportedMediaFile(a)};Pi.ContentType=da.ProgrammaticVpaid;l.inherits(rb,K);rb.prototype.on
lyRequest=function(a,c,d){var e=this;d=void 0===d?2:d;var f=JSON.stringify(c);return
P r o m i s e . r e s o l v e ( ) . t h e n ( f u n c t i o n ( ) { r e t u r n v o i d
0!==K.CampaignResponse?Promise.resolve({url:a,response:K.CampaignResponse,responseCode:200,headers:[]}):e._
request.post(a,f,[],{retries:d,retryDelay:1E4,followRedirects:!1,retryWithConnectionEvents:!1})})};
r b . p r o t o t y p e . r e q u e s t = f u n c t i o n ( a ) { f u n c t i o n
c(a,c){if(d._auctionProtocol===Ab.V6)c&&f.stop(),f.send(a?fi.RequestSuccessTimeV6:fi.RequestFailTimeV6,{});els
e i f ( H . g e t A u c t i o n P r o t o c o l ( ) = = = A b . V 7 ) { v a r
e=p?'podded':'regular';c&&f.stop();f.send(a?p?fi.RequestSuccessTimeV7CampaignAggregate:fi.RequestSuccessTime
V7CampaignRegular:p?fi.RequestFailTimeV7CampaignAggregate:fi.RequestFailTimeV7CampaignRegular,{type:e})
}}var d=this,e=this.getTime(),f,g;this._isLoadEnabled=!1;if(this._requesting)return Promise.resolve();
n.reportMetricEventWithTags(lc.AuctionRequestCreated,{wel:'false',iar:''+(1===Da.getCurrentCounters().adRequests
)});this._mediationLoadTracking&&this._mediationLoadTracking.reportAuctionRequestStarted();Da.addAdRequest()
; v a r
k=Da.getCurrentCounters(),m=Se.create(this._privacy,this._deviceInfo.getLimitAdTracking()),h=Se.createLegacy(thi
s._privacy);this._assetManager.enableCaching();this._assetManager.checkFreeSpace();this._requesting=!0;z.setAdRe
questTimestamp();var r=Date.now(),p=pc()('poddingGame',
' t r u e ' ) ; r e t u r n
Promise.all([K.getFullyCachedCampaigns(this._core),K.getVersionCode(this._platform,this._core,this._clientInfo),thi
s._deviceInfo.getFreeSpace()]).then(function(c){var e=l.makeIterator(c);c=e.next().value;var
f=e.next().value;e=e.next().value;d._deviceFreeSpace=e;return
Promise.all([K.createRequestUrl(d.getBaseUrl(),d._platform,d._clientInfo,d._deviceInfo,d._coreConfig,d._installInfo,
d._lastAuctionId,a),K.createRequestBody(d._clientInfo,d._coreConfig,d._deviceInfo,d._userPrivacyManager,
d._sessionManager,d._privacy,k,c,f,d._adMobSignalFactory,e,d._metaDataManager,d._adsConfig,d._isLoadEnabled,
d.getPreviousPlacementId(),m,h,a,void 0,d._loadV5Support,!1)])}).then(function(a){var
c=l.makeIterator(a);a=c.next().value;c=c.next().value;d._core.Sdk.logInfo('Requesting ad plan from
'+a);'CN'===d._coreConfig.getCountry()&&(n.reportMetricEventWithTags(kk.AuctionRequest,{uce:''+d._useChinaA
uctionEndpoint}),g=new Vc,g.start());f=new Vc;f.start();return d.onlyRequest(a,c)}).catch(function(a){var f=
' u n k n o w n ' ; a i n s t a n c e o f
Kd&&(f=a.nativeResponse?a.nativeResponse.responseCode.toString():'request');d._mediationLoadTracking&&d._me
d i a t i o n L o a d T r a c k i n g . r e p o r t A u c t i o n R e q u e s t ( d . g e t T i m e ( ) -
e,!1,f);n.reportMetricEventWithTags(lc.AuctionRequestFailed,{wel:'false',iar:''+(1===Da.getCurrentCounters().adRe
q u e s t s ) , r s n : f } ) ; c ( ! 1 , ! 0 ) ; t h r o w
a;}).then(function(a){n.reportMetricEventWithTags(lc.AuctionRequestOk,{wel:'false',iar:''+(1===Da.getCurrentCoun
ters().adRequests)});f.stop();f.send(Bl.AuctionRequest,{wel:'false',
iar:''+(1===Da.getCurrentCounters().adRequests),stg:'auction_response'});c(!0);'CN'===d._coreConfig.getCountry()
&&g.stopAndSend(kk.AuctionResponse,{uce:''+d._useChinaAuctionEndpoint});var
v=d.getTime();d._mediationLoadTracking&&d._mediationLoadTracking.reportAuctionRequest(d.getTime()-
e , ! 0 ) ; i f ( a ) r e t u r n
d.setSDKSignalValues(r),d.parseAuctionCampaigns(a,k,m,h).then(function(){d._mediationLoadTracking&&d._medi
ationLoadTracking.reportingAdCaching(d.getTime()-v,!0)}).catch(function(a){d._mediationLoadTracking&&
d . _ m e d i a t i o n L o a d T r a c k i n g . r e p o r t i n g A d C a c h i n g ( d . g e t T i m e ( ) -
v,!1);d.handleGeneralError(a,'parse_auction_campaigns_error')});throw new Ob('Empty campaign
response','CampaignRequestError');}).then(function(){d._requesting=!1}).catch(function(a){d._requesting=!1;return a
i n s t a n c e o f
Kd&&!a.nativeResponse?(d.onConnectivityError.trigger(d._adsConfig.getPlacementIds()),Promise.resolve()):d.handl
eGeneralError(a,'auction_request_failed')})};rb.prototype.parseAuctionCampaigns=function(a,c,d,e){var f;return
S(this,
v o i d 0 , v o i d 0 , f u n c t i o n k ( ) { v a r m , h = t h i s , r , n ; r e t u r n
l.generator.createGenerator(k,function(k){m={};r=(m[Ab.V6.toString()]=h.parseAuctionV6Campaigns.bind(h),m[Ab.
V5.toString()]=h.parseAuctionV5Campaigns.bind(h),m[Ab.HB.toString()]=h.parseHBCampaigns.bind(h),m);n=null!
==(f=r[h._auctionProtocol.toString()])&&void 0!==f?f:h.parseCampaigns.bind(h);return
k.return(n(a,c,d,e))})})};rb.prototype.loadCampaign=function(a){var
c=this;this._isLoadEnabled=!0;this._assetManager.enableCaching();Da.addAdRequest();
v a r
d=Da.getCurrentCounters(),e=Se.create(this._privacy,this._deviceInfo.getLimitAdTracking()),f=Se.createLegacy(this.
_ p r i v a c y ) ; r e t u r n
Promise.all([K.getFullyCachedCampaigns(this._core),K.getVersionCode(this._platform,this._core,this._clientInfo),thi
s._deviceInfo.getFreeSpace()]).then(function(g){var k=l.makeIterator(g);g=k.next().value;var
m=k.next().value;k=k.next().value;c._deviceFreeSpace=k;return
Promise.all([K.createRequestUrl(c.constructBaseUrl(K.AuctionV5BaseUrl),c._platform,c._clientInfo,
c._deviceInfo,c._coreConfig,c._installInfo,c._lastAuctionId,!1),K.createRequestBody(c._clientInfo,c._coreConfig,c._
deviceInfo,c._userPrivacyManager,c._sessionManager,c._privacy,d,g,m,c._adMobSignalFactory,k,c._metaDataManag
er,c._adsConfig,c._isLoadEnabled,c.getPreviousPlacementId(),e,f,!1,a,c._loadV5Support,!1)])}).then(function(g){g=l.
makeIterator(g);var k=g.next().value;g=g.next().value;c._core.Sdk.logInfo('Loading placement '+a.id+' from '+k);var
m=JSON.stringify(g);return Promise.resolve().then(function(){return c._request.post(k,
m,[],{retries:0,retryDelay:0,followRedirects:!1,retryWithConnectionEvents:!1,timeout:1E4})}).then(function(g){retur
n
c.parseLoadedCampaign(g,a,d,c._deviceFreeSpace,e,f)}).catch(function(){})})};rb.prototype.getTime=function(){retu
rn window.performance.now()};rb.prototype.parseCampaigns=function(a,c,d,e){var f=this;try{var
g=Yc.parse(a.response)}catch(X){return Promise.reject(Error('Could not parse campaign JSON:
'+X.message))}if(g.auctionId)this._lastAuctionId=g.auctionId;else throw Error('No auction ID found');
v a r
k=this._sessionManager.create(g.auctionId);k.setAdPlan(a.response);k.setGameSessionCounters(c);k.setPrivacy(d);k.
setLegacyPrivacy(e);k.setDeviceFreeSpace(this._deviceFreeSpace);a=g.statusCode||Md.NORMAL;if('placements'in
g){var m={};d=[];c=this._adsConfig.getPlacements();for(var h in
c)if(c.hasOwnProperty(h))if(e=g.placements[h]){var r=new Xd(h,e);m[e]?m[e].push(r):m[e]=[r]}else
d.push(h);c=0;h=[];d=l.makeIterator(d);for(e=d.next();!e.done;e=d.next())h.push(this.handleNoFill(e.value)),c=re.NoF
illDelayInSeconds;
d = 0 ; f o r ( v a r n i n
m)m.hasOwnProperty(n)&&(d++,e=g.media[n].contentType,r=g.media[n].cacheTTL?g.media[n].cacheTTL:3600,e&
&'comet/campaign'!==e&&'undefined'!==typeof r&&0<r&&(r<c||0===c)&&(c=r));this._core.Sdk.logInfo('AdPlan
received with '+d+' campaigns and refreshDelay '+c);this.onAdPlanReceived.trigger(c,d,a);n={};for(var p in
m){n.$jscomp$loop$prop$mediaId$204$257=p;if(m.hasOwnProperty(n.$jscomp$loop$prop$mediaId$204$257)){n.$
jscomp$loop$prop$auctionResponse$258=void 0;try{n.$jscomp$loop$prop$auctionResponse$258=
n e w
va(m[n.$jscomp$loop$prop$mediaId$204$257],g.media[n.$jscomp$loop$prop$mediaId$204$257],n.$jscomp$loop$
prop$mediaId$204$257,g.correlationId,a),h.push(this.handleCampaign(n.$jscomp$loop$prop$auctionResponse$258,
k ) . c a t c h ( f u n c t i o n ( a ) { r e t u r n f u n c t i o n ( c ) { r e t u r n
c===Va.STOPPED?Promise.resolve():c===Va.FAILED?f.handlePlacementError(new Ob('Caching
failed','CacheStatusFailed'),m[a.$jscomp$loop$prop$mediaId$204$257],'campaign_caching_failed',k):c===Vb[Vb.FI
LE_NOT_FOUND]?f.handlePlacementError(new Ob('Getting file path failed',
'GetFilePathFailed'),m[a.$jscomp$loop$prop$mediaId$204$257],'campaign_caching_get_file_path_failed',k):f.handle
ParseCampaignError(a.$jscomp$loop$prop$auctionResponse$258.getContentType(),c,m[a.$jscomp$loop$prop$medi
aId$204$257],k)}}(n)))}catch(X){this.handlePlacementError(X,m[n.$jscomp$loop$prop$mediaId$204$257],'error_cr
eating_handle_campaign_chain',k)}}n={$jscomp$loop$prop$mediaId$204$257:n.$jscomp$loop$prop$mediaId$204$
257,$jscomp$loop$prop$auctionResponse$258:n.$jscomp$loop$prop$auctionResponse$258}}return
Promise.all(h)}throw Error('No placements found');
};rb.prototype.parseAuctionV6Campaigns=function(a,c,d,e){var
f=this,g=[],k=Rh.parse(a.response,this._adsConfig.getPlacements());this.onAdPlanReceived.trigger(k.refreshDelay,k.
auctionResponses.length,k.auctionStatusCode);this._mediationLoadTracking&&this._mediationLoadTracking.report
MediaCount(k.auctionResponses.length);k.unfilledPlacementIds.forEach(function(a){g.push(f.handleNoFill(a))});var
m=k.auctionResponses;if(0===m.length)return Promise.all(g);var h=k.auctionId;this._lastAuctionId=h;var r=
this._sessionManager.create(h);r.setAdPlan(a.response);r.setGameSessionCounters(c);r.setPrivacy(d);r.setLegacyPriv
acy(e);r.setDeviceFreeSpace(this._deviceFreeSpace);a=this._adsConfig.getPlacements();vm(a,k.placementsPersistent
Data);m.forEach(function(a){a.getContentType()===Sf.ContentType&&f.loadScarAds(a);g.push(f.handleCampaign(
a,r).catch(function(c){return c===Va.STOPPED?Promise.resolve():c===Va.FAILED?f.handlePlacementError(new
Ob('Caching failed','CacheStatusFailed'),a.getPlacements(),'campaign_caching_failed',
r):c===Vb[Vb.FILE_NOT_FOUND]?f.handlePlacementError(new Ob('Getting file path
failed','GetFilePathFailed'),a.getPlacements(),'campaign_caching_get_file_path_failed',r):f.handleParseCampaignErro
r(a.getContentType(),c,a.getPlacements(),r)}))});return Promise.all(g)};rb.prototype.loadScarAds=function(a){var
c = t h i s ; a . g e t P l a c e m e n t s ( ) . f o r E a c h ( f u n c t i o n ( d ) { v a r
e=c._adsConfig.getPlacements()[d.getPlacementId()];e&&(d=c.getScarAdInfo(a,d,e),c._ads.GMAScar.load(d.placem
entId,d.queryId,d.isInterstitial,d.adUnitId,
d.content,d.videoLength))})};rb.prototype.getScarAdInfo=function(a,c,d){return{queryId:a.getQueryId(),placementId
:c.getPlacementId(),isInterstitial:d.getAdFormat()===ze.INTERSTITIAL,adUnitId:a.getAdUnitID(),content:a.getCont
ent(),videoLength:a.getVideoLength()}};rb.prototype.parseAuctionV5Campaigns=function(a,c,d,e){var f=this;try{var
g=Yc.parse(a.response)}catch(X){return Promise.reject(Error('Could not parse campaign JSON:
'+X.message))}if(g.auctionId)this._lastAuctionId=g.auctionId;else throw Error('No auction ID found');
v a r
k=this._sessionManager.create(g.auctionId);k.setAdPlan(a.response);k.setGameSessionCounters(c);k.setPrivacy(d);k.
setLegacyPrivacy(e);k.setDeviceFreeSpace(this._deviceFreeSpace);a=g.statusCode||Md.NORMAL;if(!('placements'in
g))throw Error('No placements found');var m={};c=[];d=this._adsConfig.getPlacements();for(var h in
d)if(d.hasOwnProperty(h)&&!this._adsConfig.getPlacement(h).isBannerPlacement())if(e=void
0,g.placements.hasOwnProperty(h)?g.placements[h].hasOwnProperty('mediaId')?e=g.placements[h].mediaId:
Qa.trigger('missing_auction_v5_mediaid',{placementId:h},k):Qa.trigger('missing_auction_v5_placement',{placementI
d : h } , k ) , e ) { v a r r = v o i d
0;if(g.placements[h].hasOwnProperty('trackingId'))if(r=g.placements[h].trackingId,g.tracking[r])r=g.tracking[r];else
throw Qa.trigger('invalid_auction_v5_tracking_id',{mediaId:e,trackingId:r},k),Error('Invalid tracking ID '+r);else
throw Qa.trigger('missing_auction_v5_tracking_id',{mediaId:e},k),Error('Missing tracking ID');r=new
Xd(h,e,r);m[e]?m[e].push(r):m[e]=[r]}else c.push(h);
d=0;h=[];c=l.makeIterator(c);for(e=c.next();!e.done;e=c.next())h.push(this.handleNoFill(e.value)),d=re.NoFillDelayIn
S e c o n d s ; c = 0 ; f o r ( v a r n i n
m)m.hasOwnProperty(n)&&(c++,e=g.media[n].contentType,r=g.media[n].cacheTTL?g.media[n].cacheTTL:3600,e&
& ' c o m e t / c a m p a i g n ' ! = = e & & ' u n d e f i n e d ' ! = = t y p e o f
r&&0<r&&(r<d||0===d)&&(d=r));this._mediationLoadTracking&&this._mediationLoadTracking.reportMediaCount(
c);this._core.Sdk.logInfo('AdPlan received with '+c+' campaigns and refreshDelay
'+d);this.onAdPlanReceived.trigger(d,
c , a ) ; n = { } ; f o r ( v a r p i n
m){n.$jscomp$loop$prop$mediaId$208$260=p;if(m.hasOwnProperty(n.$jscomp$loop$prop$mediaId$208$260)){n.$
jscomp$loop$prop$auctionResponse$261=void 0;try{n.$jscomp$loop$prop$auctionResponse$261=new
va(m[n.$jscomp$loop$prop$mediaId$208$260],g.media[n.$jscomp$loop$prop$mediaId$208$260],n.$jscomp$loop$
prop$mediaId$208$260,g.correlationId,a),h.push(this.handleCampaign(n.$jscomp$loop$prop$auctionResponse$261,
k).catch(function(a){return function(c){return c===Va.STOPPED?Promise.resolve():
c = = = V a . F A I L E D ? f . h a n d l e P l a c e m e n t E r r o r ( n e w O b ( ' C a c h i n g
failed','CacheStatusFailed'),m[a.$jscomp$loop$prop$mediaId$208$260],'campaign_caching_failed',k):c===Vb[Vb.FI
LE_NOT_FOUND]?f.handlePlacementError(new Ob('Getting file path
failed','GetFilePathFailed'),m[a.$jscomp$loop$prop$mediaId$208$260],'campaign_caching_get_file_path_failed',k):f.
handleParseCampaignError(a.$jscomp$loop$prop$auctionResponse$261.getContentType(),c,m[a.$jscomp$loop$prop
$mediaId$208$260],k)}}(n)))}catch(X){this.handlePlacementError(X,
m[n.$jscomp$loop$prop$mediaId$208$260],'error_creating_auction_v5_handle_campaign_chain',k)}}n={$jscomp$l
oop$prop$mediaId$208$260:n.$jscomp$loop$prop$mediaId$208$260,$jscomp$loop$prop$auctionResponse$261:n.$
j s c o m p $ l o o p $ p r o p $ a u c t i o n R e s p o n s e $ 2 6 1 } } r e t u r n
Promise.all(h)};rb.prototype.parseHBCampaigns=function(a,c,d,e){var f=this;try{var
g=Yc.parse(a.response)}catch(X){return Promise.reject(Error('Could not parse campaign JSON:
'+X.message))}if(g.auctionId)this._lastAuctionId=g.auctionId;else throw Error('No auction ID found');
v a r
k=this._sessionManager.create(g.auctionId);k.setAdPlan(a.response);k.setGameSessionCounters(c);k.setPrivacy(d);k.
setLegacyPrivacy(e);k.setDeviceFreeSpace(this._deviceFreeSpace);a=g.statusCode||Md.NORMAL;if(!('placements'in
g))throw Error('No placements found');var m={};d=[];c=this._adsConfig.getPlacements();for(var h in
c)if(c.hasOwnProperty(h)&&!this._adsConfig.getPlacement(h).isBannerPlacement())if(e=void
0,g.placements.hasOwnProperty(h)&&g.placements[h].hasOwnProperty('mediaId')&&(e=g.placements[h].mediaId),
e ) { v a r r = n e w X d ( h , e , { } ) ; m [ e ] ? m [ e ] . p u s h ( r ) : m [ e ] = [ r ] } e l s e
d.push(h);c=0;h=[];d=l.makeIterator(d);for(e=d.next();!e.done;e=d.next())h.push(this.handleNoFill(e.value)),c=re.NoF
i l l D e l a y I n S e c o n d s ; d = 0 ; f o r ( v a r n i n
m)m.hasOwnProperty(n)&&(d++,e=g.media[n].contentType,r=g.media[n].cacheTTL?g.media[n].cacheTTL:3600,e&
&'comet/campaign'!==e&&'undefined'!==typeof r&&0<r&&(r<c||0===c)&&(c=r));this._core.Sdk.logInfo('AdPlan
received with '+d+' campaigns and refreshDelay '+c);this.onAdPlanReceived.trigger(c,d,a);
n = { } ; f o r ( v a r p i n
m){n.$jscomp$loop$prop$mediaId$212$263=p;if(m.hasOwnProperty(n.$jscomp$loop$prop$mediaId$212$263)){n.$
jscomp$loop$prop$auctionResponse$264=void 0;try{n.$jscomp$loop$prop$auctionResponse$264=new
va(m[n.$jscomp$loop$prop$mediaId$212$263],g.media[n.$jscomp$loop$prop$mediaId$212$263],n.$jscomp$loop$
prop$mediaId$212$263,g.correlationId,a),h.push(this.handleCampaign(n.$jscomp$loop$prop$auctionResponse$264,
k).catch(function(a){return function(c){return c===Va.STOPPED?Promise.resolve():
c = = = V a . F A I L E D ? f . h a n d l e P l a c e m e n t E r r o r ( n e w O b ( ' C a c h i n g
failed','CacheStatusFailed'),m[a.$jscomp$loop$prop$mediaId$212$263],'campaign_caching_failed',k):c===Vb[Vb.FI
LE_NOT_FOUND]?f.handlePlacementError(new Ob('Getting file path
failed','GetFilePathFailed'),m[a.$jscomp$loop$prop$mediaId$212$263],'campaign_caching_get_file_path_failed',k):f.
handleParseCampaignError(a.$jscomp$loop$prop$auctionResponse$264.getContentType(),c,m[a.$jscomp$loop$prop
$mediaId$212$263],k)}}(n)))}catch(X){this.handlePlacementError(X,
m[n.$jscomp$loop$prop$mediaId$212$263],'error_creating_auction_v5_handle_campaign_chain',k)}}n={$jscomp$l
oop$prop$mediaId$212$263:n.$jscomp$loop$prop$mediaId$212$263,$jscomp$loop$prop$auctionResponse$264:n.$
j s c o m p $ l o o p $ p r o p $ a u c t i o n R e s p o n s e $ 2 6 4 } } r e t u r n
Promise.all(h)};rb.prototype.parseLoadedCampaign=function(a,c,d,e,f,g){var k=this;try{var
m=Yc.parse(a.response)}catch(ao){return Promise.resolve(void 0)}var h=m.auctionId;if(!h)return
Promise.resolve(void 0);var r=this._sessionManager.create(h);r.setAdPlan(a.response);
r.setGameSessionCounters(d);r.setPrivacy(f);r.setLegacyPrivacy(g);r.setDeviceFreeSpace(e);a=m.statusCode||Md.NO
R M A L ; i f ( ! ( ' p l a c e m e n t s ' i n m ) ) r e t u r n
Qa.trigger('load_campaign_placements_missing_in_json',{},r),Promise.resolve(void 0);c=c.id;var
n;if(m.placements.hasOwnProperty(c)){if(m.placements[c].hasOwnProperty('mediaId'))var
p=m.placements[c].mediaId;m.placements[c].hasOwnProperty('trackingId')&&(d=m.placements[c].trackingId,m.track
ing[d]&&(n=m.tracking[d]))}if(p&&n){c=new Xd(c,p,n);var q=new va([c],
m.media[p],p,m.correlationId,a),t=this.getCampaignParser(q.getContentType());return
t . p a r s e ( q , r ) . t h e n ( f u n c t i o n ( a ) { i f ( a ) r e t u r n
a.setMediaId(q.getMediaId()),k._assetManager.setup(a).then(function(){if(n)return{campaign:a,trackingUrls:n};Qa.tri
gger('load_campaign_missing_tracking_urls',{},a.getSession())}).catch(function(){Qa.trigger('load_campaign_failed_
caching_setup',{},a.getSession())});Qa.trigger('load_campaign_undefined_campaign',{},r)}).catch(function(){Qa.trig
ger('load_campaign_parse_failure',
{creativeID:t.creativeID,seatID:t.seatID,campaignID:t.campaignID},r)})}return Promise.resolve(void
0)};rb.prototype.handleCampaign=function(a,c){var d=this,e;this._core.Sdk.logDebug('Parsing campaign
' + a . g e t C o n t e n t T y p e ( ) + ' :
'+a.getContent());99===this._sessionManager.getGameSessionId()%1E3&&Qa.trigger('ad_received',{contentType:a.
getContentType(),seatId:a.getSeatId(),creativeId:a.getCreativeId(),abGroup:null===(e=ab.getState().config)||void
0===e?void 0:e.abGroup},c);try{var f=this.getCampaignParser(a.getContentType());
f.setCreativeIdentification(a)}catch(k){return Promise.reject(k)}var g=Date.now();return
f . p a r s e ( a , c ) . c a t c h ( f u n c t i o n ( e ) { v a r f ; i f ( e i n s t a n c e o f
ma&&e.contentType===da.ProgrammaticVast&&e.errorCode===Db.MEDIA_FILE_GIVEN_VPAID_IN_VAST_A
D){e=(null!==(f=cl(d.core.Ads,d.core)[da.ProgrammaticVpaid])&&void 0!==f?f:{}).parser;if(!e)throw Error('Vpaid
p a r s e r n o t f o u n d ' ) ; r e t u r n e . p a r s e ( a , c ) } t h r o w
e;}).catch(function(a){d.reportToCreativeBlockingService(a,f.creativeID,f.seatID,f.campaignID);throw
a;}).then(function(e){for(var f=
D a t e . n o w ( ) -
g,k=l.makeIterator(a.getPlacements()),h=k.next();!h.done;h=k.next())z.setParseDuration(h.value.getPlacementId(),f);e
. s e t M e d i a I d ( a . g e t M e d i a I d ( ) ) ; r e t u r n
d.setupCampaignAssets(a.getPlacements(),e,a.getContentType(),c)})};rb.prototype.reportToCreativeBlockingService
= f u n c t i o n ( a , c , d , e ) { v a r f = { } ; a i n s t a n c e o f
ma&&(f={parsingFailureReason:a.message,vastErrorCode:a.errorCode,additionalCampaignErrors:a.getAllCampaign
Errors()});kl.report(c,d,e,sk.VIDEO_PARSE_FAILURE,f)};rb.prototype.setupCampaignAssets=
f u n c t i o n ( a , c , d , e ) { v a r f = t h i s ; i f ( c i n s t a n c e o f u e ) { f o r ( v a r
g=l.makeIterator(a),k=g.next();!k.done;k=g.next()){k=k.value;var
m={placementId:k.getPlacementId(),campaign:c,trackingUrls:k.getTrackingUrls()};this._adMobMap[k.getPlacementI
d()]=m}return Promise.resolve()}var h=Date.now();return this._assetManager.setup(c).then(function(){for(var
g,k=l.makeIterator(a),m=k.next();!m.done;m=k.next())m=m.value,f.onCampaign.trigger(m.getPlacementId(),c,m.getT
rackingUrls());99===f._sessionManager.getGameSessionId()%
1E3&&Qa.trigger('ad_ready',{contentType:d,seatId:c.getSeatId(),creativeId:c.getCreativeId(),abGroup:null===(g=ab.
getState().config)||void 0===g?void 0:g.abGroup},e);if(c instanceof vf){k=Date.now()-
h;g={type:'playable_caching_time'};g.eventData={contentType:d};g.timeFromShow=k/1E3;g.timeFromPlayableStart
=0;g.backgroundTime=0;g.auctionId=c.getSession().id;if(k=c.getResourceUrl())g.url=k.getOriginalUrl();ca.sendEven
t('ads.sdk2.events.playable.json',ec.ANONYMOUS,g)}if(c instanceof ta)for(k=c.getVast().getCampaignErrors(),
g=um.getCampaignErrorHandler(d,f._core,f._request),k=l.makeIterator(k),m=k.next();!m.done;m=k.next())g.handleC
ampaignError(m.value)})};rb.prototype.getCampaignParser=function(a){return
this._contentTypeHandlerManager.getParser(a)};rb.prototype.handleNoFill=function(a){this._core.Sdk.logDebug('PL
C no fill for placement '+a);this.onNoFill.trigger(a);return
Promise.resolve()};rb.prototype.handleGeneralError=function(a,c,d){return
this.handleError(a,this._adsConfig.getPlacementIds(),c,d)};rb.prototype.handlePlacementError=
function(a,c,d,e){return this.handleError(a,c.map(function(a){return
a.getPlacementId()}),d,e)};rb.prototype.handleError=function(a,c,d,e){this._core.Sdk.logDebug('PLC error
' + a ) ; t h i s . o n E r r o r . t r i g g e r ( a , c , d , e ) ; r e t u r n
Promise.resolve()};rb.prototype.handleParseCampaignError=function(a,c,d,e){um.getCampaignErrorHandler(a,this._c
ore,this._request).handleCampaignError(c);return this.handlePlacementError(c,d,'parse_campaign_'+a.replace(/[\/-
]/g,'_')+'_error',e)};rb.prototype.getBaseUrl=function(){var a=
this._coreConfig.getTestMode();if(this._auctionProtocol===Ab.V6&&a)return
t h i s . c o n s t r u c t B a s e U r l ( K . A u c t i o n V 6 T e s t B a s e U r l ) ; i f ( a ) r e t u r n
this.constructBaseUrl(K.TestModeUrl);switch(this._auctionProtocol){case Ab.V6:return
this.constructBaseUrl(K.AuctionV6BaseUrl);case Ab.V5:return
t h i s . c o n s t r u c t B a s e U r l ( K . A u c t i o n V 5 B a s e U r l ) ; d e f a u l t : r e t u r n
this.constructBaseUrl(K.BaseUrl)}};rb.prototype.constructBaseUrl=function(a){this._useChinaAuctionEndpoint&&(a
=a.replace(/(.*auction\.unityads\.)(unity3d\.com)(.*)/,'$1unity.cn$3'));
return[a,this._clientInfo.getGameId(),'requests'].join('/')};rb.prototype.setSDKSignalValues=function(a){var
c = t h i s ; z . s e t A d R e q u e s t D u r a t i o n ( D a t e . n o w ( ) -
a);z.increaseAdRequestOrdinal();xd.getRequestCount(this._core).then(function(a){'number'===typeof
a&&xd.setRequestCount(a+1,c._core)}).catch()};l.inherits(Qj,Rh);Qj.determinePlacementFillV7=function(a,c){var
d=this,e=0,f=[],g={};Object.entries(c).forEach(function(c){c=l.makeIterator(c);var
k=c.next().value;if(!c.next().value.isBannerPlacement()){if(c=
a.placements[k]){if(c.mediaId)var h=a.placements[k].mediaId;if(c.tracking)var
n=a.placements[k].tracking}h&&n&&h.length&&n.length&&h.length===n.length?h.forEach(function(c,e){e=d.const
ructTrackingUrls(a.trackingTemplates,n[e]);e=new Xd(k,c,e);void
0===g[c]&&(g[c]=[]);g[c].push(e)}):(f.push(k),e=3600)}});Object.keys(g).forEach(function(c){var
d=a.media[c].contentType;c=a.media[c].cacheTTL?a.media[c].cacheTTL:3600;d&&'comet/campaign'!==d&&'undefi
ned'!==typeof c&&0<c&&(c<e||0===e)&&(e=c)});return{refreshDelay:e,
unfilledPlacementIds:f,campaigns:g}};Qj.parse=function(a,c){try{var d=Yc.parse(a)}catch(v){throw
n.reportMetricEvent(uc.FailedToParse),Error('Failed to parse IRawAuctionV7Response
'+v.message);}if(!d.auctionId)throw n.reportMetricEvent(uc.AuctionIdMissing),Error('No auction ID
found');a=d.auctionId;if(!d.placements)throw n.reportMetricEvent(uc.PlacementsMissing),Error('No placements
found');var e=Md.NORMAL;d.statusCode&&(e=d.statusCode);var
f=this.determinePlacementFillV7(d,c),g=f.campaigns;c=f.unfilledPlacementIds;
f=f.refreshDelay;var k=hl(d.placements),m=Object.keys(g).map(function(a){try{return new
v a ( g [ a ] , d . m e d i a [ a ] , a , d . c o r r e l a t i o n I d , e ) } c a t c h ( r ) { t h r o w
n.reportMetricEvent(uc.FailedCreatingAuctionResponse),Error('Failure creating Auction
Response'+r.message);}});return{auctionId:a,refreshDelay:f,auctionStatusCode:e,auctionResponses:m,unfilledPlacem
entIds:c,placementsPersistentData:k}};Qj.parseRevShareV7=function(a){return
Object.entries(a).reduce(function(a,d){var c=l.makeIterator(d);d=c.next().value;(c=c.next().value.rs)&&
(a[d]=c);return a},{})};l.inherits(pd,rb);pd.prototype.parseAuctionCampaigns=function(a,c,d,e){return S(this,void
0,void 0,function g(){var k=this,m,h,n,p,q,t,u,w,x;return
l.generator.createGenerator(g,function(g){if(1==g.nextAddress){m=k;h=Qj.parse(a.response,k._adsConfig.getPlacem
ents());k.onAdPlanReceived.trigger(h.refreshDelay,h.auctionResponses.length,h.auctionStatusCode);k._mediationLoa
dTracking&&k._mediationLoadTracking.reportMediaCount(h.auctionResponses.length);n=h.unfilledPlacementIds.m
ap(function(a){return m.handleNoFill(a)});
p=h.auctionResponses;q=k.countCampaignsPerPlacement(p);if(0===p.length)return
g.return(Promise.all(n));t=h.auctionId;k._lastAuctionId=t;u=k._sessionManager.create(t);u.setAdPlan(a.response);u.se
tGameSessionCounters(c);u.setPrivacy(d);u.setLegacyPrivacy(e);u.setDeviceFreeSpace(k._deviceFreeSpace);vm(k._a
dsConfig.getPlacements(),h.placementsPersistentData);return
g.yield(Promise.all(p.map(function(a){a.getContentType()===Sf.ContentType&&m.loadScarAdsV7(a,q);return
m.handleCampaignV7(a,u).catch(function(c){return m.handleCampaignError(a,
c,u)})})),2)}w=g.yieldResult;x=k.createCachedCampaignAggregate(w);return
g.return(k.triggerCampaignAggregate(x,q,u))})})};pd.prototype.loadScarAdsV7=function(a,c){var
d = t h i s ; a . g e t P l a c e m e n t s ( ) . f o r E a c h ( f u n c t i o n ( e ) { v a r
f=d._adsConfig.getPlacements()[e.getPlacementId()];f&&(1!==c[e.getPlacementId()]?n.reportMetricEventWithTags(
uc.InValidScarCampaignPod,{manager:'legacy'}):(e=d.getScarAdInfo(a,e,f),d._ads.GMAScar.load(e.placementId,e.q
ueryId,e.isInterstitial,e.adUnitId,e.content,e.videoLength)))})};pd.prototype.handleCampaignError=
function(a,c,d){c!==Va.STOPPED&&(c===Va.FAILED?this.handlePlacementError(new Ob('Caching
failed','CacheStatusFailed'),a.getPlacements(),'campaign_caching_failed',d):c===Vb[Vb.FILE_NOT_FOUND]?this.h
a n d l e P l a c e m e n t E r r o r ( n e w O b ( ' G e t t i n g f i l e p a t h
failed','GetFilePathFailed'),a.getPlacements(),'campaign_caching_get_file_path_failed',d):this.handleParseCampaignE
rror(a.getContentType(),c,a.getPlacements(),d))};pd.prototype.createCachedCampaignAggregate=function(a){return
a.reduce(function(a,d){if(!d)return a;
Object.entries(d).forEach(function(c){var d=l.makeIterator(c);c=d.next().value;d=d.next().value;var
e,k=null!==(e=a[c])&&void 0!==e?e:{};e=void 0===k.aggregatedTrackingUrls?[]:k.aggregatedTrackingUrls;var
m = d . t r a c k i n g U r l s ; a [ c ] = { a g g r e g a t e d C a m p a i g n s : ( v o i d
0===k.aggregatedCampaigns?[]:k.aggregatedCampaigns).concat(d.campaign),aggregatedTrackingUrls:e.concat(null!
==m&&void 0!==m?m:[])}});return a},{})};pd.prototype.countCampaignsPerPlacement=function(a){return
a.reduce(function(a,d){d.getPlacements().forEach(function(c){var d;
a[c.getPlacementId()]=(null!==(d=a[c.getPlacementId()])&&void 0!==d?d:0)+1});return
a},{})};pd.prototype.triggerCampaignAggregate=function(a,c,d){return S(this,void 0,void 0,function f(){var
g = t h i s , k , m ; r e t u r n
l.generator.createGenerator(f,function(f){k=g;m=Object.entries(a).reduce(function(a,f){f=l.makeIterator(f);var
g = f . n e x t ( ) . v a l u e ; f = f . n e x t ( ) . v a l u e ; v a r
m=f.aggregatedCampaigns,h=f.aggregatedTrackingUrls;if(m.length!==c[g])return
n.reportMetricEventWithTags(uc.CampaignMismatch,{manager:'legacy'}),
Qa.trigger('auction_v7_campaign_mismatch',{},d),a;if(!h.length)return
n.reportMetricEventWithTags(1===m.length?uc.CampaignRegularTrackingParseFail:uc.CampaignAggregateTrackin
gParseFail,{manager:'legacy'}),a;if(h.length!==m.length)return
n.reportMetricEventWithTags(uc.CampaignTrackingURLMismatch,{manager:'legacy'}),Qa.trigger('auction_v7_camp
a i g n _ t r a c k i n g U r l s _ m i s m a t c h ' , { } , d ) , a ; i f ( 1 = = = m . l e n g t h ) r e t u r n
n.reportMetricEventWithTags(uc.CampaignRegular,{manager:'legacy'}),k.onCampaign.trigger(g,m[0],h[0]),
a;a.push(function(){return S(k,void 0,void 0,function ts(){var a,c=this,d;return
l.generator.createGenerator(ts,function(f){if(1==f.nextAddress)return
f.yield(wo.createCampaignAggregate(g,m,h),2);(a=f.yieldResult)?(d=c._clientInfo.getGameId(),n.reportMetricEvent
WithTags(uc.CampaignAggregate,{manager:'legacy',gameId:d}),c.onCampaign.trigger(g,a,h[0]),c.triggerOnOptimiza
blePoddedCampaign(a,g)):n.reportMetricEventWithTags(uc.CampaignAggregateFail,{manager:'legacy'});f.jumpToE
nd()})})}());return a},[]);
return f.return(Promise.all(m))})})};pd.prototype.triggerOnOptimizablePoddedCampaign=function(a,c){var
d=this,e=a.getCurrentCampaigns(),f=a.getCurrentTrackingUrls();e.forEach(function(a,e){d.onOptimizableCampaign.t
rigger(c,a,null===f||void 0===f?void 0:f[e])})};pd.prototype.handleCampaignV7=function(a,c){var d;return
S(this,void 0,void 0,function f(){var g=this,k,m,h,n,p,q;return
l.generator.createGenerator(f,function(f){if(1==f.nextAddress)return k=g,g._core.Sdk.logDebug('Parsing campaign
'+a.getContentType()+
': '+a.getContent()),g.triggerSessionManager('ad_received',a.getContentType(),null===(d=ab.getState().config)||void
0===d?void 0:d.abGroup,c,a.getSeatId(),a.getCreativeId()),m=function(){try{var
c=k.getCampaignParser(a.getContentType());c.setCreativeIdentification(a);return c}catch(ao){throw Error('Failed
creating parser: handleCampaignV7');}},h=m(),n=function(){return S(k,void 0,void 0,function ao(){var
d,f,g=this;return l.generator.createGenerator(ao,function(k){if(1==k.nextAddress)return k.setCatchFinallyBlocks(2),
k.yield(h.parse(a,c),4);if(2!=k.nextAddress)return d=k.yieldResult,k.return(d);f=k.enterCatchBlock();return
k.return(g.handleParserError(a,f,c))})})},p=Date.now(),f.yield(n(),2);q=f.yieldResult;g.recordParserDuration(a,p);q.se
t M e d i a I d ( a . g e t M e d i a I d ( ) ) ; r e t u r n
f.return(g.setupCampaignAssetsV7(a.getPlacements(),q,a.getContentType(),c))})})};pd.prototype.handleParserError=
function(a,c,d){var e;return S(this,void 0,void 0,function g(){var k,m=this,h,n,p,q,t;return
l.generator.createGenerator(g,function(g){if(1==
g . n e x t A d d r e s s ) { k = c i n s t a n c e o f
ma&&c.contentType===da.ProgrammaticVast&&c.errorCode===Db.MEDIA_FILE_GIVEN_VPAID_IN_VAST_A
D;if(!k)throw c;h=cl(m.core.Ads,m.core);n=null!==(e=h[da.ProgrammaticVpaid])&&void
0!==e?e:{};p=n.parser;if(!p)throw Error('Vpaid parser not found');g.setCatchFinallyBlocks(2);return
g . y i e l d ( p . p a r s e ( a , d ) , 4 ) } i f ( 2 ! = g . n e x t A d d r e s s ) r e t u r n
q=g.yieldResult,g.return(q);t=g.enterCatchBlock();m.reportToCreativeBlockingService(t,p.creativeID,p.seatID,p.cam
paignID);throw t;})})};pd.prototype.recordParserDuration=
function(a,c){c=Date.now()-c;a=l.makeIterator(a.getPlacements());for(var
d=a.next();!d.done;d=a.next())z.setParseDuration(d.value.getPlacementId(),c)};pd.prototype.setupCampaignAssetsV7
=function(a,c,d,e){var f;return S(this,void 0,void 0,function k(){var m=this,h,n,p;return
l . g e n er ator .cr eateGenerator(k,function(k ){ i f(1 ==k . n ex t Ad d res s ){ h =m ; i f(c i n s t an ceo f ue ) r e t u r n
a . f o r E a c h ( f u n c t i o n ( a ) { v a r
d={campaign:c,placementId:a.getPlacementId(),trackingUrls:a.getTrackingUrls()};h._adMobMap[a.getPlacementId()
]=
d } ) , k . r e t u r n ( { } ) ; n = D a t e . n o w ( ) ; r e t u r n
k.yield(m._assetManager.setup(c),2)}p=a.reduce(function(a,d){a[d.getPlacementId()]={campaign:c,trackingUrls:d.get
TrackingUrls()};return a},{});m.triggerSessionManager('ad_ready',d,null===(f=ab.getState().config)||void
0 = = = f ? v o i d
0:f.abGroup,e,c.getSeatId(),c.getCreativeId());m.reportPerformanceMRAIDCampaignStatToKafka(c,d,n);m.handleVa
s t C a m p a i g n E r r o r s ( c , d ) ; r e t u r n
k.return(p)})})};pd.prototype.triggerSessionManager=function(a,c,d,e,f,g){99===this._sessionManager.getGameSessi
onId()%
1E3&&Qa.trigger(a,{contentType:c,seatId:f,creativeId:g,abGroup:d},e)};pd.prototype.reportPerformanceMRAIDCa
mpaignStatToKafka=function(a,c,d){if(a instanceof vf){var e=Date.now()-
d;d={type:'playable_caching_time'};d.eventData={contentType:c};d.timeFromShow=e/1E3;d.timeFromPlayableStart
=0;d.backgroundTime=0;d.auctionId=a.getSession().id;if(a=a.getResourceUrl())d.url=a.getOriginalUrl();ca.sendEvent
('ads.sdk2.events.playable.json',ec.ANONYMOUS,d)}};pd.prototype.handleVastCampaignErrors=function(a,c){a
instanceof
ta&&(a=a.getVast().getCampaignErrors(),c=um.getCampaignErrorHandler(c,this._core,this._request),a.forEach(c.han
dleCampaignError))};pd.prototype.getBaseUrl=function(){var
a=this._coreConfig.getTestMode()?K.AuctionV7TestBaseUrl:K.AuctionV7BaseUrl;return
this.constructBaseUrl(a)};l.inherits(Ja,Error);nq.prototype.createCampaign=function(a,c,d,e,f,g){return
g?Promise.resolve({notCachedCampaign:f,notCachedTrackingUrls:g}):Promise.resolve(void
0)};qm.prototype.createCampaign=function(a,c,d,e,f,g){var k=
this;if(!g)return Promise.resolve(void 0);var m=new Xd(c.id,f.getMediaId(),f.getTrackingUrls());d=new
va([m],d.media[f.getMediaId()],f.getMediaId(),d.correlationId,e);var h=!1;e=new Promise(function(a){var
c={onLoadedSubscription:function(d,e){h=!0;k._ads.GMAScar.onLoaded.unsubscribe(c.onLoadedSubscription);k._a
ds.GMAScar.onLoadedError.unsubscribe(c.onLoadedErrorSubscription);n.reportScarMetric(I.ScarAdLoadedLoadV5,
e);a({notCachedCampaign:f,notCachedTrackingUrls:g})},onLoadedErrorSubscription:function(d,
e,f){h=!0;k._ads.GMAScar.onLoaded.unsubscribe(c.onLoadedSubscription);k._ads.GMAScar.onLoadedError.unsubs
cribe(c.onLoadedErrorSubscription);n.reportScarMetric(I.ScarLoadErrorLoadV5,e);k._core.Sdk.logDebug('GMA
SCAR ad for placement '+d+' failed to load with error: '+f);a(void
0)}};k._ads.GMAScar.onLoaded.subscribe(c.onLoadedSubscription);k._ads.GMAScar.onLoadedError.subscribe(c.on
LoadedErrorSubscription)});this.loadScarAds(a,d);setTimeout(function(){h||k._ads.GMAScar.onLoadedError.trigger(
c.id,c.allowSkip(),
'ERROR: SCAR load timed out')},35E3);return e};qm.prototype.loadScarAds=function(a,c){var
d = t h i s ; c . g e t P l a c e m e n t s ( ) . f o r E a c h ( f u n c t i o n ( e ) { v a r
f=a.getPlacement(e.getPlacementId());f?(e=d.getScarAdInfo(c,e,f),d._ads.GMAScar.load(e.placementId,e.queryId,e.is
Interstitial,e.adUnitId,e.content,e.videoLength)):d._ads.GMAScar.onLoadedError.trigger(e.getPlacementId(),void
0 , ' C o u l d n o t f i n d c o n f i g u r a t i o n f o r p l a c e m e n t
'+e.getPlacementId())})};qm.prototype.getScarAdInfo=function(a,c,d){return{queryId:a.getQueryId(),
placementId:c.getPlacementId(),isInterstitial:d.getAdFormat()===ze.INTERSTITIAL,adUnitId:a.getAdUnitID(),conte
nt:a.getContent(),videoLength:a.getVideoLength()}};rm.getNextUTCDayDeltaSeconds=function(a){var c=new
Date(a+864E5);c.setUTCHours(0,0,0,0);return Math.floor((c.getTime()-a)/1E3)};var
Fl;(function(a){a.None='none';a.AuctionV7='av7';a.AdUnit='adu'})(Fl||(Fl={}));l.inherits(Oa,K);Oa.prototype.loadCa
mpaign=function(){return Promise.resolve(void 0)};Oa.prototype.request=function(){return Promise.resolve(void 0)};
O a . p r o t o t y p e . i s P r e l o a d D a t a E x p i r e d = f u n c t i o n ( ) { r e t u r n
null!==this._preloadData&&Date.now()>this._preloadDataExpireAt};Oa.prototype.hasPreloadFailed=function(){retu
rn this._preloadFailed};Oa.prototype.loadAdMarkup=function(a,c){return S(this,void 0,void 0,function e(){var
f , g = t h i s , k , m , h , n , p ; r e t u r n
l.generator.createGenerator(e,function(e){if(1==e.nextAddress){try{f=atob(c)}catch(X){throw new Ja('Invalid base64
content: '+X.message,'invalid_base64');}k=g.parseResponseJson(f);if(!k.auctionId)throw new Ja('No auction id',
'auction_id');if(!k.placements)throw new Ja('No placement','no_plc');m=hl(k.placements);return
e.yield(g.parseAllPlacements(k,[a],Md.NORMAL,Ya.AdMarkupParseCampaignFailed),2)}if(3!=e.nextAddress)retur
n h=e.yieldResult,n=h[a.id],e.yield(g.cacheCampaign(n),3);p=e.yieldResult;if(!p)return
e.return();g.onOptimizableCampaign.trigger(a.id,p.campaign,p.trackingUrls);return
e.return(Object.assign(Object.assign({},p),{persistentPlacementData:m[a.id]}))})})};Oa.prototype.getBaseUrl=functi
on(){return[Oa.LoadV5BaseUrl,
this._clientInfo.getGameId(),'requests'].join('/')};Oa.prototype.parsePreloadResponse=function(a,c,d,e){try{var
f=Yc.parse(a.response)}catch(g){return Promise.reject(new Ja('Could not parse auction response JSON:
'+g.message,'parse'))}if(f.auctionId)this._lastAuctionId=f.auctionId;else return Promise.reject(new Ja('No auction ID
found','auction_id'));this._preloadData=this.parsePreloadData(f);this.updatePreloadDataExpiration();this._currentSessi
on=this._sessionManager.create(f.auctionId);this._currentSession.setGameSessionCounters(c);
this._currentSession.setPrivacy(d);this._currentSession.setLegacyPrivacy(e);this._currentSession.setDeviceFreeSpace
(this._deviceFreeSpace);f.token?this.onNewHeaderBiddingToken.trigger(f.token,{isPreload:!0}):this._adsConfig.isHe
aderBiddingModeEnabled()&&n.reportMetricEvent(ag.NoToken);return
Promise.resolve()};Oa.prototype.parseLoadResponse=function(a,c,d){var
e=this;a=this.parseResponseJson(a.response);if(!a.auctionId)return Promise.reject(new Ja('No auction
id','auction_id'));var f=a.statusCode||
M d . N O R M A L ; i f ( f = = = M d . F R E Q U E N C Y _ C A P _ R E A C H E D ) r e t u r n
a=Date.now(),this._frequencyCapTimestamp=a+1E3*rm.getNextUTCDayDeltaSeconds(a),Promise.reject(new
Ja('Frequency cap reached first','frequency_cap_first'));if(!('placements'in a))return Promise.reject(new Ja('No
placement','no_plc'));var g=[c].concat(l.arrayFromIterable(d.map(function(a){return
e._adsConfig.getPlacement(a)})));this.persistPlacementData(a);return
this.parseAllPlacements(a,g,f,Ya.LoadRequestParseCampaignFailed).then(function(a){return
e.getLoadedCampaignForPlacement(a,
c,d)}).then(function(a){return e.cacheCampaign(a)}).then(function(a){void
0!==a&&g.forEach(function(c){e.onOptimizableCampaign.trigger(c.id,a.campaign,a.trackingUrls)});return
a})};Oa.prototype.getLoadedCampaignForPlacement=function(a,c){return
a[c.id]};Oa.prototype.parseResponseJson=function(a){try{var c=Yc.parse(K.CampaignResponse||a)}catch(d){throw
new Ja('Could not parse auction response JSON: '+d.message,'parse');}return
c};Oa.prototype.parsePreloadData=function(a){if(!a.preloadData)return null;
var c={};this._encryptedPreloadData=a.encryptedPreloadData;for(var d in
a . p r e l o a d D a t a ) i f ( a . p r e l o a d D a t a . h a s O w n P r o p e r t y ( d ) ) { v a r
e=a.preloadData[d];c[d]={ttlInSeconds:e.ttlInSeconds,campaignAvailable:e.campaignAvailable,dataIndex:e.dataIndex
}}return c};Oa.prototype.parseCampaign=function(a,c,d){var e=this;if(!c)return Promise.resolve(void
0);if(null===this._currentSession)throw new Ja('Session is not set','no_session');try{var f=new
va([],a.media[c],c,a.correlationId,d)}catch(m){return Promise.reject(new Ja('Failed to prepare AuctionPlacement and
AuctionResponse',
'prep'))}try{var g=this.getCampaignParser(f.getContentType())}catch(m){return Promise.reject(new Ja('Failed to
create parser','create_parser'))}var k=this._currentSession;return g.parse(f,k).catch(function(a){var c;if(!(a instanceof
ma&&a.contentType===da.ProgrammaticVast&&a.errorCode===Db.MEDIA_FILE_GIVEN_VPAID_IN_VAST_A
D ) ) t h r o w n e w J a ( ' F a i l e d t o
parse','campaign_parse');a=(null!==(c=cl(e.core.Ads,e.core)[da.ProgrammaticVpaid])&&void
0!==c?c:{}).parser;if(!a)throw Error('Vpaid parser not found');
r e t u r n a . p a r s e ( f , k ) } ) . t h e n ( f u n c t i o n ( c ) { i f ( c ) r e t u r n
c.setMediaId(f.getMediaId()),c.setIsLoadEnabled(!0),e.addHeaderBiddingTracking(a,c),c;throw new Ja('Failed to
read campaign','no_campaign');})};Oa.prototype.parseTrackingUrls=function(a,c){if(!a.trackingTemplates)return
Promise.resolve(void 0);var d;try{c&&(d=Rh.constructTrackingUrls(a.trackingTemplates,c))}catch(e){return
Promise.reject(new Ja('Failed tracking url','tracking'))}return
Promise.resolve(d)};Oa.prototype.createNotCachedLoadedCampaign=
f u n c t i o n ( a , c , d , e , f ) { v a r g = t h i s ; r e t u r n
d?Promise.all([this.parseTrackingUrls(c,e,f)]).then(function(e){e=l.makeIterator(e).next().value;return(g._campaignL
oaders[d.getCampaignLoaderType()]||g._campaignLoaders[Oi.DEFAULT]).createCampaign(g._adsConfig,a,c,f,d,e)})
: P r o m i s e . r e s o l v e ( v o i d
0)};Oa.prototype.parseMediaAndTrackingUrls=function(a,c){c=c.id;try{if(a.placements.hasOwnProperty(c)&&a.plac
e m e n t s [ c ] . h a s O w n P r o p e r t y ( ' m e d i a I d ' ) ) v a r
d=a.placements[c].mediaId;if(a.placements.hasOwnProperty(c)&&a.placements[c].hasOwnProperty('tracking'))var e=
a.placements[c].tracking}catch(f){return Promise.reject(new Ja('Failed to get media and tracking url','media'))}return
Promise.resolve({mediaId:d,tracking:e})};Oa.prototype.cacheCampaign=function(a){return void
0 = = = a ? P r o m i s e . r e s o l v e ( v o i d
0):Cb.isCached(a.notCachedCampaign)?Promise.resolve({campaign:a.notCachedCampaign,trackingUrls:a.notCached
TrackingUrls}):this._assetManager.setup(a.notCachedCampaign).catch(function(){return
a.notCachedCampaign}).then(function(c){return{campaign:c,trackingUrls:a.notCachedTrackingUrls}})};
Oa.prototype.parseAllPlacements=function(a,c,d,e){var f=this,g=[],k={},m={};return
P r o m i s e . a l l ( c . m a p ( f u n c t i o n ( c ) { r e t u r n
f.parseMediaAndTrackingUrls(a,c,d)})).then(function(k){m=k.reduce(function(a,d,e){a[c[e].id]=d;return
a},{});g=k.reduce(function(a,c){c.mediaId&&a.push(c.mediaId);return a},[]);g=g.filter(function(a,c){return
g.indexOf(a)===c});return Promise.all(g.map(function(c){return
f.parseCampaign(a,c,d).catch(function(a){f.handleError(e,a)})}))}).then(function(h){k=h.reduce(function(a,c,d){a[g[d
]]=
c;return a},{});return Promise.all(c.map(function(c){return f.createNotCachedLoadedCampaign(c,a,void
0 = = = m [ c . i d ] . m e d i a I d ? v o i d
0:k[m[c.id].mediaId],m[c.id].tracking,d).catch(function(a){f.handleError(e,a)})}))}).then(function(a){return
a.reduce(function(a,d,e){a[c[e].id]=d;return a},{})})};Oa.prototype.parseReloadResponse=function(a,c,d,e,f){var
g=this;a=this.parseResponseJson(a.response);var k=a.auctionId;if(!k)return Promise.reject(new Ja('No auction
id','auction_id'));this._preloadData=this.parsePreloadData(a);
this.updatePreloadDataExpiration();a.token?this.onNewHeaderBiddingToken.trigger(a.token,{isPreload:!1}):this._ads
Config.isHeaderBiddingModeEnabled()&&n.reportMetricEvent(ag.NoTokenReload);this._currentSession=this._sessi
onManager.create(k);this._currentSession.setGameSessionCounters(d);this._currentSession.setPrivacy(e);this._current
Session.setLegacyPrivacy(f);this._currentSession.setDeviceFreeSpace(this._deviceFreeSpace);d=a.statusCode||Md.N
ORMAL;if(!('placements'in a))return c.forEach(function(a){return g.onNoFill.trigger(a.id)}),
P r o m i s e . r e s o l v e ( ) ; t h i s . p e r s i s t P l a c e m e n t D a t a ( a ) ; r e t u r n
this.parseAllPlacements(a,c,d,Ya.ReloadRequestParseCampaignFailed).then(function(a){return
P r o m i s e . a l l ( c . m a p ( f u n c t i o n ( c ) { r e t u r n
g.cacheCampaign(a[c.id])}))}).then(function(a){a.forEach(function(a,d){d=c[d].id;void
0!==a?(g._reloadResults[d]=a,g.onCampaign.trigger(d,a.campaign,a.trackingUrls)):g.onNoFill.trigger(d)})})};Oa.prot
otype.persistPlacementData=function(a){a=hl(a.placements);vm(this._adsConfig.getPlacements(),a)};Oa.prototype.ge
tCampaignParser=
f u n c t i o n ( a ) { r e t u r n
this._contentTypeHandlerManager.getParser(a)};Oa.prototype.updatePreloadDataExpiration=function(){if(null!==thi
s._preloadData){var a,c;for(c in this._preloadData)this._preloadData.hasOwnProperty(c)&&(a=void
0===a?this._preloadData[c].ttlInSeconds:Math.min(this._preloadData[c].ttlInSeconds,a));void
0===a&&(a=7200);this._preloadDataExpireAt=Date.now()+1E3*a}};Oa.prototype.makeEncryptedPreloadData=func
tion(a,c){if(void 0!==c)return Object.values(a).reduce(function(a,e){var d={};return Object.assign(Object.assign({},
a),(d[e.dataIndex]=c[e.dataIndex],d))},{})};Oa.prototype.getLoadV5PlacementBody=function(a){return{adTypes:a.g
etAdTypes(),allowSkip:a.allowSkip(),auctionType:a.getAuctionType(),adFormat:a.getAdFormat()}};Oa.prototype.ap
pendLoadV5Extra=function(a,c){if(null===this._currentSession)throw new Ja('Current session is not
set','no_session');a.auctionId=this._currentSession.id;a.load=!0;a.preload=!1;a.preloadData=c;a.preloadPlacements={}
;a.encryptedPreloadData=this.makeEncryptedPreloadData(c,this._encryptedPreloadData);
return a};Oa.prototype.handleError=function(a,c,d){d=void 0===d?{}:d;var e='unknown';if(c instanceof
Ja)e=c.tag;else if(c instanceof Kd)if(c.nativeResponse)e=c.nativeResponse.responseCode.toString();else
i f ( c . m e s s a g e ) { e = c . m e s s a g e . s p l i t ( ' : ' ) ; v a r
f='';2<=e.length&&(this._platform===t.ANDROID?f=c.message:this._platform===t.IOS&&(f=e[e.length-
1]));f&&(f=f.trim());e=f&&(f.includes('Connection timed out')||'-2102'===f||'-1001'===f)?'timeout':'request'}else
e='request';this.reportMetricEvent(a,Object.assign({rsn:e},
d ) ) } ; O a . p r o t o t y p e . r e p o r t M e t r i c E v e n t = f u n c t i o n ( a , c ) { c = v o i d
0===c?{}:c;n.reportMetricEventWithTags(a,Object.assign(Object.assign({},c),{exp:this._currentExperiment}))};Oa.
prototype.reportTimingEvent=function(a,c){a.stopAndSend(c,{exp:this._currentExperiment})};Oa.prototype.addHea
derBiddingTracking=function(a,c){a.hbTracking&&c.setHeaderBiddingInfo(a.hbTracking)};Oa.prototype.reportToke
nAccessWithPreloadState=function(){n.reportMetricEvent(ag.TokenAccessDuringReload)};Oa.LoadV5BaseUrl='http
s://auction-load.unityads.unity3d.com/v6/games';
l.inherits(od,Oa);od.prototype.loadCampaign=function(a){return
this.requestLoad(a.id,[])};od.prototype.request=function(){return
this.requestPreload()};od.prototype.requestPreload=function(){var
a=this;null===this._ongoingPreloadRequest&&(this._ongoingPreloadRequest=new
Promise(function(c){a._ongoingPreloadRequestResolve=c}));if(this._activePreload){this.reportMetricEvent(Ya.Prelo
a d R e q u e s t A l r e a d y A c t i v e ) ; v a r c , d = n e w
Promise(function(a){c=a});this._ongoingPreloadRequest=this._ongoingPreloadRequest.then(function(){c()});
r e t u r n d } v a r e , f , g , k = n e w
Vc;k.start();this.reportMetricEvent(Ya.PreloadRequestStarted);this._currentSession=this._preloadData=null;this._prel
o a d F a i l e d = ! 1 ; t h i s . _ a c t i v e P r e l o a d = ! 0 ; r e t u r n
Promise.resolve().then(function(){Da.addAdRequest();e=Da.getCurrentCounters();f=Se.create(a._privacy,a._deviceIn
fo.getLimitAdTracking());g=Se.createLegacy(a._privacy);return
Promise.all([K.getFullyCachedCampaigns(a._core),K.getVersionCode(a._platform,a._core,a._clientInfo),a._deviceInf
o.getFreeSpace()])}).then(function(c){var d=
l.makeIterator(c);c=d.next().value;var k=d.next().value;d=d.next().value;a._deviceFreeSpace=d;return
Promise.all([K.createRequestUrl(a.getBaseUrl(),a._platform,a._clientInfo,a._deviceInfo,a._coreConfig,a._installInfo,a
._lastAuctionId,!1),K.createRequestBody(a._clientInfo,a._coreConfig,a._deviceInfo,a._userPrivacyManager,a._sessio
nManager,a._privacy,e,c,k,a._adMobSignalFactory,d,a._metaDataManager,a._adsConfig,!0,a.getPreviousPlacementId
(),f,g,!1,void 0,!0,!0)])}).then(function(c){var d=l.makeIterator(c);
c = d . n e x t ( ) . v a l u e ; d = d . n e x t ( ) . v a l u e ; r e t u r n
a._request.post(c,JSON.stringify(a.makePreloadBody(d)),[],{retries:3,retryDelay:0,followRedirects:!1,retryWithConn
ectionEvents:!1,timeout:5E3})}).catch(function(c){a.reportTimingEvent(k,Ya.PreloadRequestFailTime);throw
c;}).then(function(c){c&&z.increaseAdRequestOrdinal();a.reportTimingEvent(k,Ya.PreloadRequestSuccessTime);a.r
e p o r t M e t r i c E v e n t ( Y a . P r e l o a d R e q u e s t P a r s i n g R e s p o n s e ) ; r e t u r n
a.parsePreloadResponse(c,e,f,g)}).catch(function(c){a._preloadFailed=!0;a.handleError(Ya.PreloadRequestFailed,
c)}).then(function(){a._activePreload=!1;a._ongoingPreloadRequest=null;a._ongoingPreloadRequestResolve()})};od.
prototype.requestLoad=function(a,c,d){var e=this;c=void 0===c?[]:c;d=void
0===d?!1:d;this._ongoingLoadRequests[a]=!0;if(null!==this._ongoingPreloadRequest){var f,g=(new
P r o m i s e ( f u n c t i o n ( a ) { f = a } ) ) . t h e n ( f u n c t i o n ( ) { r e t u r n
e.requestLoad(a,c,!0)});this._ongoingPreloadRequest=this._ongoingPreloadRequest.then(function(){f()});return
g}if(null!==this._ongoingReloadRequest){var k;g=(new Promise(function(a){k=
a } ) ) . t h e n ( f u n c t i o n ( ) { r e t u r n
e.requestLoad(a,c,!0)});this._ongoingReloadRequest=this._ongoingReloadRequest.then(function(){k()});return g}var
h , n ; v o i d
0!==this._frequencyCapTimestamp&&Date.now()>this._frequencyCapTimestamp&&(this._frequencyCapTimestamp
= v o i d 0 ) ; i f ( v o i d 0 ! = = t h i s . _ f r e q u e n c y C a p T i m e s t a m p ) r e t u r n
this.reportMetricEvent(Ya.LoadRequestFrequencyCap),Promise.resolve(void 0);var r=new
Vc;r.start();this.reportMetricEvent(Ya.LoadRequestStarted,{src:'default'});return
Promise.resolve().then(function(){if(e.hasPreloadFailed()){if(d)throw new Ja('Preload data is missing due to failure to
receive it after load request was rescheduled',
'rescheduled_failed_preload');throw new Ja('Preload data is missing due to failure to receive
it','failed_preload');}if(e.isPreloadDataExpired())throw new Ja('Preload data
expired','expired');if(null===e._currentSession)throw new Ja('Session is not
set','no_session');h=Se.create(e._privacy,e._deviceInfo.getLimitAdTracking());n=Se.createLegacy(e._privacy);e._asse
tManager.enableCaching();e._assetManager.checkFreeSpace();return
Promise.all([K.getFullyCachedCampaigns(e._core),K.getVersionCode(e._platform,
e._core,e._clientInfo),e._deviceInfo.getFreeSpace()])}).then(function(c){var d=l.makeIterator(c);c=d.next().value;var
f=d.next().value;d=d.next().value;e._deviceFreeSpace=d;return
Promise.all([K.createRequestUrl(e.getBaseUrl(),e._platform,e._clientInfo,e._deviceInfo,e._coreConfig,e._installInfo,e
._lastAuctionId,!1),K.createRequestBody(e._clientInfo,e._coreConfig,e._deviceInfo,e._userPrivacyManager,e._sessio
n M a n a g e r , e . _ p r i v a c y , v o i d
0,c,f,e._adMobSignalFactory,d,e._metaDataManager,e._adsConfig,!0,e.getPreviousPlacementId(),
h,n,!1,e._adsConfig.getPlacement(a),!0,!1)])}).then(function(d){var
f = l . m a k e I t e r a t o r ( d ) ; d = f . n e x t ( ) . v a l u e ; f = f . n e x t ( ) . v a l u e ; r e t u r n
e._request.post(d,JSON.stringify(e.makeLoadBody(f,a,c)),[],{retries:3,retryDelay:0,followRedirects:!1,retryWithConn
ectionEvents:!1,timeout:5E3})}).catch(function(a){e.reportTimingEvent(r,Ya.LoadRequestFailTime);throw
a;}).then(function(d){e.reportTimingEvent(r,Ya.LoadRequestSuccessTime);if(void
0===e._ongoingLoadRequests[a]){if(void 0!==e._reloadResults[a])return Promise.resolve(e._reloadResults[a]);
e . r e p o r t M e t r i c E v e n t ( Y a . L o a d R e q u e s t W a s C a n c e l e d ) ; r e t u r n
e.requestLoad(a)}e.reportMetricEvent(Ya.LoadRequestParsingResponse,{src:'default'});return
e.parseLoadResponse(d,e._adsConfig.getPlacement(a),c)}).then(function(c){delete
e . _ o n g o i n g L o a d R e q u e s t s [ a ] ; i f ( c ) { v a r
d=pc()('showInvalidationPending','true');e.reportMetricEvent(Ya.LoadRequestFill,{aips:d.toString()})}return
c } ) . c a t c h ( f u n c t i o n ( c ) { d e l e t e
e._ongoingLoadRequests[a];e.handleError(Ya.LoadRequestFailed,c,{src:'default'})})};od.prototype.requestReload=
function(a){var c=this;if(null!==this._ongoingReloadRequest)return Promise.resolve();var d,e,f,g=new
Vc;g.start();this.reportMetricEvent(Ya.ReloadRequestStarted);var k;this._ongoingReloadRequest=new
Promise(function(a){k=a});this._ongoingLoadRequests={};this._reloadResults={};this._preloadFailed=!1;this._curre
n t S e s s i o n = t h i s . _ p r e l o a d D a t a = n u l l ; r e t u r n
Promise.resolve().then(function(){Da.addAdRequest();d=Da.getCurrentCounters();e=Se.create(c._privacy,c._deviceIn
fo.getLimitAdTracking());f=Se.createLegacy(c._privacy);
c._assetManager.enableCaching();c._assetManager.checkFreeSpace();return
Promise.all([K.getFullyCachedCampaigns(c._core),K.getVersionCode(c._platform,c._core,c._clientInfo),c._deviceInf
o.getFreeSpace()])}).then(function(a){var g=l.makeIterator(a);a=g.next().value;var
k=g.next().value;g=g.next().value;c._deviceFreeSpace=g;return
Promise.all([K.createRequestUrl(c.getBaseUrl(),c._platform,c._clientInfo,c._deviceInfo,c._coreConfig,c._installInfo,c
._lastAuctionId,!1),K.createRequestBody(c._clientInfo,c._coreConfig,
c._deviceInfo,c._userPrivacyManager,c._sessionManager,c._privacy,d,a,k,c._adMobSignalFactory,g,c._metaDataMan
ager,c._adsConfig,!0,c.getPreviousPlacementId(),e,f,!1,void 0,!0,!1)])}).then(function(d){var
e=l.makeIterator(d);d=e.next().value;e=e.next().value;return
c._request.post(d,JSON.stringify(c.makeReloadBody(e,a.map(function(a){return
c._adsConfig.getPlacement(a)}))),[],{retries:3,retryDelay:0,followRedirects:!1,retryWithConnectionEvents:!1,timeout
:5E3})}).catch(function(a){c.reportTimingEvent(g,
Y a . R e l o a d R e q u e s t F a i l T i m e ) ; t h r o w
a;}).then(function(k){k&&z.increaseAdRequestOrdinal();c.reportTimingEvent(g,Ya.ReloadRequestSuccessTime);c.r
eportMetricEvent(Ya.ReloadRequestParsingResponse);return c.parseReloadResponse(k,a.map(function(a){return
c._adsConfig.getPlacement(a)}),d,e,f)}).catch(function(d){c._preloadFailed=!0;a.forEach(function(a){return
c.onNoFill.trigger(a)});c.handleError(Ya.ReloadRequestFailed,d)}).then(function(){c._ongoingReloadRequest=null;k
()})};od.prototype.getLoadedCampaignForPlacement=
function(a,c,d){var e=d.reduce(function(c,d){c[d]=a[d];return
c},{});this.onAdditionalPlacementsReady.trigger(e,c.getAdUnitId());return
Oa.prototype.getLoadedCampaignForPlacement.call(this,a,c,d)};od.prototype.makePreloadBody=function(a){a.preloa
d=!0;a.load=!1;a.preloadPlacements=a.placements;a.placements={};a.preloadData={};return
a};od.prototype.makeLoadBody=function(a,c,d){var e=this,f={};if(null!==this._preloadData){var
g=this._preloadData;void 0!==g&&(f[c]=g[c]);d.reduce(function(a,c){void 0!==
g [ c ] & & ( a [ c ] = g [ c ] ) ; r e t u r n a } , f ) } d . r e d u c e ( f u n c t i o n ( a , c ) { v a r
d=e._adsConfig.getPlacement(c);a[c]=e.getLoadV5PlacementBody(d);return a},a.placements);return
this.appendLoadV5Extra(a,f,c)};od.prototype.makeReloadBody=function(a,c){var
d={};c.forEach(function(a){a.isBannerPlacement()||(d[a.id]={adTypes:a.getAdTypes(),allowSkip:a.allowSkip(),auctio
nType:a.getAuctionType(),adFormat:a.getAdFormat(),placementType:a.placementType})});a.load=!0;a.preload=!0;a.
preloadPlacements=a.placements;a.placements=d;a.preloadData=
{ } ; r e t u r n
a};l.inherits(Lc,od);Lc.prototype.getBaseUrl=function(){return[Lc.baseUrl,this._clientInfo.getGameId(),'requests'].joi
n('/')};Lc.prototype.parsePreloadResponse=function(a,c,d,e){a=this.parseV7ResponseJson(a);if(a.auctionId)this._last
AuctionId=a.auctionId;else return Promise.reject(new Ja('No auction ID
found','auction_id'));this._preloadData=this.parsePreloadDataV7(a);this.updatePreloadDataExpiration();this._currentS
ession=this._sessionManager.create(a.auctionId);this._currentSession.setGameSessionCounters(c);
this._currentSession.setPrivacy(d);this._currentSession.setLegacyPrivacy(e);this._currentSession.setDeviceFreeSpace
(this._deviceFreeSpace);return Promise.resolve()};Lc.prototype.parseLoadResponse=function(a,c,d){var
e=this;a=this.parseV7ResponseJson(a);if(!a.auctionId)return Promise.reject(new Ja('No auction id','auction_id'));var
f=a.statusCode||Md.NORMAL;if(f===Md.FREQUENCY_CAP_REACHED)return
d=Date.now(),this._frequencyCapTimestamp=d+1E3*rm.getNextUTCDayDeltaSeconds(d),Promise.reject(new
Ja('Frequency cap reached first',
'frequency_cap_first'));if(!('placements'in a))return Promise.reject(new Ja('No placement','no_plc'));var
g = [ c ] . c o n c a t ( l . a r r a y F r o m I t e r a b l e ( d . m a p ( f u n c t i o n ( a ) { r e t u r n
e._adsConfig.getPlacement(a)})));d=hl(a.placements);vm(this._adsConfig.getPlacements(),d);return
t h i s. par s eA llPlac ementsV7(a ,g,f,Ya.Load R eq u es t P ars eC am p ai g n F ai l ed ). t h en (fu n ct i o n (a ) { r e t u r n
a [ c . i d ] } ) . t h e n ( f u n c t i o n ( a ) { r e t u r n
e.cacheCampaign(a)}).then(function(a){a&&e.triggerOnOptimizableCampaign(a,g);return
a})};Lc.prototype.triggerOnOptimizableCampaign=
function(a,c){var d=this;c.forEach(function(c){if(a.campaign instanceof xb){var
e=a.campaign.getCurrentCampaigns(),g=a.campaign.getCurrentTrackingUrls();e.forEach(function(a,e){d.onOptimiza
bleCampaign.trigger(c.id,a,null===g||void 0===g?void 0:g[e])})}else
d.onOptimizableCampaign.trigger(c.id,a.campaign,a.trackingUrls)})};Lc.prototype.parseV7ResponseJson=function(a)
{try{var c=Yc.parse(K.CampaignResponse||a.response)}catch(d){throw new Ja('Could not parse auction response
JSON: '+d.message,'parse');
}return c};Lc.prototype.cacheCampaign=function(a){var c=this;return void 0===a?Promise.resolve(void
0 ) : a . n o t C a c h e d C a m p a i g n i n s t a n c e o f
xb?Promise.all(a.notCachedCampaign.getCurrentCampaigns().map(function(d){return
od.prototype.cacheCampaign.call(c,{notCachedCampaign:d,notCachedTrackingUrls:a.notCachedTrackingUrls})})).th
en(function(){return{campaign:a.notCachedCampaign,trackingUrls:a.notCachedTrackingUrls}}):od.prototype.cache
Campaign.call(this,a)};Lc.prototype.parsePreloadDataV7=function(a){if(!a.preloadData)return null;
var c={};this._encryptedPreloadData=a.encryptedPreloadData;for(var d in
a . p r e l o a d D a t a ) i f ( a . p r e l o a d D a t a . h a s O w n P r o p e r t y ( d ) ) { v a r
e=a.preloadData[d];c[d]={ttlInSeconds:e.ttlInSeconds,campaignAvailable:e.campaignAvailable,dataIndex:e.dataIndex
}}return c};Lc.prototype.parseCampaignV7=function(a,c,d){var e=this;if(!c)return Promise.resolve(void
0);if(null===this._currentSession)throw new Ja('Session is not set','no_session');try{var f=new
va([],a.media[c],c,a.correlationId,d)}catch(m){return Promise.reject(new Ja('Failed to prepare AuctionPlacement and
AuctionResponse',
'prep'))}try{var g=this.getCampaignParser(f.getContentType())}catch(m){return Promise.reject(new Ja('Failed to
create parser','create_parser'))}var k=this._currentSession;return g.parse(f,this._currentSession).catch(function(a){var
c ; i f ( ! ( a i n s t a n c e o f
ma&&a.contentType===da.ProgrammaticVast&&a.errorCode===Db.MEDIA_FILE_GIVEN_VPAID_IN_VAST_A
D ) ) t h r o w n e w J a ( ' F a i l e d t o
parse','campaign_parse');a=(null!==(c=cl(e.core.Ads,e.core)[da.ProgrammaticVpaid])&&void
0!==c?c:{}).parser;if(!a)throw Error('Vpaid parser not found');
return a.parse(f,k)}).then(function(a){if(a)return a.setMediaId(f.getMediaId()),a.setIsLoadEnabled(!0),a;throw new
J a ( ' F a i l e d t o r e a d
campaign','no_campaign');})};Lc.prototype.parseTrackingUrlsV7=function(a,c){if(!a.trackingTemplates)return
Promise.resolve(void 0);var d;try{c&&(d=Qj.constructTrackingUrls(a.trackingTemplates,c))}catch(e){return
Promise.reject(new Ja('Failed tracking url','tracking'))}return
Promise.resolve(d)};Lc.prototype.filterTrackingUrls=function(a){if(!a)return Promise.resolve(void 0);
a=a.reduce(function(a,d){d&&a.push(d);return a},[]);return
Promise.resolve(a)};Lc.prototype.createNotCachedLoadedAggregateCampaign=function(a,c,d,e,f,g){return
S(this,void 0,void 0,function m(){var h=this,r,p,q,t,u,w;return
l.generator.createGenerator(m,function(m){switch(m.nextAddress){case 1:return
r=h,d&&d.length&&c&&c.length?m.yield(Promise.all(d.map(function(c){return
r.parseTrackingUrlsV7(a,c,e).catch(function(a){r.handleError(f,a)})})),2):m.return(void 0);case 2:return
p=m.yieldResult,m.yield(wo.createCampaignAggregate(g,
c,void 0),3);case 3:return q=m.yieldResult,m.yield(h.filterTrackingUrls(p),4);case
4:t=m.yieldResult;if(!q||!q.getCurrentCampaignsCount())return
n.reportMetricEventWithTags(uc.CampaignAggregateFail,{manager:'request_load'}),m.return(void
0 ) ; i f ( q . g e t C u r r e n t C a m p a i g n s C o u n t ( ) ! = = c . l e n g t h ) r e t u r n
n.reportMetricEventWithTags(uc.CampaignMismatch,{manager:'request_load'}),m.return(void
0 ) ; i f ( ! t | | ! t . l e n g t h ) r e t u r n
u=1===c.length?uc.CampaignRegularTrackingParseFail:uc.CampaignAggregateTrackingParseFail,n.reportMetricEve
ntWithTags(u,
{manager:'request_load'}),m.return(void 0);if(q.getCurrentCampaignsCount()!==t.length)return
n.reportMetricEventWithTags(uc.CampaignTrackingURLMismatch,{manager:'request_load'}),m.return(void
0 ) ; i f ( 1 = = = q . g e t C u r r e n t C a m p a i g n s C o u n t ( ) ) r e t u r n
n.reportMetricEventWithTags(uc.CampaignRegular,{manager:'request_load'}),m.return({notCachedCampaign:q.getC
urrentCampaigns()[0],notCachedTrackingUrls:t[0]});w=h._clientInfo.getGameId();n.reportMetricEventWithTags(uc.
CampaignAggregate,{manager:'request_load',gameId:w});
q . s e t C u r r e n t T r a c k i n g U r l s ( t ) ; r e t u r n
m.return({notCachedCampaign:q,notCachedTrackingUrls:t[0]})}})})};Lc.prototype.parseMediaAndTrackingUrlsV7
=function(a,c){c=c.id;try{if(a.placements.hasOwnProperty(c)&&a.placements[c].hasOwnProperty('mediaId'))var
d=a.placements[c].mediaId;if(a.placements.hasOwnProperty(c)&&a.placements[c].hasOwnProperty('tracking'))var
e=a.placements[c].tracking}catch(f){return Promise.reject(new Ja('Failed to get media and tracking
url','media'))}return Promise.resolve({mediaId:d,
tracking:e})};Lc.prototype.parseAllPlacementsV7=function(a,c,d,e){var f=this,g=[],k={},h={};return
P r o m i s e . a l l ( c . m a p ( f u n c t i o n ( c ) { r e t u r n
f.parseMediaAndTrackingUrlsV7(a,c,d)})).then(function(k){h=k.reduce(function(a,d,e){a[c[e].id]=d;return
a},{});g=k.reduce(function(a,c){c.mediaId&&(a=a.concat(c.mediaId));return a},[]);g=g.filter(function(a,c){return
g.indexOf(a)===c});return Promise.all(g.map(function(c){return
f.parseCampaignV7(a,c,d).catch(function(a){f.handleError(e,a)})}))}).then(function(m){k=
m.reduce(function(a,c,d){a[g[d]]=c;return a},{});return Promise.all(c.map(function(c){return
f.createNotCachedLoadedAggregateCampaign(a,void 0===h[c.id].mediaId?void
0:f.mapMediaToCampaign(k,h[c.id].mediaId),h[c.id].tracking,d,e,c.id).catch(function(a){f.handleError(e,a)})})).then(
function(a){return a.reduce(function(a,d,e){a[c[e].id]=d;return
a},{})})})};Lc.prototype.mapMediaToCampaign=function(a,c){return
c.reduce(function(c,e){a[e]&&c.push(a[e]);return c},[])};Lc.prototype.parseReloadResponse=
function(a,c,d,e,f){var g=this;a=this.parseV7ResponseJson(a);var k=a.auctionId;if(!k)return Promise.reject(new
J a ( ' N o a u c t i o n
id','auction_id'));this._preloadData=this.parsePreloadDataV7(a);this.updatePreloadDataExpiration();this._currentSessi
on=this._sessionManager.create(k);this._currentSession.setGameSessionCounters(d);this._currentSession.setPrivacy(e
);this._currentSession.setLegacyPrivacy(f);this._currentSession.setDeviceFreeSpace(this._deviceFreeSpace);d=a.statu
sCode||Md.NORMAL;return'placements'in
a?this.parseAllPlacementsV7(a,c,d,Ya.ReloadRequestParseCampaignFailed).then(function(a){return
P r o m i s e . a l l ( c . m a p ( f u n c t i o n ( c ) { r e t u r n
g.cacheCampaign(a[c.id])}))}).then(function(a){a.forEach(function(a,d){d=c[d].id;void
0!==a?(g._reloadResults[d]=a,g.onCampaign.trigger(d,a.campaign,a.trackingUrls)):g.onNoFill.trigger(d)})}):(c.forEa
ch(function(a){return g.onNoFill.trigger(a.id)}),Promise.resolve())};Lc.baseUrl='https://auction-
load.unityads.unity3d.com/v7/games';l.inherits(Pj,od);Pj.prototype.loadCampaign=
f u n c t i o n ( a ) { v a r
c=[];a.hasAdUnitId()&&(c=this._adsConfig.getPlacementsForAdunit(a.getAdUnitId()).filter(function(c){return
c!==a.id}));return this.requestLoad(a.id,c)};Pj.prototype.cacheAdditionalPlacements=function(a,c){return S(this,void
0,void 0,function e(){var f=this,g,k,h,n;return l.generator.createGenerator(e,function(e){if(1==e.nextAddress)return
g = f , k = O b j e c t . k e y s ( a ) . m a p ( f u n c t i o n ( c ) { r e t u r n
g.getCachedCampaign(a,c)}),e.yield(Promise.all(k),2);h=e.yieldResult;n=h.reduce(function(a,c){var e=
l.makeIterator(c);c=e.next().value;e=e.next().value;if(!e)return a;var f={};return
Object.assign(Object.assign({},a),(f[c]=e,f))},{});f.onAdditionalPlacementsCached.trigger(n,c);e.jumpToEnd()})})};
Pj.prototype.getCachedCampaign=function(a,c){return S(this,void 0,void 0,function e(){var f,g=this;return
l . g e n e r a t o r . c r e a t e G e n e r a t o r ( e , f u n c t i o n ( e ) { r e t u r n
1==e.nextAddress?(f=c,e.yield(g.cacheCampaign(a[c]),2)):e.return([f,e.yieldResult])})})};var
vg;(function(a){a[a.STARTED=0]='STARTED';a[a.RESUMED=1]=
'RESUMED';a[a.STOPPED=2]='STOPPED';a[a.FINISHED=3]='FINISHED';a[a.REDIRECTED=4]='REDIRECTED
';a[a.ERROR=5]='ERROR'})(vg||(vg={}));oo.prototype.stop=function(){this._cache.onStart.unsubscribe(this._startOb
server);this._cache.onRedirect.unsubscribe(this._redirectObserver);this._cache.onFinish.unsubscribe(this._finishObser
ver);this._cache.onStop.unsubscribe(this._stopObserver);this._cache.onFinishError.unsubscribe(this._finishErrorObse
rver);this._cache.onError.unsubscribe(this._errorObserver)};oo.prototype.sendDiagnostic=
function(a,c){a={eventTimestamp:Date.now(),eventType:vg[a],creativeType:this._data.creativeType,size:c.contentLe
ngth,downloadStartTimestamp:c.contentLength,targetGameId:this._data.targetGameId,targetCampaignId:this._data.ta
rgetCampaignId};ca.sendEvent('ads.sdk2.events.creativedownload.json',ec.ANONYMOUS,a)};var
ni;(function(a){a[a.METADATA_KEY_DURATION=9]='METADATA_KEY_DURATION';a[a.METADATA_KE
Y_VIDEO_HEIGHT=19]='METADATA_KEY_VIDEO_HEIGHT';a[a.METADATA_KEY_VIDEO_WIDTH=18]='
METADATA_KEY_VIDEO_WIDTH'})(ni||
(ni={}));Oj.getVideoInfo=function(a,c,d){return a===t.IOS?c.iOS.getVideoInfo(d).then(function(a){var
c = l . m a k e I t e r a t o r ( a ) ; a = c . n e x t ( ) . v a l u e ; v a r
d=c.next().value;c=c.next().value;return[a,d,c]}):c.Android.getMetaData(d,[ni.METADATA_KEY_VIDEO_WIDTH,
ni.METADATA_KEY_VIDEO_HEIGHT,ni.METADATA_KEY_DURATION]).then(function(a){var
c=0,d=0,e=0;a=l.makeIterator(a);for(var h=a.next();!h.done;h=a.next()){h=h.value;var n=h[1];switch(h[0]){case
ni.METADATA_KEY_VIDEO_WIDTH:c=n;break;case ni.METADATA_KEY_VIDEO_HEIGHT:d=
n;break;case ni.METADATA_KEY_DURATION:e=n}}return[c,d,e]})};Oj.isVideoValid=function(a,c,d,e){var
f=this;return cc.getFileId(d.getOriginalUrl(),c).then(function(g){return Oj.getVideoInfo(a,c,g).then(function(a){var
c=l.makeIterator(a);a=c.next().value;var g=c.next().value;c=c.next().value;var
k=0<a&&0<g&&0<c&&c<=f._maxVideoDuration,h='video_validation_failed';c>f._maxVideoDuration&&(h='video
_validation_failed_video_too_long');k||Qa.trigger(h,{url:d.getOriginalUrl(),width:a,height:g,duration:c},e.getSession()
);
r e t u r n
k}).catch(function(a){Qa.trigger('video_validation_failed',{url:d.getOriginalUrl(),error:a},e.getSession());return!1})})
} ; O j . _ m a x V i d e o D u r a t i o n = 4 E 4 ; v a r
gj;(function(a){a[a.REQUIRED=0]='REQUIRED';a[a.OPTIONAL=1]='OPTIONAL'})(gj||(gj={}));nd.prototype.over
rideCacheMode=function(a){this._cacheMode=a};nd.prototype.setCacheDiagnostics=function(a){this._sendCacheDi
agnostics=a};nd.prototype.setup=function(a){var c=this;return
t h i s. _cacheM ode===fe .DISAB LED? Prom i s e. res o l v e(a): t h i s . s el ect As s et s (a). t h en (fu n ct i on ( d ) { d =
l.makeIterator(d);var e=d.next().value,f=d.next().value;d=c.cache(e,a,gj.REQUIRED).then(function(){return
c.validateVideos(e,a)});if(c._cacheMode===fe.FORCED)return
d.then(function(){c.cache(f,a,gj.OPTIONAL).catch(function(){});return a});d.then(function(){return
c . c a c h e ( f , a , g j . O P T I O N A L ) } ) . c a t c h ( f u n c t i o n ( ) { } ) ; r e t u r n
Promise.resolve(a)})};nd.prototype.selectAssets=function(a){var
c=a.getRequiredAssets(),d=a.getOptionalAssets();return a instanceof T||a instanceof
za?this.getOrientedVideo(a).then(function(a){return[[a].concat(l.arrayFromIterable(c)),
d]}):Promise.resolve([c,d])};nd.prototype.enableCaching=function(){this._stopped=!1};nd.prototype.stopCaching=fu
nction(){this._stopped=!0;this._fastConnectionDetected=!1;this._cache.stop();this._requiredQueue.forEach(function(a
){return a.reject(Va.STOPPED)});this._requiredQueue=[];this._optionalQueue.forEach(function(a){return
a.reject(Va.STOPPED)});this._optionalQueue=[]};nd.prototype.checkFreeSpace=function(){var a=this;return
this._cacheMode===fe.DISABLED?Promise.resolve():this._cache.getFreeSpace().then(function(c){20480>
c&&(a._cacheMode=fe.DISABLED,n.reportMetricEvent(pp.CachingModeForcedToDisabled))}).catch()};nd.prototy
pe.cache=function(a,c,d){var e=this;return a.reduce(function(a,g){return a.then(function(){return
e.cacheAsset(g,c,d)})},Promise.resolve())};nd.prototype.cacheAsset=function(a,c,d){var e=this;if(this._stopped)return
P r o m i s e . r e j e c t ( V a . S T O P P E D ) ; v a r
f=this.queueAsset(a.getOriginalUrl(),d,this.getCacheDiagnostics(a,c)).then(function(c){var
d=l.makeIterator(c);c=d.next().value;d=d.next().value;a.setFileId(c);
a . s e t C a c h e d U r l ( d ) ; r e t u r n c } ) . t h e n ( f u n c t i o n ( a ) { r e t u r n
d===gj.REQUIRED?e._cacheBookkeeping.writeFileForCampaign(c.id,a):Promise.resolve()});this.executeAssetQueu
e(c);return f};nd.prototype.queueAsset=function(a,c,d){var e=this;return new
Promise(function(f,g){f={url:a,diagnostics:d,resolve:f,reject:g};c===gj.REQUIRED?e._requiredQueue.push(f):e._opt
ionalQueue.push(f)})};nd.prototype.executeAssetQueue=function(a){var c=this;if(!this._caching){var
d=this._requiredQueue.shift();d||(d=this._optionalQueue.shift());
i f ( d ) { v a r e = d ; t h i s . _ c a c h i n g = ! 0 ; v a r
f=this._cache.onTooLargeFile.subscribe(function(d,f,g,h,n){c.handleTooLargeFile(e.url,a,f,g,h,n)}),g;d.diagnostics&
&(g=new oo(this._cache,d.diagnostics));this._cache.cache(e.url).then(function(d){var
k=l.makeIterator(d);d=k.next().value;k=k.next().value;c._cache.onTooLargeFile.unsubscribe(f);g&&g.stop();e.resolve
([d,k]);c._caching=!1;c.executeAssetQueue(a)}).catch(function(d){c._cache.onTooLargeFile.unsubscribe(f);g&&g.sto
p();e.reject(d);c._caching=!1;c.executeAssetQueue(a)})}}};
nd.prototype.validateVideos=function(a,c){var d=[],e={};a=l.makeIterator(a);for(var
f=a.next();!f.done;e={$jscomp$loop$prop$asset$266:e.$jscomp$loop$prop$asset$266},f=a.next())e.$jscomp$loop$pr
op$asset$266=f.value,e.$jscomp$loop$prop$asset$266 instanceof
zb&&d.push(Oj.isVideoValid(this._platform,this._core.Cache,e.$jscomp$loop$prop$asset$266,c).then(function(a){re
turn function(c){if(!c)throw Error('Video failed to validate:
'+a.$jscomp$loop$prop$asset$266.getOriginalUrl());}}(e)));return Promise.all(d)};
n d . p r o t o t y p e . g e t O r i e n t e d V i d e o = f u n c t i o n ( a ) { r e t u r n
Promise.all([this._deviceInfo.getScreenWidth(),this._deviceInfo.getScreenHeight()]).then(function(c){c=l.makeIterato
r(c);var d=c.next().value,e=c.next().value;c=d>=e;d=e>d;var
f=pc()('volumeFix','true');e=f&&a.getStreamingVideo()||a.getVideo();f=f&&a.getStreamingPortraitVideo()||a.getPortr
aitVideo();if(c){if(e)return e;if(f)return f}if(d){if(f)return f;if(e)return e}throw new Ob('Unable to select oriented
video for caching');})};nd.prototype.registerCampaign=
f u n c t i o n ( a , c ) { v a r d = t h i s ; r e t u r n n e w
Promise(function(e,f){d._campaignQueue[c]={campaign:a,resolved:!1,resolve:e,reject:f}})};nd.prototype.getCacheDi
agnostics=function(a,c){if(this._sendCacheDiagnostics)return{creativeType:a.getDescription(),targetGameId:c
i n s t a n c e o f
T?c.getGameId():0,targetCampaignId:c.id}};nd.prototype.handleTooLargeFile=function(a,c,d,e,f,g){Qa.trigger('too_l
arge_file',{url:a,size:d,totalSize:e,responseCode:f,headers:g},c.getSession());a=c.getSeatId();n.reportMetricEvent($f.T
ooLargeFile);
kl.report(c.getCreativeId(),a,c.id,sk.FILE_TOO_LARGE,{fileSize:Math.floor(e/1048576)})};l.inherits(Na,re);Na.prot
otype.getCampaign=function(a){if(a=this._adsConfig.getPlacement(a))return
a.getCurrentCampaign()};Na.prototype.setCurrentAdUnit=function(a){var
c=this,d=this._currentAdUnit=a,e=this._currentAdUnit.onStart.subscribe(function(){d.onStart.unsubscribe(e);c.invali
dateCampaigns(!0,c._adsConfig.getPlacementIds());c.setPlacementStates(D.WAITING,c._adsConfig.getPlacementIds
())});this._currentAdUnit.onStartProcessed.subscribe(function(){return c.onAdUnitStartProcessed()});
t h i s . _ c u r r e n t A d U n i t . o n C l o s e . s u b s c r i b e ( f u n c t i o n ( ) { r e t u r n
c.onAdUnitClose()});this._currentAdUnit.onFinish.subscribe(function(){return
c.onAdUnitFinish()})};Na.prototype.refresh=function(a){return
this.shouldRefill(this._refillTimestamp)?(this.setPlacementStates(D.WAITING,this._adsConfig.getPlacementIds()),thi
s._refillTimestamp=0,this.invalidateCampaigns(!1,this._adsConfig.getPlacementIds()),this._campaignCount=0,this._c
ampaignManager.request(a)):this.checkForExpiredCampaigns()?this.onCampaignExpired():
Promise.resolve()};Na.prototype.initialize=function(){return
this.refresh()};Na.prototype.shouldRefill=function(a){return
this._needsRefill||0!==a&&Date.now()>a?!0:!1};Na.prototype.setPlacementState=function(a,c){this._adsConfig.getPl
acement(a).setState(c)};Na.prototype.sendPlacementStateChanges=function(a){var
c=this._adsConfig.getPlacement(a);c.getPlacementStateChanged()&&(c.setPlacementStateChanged(!1),this._ads.Plac
ement.setPlacementState(a,c.getState()),this._ads.Listener.sendPlacementStateChangedEvent(a,
D[c.getPreviousState()],D[c.getState()]));c.getState()===D.READY&&this._ads.Listener.sendReadyEvent(a)};Na.pro
t o t y p e . s e t P l a c e m e n t S t a t e s = f u n c t i o n ( a , c ) { f o r ( v a r
d=l.makeIterator(c),e=d.next();!e.done;e=d.next())this.setPlacementState(e.value,a);a=l.makeIterator(c);for(e=a.next()
;!e.done;e=a.next())this.sendPlacementStateChanges(e.value)};Na.prototype.loadPlacement=function(){};Na.prototyp
e.invalidateCampaigns=function(a,c){this._needsRefill=a;a=l.makeIterator(c);for(c=a.next();!c.done;c=a.next())this._
adsConfig.getPlacement(c.value).setCurrentCampaign(void 0)};
Na.prototype.checkForExpiredCampaigns=function(){for(var a in
this._adsConfig.getPlacements())if(this._adsConfig.getPlacements().hasOwnProperty(a)){var
c=this._adsConfig.getPlacement(a).getCurrentCampaign();if(c&&c.isExpired())return!0}return!1};Na.prototype.onCa
mpaignExpired=function(){this._core.Sdk.logDebug('Unity Ads campaign has expired, requesting new
ads');this.setPlacementStates(D.NO_FILL,this._adsConfig.getPlacementIds());this.invalidateCampaigns(!1,this._adsC
onfig.getPlacementIds());return this._campaignManager.request()};
Na.prototype.onCampaign=function(a,c,d){this._parsingErrorCount=0;this.setPlacementReady(a,c,d)};Na.prototype.s
etPlacementReady=function(a,c,d){this.setCampaignForPlacement(a,c,d);this.handlePlacementState(a,D.READY)};N
a.prototype.onNoFill=function(a){this._parsingErrorCount=0;this._core.Sdk.logDebug('Unity Ads server returned no
fill, no ads to show, for placement: '+a);this.setCampaignForPlacement(a,void 0,void
0);this.handlePlacementState(a,D.NO_FILL)};Na.prototype.onDisable=function(a){this._parsingErrorCount=
0;this._core.Sdk.logDebug('Unity Ads server returned fill; however, the ad is disabled for placement:
' + a ) ; t h i s . s e t C a m p a i g n F o r P l a c e m e n t ( a , v o i d 0 , v o i d
0);this.handlePlacementState(a,D.DISABLED)};Na.prototype.onError=function(a,c,d,e){var
f=this,g;this.invalidateCampaigns(this._needsRefill,c);a instanceof
Error&&(a={message:a.message,name:a.name,stack:a.stack});e&&Qa.trigger(d,{error:a,auctionProtocol:H.getAuctio
nProtocol()},e);this._core.Sdk.logError(JSON.stringify(a));a=Date.now()+1E3*re.ErrorRefillDelayInSeconds;
if(0===this._refillTimestamp||this._refillTimestamp>a)this._refillTimestamp=a,this._core.Sdk.logDebug('Unity Ads
will refresh ads in '+re.ErrorRefillDelayInSeconds+' seconds');if(null===(g=this._currentAdUnit)||void
0===g?0:g.isShowing())var k=this._currentAdUnit.onClose.subscribe(function(){var
a ; n u l l = = = ( a = f . _ c u r r e n t A d U n i t ) | | v o i d 0 = = = a ? v o i d
0:a.onClose.unsubscribe(k);f.setPlacementStates(D.NO_FILL,c)});else
this.setPlacementStates(D.NO_FILL,c);1===this._campaignCount&&(this._parsingErrorCount++,
1===this._parsingErrorCount&&0<re.ParsingErrorRefillDelayInSeconds&&(g=re.ParsingErrorRefillDelayInSeconds
+Math.random()*re.ParsingErrorRefillDelayInSeconds,this._core.Sdk.logDebug('Unity Ads retrying failed campaign
i n ' + g + '
seconds'),this._refillTimestamp=Date.now()+1E3*re.ParsingErrorRefillDelayInSeconds,setTimeout(function(){f._cor
e . S d k . l o g D e b u g ( ' U n i t y A d s r e t r y i n g f a i l e d c a m p a i g n
now');f.refresh()},1E3*g)))};Na.prototype.onConnectivityError=function(a){var
c=this,d;this.invalidateCampaigns(this._needsRefill,
a);this._refillTimestamp=Date.now();this._core.Sdk.logDebug('Unity Ads failed to contact server, retrying after next
system event');if(null===(d=this._currentAdUnit)||void 0===d?0:d.isShowing())var
e=this._currentAdUnit.onClose.subscribe(function(){var d;null===(d=c._currentAdUnit)||void 0===d?void
0:d.onClose.unsubscribe(e);c.setPlacementStates(D.NO_FILL,a)});else
this.setPlacementStates(D.NO_FILL,a)};Na.prototype.onAdPlanReceived=function(a,c,d){var
e=this;this._campaignCount=c;if(d===Md.FREQUENCY_CAP_REACHED)a=
Date.now(),this._refillTimestamp=a+1E3*rm.getNextUTCDayDeltaSeconds(a);else{if(0===c){this._noFills++;c=0;if
(0<this._noFills&&15>this._noFills)for(c=20,d=1;d<this._noFills;d++)c*=1.5;if(0<c){this._refillTimestamp=Date.no
w()+1E3*c;c+=10*Math.random();this._core.Sdk.logDebug('Unity Ads ad plan will be refreshed in '+c+'
seconds');setTimeout(function(){e.refresh(!0)},1E3*c);return}}else
this._noFills=0;0<a&&(this._refillTimestamp=Date.now()+1E3*a,this._core.Sdk.logDebug('Unity Ads ad plan will
expire in '+
a + '
seconds'))}};Na.prototype.setCampaignForPlacement=function(a,c,d){if(a=this._adsConfig.getPlacement(a))a.setCurr
entCampaign(c),a.setCurrentTrackingUrls(d)};Na.prototype.handlePlacementState=function(a,c){var
d=this,e;if(null===(e=this._currentAdUnit)||void 0===e?0:e.isShowing())var
f=this._currentAdUnit.onClose.subscribe(function(){var e;null===(e=d._currentAdUnit)||void 0===e?void
0:e.onClose.unsubscribe(f);d._core.Sdk.logDebug('Unity Ads placement '+a+' status set to
'+D[c]);d.setPlacementState(a,
c);d.sendPlacementStateChanges(a);c===D.READY&&(z.setReadyEventTimestamp(a),z.sendReadyEvent(a),xd.setP
riorRequestToReadyTime(z.getRequestToReadyTime(a),d._core),d._core.Sdk.logDebug('Unity Ads placement '+a+'
request to ready time took '+z.getRequestToReadyTime(a)))});else this._core.Sdk.logDebug('Unity Ads placement
' + a + ' s t a t u s s e t t o
'+D[c]),this.setPlacementState(a,c),this.sendPlacementStateChanges(a),c===D.READY&&(z.setReadyEventTimesta
mp(a),z.sendReadyEvent(a),xd.setPriorRequestToReadyTime(z.getRequestToReadyTime(a),
this._core),this._core.Sdk.logDebug('Unity Ads placement '+a+' request to ready time took
'+z.getRequestToReadyTime(a)))};Na.prototype.onActivityResumed=function(a){'com.unity3d.services.ads.adunit.A
dUnitActivity'!==a&&'com.unity3d.services.ads.adunit.AdUnitTransparentActivity'!==a&&'com.unity3d.services.ads
.adunit.AdUnitTransparentSoftwareActivity'!==a&&'com.unity3d.services.ads.adunit.AdUnitSoftwareActivity'!==a&
&this.refresh()};Na.prototype.onAppForeground=function(){this.refresh()};Na.prototype.onScreenOn=
function(){this.refresh()};Na.prototype.onAdUnitFinish=function(){this.refresh()};Na.prototype.onAdUnitClose=func
t i o n ( ) { t h i s . _ c o r e . S d k . l o g I n f o ( ' C l o s i n g U n i t y A d s a d
unit');this.refresh()};Na.prototype.onAdUnitStartProcessed=function(){var
a=this;this._currentAdUnit&&setTimeout(function(){a._currentAdUnit&&a._currentAdUnit.isCached()&&a.refresh()
},this._startRefreshMagicConstant)};Na.prototype.onNetworkConnected=function(){var
a;null!==(a=this._currentAdUnit)&&void 0!==a&&a.isShowing()||(this.refresh(),
this._sessionManager.sendUnsentSessions())};Tl.prototype.addHandler=function(a,c){if(a in this._parsers||a in
this._factories)throw Error('Handler already defined for content-type:
'+a);this._parsers[a]=c.parser;this._factories[a]=c.factory};Tl.prototype.getParser=function(a){if(a in
this._parsers)return this._parsers[a];throw Error('Unsupported content-type:
'+a);};Tl.prototype.getFactory=function(a){if(a in this._factories)return this._factories[a];throw Error('Unsupported
content-type: '+a);};
v a r
qb;(function(a){a.ZONE='%ZONE%';a.SDK_VERSION='%SDK_VERSION%';a.EVENT_TYPE='%EVENT_TYPE
%';a.TOKEN='%TOKEN%';a.AB_GROUP='%AB_GROUP%';a.GAME_ID='%GAME_ID%';a.AD_UNIT_ID='%A
D_UNIT_ID%';a.COPPA='%COPPA%';a.OPTOUT_ENABLED='%OPTOUT_ENABLED%';a.FRAMEWORK_NA
ME='%FRAMEWORK_NAME%';a.FRAMEWORK_VERSION='%FRAMEWORK_VERSION%';a.PLATFORM='
%PLATFORM%';a.CAMPAIGN_ID='%CAMPAIGN_ID%';a.SEATID='%SEAT_ID%';a.COUNTRY='%COUNTR
Y%';a.LOADV5_SUPPORT='%LOADV5_SUPPORT%';a.OS_VERSION='%OS_VERSION%';a.OPTOUT_RECO
RDED='%OPTOUT_RECORDED%';
a.IS_LOAD_ENABLED='%IS_LOAD_ENABLED%';a.TRACK_AUTH_STATUS='%TRACK_AUTH_STATUS%'
;a.LIMITED_AD_TRACKING='%LIMITED_AD_TRACKING%'})(qb||(qb={}));l.inherits(Hd,Ve);Hd.prototype.sen
dLoadTrackingEvents=function(a,c,d){var e=this._adsConfig.getPlacement(a);e=e?e.getAdUnitId():void 0;var
f = { } ; r e t u r n
this.sendWithGet(Hd.LoadEventName,'',this._url,c,d,(f[qb.ZONE]=a,f[qb.EVENT_TYPE]=Hd.LoadEventName,f[qb.
AD_UNIT_ID]=e?e:'',f[qb.OPTOUT_ENABLED]=''+this._privacy.isOptOutEnabled(),f[qb.CAMPAIGN_ID]=this._
platform===
t.ANDROID?Hd.AndroidCampaignId:Hd.IOSCampaignId,f[qb.SEATID]='',f))};Hd.prototype.sendFillTrackingEvent
s=function(a,c,d,e){var f,g=this._adsConfig.getPlacement(a);g=g?g.getAdUnitId():void 0;var k={};return
this.sendWithGet(Hd.FillEventName,'',this._url,d,e,(k[qb.ZONE]=a,k[qb.EVENT_TYPE]=Hd.FillEventName,k[qb.A
D_UNIT_ID]=g?g:'',k[qb.CAMPAIGN_ID]=c.id,k[qb.OPTOUT_ENABLED]=''+this._privacy.isOptOutEnabled(),k[
qb.SEATID]=(null===(f=c.getSeatId())||void 0===f?void 0:f.toString())||'',k))};Hd.AndroidCampaignId=
'005472656d6f7220416e6472';Hd.IOSCampaignId='00005472656d6f7220694f53';Hd.LoadEventName='load';Hd.Fill
EventName='fill';Hd.TemplateUrl='operative/%ZONE%?eventType=%EVENT_TYPE%&token=%TOKEN%&abGr
oup=%AB_GROUP%&gameId=%GAME_ID%&campaignId=%CAMPAIGN_ID%&adUnitId=%AD_UNIT_ID%&
coppa=%COPPA%&optOutEnabled=%OPTOUT_ENABLED%&frameworkName=%FRAMEWORK_NAME%&fr
ameworkVersion=%FRAMEWORK_VERSION%&platform=%PLATFORM%&sdkVersion=%SDK_VERSION%&
seatId=%SEAT_ID%&country=%COUNTRY%&lv5s=%LOADV5_SUPPORT%&osv=%OS_VERSION%&oor=%
OPTOUT_RECORDED%&le=%IS_LOAD_ENABLED%&tas=%TRACK_AUTH_STATUS%&limitAdTracking=
%LIMITED_AD_TRACKING%';
v a r
dn;(function(a){a.LoadV5='lv5';a.None='none'})(dn||(dn={}));Gd.prototype.getCurrentExperiment=function(){return
this._experimentType};Gd.prototype.setInitComplete=function(){this._initialAdRequest=!1;this._initCompleteTime=t
his.getTime();n.reportTimingEventWithTags(ee.InitializationComplete,this._initCompleteTime,this.getBaseTracking
Tags())};Gd.prototype.reportPlacementCount=function(a){n.reportTimingEventWithTags(ee.PlacementCount,a,this.g
etBaseTrackingTags())};Gd.prototype.reportMediaCount=
function(a){n.reportTimingEventWithTags(ee.MediaCount,a,this.getBaseTrackingTags({iar:''+(1===Da.getCurrentC
ounters().adRequests)}))};Gd.prototype.reportAuctionRequestStarted=function(){n.reportMetricEventWithTags(ee.A
uctionRequestStarted,this.getBaseTrackingTags({iar:''+(1===Da.getCurrentCounters().adRequests)}))};Gd.prototype.
reportAdShown=function(a){n.reportMetricEventWithTags(ee.AdShow,this.getBaseTrackingTags({iar:''+(1===Da.g
etCurrentCounters().adRequests),str:''+!a}))};Gd.prototype.reportAuctionRequest=
function(a,c,d){c=this.getBaseTrackingTags({iar:''+(1===Da.getCurrentCounters().adRequests),res:''+c});d&&(c=Obj
ect.assign(Object.assign({},c),{rsn:d}));n.reportTimingEventWithTags(ee.AuctionRequest,a,c)};Gd.prototype.reporti
ngAdCaching=function(a,c){n.reportTimingEventWithTags(ee.AdCaching,a,this.getBaseTrackingTags({acs:''+c,iar:''
+(1===Da.getCurrentCounters().adRequests)}))};Gd.prototype.onLoad=function(a){this.checkForTimedOutPlaceme
nts();void 0===this._activeLoads[a]&&(this._activeLoads[a]={time:this.getTime(),
initialAdRequest:this._initialAdRequest||250>=this.getTime()-
this._initCompleteTime,nativeTimeoutSent:!1},n.reportMetricEventWithTags(ee.LoadRequest,this.getBaseTrackingT
ags({iar:''+this._activeLoads[a].initialAdRequest})),this._nativeInitTime&&this._activeLoads[a].initialAdRequest&&
n.reportMetricEventWithTags(ee.LoadRequestNativeMeasured,this.getBaseTrackingTags()))};Gd.prototype.onPlace
mentStateChangedEventSent=function(a,c){if(void 0!==this._activeLoads[a]){var d=this.getTime()-
this._activeLoads[a].time;
this.hasPlacementTimedOut(a,d)||(this.checkForTimedOutPlacements(),'READY'===c?(n.reportTimingEventWithTa
gs(ee.LoadRequestFill,d,this.getBaseTrackingTags({iar:''+this._activeLoads[a].initialAdRequest})),delete
this._activeLoads[a]):'NO_FILL'===c&&(n.reportTimingEventWithTags(ee.LoadRequestNofill,d,this.getBaseTracki
ngTags({iar:''+this._activeLoads[a].initialAdRequest})),delete
this._activeLoads[a]))}};Gd.prototype.getTime=function(){return
window.performance.now()};Gd.prototype.hasPlacementTimedOut=
f u n c t i o n ( a , c ) { t h i s . t r y T o S e n d N a t i v e T i m e o u t ( a ) ; r e t u r n
3E4<=c?(n.reportMetricEventWithTags(ee.LoadRequestTimeout,this.getBaseTrackingTags({iar:''+this._activeLoads[
a].initialAdRequest})),delete this._activeLoads[a],!0):!1};Gd.prototype.tryToSendNativeTimeout=function(a){void
0!==this._nativeInitTime&&this._activeLoads[a].initialAdRequest&&!this._activeLoads[a].nativeTimeoutSent&&3E
4<=this.getTime()+this._nativeInitTime&&(n.reportMetricEventWithTags(ee.LoadRequestTimeoutNativeMeasured,t
his.getBaseTrackingTags()),
this._activeLoads[a].nativeTimeoutSent=!0)};Gd.prototype.checkForTimedOutPlacements=function(){var
a=this;Object.keys(this._activeLoads).forEach(function(c){var d=a.getTime()-
a._activeLoads[c].time;a.hasPlacementTimedOut(c,d)})};Gd.prototype.getBaseTrackingTags=function(a){a=void
0 = = = a ? { } : a ; r e t u r n
Object.assign(Object.assign({},a),{med:this._mediationName,wel:''+this._webviewEnabledLoad,exp:this._experiment
Type})};Wp.prototype.onStorageSet=function(a,c){c&&c.mediation&&c.mediation.missedImpressionOrdinal&&
c.mediation.missedImpressionOrdinal.value&&(ca.sendEvent('ads.sdk2.events.missedimpression.json',ec.ANONYM
OUS,{ordinal:c.mediation.missedImpressionOrdinal.value}),this._core.Storage.delete(B.PUBLIC,'mediation.missedI
mpressionOrdinal'),this._core.Storage.write(B.PUBLIC))};l.inherits(Pf,Na);Pf.prototype.initialize=function(){var
a=this;this._initialized=!0;Object.keys(this._forceLoadPlacements).forEach(function(c){a._trackablePlacements[c]=c
});return Na.prototype.initialize.call(this)};Pf.prototype.setCurrentAdUnit=
function(a,c){Na.prototype.setCurrentAdUnit.call(this,a,c);this.sendPlacementStateChangesLoadAdapter(c.id,D.REA
DY,D.NOT_AVAILABLE)};Pf.prototype.sendPlacementStateChanges=function(a){var
c=this._adsConfig.getPlacement(a);void 0===c?(delete this._trackablePlacements[a],delete
this._activePlacements[a],this.sendPlacementStateChange(a,D.NO_FILL)):(this._trackablePlacements[a]?c.getPlacem
entStateChanged()&&(this.sendPlacementStateChangesLoadAdapter(a,c.getPreviousState(),c.getState()),c.getState()!
==
D . W A I T I N G & & d e l e t e
this._trackablePlacements[a]):this._activePlacements[a]&&(c.getPlacementStateChanged()&&c.getState()===D.NOT
_ A V A I L A B L E ? d e l e t e
this._activePlacements[a]:c.getPlacementStateChanged()&&c.getPreviousState()===D.WAITING&&c.getState()===
D.NO_FILL&&(this.sendPlacementStateChangesLoadAdapter(a,D.WAITING,D.NO_FILL),delete
this._activePlacements[a])),c.setPlacementStateChanged(!1))};Pf.prototype.sendPlacementStateChangesLoadAdapter
=function(a,c,d){this._ads.Placement.setPlacementState(a,d);
this._ads.Listener.sendPlacementStateChangedEvent(a,D[c],D[d]);switch(d){case
D.READY:this._activePlacements[a]=a;this._ads.Listener.sendReadyEvent(a);c=this._adsConfig.getPlacement(a).get
C u r r e n t C a m p a i g n ( ) ; v o i d
0!==c&&this._loadAndFillEventManager.sendFillTrackingEvents(a,c);this.sendAdLoaded(a);break;case
D . N O T _ A V A I L A B L E : c a s e D . N O _ F I L L : c a s e
D.DISABLED:this.sendAdFailedToLoad(a,d)}};Pf.prototype.loadPlacement=function(a){var c=a.placementId;void
0===this._placementLoadOptions[c]&&(this._placementLoadOptions[c]=
[]);this._placementLoadOptions[c].push(a);this._initialized?(a=this._adsConfig.getPlacement(c),void
0===a?this.sendPlacementStateChange(c,D.NO_FILL):(a.getState()===D.WAITING&&(this._trackablePlacements[c
]=c),this.sendPlacementStateChange(c,a.getState()))):this._forceLoadPlacements[c]=c};Pf.prototype.sendPlacementSt
a t e C h a n g e = f u n c t i o n ( a , c ) { s w i t c h ( c ) { c a s e
D.WAITING:this.sendPlacementStateChangesLoadAdapter(a,D.NOT_AVAILABLE,D.WAITING);break;case
D.READY:this.sendPlacementStateChangesLoadAdapter(a,D.NOT_AVAILABLE,
D.WAITING);this.sendPlacementStateChangesLoadAdapter(a,D.WAITING,D.READY);break;case
D.NO_FILL:this.sendPlacementStateChangesLoadAdapter(a,D.NOT_AVAILABLE,D.WAITING);this.sendPlaceme
ntStateChangesLoadAdapter(a,D.WAITING,D.NO_FILL);break;case
D.NOT_AVAILABLE:this.sendPlacementStateChangesLoadAdapter(a,D.WAITING,D.NO_FILL);break;case
D.DISABLED:this.sendPlacementStateChangesLoadAdapter(a,D.NOT_AVAILABLE,D.WAITING),this.sendPlace
mentStateChangesLoadAdapter(a,D.WAITING,D.NO_FILL)}};Pf.prototype.sendAdLoaded=
f u n c t i o n ( a ) { v a r
c=this,d=this._placementLoadOptions[a];d&&(d.forEach(function(a){c._ads.LoadApi.sendAdLoaded(a)}),delete
this._placementLoadOptions[a])};Pf.prototype.sendAdFailedToLoad=function(a,c){var
d=this,e=this._placementLoadOptions[a];e&&(e.forEach(function(a){switch(c){case
D.NOT_AVAILABLE:d._ads.LoadApi.sendInternalError(a,'Placement is not available');break;case
D . N O _ F I L L : d . _ a d s . L o a d A p i . s e n d N o F i l l E r r o r ( a ) ; b r e a k ; c a s e
D.DISABLED:d._ads.LoadApi.sendInvalidArgumentError(a,'Placement is disabled')}}),
delete this._placementLoadOptions[a])};Pf.prototype.handlePlacementState=function(a,c){var
d;pc()('useProgressiveLoad','true')&&(null===(d=this._currentAdUnit)||void 0===d?void
0:d.getPlacement().id)===a&&this.sendAdLoaded(a);Na.prototype.handlePlacementState.call(this,a,c)};l.inherits(Ac,
re);Ac.prototype.getCampaign=function(a){if(a=this._adsConfig.getPlacement(a))return
a.getCurrentCampaign()};Ac.prototype.setCurrentAdUnit=function(a,c){c.setCurrentCampaign(void
0);this.setPlacementState(c.id,D.NOT_AVAILABLE)};
Ac.prototype.refresh=function(){this.invalidateExpiredCampaigns();return Promise.resolve(void
0 ) } ; A c . p r o t o t y p e . i n i t i a l i z e = f u n c t i o n ( ) { r e t u r n
Promise.resolve()};Ac.prototype.shouldRefill=function(){return!1};Ac.prototype.setPlacementState=function(a,c){thi
s._adsConfig.getPlacement(a).setState(c);this.sendPlacementStateChanges(a)};Ac.prototype.sendPlacementStateChan
g e s = f u n c t i o n ( a ) { v a r
c=this._adsConfig.getPlacement(a);c.getPlacementStateChanged()&&(c.setPlacementStateChanged(!1),this._ads.Plac
ement.setPlacementState(a,
c.getState()),this._ads.Listener.sendPlacementStateChangedEvent(a,D[c.getPreviousState()],D[c.getState()]));c&&c.g
etState()===D.READY&&(this._ads.Listener.sendReadyEvent(a),this.sendAdLoaded(a))};Ac.prototype.setPlacement
States=function(){};Ac.prototype.loadPlacement=function(a){var
c = t h i s , d = a . p l a c e m e n t I d ; t h i s . s t o r e L o a d O p t i o n s ( a ) ; v a r
e=this._adsConfig.getPlacement(d);e&&this.shouldLoadCampaignForPlacement(e)?(this.setPlacementState(d,D.WAI
TING),this._adRequestLoadManager.loadCampaign(e).then(function(a){a?
(e.setCurrentCampaign(a.campaign),e.setCurrentTrackingUrls(a.trackingUrls),c._loadAndFillEventManager.sendFill
TrackingEvents(d,a.campaign),c.setPlacementState(d,D.READY),c.sendAdLoaded(d)):(c.setPlacementState(d,D.NO_
FILL),c.sendAdFailedToLoadWithNoFill(d))})):(e&&e.getState()===D.READY&&(this._ads.Listener.sendReadyEv
e n t ( d ) , a = e . g e t C u r r e n t C a m p a i g n ( ) , v o i d
0!==a&&this._loadAndFillEventManager.sendFillTrackingEvents(d,a),this.sendAdLoaded(d)),n.reportMetricEvent(q
p.LoadAuctionRequestBlocked))};Ac.prototype.shouldLoadCampaignForPlacement=
function(a){if(a.getState()===D.NO_FILL||a.getState()===D.NOT_AVAILABLE)return!0;var
c=a.getState()===D.READY;a=a.getCurrentCampaign();a=!(!a||!a.isExpired());return
c&&a?!0:!1};Ac.prototype.invalidateExpiredCampaigns=function(){for(var
a=l.makeIterator(this._adsConfig.getPlacementIds()),c=a.next();!c.done;c=a.next())if((c=this._adsConfig.getPlacemen
t ( c . v a l u e ) ) & & c . g e t S t a t e ( ) = = = D . R E A D Y ) { v a r
d=c.getCurrentCampaign();d&&d.isExpired()&&(c.setCurrentCampaign(void
0),this.setPlacementState(c.id,D.NOT_AVAILABLE))}};
Ac.prototype.storeLoadOptions=function(a){var c=a.placementId;void
0===this._placementLoadOptions[c]&&(this._placementLoadOptions[c]=[]);this._placementLoadOptions[c].push(a)
} ; A c . p r o t o t y p e . s e n d A d L o a d e d = f u n c t i o n ( a ) { v a r
c=this,d=this._placementLoadOptions[a];d&&(d.forEach(function(a){c._ads.LoadApi.sendAdLoaded(a)}),delete
this._placementLoadOptions[a])};Ac.prototype.sendAdFailedToLoadWithNoFill=function(a){var
c=this,d=this._placementLoadOptions[a];d&&(d.forEach(function(a){return c._ads.LoadApi.sendNoFillError(a)}),
d e l e t e t h i s . _ p l a c e m e n t L o a d O p t i o n s [ a ] ) } ; v a r
io;(function(a){a.Blue='blue';a.BlueAlt='blue_alt';a.Green='green';a.Grey='grey'})(io||(io={}));var
lo;(function(a){a.Blue='blue';a.Green='green'})(lo||(lo={}));var
Or;(function(a){a.Blue='blue';a.Green='green'})(Or||(Or={}));var
jm;(function(a){a.Show='show';a.Hide='hide'})(jm||(jm={}));var
Gl;(function(a){a.Skip='skip';a.Click='click'})(Gl||(Gl={}));lh.prototype.onDownload=function(a){this._storeHandler.
onDownload(a)};lh.prototype.onClose=function(a,c){var d,
e,f=null===(d=this._automatedExperimentManager)||void 0===d?void
0:d.getOptimizedCampaign(this._adUnit.getCampaign());this.setAuiGameRecData(a,f);a=(null===f||void
0 = = = f ? 0 : f . g a m e R e c o m m e n d a t i o n D a t a . s o m e ( f u n c t i o n ( a ) { r e t u r n
a.clicked}))?zd.POSITIVE:zd.NEGATIVE;null===(e=this._automatedExperimentManager)||void 0===e?void
0:e.endSelectedExperiment(this._adUnit.getCampaign(),this._adUnit.getPlacement(),$a.RECOMMENDATION_SCR
EEN,a);c&&this._adUnit.hide()};lh.prototype.setAuiGameRecData=function(a,c){var d=
this;null===a||void 0===a?void 0:a.forEach(function(a,f){var
e=ha.storeOpenDurations.get(d._adUnit.getCampaign());a={store_id:a.storeId,seen:!0,position:f,clicked:!!a.clicked,st
ore_open_durations:null===e||void 0===e?void 0:e.get(a.storeId)};null===c||void 0===c?void
0:c.gameRecommendationData.push(a)})};lh.prototype.onEndScreenDownload=function(){};lh.prototype.onEndScre
enClose=function(){};lh.prototype.onKeyEvent=function(){};lh.prototype.onGDPRPopupSkipped=function(){};l.inh
erits(md,ac);md.prototype.show=
function(a){Eg.setState({status:gf.VISIBLE});this.setShowOptions(a);this.sendTrackingEvent(J.SHOW);return
this.overrideVideoUnitShow()};md.prototype.overrideVideoUnitShow=function(){var
a=this;this.setShowing(!0);this.setActive(!0);var c=this.getContainer();c.addEventHandler(this);return
this._isFirstPoddedAdUnit?c.open(this,['videoplayer','webview'],!0,this.getForceOrientation(),this.getPlacement().disa
bleBackButton(),!1,!0,!1,this.getShowOptions().getOptions()).then(function(){a.onStart.trigger()}):
c.reconfigure(kc.PODDING).then(function(){a.onStart.trigger();a.onContainerShow()})};md.prototype.hide=function
(){var a,c;if(this._endScreen){this._endScreen.hide();var d=this._endScreen.container();null===(a=null===d||void
0 = = = d ? v o i d 0 : d . p a r e n t E l e m e n t ) | | v o i d 0 = = = a ? v o i d
0:a.removeChild(d)}this._privacy&&(this._privacy.hide(),a=this._privacy.container(),null===(c=null===a||void
0===a?void 0:a.parentElement)||void 0===c?void 0:c.removeChild(a));Eg.setState({status:gf.HIDDEN});return
this.isShowing()?
this.overrideVideoAdUnitHide():Promise.resolve()};md.prototype.overrideVideoAdUnitHide=function(){var
a=this;this.setShowing(!1);this.hideChildren();this.unsetReferences();var
c=this.getClientInfo().getGameId();!this._isViewControllerSpawnedOnComplete&&this.isLastPoddedAdUnit()&&thi
s.sendCompletedEvent();var d=this.getContainer();d.removeEventHandler(this);return
this.isLastPoddedAdUnit()?d.close().then(function(){a.handleSendingFinishState(c)}):(this.handleSendingFinishState
(c),Promise.resolve())};
md.prototype.handleSendingFinishState=function(){this.onClose.trigger();this._isViewControllerSpawnedOnComplet
e&&this.isLastPoddedAdUnit()&&this.sendCompletedEvent()};md.prototype.description=function(){return'performa
nce-podding'};md.prototype.canSendErrorEvent=function(){return
this._isLastPoddedAdUnit};md.prototype.canSendStartEvent=function(){return
this._isFirstPoddedAdUnit};md.prototype.setFirstPoddedAdUnit=function(a){this._isFirstPoddedAdUnit=a};md.prot
otype.setLastPoddedAdUnit=function(a){this._isLastPoddedAdUnit=
a};md.prototype.isLastPoddedAdUnit=function(){return this._isLastPoddedAdUnit};var
xk;(function(a){a[a.OPENED=0]='OPENED';a[a.CLOSED=1]='CLOSED';a[a.ERRORED=2]='ERRORED'})(xk||(xk
={}));l.inherits(Qh,md);Qh.prototype.onAppSheetOpened=function(){this._appSheetState=xk.OPENED;this.canSho
wVideo()&&(this.setVideoState(fa.PAUSED),this._ads.VideoPlayer.pause())};Qh.prototype.onAppSheetClosed=func
tion(){this._appSheetState=xk.CLOSED;this.canResumeVideo()&&(this.setVideoState(fa.PLAYING),this._ads.Vide
oPlayer.play())};
Qh.prototype.onAppSheetErrored=function(){this._appSheetState=xk.ERRORED;this.canResumeVideo()&&(this.set
VideoState(fa.PLAYING),this._ads.VideoPlayer.play())};Qh.prototype.canResumeVideo=function(){return
this.isShowing()&&this.canShowVideo()&&this.canPlayVideo()};Qh.prototype.isAppSheetOpen=function(){return
this._appSheetState===xk.OPENED};Qh.prototype.hide=function(){this._store.iOS.AppSheet.onOpen.unsubscribe(th
is._appSheetOpenObserver);this._store.iOS.AppSheet.onClose.unsubscribe(this._appSheetCloseObserver);
this._store.iOS.AppSheet.onError.unsubscribe(this._appSheetErrorObserver);return
md.prototype.hide.call(this)};l.inherits(pa,ug);pa.prototype.onProgress=function(a){be.setState({status:Be.PLAYING,
p r o g r e s s : a } ) ; v a r
c=this._adUnit.getVideoScreen();0<a&&this._adUnit.getVideoState()===fa.READY&&(this._adUnit.setVideoState(f
a.PLAYING),c&&c.setSpinnerEnabled(!1));0<a&&!this._video.hasStarted()&&(this._video.setStarted(!0),this.handle
StartEvent(a));if(0<=a){var d=this._video.getPosition();if(a>d+1E6){this._core.Sdk.logError('Unity Ads video player
ignoring too large progress from '+
d+' to '+a);a=new yf(Error('Too large progress in video
player'),{position:a,lastPosition:d,duration:this._video.getDuration()});Qa.trigger('video_player_too_large_progress',a
, t h i s . _ c a m p a i g n . g e t S e s s i o n ( ) ) ; r e t u r n } i f ( a = = = d ) { v a r
e=this._video.getPositionRepeats(),f=5E3/this._adUnit.getProgressInterval();if(e>f)this.onStalled(a);else
this._video.setPositionRepeats(e+1)}else this._video.setPositionRepeats(0);c&&(0<d&&a>d&&100>a-
d?c.setSpinnerEnabled(!0):c.setSpinnerEnabled(!1));d=this._video.getQuartile();
this._video.setPosition(a);0===d&&1===this._video.getQuartile()?this.handleFirstQuartileEvent(a):1===d&&2===t
his._video.getQuartile()?this.handleMidPointEvent(a):2===d&&3===this._video.getQuartile()&&this.handleThirdQu
artileEvent(a)}c&&c.setVideoProgress(a)};pa.prototype.onStalled=function(a){this._core.Sdk.logError('Unity Ads
v i d e o p l a y e r s t u c k t o ' + a + ' m s
position');this.handleVideoError(Af.PlayerStuck)};pa.prototype.onCompleted=function(a){this._adUnit.setVideoState
(fa.COMPLETED);this._adUnit.setFinishState(ja.COMPLETED);
this.handleCompleteEvent(a);this.afterVideoCompleted()};pa.prototype.onPrepared=function(a,c){var
d=this;if(this._adUnit.getVideoState()!==fa.ERRORED&&this._adUnit.getVideoState()===fa.PREPARING){this._a
dUnit.setVideoState(fa.READY);if(c>Oj._maxVideoDuration)return
kl.report(this._campaign.getCreativeId(),this._campaign.getSeatId(),this._campaign.id,sk.VIDEO_TOO_LONG,{vide
o L e n g t h : c } ) , t h i s . h a n d l e V i d e o E r r o r ( A f . T o o L o n g E r r o r ) ; v a r
e=this._adUnit.getVideoScreen();this._video.setDuration(c);e&&(e.setVideoDuration(c),
0<this._video.getPosition()&&e.setVideoProgress(this._video.getPosition()),e.setMuteEnabled(!0),e.setVideoDuratio
nEnabled(!0));V.get('debugOverlayEnabled')&&e&&e.setDebugMessageVisible(!0);this._ads.VideoPlayer.setVolum
e ( n e w t c ( ( n u l l = = = e | | v o i d
0===e?0:e.isMuted())?0:1)).then(function(){0<d._video.getPosition()?d._ads.VideoPlayer.seekTo(d._video.getPositio
n()).then(function(){d._adUnit.getContainer().isPaused()||!e||e.isPrivacyShowing()||d._ads.VideoPlayer.play()}):d._ad
Unit.getContainer().isPaused()||
!e||e.isPrivacyShowing()||d._ads.VideoPlayer.play()})}};pa.prototype.onPrepareTimeout=function(a){this._core.Sdk.l
o g E r r o r ( ' U n i t y A d s v i d e o p l a y e r p r e p a r e t i m e o u t
'+a);this.handleVideoError(Af.PrepareTimeout)};pa.prototype.onPlay=function(a){be.setState({status:Be.PLAYING,
duration:this._video.getDuration()});a||this._adUnit.prepareAndSeek();this._ads.VideoPlayer.setProgressEventInterval
(this._adUnit.getProgressInterval())};pa.prototype.onPause=function(){be.setState({status:Be.PAUSED})};pa.prototy
pe.onSeek=
function(){};pa.prototype.onStop=function(){};pa.prototype.handleStartEvent=function(){be.setState({status:Be.STA
RT});this._operativeEventManager.sendStart(this.getOperativeEventParams());this._adUnit.onStartProcessed.trigger()
;this._adUnit.canSendStartEvent()&&this._adUnit.sendStartEvent()};pa.prototype.handleFirstQuartileEvent=function(
){this._operativeEventManager.sendFirstQuartile(this.getOperativeEventParams())};pa.prototype.handleMidPointEve
nt=function(){this._operativeEventManager.sendMidpoint(this.getOperativeEventParams())};
pa.prototype.handleThirdQuartileEvent=function(){this._operativeEventManager.sendThirdQuartile(this.getOperative
EventParams())};pa.prototype.handleCompleteEvent=function(){be.setState({status:Be.COMPLETE});this._operativ
eEventManager.sendView(this.getOperativeEventParams())};pa.prototype.getOperativeEventParams=function(){retur
n{placement:this._placement,videoOrientation:this.getVideoOrientation(),asset:this._video}};pa.prototype.getVideoO
rientation=function(){return this._adUnit.getVideoOrientation()};
l.inherits(Ud,pa);Ud.prototype.onStalled=function(a){pa.prototype.onStalled.call(this,a);this._performanceAdUnit.sen
dTrackingEvent(J.STALLED)};Ud.prototype.onCompleted=function(a){pa.prototype.onCompleted.call(this,a);this.sh
o w E n d S c r e e n ( ) } ; U d . p r o t o t y p e . s h o w E n d S c r e e n = f u n c t i o n ( ) { v a r
a=this._performanceAdUnit.getEndScreen();a&&a.show()};Ud.prototype.onPrepared=function(a,c,d,e){pa.prototype.
onPrepared.call(this,a,c,d,e);if(a=this._adUnit.getVideoScreen())a.setCallButtonVisible(!0),V.get('debugOverlayEnabl
ed')&&
a . s e t D e b u g M e s s a g e ( ' P e r f o r m a n c e
Ad');this._performanceAdUnit.sendTrackingEvent(J.LOADED)};Ud.prototype.handleStartEvent=function(a){pa.prot
otype.handleStartEvent.call(this,a);this.sendTrackingEvent(J.START)};Ud.prototype.handleFirstQuartileEvent=functi
on(a){pa.prototype.handleFirstQuartileEvent.call(this,a);this.sendTrackingEvent(J.FIRST_QUARTILE)};Ud.prototyp
e.handleMidPointEvent=function(a){pa.prototype.handleMidPointEvent.call(this,a);this.sendTrackingEvent(J.MIDPO
INT)};Ud.prototype.handleThirdQuartileEvent=
function(a){pa.prototype.handleThirdQuartileEvent.call(this,a);this.sendTrackingEvent(J.THIRD_QUARTILE)};Ud.p
rototype.handleCompleteEvent=function(a){pa.prototype.handleCompleteEvent.call(this,a);this.sendTrackingEvent(J.
COMPLETE)};Ud.prototype.sendTrackingEvent=function(a){this._performanceAdUnit.sendTrackingEvent(a)};Ud.p
rototype.onPlay=function(a){pa.prototype.onPlay.call(this,a);a=this._adUnit.getVideoScreen();if(a instanceof
ra)a.onVideoPlay()};l.inherits(bl,Ud);bl.prototype.onCompleted=function(a){if(this._automatedExperimentManager)i
f(this._experimentCategory){var c=
{is_skippable:this._placement.allowSkip(),video_skipped:!1,video_watched_duration:this._video.getPosition(),video_
total_duration:this._video.getDuration()};this._automatedExperimentManager.setVideoScreenMetadata(this._campaig
n,this._experimentCategory,c);this._automatedExperimentManager.endSelectedExperiment(this._campaign,this._plac
ement,this._experimentCategory,this.shouldNullifyReward()?null:zd.NEGATIVE)}else
n.reportMetricEvent(Ba.ExperimentVideoEventHandlerNoCategoryAssigned);Ud.prototype.onCompleted.call(this,
a ) } ; b l . p r o t o t y p e . s h o u l d N u l l i f y R e w a r d = f u n c t i o n ( ) { v a r
a,c,d=null===(c=null===(a=this._automatedExperimentManager)||void 0===a?void
0:a.getExperimentParts(this._campaign,$a.VIDEO_OVERLAY))||void 0===c?void 0:c.actions;return
N u m b e r ( n u l l = = = d | | v o i d 0 = = = d ? v o i d
0:d.cta_ready_delay)>1E3*this._placement.allowSkipInSeconds()};bl.prototype.updateContainerForEndScreen=funct
ion(){var a,c,d=null===(c=null===(a=this._automatedExperimentManager)||void 0===a?void
0:a.getExperimentParts(this._campaign,$a.PERFORMANCE_ENDCARD))||
v o i d 0 = = = c ? v o i d 0 : c . a c t i o n s ; ( n u l l = = = d | | v o i d 0 = = = d ? v o i d
0:d.end_screen_variant)===zl.Overlay?this._adUnit.getContainer().reconfigure(kc.ENDSCREEN_WITH_VIDEOPL
AYER):this._adUnit.getContainer().reconfigure(kc.ENDSCREEN)};l.inherits(nb,oa);nb.prototype.hide=function(){va
r
a=this.getEndScreen();a&&(a.hide(),a.remove());this._vastOMController&&this._vastOMController.removeFromVie
w H i e r a r c h y ( ) ; r e t u r n
oa.prototype.hide.call(this)};nb.prototype.description=function(){return'VAST'};nb.prototype.getVolume=function(){
return this._volume};
nb.prototype.setVolume=function(a){this._volume=a};nb.prototype.setVideoPlayerMuted=function(a){this._muted=a
};nb.prototype.getVideoPlayerMuted=function(){return this._muted};nb.prototype.getEndScreen=function(){return
this._endScreen};nb.prototype.sendTrackingEvent=function(a){this.getThirdPartyEventManager().sendTrackingEvent
s(this._vastCampaign,a,'vast',this._vastCampaign.getUseWebViewUserAgentForTracking())};nb.prototype.getOpenM
easurementController=function(){return this._vastOMController};nb.prototype.getVideoClickThroughURL=
function(){var a=this._vastCampaign.getVast().getVideoClickThroughURL();return
this.isValidURL(a)?a:null};nb.prototype.getCompanionClickThroughUrl=function(){var
a=this._vastCampaign.getVast().getCompanionClickThroughUrl();return
this.isValidURL(a)?a:null};nb.prototype.sendCompanionClickTrackingEvent=function(a){var
c=this._vastCampaign.getVast().getCompanionClickTrackingUrls();c=l.makeIterator(c);for(var
d=c.next();!d.done;d=c.next())d=d.value,this.getThirdPartyEventManager().sendWithGet('vast companion click',
a,d,this._vastCampaign.getUseWebViewUserAgentForTracking())};nb.prototype.sendCompanionTrackingEvent=fun
ction(a){var c=this._vastCampaign.getVast().getCompanionCreativeViewTrackingUrls();c=l.makeIterator(c);for(var
d=c.next();!d.done;d=c.next())d=d.value,this.getThirdPartyEventManager().sendWithGet('companion',a,d,this._vastCa
mpaign.getUseWebViewUserAgentForTracking())};nb.prototype.sendVideoClickTrackingEvent=function(a){this.sen
dTrackingEvent(J.CLICK);var c=this._vastCampaign.getVast().getVideoClickTrackingURLs();
i f ( c ) { c = l . m a k e I t e r a t o r ( c ) ; f o r ( v a r
d=c.next();!d.done;d=c.next())d=d.value,this.getThirdPartyEventManager().sendWithGet('vast video
click',a,d,this._vastCampaign.getUseWebViewUserAgentForTracking())}};nb.prototype.onContainerBackground=fun
c t i o n ( ) { v a r
a=this;oa.prototype.onContainerBackground.call(this);this.sendTrackingEvent(J.PAUSED);if(this.isShowing()&&this
.canShowVideo()&&this._vastOMController){this._vastOMController.pause();var
c=this._vastOMController.getOMAdViewBuilder();this.getVideoView(c).then(function(d){c.setVideoView(d);
d = c . b u i l d V a s t A d V i e w ( [ E f . B A C K G R O U N D E D ] ) ; v a r
e=c.getViewPort();a._vastOMController&&a._vastOMController.geometryChange(e,d)})}};nb.prototype.onContaine
r F o r e g r o u n d = f u n c t i o n ( ) { v a r
a=this;oa.prototype.onContainerForeground.call(this);this.sendTrackingEvent(J.RESUME);if(this.isShowing()&&this
.canShowVideo()&&this._vastOMController){this._vastOMController.resume();var
c=this._vastOMController.getOMAdViewBuilder();this.getVideoView(c).then(function(d){c.setVideoView(d);d=c.bu
ildVastAdView([]);var e=c.getViewPort();
a._vastOMController&&a._vastOMController.geometryChange(e,d)})}};nb.prototype.getVideoView=function(a){ret
urn S(this,void 0,void 0,function d(){var e,f=this,g,k,h;return
l.generator.createGenerator(d,function(d){if(1==d.nextAddress)return(e=a.getVideoView())?d.return(e):d.yield(f.getV
ideoViewRectangle(),2);g=d.yieldResult;k=ia.createRectangle(g[0],g[1],g[2],g[3]);if(f.getPlatform()!==t.ANDROID)r
eturn d.return(k);h=f.getDeviceInfo();return d.return(Object.assign(Object.assign({},k),{x:ia.pxToDp(k.x,
h),y:ia.pxToDp(k.y,h),width:ia.pxToDp(k.width,h),height:ia.pxToDp(k.height,h)}))})})};nb.prototype.onVideoError=
f u n c t i o n ( ) { v a r
a=this.getEndScreen();a&&this.hasImpressionOccurred()?a.show():this.hide();this.sendTrackingEvent(J.ERROR)};nb
.prototype.setImpressionOccurred=function(){this._impressionSent=!0};nb.prototype.hasImpressionOccurred=functio
n(){return this._impressionSent};nb.prototype.isValidURL=function(a){var
c=/^(https?):\/\/.+$/;return!!a&&c.test(a)};l.inherits(Qc,nb);Qc.prototype.show=
f u n c t i o n ( a ) { t h i s . s e t S h o w O p t i o n s ( a ) ; r e t u r n
this.overrideVideoUnitShow()};Qc.prototype.overrideVideoUnitShow=function(){var
a=this;this.setShowing(!0);this.setActive(!0);var c=this.getContainer();c.addEventHandler(this);return
this._isFirstPoddedAdUnit?c.open(this,['videoplayer','webview'],!0,this.getForceOrientation(),this.getPlacement().disa
bleBackButton(),!1,!0,!1,this.getShowOptions().getOptions()).then(function(){a.onStart.trigger()}):c.reconfigure(kc.P
ODDING).then(function(){a.onStart.trigger();
a . o n C o n t a i n e r S h o w ( ) } ) } ; Q c . p r o t o t y p e . h i d e = f u n c t i o n ( ) { v a r
a=this.getEndScreen();a&&(a.hide(),a.remove());this._vastOMController&&this._vastOMController.removeFromVie
wHierarchy();return this.overrideVideoAdUnitHide()};Qc.prototype.overrideVideoAdUnitHide=function(){var
a=this;this.setShowing(!1);this.hideChildren();this.unsetReferences();var
c=this.getClientInfo().getGameId(),d=this.getContainer();!this._isViewControllerSpawnedOnComplete&&this.isLast
PoddedAdUnit()&&this.sendCompletedEvent();d.removeEventHandler(this);
r e t u r n
this.isLastPoddedAdUnit()?d.close().then(function(){a.handleSendingFinishState(c)}):(this.handleSendingFinishState
(c),Promise.resolve())};Qc.prototype.handleSendingFinishState=function(){this.onClose.trigger();this._isViewControl
lerSpawnedOnComplete&&this.isLastPoddedAdUnit()&&this.sendCompletedEvent()};Qc.prototype.description=fun
ction(){return'VAST-PODDING'};Qc.prototype.canSendErrorEvent=function(){return
this._isLastPoddedAdUnit};Qc.prototype.canSendStartEvent=function(){return this._isFirstPoddedAdUnit};
Qc.prototype.setFirstPoddedAdUnit=function(a){this._isFirstPoddedAdUnit=a};Qc.prototype.setLastPoddedAdUnit=
function(a){this._isLastPoddedAdUnit=a};Qc.prototype.isLastPoddedAdUnit=function(){return
this._isLastPoddedAdUnit};l.inherits(Nb,Ne);Nb.prototype.onVideoScreenSkip=function(){this._ads.VideoPlayer.pau
se();this._adUnit.setVideoState(fa.SKIPPED);this._adUnit.setFinishState(ja.SKIPPED);this._operativeEventManager.
sendSkip(this.getOperativeSkipEventParams());this.updateContainerForEndScreen();
v a r
a=this._adUnit.getVideoScreen();a&&a.hide();this._adUnit.onFinish.trigger()};Nb.prototype.updateContainerForEnd
Screen=function(){this._adUnit.getContainer().reconfigure(kc.ENDSCREEN)};Nb.prototype.onVideoScreenMute=fu
n c t i o n ( a ) { t h i s . _ a d s . V i d e o P l a y e r . s e t V o l u m e ( n e w
tc(a?0:1))};Nb.prototype.onVideoScreenCallButton=function(){};Nb.prototype.onVideoScreenPauseForTesting=func
tion(){};Nb.prototype.onVideoScreenClose=function(){this._ads.VideoPlayer.pause();this._adUnit.setActive(!1);this.
_adUnit.setVideoState(fa.SKIPPED);
this._adUnit.setFinishState(ja.SKIPPED);this._operativeEventManager.sendSkip(this.getOperativeSkipEventParams()
);this._adUnit.onFinish.trigger();this._adUnit.hide()};Nb.prototype.onKeyEvent=function(a,c){if(a===ki.BACK&&th
is.canSkipVideo())if(this._placement.skipEndCardOnClose()||c)this.onVideoScreenClose();else
this.onVideoScreenSkip(this._adUnit.getVideo().getPosition())};Nb.prototype.canSkipVideo=function(){if(!this._plac
ement.allowSkip()||!this._adUnit.isShowing()||!this._adUnit.canPlayVideo()||
t h i s . i s P o d d i n g A d U n i t ( ) ) r e t u r n ! 1 ; v a r
a=this._adUnit.getVideo().getPosition(),c=1E3*this._placement.allowSkipInSeconds();return
a>=c};Nb.prototype.isPoddingAdUnit=function(){return this instanceof Qc||this instanceof
md};Nb.prototype.getVideoOrientation=function(){if(this._adUnit instanceof ac)return
this._adUnit.getVideoOrientation()};Nb.prototype.getOperativeSkipEventParams=function(){return{placement:this._
placement,videoOrientation:this.getVideoOrientation(),asset:this._adUnit.getVideo(),videoProgress:this._adUnit.getV
ideo().getPosition()}};
N b . p r o t o t y p e . o n S h o w P r i v a c y P o p U p = f u n c t i o n ( ) { r e t u r n
Promise.resolve()};Nb.prototype.onClosePrivacyPopUp=function(){return
Promise.resolve()};l.inherits(le,Nb);le.prototype.onOpenStore=function(a){this._storeHandler.onDownload(a)};le.pro
totype.onVideoScreenDownload=function(a){this.setCallButtonEnabled(!1);if(!a.skipEnabled){var
c=this.getOperativeEventParams();this._operativeEventManager.sendThirdQuartile(c);this._operativeEventManager.s
endView(c)}this.onOpenStore(a);if(a.skipEnabled&&(!a.skipEndcardOnClose||
a.store!==pe.APPLE||a.bypassAppSheet))this.onVideoScreenSkip(a.videoProgress);this.setCallButtonEnabled(!0)};le.
prototype.setCallButtonEnabled=function(a){this._videoScreen&&this._videoScreen.setCallButtonEnabled(a)};le.pro
totype.getOperativeEventParams=function(){return{placement:this._placement,videoOrientation:this.getVideoOrienta
tion(),asset:this._adUnit.getVideo()}};l.inherits(jh,le);jh.prototype.onVideoScreenDownload=function(a){le.prototype
.onVideoScreenDownload.call(this,a);this.sendClickEventToKafka(a);
this._performanceAdUnit.sendTrackingEvent(J.CLICK)};jh.prototype.sendClickEventToKafka=function(a){var
c=this._campaign.getSession(),d={type:'performance_video_overlay_cta_button_click'};d.auctionId=c.id;d.rating=thi
s._campaign.getRating();d.number1=a.videoDuration/1E3;d.number2=a.videoProgress/1E3;d.number3=a.videoProgre
ss/a.videoDuration;ca.sendEvent('ads.sdk2.events.aui.experiments.json',ec.ANONYMOUS,d)};jh.prototype.onVideoS
creenSkip=function(a,c){this._placement.skipEndCardOnClose()||c?le.prototype.onVideoScreenClose.call(this):
(le.prototype.onVideoScreenSkip.call(this,a,c),(a=this._performanceAdUnit.getEndScreen())&&a.show(),this._perfor
manceAdUnit.onFinish.trigger());this._performanceAdUnit.sendTrackingEvent(J.SKIP)};U('.cl9xpcd{-webkit-
transition:stroke-dashoffset .3s cubic-bezier(.4,0,.2,1) 0ms;transition:stroke-dashoffset .3s cubic-bezier(.4,0,.2,1)
0ms}');var yk;(function(a){a.Vertical='vertical';a.Dense='dense';a.DensePortrait='densePortrait'})(yk||(yk={}));var
en={},jv=(en[yk.Vertical]=void 0,en[yk.Dense]='dl83728',
en[yk.DensePortrait]='d1gkc72w',en),no=Lb(function(a){var c=a.children,d=void
0===a.color?'':a.color,e=a.elementId;return p('div',Object.assign({className:ba(void
0 = = = a . c l a s s N a m e ? ' ' : a . c l a s s N a m e , ' g b 1 f n b 5 ' , j v [ v o i d
0===a.variant?yk.Vertical:a.variant]),style:{color:d}},rc(e),{children:c}),void 0)});U('.p1docnlf{margin-
bottom:env(safe-area-inset-bottom);margin-right:env(safe-area-inset-right);padding:.25em .5em;-webkit-align-
items:center;-webkit-box-align:center;-ms-flex-align:center;align-
items:center;position:absolute;bottom:0;width:100%;box-sizing:border-box}.p1docnlf,.pbv8hn4{display:-webkit-
box;display:-webkit-flex;display:-ms-flexbox;display:flex}.pbv8hn4{-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-
pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pbv8hn4:first-of-type{-webkit-
box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.pbv8hn4:last-of-type{-
webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-
end}.lynzavm.lynzavm{opacity:.4;color:#fff}');
U('.d1yojxte{-webkit-filter:drop-shadow(.03em .05em .18em #7c7c7c);filter:drop-shadow(.03em .05em .18em
#7c7c7c)}@media (orientation:landscape){.d1yojxte{-webkit-filter:none;filter:none;fill:#7c7c7c}}@media
(orientation:landscape){.l1q3gjn6.l1q3gjn6{fill:#fff;-webkit-filter:drop-shadow(.03em .05em .18em
#7c7c7c);filter:drop-shadow(.03em .05em .18em #7c7c7c)}}.t5ls40c{position:absolute;top:0;right:0;z-
index:1;width:2.25em;height:2.25em;-webkit-transition:opacity .25s;transition:opacity .25s}@media
(orientation:portrait){.t1mehvma.t1mehvma{top:constant(safe-area-inset-top);top:env(safe-area-inset-top)}}@media
(orientation:landscape){.t1mehvma.t1mehvma{right:constant(safe-area-inset-right);right:env(safe-area-inset-
right)}}.e1gzwpwb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-
direction:column;-ms-flex-direction:column;flex-direction:column;background-
color:#fafafa;margin:0;width:100%;height:100%;overflow:hidden;font-family:unityicons,Helvetica,sans-serif;font-
size:16px}@media (orientation:landscape){.e1gzwpwb{-webkit-flex-direction:row;-ms-flex-direction:row;flex-
direction:row}}@media (orientation:portrait){@media (min-height:0){.e1gzwpwb{font-size:6.4px}}@media (min-
height:250px){.e1gzwpwb{font-size:8px}}@media (min-height:320px){.e1gzwpwb{font-size:11.2px}}@media
(min-height:380px){.e1gzwpwb{font-size:12.8px}}@media (min-height:460px){.e1gzwpwb{font-
size:16px}}@media (min-height:560px){.e1gzwpwb{font-size:19.2px}}@media (min-
height:600px){.e1gzwpwb{font-size:20.8px}}@media (min-height:680px){.e1gzwpwb{font-size:24px}}@media
(min-height:780px){.e1gzwpwb{font-size:25.6px}}@media (min-height:980px){.e1gzwpwb{font-
size:28.8px}}@media (min-height:1050px){.e1gzwpwb{font-size:35.2px}}@media (min-
height:1175px){.e1gzwpwb{font-size:40px}}@media (min-height:1375px){.e1gzwpwb{font-size:48px}}@media
(min-height:1675px){.e1gzwpwb{font-size:56px}}@media (min-height:1975px){.e1gzwpwb{font-
size:70.4px}}@media (min-height:2275px){.e1gzwpwb{font-size:80px}}@media (min-
height:2575px){.e1gzwpwb{font-size:96px}}@media (min-height:2875px){.e1gzwpwb{font-size:112px}}@media
(min-height:3475px){.e1gzwpwb{font-size:128px}}}@media (orientation:landscape){@media (min-
width:200px){.e1gzwpwb{font-size:11.2px}}@media (min-width:320px){.e1gzwpwb{font-size:12.8px}}@media
(min-width:460px){.e1gzwpwb{font-size:16px}}@media (min-width:580px){.e1gzwpwb{font-size:19.2px}}@media
(min-width:760px){.e1gzwpwb{font-size:22.4px}}@media (min-width:960px){.e1gzwpwb{font-
size:25.6px}}@media (min-width:1160px){.e1gzwpwb{font-size:35.2px}}@media (min-
width:1460px){.e1gzwpwb{font-size:44.8px}}@media (min-width:1760px){.e1gzwpwb{font-size:60.8px}}@media
(min-width:2260px){.e1gzwpwb{font-size:73.6px}}}@media (orientation:portrait){@media only screen and (device-
width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){.e1gzwpwb{font-
size:24px}}}.e8xnbb9{position:relative;background-color:#000}@media (orientation:portrait){.e8xnbb9{padding-
top:env(safe-area-inset-top)}}@media (min-aspect-ratio:29/46) and
(orientation:portrait){.e8xnbb9{height:50%}}@media (orientation:landscape){.e8xnbb9{height:100%;padding-
l e f t : e n v ( s a f e - a r e a - i n s e t - l e f t ) } @ m e d i a ( m a x - a s p e c t -
ratio:47/29){.e8xnbb9{height:auto;width:50%}}}.e1ch4tf{position:relative;display:-webkit-box;display:-webkit-
flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-webkit-justify-
content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-
flex-align:center;align-items:center}');
U ( ' . p 3 0 h w 9 8 { s t r o k e : # f f f } @ m e d i a
(orientation:landscape){.p30hw98{stroke:#7c7c7c}}.b1l31owb{stroke:#999}@media
(orientation:landscape){.b1l31owb{stroke:#d3d3d3}}.gjnlrha{opacity:.5}.hg0o4fa{opacity:0}');U('.b3es1o9{backgro
und-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-
webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-
items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em .5em
.25em;width:100%;box-sizing:border-box}.b3es1o9>*~*{margin-left:.5em}@media
(orientation:landscape){.b3es1o9{border-radius:.25em .25em 0 0}}.b16anuyu{display:-webkit-box;display:-webkit-
flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-
direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-
content:center;font-size:.8em;margin-right:auto}.b1bulhg6{color:#000;text-align:left;width:unset}.g98h8x2{min-
width:3em;min-height:3em;width:3em;height:3em}.c1lxkg2i{font-size:.85em}');
U('@media (orientation:portrait){@media (min-height:0){.ffdgrvy{font-size:6.4px}}@media (min-
height:250px){.ffdgrvy{font-size:8px}}@media (min-height:320px){.ffdgrvy{font-size:11.2px}}@media (min-
height:380px){.ffdgrvy{font-size:12.8px}}@media (min-height:460px){.ffdgrvy{font-size:16px}}@media (min-
height:560px){.ffdgrvy{font-size:19.2px}}@media (min-height:600px){.ffdgrvy{font-size:20.8px}}@media (min-
height:680px){.ffdgrvy{font-size:24px}}@media (min-height:780px){.ffdgrvy{font-size:25.6px}}@media (min-
height:980px){.ffdgrvy{font-size:28.8px}}@media (min-height:1050px){.ffdgrvy{font-size:35.2px}}@media (min-
height:1175px){.ffdgrvy{font-size:40px}}@media (min-height:1375px){.ffdgrvy{font-size:48px}}@media (min-
height:1675px){.ffdgrvy{font-size:56px}}@media (min-height:1975px){.ffdgrvy{font-size:70.4px}}@media (min-
height:2275px){.ffdgrvy{font-size:80px}}@media (min-height:2575px){.ffdgrvy{font-size:96px}}@media (min-
height:2875px){.ffdgrvy{font-size:112px}}@media (min-height:3475px){.ffdgrvy{font-size:128px}}}@media
(orientation:landscape){@media (min-width:200px){.ffdgrvy{font-size:11.2px}}@media (min-
width:320px){.ffdgrvy{font-size:12.8px}}@media (min-width:460px){.ffdgrvy{font-size:16px}}@media (min-
width:580px){.ffdgrvy{font-size:19.2px}}@media (min-width:760px){.ffdgrvy{font-size:22.4px}}@media (min-
width:960px){.ffdgrvy{font-size:25.6px}}@media (min-width:1160px){.ffdgrvy{font-size:35.2px}}@media (min-
width:1460px){.ffdgrvy{font-size:44.8px}}@media (min-width:1760px){.ffdgrvy{font-size:60.8px}}@media (min-
width:2260px){.ffdgrvy{font-size:73.6px}}}@media (orientation:portrait){@media only screen and (device-
width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){.ffdgrvy{font-
size:24px}}}.brwogfz{width:100%;height:100%;background-color:rgba(0,0,0,.8);-webkit-backdrop-
filter:blur(5px);backdrop-filter:blur(5px);opacity:0;display:-webkit-box;display:-webkit-flex;display:-ms-
flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-
content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-
flex-direction:column;-ms-flex-direction:column;flex-direction:column}.wa1w9h5{background-image:linear-
gradient(180deg,#fff 35%,transparent)}.i1be02i{display:-webkit-box;display:-webkit-flex;display:-ms-
flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-
content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-
items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-
flex:1;flex:1}@media (orientation:landscape){.i1be02i{font-size:.85em}}.i1be02i>*~*{margin-
top:.5em}.o1w7rwx5{margin-bottom:5em}.tjasl4b{min-width:6em;min-
height:6em;width:6em;height:6em}.t1ki9a8z{color:#fff;text-align:center;padding:0 1em}.f1ypyb0n{-webkit-
animation:fadeIn-f1ypyb0n .35s ease-in forwards;animation:fadeIn-f1ypyb0n .35s ease-in forwards}@-webkit-
keyframes fadeIn-f1ypyb0n{0%{opacity:0}to{opacity:1}}@keyframes fadeIn-
f1ypyb0n{0%{opacity:0}to{opacity:1}}.h15twn94{display:none}.wiq2lr5{background:#fff}.f100tmxa{display:-
webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-
direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-
align:center;align-items:center;width:100%}@media (orientation:landscape){.f100tmxa{font-
size:.85em}}.gmm6ech{padding:.25em .75em;max-width:100%}@media
(orientation:landscape){.l3rh784.l3rh784{fill:#fff;-webkit-filter:drop-shadow(.03em .05em .18em
#7c7c7c);filter:drop-shadow(.03em .05em .18em #7c7c7c)}}.d101h4jb.d101h4jb{fill:#7c7c7c;-webkit-filter:drop-
shadow(.03em .05em .18em #7c7c7c);filter:drop-shadow(.03em .05em .18em
#7c7c7c)}.t1gsumy2{position:absolute;top:0;right:0;z-index:1;width:2.25em;height:2.25em}@media
(orientation:portrait){.t1gsumy2{top:env(safe-area-inset-top)}}@media
(orientation:landscape){.t1gsumy2{right:env(safe-area-inset-right)}}.rbw91ak{position:unset;bottom:unset}@media
(orientation:landscape){.l10zxgl0{width:100vh;max-width:50%}}.u1334f42{width:unset}');
U('.c5rluvr{background:#e6e6e6;position:relative;-webkit-flex:1;-ms-
flex:1;flex:1;overflow:hidden;width:100%;height:100%}.c1vrhij3{width:inherit;height:inherit;position:relative;displa
y:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-
content:center;-ms-flex-pack:center;justify-content:center}@media (orientation:portrait){.c1vrhij3{-webkit-flex-
direction:column;-ms-flex-direction:column;flex-direction:column}}@media (orientation:landscape){.c1vrhij3{-
webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.s12ujwxe{object-fit:contain}@media
(orientation:portrait){.s12ujwxe{height:100vmin}@media (min-aspect-ratio:29/46){.s12ujwxe{max-
height:50vh}}}@media (orientation:landscape){.s12ujwxe{width:100vmin}@media (max-aspect-
ratio:47/29){.s12ujwxe{max-width:50vw}}}.i1tech3f{object-fit:cover;width:100%;height:100%}@media
(orientation:portrait){.h1y6z7yq{display:none}}@media (orientation:landscape){.h1o454b0{display:none}}');
U('.c6u37m9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-
ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-
box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-
evenly;margin-top:.8em}.c6u37m9>:first-child~*{margin-left:1em}');var Us=Lb(function(a){a=a.children;return
p('div',Object.assign({className:ba('c6u37m9')},{children:a}),
void 0)});U('.g18dqnex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-
direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-
align:center;-ms-flex-align:center;align-items:center}.d1labqxr.d1labqxr,.g18dqnex{-webkit-box-pack:center;-webkit-
justify-content:center;-ms-flex-pack:center;justify-content:center}.d1labqxr.d1labqxr{-webkit-align-items:self-start;-
webkit-box-align:self-start;-ms-flex-align:self-start;align-items:self-start;margin-left:.4em}@media
(orientation:portrait){.d1cqs610.d1cqs610{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-
pack:center;justify-content:center;-webkit-align-items:self-start;-webkit-box-align:self-start;-ms-flex-align:self-
start;align-items:self-start;margin-left:.4em}}');
var Hl;(function(a){a.Vertical='vertical';a.Dense='dense';a.DensePortrait='densePortrait'})(Hl||(Hl={}));var
f n = { } , k v = ( f n [ H l . V e r t i c a l ] = v o i d
0,fn[Hl.Dense]='d1labqxr',fn[Hl.DensePortrait]='d1cqs610',fn),Ts=Lb(function(a){var c=a.variant;a=a.children;return
p('div',Object.assign({className:ba('g18dqnex',c&&kv[c])},{children:a}),void 0)});U('.goe94ox{display:-webkit-
box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-
direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-
pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-
items:center}.d1kql17t.d1kql17t{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media
(orientation:portrait){.d8ogj96.d8ogj96{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}');
var zk;(function(a){a.Vertical='vertical';a.Dense='dense';a.DensePortrait='densePortrait'})(zk||(zk={}));var
gn={},lv=(gn[zk.Vertical]=void 0,gn[zk.Dense]='d1kql17t',gn[zk.DensePortrait]='d8ogj96',gn),Ss=Lb(function(a){var
c=a.children;return p('div',Object.assign({className:ba('goe94ox',lv[void
0===a.variant?zk.Vertical:a.variant])},{children:[' ',c,' ']}),void
0)}),Kj;(function(a){a.Vertical='vertical';a.Dense='dense';a.DensePortrait='densePortrait'})(Kj||(Kj={}));U('.s1uout37
{margin-top:.5em;display:-webkit-box;font-size:.6em;color:#7c7c7c;overflow:hidden;-webkit-box-
orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:2;text-align:center}.s1uout37 span{padding:0 .5em}');
U('.d7xu5yq:before{content:"\u00b7"}.p17q2mfc{border-left:.1em solid #888}.t146tiqz{display:inline-
block;margin:0 .5em}');var Nj;(function(a){a.Pipes='pipes';a.Dots='Dots'})(Nj||(Nj={}));var
Ip={},mv=(Ip[Nj.Pipes]='p17q2mfc',Ip[Nj.Dots]='d7xu5yq',Ip),Rs=Lb(function(a){var
c=a.type;a=pb(a,['type']);return p('span',Object.assign({className:ba('t146tiqz',mv[c])},a),void
0)});U('.u15pyruh.u15pyruh{text-transform:uppercase}.b1esbvu6.b1esbvu6{padding:.05em .5em;margin-
left:.4em;border:.1em solid;border-radius:.2em}.b1esbvu6.b1esbvu6:first-child{margin-left:0}');
v a r Q s = L b ( f u n c t i o n ( a ) { v a r
c=a.text,d=a.borders,e=a.bordersColor,f=a.caps;a=pb(a,['text','borders','bordersColor','caps']);e={borderColor:'#'+e};re
turn p('span',Object.assign({className:ba(f&&'u15pyruh',d&&'b1esbvu6'),style:e},a,{children:c}),void
0)}),nm=function(a,c){a={__c:c='__cC'+Ku++,__:a,Consumer:function(a,c){return
a . c h i l d r e n ( c ) } , P r o v i d e r : f u n c t i o n ( a , e , f ) { r e t u r n
this.getChildContext||(e=[],(f={})[c]=this,this.getChildContext=function(){return
f},this.shouldComponentUpdate=function(a){this.props.value!==
a . v a l u e & & e . s o m e ( R o ) } , t h i s . s u b = f u n c t i o n ( a ) { e . p u s h ( a ) ; v a r
c=a.componentWillUnmount;a.componentWillUnmount=function(){e.splice(e.indexOf(a),1);c&&c.call(a)}}),a.childr
en}};return a.Provider.__=a.Consumer.contextType=a}({});U('.Tg9_U{display:flex;flex-direction:column;justify-
content:center;position:relative}@media (orientation:landscape){.Tg9_U{flex:1;margin-left:env(safe-area-inset-
right)}}.Tg9_U ._2fo2L{display:flex;flex-direction:column;color:#fff;align-items:center;margin:2em 1em
1em}@media (orientation:landscape){.Tg9_U ._2fo2L{margin:0;justify-content:center}}.Tg9_U ._2fo2L
._14Ubd{height:3.5em;margin-bottom:.25em}.Tg9_U ._2fo2L ._3aw0h{font-size:.7em;text-align:center}.Tg9_U
. _ 2 A d f w { d i s p l a y : f l e x ; a l i g n - i t e m s : c e n t e r ; m a r g i n : . 5 e m
0;padding:unset;position:unset;bottom:unset;width:unset}@media (orientation:landscape){.Tg9_U
._2Adfw{position:absolute;bottom:0;width:100%}}.Tg9_U ._2Adfw ._212Oh{color:#fff;opacity:.75}.Tg9_U
._2Adfw ._212Oh._3j-GU{font-weight:unset}@media (orientation:landscape){.Tg9_U
._2Adfw._38vqX{display:none}}.Tg9_U ._3wNHI{position:unset;bottom:unset;color:#000;border-
radius:.25em;margin-bottom:.75em}@media (orientation:landscape){.Tg9_U
._3wNHI{position:absolute;bottom:0}}@media (orientation:landscape){.Tg9_U
._3wNHI._38vqX{display:none}}.Tg9_U._38vqX{flex:unset}@media
(orientation:portrait){.Tg9_U._38vqX{margin-top:env(safe-area-inset-top)}}.Tg9_U._38vqX
.hf_Xa{display:flex;justify-content:center;font-size:.65em;margin:2em 0 .5em}');
v a r
ko={recommendedGameCta:'_1bOBS',blue:'_3JAHI',green:'_1B6BI',blue_shadow:'_2QNpc',green_shadow:'nvfzn'};
U('._1bOBS{background:#167dfb;color:#fff;border-radius:.4em;display:flex;justify-content:center;align-
i t e m s : c e n t e r ; m i n - w i d t h : 6 . 4 e m ; m i n - h e i g h t : 2 e m ; p a d d i n g : 0
1em}._1bOBS._3JAHI{background:#167dfb}._1bOBS._1B6BI{background:#3c0}._1bOBS._2QNpc{box-shadow:0
.1875em .375em rgba(22,125,251,.6)}._1bOBS.nvfzn{box-shadow:0 .1875em .375em
rgba(51,204,0,.6)}');U('._3wkJc{display:flex;font-size:.85em;align-items:center;justify-content:space-
between;margin-bottom:1.25em;color:#000}._3wkJc ._5OF31{display:flex;justify-content:center;align-
i t e m s:center ;max -width:60%}._3wkJc ._ 5 OF 3 1 . _ 3 S _ wC { m arg i n -ri g h t : . 5 em } . _ 3 wk J c . _ 5 O F 3 1
._6Dpcl{display:flex;flex-direction:column;justify-content:center}._3wkJc ._5OF31 ._6Dpcl ._1cXG-{display:-
webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-
bottom:.1em}');
U('._2EloE{background:#fff;padding:1.25em 1.25em 0;border-radius:.4em;border-bottom-left-radius:0;border-
bottom-right-radius:0;overflow-y:scroll;flex:1;font-size:.75em;overflow-x:hidden}@media
(orientation:landscape){._2EloE{margin-top:2.5em;margin-left:1em;margin-right:env(safe-area-inset-right)}}@media
(orientation:landscape){._2EloE.vHWzP{margin-top:unset;margin-left:unset;margin-
right:unset;width:70%}}');U('.rk6vq32{position:absolute;top:0;right:0;padding:1.2em;text-shadow:.03em .05em
.18em #7c7c7c}@media (orientation:portrait){.rk6vq32{top:env(safe-area-inset-top)}@media (min-
width:1025px){.rk6vq32{font-size:16px * 3}}@media (min-width:960px) and (max-width:1024px){.rk6vq32{font-
size:16px * 2.625}}@media (min-width:801px) and (max-width:959px){.rk6vq32{font-size:16px * 2.4}}@media
(min-width:769px) and (max-width:800px){.rk6vq32{font-size:16px * 2.25}}@media (min-width:569px) and (max-
width:768px){.rk6vq32{font-size:16px * 1.875}}@media (min-width:414px) and (max-width:568px){.rk6vq32{font-
size:16px * 1.625}}@media (min-width:360px) and (max-width:413px){.rk6vq32{font-size:16px * 1.4375}}@media
(min-width:321px) and (max-width:359px){.rk6vq32{font-size:16px * 1.25}}@media only screen and (device-
width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){.rk6vq32{font-size:16px *
1.5625}}}@media (orientation:landscape){.rk6vq32{margin-right:env(safe-area-inset-right)}@media (min-
width:1367px){.rk6vq32{font-size:16px * 3}}@media (min-width:1025px) and (max-width:1366px){.rk6vq32{font-
size:16px * 2.375}}@media (min-width:960px) and (max-width:1024px){.rk6vq32{font-size:16px * 1.75}}@media
(min-width:769px) and (max-width:959px){.rk6vq32{font-size:16px * 1.5}}@media (min-width:569px) and (max-
width:768px){.rk6vq32{font-size:16px * 1.3125}}@media (max-width:568px){.rk6vq32{font-size:16px *
1.125}}}');
var Hs=Lb(function(a){var c=a.className;a=pb(a,['className']);return
p ( Z k , O b j e c t . a s s i g n ( { c l a s s N a m e : b a ( ' r k 6 v q 3 2 ' , c ) } , a ) , v o i d
0)}),tg={recommendationScreen:'_3k8nI',blue:'_38fl1',blue_alt:'_1msPz',green:'d048s',grey:'_33lNW',btn:'_2caHH',bt
nClose:'_3UDDr',afterSkip:'_2ve_i',hide:'_93Rjn',btnBack:'_2KHkE',icon:'IOQg6',privacy:'_1uKDE',unityLogo:'_3n4
f i ' , ' s l i d e - i n ' : ' _ 3 a Z Q M ' } ; U ( ' . _ 3 k 8 n I { d i s p l a y : f l e x ; f l e x -
direction:column;margin:0;width:100%;height:100%;overflow:hidden;font-family:unityicons,Helvetica,sans-
serif;font-size:16px;box-sizing:border-box;color:#fff;padding:.75em .75em 0;position:absolute;z-
i n d e x : 1 1 0 } . _ 3 k 8 n I , . _ 3 k 8 n I . _ 3 8 f l 1 { b a c k g r o u n d : l i n e a r -
gradient(135deg,#05bbd3,#0f4354)}._3k8nI._1msPz{background:linear-
gradient(135deg,#05bbd3,#167dfb)}._3k8nI.d048s{background:linear-
gradient(135deg,#cbdb2a,#43ac96)}._3k8nI._33lNW{background:linear-
gradient(135deg,#7d888d,#252520)}@media (orientation:landscape){._3k8nI{flex-direction:row}}@media
(orientation:portrait) and (min-height:0){._3k8nI{font-size:6.4px}}@media (orientation:portrait) and (min-
height:250px){._3k8nI{font-size:8px}}@media (orientation:portrait) and (min-height:320px){._3k8nI{font-
size:11.2px}}@media (orientation:portrait) and (min-height:380px){._3k8nI{font-size:12.8px}}@media
(orientation:portrait) and (min-height:460px){._3k8nI{font-size:16px}}@media (orientation:portrait) and (min-
height:560px){._3k8nI{font-size:19.2px}}@media (orientation:portrait) and (min-height:600px){._3k8nI{font-
size:20.8px}}@media (orientation:portrait) and (min-height:680px){._3k8nI{font-size:24px}}@media
(orientation:portrait) and (min-height:780px){._3k8nI{font-size:25.6px}}@media (orientation:portrait) and (min-
height:980px){._3k8nI{font-size:28.8px}}@media (orientation:portrait) and (min-height:1050px){._3k8nI{font-
size:35.2px}}@media (orientation:portrait) and (min-height:1175px){._3k8nI{font-size:40px}}@media
(orientation:portrait) and (min-height:1375px){._3k8nI{font-size:48px}}@media (orientation:portrait) and (min-
height:1675px){._3k8nI{font-size:56px}}@media (orientation:portrait) and (min-height:1975px){._3k8nI{font-
size:70.4px}}@media (orientation:portrait) and (min-height:2275px){._3k8nI{font-size:80px}}@media
(orientation:portrait) and (min-height:2575px){._3k8nI{font-size:96px}}@media (orientation:portrait) and (min-
height:2875px){._3k8nI{font-size:112px}}@media (orientation:portrait) and (min-height:3475px){._3k8nI{font-
size:128px}}@media (orientation:landscape) and (min-width:200px){._3k8nI{font-size:11.2px}}@media
(orientation:landscape) and (min-width:320px){._3k8nI{font-size:12.8px}}@media (orientation:landscape) and (min-
width:460px){._3k8nI{font-size:16px}}@media (orientation:landscape) and (min-width:580px){._3k8nI{font-
size:19.2px}}@media (orientation:landscape) and (min-width:760px){._3k8nI{font-size:22.4px}}@media
(orientation:landscape) and (min-width:960px){._3k8nI{font-size:25.6px}}@media (orientation:landscape) and (min-
width:1160px){._3k8nI{font-size:35.2px}}@media (orientation:landscape) and (min-width:1460px){._3k8nI{font-
size:44.8px}}@media (orientation:landscape) and (min-width:1760px){._3k8nI{font-size:60.8px}}@media
(orientation:landscape) and (min-width:2260px){._3k8nI{font-size:73.6px}}@media only screen and
(orientation:portrait) and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-
ratio:3){._3k8nI{font-size:24px}}._3k8nI *{box-sizing:border-box}._3k8nI
._2caHH{top:0;padding:1.2em;color:#fff;text-shadow:.03em .05em .18em #7c7c7c}._3k8nI
._2caHH._3UDDr{right:0}@media (orientation:landscape){._3k8nI ._2caHH._3UDDr{margin-right:env(safe-area-
inset-right)}}@media (orientation:portrait){._3k8nI ._2caHH{top:env(safe-area-inset-top)}}@media
(orientation:portrait) and (min-width:1025px){._3k8nI ._2caHH{font-size:48px}}@media (orientation:portrait) and
(min-width:960px) and (max-width:1024px){._3k8nI ._2caHH{font-size:42px}}@media (orientation:portrait) and
(min-width:801px) and (max-width:959px){._3k8nI ._2caHH{font-size:38.4px}}@media (orientation:portrait) and
(min-width:769px) and (max-width:800px){._3k8nI ._2caHH{font-size:36px}}@media (orientation:portrait) and
(min-width:569px) and (max-width:768px){._3k8nI ._2caHH{font-size:30px}}@media (orientation:portrait) and
(min-width:414px) and (max-width:568px){._3k8nI ._2caHH{font-size:26px}}@media (orientation:portrait) and
(min-width:360px) and (max-width:413px){._3k8nI ._2caHH{font-size:23px}}@media (orientation:portrait) and
(min-width:321px) and (max-width:359px){._3k8nI ._2caHH{font-size:20px}}@media only screen and
(orientation:portrait) and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){._3k8nI
._2caHH{font-size:25px}}@media (orientation:landscape){._3k8nI ._2caHH{padding:1.2em;color:#fff;text-
shadow:.03em .05em .18em #7c7c7c}}@media (orientation:landscape) and (min-width:1367px){._3k8nI
._2caHH{font-size:48px}}@media (orientation:landscape) and (min-width:1025px) and (max-width:1366px){._3k8nI
._2caHH{font-size:38px}}@media (orientation:landscape) and (min-width:960px) and (max-width:1024px){._3k8nI
._2caHH{font-size:28px}}@media (orientation:landscape) and (min-width:769px) and (max-width:959px){._3k8nI
._2caHH{font-size:24px}}@media (orientation:landscape) and (min-width:569px) and (max-width:768px){._3k8nI
._2caHH{font-size:21px}}@media (orientation:landscape) and (max-width:568px){._3k8nI ._2caHH{font-
size:18px}}._3k8nI._2ve_i{transition:transform .3s}@media (orientation:landscape){._3k8nI._2ve_i{flex-
direction:column;align-items:center}}._3k8nI._2ve_i._93Rjn{transform:translateX(100%)}._3k8nI._2ve_i
._2KHkE{left:0}@media (orientation:landscape){._3k8nI._2ve_i ._2KHkE{margin-left:env(safe-area-inset-
left)}}._3k8nI._2ve_i .IOQg6{color:#fff;opacity:.75;position:absolute}._3k8nI._2ve_i
.IOQg6._1uKDE{left:.8em;bottom:.8em;margin-left:env(safe-area-inset-left)}._3k8nI._2ve_i
.IOQg6._3n4fi{right:1.25em;bottom:1.25em;margin-right:env(safe-area-inset-right)}@media
(orientation:portrait){._3k8nI._2ve_i .IOQg6{display:none}}@keyframes
_3aZQM{0%{transform:translateX(300%)}to{transform:translateX(0)}}');
var nv={slideshow:'end-screen-slideshow',creative:'end-screen-creative',closeButton:'end-screen-close-
button',gdprBanner:'end-screen-gdpr-banner',gdprButton:'end-screen-gdpr-button',gdprLink:'end-screen-gdpr-
link',info:'end-screen-info',appIcon:'end-screen-app-icon',appName:'end-screen-app-name',appRating:'end-screen-app-
rating',ctaButton:'end-screen-cta-button',ctaMessage:'end-screen-cta-msg',privacyButton:'end-screen-privacy-
button',adsLogo:'end-screen-unity-ads-logo',chinaAd:'end-screen-china-ad'};
U('.dwvn7qq{width:1em;height:1em;margin:.75em;border-radius:50%}');var Es=Lb(function(a){var
c = a . a c t i v e , d = a . o n C l i c k ; a = p b ( a , [ ' a c t i v e ' , ' o n C l i c k ' ] ) ; r e t u r n
p(kh,Object.assign({onClick:d,className:'dwvn7qq',color:c?'167dfb':'c8c8c8'},a),void 0)});U('.d1h8s5ry{display:-
webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:.5em;-webkit-box-pack:center;-webkit-
justify-content:center;-ms-flex-pack:center;justify-content:center}');var
hj={smoothScroll:'_15kmq',slideshow:'_1NILr',headShake:'_3m0ob',
r o w : ' _ 2 0 _ -
O',image:'_3WOgR',selectedImage:'_33WAR',rowOffset1:'_35nxg',portrait:'_3xk0w',landscape:'_3OTHi'};U('@keyfr
ames _3m0ob{0%{transform:translateX(0)}6.5%{transform:translateX(-.25em) rotateY(-
9deg)}18.5%{transform:translateX(.2px) rotateY(7deg)}31.5%{transform:translateX(-.12em) rotateY(-
5deg)}43.5%{transform:translateX(.08em) rotateY(3deg)}50%{transform:translateX(0)
rotateY(0)}}._15kmq{transition:transform .3s ease-in,-webkit-transform .3s ease-
in}._1NILr{display:flex;animation:_3m0ob 1.4s ease-in-out 1 forwards}@media
(orientation:portrait){._1NILr{padding:1em}}@media (orientation:landscape){._1NILr{padding:1em;margin-
left:env(safe-area-inset-left)}}._1NILr ._20_-O{display:flex;flex-direction:row}._1NILr ._20_-O
._3WOgR{margin:.5em;box-shadow:.25em .25em .4em .16em #aaa;transition:transform .3s ease-in,-webkit-transform
.3s ease-in}@media (orientation:landscape){._1NILr ._20_-O ._3WOgR:last-of-type{margin-right:env(safe-area-
inset-left)}}._1NILr ._20_-O ._33WAR{transform:scale(1.1)}._1NILr ._20_-O._35nxg{margin-left:2em}@media
(orientation:portrait){._1NILr ._20_-O._3xk0w ._3WOgR{max-height:54vh}}@media
(orientation:landscape){._1NILr ._20_-O._3xk0w ._3WOgR{max-height:66vh}}@media
(orientation:portrait){._1NILr ._20_-O._3OTHi ._3WOgR{max-height:50vh;max-width:calc(88vw - .6em)}}@media
(orientation:landscape){._1NILr ._20_-O._3OTHi ._3WOgR{max-height:60vh;max-width:calc(50vw - 2.6em)}}');
v a r y s = L b ( f u n c t i o n ( a ) { f u n c t i o n c ( ) { i f ( f & & u . c u r r e n t ) { v a r
a=Math.round(parseFloat(getComputedStyle(u.current).fontSize)),c=Array.from(u.current.children);return{transform:'
translateX(-'+Math.min(Ds(c,d)+d*a,u.current.clientWidth-r+2*a)+'px)'}}}var
d=a.activeImageIndex,e=a.images,f=a.isShown,g=a.onImageError,k=a.displaySingleRow,h=a.onTouchStart,n=a.onTo
uchMove,r=a.containerWidth,q=a.onClick,t=void 0===a.orientation?Ph.Portrait:a.orientation,u=Ji();a=Cs(e,t,k);return
p('div',Object.assign({className:hj.slideshow,
o n C l i c k : q } , { c h i l d r e n : a . m a p ( f u n c t i o n ( a , e ) { r e t u r n
p('div',Object.assign({className:ba(hj.row,hj[t],hj.bigRow,hj.smoothScroll),onTouchStart:h,onTouchMove:n,ref:u,st
y l e : c ( ) } , { c h i l d r e n : a . m a p ( f u n c t i o n ( a , c ) { r e t u r n
p('img',{className:ba(hj.image,c===d&&hj.selectedImage),src:a,onError:function(){return g(a)}},a)})}),e)})}),void
0)}),sb={installButton:'QIXO4',roundButton:'_2EP2N',installButtonText:'_1Qm9k',installButtonHeartbeating:'_1uT0
M',heartbeating:'ZvNTZ',installButtonBouncing:'_2CeOo',bouncing:'_2mdXN',
i n s t a l l B u t t o n S h a d o w : ' _ 1 E m B k ' , ' b o u n c i n g -
shadow':'_2KTNu',installButtonDeflate:'_1ED8a',installButtonSlam:'CUiqT','inflate-and-
deflate':'K3IOi',installButtonDeflateShadow:'_3m7bt','shadow-deflate':'_1WE1q','inflate-and-slam':'_3_nD-
' , i n s t a l l B u t t o n S l a m S h a d o w : ' _ 3 k x m j ' , ' s h a d o w -
slam':'_3p381',installButtonContainer:'_3wRTJ',installButtonShining:'_1r-
y3',shining:'_2qtlN',installButtonBubbling:'rIVAe',bubbleBounce:'cX2JF',bubblesBlue:'kn3kk',beforeBubbles:'_3A9c-
',afterBubbles:'_1Ov9D',slamBubblesBlue:'eVmW-',
d e l a y e d B e f o r e B u b b l e s : ' _ -
96F9',delayedAfterBubbles:'_1JWlW',deflateBubblesBlue:'Qz2MX',deflateBeforeBubbles:'_2OPtS',deflateAfterBubbl
e s : ' _ 3 X h -
J',bubblesGreen:'a127I',slamBubblesGreen:'_OoM9',deflateBubblesGreen:'_2UQMW',bubblesLime:'_2IENc',slamBub
b l e s L i m e : ' _ 1 D x 7 X ' , d e f l a t e B u b b l e s L i m e : ' _ 1 C z L -
',bubblesDarkBlue:'_3f6ma',slamBubblesDarkBlue:'_1wPZ3',deflateBubblesDarkBlue:'_1_H6Z',bubblesDarkGreen:'_
2yhtT',slamBubblesDarkGreen:'_2oJ4s',deflateBubblesDarkGreen:'_1xoTO'};U('.QIXO4{position:relative;z-
index:100;margin-top:1em;padding:.6em 0;width:11.2em;border-radius:.6em;color:#fff;text-
align:center}.QIXO4._2EP2N{display:flex;align-items:center;justify-content:center;border-
radius:3em;width:unset;min-width:3.6em;height:2.4em;padding:.6em 1.2em;box-shadow:.08em .16em .32em
rgba(0,0,0,.2)}.QIXO4 ._1Qm9k{display:flex;flex-direction:column}@keyframes
ZvNTZ{0%,to{transform:scale(1);transform-origin:center center;box-shadow:0 0 0 0 rgba(30,54,82,0);animation-
timing-function:ease;filter:brightness(1)}10%{transform:scale(1.1);box-shadow:0 18px 5px -14px
rgba(30,54,82,.8);animation-timing-function:ease;filter:brightness(1.1)}20%{transform:scale(.95);box-shadow:0 0 0 0
rgba(30,54,82,0);animation-timing-function:ease;filter:brightness(1)}30%{transform:scale(1.05);box-shadow:0 16px
5px -12px rgba(30,54,82,.8);animation-timing-function:ease;filter:brightness(1.1)}40%{transform:scale(1);box-
shadow:0 0 0 0 rgba(30,54,82,0);animation-timing-function:ease-out;filter:brightness(1)}}@keyframes
_2mdXN{0%{transform:translateY(0) rotate(0)}10%{animation-timing-function:ease-in;transform:translateY(-.5em)
rotate(-7deg)}20%,28%{animation-timing-function:ease-in;transform:translateY(-1em) rotate(7deg)}35%{animation-
timing-function:ease-in;transform:translateY(.4em) rotate(0)}41%{animation-timing-function:ease-
in;transform:translateY(-.15em) rotate(0)}47%{animation-timing-function:ease-in;transform:translateY(.1em)
rotate(0)}53%{animation-timing-function:ease-in;transform:translateY(-.05em) rotate(0)}59%,to{animation-timing-
function:ease-in;transform:translateY(0) rotate(0)}}@keyframes
_2KTNu{0%,35%,to{transform:scale(1)}10%{transform:scale(.8)}20%,28%{transform:scale(.6)}}@keyframes
_2qtlN{0%{transform:skewX(-30deg) translateX(0)}30%,to{transform:skewX(-30deg)
t r a n s l a t e X ( 1 4 e m ) } } @ k e y f r a m e s _ 3 _ n D -
{0%{transform:scale(1)}12.5%{transform:scale(1.06)}15%{transform:translate(-3px,1px) rotate(0deg)
scale(1.08)}17.5%{transform:translate(2px,1px) rotate(-1deg) scale(1.11)}20%{transform:translate(-1px,-1px)
rotate(1deg) scale(1.13)}22.5%{transform:translate(2px,2px) rotate(0deg) scale(1.14)}25%{transform:translate(1px,-
2px) rotate(-1deg) scale(1.15)}27.5%{transform:translate(2px,1px) rotate(0deg)
scale(1.15)}30%{transform:translate(-1px,-2px) rotate(-1deg) scale(1.15)}32.5%{transform:translate(-3px)
rotate(1deg) scale(1.15)}35%{transform:translateY(2px) rotate(0deg)
scale(1.15)}37.5%{transform:translate(2px,1px) rotate(0deg) scale(1.15)}40%{transform:translate(-1px,-2px) rotate(-
1deg) scale(1.15)}42.5%{transform:translate(-3px) rotate(1deg) scale(1.15)}45%,47.5%{transform:translateY(2px)
rotate(0deg) scale(1.15)}50%{transform:scale(1)}52%{transform:scale(1.05)}55%{transform:scale(1)}}@keyframes
K3IOi{0%{transform:scale(1)}12.5%{transform:scale(1.06)}15%{transform:translate(-3px,1px) rotate(0deg)
scale(1.08)}17.5%{transform:translate(2px,1px) rotate(-1deg) scale(1.11)}20%{transform:translate(-1px,-1px)
rotate(1deg) scale(1.13)}22.5%{transform:translate(2px,2px) rotate(0deg) scale(1.14)}25%{transform:translate(1px,-
2px) rotate(-1deg) scale(1.15)}27.5%{transform:translate(2px,1px) rotate(0deg)
scale(1.15)}30%{transform:translate(-1px,-2px) rotate(-1deg) scale(1.15)}32.5%{transform:translate(-3px)
rotate(1deg) scale(1.15)}35%{transform:translateY(2px) rotate(0deg)
scale(1.15)}37.5%{transform:translate(2px,1px) rotate(0deg) scale(1.15)}40%{transform:translate(-1px,-2px) rotate(-
1deg) scale(1.15)}42.5%{transform:translate(-3px) rotate(1deg) scale(1.15)}45%,47.5%{transform:translateY(2px)
rotate(0deg) scale(1.15)}85%{transform:scale(1)}}@keyframes _3p381{0%,1%{box-
shadow:none;transform:scale(.95)}15%{transform:translate(-3px,1px)
rotate(0deg)}17.5%{transform:translate(2px,1px) rotate(-1deg)}20%{transform:translate(-1px,-1px)
rotate(1deg)}22.5%{transform:translate(2px,2px) rotate(0deg)}25%{transform:translate(1px,-2px) rotate(-1deg);box-
shadow:0 12px 8px 5px rgba(0,0,0,.5)}27.5%{transform:translate(2px,1px) rotate(0deg)}30%{transform:translate(-
1px,-2px) rotate(-1deg)}32.5%{transform:translate(-3px) rotate(1deg)}35%{transform:translateY(2px)
rotate(0deg)}37.5%{transform:translate(2px,1px) rotate(0deg)}40%{transform:translate(-1px,-2px) rotate(-
1deg)}42.5%{transform:translate(-3px) rotate(1deg)}45%,47.5%{transform:translateY(2px) rotate(0deg);box-
shadow:0 12px 8px 5px rgba(0,0,0,.5)}50%{box-shadow:none}}@keyframes _1WE1q{0%,1%{box-
shadow:none;transform:scale(.95)}15%{transform:translate(-3px,1px)
rotate(0deg)}17.5%{transform:translate(2px,1px) rotate(-1deg)}20%{transform:translate(-1px,-1px)
rotate(1deg)}22.5%{transform:translate(2px,2px) rotate(0deg)}25%{transform:translate(1px,-2px) rotate(-1deg);box-
shadow:0 12px 8px 5px rgba(0,0,0,.5)}27.5%{transform:translate(2px,1px) rotate(0deg)}30%{transform:translate(-
1px,-2px) rotate(-1deg)}32.5%{transform:translate(-3px) rotate(1deg)}35%{transform:translateY(2px)
rotate(0deg)}37.5%{transform:translate(2px,1px) rotate(0deg)}40%{transform:translate(-1px,-2px) rotate(-
1deg)}42.5%{transform:translate(-3px) rotate(1deg)}45%,47.5%{transform:translateY(2px) rotate(0deg);box-
shadow:0 12px 8px 5px rgba(0,0,0,.5)}85%{box-shadow:none}}._1uT0M{animation:ZvNTZ 2s ease-in 1s infinite
both}._2CeOo{animation:_2mdXN 2s ease 1s infinite both}._1EmBk{position:relative;bottom:.25em;z-
index:0;width:11.2em;height:.4em;background:radial-gradient(closest-
side,#7c7c7c,transparent);opacity:.6;animation:_2KTNu 2s linear 1s infinite
both;content:""}._1ED8a:after,._1ED8a:before,.CUiqT:after,.CUiqT:before{position:absolute;left:-
20%;width:140%;height:100%;z-index:-1;background-repeat:no-repeat;display:block;animation-
duration:3s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-
delay:1s;content:"";pointer-events:none}._1ED8a{animation:K3IOi 3s cubic-bezier(.88,.19,.3,.67) 1s
infinite}._3m7bt{animation:_1WE1q 3s linear 1s infinite}.CUiqT{animation:_3_nD- 3s cubic-bezier(.88,.19,.3,.67)
1 s i n f i n i t e } . _ 3 k x m j { a n i m a t i o n : _ 3 p 3 8 1 3 s l i n e a r 1 s
infinite}._3m7bt,._3kxmj{position:absolute;width:11.2em;height:2.4em;bottom:0;border-
radius:.6em}._3wRTJ{position:relative}._1r-y3{overflow:hidden}._1r-y3:before{position:absolute;top:0;left:-
2em;display:block;width:1.5em;height:100%;background-color:hsla(0,0%,100%,.5);content:"";animation:_2qtlN 2s
linear 1s infinite both}@keyframes _3A9c-{0%{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0;background-
position:30% 90%,30% 110%,35% 90%,45% 90%,50% 110%,55% 90%,60% 90%,65% 110%,70%
90%}30%{background-size:.91em .91em,1.26em 1.26em,1.12em 1.12em,1.54em 1.54em,1.26em 1.26em,.91em
.91em,1.12em 1.12em,.91em .91em,1.26em 1.26em}60%{background-position:0 70%,9% 10%,15% 30%,20% -
10%,50% 20%,60% 40%,70% 40%,80% 10%,90% 20%;background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0}to{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0}}@keyframes _1Ov9D{0%{background-size:0 0,0 0,0 0,0
0,0 0,0 0,0 0;background-position:10% -10%,30% 10%,55% -10%,70% -10%,85% -10%,70% -10%,70%
0}30%{background-size:1.12em 1.12em,.91em .91em,1.26em 1.26em,1.26em 1.26em,1.12em 1.12em,.91em
.91em,1.26em 1.26em}60%{background-position:0 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110%
10%;background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0}to{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0}}@keyframes _-
96F9{0%,45%{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0}45%{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0,0 0;background-position:30% 90%,30% 110%,35% 90%,45% 90%,50% 110%,55% 90%,60% 90%,65% 110%,70%
90%}58%{background-size:.91em .91em,1.26em 1.26em,1.12em 1.12em,1.54em 1.54em,1.26em 1.26em,.91em
.91em,1.12em 1.12em,.91em .91em,1.26em 1.26em}71%{background-position:0 70%,9% 10%,15% 30%,20% -
10%,50% 20%,60% 40%,70% 40%,80% 10%,90% 20%;background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0}85%,to{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0}}@keyframes _1JWlW{0%,45%{background-size:0
0,0 0,0 0,0 0,0 0,0 0,0 0}45%{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0;background-position:10% -10%,30%
10%,55% -10%,70% -10%,85% -10%,70% -10%,70% 0}58%{background-size:1.12em 1.12em,.91em .91em,1.26em
1.26em,1.26em 1.26em,1.12em 1.12em,.91em .91em,1.26em 1.26em}71%{background-position:0 90%,20%
90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;background-size:0 0,0 0,0 0,0 0,0 0,0 0,0
0}85%,to{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0}}@keyframes _2OPtS{0%,50%{background-size:0 0,0 0,0 0,0
0,0 0,0 0,0 0,0 0,0 0}50%{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0;background-position:30% 90%,30%
110%,35% 90%,45% 90%,50% 110%,55% 90%,60% 90%,65% 110%,70% 90%}69%{background-size:.91em
.91em,1.26em 1.26em,1.12em 1.12em,1.54em 1.54em,1.26em 1.26em,.91em .91em,1.12em 1.12em,.91em
.91em,1.26em 1.26em}82%{background-position:0 70%,9% 10%,15% 30%,20% -10%,50% 20%,60% 40%,70%
40%,80% 10%,90% 20%;background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0}to{background-size:0 0,0 0,0 0,0 0,0 0,0
0,0 0,0 0,0 0}}@keyframes _3Xh-J{0%,50%{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0}50%{background-size:0 0,0
0,0 0,0 0,0 0,0 0,0 0;background-position:10% -10%,30% 10%,55% -10%,70% -10%,85% -10%,70% -10%,70%
0}69%{background-size:1.12em 1.12em,.91em .91em,1.26em 1.26em,1.26em 1.26em,1.12em 1.12em,.91em
.91em,1.26em 1.26em}82%{background-position:0 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110%
10%;background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0}to{background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0}}@keyframes
cX2JF{0%,60%,to{transform:scale(1)}30%{transform:scale(1.05)}}.rIVAe{position:relative;animation-
name:cX2JF;transform-origin:center center}.rIVAe,.rIVAe:after,.rIVAe:before{animation-duration:1.5s;animation-
timing-function:ease-in-out;animation-iteration-count:infinite}.rIVAe:after,.rIVAe:before{position:absolute;left:-
20%;width:140%;height:100%;z-index:-1;background-repeat:no-repeat;display:block;content:"";pointer-
events:none}.kn3kk:before{top:-75%;background-image:radial-gradient(circle,#167dfb 20%,transparent 0),radial-
gradient(circle,transparent 20%,#167dfb 0,transparent 30%),radial-gradient(circle,#167dfb 20%,transparent 0),radial-
gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent 0),radial-
gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent 0),radial-
gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,transparent 20%,#167dfb 0,transparent
30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-name:_3A9c-}.kn3kk:after{bottom:-
75%;background-image:radial-gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb
20%,transparent 0),radial-gradient(circle,transparent 10%,#167dfb 15%,transparent 20%),radial-
gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent 0),radial-
gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent 0);background-size:0 0,0
0,0 0,0 0,0 0,0 0,0 0;animation-name:_1Ov9D}.eVmW-:before{top:-75%;background-image:radial-
gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,transparent 20%,#167dfb 0,transparent 30%),radial-
gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent 0),radial-
gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent 0),radial-
gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent 0),radial-
gradient(circle,transparent 20%,#167dfb 0,transparent 30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0;animation-name:_-96F9}.eVmW-:after{bottom:-75%;background-image:radial-gradient(circle,#167dfb
20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,transparent 10%,#167dfb
15%,transparent 20%),radial-gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb
20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent
0);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-name:_1JWlW}.Qz2MX:before{top:-75%;background-
image:radial-gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,transparent 20%,#167dfb 0,transparent
30%),radial-gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent 0),radial-
gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent 0),radial-
gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent 0),radial-
gradient(circle,transparent 20%,#167dfb 0,transparent 30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0;animation-name:_2OPtS}.Qz2MX:after{bottom:-75%;background-image:radial-gradient(circle,#167dfb
20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,transparent 10%,#167dfb
15%,transparent 20%),radial-gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb
20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent 0),radial-gradient(circle,#167dfb 20%,transparent
0);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-name:_3Xh-J}.a127I:before{top:-75%;background-
image:radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,transparent 20%,#3c0 0,transparent
30%),radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent 0),radial-
gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0
20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,transparent 20%,#3c0
0,transparent 30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-name:_3A9c-}.a127I:after{bottom:-
75%;background-image:radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent
0),radial-gradient(circle,transparent 10%,#3c0 15%,transparent 20%),radial-gradient(circle,#3c0 20%,transparent
0),radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent 0),radial-
gradient(circle,#3c0 20%,transparent 0);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-
name:_1Ov9D}._OoM9:before{top:-75%;background-image:radial-gradient(circle,#3c0 20%,transparent 0),radial-
gradient(circle,transparent 20%,#3c0 0,transparent 30%),radial-gradient(circle,#3c0 20%,transparent 0),radial-
gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0
20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent
0),radial-gradient(circle,transparent 20%,#3c0 0,transparent 30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0;animation-name:_-96F9}._OoM9:after{bottom:-75%;background-image:radial-gradient(circle,#3c0
20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,transparent 10%,#3c0
15%,transparent 20%),radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent
0),radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent 0);background-size:0 0,0
0,0 0,0 0,0 0,0 0,0 0;animation-name:_1JWlW}._2UQMW:before{top:-75%;background-image:radial-
gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,transparent 20%,#3c0 0,transparent 30%),radial-
gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0
20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent
0),radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,transparent 20%,#3c0 0,transparent
30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-name:_2OPtS}._2UQMW:after{bottom:-
75%;background-image:radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent
0),radial-gradient(circle,transparent 10%,#3c0 15%,transparent 20%),radial-gradient(circle,#3c0 20%,transparent
0),radial-gradient(circle,#3c0 20%,transparent 0),radial-gradient(circle,#3c0 20%,transparent 0),radial-
gradient(circle,#3c0 20%,transparent 0);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-name:_3Xh-
J}._2IENc:before{top:-75%;background-image:radial-gradient(circle,#9c0 20%,transparent 0),radial-
gradient(circle,transparent 20%,#9c0 0,transparent 30%),radial-gradient(circle,#9c0 20%,transparent 0),radial-
gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0
20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent
0),radial-gradient(circle,transparent 20%,#9c0 0,transparent 30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0;animation-name:_3A9c-}._2IENc:after{bottom:-75%;background-image:radial-gradient(circle,#9c0
20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,transparent 10%,#9c0
15%,transparent 20%),radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent
0),radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent 0);background-size:0 0,0
0,0 0,0 0,0 0,0 0,0 0;animation-name:_1Ov9D}._1Dx7X:before{top:-75%;background-image:radial-
gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,transparent 20%,#9c0 0,transparent 30%),radial-
gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0
20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent
0),radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,transparent 20%,#9c0 0,transparent
30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-name:_-96F9}._1Dx7X:after{bottom:-
75%;background-image:radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent
0),radial-gradient(circle,transparent 10%,#9c0 15%,transparent 20%),radial-gradient(circle,#9c0 20%,transparent
0),radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent 0),radial-
gradient(circle,#9c0 20%,transparent 0);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-
name:_1JWlW}._1CzL-:before{top:-75%;background-image:radial-gradient(circle,#9c0 20%,transparent 0),radial-
gradient(circle,transparent 20%,#9c0 0,transparent 30%),radial-gradient(circle,#9c0 20%,transparent 0),radial-
gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0
20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent
0),radial-gradient(circle,transparent 20%,#9c0 0,transparent 30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0;animation-name:_2OPtS}._1CzL-:after{bottom:-75%;background-image:radial-gradient(circle,#9c0
20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,transparent 10%,#9c0
15%,transparent 20%),radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent
0),radial-gradient(circle,#9c0 20%,transparent 0),radial-gradient(circle,#9c0 20%,transparent 0);background-size:0 0,0
0,0 0,0 0,0 0,0 0,0 0;animation-name:_3Xh-J}._3f6ma:before{top:-75%;background-image:radial-
gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,transparent 20%,#0052c7 0,transparent 30%),radial-
gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-
gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-
gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-
gradient(circle,transparent 20%,#0052c7 0,transparent 30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0;animation-name:_3A9c-}._3f6ma:after{bottom:-75%;background-image:radial-gradient(circle,#0052c7
20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,transparent 10%,#0052c7
15%,transparent 20%),radial-gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7
20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent
0);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-name:_1Ov9D}._1wPZ3:before{top:-75%;background-
image:radial-gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,transparent 20%,#0052c7 0,transparent
30%),radial-gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-
gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-
gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-
gradient(circle,transparent 20%,#0052c7 0,transparent 30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0;animation-name:_-96F9}._1wPZ3:after{bottom:-75%;background-image:radial-gradient(circle,#0052c7
20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,transparent 10%,#0052c7
15%,transparent 20%),radial-gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7
20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent
0);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-name:_1JWlW}._1_H6Z:before{top:-75%;background-
image:radial-gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,transparent 20%,#0052c7 0,transparent
30%),radial-gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-
gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-
gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-
gradient(circle,transparent 20%,#0052c7 0,transparent 30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0;animation-name:_2OPtS}._1_H6Z:after{bottom:-75%;background-image:radial-gradient(circle,#0052c7
20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,transparent 10%,#0052c7
15%,transparent 20%),radial-gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7
20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent 0),radial-gradient(circle,#0052c7 20%,transparent
0);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-name:_3Xh-J}._2yhtT:before{top:-75%;background-
image:radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,transparent 20%,#009a00 0,transparent
30%),radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-
gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-
gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-
gradient(circle,transparent 20%,#009a00 0,transparent 30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0;animation-name:_3A9c-}._2yhtT:after{bottom:-75%;background-image:radial-gradient(circle,#009a00
20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,transparent 10%,#009a00
15%,transparent 20%),radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00
20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent
0);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-name:_1Ov9D}._2oJ4s:before{top:-75%;background-
image:radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,transparent 20%,#009a00 0,transparent
30%),radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-
gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-
gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-
gradient(circle,transparent 20%,#009a00 0,transparent 30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0;animation-name:_-96F9}._2oJ4s:after{bottom:-75%;background-image:radial-gradient(circle,#009a00
20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,transparent 10%,#009a00
15%,transparent 20%),radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00
20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent
0);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-name:_1JWlW}._1xoTO:before{top:-75%;background-
image:radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,transparent 20%,#009a00 0,transparent
30%),radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-
gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-
gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-
gradient(circle,transparent 20%,#009a00 0,transparent 30%);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0
0;animation-name:_2OPtS}._1xoTO:after{bottom:-75%;background-image:radial-gradient(circle,#009a00
20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,transparent 10%,#009a00
15%,transparent 20%),radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00
20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent 0),radial-gradient(circle,#009a00 20%,transparent
0);background-size:0 0,0 0,0 0,0 0,0 0,0 0,0 0;animation-name:_3Xh-J}');
var Pr;(function(a){a.Dark='dark';a.Light='light';a.BlurredBg='blurred_bg'})(Pr||(Pr={}));var
Td;(function(a){a.Static='static';a.HeartBeating='heartbeating';a.Bouncing='bouncing';a.Bubbling='bubbling';a.Bubble
Slam='bubble_slam';a.BubbleDeflate='bubble_deflate'})(Td||(Td={}));var
rf;(function(a){a.Blue='167dfb';a.Green='33cc00';a.Lime='99cc00'})(rf||(rf={}));var
Qr;(function(a){a.Blue='05bbd3';a.Green='cbdb2a';a.Lime='f7931e'})(Qr||(Qr={}));var
oi;(function(a){a.Blue='0052c7';a.Green='009a00'})(oi||
(oi={}));var Il;(function(a){a.Blue='blue';a.Green='green';a.Lime='lime'})(Il||(Il={}));var
Jp;(function(a){a.Single='single';a.Multiple='multiple'})(Jp||(Jp={}));var
Rr;(function(a){a.Download='download';a.DownloadForFree='download_for_free';a.Get='get';a.GET='GET';a.Install
Now='install_now';a.Install='install';a.Play='play';a.PlayGame='play_game';a.PlayNow='play_now';a.PlayForFree='pl
ay_for_free'})(Rr||(Rr={}));var Sr;(function(a){a.Download='Download';a.DownloadForFree='Download For
Free';a.Get=
'Get';a.GET='GET';a.InstallNow='Install Now';a.Install='Install';a.Play='Play';a.PlayGame='Play
Game';a.PlayNow='Play Now';a.PlayForFree='Play For Free'})(Sr||(Sr={}));var ho;(ho||(ho={})).Round='round';var
fo;(function(a){a.Show='show';a.Hide='hide'})(fo||(fo={}));var
ij={},Ak={},Bk={},Ck={},hn={},kr={animation:(ij[Td.Static]='',ij[Td.HeartBeating]=sb.installButtonHeartbeating,ij
[Td.Bouncing]=sb.installButtonBouncing,ij[Td.Bubbling]=sb.installButtonBubbling,ij[Td.BubbleSlam]=sb.installButt
onSlam,
ij[Td.BubbleDeflate]=sb.installButtonDeflate,ij),bubblesColor:(Ak[rf.Blue]=sb.bubblesBlue,Ak[rf.Green]=sb.bubbles
Green,Ak[rf.Lime]=sb.bubblesLime,Ak[oi.Blue]=sb.bubblesDarkBlue,Ak[oi.Green]=sb.bubblesDarkGreen,Ak),slam
BubblesColor:(Bk[rf.Blue]=sb.slamBubblesBlue,Bk[rf.Green]=sb.slamBubblesGreen,Bk[rf.Lime]=sb.slamBubblesLi
me,Bk[oi.Blue]=sb.bubblesDarkBlue,Bk[oi.Green]=sb.bubblesDarkGreen,Bk),deflateBubblesColor:(Ck[rf.Blue]=sb.d
eflateBubblesBlue,Ck[rf.Green]=sb.deflateBubblesGreen,Ck[rf.Lime]=sb.deflateBubblesLime,
Ck[oi.Blue]=sb.deflateBubblesDarkBlue,Ck[oi.Green]=sb.deflateBubblesDarkGreen,Ck),auraGlowColor:(hn[Il.Blue]
=sb.auraGlowBlue,hn[Il.Green]=sb.auraGlowGreen,hn[Il.Lime]=sb.auraGlowLime,hn)};U('._1vQmE{position:relativ
e;z-index:100;margin-top:1em;padding:.6em 0;width:11.2em;border-radius:.6em;color:#fff;text-
align:center}._1vQmE.scj2A{display:flex;align-items:center;justify-content:center;border-
radius:3em;width:unset;min-width:3.6em;height:2.4em;padding:.6em 1.2em;box-shadow:.08em .16em .32em
rgba(0,0,0,.2)}._1vQmE ._3sjvv{display:flex;flex-direction:column}');
v a r
jn={},Bs=(jn[Td.Bouncing]=sb.installButtonShadow,jn[Td.BubbleSlam]=sb.installButtonSlamShadow,jn[Td.Bubble
Deflate]=sb.installButtonDeflateShadow,jn),Jj={slideshowScreen:'_2fY5F',transparentBg:'_1nuvY',endCardContentT
op:'_2KSpm',alwaysGrey:'_2syf8',endCardContentBottom:'vUwHj',slideshowScreenContentTop:'_9zksy',smallerCont
entTop:'_3PsTt',slideshowContentBottom:'xOf8W'};U('._2fY5F{display:flex;flex-direction:column;background-
color:#fafafa;margin:0;width:100%;height:100%;overflow:hidden;font-family:unityicons,Helvetica,sans-serif;font-
size:16px;justify-content:space-around}@media (orientation:landscape){._2fY5F{flex-direction:row}}@media
(orientation:portrait) and (min-height:0){._2fY5F{font-size:6.4px}}@media (orientation:portrait) and (min-
height:250px){._2fY5F{font-size:8px}}@media (orientation:portrait) and (min-height:320px){._2fY5F{font-
size:11.2px}}@media (orientation:portrait) and (min-height:380px){._2fY5F{font-size:12.8px}}@media
(orientation:portrait) and (min-height:460px){._2fY5F{font-size:16px}}@media (orientation:portrait) and (min-
height:560px){._2fY5F{font-size:19.2px}}@media (orientation:portrait) and (min-height:600px){._2fY5F{font-
size:20.8px}}@media (orientation:portrait) and (min-height:680px){._2fY5F{font-size:24px}}@media
(orientation:portrait) and (min-height:780px){._2fY5F{font-size:25.6px}}@media (orientation:portrait) and (min-
height:980px){._2fY5F{font-size:28.8px}}@media (orientation:portrait) and (min-height:1050px){._2fY5F{font-
size:35.2px}}@media (orientation:portrait) and (min-height:1175px){._2fY5F{font-size:40px}}@media
(orientation:portrait) and (min-height:1375px){._2fY5F{font-size:48px}}@media (orientation:portrait) and (min-
height:1675px){._2fY5F{font-size:56px}}@media (orientation:portrait) and (min-height:1975px){._2fY5F{font-
size:70.4px}}@media (orientation:portrait) and (min-height:2275px){._2fY5F{font-size:80px}}@media
(orientation:portrait) and (min-height:2575px){._2fY5F{font-size:96px}}@media (orientation:portrait) and (min-
height:2875px){._2fY5F{font-size:112px}}@media (orientation:portrait) and (min-height:3475px){._2fY5F{font-
size:128px}}@media (orientation:landscape) and (min-width:200px){._2fY5F{font-size:11.2px}}@media
(orientation:landscape) and (min-width:320px){._2fY5F{font-size:12.8px}}@media (orientation:landscape) and
(min-width:460px){._2fY5F{font-size:16px}}@media (orientation:landscape) and (min-width:580px){._2fY5F{font-
size:19.2px}}@media (orientation:landscape) and (min-width:760px){._2fY5F{font-size:22.4px}}@media
(orientation:landscape) and (min-width:960px){._2fY5F{font-size:25.6px}}@media (orientation:landscape) and
(min-width:1160px){._2fY5F{font-size:35.2px}}@media (orientation:landscape) and (min-
width:1460px){._2fY5F{font-size:44.8px}}@media (orientation:landscape) and (min-width:1760px){._2fY5F{font-
size:60.8px}}@media (orientation:landscape) and (min-width:2260px){._2fY5F{font-size:73.6px}}@media only
screen and (orientation:portrait) and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-
ratio:3){._2fY5F{font-size:24px}}._2fY5F._1nuvY{background-color:transparent}._2fY5F
._2KSpm{position:relative;background-color:#000}@media (orientation:portrait){._2fY5F ._2KSpm{padding-
top:env(safe-area-inset-top)}}@media (min-aspect-ratio:29/46) and (orientation:portrait){._2fY5F
._2KSpm{height:50%}}@media (orientation:landscape){._2fY5F ._2KSpm{height:100%;padding-left:env(safe-area-
inset-left)}}@media (orientation:landscape) and (max-aspect-ratio:47/29){._2fY5F
._2KSpm{height:auto;width:50%}}._2fY5F ._2syf8{fill:grey}._2fY5F
.vUwHj{position:relative;display:flex;flex:1;justify-content:center;align-items:center}._2fY5F
._9zksy{display:flex;position:relative;background-color:#fafafa;overflow-x:hidden;flex-direction:column;justify-
content:center}@media (orientation:landscape){._2fY5F ._9zksy{width:55%}}@media
(orientation:portrait){._2fY5F ._9zksy{height:70%}}@media (orientation:portrait){._2fY5F
._3PsTt{flex:0.8;height:unset;justify-content:flex-end}}._2fY5F .xOf8W{display:flex;justify-
content:center;flex:1;position:relative}');
v a r
kn=Fe(function(){return{show:!1}}),ov=zm(Hi),pv=zm(kn);l.inherits(Pb,N);Pb.prototype.onMetric=function(a,c){c=
void 0===c?{}:c;n.reportMetricEventWithTags(a,Object.assign({},c))};Pb.prototype.render=function(){var
a=this;N.prototype.render.call(this);kn.setState({show:!1});Im(p(function(){var
c,d,e,f=l.makeIterator(Xg(a.onShowRecommendationScreen,!1,!1)),g=f.next().value;f=f.next().value;var
k = p v ( f u n c t i o n ( a ) { r e t u r n a . s h o w } ) , h = o v ( f u n c t i o n ( a ) { r e t u r n
a.isPoddedAd}),n=l.makeIterator(Xg(a._circularCounterProgression,
0)).next().value;h=h&&p(In,{size:'1.5em',value:n,color:'white',backgroundColor:'grey'},void
0 ) ; r e t u r n ( n u l l = = = ( c = a . _ c o m b i n a t i o n ) | | v o i d 0 = = = c ? v o i d
0:c.end_screen_variant)===zl.Overlay?k?p(Vs,Object.assign({},a.endScreenProps,{isActive:k,hideBottomCard:(null
= = = ( d = a . _ c o m b i n a t i o n ) | | v o i d 0 = = = d ? v o i d
0:d.bottom_card_overlay)===np.Hide,variant:null===(e=a._combination)||void 0===e?void
0:e.overlay_variant}),void 0):null:a.slideshowProps?p(ws,Object.assign({},a.slideshowProps,{isShown:k}),void
0):p(Te,{children:[g&&
p(Fs,Object.assign({},a.getRecommendationScreenParameters(f)),void
0),k&&p(Ns,Object.assign({},a.endScreenProps,{circularProgressElement:h}),void 0)]},void 0)},{},void
0),this.container())};Pb.prototype.startCountDownTimer=function(a,c){var
d=this,e=100/(a/c),f=0,g=setInterval(function(){f+=e;d._circularCounterProgression.trigger(f);100<=f&&(d.onCloseE
vent(),clearInterval(g))},c)};Pb.prototype.show=function(){var
a=this;N.prototype.show.call(this);kn.setState({show:!0});Hi.getState().isPoddedAd&&
this.startCountDownTimer(4E3,200);this._container&&(this._container.style.display='flex');M.getAutoClose()&&set
Timeout(function(){n.reportMetricEvent(de.AutoCloseInvoked);a.onCloseEvent()},M.getAutoCloseDelay())};Pb.prot
otype.hide=function(){N.prototype.hide.call(this);kn.setState({show:!1});this._showGDPRBanner&&!this._gdprPopu
p C l i c k e d & & t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( a ) { r e t u r n
a.onGDPRPopupSkipped()});this._privacy&&this._privacy.hide();this._container&&(this._container.style.display='n
one')};Pb.prototype.onDownloadEvent=
function(){var a=this;this._handlers.forEach(function(c){return
c.onEndScreenDownload({clickAttributionUrl:a._campaign.getClickAttributionUrl(),clickAttributionUrlFollowsRedi
rects:a._campaign.getClickAttributionUrlFollowsRedirects(),bypassAppSheet:a._campaign.getBypassAppSheet(),app
StoreId:a._campaign.getAppStoreId(),store:a._campaign.getStore(),appDownloadUrl:a._campaign instanceof
T ? a . _ c a m p a i g n . g e t A p p D o w n l o a d U r l ( ) : v o i d
0})})};Pb.prototype.onCloseEvent=function(){this._handlers.forEach(function(a){return a.onEndScreenClose()})};
P b . p r o t o t y p e . g e t S l i d e s h o w P r o p s = f u n c t i o n ( a ) { v a r
c=this,d,e,f=this.endScreenProps;f=p(lq,{onClick:f.onClick,landscapeImage:void
0===f.landscapeImage?'':f.landscapeImage,portraitImage:void
0 = = = f . p o r t r a i t I m a g e ? ' ' : f . p o r t r a i t I m a g e , s q u a r e I m a g e : v o i d
0===f.squareImage?'':f.squareImage,elementId:null===(d=this.slideshowProps)||void 0===d?void
0 : d . e l e m e n t I d s . c r e a t i v e } , v o i d
0);return{gameIcon:this._campaign.getGameIcon().getUrl(),showPrivacyIcon:!this._hidePrivacy,language:this._langu
age,country:this._country,
showGdpr:this._showGDPRBanner,gameName:this._campaign.getGameName(),rating:this._campaign.getRating(),rat
ingCount:this._campaign.getRatingCount(),onClick:function(){return
c.onDownloadEvent()},onClose:function(){return c.onCloseEvent()},onPrivacyClick:function(){return
c . o n P r i v a c y E v e n t ( ) } , o n M e t r i c : f u n c t i o n ( a , d ) { r e t u r n
c.onMetric(a,d)},ctaText:this._ctaText,ratingCountText:this._localization.abbreviate(this._campaign.getRatingCount()
),privacyLegitimateInterestPopUp1:this._localization.translate('privacy-legitimate-interest-pop-up-1'),
privacyLegitimateInterestPopUp2:this._localization.translate('privacy-legitimate-interest-pop-up-
2'),privacyLegitimateInterestPopUp3:this._localization.translate('privacy-legitimate-interest-pop-up-
3'),elementIds:nv,orientation:a.orientation,images:a.urls,onImageVisibilityChange:function(a){c.gameScreenshots.nb
Viewed=a},onImageError:function(a){var d;void 0!==(null===(d=c.gameScreenshots)||void 0===d?void
0:d.nbErrors)&&(c.gameScreenshots.nbErrors=a);n.reportMetricEvent(Ba.FailedToLoadSlideshowImage)},
displaySingleRow:(null===(e=this._combination)||void 0===e?void
0:e.row_type)===Jp.Single,combination:this._combination,showCloseBtn:!0,failsafeImage:f,closeTimeout:this.closeT
i m e o u t } } ; P b . p r o t o t y p e . h a s L o c a l i z a t i o n = f u n c t i o n ( a ) { r e t u r n
this._localization.translate(a)!==a};Pb.prototype.getCtaText=function(a,c,d){if(!a)return
t h i s . _ l o c a l i z a t i o n . t r a n s l a t e ( c ) ; a = q u ( a ) ; r e t u r n
d?a:this.hasLocalization(a)?this._localization.translate(a):this._localization.translate(c)};Pb.prototype.onPrivacyClose
=function(){this._privacy&&
this._privacy.hide()};Pb.prototype.onPrivacyEvent=function(){this._showGDPRBanner&&(this._gdprPopupClicked=
!0);this._privacy.show()};Pb.prototype.onRecommendationDownload=function(a,c){var
d,e=null===(d=this._gameList)||void 0===d?void 0:d.find(function(a){return
a.id===c});if(e)if(e.clicked=!0,this.recommendationHandler)this.recommendationHandler.onDownload({clickAttribut
i o n U r l : v o i d 0 , c l i c k A t t r i b u t i o n U r l F o l l o w s R e d i r e c t s : v o i d
0,bypassAppSheet:!1,appStoreId:a,store:this._campaign.getStore()});else
n.reportMetricEvent(Ba.FailedToDownloadOnRecommendationScreen);
e l s e
n.reportMetricEvent(Ba.GameRecommendationNotFound)};Pb.prototype.onRecommendationClose=function(){if(thi
s.recommendationHandler)this.recommendationHandler.onClose(this._gameList,!0);else
this._handlers.forEach(function(a){a.onEndScreenClose()}),n.reportMetricEvent(Ba.FailedToCloseOnRecommendati
onScreen)};Pb.prototype.onRecommendationBack=function(){if(this.recommendationHandler)this.recommendationH
andler.onClose(this._gameList);else n.reportMetricEvent(Ba.FailedToBackOnRecommendationScreen)};
Pb.prototype.getRecommendationScreenParameters=function(a){var
c=this;return{gameList:this._gameList,country:this._country,showPrivacyIcon:!this._hidePrivacy,onClose:function(){
return c.onRecommendationClose()},onPrivacyClick:function(){return
c.onPrivacyEvent()},onDownload:function(a,e){c.onRecommendationDownload(a,e)},onMetric:function(a,e){return
c.onMetric(a,e)},elementIds:gc.zones.recommendationScreen,ctaText:'Install',encouragementText:{line1:'THANK
YOU FOR YOUR SUPPORT!',line2:'WE ALSO RECOMMEND:'},
showGdpr:this._showGDPRBanner,privacyLegitimateInterestPopUp1:this._localization.translate('privacy-legitimate-
interest-pop-up-1'),privacyLegitimateInterestPopUp2:this._localization.translate('privacy-legitimate-interest-pop-up-
2'),privacyLegitimateInterestPopUp3:this._localization.translate('privacy-legitimate-interest-pop-up-
3'),combination:this._recommendationScreenCombination,onBack:function(){return
c.onRecommendationBack()},isAfterDownload:a}};Pb.prototype.shuffle=function(a){for(var c=a.length;c--;){var d=
Math.floor(Math.random()*(c+1)),e=l.makeIterator([a[d],a[c]]);a[c]=e.next().value;a[d]=e.next().value}return
a};Pb.prototype.setGameList=function(){Xc.getDynamicGameRecommendations()?this._gameList=Xc.getDynamicG
ameRecommendations():(n.reportMetricEvent(Ba.GameRecommendationDynamicGamesMissing),this._gameList=X
c.getStaticGameRecommendations(this._platform),this.shuffle(this._gameList))};l.global.Object.defineProperties(Pb.
prototype,{recommendationHandler:{configurable:!0,enumerable:!0,get:function(){return
this._handlers.find(function(a){return a instanceof
lh})}}});l.inherits(ih,jh);ih.prototype.onVideoScreenDownload=function(a){this._automatedExperimentManager.setV
ideoScreenMetadata(this._campaign,this._experimentsCategory,this.getVideoScreenMetadata(!1));this._automatedEx
perimentManager.endSelectedExperiment(this._campaign,this._placement,this._experimentsCategory,this.shouldNulli
fyReward()?null:zd.POSITIVE);this.allowTrigger=this.recommendationScreenTriggerEvent===Gl.Click;this._showR
ecommendationScreen&&this.allowTrigger&&this.triggerRecommendationScreen(!0,
!0);jh.prototype.onVideoScreenDownload.call(this,a)};ih.prototype.onVideoScreenSkip=function(a,c){this._automate
dExperimentManager.setVideoScreenMetadata(this._campaign,this._experimentsCategory,this.getVideoScreenMetad
ata(!0));this._automatedExperimentManager.endSelectedExperiment(this._campaign,this._placement,this._experiment
sCategory,this.shouldNullifyReward()?null:zd.NEGATIVE);this.allowTrigger&&this._showRecommendationScreen
&&this.recommendationScreenTriggerEvent===Gl.Skip&&this.triggerRecommendationScreen(!0,
!1);c&&this._automatedExperimentManager.nullifyNonRewardedExperiments(this._campaign,this._placement);jh.pr
ototype.onVideoScreenSkip.call(this,a,c)};ih.prototype.onVideoScreenClose=function(){jh.prototype.onVideoScreen
Close.call(this);this._automatedExperimentManager.setVideoScreenMetadata(this._campaign,this._experimentsCateg
ory,this.getVideoScreenMetadata(!0));this._automatedExperimentManager.endSelectedExperiment(this._campaign,th
is._placement,this._experimentsCategory,this.shouldNullifyReward()?
null:zd.NEGATIVE);this._automatedExperimentManager.nullifyNonRewardedExperiments(this._campaign,this._pla
cement)};ih.prototype.onVideoScreenVote=function(a,c){this._operativeEventManager.sendUserInterestEvent(a,c)};i
h.prototype.getVideoScreenMetadata=function(a){return{is_skippable:this._isSkippable,video_skipped:a,video_watc
hed_duration:this._video.getPosition(),video_total_duration:this._video.getDuration()}};ih.prototype.shouldNullifyRe
ward=function(){var a,c=null===(a=this._automatedExperimentManager.getExperimentParts(this._campaign,
$a.VIDEO_OVERLAY))||void 0===a?void 0:a.actions;return Number(null===c||void 0===c?void
0:c.cta_ready_delay)>this._skipDuration};ih.prototype.updateContainerForEndScreen=function(){var
a,c,d=null===(c=null===(a=this._automatedExperimentManager)||void 0===a?void
0:a.getExperimentParts(this._campaign,$a.PERFORMANCE_ENDCARD))||void 0===c?void
0 : c . a c t i o n s ; ( n u l l = = = d | | v o i d 0 = = = d ? v o i d
0:d.end_screen_variant)===zl.Overlay?this._adUnit.getContainer().reconfigure(kc.ENDSCREEN_WITH_VIDEOPL
AYER):this._adUnit.getContainer().reconfigure(kc.ENDSCREEN)};
l.inherits(Vg,Ne);Vg.prototype.onEndScreenDownload=function(a){this._storeHandler.onDownload(a)};Vg.prototyp
e.onEndScreenClose=function(){this._adUnit.hide()};l.inherits(Vk,Vg);Vk.prototype.onKeyEvent=function(a){a===k
i.BACK&&this._adUnit.isShowing()&&!this._adUnit.canShowVideo()&&this._adUnit.hide()};Vk.prototype.onEndS
creenDownload=function(a){Vg.prototype.onEndScreenDownload.call(this,a);this._adUnit.sendTrackingEvent(J.CLI
CK);this._adUnit.sendTrackingEvent(J.VIDEO_ENDCARD_CLICK);this.isMraidEndScreen||
this._automatedExperimentManager.endSelectedExperiment(this._adUnit.getCampaign(),this._adUnit.getPlacement()
,$a.PERFORMANCE_ENDCARD,zd.POSITIVE);this._endScreen instanceof
Pb&&this._showRecommendationScreen&&this.recommendationScreenTriggerEvent===Gl.Click&&this._endScree
n.onShowRecommendationScreen.trigger(!0,!0)};Vk.prototype.onEndScreenClose=function(){Vg.prototype.onEndSc
reenClose.call(this);this.isMraidEndScreen||this._automatedExperimentManager.endSelectedExperiment(this._adUnit.
getCampaign(),
this._adUnit.getPlacement(),$a.PERFORMANCE_ENDCARD,zd.NEGATIVE);this._automatedExperimentManager.
endSelectedExperiment(this._adUnit.getCampaign(),this._adUnit.getPlacement(),$a.RECOMMENDATION_SCREE
N,null)};ne.isAvailable=function(){return void 0!==XMLHttpRequest};ne.get=function(a){return new
P r o m i s e ( f u n c t i o n ( c , d ) { v a r e = n e . c r e a t e ( a , f u n c t i o n ( ) { r e t u r n
c(e.responseText)},d);e.open('GET',decodeURIComponent(a));e.send()})};ne.post=function(a,c){return new
Promise(function(d,e){var f=ne.create(a,function(){return d(f.responseText)},
e);f.open('POST',decodeURIComponent(a));f.send(c)})};ne.create=function(a,c,d){var e=new
XMLHttpRequest;e.addEventListener('load',function(){if(200<=e.status&&299>=e.status||0===e.status&&0===a.ind
exOf('file://'))c();else{var f=[];e.getAllResponseHeaders().trim().split(/[\r\n]+/).forEach(function(a){a=a.split(':
');2<=a.length&&f.push([a[0],a[1]])});d(new Kd('Request failed with status code
'+e.status,{},{url:a,headers:f,response:e.responseText,responseCode:e.status}))}});e.addEventListener('error',
function(){d(new Kd('Error ocurred while executing request: status - '+e.status,{},void
0))});e.addEventListener('timeout',function(){d(new Kd('Request timed out',{},void
0))});e.addEventListener('abort',function(){d(new Kd('Request was aborted',{},void 0))});return
e};ne.getDataUrl=function(a){return new Promise(function(c,d){var e=ne.create(a,function(){var a=new
FileReader;a.onload=function(){c(a.result)};a.onerror=function(){d(new Kd('Error occurred while executing request.
Not able to get data url.',
{ } , v o i d
0))};a.readAsDataURL(e.response)},d);e.open('GET',decodeURIComponent(a));e.responseType='blob';e.send()})};va
r i m ; ( i m | | ( i m = { } ) ) . I f r a m e = ' e e s - i f r a m e ' ; v a r
Ij;(function(a){a.Close='close';a.Open='open';a.GetParameters='getParameters';a.Metric='metric'})(Ij||(Ij={}));l.inherit
s(Fd,N);Fd.prototype.render=function(){N.prototype.render.call(this);this.initIframe()};Fd.prototype.show=function()
{function a(){c._container&&(c._container.style.display='block')}var
c=this;N.prototype.show.call(this);n.reportMetricEvent(de.ShowIframe);
this._isIframeReady?(n.reportMetricEvent(de.ShowIframeBeforeTimeout),a()):setTimeout(function(){c._isIframeRea
dy?(n.reportMetricEvent(de.ShowIframeAfterTimeout),a()):(n.reportMetricEvent(de.NotReadyInTime),c.onCloseEve
nt())},1E3);M.getAutoClose()&&setTimeout(function(){n.reportMetricEvent(de.AutoCloseInvoked);c.onCloseEvent(
)},M.getAutoCloseDelay())};Fd.prototype.hide=function(){N.prototype.hide.call(this);this._showGDPRBanner&&!th
is._gdprPopupClicked&&this._handlers.forEach(function(a){return a.onGDPRPopupSkipped()});
this._privacy&&this._privacy.hide();this._container&&(this._container.style.display='none')};Fd.prototype.initIframe
= f u n c t i o n ( ) { t h i s . _ r e a d y T i m e S t o p w a t c h = n e w
Vc;this._readyTimeStopwatch.start();n.reportMetricEvent(de.StartInitIframe);(this._iframe=this._container.querySele
ctor('#iframe-end-screen')).src=this._endScreenUrl};Fd.prototype.onDownloadEvent=function(){var
a = t h i s ; t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( c ) { r e t u r n
c.onEndScreenDownload({clickAttributionUrl:a._campaign.getClickAttributionUrl(),clickAttributionUrlFollowsRedi
rects:a._campaign.getClickAttributionUrlFollowsRedirects(),
bypassAppSheet:a._campaign.getBypassAppSheet(),appStoreId:a._campaign.getAppStoreId(),store:a._campaign.getS
tore(),appDownloadUrl:a._campaign.getAppDownloadUrl()})})};Fd.prototype.route=function(a){if(a.startsWith('sdk:
//'))if('sdk://privacy'===a)this.onPrivacyEvent();else{if('sdk://download'===a)this.onDownloadEvent()}else
n.reportMetricEvent(de.DefaultRouteUsed)};Fd.prototype.onCloseEvent=function(){window.removeEventListener('
message',this._messageListener);this._handlers.forEach(function(a){return a.onEndScreenClose()})};
Fd.prototype.getImage=function(a){function c(a){return'data:image/'+e+';base64,'+a}var
d=a.getOriginalUrl();if(!a.isCached())return n.reportMetricEvent(de.UseOriginalUrl),Promise.resolve(d);var
e = d . s p l i t ( ' . ' ) . p o p ( ) ; i f ( t h i s . _ p l a t f o r m = = = t . A N D R O I D ) r e t u r n
ne.getDataUrl(a.getUrl()).catch(function(){n.reportMetricEvent(de.UnableToGetDataUrl);return d});var
f = a . g e t F i l e I d ( ) ; r e t u r n
f?this._core.Cache.getFileContent(f,'Base64').then(c):ne.getDataUrl(a.getOriginalUrl()).catch(function(){n.reportMetr
icEvent(de.UnableToGetDataUrl);
return d})};Fd.prototype.getParameters=function(){function a(a){return a?c.getImage(a):Promise.resolve(void 0)}var
c = t h i s ; r e t u r n
Promise.all([a(this._campaign.getGameIcon()),a(this._campaign.getLandscape()),a(this._campaign.getPortrait()),a(thi
s._campaign.getSquare())]).then(function(a){var d=l.makeIterator(a);a=d.next().value;var
f=d.next().value,g=d.next().value;d=d.next().value;a||n.reportMetricEvent(de.GameIconImageMissing);d||f&&g||n.rep
ortMetricEvent(de.ImageMissing);return{gameIcon:a,squareImage:d,
landscapeImage:f,portraitImage:g,combination:c._combination,hidePrivacy:c._hidePrivacy,language:c._language,cou
ntry:c._country,showGdpr:c._showGDPRBanner,gameName:c._campaign.getGameName(),rating:c._campaign.getRa
ting(),ratingCount:c._campaign.getRatingCount()}})};Fd.prototype.sendParameters=function(){var
a=this;this._endScreenParameters.then(function(c){a._iframe.contentWindow&&a._iframe.contentWindow.postMess
age({target:im.Iframe,type:'parameters',parameters:JSON.stringify(c)},'*')})};Fd.prototype.onPrivacyClose=
function(){this._privacy&&this._privacy.hide()};Fd.prototype.onPrivacyEvent=function(){this._showGDPRBanner&
&(this._gdprPopupClicked=!0);this._privacy.show()};Ii.parseFromString=function(a,c){return/^\s*text\/html\s*(?:;|$)
/i.test(c)?(c=document.implementation.createHTMLDocument(''),-
1<a.toLowerCase().indexOf('<!doctype')?c.documentElement.innerHTML=a:c.body.innerHTML=a,c):Ii.nativeParse.a
p p l y ( n e w
DOMParser,[a,c])};Ii.nativeParse=DOMParser.prototype.parseFromString;hm.prototype.sendViewableEvent=
function(a){this.postMessage('viewable',a)};hm.prototype.sendResizeEvent=function(a,c){this.postMessage('resize',{
width:a,height:c})};l.inherits(Hj,hm);Hj.prototype.start=function(){var
a = t h i s ; t h i s . _ m e s s a g e L i s t e n e r = f u n c t i o n ( c ) { r e t u r n
a.onMessageEvent(c)};window.addEventListener('message',this._messageListener)};Hj.prototype.onMessageEvent=f
unction(a){switch(a.data.type){case 'ready':this._handler.onReady();break;case
'close':this._handler.onClose();break;case 'open':this._handler.onOpen(a.data.url);
b r e a k ; c a s e ' l o a d e d ' : t h i s . _ h a n d l e r . o n L o a d e d ( ) ; b r e a k ; c a s e
'internalError':this._handler.onInternalError(a.data.error.message);break;default:n.reportMetricEventWithTags($b.Unk
nownMRAIDEvent,{event:a.data.type})}};Hj.prototype.postMessage=function(a,c){this._iframe.contentWindow&&t
his._iframe.contentWindow.postMessage({type:a,value:c},'*')};Hj.prototype.stop=function(){window.removeEventLi
stener('message',this._messageListener)};l.inherits(qc,Fd);qc.prototype.initIframe=function(){var a=this,c=new Vc;
c.start();this._iframe=this._container.querySelector('#iframe-end-screen');this._mraidEventBridge=new
Hj(this,this._core,this._iframe);this._closeRegion=this._container.querySelector('.close-
region');this._gdprBanner=this._container.querySelector('.gdpr-pop-
up');this._privacyButton=this._container.querySelector('.icon-
gdpr');this._iframe.onload=function(){a._isIframeReady=!0;c.stopAndSend($b.IframeInitialize,{})};var
d=this.getScreenDimensions();d=xf.replaceMacro("\x3c!-- DO NOT PUT A DOCTYPE HERE! iOS will go crazy --
\x3e<html lang=\"en\"><head><title>Unity Ads MRAID WebView</title><meta charset=\"utf-8\"><meta
name=\"viewport\" content=\"width=device-width,height=device-height,initial-scale=1,minimum-scale=1,maximum-
scale=1,user-scalable=no\"><meta name=\"apple-mobile-web-app-capable\" content=\"yes\"><meta name=\"apple-
mobile-web-app-status-bar-style\" content=\"black-translucent\"><meta name=\"format-detection\"
content=\"telephone=no\"><script>(function() {\n var MRAID = function() {\n var state = 'loading';\n\n
var listeners = {\n ready: [],\n error: [],\n stateChange: [],\n
viewableChange: [],\n sizeChange: [],\n };\n\n var viewable = false;\n\n var trigger
= function(event, parameters) {\n if(!parameters) {\n parameters = [];\n }\n
if(event in listeners) {\n for (var len = listeners[event].length, i = len - 1; i >= 0; i--) {\n
var listener = listeners[event][i];\n try {\n listener.apply(window, parameters);\n
} catch (e) {\n window.parent.postMessage({\n type:
'internalError',\n error: {\n message: e.message\n }\n
}, '*');\n }\n }\n }\n };\n\n var width =
window.innerWidth;\n var height = window.innerHeight;\n\n var maxWidth = {{ MAX_WIDTH
}};\n var maxHeight = {{ MAX_HEIGHT }};\n\n var setState = function(newState) {\n
state = newState;\n trigger('stateChange', [newState]);\n };\n\n
window.addEventListener('message', function(event) {\n switch(event.data.type) {\n case
'viewable':\n viewable = event.data.value;\n trigger('viewableChange', [viewable]);\n
break;\n\n case 'resize':\n width = maxWidth = event.data.value.width;\n
height = maxHeight = event.data.value.height;\n trigger('sizeChange', [width, height]);\n
break;\n\n default:\n break;\n }\n }, false);\n\n
window.addEventListener('resize', function(e) {\n width = maxWidth = window.innerWidth;\n
height = maxHeight = window.innerHeight;\n trigger('sizeChange', [width, height]);\n });\n\n
window.addEventListener('DOMContentLoaded', function() {\n window.parent.postMessage({\n
type: 'loaded'\n }, '*');\n setState('default');\n trigger('ready');\n }, false);\n\n
this.addEventListener = function(event, listener) {\n if(event in listeners) {\n
listeners[event].push(listener);\n }\n };\n\n this.createCalendarEvent = function() {\n
trigger('error', ['not implemented', 'createCalendarEvent']);\n };\n\n this.close = function() {\n
setState('hidden');\n window.parent.postMessage({\n type: 'close'\n }, '*');\n
};\n\n this.expand = function() {\n trigger('error', ['not implemented', 'expand']);\n };\n\n
this.getCurrentPosition = this.getDefaultPosition = function() {\n return {\n x: 0,\n
y: 0,\n width: width,\n height: height\n };\n };\n\n
this.getExpandProperties = function() {\n trigger('error', ['not implemented', 'getExpandProperties']);\n
};\n\n this.getMaxSize = this.getScreenSize = function() {\n return {\n width:
maxWidth,\n height: maxHeight,\n };\n };\n\n this.getPlacementType =
function() {\n return 'interstitial';\n };\n\n this.getResizeProperties = function() {\n
trigger('error', ['not implemented', 'getResizeProperties']);\n };\n\n this.setOrientationProperties =
function() {\n trigger('error', ['not implemented', 'setOrientationProperties']);\n }\n\n
this.getOrientationProperties = function() {\n trigger('error', ['not implemented',
'getOrientationProperties']);\n }\n\n this.getState = function() {\n return state;\n
};\n\n this.getVersion = function() {\n return '2.0';\n };\n\n this.isViewable =
function() {\n return viewable;\n };\n\n this.getCreativeURL = function() {\n
return '{{ CREATIVE_URL }}';\n };\n\n this.open = function(url) {\n
window.parent.postMessage({\n type: 'open',\n url: url\n }, '*');\n };\n\n
this.playVideo = function() {\n trigger('error', ['not implemented', 'playVideo']);\n };\n\n
this.removeEventListener = function(event, listener) {\n if(event in listeners) {\n var index =
listeners[event].indexOf(listener);\n if(index !== -1) {\n listeners[event].splice(index,
1);\n }\n }\n };\n\n this.resize = function() {\n trigger('error', ['not
implemented', 'resize']);\n };\n\n this.setExpandProperties = function() {\n trigger('error',
['not implemented', 'setExpandProperties']);\n };\n\n this.setResizeProperties = function() {\n
trigger('error', ['not implemented', 'setResizeProperties']);\n };\n\n this.storePicture = function() {\n
trigger('error', ['not implemented', 'storePicture']);\n };\n\n this.useCustomClose = function()
{\n trigger('error', ['not implemented', 'useCustomClose']);\n };\n\n this.supports =
function() {\n return false;\n };\n\n function getElementId(element) {\n return
element && element.dataset && element.dataset.elementId;\n }\n\n
window.addEventListener('touchstart', function (event) {\n var target = event.touches[0].target;\n\n
var id = getElementId(target);\n var parent = target.parentElement;\n\n while (!id && parent)
{\n var elementId = getElementId(parent);\n if (elementId) {\n id =
elementId;\n } else {\n parent = parent.parentElement;\n }\n }\n\n
if (!id) {\n id = 'playable';\n }\n\n var data = {\n id: id,\n
operativeId: id,\n className: target.className\n };\n\n
window.parent.postMessage({\n type: 'SdkClickDetailsManager.click',\n clickDetails:
data\n }, '*');\n });\n };\n window.mraid = new MRAID();\n
})();\x3c/script></head><body></body></html>",
{'{{ CREATIVE_URL }}':this._endScreenUrl,'{{ MAX_WIDTH }}':d.width.toString(),'{{ MAX_HEIGHT
}}':d.height.toString()});this.createMRAID(d).then(function(c){a._iframe.srcdoc=c}).catch(function(){c.stopAndSend
($b.MRAIDFailed,{rsn:'create_failed'})});this._iframe.classList.add('adjust-for-safe-
area')};qc.prototype.createMRAID=function(a){var c=this,d=new Vc,e=new Vc;e.start();return
t h i s . f e t c h M R A I D ( ) . t h e n ( f u n c t i o n ( f ) { i f ( f ) r e t u r n
e.stopAndSend($b.FetchMRAID,{}),d.start(),f=f.replace(/\$/g,'$$$'),f=c.replaceMraidSources(f),
a.replace('<body></body>','<body>'+f+'</body>');e.stopAndSend($b.MRAIDFailed,{rsn:'null_mraid'});throw new
O b ( ' U nable to f etch MR AID' );}).then(f u n ct i o n (a){ d . s t o p An d S en d ($ b . C reat eM R AID, { } ) ; r e t u r n
a } ) } ; q c . p r o t o t y p e . f e t c h M R A I D = f u n c t i o n ( ) { v a r
a=this._campaign.getEndScreen();if(this._platform===t.ANDROID)return ne.get(a.getUrl());var
c=a.getFileId();return c?this._core.Cache.getFileContent(c,'UTF-
8'):ne.get(a.getOriginalUrl())};qc.prototype.prepareProgressCircle=function(){var a=this;this._showCloseButton?
(this._closeButtonProgressWrapperElement=this._closeRegion.querySelector('.progress-
wrapper'),this._closeButtonCircleBase=this._closeRegion.querySelector('.circle-
base'),this._closeButtonLeftCircleElement=this._closeRegion.querySelector('.circle-
left'),this._closeButtonRightCircleElement=this._closeRegion.querySelector('.circle-
right'),0<this._closeButtonDelay?this._updateInterval=window.setInterval(function(){0<a._closeButtonDelayRemaini
ng&&(a._closeButtonDelayRemaining--,a.updateProgressCircle(1-
a._closeButtonDelayRemaining/a._closeButtonDelay));0>=a._closeButtonDelayRemaining&&(a._closeRegion.style.
opacity='1',a._canClose=!0,a.updateProgressCircle(1),clearInterval(a._updateInterval))},1E3):(this._canClose=!0,this.
_closeRegion.style.opacity='1',this._closeButtonCircleBase.style.visibility='hidden',this._closeButtonProgressWrappe
rElement.style.visibility='hidden')):this._closeRegion.style.visibility='hidden'};qc.prototype.updateProgressCircle=fun
ction(a){this._closeButtonLeftCircleElement.style.webkitTransform=
'rotate('+360*a+'deg)';.5<=a&&(this._closeButtonProgressWrapperElement.style.webkitAnimationName='close-
progress-wrapper',this._closeButtonRightCircleElement.style.webkitAnimationName='right-
spin')};qc.prototype.show=function(){n.reportMetricEvent($b.Show);this.prepareProgressCircle();this.choosePrivacy
Shown();this._container&&this._isLoaded?(this._container.style.visibility='visible',this._container.style.display='bloc
k',this._mraidEventBridge.sendResizeEvent(this._iframe.offsetWidth,this._iframe.offsetHeight),
this._mraidEventBridge.sendViewableEvent(!0)):(n.reportMetricEvent($b.ShowNotReady),this.onCloseEvent())};qc.
prototype.hide=function(){n.reportMetricEvent($b.Hide);this._container&&(this._container.style.visibility='hidden',th
is._container.style.display='none');this._showGDPRBanner&&!this._gdprPopupClicked&&this._handlers.forEach(fu
n c t i o n ( a ) { r e t u r n
a.onGDPRPopupSkipped()});this._privacy&&this._privacy.hide();this._mraidEventBridge.sendViewableEvent(!1);thi
s._updateInterval&&(clearInterval(this._updateInterval),
t h i s . _ u p d a t e I n t e r v a l = v o i d
0)};qc.prototype.closeAd=function(){this._canClose&&(n.reportMetricEvent($b.Close),this.onCloseEvent())};qc.prot
otype.onCloseEvent=function(){this._handlers.forEach(function(a){return
a.onEndScreenClose()});this._mraidEventBridge.stop()};qc.prototype.choosePrivacyShown=function(){this._showG
DPRBanner&&!this._gdprPopupClicked?(this._gdprBanner.style.visibility='visible',this._privacyButton.style.pointer
Events='1',this._privacyButton.style.visibility='hidden',n.reportMetricEventWithTags($b.GDPR,
{type:'shown'})):(this._privacyButton.style.visibility='visible',this._gdprBanner.style.pointerEvents='1',this._gdprBan
ner.style.visibility='hidden',n.reportMetricEventWithTags($b.GDPR,{type:'hidden'}));this._hidePrivacy&&(this._priv
acyButton.style.pointerEvents='1',this._privacyButton.style.visibility='hidden',n.reportMetricEventWithTags($b.GDP
R,{type:'hidden_china'}))};qc.prototype.onGDPRPopupEvent=function(a){a.preventDefault();this._gdprPopupClicke
d=!0;this._privacy.show();n.reportMetricEventWithTags($b.GDPR,
{type:'popup'})};qc.prototype.onPrivacyEvent=function(){n.reportMetricEventWithTags($b.GDPR,{type:'privacy'});
Fd.prototype.onPrivacyEvent.call(this)};qc.prototype.replaceMraidSources=function(a){var
c=this._platform===t.IOS?Ii.parseFromString(a,'text/html'):(new
D O M P a r s e r ) . p a r s e F r o m S t r i n g ( a , ' t e x t / h t m l ' ) ; i f ( ! c ) r e t u r n
n.reportMetricEventWithTags($b.MRAIDWarning,{rsn:'dom_null'}),a;(a=c.documentElement.querySelector('script[s
rc^="mraid.js"]'))&&a.parentNode&&a.parentNode.removeChild(a);return c.documentElement.outerHTML};
qc.prototype.onReady=function(){n.reportMetricEvent($b.MRAIDEventBridgeReady)};qc.prototype.onClose=functi
on(){this.closeAd()};qc.prototype.onLoaded=function(){this._isLoaded=!0;n.reportMetricEvent($b.MRAIDEventBri
dgeLoaded)};qc.prototype.onOpen=function(){n.reportMetricEvent($b.Click);this.onDownloadEvent()};qc.prototype.
onInternalError=function(){n.reportMetricEvent($b.InternalError)};qc.prototype.getScreenDimensions=function(){va
r a=screen.width,c=screen.height;if(this._platform!==t.IOS)return{width:a,
height:c};document.body.classList.contains('ios-landscape-left')||document.body.classList.contains('ios-landscape-
right')?screen.height>screen.width&&(a=screen.height,c=screen.width):(document.body.classList.contains('ios-
portrait')||document.body.classList.contains('ios-portrait-upside-
down'))&&screen.width>screen.height&&(a=screen.height,c=screen.width);return{width:a,height:c}};l.inherits(Gj,K
b ) ; G j . p r o t o t y p e . c r e a t e P a r a m e t e r s = f u n c t i o n ( a ) { v a r
c,d,e,f=this.createVideoScreen(a,a.privacy),g=Object.assign(Object.assign({},
this.createEndScreenParameters(a.privacy,a.campaign.getGameName(),a)),{campaignId:a.campaign.id,osVersion:a.d
eviceInfo.getOsVersion()}),k=null===(c=this._automatedExperimentManager.getExperimentParts(a.campaign,$a.PE
R F O R M A N C E _ E N D C A R D ) ) | | v o i d 0 = = = c ? v o i d
0:c.actions;c=null===(d=this._automatedExperimentManager.getExperimentParts(a.campaign,$a.RECOMMENDATI
O N _ S C R E E N ) ) | | v o i d 0 = = = d ? v o i d
0:d.actions;d=null===(e=this._automatedExperimentManager.getExperimentParts(this._campaign,$a.PERFORMAN
CE_ENDCARD))||
v o i d 0 = = = e ? v o i d
0:e.extras;e=this.getVideo(a.campaign,a.forceOrientation);g=this.createEndscreen(g,a.campaign,a.coreConfig.getCou
n t r y ( ) , k , c , d ) ; r e t u r n
Object.assign(Object.assign({},a),{video:e,videoScreen:f,endScreen:g,automatedExperimentManager:this._automated
ExperimentManager})};Gj.prototype.createEndscreen=function(a,c,d,e,f,g){return'mraid'===c.getEndScreenType()?n
ew qc(a,c,d):new Pb(c,a,e,d,f,g)};Gj.prototype.createVideoScreenAdapter=function(a,c,d,e,f){return new
(Function.prototype.bind.apply(ra,
[null].concat(l.arrayFromIterable([a,c,d,e]),[f])))};Gj.prototype.createVideoScreen=function(a,c){var
d,e=a.placement.skipEndCardOnClose()||!1;a.adsConfig.getHidePrivacy()&&(e=!1);var
f=ha.getVideoScreenCategory(a.campaign);f=null===(d=this._automatedExperimentManager.getExperimentParts(a.c
a m p a i g n , f ) ) | | v o i d 0 = = = d ? v o i d
0:d.actions;d=this.showGDPRBanner(a)&&e;c=this.createVideoScreenAdapter(a,c,d,e,f);a.placement.disableVideoCo
ntrolsFade()&&c.setFadeEnabled(!1);return c};l.inherits(hd,Rd);hd.prototype.canCreateAdUnit=
f u n c t i o n ( a ) { r e t u r n
a===hd.ContentType||a===hd.ContentTypeVideo||a===hd.ContentTypeMRAID};hd.prototype.createAdUnit=functio
n(a,c){var d,e,f=a.platform===t.IOS;c=f&&c?new Qh(a):c?new md(a):f?new Xe(a):new
ac(a);f=Qi({platform:a.platform,core:a.core,ads:a.ads,store:a.store,thirdPartyEventManager:a.thirdPartyEventManager
,operativeEventManager:a.operativeEventManager,deviceInfo:a.deviceInfo,clientInfo:a.clientInfo,placement:a.placem
ent,adUnit:c,campaign:a.campaign,coreConfig:a.coreConfig});var g=ha.getVideoScreenCategory(a.campaign),
k=null===(e=null===(d=this.automatedExperimentManager)||void 0===d?void
0:d.getExperimentParts(a.campaign,$a.RECOMMENDATION_SCREEN))||void 0===e?void
0:e.actions;d=(null===k||void 0===k?void 0:k.game_rec)===jm.Show;e=new ih(c,a,f,g,d,null===k||void 0===k?void
0:k.trigger);k=new Vk(c,a,f,d,null===k||void 0===k?void 0:k.trigger);var h;d&&(h=new
lh(c,f,this.automatedExperimentManager));this.initializeHandlers(a,c,e,k,h);return
c};hd.prototype.initializeHandlers=function(a,c,d,e,f){a.videoScreen.addEventHandler(d);
a.endScreen.addEventHandler(e);f&&a.endScreen.addEventHandler(f);f=this.getVideoEventHandlerParams(c,a.video
,a,this.automatedExperimentManager);f.experimentCategory=ha.getVideoScreenCategory(a.campaign);this.prepareVi
d e o P l a y e r ( b l , f ) ; i f ( a . p l a t f o r m = = = t . A N D R O I D ) { v a r
g=a.ads.Android.AdUnit.onKeyDown.subscribe(function(c){e.onKeyEvent(c);if(Yb('closeReplaceSkip')){var
f=a.placement.skipEndCardOnClose();d.onKeyEvent(c,f)}});c.onClose.subscribe(function(){g&&a.ads.Android.AdU
nit.onKeyDown.unsubscribe(g)})}};
hd.ContentType='comet/campaign';hd.ContentTypeVideo='comet/video';hd.ContentTypeMRAID='comet/mraid-
url';l.inherits(zc,Ac);zc.prototype.setCurrentAdUnit=function(a,c){var d=this;this._shouldRefresh=!0;var
e=c.getCurrentCampaign();e&&(this._lastShownCampaignId=e.getUniqueId());Xj.once(a.onStartProcessed,function()
{setTimeout(function(){a.isCached()&&d.attemptStartRefresh(c.id)},5E3)});Xj.once(a.onClose,function(){d.attemptS
tartRefresh(c.id)});Xj.once(a.onFinish,function(){d.attemptStartRefresh(c.id)});
Ac.prototype.setCurrentAdUnit.call(this,a,c)};zc.prototype.refresh=function(){return
this.invalidateExpiredCampaigns()};zc.prototype.initialize=function(){return
this._adRequestLoadManager.requestPreload()};zc.prototype.loadPlacement=function(a){var
c=this,d=a.placementId;this._adRequestLoadManager.isPreloadDataExpired()&&this.invalidateActivePlacements();re
t u r n
this._adRequestLoadManager.hasPreloadFailed()?this._adRequestLoadManager.requestPreload().then(function(){Ac.
prototype.loadPlacement.call(c,
a)}).catch(function(){c.setPlacementState(d,D.WAITING);c.setPlacementState(d,D.NO_FILL);c.storeLoadOptions(a)
;c.sendAdFailedToLoadWithNoFill(d)}):Ac.prototype.loadPlacement.call(this,a)};zc.prototype.invalidateExpiredCam
paigns=function(){if(this._adRequestLoadManager.isPreloadDataExpired())return
t h i s . i n v a l i d a t e A c t i v e P l a c e m e n t s ( ) ; f o r ( v a r
a=l.makeIterator(this._adsConfig.getPlacementIds()),c=a.next();!c.done;c=a.next())if((c=this._adsConfig.getPlacemen
t(c.value))&&c.getState()===D.READY){var d=c.getCurrentCampaign();
d&&d.isExpired()&&(this._adRequestLoadManager.reportMetricEvent(Ya.RefreshManagerCampaignExpired),c.set
CurrentCampaign(void 0),this.setPlacementState(c.id,D.NOT_AVAILABLE))}return
Promise.resolve()};zc.prototype.attemptStartRefresh=function(a){this._shouldRefresh&&(this._shouldRefresh=!1,this
.invalidateActivePlacements(a))};zc.prototype.invalidateActivePlacements=function(a){for(var
c=[],d=l.makeIterator(this.getPlacementsToInvalidate()),e=d.next();!e.done;e=d.next())e=e.value,a&&a===e||this.hea
derBiddingPlacements.includes(e)||
(e=this._adsConfig.getPlacement(e))&&this.isPlacementActive(e)&&(e.setInvalidationPending(!0),c.push(e.id));retur
n
this._adRequestLoadManager.requestReload(c.concat(this.headerBiddingPlacements))};zc.prototype.getPlacementsT
oInvalidate=function(){return this._adsConfig.getPlacementIds()};zc.prototype.isPlacementActive=function(a){return
a.getState()===D.READY||a.getState()===D.WAITING};zc.prototype.onCampaign=function(a,c,d){if(this.headerBid
dingPlacements.includes(a))this.onReloadedHeaderBiddingCampaign.trigger(a,
c , d ) ; e l s e
if(a=this._adsConfig.getPlacement(a))a.setCurrentCampaign(c),a.setCurrentTrackingUrls(d),a.setInvalidationPending(
!1)};zc.prototype.onNoFill=function(a){if(this.headerBiddingPlacements.includes(a))this.onReloadHeaderBiddingNo
Fill.trigger(a);else{var c=this._adsConfig.getPlacement(a);if(c){c.setInvalidationPending(!1);var
d=!1,e=c.getCurrentCampaign();if(e){switch(e.getContentType()){case hd.ContentType:case
h d . C o n t e n t T y p e M R A I D : c a s e h d . C o n t e n t T y p e V i d e o : v a r
f = ! 0 ; b r e a k ; d e f a u l t : f = ! 1 } ! f & & t h i s . _ l a s t S h o w n C a m p a i g n I d & &
e.getUniqueId()===this._lastShownCampaignId?(this._adRequestLoadManager.reportMetricEvent(Ya.RefreshManag
erForcedToInvalidate),d=!0):e.reuseAfterInvalidation()}d&&(this._adRequestLoadManager.reportMetricEvent(Ya.Re
freshManagerCampaignFailedToInvalidate),c.setFillInvalidated(),c.setCurrentCampaign(void
0 ) , c . s e t C u r r e n t T r a c k i n g U r l s ( v o i d
0),this.setPlacementState(a,D.NO_FILL))}}};l.global.Object.defineProperties(zc.prototype,{headerBiddingPlacement
s:{configurable:!0,enumerable:!0,get:function(){return tt()}}});
l.inherits(Sd,zc);Sd.prototype.loadPlacement=function(a){var
c,d=this._adsConfig.getPlacement(a.placementId),e=null===(c=ab.getState().config)||void 0===c?void
0 : c . a b G r o u p ; i f ( ! d . h a s A d U n i t I d ( ) ) r e t u r n
Fj(ei.FullScreenRequest,e),zc.prototype.loadPlacement.call(this,a);c=d.getAdUnitId();if(!this.shouldLoadPlacementFo
r A d U n i t ( c , a ) ) r e t u r n
Fj(ei.BlockedFullScreenRequest,e),Promise.resolve();this._queuedAdUnitRequest[c]=[];Fj(ei.FullScreenRequest,e);re
turn zc.prototype.loadPlacement.call(this,a)};Sd.prototype.setCurrentAdUnit=
function(a,c){this.setCurrentShowingCampaignId(c);c.hasAdUnitId()&&this.invalidatePlacementsForAdUnit(c.getAd
UnitId());zc.prototype.setCurrentAdUnit.call(this,a,c)};Sd.prototype.shouldLoadPlacementForAdUnit=function(a,c){
var d=c.placementId;if(this._surfacePlacements.includes(d))return!0;if(this.hasAdUnitFilled(a))return
this.triggerLoadEvent(c),!1;if(a in this._queuedAdUnitRequest)return
this._queuedAdUnitRequest[a].push(c),!1;this._surfacePlacements.push(d);return!0};Sd.prototype.onAdditionalPlace
mentsCached=
function(a,c){var d=this;Object.entries(a).forEach(function(c){c=l.makeIterator(c);var
e=c.next().value;c.next().value&&d.setPlacementReady(d._adsConfig.getPlacement(e),a[e])});this.loadQueuedPlace
ments(c)};Sd.prototype.loadQueuedPlacements=function(a){var c=this;a in
this._queuedAdUnitRequest&&(this._queuedAdUnitRequest[a].forEach(function(a){c.triggerLoadEvent(a)}),delete
this._queuedAdUnitRequest[a])};Sd.prototype.triggerLoadEvent=function(a){var
c=this._adsConfig.getPlacement(a.placementId);c.getState()===
D.READY?(this._loadAndFillEventManager.sendFillTrackingEvents(a.placementId,c.getCurrentCampaign()),this._a
ds.LoadApi.sendAdLoaded(a)):(this.setPlacementState(a.placementId,D.NO_FILL),this._ads.LoadApi.sendNoFillErr
or(a))};Sd.prototype.hasAdUnitFilled=function(a){var c=this;return
this._adsConfig.getPlacementsForAdunit(a).some(function(a){return
c._adsConfig.getPlacement(a).getState()===D.READY})};Sd.prototype.getPlacementsToInvalidate=function(){if(thi
s._adRequestLoadManager.isPreloadDataExpired())return zc.prototype.getPlacementsToInvalidate.call(this);
var a=this._currentShowingCampaignId;this.resetCurrentShowingCampaignId();return
Object.values(this._adsConfig.getPlacements()).reduce(function(c,d){var
e;return(null===(e=d.getCurrentCampaign())||void 0===e?void
0:e.id)===a?[].concat(l.arrayFromIterable(c),[d.id]):c},[])};Sd.prototype.invalidatePlacementsForAdUnit=function(a)
{ v a r
c=this;this._adsConfig.getPlacementsForAdunit(a).forEach(function(a){a=c._adsConfig.getPlacement(a);c.resetPlace
ment(a)})};Sd.prototype.resetPlacement=function(a){a.setCurrentCampaign(void 0);
a . s e t C u r r e n t T r a c k i n g U r l s ( v o i d
0);a.setFillInvalidated();this.setPlacementState(a.id,D.NOT_AVAILABLE)};Sd.prototype.setPlacementReady=functi
on(a,c){a.setCurrentCampaign(c.campaign);a.setCurrentTrackingUrls(c.trackingUrls);a.setState(D.READY)};Sd.prot
otype.setCurrentShowingCampaignId=function(a){if(a=a.getCurrentCampaign())switch(a.getContentType()){case
h d . C o n t e n t T y p e : c a s e h d . C o n t e n t T y p e M R A I D : c a s e
hd.ContentTypeVideo:this._currentShowingCampaignId=a.id}};Sd.prototype.resetCurrentShowingCampaignId=
function(){this._currentShowingCampaignId=''};Of.prototype.addCampaignPlacementIds=function(a,c){this._placem
entCampaignMap[a]=c};Of.prototype.getPlacementCampaignMap=function(a){var
c=this,d={};Object.keys(this._placementCampaignMap).forEach(function(e){c._placementCampaignMap[e].getAdTy
p e ( ) = = = a & & ( d [ e ] = c . _ p l a c e m e n t C a m p a i g n M a p [ e ] ) } ) ; r e t u r n
d};Of.prototype.clear=function(){this._placementCampaignMap={}};Of.prototype.setPlacementState=function(a,c){v
ar d=this._configuration.getPlacement(a),e=d.getState();
d&&(d.setState(c),this.sendPlacementStateChange(a,e,c))};Of.prototype.setAllPlacementStates=function(a){for(var
c=l.makeIterator(this._configuration.getPlacementIds()),d=c.next();!d.done;d=c.next())this.setPlacementState(d.value,
a ) } ; O f . p r o t o t y p e . s e t P l a c e m e n t R e a d y = f u n c t i o n ( a , c ) { v a r
d=this._configuration.getPlacement(a);d&&(this.setPlacementState(a,D.READY),d.setCurrentCampaign(c))};Of.prot
otype.setCampaign=function(a,c){(a=this._configuration.getPlacement(a))&&a.setCurrentCampaign(c)};Of.prototype
.getCampaign=
f u n c t i o n ( a ) { i f ( a = t h i s . _ c o n f i g u r a t i o n . g e t P l a c e m e n t ( a ) ) r e t u r n
a.getCurrentCampaign()};Of.prototype.clearCampaigns=function(){for(var
a=l.makeIterator(this._configuration.getPlacementIds()),c=a.next();!c.done;c=a.next())this._configuration.getPlaceme
n t ( c . v a l u e ) . s e t C u r r e n t C a m p a i g n ( v o i d
0)};Of.prototype.sendPlacementStateChange=function(a,c,d){c!==d&&(this._ads.Placement.setPlacementState(a,d),t
his._ads.Listener.sendPlacementStateChangedEvent(a,D[c],D[d]),d===D.READY&&(this._ads.Listener.sendReadyE
vent(a),
z.setReadyEventTimestamp(a),z.sendReadyEvent(a)))};dg.prototype.create=function(a){this.startNewSession(a);retur
n new Gc(a)};dg.prototype.startNewSession=function(a){a=zg.getSessionStorageTimestampKey(a);var
c = D a t e . n o w ( ) , d = n e w
Zh(B.PRIVATE);d.set(a,c);this._storageBridge.queue(d)};dg.prototype.sendUnsentSessions=function(){var
a=this;return this.getUnsentSessions().then(function(c){c=c.map(function(c){return
a.isSessionOutdated(c).then(function(d){return d?a.deleteSession(c):a.sendUnsentEvents(c)})});
r e t u r n
Promise.all(c).catch()})};dg.prototype.setGameSessionId=function(a){this._gameSessionId=a};dg.prototype.getGame
SessionId=function(){return this._gameSessionId};dg.prototype.deleteSession=function(a){var c=new
Zh(B.PRIVATE);c.delete(zg.getSessionStorageKey(a));this._storageBridge.queue(c);return
Promise.resolve([])};dg.prototype.getUnsentSessions=function(){return
this._core.Storage.getKeys(B.PRIVATE,'session',!1)};dg.prototype.isSessionOutdated=function(a){return
this._core.Storage.get(B.PRIVATE,
zg.getSessionStorageTimestampKey(a)).then(function(a){var c=(new Date).getTime()-6048E5,e=(new
Date).getTime();return!(a>c&&a<e)}).catch(function(){return!0})};dg.prototype.sendUnsentEvents=function(a){var
c=[],d=new xe(this._core,a),e=new Wi(this._core,a);a=new
Xi(this._core,a);c.push(d.sendFailedEvents(this._request,this._storageBridge),e.sendFailedEvents(this._request,this._s
torageBridge),a.sendFailedEvents(this._request,this._storageBridge));return
Promise.all(c)};Xp.prototype.create=function(a){return new Ve(this._core,
this._requestManager,a,this._storageBridge)};l.inherits(Nf,R);Nf.prototype.getPlacementId=function(){return
this.get('placementId')};Nf.prototype.getListenerId=function(){return
this.get('listenerId')};Nf.prototype.getTime=function(){return
this.get('time')};Nf.prototype.getDTO=function(){return{placementId:this.getPlacementId(),listenerId:this.getListener
Id(),time:this.getTime()}};l.inherits(gm,Nf);gm.prototype.getOptions=function(){return
this.get('options')};gm.prototype.getDTO=function(){return Object.assign(Object.assign({},
Nf.prototype.getDTO.call(this)),{options:this.getOptions()})};l.inherits(fm,Nf);fm.prototype.getOptions=function(){r
eturn this.get('options')};fm.prototype.getDTO=function(){return
Object.assign(Object.assign({},Nf.prototype.getDTO.call(this)),{options:this.getOptions()})};l.inherits(Dn,y);Dn.prot
o t y p e . s e t S h o w T i m e o u t = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setShowTimeout',[a])};var
mc;(function(a){a[a.ON_START=0]='ON_START';a[a.ON_CREATE=1]='ON_CREATE';a[a.ON_RESUME=2]=
'ON_RESUME';a[a.ON_DESTROY=3]='ON_DESTROY';a[a.ON_PAUSE=4]='ON_PAUSE';a[a.KEY_DOWN=5]='
KEY_DOWN';a[a.ON_RESTORE=6]='ON_RESTORE';a[a.ON_STOP=7]='ON_STOP';a[a.ON_FOCUS_GAINED=
8]='ON_FOCUS_GAINED';a[a.ON_FOCUS_LOST=9]='ON_FOCUS_LOST'})(mc||(mc={}));var
Tr;(function(a){a[a.ADUNIT_NULL=0]='ADUNIT_NULL';a[a.ACTIVITY_ID=1]='ACTIVITY_ID';a[a.GENERIC=
2]='GENERIC';a[a.ORIENTATION=3]='ORIENTATION';a[a.SCREENVISIBILITY=4]='SCREENVISIBILITY';a[a
.CORRUPTED_VIEWLIST=5]='CORRUPTED_VIEWLIST';a[a.CORRUPTED_KEYEVENTLIST=
6]='CORRUPTED_KEYEVENTLIST';a[a.SYSTEM_UI_VISIBILITY=7]='SYSTEM_UI_VISIBILITY';a[a.UNKNO
WN_VIEW=8]='UNKNOWN_VIEW'})(Tr||(Tr={}));l.inherits(vc,y);vc.prototype.open=function(a,c,d,e,f,g,k){e=voi
d 0===e?[]:e;return this._nativeBridge.invoke(this._fullApiClassName,'open',[a,c,d,e,void 0===f?0:f,void
0===g?!0:g,void 0===k?!1:k])};vc.prototype.close=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'close')};vc.prototype.setViews=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,
' s e t V i e w s ' , [ a ] ) } ; v c . p r o t o t y p e . g e t V i e w s = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getViews')};vc.prototype.setOrientation=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'setOrientation',[a])};vc.prototype.getOrientation=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getOrientation')};vc.prototype.setKeepScreenOn=function(a){retu
rn this._nativeBridge.invoke(this._fullApiClassName,'setKeepScreenOn',[a])};vc.prototype.setSystemUiVisibility=
f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setSystemUiVisibility',[a])};vc.prototype.setKeyEventList=functio
n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setKeyEventList',[a])};vc.prototype.setViewFrame=function(a,c,d,
e , f ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setViewFrame',[a,c,d,e,f])};vc.prototype.getViewFrame=function(
a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getViewFrame',[a])};vc.prototype.startMotionEventCapture=
f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'startMotionEventCapture',[a])};vc.prototype.endMotionEventCapt
u r e = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'endMotionEventCapture')};vc.prototype.clearMotionEventCaptur
e = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'clearMotionEventCapture')};vc.prototype.getMotionEventCount=f
u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getMotionEventCount',[a])};vc.prototype.getMotionEventData=
f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getMotionEventData',[a])};vc.prototype.getCurrentMotionEventC
o u n t = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getCurrentMotionEventCount')};vc.prototype.handleEvent=functi
on(a,c){switch(a){case mc[mc.ON_START]:this.onStart.trigger(c[0]);break;case
m c [ m c . O N _ C R E A T E ] : t h i s . o n C r e a t e . t r i g g e r ( c [ 0 ] ) ; b r e a k ; c a s e
m c [ m c . O N _ R E S U M E ] : t h i s . o n R e s u m e . t r i g g e r ( c [ 0 ] ) ; b r e a k ; c a s e
m c [ m c . O N _ D E S T R O Y ] : t h i s . o n D e s t r o y . t r i g g e r ( c [ 0 ] , c [ 1 ] ) ;
break;case mc[mc.ON_PAUSE]:this.onPause.trigger(c[0],c[1]);break;case
mc[mc.KEY_DOWN]:this.onKeyDown.trigger(c[0],c[1],c[2],c[3],c[4]);break;case
mc[mc.ON_RESTORE]:this.onRestore.trigger(c[0]);break;case
m c [ m c . O N _ S T O P ] : t h i s . o n S t o p . t r i g g e r ( c [ 0 ] ) ; b r e a k ; c a s e
mc[mc.ON_FOCUS_GAINED]:this.onFocusGained.trigger(c[0]);break;case
mc[mc.ON_FOCUS_LOST]:this.onFocusLost.trigger(c[0]);break;default:y.prototype.handleEvent.call(this,a,c)}};var
Ig;(function(a){a[a.CODE_19_2=201604E3]='CODE_19_2';a[a.CODE_19_5=203404E3]=
'CODE_19_5';a[a.CODE_19_7=204204E3]='CODE_19_7';a[a.CODE_20_0=210402E3]='CODE_20_0';a[a.PREDIC
TED_CODE_21_0=22E7]='PREDICTED_CODE_21_0'})(Ig||(Ig={}));var
qv=[bd.AndroidBelowApplicable,bd.AndroidAboveApplicable,bd.AndroidVersionUnknown],rv=[{range:[Ig.PREDI
CTED_CODE_21_0],version:bd.AndroidAboveApplicable,metric:I.ScarAndroidVerAboveApplicable},{range:[Ig.C
ODE_20_0,Ig.PREDICTED_CODE_21_0],version:bd.Android2000,metric:I.ScarAndroidVer20},{range:[Ig.CODE_
19_5,Ig.CODE_20_0],version:bd.Android1950,metric:I.ScarAndroidVer195},
{range:[Ig.CODE_19_2,Ig.CODE_19_5],version:bd.Android1920,metric:I.ScarAndroidVer192},{range:[0,Ig.CODE_
19_2],version:bd.AndroidBelowApplicable,metric:I.ScarAndroidVerBelowApplicable}];l.inherits(ke,y);ke.prototype.i
n i t i a l i z e S c a r = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'initializeScar',[])};ke.prototype.isAvailable=function(){return
S ( t h i s , v o i d 0 , v o i d 0 , f u n c t i o n c ( ) { v a r d = t h i s , e ; r e t u r n
l.generator.createGenerator(c,function(c){if(1==c.nextAddress)return c.yield(d.getVersion(),
2 ) ; e = c . y i e l d R e s u l t ; r e t u r n
c.return('0.0.0'!==e&&d.isVersionCompatible(e))})})};ke.prototype.getVersion=function(){return
this.observeVersion()};ke.prototype.callGetVersion=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getVersion',[])};ke.prototype.observeVersion=function(){var
a = t h i s , c = ( n e w
Promise(function(c){a._versionObserver=a.version.subscribe(function(d){a.version.unsubscribe(a._versionObserver);
c(d)})})).catch(function(){return Promise.resolve('0.0.0')});this.callGetVersion();
r e t u r n c } ; k e . p r o t o t y p e . i s I n i t i a l i z e d = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'isInitialized',[])};ke.prototype.setAndReportVersion=function(){th
is._scarAdapterVersionAndMetric?(n.reportScarMetric(I.ScarPresent),this._scarAdapterVersion=this._scarAdapterVe
rsionAndMetric.version,n.reportScarMetric(this._scarAdapterVersionAndMetric.metric)):n.reportScarMetric(I.ScarN
otPresent)};ke.prototype.isVersionCompatible=function(a){a=this.getVersionCode(a);this._scarAdapterVersionAndM
etric=
this.getScarAdapterVersionAndMetric(a);return!qv.includes(this._scarAdapterVersionAndMetric.version)};ke.prototy
pe.getVersionCode=function(a){a=a.split('.')[1];return'Infinity'===a||'-Infinity'===a?-1:Number(a)||-
1};ke.prototype.getScarAdapterVersionAndMetric=function(a){var c=rv.find(function(c){var
d=l.makeIterator(c.range);c=d.next().value;d=d.next().value;return(null==c||a>=c)&&(null==d||a<d)});c=null!==c&&
void 0!==c?c:{version:bd.AndroidVersionUnknown,metric:I.ScarAndroidVerUnknown};return{version:c.version,
metric:c.metric}};ke.prototype.getScarAdapterVersion=function(){return
this._scarAdapterVersion};ke.prototype.handleEvent=function(a,c){switch(a){case
'VERSION':this.version.trigger(c[0]);break;default:y.prototype.handleEvent.call(this,a,c)}};l.inherits(hh,y);hh.prototy
pe.addEventHandler=function(a){this._handlers.push(a);return
a};hh.prototype.removeEventHandler=function(a){this._handlers.length&&(this._handlers='undefined'!==typeof
a?this._handlers.filter(function(c){return c!==a}):[])};var ln;
( f u n c t i o n ( a ) { a [ a . I N F O = 0 ] = ' I N F O ' } ) ( l n | | ( l n = { } ) ) ; v a r
Hf;(function(a){a[a.VIDEOVIEW_NULL=0]='VIDEOVIEW_NULL';a[a.API_LEVEL_ERROR=1]='API_LEVEL_E
RROR';a[a.GENERIC_ERROR=2]='GENERIC_ERROR';a[a.PAUSE_ERROR=3]='PAUSE_ERROR';a[a.PREPARE
_ERROR=4]='PREPARE_ERROR';a[a.SEEKTO_ERROR=5]='SEEKTO_ERROR';a[a.ILLEGAL_STATE=6]='ILL
EGAL_STATE'})(Hf||(Hf={}));l.inherits(Mk,hh);Mk.prototype.setInfoListenerEnabled=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'setInfoListenerEnabled',[a])};Mk.prototype.handleEvent=
function(a,c){switch(a){case ln[ln.INFO]:this._handlers.forEach(function(a){return
a.onInfo(c[0],c[1],c[2])});break;case Hf[Hf.GENERIC_ERROR]:this._handlers.forEach(function(a){return
a.onGenericError(c[0],c[1],c[2])});break;case Hf[Hf.PAUSE_ERROR]:this._handlers.forEach(function(a){return
a.onPauseError(c[0])});break;case Hf[Hf.PREPARE_ERROR]:this._handlers.forEach(function(a){return
a.onPrepareError(c[0])});break;case Hf[Hf.SEEKTO_ERROR]:this._handlers.forEach(function(a){return
a.onSeekToError(c[0])});
break;case Hf[Hf.ILLEGAL_STATE]:this._handlers.forEach(function(a){return
a.onIllegalStateError(c[0],c[1])});break;default:throw Error('VideoPlayer event '+a+' does not have an
observable');}};l.inherits(Oc,y);Oc.prototype.initialize=function(){return
this._apiAdapter.initializeScar()};Oc.prototype.isAvailable=function(){var a=this;return
this._foundAvailability?Promise.resolve(this._available):Promise.resolve(this._apiAdapter.isAvailable()).then(functio
n(c){a._available=c;a._apiAdapter.setAndReportVersion();
a._foundAvailability=!0;return a._available})};Oc.prototype.getSCARSignals=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'getSCARSignals',[a,c])};Oc.prototype.load=function(a,c,d,e,f,g){t
his._adTypeMap[a]=d;n.reportScarMetric(I.ScarLoadAttempt,this._adTypeMap[a]);return[c,e,g].includes(void
0)?(n.reportScarMetric(I.ScarUndefinedFields,d),this.onLoadedError.trigger(a,d,'ERROR: Cannot load ad with
undefined fields'),Promise.resolve()):this._nativeBridge.invoke(this._fullApiClassName,
'load',[a,c,d,e,f,g])};Oc.prototype.show=function(a,c,d){return
this._nativeBridge.invoke(this._fullApiClassName,'show',[a,c?c:'',d])};Oc.prototype.collectSignals=function(a,c){var
d = t h i s , e = ! 1 , f = ( n e w
Promise(function(a){d._signalObserver=d.gmaSignals.subscribe(function(c){e=!0;n.reportScarMetric(I.ScarSignalsC
ollected);d.gmaSignals.unsubscribe(d._signalObserver);c=Yc.parse(c);a(c)});d._signalErrorObserver=d.signalsError.s
ubscribe(function(){e=!0;d.signalsError.unsubscribe(d._signalErrorObserver);
a({})})})).catch(function(){return{}});this.getSCARSignals(a,c);setTimeout(function(){e||d.signalsError.trigger('ERR
OR: SCAR signal collection timed out')},2E3);return f};Oc.prototype.getScarAdapterVersion=function(){return
this._apiAdapter.getScarAdapterVersion()};Oc.prototype.handleEvent=function(a,c){switch(a){case
'INIT_ERROR':n.reportScarMetric(I.ScarInitFailure);break;case
'INIT_SUCCESS':n.reportScarMetric(I.ScarInitSuccess);break;case
'METHOD_ERROR':n.reportScarMetric(I.ScarMethodFailure);
break;case 'SIGNALS':this.gmaSignals.trigger(c[0]);break;case 'INTERNAL_SIGNALS_ERROR':case
'SIGNALS_ERROR':this.reportScarSignalsError(a);this.signalsError.trigger(c[0]);break;case
'AD_LOADED':a=c[0];this.onLoaded.trigger(a,this._adTypeMap[a]);break;case
' I N T E R S T I T I A L _ I M P R E S S I O N _ R E C O R D E D ' : c a s e
'REWARDED_IMPRESSION_RECORDED':n.reportScarMetric(I.ScarAdImpression);break;case
'INTERNAL_LOAD_ERROR':case 'QUERY_NOT_FOUND_ERROR':case 'AD_INFO_ERROR':case
'LOAD_ERROR':var d=c[0],e=c[2];this.reportScarLoadError(a,
c[3],this._adTypeMap[d]);this.onLoadedError.trigger(d,this._adTypeMap[d],e);break;case
'INTERNAL_SHOW_ERROR':case 'NO_AD_ERROR':case 'INTERSTITIAL_SHOW_ERROR':case
'REWARDED_SHOW_ERROR':this.handleShowError(a,c[0],c[2],c[3]);break;case
'AD_STARTED':this.onStart.trigger();break;case 'AD_CLOSED':this.onClose.trigger();break;case
'AD_CLICKED':this.onClick.trigger();break;case 'AD_EARNED_REWARD':this.onRewarded.trigger();break;case
'FIRST_QUARTILE':this.onFirstQuartile.trigger();break;case 'MIDPOINT':this.onMidpoint.trigger();
b r e a k ; c a s e
'AD_SKIPPED':this.onSkip.trigger();break;default:y.prototype.handleEvent.call(this,a,c)}};Oc.prototype.handleShow
Error=function(a,c,d,e){var f=I.ScarShowError;switch(a){case
'INTERNAL_SHOW_ERROR':f=I.ScarInternalShowError;break;case
' N O _ A D _ E R R O R ' : f = I . S c a r N o A d E r r o r ; b r e a k ; c a s e
'INTERSTITIAL_SHOW_ERROR':f=I.ScarInterstitialShowError;break;case
'REWARDED_SHOW_ERROR':f=I.ScarRewardedShowError}e&&this.reportScarShowError(e,this._adTypeMap[c])
;n.reportScarMetric(f,this._adTypeMap[c]);this.onShowError.trigger(c,
d)};Oc.prototype.reportScarLoadError=function(a,c,d){switch(a){case
'INTERNAL_LOAD_ERROR':n.reportScarMetric(I.ScarInternalLoadError,d);break;case
'QUERY_NOT_FOUND_ERROR':n.reportScarMetric(I.ScarQueryNotFound,d);break;case
'AD_INFO_ERROR':n.reportScarMetric(I.ScarAdInfoError,d);break;case
' L O A D _ E R R O R ' : n . r e p o r t S c a r M e t r i c ( I . S c a r L o a d E r r o r , d ) , c & & -
1!==c&&(this._nativeBridge.getPlatform()===t.IOS?this.reportScarLoadErroriOS(c,d):this.reportScarLoadErrorAndr
oid(c,d))}};Oc.prototype.reportScarSignalsError=
f u n c t i o n ( a ) { s w i t c h ( a ) { c a s e
'INTERNAL_SIGNALS_ERROR':n.reportScarMetric(I.ScarInternalSignalsError);break;case
'SIGNALS_ERROR':n.reportScarMetric(I.ScarSignalsError);break;default:n.reportScarMetric(I.ScarSignalsUnknown
Error,void 0,a)}};Oc.prototype.reportScarLoadErroriOS=function(a,c){switch(a){case
0:n.reportScarMetric(I.ScarInvalidRequest,c);break;case 1:n.reportScarMetric(I.ScarNoFill,c);break;case
2:n.reportScarMetric(I.ScarNetworkError,c);break;case 3:n.reportScarMetric(I.ScarServerError,c);
break;case 4:n.reportScarMetric(I.ScarOsVersionTooLow,c);break;case
5 : n . r e p o r t S c a r M e t r i c ( I . S c a r T i m e o u t E r r o r , c ) ; b r e a k ; c a s e
6:n.reportScarMetric(I.ScarInterstitialAlreadyUsed,c);break;case
7:n.reportScarMetric(I.ScarMediationInvalidResponse,c);break;case
8:n.reportScarMetric(I.ScarMediationAdapterError,c);break;case
9 : n . r e p o r t S c a r M e t r i c ( I . S c a r M e d i a t i o n N o F i l l , c ) ; b r e a k ; c a s e
10:n.reportScarMetric(I.ScarMediationInvalidAdSize,c);break;case
11:n.reportScarMetric(I.ScarInternalError,c);break;case 12:n.reportScarMetric(I.ScarInvalidArgument,
c);break;case 13:n.reportScarMetric(I.ScarInvalidResponse,c);break;case
14:n.reportScarMetric(I.ScarRewardedAlreadyUsed,c);break;case
1 9 : n . r e p o r t S c a r M e t r i c ( I . S c a r A d A l r e a d y U s e d , c ) ; b r e a k ; c a s e
20:n.reportScarMetric(I.ScarAppIdMissing,c);break;default:n.reportScarMetric(I.ScarLoadErrorUnknown,c)}};Oc.pr
ototype.reportScarLoadErrorAndroid=function(a,c){switch(a){case
0:n.reportScarMetric(I.ScarInternalError,c);break;case 1:n.reportScarMetric(I.ScarInvalidRequest,c);break;case
2:n.reportScarMetric(I.ScarNetworkError,
c);break;case 3:n.reportScarMetric(I.ScarNoFill,c);break;case 8:n.reportScarMetric(I.ScarAppIdMissing,c);break;case
9:n.reportScarMetric(I.ScarMediationNoFill,c);break;default:n.reportScarMetric(I.ScarLoadErrorUnknown,c)}};Oc.pr
ototype.reportScarShowError=function(a,c){this._nativeBridge.getPlatform()===t.IOS?this.reportScarShowErrorIos(a
,c):this.reportScarShowErrorAndroid(a,c)};Oc.prototype.reportScarShowErrorIos=function(a,c){switch(a){case
15:n.reportScarMetric(I.ScarAdNotReady,c);break;case 16:n.reportScarMetric(I.ScarAdTooLarge,
c);break;case 17:n.reportScarMetric(I.ScarInternalError,c);break;case
18:n.reportScarMetric(I.ScarAdAlreadyUsed,c);break;case 21:n.reportScarMetric(I.ScarNotMainThread,c);break;case
22:n.reportScarMetric(I.ScarMediationAdapterError,c);break;default:n.reportScarMetric(I.ScarShowErrorUnknown,c)
}};Oc.prototype.reportScarShowErrorAndroid=function(a,c){switch(a){case
0:n.reportScarMetric(I.ScarInternalError,c);break;case 1:n.reportScarMetric(I.ScarAdAlreadyUsed,c);break;case
2:n.reportScarMetric(I.ScarAdNotReady,
c);break;case 3:n.reportScarMetric(I.ScarAppNotForeground,c);break;case
4:n.reportScarMetric(I.ScarMediationAdapterError,c);break;default:n.reportScarMetric(I.ScarShowErrorUnknown,c)}
} ; v a r
Ie;(function(a){a[a.VIEW_CONTROLLER_INIT=0]='VIEW_CONTROLLER_INIT';a[a.VIEW_CONTROLLER_D
ID_LOAD=1]='VIEW_CONTROLLER_DID_LOAD';a[a.VIEW_CONTROLLER_DID_APPEAR=2]='VIEW_CON
TROLLER_DID_APPEAR';a[a.VIEW_CONTROLLER_WILL_DISAPPEAR=3]='VIEW_CONTROLLER_WILL_
DISAPPEAR';a[a.VIEW_CONTROLLER_DID_DISAPPEAR=4]='VIEW_CONTROLLER_DID_DISAPPEAR';
a[a.VIEW_CONTROLLER_DID_RECEIVE_MEMORY_WARNING=5]='VIEW_CONTROLLER_DID_RECEIVE
_ M E M O R Y _ W A R N I N G ' } ) ( I e | | ( I e = { } ) ) ; v a r
Ur;(function(a){a[a.ADUNIT_NULL=0]='ADUNIT_NULL';a[a.NO_ROTATION_Z=1]='NO_ROTATION_Z';a[a.U
NKNOWN_VIEW=2]='UNKNOWN_VIEW'})(Ur||(Ur={}));l.inherits(Nc,y);Nc.prototype.open=function(a,c,d,e,f,g)
{return this._nativeBridge.invoke(this._fullApiClassName,'open',[a,c,d,e,f,g])};Nc.prototype.close=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'close')};Nc.prototype.setViews=
f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setViews',[a])};Nc.prototype.getViews=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getViews')};Nc.prototype.setSupportedOrientations=function(a){r
e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setSupportedOrientations',[a])};Nc.prototype.getSupportedOrienta
t i o n s = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getSupportedOrientations')};Nc.prototype.setKeepScreenOn=func
tion(a){return this._nativeBridge.invoke(this._fullApiClassName,
'setKeepScreenOn',[a])};Nc.prototype.setStatusBarHidden=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'setStatusBarHidden',[a])};Nc.prototype.getStatusBarHidden=funct
i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getStatusBarHidden')};Nc.prototype.setShouldAutorotate=functio
n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setShouldAutorotate',[a])};Nc.prototype.getShouldAutorotate=fun
ction(){return this._nativeBridge.invoke(this._fullApiClassName,
'getShouldAutorotate')};Nc.prototype.setTransform=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'setTransform',[a])};Nc.prototype.getTransform=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getTransform')};Nc.prototype.setViewFrame=function(a,c,d,e,f){r
e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setViewFrame',[a,c,d,e,f])};Nc.prototype.getViewFrame=function
(a){return this._nativeBridge.invoke(this._fullApiClassName,'getViewFrame',[a])};Nc.prototype.handleEvent=
function(a,c){switch(a){case Ie[Ie.VIEW_CONTROLLER_INIT]:this.onViewControllerInit.trigger();break;case
Ie[Ie.VIEW_CONTROLLER_DID_LOAD]:this.onViewControllerDidLoad.trigger();break;case
Ie[Ie.VIEW_CONTROLLER_DID_APPEAR]:this.onViewControllerDidAppear.trigger();break;case
Ie[Ie.VIEW_CONTROLLER_WILL_DISAPPEAR]:this.onViewControllerWillDisappear.trigger();break;case
Ie[Ie.VIEW_CONTROLLER_DID_DISAPPEAR]:this.onViewControllerDidDisappear.trigger();break;case
Ie[Ie.VIEW_CONTROLLER_DID_RECEIVE_MEMORY_WARNING]:this.onViewControllerDidReceiveMemory
Warning.trigger();
b r e a k ; d e f a u l t : y . p r o t o t y p e . h a n d l e E v e n t . c a l l ( t h i s , a , c ) } } ; v a r
pi;(function(a){a[a.CODE_752=752]='CODE_752';a[a.CODE_800=800]='CODE_800';a[a.CODE_900=900]='CODE
_ 9 0 0 ' } ) ( p i | | ( p i = { } ) ) ; v a r
sv=[{range:[pi.CODE_900],version:bd.IosAboveApplicable,metric:I.ScarIosVerAboveApplicable},{range:[pi.CODE
_800,pi.CODE_900],version:bd.Ios800,metric:I.ScarIosVer8},{range:[pi.CODE_752,pi.CODE_800],version:bd.Ios75
20,metric:I.ScarIosVer752},{range:[0,pi.CODE_752],version:bd.IosBelowApplicable,metric:I.ScarIosVerBelowAppli
cable}];
l.inherits(Tg,y);Tg.prototype.initializeScar=function(){return
Promise.resolve()};Tg.prototype.isAvailable=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'isAvailable',[])};Tg.prototype.getVersion=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getVersion',[])};Tg.prototype.setAndReportVersion=function(){va
r a = t h i s ; r e t u r n
this.getVersion().then(function(c){'0.0.0'===c?n.reportScarMetric(I.ScarNotPresent):(n.reportScarMetric(I.ScarPresen
t),c=a.getVersionCode(c),
c=a.getScarAdapterVersionAndMetric(c),a._scarAdapterVersion=c.version,n.reportScarMetric(c.metric))})};Tg.proto
type.getVersionCode=function(a){var c;a=l.makeIterator((null!==(c=a.split('-').pop())&&void
0!==c?c:'').substring(1).split('.'));c=a.next().value;a=a.next().value;return!c||!a||c.includes('Infinity')||a.includes('Infinity
')?-1:(c=100*Number(c)+Number(a)||-1,c)};Tg.prototype.getScarAdapterVersionAndMetric=function(a){var
c=sv.find(function(c){var d=l.makeIterator(c.range);c=d.next().value;
d=d.next().value;return(null==c||a>=c)&&(null==d||a<d)});c=null!==c&&void
0!==c?c:{version:bd.IosVersionUnknown,metric:I.ScarIosVerUnknown};return{version:c.version,metric:c.metric}};
Tg.prototype.getScarAdapterVersion=function(){return this._scarAdapterVersion};var
Jg;(function(a){a[a.LIKELY_TO_KEEP_UP=0]='LIKELY_TO_KEEP_UP';a[a.BUFFER_EMPTY=1]='BUFFER_E
MPTY';a[a.BUFFER_FULL=2]='BUFFER_FULL';a[a.GENERIC_ERROR=3]='GENERIC_ERROR';a[a.VIDEOVIE
W_NULL=4]='VIDEOVIEW_NULL'})(Jg||(Jg={}));l.inherits(Sl,hh);
S l . p r o t o t y p e . h a n d l e E v e n t = f u n c t i o n ( a , c ) { s w i t c h ( a ) { c a s e
Jg[Jg.LIKELY_TO_KEEP_UP]:this._handlers.forEach(function(a){return
a.onLikelyToKeepUp(c[0],c[1])});break;case Jg[Jg.BUFFER_EMPTY]:this._handlers.forEach(function(a){return
a.onBufferEmpty(c[0],c[1])});break;case Jg[Jg.BUFFER_FULL]:this._handlers.forEach(function(a){return
a.onBufferFull(c[0],c[1])});break;case Jg[Jg.GENERIC_ERROR]:this._handlers.forEach(function(a){return
a.onGenericError(c[0],c[1])});break;default:throw Error('VideoPlayer event '+
a+' does not have an observable');}};l.inherits(uj,y);uj.prototype.setDefaultPlacement=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'setDefaultPlacement',[a])};uj.prototype.setDefaultBannerPlaceme
n t = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._apiClass,'setDefaultBannerPlacement',[a])};uj.prototype.setPlacementState=function(a
, c ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setPlacementState',[a,D[c]])};uj.prototype.setPlacementAnalytics=
function(a){return this._nativeBridge.invoke(this._fullApiClassName,
' s e t P l a c e m e n t A n a l y t i c s ' , [ a ] ) } ; v a r
Dk;(function(a){a[a.QUEUE_EMPTY=0]='QUEUE_EMPTY';a[a.TOKEN_ACCESS=1]='TOKEN_ACCESS'})(Dk||
(Dk={}));l.inherits(vi,y);vi.prototype.createTokens=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'createTokens',[a])};vi.prototype.appendTokens=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'appendTokens',[a])};vi.prototype.deleteTokens=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'deleteTokens')};vi.prototype.setPeekMode=
f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setPeekMode',[a])};vi.prototype.handleEvent=function(a,c){switc
h(a){case Dk[Dk.QUEUE_EMPTY]:this.onQueueEmpty.trigger();break;case
Dk[Dk.TOKEN_ACCESS]:this.onTokenAccess.trigger(c[0]);break;default:y.prototype.handleEvent.call(this,a,c)}};v
a r
ed;(function(a){a[a.PROGRESS=0]='PROGRESS';a[a.COMPLETED=1]='COMPLETED';a[a.PREPARED=2]='PRE
PARED';a[a.PREPARE_TIMEOUT=3]='PREPARE_TIMEOUT';a[a.PLAY=4]='PLAY';a[a.PAUSE=5]='PAUSE';a[a
.SEEKTO=
6]='SEEKTO';a[a.STOP=7]='STOP';a[a.ERROR=8]='ERROR'})(ed||(ed={}));l.inherits(Pd,hh);Pd.prototype.setProgre
s s E v e n t I n t e r v a l = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setProgressEventInterval',[a])};Pd.prototype.getProgressEventInte
r v a l = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getProgressEventInterval')};Pd.prototype.prepare=function(a,c,d){
return this._nativeBridge.invoke(this._fullApiClassName,'prepare',[a,c,d])};Pd.prototype.play=function(){return
this._nativeBridge.invoke(this._fullApiClassName,
' p l a y ' ) } ; P d . p r o t o t y p e . p a u s e = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'pause')};Pd.prototype.stop=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'stop')};Pd.prototype.seekTo=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'seekTo',[a])};Pd.prototype.getCurrentPosition=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getCurrentPosition')};Pd.prototype.getVolume=function(){return
this._nativeBridge.invoke(this._fullApiClassName,
' g e t V o l u m e ' ) } ; P d . p r o t o t y p e . s e t V o l u m e = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setVolume',[a])};Pd.prototype.setAutomaticallyWaitsToMinimize
S t a l l i n g = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setAutomaticallyWaitsToMinimizeStalling',[a])};Pd.prototype.get
V i d e o V i e w R e c t a n g l e = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getVideoViewRectangle')};Pd.prototype.handleEvent=function(a,
c){switch(a){case ed[ed.PROGRESS]:this._handlers.forEach(function(a){return a.onProgress(c[0])});
break;case ed[ed.COMPLETED]:this._handlers.forEach(function(a){return a.onCompleted(c[0])});break;case
ed[ed.PREPARED]:this._handlers.forEach(function(a){return a.onPrepared(c[0],c[1],c[2],c[3])});break;case
ed[ed.PREPARE_TIMEOUT]:this._handlers.forEach(function(a){return a.onPrepareTimeout(c[0])});break;case
ed[ed.PLAY]:this._handlers.forEach(function(a){return a.onPlay(c[0])});break;case
ed[ed.PAUSE]:this._handlers.forEach(function(a){return a.onPause(c[0])});break;case
ed[ed.SEEKTO]:this._handlers.forEach(function(a){return a.onSeek(c[0])});
break;case ed[ed.STOP]:this._handlers.forEach(function(a){return
a.onStop(c[0])});break;default:this._nativeBridge.getPlatform()===t.IOS?this.iOS.handleEvent(a,c):this._nativeBridg
e.getPlatform()===t.ANDROID&&this.Android.handleEvent(a,c)}};la.create=function(a){return new
la(a)};la.setAbGroup=function(a){la.AbGroup=a};la.setCampaignId=function(a){la.CampaignId=a};la.setCountry=fu
nction(a){la.Country=a};la.setCampaignResponse=function(a){la.CampaignResponse=a};la.setSessionId=function(a)
{la.SessionId=
a};la.setBaseUrl=function(a){la.BaseUrl=a};la.prototype.request=function(){var a=this;return
this._promise?this._promise:this._promise=Promise.all([this.getRequestURL(),this.getRequestBody()]).then(function(
c ) { v a r
d=l.makeIterator(c);c=d.next().value;d=d.next().value;a._url=c;a._requestStart=Date.now();if(la.CampaignResponse)r
eturn a.getStaticResponse(c);a._useChinaAuctionEndpoint&&n.reportMetricEvent(kk.AuctionRequest);return
a._request.post(c,JSON.stringify(d),a._headers,{retries:a._retryCount,
retryDelay:a._retryDelay,followRedirects:!1,retryWithConnectionEvents:!1,timeout:a._timeout}).then(function(c){a._
r e s p o n s e = c ; a . _ r e q u e s t D u r a t i o n = D a t e . n o w ( ) -
a._requestStart;a._useChinaAuctionEndpoint&&n.reportMetricEvent(kk.AuctionResponse);return
JSON.parse(c.response)})})};la.prototype.setPlacements=function(a){this._placements=a};la.prototype.setTimeout=f
unction(a){this._timeout=a};la.prototype.addPlacement=function(a){this._placements[a.id]=a};la.prototype.getNative
Response=function(){return this._response};
la.prototype.getRequestURL=function(){if(this._url)return Promise.resolve(this._url);var
a=this.getBaseURL();this._useChinaAuctionEndpoint&&(a=a.replace(/(.*auction\.unityads\.)(unity3d\.com)(.*)/,'$1u
nity.cn$3'));a=E.addParameters(a,ml.getDeviceTrackingIdentifiers(this._platform,this._deviceInfo,this._installInfo,thi
s._coreConfig.isCoppaCompliant()));a=E.addParameters(a,{deviceModel:this._deviceInfo.getModel(),platform:t[this.
_platform].toLowerCase(),sdkVersion:this._clientInfo.getSdkVersion(),stores:this._deviceInfo.getStores()});
this._session&&(a=E.addParameters(a,{auctionId:this._session.id}));this._platform===t.IOS&&this._deviceInfo
i n s t a n c e o f
W?a=E.addParameters(a,{osVersion:this._deviceInfo.getOsVersion(),screenScale:this._deviceInfo.getScreenScale()})
:this._platform===t.ANDROID&&this._deviceInfo instanceof
ea&&(a=E.addParameters(a,{deviceMake:this._deviceInfo.getManufacturer(),screenSize:this._deviceInfo.getScreenL
ayout(),screenDensity:this._deviceInfo.getScreenDensity(),apiLevel:this._deviceInfo.getApiLevel()}));this._coreConf
ig.getTestMode()&&
(a=E.addParameters(a,{test:!0}));la.SessionId&&(a=E.addParameters(a,{forceSessionId:la.SessionId}));la.CampaignI
d&&(a=E.addParameters(a,{forceCampaignId:la.CampaignId}));la.AbGroup&&(a=E.addParameters(a,{forceAbGrou
p:la.AbGroup}));la.Country&&(a=E.addParameters(a,{force_country:la.Country}));var
c=[];c.push(this._deviceInfo.getScreenWidth());c.push(this._deviceInfo.getScreenHeight());c.push(this._deviceInfo.ge
tConnectionType());c.push(this._deviceInfo.getNetworkType());return Promise.all(c).then(function(c){var d=
l.makeIterator(c);c=d.next().value;var f=d.next().value,g=d.next().value;d=d.next().value;return
a=E.addParameters(a,{screenWidth:c,screenHeight:f,connectionType:g,networkType:d})})};la.prototype.createPlace
m e n t R e q u e s t = f u n c t i o n ( ) { v a r
a=this,c={};Object.keys(this._placements).forEach(function(d){c[d]=a.createPlacementDTO(a._placements[d])});retu
r n
c};la.prototype.createPlacementDTO=function(a){return{adTypes:a.getAdTypes(),allowSkip:a.allowSkip()}};la.proto
type.getStaticResponse=function(a){return Promise.resolve({url:a,
response:la.CampaignResponse,responseCode:200,headers:[]})};la.prototype.getRequestBody=function(){var
a = t h i s ; r e t u r n
this._body?Promise.resolve(this._body):Promise.all([this._deviceInfo.getFreeSpace(),this._deviceInfo.getNetworkOpe
rator(),this._deviceInfo.getNetworkOperatorName(),this._deviceInfo.getHeadset(),this._deviceInfo.getDeviceVolume(
),this.getFullyCachedCampaigns(),this.getVersionCode(),this._adMobSignalFactory.getAdRequestSignal().then(funct
ion(a){return a.getBase64ProtoBufNonEncoded()}),
this._adMobSignalFactory.getOptionalSignal().then(function(a){return
a . g e t D T O ( ) } ) ] ) . t h e n ( f u n c t i o n ( c ) { c = l . m a k e I t e r a t o r ( c ) ; v a r
d=c.next().value,e=c.next().value,f=c.next().value,g=c.next().value,k=c.next().value,h=c.next().value,n=c.next().value,
p = c . n e x t ( ) . v a l u e , q = c . n e x t ( ) . v a l u e ; r e t u r n
Promise.all([a._metaDataManager.fetch(ae),a._metaDataManager.fetch(uh)]).then(function(c){var
m = l . m a k e I t e r a t o r ( c ) ; c = m . n e x t ( ) . v a l u e ; m = m . n e x t ( ) . v a l u e ; v a r
r;return{bundleVersion:a._clientInfo.getApplicationVersion(),bundleId:a._clientInfo.getApplicationName(),
coppa:a._coreConfig.isCoppaCompliant(),language:a._deviceInfo.getLanguage(),gameSessionId:a._sessionManager.g
etGameSessionId(),timeZone:a._deviceInfo.getTimeZone(),simulator:a._deviceInfo instanceof
W ? a . _ d e v i c e I n f o . i s S i m u l a t o r ( ) : v o i d
0,token:a._coreConfig.getToken(),previousPlacementId:a._previousPlacementID?a._previousPlacementID:void
0,webviewUa:'undefined'!==typeof navigator&&navigator.userAgent&&'string'===typeof
n a v i gator .us er Age nt?navigator.use rAge n t : v o i d 0 , n o fi l l R et ry : a. _ n o F i l l R et ry , d ev i ceF ree S p a c e : d ,
networkOperator:e,networkOperatorName:f,wiredHeadset:g,volume:k,requestSignal:p,ext:q,cachedCampaigns:0<(nul
l===h||void 0===h?void 0:h.length)?h:void 0,versionCode:n,mediationName:null===c||void 0===c?void
0:c.getName(),mediationVersion:null===c||void 0===c?void 0:c.getVersion(),mediationOrdinal:null===c||void
0===c?void 0:c.getOrdinal(),frameworkName:null===m||void 0===m?void
0:m.getName(),frameworkVersion:null===m||void 0===m?void
0:m.getVersion(),placements:a.createPlacementRequest(),properties:a._coreConfig.getProperties(),
sessionDepth:z.getAdRequestOrdinal(),projectId:a._coreConfig.getUnityProjectId(),gameSessionCounters:Da.getCurr
entCounters(),gdprEnabled:a._privacySDK.isGDPREnabled(),optOutEnabled:a._privacySDK.isOptOutEnabled(),opt
OutRecorded:a._privacySDK.isOptOutRecorded(),privacy:a._privacy,abGroup:null===(r=ab.getState().config)||void
0 = = = r ? v o i d
0:r.abGroup,developerId:a._coreConfig.getDeveloperId(),organizationId:a._coreConfig.getOrganizationId(),isLoadEn
abled:!1,omidPartnerName:'Unity3d',omidJSVersion:'1.3.0',
legalFramework:a._privacySDK.getLegalFramework(),agreedOverAgeLimit:a._userPrivacyManager.getAgeGateCho
ice(),plist:a._deviceInfo instanceof W?a._deviceInfo.getAdNetworksPlist():void 0,idfv:a._deviceInfo instanceof
W?a._deviceInfo.getVendorIdentifier():void 0,deviceName:a._deviceInfo instanceof
W?a._deviceInfo.getDeviceName():void 0,locales:a._deviceInfo instanceof W?a._deviceInfo.getLocaleList():void
0,currentUiTheme:a._deviceInfo instanceof W?a._deviceInfo.getCurrentUiTheme():void
0,systemBootTime:a._deviceInfo instanceof
W?a._deviceInfo.getSystemBootTime():void 0,trackingAuthStatus:a._deviceInfo instanceof
W ? a . _ d e v i c e I n f o . g e t T r a c k i n g A u t h o r i z a t i o n S t a t u s ( ) : v o i d
0,srcPayoutType:a._adsConfig.getSrcPayoutType(),skadnVersion:a._deviceInfo instanceof
W?a._deviceInfo.getSkadnVersion():void 0,skadnVersions:a._deviceInfo instanceof
W?a._deviceInfo.getSkadnVersions():void 0}})})};la.prototype.getFullyCachedCampaigns=function(){return
this._core.Storage.getKeys(B.PRIVATE,'cache.campaigns',!1).then(function(a){return
a}).catch(function(){return[]})};
l a . p r o t o t y p e . g e t V e r s i o n C o d e = f u n c t i o n ( ) { r e t u r n
this._platform===t.ANDROID?this._core.DeviceInfo.Android.getPackageInfo(this._clientInfo.getApplicationName()
).then(function(a){if(a.versionCode)return a.versionCode}).catch(function(){}):Promise.resolve(void
0)};la.prototype.getVersionUrlSegment=function(){if(this._coreConfig.getTestMode())return'v4/test';switch(H.getAu
c t i o n P r o t o c o l ( ) ) { c a s e A b . V 7 : c a s e A b . V 6 : r e t u r n ' v 6 ' ; c a s e
Ab.V5:return'v5';default:return'v4'}};la.prototype.getBaseURL=function(){return[this._baseURL,
this._clientInfo.getGameId(),'requests'].join('/')};la.BaseUrl='https://auction-
banner.unityads.unity3d.com';l.inherits(yc,R);yc.prototype.getCacheMode=function(){return
this.get('cacheMode')};yc.prototype.getPlacement=function(a){return
this.getPlacements()[a]};yc.prototype.removePlacements=function(a){var
c = t h i s . g e t P l a c e m e n t s ( ) ; a . f o r E a c h ( f u n c t i o n ( a ) { d e l e t e
c[a]});this.set('placements',c)};yc.prototype.getPlacementIds=function(){return
Object.keys(this.getPlacements())};yc.prototype.getPlacements=
function(){return this.get('placements')};yc.prototype.getPlacementCount=function(){return
this.getPlacementIds().length};yc.prototype.getDefaultPlacement=function(){return
this.get('defaultPlacement')};yc.prototype.getPlacementsForAdunit=function(a){var c=this.getPlacements();return
Object.keys(c).map(function(a){return c[a]}).filter(function(c){return
c.hasAdUnitId()&&c.getAdUnitId()===a}).map(function(a){return
a.id})};yc.prototype.getPlacementsForGroupId=function(a){var c=this.getPlacements();
return Object.keys(c).map(function(a){return c[a]}).filter(function(c){return
c.hasGroupId()&&c.getGroupId()===a}).map(function(a){return
a . i d } ) } ; y c . p r o t o t y p e . g e t H i d e P r i v a c y = f u n c t i o n ( ) { r e t u r n
this.get('hidePrivacy')};yc.prototype.isLoadV5Enabled=function(){return
this.get('loadV5Enabled')};yc.prototype.getHasAdUnit=function(){return
this.get('hasAdUnit')};yc.prototype.getRolloutSampleRate=function(){return
this.get('rolloutSampleRate')};yc.prototype.getSrcPayoutType=function(){return this.get('srcPayoutType')};
y c . p r o t o t y p e . s h o u l d T o k e n R e f r e s h = f u n c t i o n ( ) { r e t u r n
this.get('shouldTokenRefresh')};yc.prototype.isHeaderBiddingModeEnabled=function(){return!!this.get('headerBiddi
ngEnabled')};yc.Schema={cacheMode:['number'],placements:['object'],defaultPlacement:['object'],hidePrivacy:['boole
an','undefined'],loadV5Enabled:['boolean'],rolloutSampleRate:['number'],srcPayoutType:['string'],shouldTokenRefresh
:['boolean'],headerBiddingEnabled:['boolean','undefined'],hasAdUnit:['boolean']};tj.setIsBrowserBuild=function(a){th
is._isBrowserBuild=
a};tj.parse=function(a){var c=a.placements;if(!c)throw Error('No placements in configuration response');var
d=l.makeIterator(ss(c));c=d.next().value;var e=d.next().value;d=d.next().value;if(!e)throw Error('No default placement
in configuration response');var f=this._isBrowserBuild?fe.DISABLED:this.parseCacheMode(a);return new
yc({cacheMode:f,placements:c,defaultPlacement:e,hidePrivacy:a.hidePrivacy,loadV5Enabled:a.loadV5Enabled?a.loa
dV5Enabled:!1,rolloutSampleRate:a.rolloutSampleRate?a.rolloutSampleRate:
0,srcPayoutType:a.srcPayoutType?a.srcPayoutType:'',shouldTokenRefresh:!!a.shouldTokenRefresh,headerBiddingEn
abled:this.forceHeaderBiddingEnabled||a.headerBiddingEnabled,hasAdUnit:d})};tj.parseCacheMode=function(a){swi
tch(a.assetCaching){case 'forced':return fe.FORCED;case 'allowed':return fe.ALLOWED;case 'disabled':return
fe.DISABLED;default:throw Error('Unknown assetCaching value
"'+a.assetCaching+'"');}};tj._isBrowserBuild=!1;tj.forceHeaderBiddingEnabled=!1;l.inherits(gh,M);gh.prototype.label
PoddedAdUnit=
function(a){var c=this._showingAdIndex===this._poddingParameters.poddedCampaigns.length-
1;a.setFirstPoddedAdUnit(0===this._showingAdIndex);a.setLastPoddedAdUnit(c)};gh.prototype.getNextAdUnitToS
how=function(){var a=this._poddingParameters.poddedCampaigns.length;if(this._showingAdIndex<a){var
c=this._poddingParameters.poddedCampaigns[this._showingAdIndex];c=this.getAdUnitFactory(c).create(c,this.getPl
acement(),this.getForceOrientation(),this._poddingParameters.playerMetadataServerId,this._poddingParameters.load
V5Support,
t h i s . _ i s P o d d e d A d ) ; t r y { r e t u r n
this.labelPoddedAdUnit(c),Hi.setState({totalAdCount:a,currentAdNo:this._showingAdIndex+1}),c}catch(d){n.report
MetricEvent(aj.PoddingUnsupportedCampaignType)}}};gh.prototype.getAdUnitFactory=function(a){a=a.getContent
T y p e ( ) ; r e t u r n
this._contentTypeHandlerManager.getFactory(a)};gh.prototype.description=function(){return'PODDING'};gh.prototy
p e . s h o w N e x t A d = f u n c t i o n ( a , c ) { v a r
d=this;a.isLastPoddedAdUnit()||a.onClose.subscribe(function(){d._showingAdIndex+=1;d.show(c)})};gh.prototype.s
how=
function(a){var c=this,d=this.getNextAdUnitToShow();if(!d)return
this.onError.trigger(),this.onFinish.trigger(),this.onClose.trigger(),Promise.resolve();d.onFinish.subscribe(function(){d
.isLastPoddedAdUnit()?(c.onFinish.trigger(),c.onClose.trigger()):c.showNextAd(d,a)});d.onClose.subscribe(function(
) { r e t u r n
n.reportMetricEvent(aj.PoddingAdUnitCompleted)});d.onError.subscribe(function(){n.reportMetricEvent(aj.Podding
AdErrored);c.onError.trigger()});d.onStart.subscribe(function(){n.reportMetricEvent(aj.PoddingAdUnitStarted);
c.onStart.trigger()});d.onStartProcessed.subscribe(function(){return c.onStartProcessed.trigger()});if(d instanceof
Qc){var e=d.getCampaign().getSession();e&&e.resetAllEventSent()}return
d . s h o w ( a ) } ; g h . p r o t o t y p e . h i d e = f u n c t i o n ( ) { r e t u r n
Promise.resolve()};l.inherits(em,Rd);em.prototype.createPoddedAdContext=function(a,c,d,e,f,g){this._contentTypeH
andlerManager=g;return this.create(a,c,d,e,f)};em.prototype.createAdUnit=function(a){return new
gh(a,this._contentTypeHandlerManager)};l.inherits(Zn,Kb);Zn.prototype.createParameters=
function(a){var c=a.campaign instanceof xb?a.campaign.getCurrentCampaigns():[];return
Object.assign(Object.assign({},a),{poddedCampaigns:c,playerMetadataServerId:this._playerMetadataServerId,loadV
5Support:this._loadV5Support})};var tv={auctionId:'a15a4fb6-f9ce-4b09-a0cc-
0672f1de4d20',correlationId:'zGg2TfRsBNbqlc7AVdhLAw',placements:{video:{mediaId:'0000000000000000000000
00',trackingId:'0'}},media:{'000000000000000000000000':{adType:'VIDEO',campaignId:'0000000000000000000000
00',contentType:'comet/campaign',
content:'{"id":"000000000000000000000000","platform":"android","store":"google","appStoreId":"{APPSTORE_ID
_PLACEHOLDER}","gameId":11017,"gameName":"{APPSTORE_NAME_PLACEHOLDER}","rating":4.5,"rating
Count":10000,"bypassAppSheet":false,"gameIcon":"{ICON_PLACEHOLDER}","endScreen":"{ENDSCREEN_PLA
CEHOLDER}","endScreenLandscape":"{ENDSCREEN_LANDSCAPE_PLACEHOLDER}","endScreenPortrait":"{
ENDSCREEN_PORTRAIT_PLACEHOLDER}","trailerDownloadable":"{TRAILER_DOWNLOADABLE_PLACE
HOLDER}","trailerDownloadableSize":{TRAILER_DOWNLOADABLE_SIZE},"trailerStreaming":"{TRAILER_S
TREAMING_PLACEHOLDER}","trailerPortraitDownloadable":"{TRAILER_PORTRAIT_DOWNLOADABLE_P
LACEHOLDER}","trailerPortraitDownloadableSize":{TRAILER_PORTRAIT_DOWNLOADABLE_SIZE},"trailer
PortraitStreaming":"{TRAILER_PORTRAIT_STREAMING_PLACEHOLDER}","clickUrl":"https://impact.applifier
.com/events/v2/click/14851/000000000000000000000000","videoEventUrls":{"video_start":"https://impact.applifier.
com/events/v2/video/video_start/14851/000000000000000000000000","first_quartile":"https://impact.applifier.com/e
vents/v2/video/first_quartile/14851/000000000000000000000000","midpoint":"https://impact.applifier.com/events/v2
/video/midpoint/14851/000000000000000000000000","third_quartile":"https://impact.applifier.com/events/v2/video/t
hird_quartile/14851/000000000000000000000000","video_end":"https://impact.applifier.com/events/v2/video/video_
end/14851/000000000000000000000000"}}',
seatId:9E3}},statusCode:0,tracking:{0:{click:[],complete:[],error:[],firstQuartile:[],loaded:[],midpoint:[],show:[],skip:
[],stalled:[],start:[],thirdQuartile:[],videoEndCardClick:[]}}},uv={auctionId:'a15a4fb6-f9ce-4b09-a0cc-
0672f1de4d20',correlationId:'zGg2TfRsBNbqlc7AVdhLAw',placements:{video:{mediaId:'0000000000000000000000
00',trackingId:'0'}},media:{'000000000000000000000000':{adType:'VIDEO',campaignId:'0000000000000000000000
00',contentType:'comet/campaign',content:'{"id":"000000000000000000000000","platform":"ios","store":"apple","ap
pStoreId":"{APPSTORE_ID_PLACEHOLDER}","gameId":11017,"gameName":"{APPSTORE_NAME_PLACEHO
LDER}","rating":4.5,"ratingCount":10000,"bypassAppSheet":false,"gameIcon":"{ICON_PLACEHOLDER}","endSc
reen":"{ENDSCREEN_PLACEHOLDER}","endScreenLandscape":"{ENDSCREEN_LANDSCAPE_PLACEHOLD
ER}","endScreenPortrait":"{ENDSCREEN_PORTRAIT_PLACEHOLDER}","trailerDownloadable":"{TRAILER_D
OWNLOADABLE_PLACEHOLDER}","trailerDownloadableSize":{TRAILER_DOWNLOADABLE_SIZE},"trailer
Streaming":"{TRAILER_STREAMING_PLACEHOLDER}","trailerPortraitDownloadable":"{TRAILER_PORTRAI
T_DOWNLOADABLE_PLACEHOLDER}","trailerPortraitDownloadableSize":{TRAILER_PORTRAIT_DOWNLO
ADABLE_SIZE},"trailerPortraitStreaming":"{TRAILER_PORTRAIT_STREAMING_PLACEHOLDER}","clickUrl
":"https://impact.applifier.com/events/v2/click/14850/000000000000000000000000","videoEventUrls":{"video_start"
:"https://impact.applifier.com/events/v2/video/video_start/14850/000000000000000000000000","first_quartile":"https
://impact.applifier.com/events/v2/video/first_quartile/14850/000000000000000000000000","midpoint":"https://impac
t.applifier.com/events/v2/video/midpoint/14850/000000000000000000000000","third_quartile":"https://impact.applifi
er.com/events/v2/video/third_quartile/14850/000000000000000000000000","video_end":"https://impact.applifier.co
m/events/v2/video/video_end/14850/000000000000000000000000"}}',
seatId:9E3}},statusCode:0,tracking:{0:{click:[],complete:[],error:[],firstQuartile:[],loaded:[],midpoint:[],show:[],skip:
[],stalled:[],start:[],thirdQuartile:[],videoEndCardClick:[]}}};jq.getVideoCreativePackResponse=function(a,c){c=Yc.
p a r s e ( c ) ; v a r
d='';a===t.ANDROID?d=JSON.stringify(tv):a===t.IOS&&(d=JSON.stringify(uv));d=d.replace('{ICON_PLACEHO
LDER}',c.gameIcon||'');d=d.replace('{ENDSCREEN_PLACEHOLDER}',c.endScreen||'');d=d.replace('{ENDSCREE
N_LANDSCAPE_PLACEHOLDER}',c.endScreenLandscape||'');
d=d.replace('{ENDSCREEN_PORTRAIT_PLACEHOLDER}',c.endScreenPortrait||'');d=d.replace('{TRAILER_DO
WNLOADABLE_PLACEHOLDER}',c.trailerDownloadable||'');d=d.replace('{TRAILER_DOWNLOADABLE_SIZE
}',c.trailerDownloadableSize?c.trailerDownloadableSize.toString():'1');d=d.replace('{TRAILER_STREAMING_PLA
CEHOLDER}',c.trailerStreaming||'');d=d.replace('{TRAILER_PORTRAIT_DOWNLOADABLE_PLACEHOLDER}'
,c.trailerPortraitDownloadable||'');d=d.replace('{TRAILER_PORTRAIT_DOWNLOADABLE_SIZE}',c.trailerPortrait
DownloadableSize?
c.trailerPortraitDownloadableSize.toString():'1');d=d.replace('{TRAILER_PORTRAIT_STREAMING_PLACEHOL
DER}',c.trailerPortraitStreaming||'');d=d.replace('{APPSTORE_ID_PLACEHOLDER}',c.appStoreId||'');return
d=d.replace('{APPSTORE_NAME_PLACEHOLDER}',c.appStoreName||'')};dm.prototype.getTimeValue=function()
{return-1};iq.prototype.getTimeValue=function(a){return window.performance.now()+this._nativeDelta-
a};Uk.getInstance=function(){return void 0===this._instance?new
dm:this._instance};Uk.initialize=function(a){this._instance=
this.createInstance(a)};Uk.createInstance=function(a){if(!(0<a.getLoadCompleteTimestamp()))return new
dm;a=a.getLoadCompleteTimestamp()-window.performance.now();return 0>=a?new dm:new
i q ( a ) } ; q f . p r o t o t y p e . s e t U r l = f u n c t i o n ( a ) { r e t u r n
this._ads.WebPlayer.setUrl(a,this._viewId)};qf.prototype.setData=function(a,c,d){return
this._ads.WebPlayer.setData(a,c,d,this._viewId)};qf.prototype.setDataWithUrl=function(a,c,d,e){return
this._ads.WebPlayer.setDataWithUrl(a,c,d,e,this._viewId)};qf.prototype.setSettings=
function(a,c){return this._ads.WebPlayer.setSettings(a,c,this._viewId)};qf.prototype.clearSettings=function(){return
this._ads.WebPlayer.clearSettings(this._viewId)};qf.prototype.setEventSettings=function(a){return
this._ads.WebPlayer.setEventSettings(a,this._viewId)};qf.prototype.sendEvent=function(a){return
this._ads.WebPlayer.sendEvent(a,this._viewId)};qf.prototype.validateViewId=function(a,c){this._viewId===a&&c()}
;l.inherits(Vp,qf);ld.getCommonObject=function(a,c,d,e,f,g,k,h,n,p){return{common:{gameId:k.getGameId(),
organizationId:n.getOrganizationId()||'',analyticsUserId:f,analyticsSessionId:''+g,sessionId:e,platform:t[a],adsSdkVersi
on:k.getSdkVersionName(),gamerToken:n.getToken(),limitAdTracking:!!h.getLimitAdTracking(),coppaFlagged:n.is
CoppaCompliant(),projectId:n.getUnityProjectId(),gdprEnabled:p.isGDPREnabled(),optOutRecorded:p.isOptOutReco
rded(),optOutEnabled:p.isOptOutEnabled(),deviceMake:h.getManufacturer&&h.getManufacturer(),deviceModel:h.ge
tModel(),connectionType:c,country:n.getCountry(),storeId:n.getAppStoreId(),
privacy:{permissions:p.getUserPrivacy().getPermissions(),method:p.getUserPrivacy().getMethod()},installHour:d,trac
kingAuthStatus:h.getTrackingAuthorizationStatus&&h.getTrackingAuthorizationStatus()}}};ld.createAppStartEvent=
function(a){return{type:'ads.analytics.appStart.v2',msg:Object.assign(Object.assign({},a),{ts:Date.now()})}};ld.create
A p p I n s t a l l E v e n t = f u n c t i o n ( a , c ) { v a r
d=Date.now();return{type:'ads.analytics.appInstall.v2',msg:{ts:d,appVersion:a.getApplicationVersion(),timeSinceStart
:d-c}}};ld.createAppUpdateEvent=
f u n c t i o n ( a , c ) { v a r
d=Date.now();return{type:'ads.analytics.appUpdate.v2',msg:{ts:d,appVersion:a.getApplicationVersion(),timeSinceSta
r t : d - c } } } ; l d . c r e a t e A p p R u n n i n g E v e n t = f u n c t i o n ( a ) { v a r
c=Date.now();return{type:'ads.analytics.appRunning.v2',msg:{ts:c,timeSinceStart:c-a,localTimeOffset:-6E4*(new
Date).getTimezoneOffset()}}};ld.createTransactionMessage=function(a,c,d){return
Object.assign(Object.assign({},d),{ts:Date.now(),productId:a.getProductId(),price:a.getPrice(),currencyCode:a.getCur
rency(),eventId:Oh.generate(),
receipt:{appStore:c===t.ANDROID?'GooglePlay':'AppleAppStore',transactionId:a.getTransactionId(),payload:a.getR
eceipt()}})};ld.createTransactionEvent=function(a){return{type:'ads.analytics.transactionSuccess.v2',msg:a}};ld.creat
eAdRevenueEvent=function(a){return{type:'ads.analytics.adRevenue.v2',msg:{ts:Date.now(),adRevenue:a}}};ld.getO
sVersion=function(a,c){return a===t.IOS?'iOS '+c.getOsVersion():a===t.ANDROID&&c instanceof ea?'Android OS
'+c.getOsVersion()+' / API-'+c.getApiLevel():''};var mn;(function(a){a[a.PURCHASING=
0]='PURCHASING';a[a.PURCHASED=1]='PURCHASED';a[a.FAILED=2]='FAILED';a[a.RESTORED=3]='RESTO
RED';a[a.DEFERRED=4]='DEFERRED'})(mn||(mn={}));kd.prototype.init=function(){var a=this;return
this._clientInfo.isReinitialized()?Promise.all([this._storage.getUserId(),this._storage.getSessionId(this._clientInfo.isRe
i n i t i a l i z e d ( ) ) ] ) . t h e n ( f u n c t i o n ( c ) { v a r
d=l.makeIterator(c);c=d.next().value;d=d.next().value;a._analyticsUserId=c;a._analyticsSessionId=d;a.subscribeListen
ers()}):Promise.all([this._storage.getUserId(),
this._storage.getSessionId(this._clientInfo.isReinitialized()),this._storage.getAppVersion(),this._storage.getOsVersion
(),this._storage.getAppStartCounts(),this._storage.getInstallHour()]).then(function(c){var
d=l.makeIterator(c),e=d.next().value,f=d.next().value;c=d.next().value;var
g=d.next().value,k=d.next().value;d=d.next().value;a._analyticsUserId=e;a._analyticsSessionId=f;a._storage.setIds(e,f
);a._installHour=d;a.sendNewSession(k);e=!1;c?a._clientInfo.getApplicationVersion()!==c&&(a.sendAppUpdate(),
e=!0):(a.sendNewInstall(),e=!0);g&&a._deviceInfo.getOsVersion()!==g&&(e=!0);e&&a._storage.setVersions(a._clie
ntInfo.getApplicationVersion(),a._deviceInfo.getOsVersion());a.subscribeListeners()})};kd.prototype.getGameSessio
nId=function(){return this._analyticsSessionId};kd.prototype.onTransactionSuccess=function(a){return
this.sendTransaction(a)};kd.prototype.subscribeListeners=function(){var
a=this;this._focusManager.onAppForeground.subscribe(function(){return
a.onAppForeground()});this._focusManager.onAppBackground.subscribe(function(){return a.onAppBackground()});
this._focusManager.onActivityResumed.subscribe(function(c){return
a.onActivityResumed(c)});this._focusManager.onActivityPaused.subscribe(function(c){return
a.onActivityPaused(c)});this._storageApi.onSet.subscribe(function(c,d){return
a.onStorageSet(c,d)})};kd.prototype.sendNewSession=function(a){a=ld.createAppStartEvent(a);this._latestAppStartT
ime=a.msg.ts;this.send(a)};kd.prototype.sendAppRunning=function(){};kd.prototype.sendNewInstall=function(){this.
send(ld.createAppInstallEvent(this._clientInfo,
this._latestAppStartTime))};kd.prototype.sendAppUpdate=function(){this.send(ld.createAppUpdateEvent(this._client
Info,this._latestAppStartTime))};kd.prototype.sendTransaction=function(a){var c=this;return
t h i s . _ s t o r a g e . g e t T r a n s a c t i o n C o u n t s ( ) . t h e n ( f u n c t i o n ( d ) { v a r
e=ld.createTransactionMessage(a,c._platform,d);d=ld.createTransactionEvent(e);d=[c.send(d)];if(c.isIos14Transaction
( a ) ) { v a r
f=c._deviceInfo.getConnectionType().then(function(d){d=ld.getCommonObject(c._platform,d,c._installHour,c._adsA
nalyticsSessionId,
c._analyticsUserId,c._analyticsSessionId,c._clientInfo,c._deviceInfo,c._configuration,c._privacySDK);d=Object.assig
n(Object.assign({},e),{subscription:a.getSubscription(),transactionState:mn[a.getTransactionState()],storeId:d.commo
n.storeId,organizationId:d.common.organizationId,projectId:d.common.projectId,country:d.common.country,analytics
SessionId:d.common.analyticsSessionId,analyticsUserId:d.common.analyticsUserId});return
wf.voidResult(ca.sendEvent('ads.iap-transactions-raw.v1.json',ec.PERSONAL,
d))});d.push(f)}return wf.voidResult(Promise.all(d))})};kd.prototype.isIos14Transaction=function(){return
this._deviceInfo.isSdk14OrGreater&&this._deviceInfo.isSdk14OrGreater()};kd.prototype.onAppForeground=functio
n ( ) { v a r a = t h i s ; t h i s . _ b a c k g r o u n d T i m e s t a m p & & D a t e . n o w ( ) -
this._backgroundTimestamp>this._newSessionThreshold&&this._storage.getSessionId(!1).then(function(c){a._analyt
icsSessionId=c;a._storage.setIds(a._analyticsUserId,a._analyticsSessionId);a._storage.getAppStartCounts().then(funct
ion(c){return a.sendNewSession(c)})})};
kd.prototype.onAppBackground=function(){this._backgroundTimestamp=Date.now();this.sendAppRunning()};kd.pro
t o t y p e . o n A c t i v i t y R e s u m e d = f u n c t i o n ( a ) { v a r
c=this;this._topActivity===a&&this._backgroundTimestamp&&Date.now()-
this._backgroundTimestamp>this._newSessionThreshold&&this._storage.getSessionId(!1).then(function(a){c._analyt
icsSessionId=a;c._storage.setIds(c._analyticsUserId,c._analyticsSessionId);c._storage.getAppStartCounts().then(funct
ion(a){return c.sendNewSession(a)})});this._topActivity=a};kd.prototype.onActivityPaused=
function(a){this._topActivity!==a&&this._topActivity||(this._backgroundTimestamp=Date.now(),this.sendAppRunni
ng());this._topActivity||(this._topActivity=a)};kd.prototype.onStorageSet=function(a,c){var
d,e;(null===(e=null===(d=null===c||void 0===c?void 0:c.ad)||void 0===d?void 0:d.revenue)||void
0===e?0:e.value)&&this.send(ld.createAdRevenueEvent(c.ad.revenue.value))};kd.prototype.send=function(a){var
c=this;return this._deviceInfo.getConnectionType().then(function(d){d=ld.getCommonObject(c._platform,
d,c._installHour,c._adsAnalyticsSessionId,c._analyticsUserId,c._analyticsSessionId,c._clientInfo,c._deviceInfo,c._con
figuration,c._privacySDK);d=JSON.stringify(d)+'\n'+JSON.stringify(a)+'\n';return
wf.voidResult(c._request.post(c._endpoint,d))})};ic.prototype.getUserId=function(){var a=this;return
t h i s . g e t V a l u e ( ' a n a l y t i c s . u s e r i d ' ) . t h e n ( f u n c t i o n ( c ) { r e t u r n
c ? c : a ._cor e.D evice Info.getUnique EventI d (). t h en (fu n ct i o n (a){ ret u rn a. t o L o werC as e(). re p l a c e ( / -
/ g , ' ' ) } ) }) };ic.pr ototype .getSessionId=funct i o n (a){ v ar c=
this;return a?this.getValue('analytics.sessionid').then(function(a){return a?a:c.getIntegerId()}).catch(function(){return
c.getIntegerId()}):this.getIntegerId()};ic.prototype.getAppVersion=function(){return
this.getValue('analytics.appversion')};ic.prototype.getOsVersion=function(){return
this.getValue('analytics.osversion')};ic.prototype.getIntegerId=function(){return
this._core.DeviceInfo.getUniqueEventId().then(function(a){return parseInt(a.replace(/-
/g,'').substring(0,12),16)})};ic.prototype.getAppStartCounts=
f u n c t i o n ( ) { r e t u r n
this.retrieveStoredUTCData(ic.AppStartInfoKey).then(function(a){return{nAppStartDay:a.todayCount,nAppStartUse
r:a.totalCount}})};ic.prototype.getTransactionCounts=function(){return
this.retrieveStoredUTCData(ic.TransactionInfoKey).then(function(a){return{nTransactionSuccessDay:a.todayCount,n
TransactionSuccessUser:a.totalCount}})};ic.prototype.getInstallHour=function(){var a=this,c=Date.now(),d=c-
Math.floor(c%36E5);return this.getValue(ic.InstallHourKey).then(function(c){if(void 0!==
c)return c;a._core.Storage.set(B.PRIVATE,ic.InstallHourKey,d);a._core.Storage.write(B.PRIVATE);return
d } ) . c a t c h ( f u n c t i o n ( ) { r e t u r n
d})};ic.prototype.setIds=function(a,c){this._core.Storage.set(B.PRIVATE,'analytics.userid',a);this._core.Storage.set(B
.PRIVATE,'analytics.sessionid',c);this._core.Storage.write(B.PRIVATE)};ic.prototype.setSessionId=function(a){this.
_core.Storage.set(B.PRIVATE,'analytics.sessionid',a)};ic.prototype.setVersions=function(a,c){this._core.Storage.set(
B.PRIVATE,'analytics.appversion',
a);this._core.Storage.set(B.PRIVATE,'analytics.osversion',c);this._core.Storage.write(B.PRIVATE)};ic.prototype.retri
e v e S t o r e d U T C D a t a = f u n c t i o n ( a ) { v a r c = t h i s , d = n e w
Date,e={latestUTCTransactionDate:{year:d.getUTCFullYear(),month:d.getUTCMonth(),day:d.getUTCDate()},today
Count:1,totalCount:1};return this.getValue(a).then(function(d){if(void 0===d)return c.updateInfo(a,e),e;try{var
f=JSON.parse(d)}catch(C){return c._core.Storage.delete(B.PRIVATE,a),c._core.Storage.write(B.PRIVATE),e}var
k=f.latestUTCTransactionDate;
d = k . y e a r ; v a r h = k . m o n t h ; k = k . d a y ; v a r
n=e.latestUTCTransactionDate,p=n.year,q=n.month;n=n.day;f.totalCount++;d===p&&h===q&&k===n?f.todayCoun
t++:(e.totalCount=f.totalCount,f=e);c.updateInfo(a,f);return f}).catch(function(){return
e})};ic.prototype.updateInfo=function(a,c){this._core.Storage.set(B.PRIVATE,a,JSON.stringify(c));this._core.Storag
e.write(B.PRIVATE)};ic.prototype.getValue=function(a){return
this._core.Storage.get(B.PRIVATE,a).then(function(a){return a}).catch(function(a){a=l.makeIterator(a).next().value;
s w i t c h ( a ) { c a s e G e [ G e . C O U L D N T _ G E T _ V A L U E ] : b r e a k ; c a s e
G e [ G e . C O U L D N T _ G E T _ S T O R A G E ] : b r e a k ; d e f a u l t : t h r o w
Error(a);}})};ic.AppStartInfoKey='analytics.appstartinfo';ic.TransactionInfoKey='analytics.transactioninfo';ic.InstallH
o u r K e y = ' a n a l y t i c s . i n s t a l l h o u r ' ; v a r
nn;(function(a){a[a.POSTEVENT=0]='POSTEVENT'})(nn||(nn={}));l.inherits(bm,y);bm.prototype.addExtras=functi
o n ( a ) { a = J S O N . s t r i n g i f y ( a ) ; r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'addExtras',[a])};bm.prototype.handleEvent=function(a){switch(a)
{case nn[nn.POSTEVENT]:break;
d e f a u l t : t h r o w E r r o r ( ' A n a l y t i c s A p i n o k n o w n e v e n t :
"'+a+'"');}};cm.prototype.onTransactionSuccess=function(){return
P r o m i s e . r e s o l v e ( ) } ; c m . p r o t o t y p e . i n i t = f u n c t i o n ( ) { r e t u r n
Promise.resolve()};cm.prototype.getGameSessionId=function(){return 0};Up.prototype.initialize=function(){var
a=this;return this._analyticsEnabled?this.AnalyticsManager.init().then(function(){return
a.AnalyticsManager.getGameSessionId()}):this.AnalyticsStorage.getSessionId(this._core.ClientInfo.isReinitialized()).
then(function(c){a.AnalyticsStorage.setSessionId(c);
r e t u r n
c})};l.inherits(fh,ob);fh.prototype.getRequiredAssets=function(){return[]};fh.prototype.getOptionalAssets=function()
{return[]};fh.prototype.isConnectionNeeded=function(){return!0};fh.prototype.getWidth=function(){return
t h i s . g e t ( ' w i d t h ' ) } ; f h . p r o t o t y p e . g e t H e i g h t = f u n c t i o n ( ) { r e t u r n
this.get('height')};fh.prototype.getMarkup=function(){return
this.get('markup')};Tk.startWithHTMLTag=function(a){return(a=this._htmlOpenTag.exec(a))?0===a.index:!1};Tk.ba
se64encode=function(a){return btoa(unescape(encodeURIComponent(a)))};
Tk._htmlOpenTag=/<[^>]*>/;jd.prototype.onLoad=function(){var a=this;return
this.setUpBannerPlayer().then(function(){return a.getMarkup().then(function(c){var
d=a._template.render({markup:c});return new Promise(function(c){var
e=a._webPlayerContainer.onPageFinished.subscribe(function(){a._webPlayerContainer.onPageFinished.unsubscribe(
e);a.onDomContentLoaded().then(c)}),g=l.makeIterator(a._platform===t.ANDROID?[Tk.base64encode(d),'base64']:[
d,'UTF-8']),k=g.next().value;g=g.next().value;a._webPlayerContainer.setData(k,
'text/html',g)})})})};jd.prototype.onDestroy=function(){return
Promise.resolve()};jd.prototype.onShow=function(){Da.addStart(this._campaign);Da.addView(this._campaign);this._
impressionEventsSent||(n.reportMetricEvent(Ee.BannerAdImpression),this.sendTrackingEvent(J.START),this.sendTr
ackingEvent(J.IMPRESSION),this._impressionEventsSent=!0);return
P r o m i s e . r e s o l v e ( ) } ; j d . p r o t o t y p e . o n H i d e = f u n c t i o n ( ) { r e t u r n
Promise.resolve()};jd.prototype.onMraidLoad=function(){n.reportMetricEvent(Ee.BannerAdMraidImpression)};
jd.prototype.onMraidOpen=function(a){n.reportMetricEvent(Ee.BannerAdMraidClick);this.onOpenURL(a)};jd.protot
y p e . s e t E v e n t S e t t i n g s = f u n c t i o n ( a ) { r e t u r n
this._webPlayerContainer.setEventSettings(a)};jd.prototype.onOpenURL=function(a){var c=this;a&&-
1===a.indexOf('about:blank')&&(this._clickEventsSent||(this._clickEventsSent=!0,this.sendTrackingEvent(J.CLICK),
this._bannerNativeApi.BannerListenerApi.sendClickEvent(this._bannerAdViewId)),this._platform===t.IOS?this.open
IOSUrl(a):this._platform===t.ANDROID&&
this._core.Android.Intent.launch({action:'android.intent.action.VIEW',uri:a}).then(function(){c._leaveApplicationEve
ntTriggered||(c._leaveApplicationEventTriggered=!0,c._bannerNativeApi.BannerListenerApi.sendLeaveApplicationE
vent(c._bannerAdViewId))}))};jd.prototype.openIOSUrl=function(a){var
c=this;this._core.iOS.UrlScheme.open(a).then(function(){c._leaveApplicationEventTriggered||(c._leaveApplicationEv
entTriggered=!0,c._bannerNativeApi.BannerListenerApi.sendLeaveApplicationEvent(c._bannerAdViewId))})};
jd.prototype.sendTrackingEvent=function(a){this._thirdPartyEventManager.sendTrackingEvents(this._campaign,a,'ba
nner',this._campaign.getUseWebViewUserAgentForTracking())};jd.prototype.setUpBannerPlayer=function(){return
wf.voidResult(Promise.all([this.setUpBannerPlayerSettings(),this.setUpBannerPlayerEvents()]))};jd.prototype.setUpB
a n n e r P l a y e r E v e n t s = f u n c t i o n ( ) { r e t u r n
this.setEventSettings({onPageFinished:{sendEvent:!0},onReceivedSslError:{shouldCallSuper:!0}})};jd.prototype.set
UpBannerPlayerSettings=
f u n c t i o n ( ) { r e t u r n
this._webPlayerContainer.setSettings(this._platform===t.ANDROID?{setJavaScriptCanOpenWindowsAutomatically
:[!0],setSupportMultipleWindows:[!1]}:{javaScriptCanOpenWindowsAutomatically:!0,scalesPagesToFit:!0},{})};l.in
herits(sg,jd);sg.prototype.onDestroy=function(){this._webPlayerContainer.shouldOverrideUrlLoading.unsubscribe(thi
s._urlLoadingObserver);this._webPlayerContainer.onCreateWebView.unsubscribe(this._onCreateWebViewObserver)
;return jd.prototype.onDestroy.call(this)};sg.prototype.onDomContentLoaded=
f u n c t i o n ( ) { v a r
a=this;this._platform===t.ANDROID?this._urlLoadingObserver=this._webPlayerContainer.shouldOverrideUrlLoadin
g.subscribe(function(c){if(a._shouldPreventOverrideUrlLoading){if(!1===a._duplicatedClick)a.onOpenURL(c);a._du
p l i c a t e d C l i c k = ! 0 } e l s e
a.onOpenURL(c)}):this._onCreateWebViewObserver=this._webPlayerContainer.onCreateWebView.subscribe(functi
on(c){a.onOpenURL(c)});var c=this.getEventSettings();return
jd.prototype.setEventSettings.call(this,c)};sg.prototype.getMarkup=function(){return
Promise.resolve(decodeURIComponent(this._campaign.getMarkup()))};
s g . p r o t o t y p e . g e t E v e n t S e t t i n g s = f u n c t i o n ( ) { r e t u r n
this._platform===t.ANDROID?{shouldOverrideUrlLoading:{sendEvent:!0,returnValue:!0},onReceivedSslError:{sho
uldCallSuper:!0}}:{onCreateWindow:{sendEvent:!0},onReceivedSslError:{shouldCallSuper:!0}}};l.inherits(Nh,sg);
N h . p r o t o t y p e . o p e n I O S U r l = f u n c t i o n ( a ) { v a r
c=this;this.isAppSheetSupported&&this._isClickEnabled&&this._request&&this._storeHandler?(this._isClickEnable
d=!1,Wb.getStoreURLFromClickThroughURL(this._campaign,this._request,a).then(function(a){c._isClickEnabled=
!0;Wb.openAppSheet(c._campaign,c._storeHandler,a)})):this.isAppSheetSupported||sg.prototype.openIOSUrl.call(thi
s,a)};Nh.prototype.onAppSheetOpened=function(){this._isClickEnabled=!1};Nh.prototype.onAppSheetClosed=functi
on(){this._isClickEnabled=!0};Nh.prototype.onAppSheetErrored=function(){this._isClickEnabled=!0};Nh.prototype.
onDestroy=function(){this._store&&(this._store.iOS.AppSheet.onOpen.unsubscribe(this._appSheetOpenObserver),thi
s._store.iOS.AppSheet.onClose.unsubscribe(this._appSheetCloseObserver),
this._store.iOS.AppSheet.onError.unsubscribe(this._appSheetErrorObserver));return
sg.prototype.onDestroy.call(this)};l.global.Object.defineProperties(Nh.prototype,{isAppSheetSupported:{configurabl
e:!0,enumerable:!0,get:function(){return!!this._campaign.getSkadnAppStoreId()}}});Lh.prototype.canCreateAdUnit=
f u n c t i o n ( a ) { r e t u r n
a===Lh.ContentTypeJS||a===Lh.ContentTypeHTML};Lh.prototype.createAdUnit=function(a){if(a.campaign
instanceof fh)return this.createBannerAdUnit(a);throw Error('Unknown campaign instance type');
};Lh.prototype.createBannerAdUnit=function(a){return a.platform===t.IOS?new Nh(a):new
sg(a)};Lh.ContentTypeJS='programmatic/banner-js';Lh.ContentTypeHTML='programmatic/banner-
html';l.inherits(Ej,Fb);Ej.prototype.fetch=function(a,c){var d=this;return
F b . p r o t o t y p e . f e t c h . c a l l ( t h i s , a , c ) . t h e n ( f u n c t i o n ( c ) { r e t u r n
c?a.Storage.delete(B.PUBLIC,d.getCategory()).then(function(){a.Storage.write(B.PUBLIC);return!0}):Promise.resolv
e(!1)})};Ej.prototype.getServerId=function(){return this.get('server_id')};Ej.prototype.getDTO=
function(){return{sid:this.getServerId()}};$l.prototype.create=function(a,c,d,e){return S(this,void 0,void 0,function
g(){var k=this,h,n,p,q,u,w;return l.generator.createGenerator(g,function(g){if(1==g.nextAddress)return
h=k._deviceInfo.get('screenWidth')>=k._deviceInfo.get('screenHeight')?Ha.LANDSCAPE:Ha.PORTRAIT,n=!(k._pla
tform!==t.IOS||!c.getSkadnAppStoreId()||Eb.isAppSheetBroken(k._deviceInfo.getOsVersion(),k._deviceInfo.getMode
l(),h)),p={},q=k._thirdPartyEventManagerFactory.create((p[Ic.ZONE]=
d.id,p[Ic.SDK_VERSION]=k._clientInfo.getSdkVersion().toString(),p)),u={platform:k._platform,core:k._core,campai
gn:c,thirdPartyEventManager:q,webPlayerContainer:e,bannerNativeApi:k._bannerNativeApi,placementId:d.id,banner
AdViewId:a,shouldPreventOverrideUrlLoading:k._deviceInfo instanceof
ea&&21<=k._deviceInfo.getApiLevel()?!0:!1},n?g.yield(k.getStoreHandler(c,d,q),3):g.jumpTo(2);2!=g.nextAddress
&&(w=g.yieldResult,u=Object.assign(Object.assign({},u),{store:k._store,request:k._request,storeHandler:w}));
return g.return(u)})})};$l.prototype.getStoreHandler=function(a,c,d){return S(this,void 0,void 0,function f(){var
g=this,k;return l.generator.createGenerator(f,function(f){if(1==f.nextAddress)return
f.yield(g.getOperativeEventManager(a),2);k=f.yieldResult;return
f.return(Qi({platform:g._platform,core:g._core,ads:g._ads,store:g._store,thirdPartyEventManager:d,operativeEventMa
nager:k,deviceInfo:g._deviceInfo,clientInfo:g._clientInfo,placement:c,campaign:a,coreConfig:g._coreConfig}))})})};
$l.prototype.getOperativeEventManager=
function(a){var c;return S(this,void 0,void 0,function e(){var f=this,g;return
l.generator.createGenerator(e,function(e){if(1==e.nextAddress)return
e.yield(f._playerMetadata,2);g=null===(c=e.yieldResult)||void 0===c?void 0:c.getServerId();return
e.return(Io.createOperativeEventManager({platform:f._platform,core:f._core,ads:f._ads,request:f._request,metaDataM
anager:f._metadataManager,sessionManager:f._sessionManager,clientInfo:f._clientInfo,deviceInfo:f._deviceInfo,core
Config:f._coreConfig,adsConfig:f._adsConfig,
storageBridge:f._storageBridge,campaign:a,playerMetadataServerId:g||'',privacySDK:f._privacySDK,userPrivacyMan
ager:f._privacyManager,loadV5Support:f._clientInfo.getUsePerPlacementLoad(),installInfo:f._installInfo,sdkClickDe
tailsManager:f._sdkClickDetailsManager,store:f._store,focusManager:f._focusManager}))})})};l.inherits(hq,qf);var
vv='us br jp mx ca id gb ru kr au'.split(' ');l.inherits(Wn,am);Wn.prototype.canExecute=function(){return
vv.includes(this._coreConfig.getCountry().toLowerCase())};l.inherits(Vn,
a m ) ; V n . p r o t o t y p e . c a n E x e c u t e = f u n c t i o n ( ) { r e t u r n
this._clientInfo.getTestMode()||this._coreConfig.getTestMode()};l.inherits(Gi,la);Gi.create=function(a){return new
Gi(a)};Gi.prototype.createPlacementDTO=function(a){a=la.prototype.createPlacementDTO.call(this,a);a.dimensions
= t h i s . _ b a n n e r S i z e ; r e t u r n
a};Gi.prototype.request=function(){this._deviceInfo.getLimitAdTracking()&&n.reportMetricEvent(Ee.BannerAdReq
uestWithLimitedAdTracking);return la.prototype.request.call(this)};l.inherits(rg,Ad);rg.prototype.parse=
f u n c t i o n ( a , c ) { v a r
d=this._wrapJS?this.getJSContent(a):this.getHTMLContent(a);a={id:this.getProgrammaticCampaignId(),adType:a.ge
tAdType(),correlationId:a.getCorrelationId(),mediaId:a.getMediaId(),creativeId:a.getCreativeId(),meta:void
0,session:c,seatId:a.getSeatId(),willExpireAt:a.getCacheTTL(),markup:d,trackingUrls:a.getTrackingUrls()||{},width:a.
getWidth(),height:a.getHeight(),skadn:a.getSkadn()};return Promise.resolve(new
fh(a))};rg.prototype.getJSContent=function(a){return encodeURIComponent('<script>'+
a.getContent()+'\x3c/script>')};rg.prototype.getHTMLContent=function(a){return
encodeURIComponent(a.getContent())};rg.ContentTypeJS='programmatic/banner-
js';rg.ContentTypeHTML='programmatic/banner-html';Xn.getCampaignParser=function(a,c){switch(c){case
rg.ContentTypeJS:return new rg(a,!0);case rg.ContentTypeHTML:return new rg(a);default:throw Error('Unsupported
content-type: '+c);}};Ed.parseAuctionV5Response=function(a,c){var
d=a.id,e=this.getRawAuctionPlacement(c.placements[d]);if(e){var f=e.mediaId,
g=e.trackingId,k=e.rs;if(f){e=c.tracking[g];if(!e)throw Error('Invalid tracking ID '+g);a.rs=k;a=new
X d ( d , f , e ) ; d = t h i s . b u i l d A u c t i o n R e s p o n s e ( a , c , f , e ) ; r e t u r n n e w
va([a],d,f,c.correlationId)}}};Ed.parseAuctionV6Response=function(a,c){var
d=a.id,e=this.getRawAuctionPlacement(c.placements[d]);if(e){var f=e.mediaId,g=e.tracking;if(f)return
a.rs=e.rs,a={},f&&g&&(a=Rh.constructTrackingUrls(c.trackingTemplates,g)),d=new
Xd(d,f),g=this.buildAuctionResponse(d,c,f,a),new va([d],g,f,c.correlationId)}};Ed.parseAuctionV4Response=
function(a,c){if(a.placements){var d=a.placements[c.id];if('string'===typeof d&&d)return c=new Xd(c.id,d),new
va([c],a.media[d],d,a.correlationId)}};Ed.parseV5=function(a,c){try{var
d=JSON.parse(a.response);this.validateProperties(d,c.id)}catch(e){throw Error(e);}return
d};Ed.parseV6=function(a){try{var c=JSON.parse(a.response)}catch(e){throw
n.reportMetricEvent(Dg.FailedToParse),Error('Failed to parse IRawAuctionV6Response '+e.message);}a=c;var
d=a.placements;if(!a.auctionId)throw n.reportMetricEvent(Dg.AuctionIdMissing),
Error('No auction ID found');if(!d)throw n.reportMetricEvent(Dg.PlacementsMissing),Error('No placements
f o u n d ' ) ; r e t u r n
c};Ed.buildAuctionResponse=function(a,c,d,e){return{placements:[a],contentType:c.media[d].contentType,content:c.
media[d].content,cacheTTL:c.media[d].cacheTTL,trackingUrls:e,adType:c.media[d].adType,creativeId:c.media[d].cre
ativeId,seatId:c.media[d].seatId,correlationId:c.correlationId,campaignId:c.media[d].campaignId,bundleId:c.media[d].
bundleId,useWebViewUserAgentForTracking:c.media[d].useWebViewUserAgentForTracking,
mediaId:d,width:c.media[d].width,height:c.media[d].height,statusCode:c.statusCode,isOMEnabled:c.media[d].isOME
nabled,shouldMuteByDefault:c.media[d].shouldMuteByDefault,isCustomCloseEnabled:c.media[d].isCustomCloseEn
abled,skadn:c.media[d].skadn,adUnitID:c.media[d].adUnitID,videoLength:c.media[d].videoLength,queryId:c.media[d
].queryId}};Ed.validateProperties=function(a,c){var d=a.placements;if(!d)throw Error('No placements
found');if(!d[c])throw Error('Missing placement');if((a=this.getRawAuctionPlacement(a.placements[c]))&&
v o i d 0 = = = a . t r a c k i n g I d ) t h r o w E r r o r ( ' M i s s i n g
trackingId');};Ed.getRawAuctionPlacement=function(a){if(a.mediaId)return
a};l.inherits(Fi,Error);Dd.prototype.request=function(a,c){var d=this;if(!this._requestGuards.some(function(a){return
a.canExecute()})||!this._fillManager.shouldRequestBanner(a.id))return
this.rejectBlockedRequest(a.id);Da.addAdRequest();var e=this.createBannerAuctionRequest(a,c);return
e.request().then(function(){var c=e.getNativeResponse();if(c)switch(H.getAuctionProtocol()){case Ab.V7:case
Ab.V6:return d.parseAuctionV6BannerCampaign(c,
a);case Ab.V5:return d.parseAuctionV5BannerCampaign(c,a);default:return d.parseBannerCampaign(c,a)}throw
Error('Empty campaign response');}).catch().then(function(a){return
a})};Dd.prototype.setPreviousPlacementId=function(a){this._previousPlacementId=a};Dd.prototype.getPreviousPlace
m e n t I d = f u n c t i o n ( ) { r e t u r n
this._previousPlacementId};Dd.prototype.resetFilledBannerCampaign=function(){};Dd.prototype.createBannerAuctio
n R e q u e s t = f u n c t i o n ( a , c ) { c = n e w
Gi({platform:this._platform,core:this._core,adMobSignalFactory:this._adMobSignalFactory,
coreConfig:this._coreConfig,adsConfig:this._adsConfig,clientInfo:this._clientInfo,deviceInfo:this._deviceInfo,metaD
ataManager:this._metaDataManager,request:this._request,sessionManager:this._sessionManager,bannerSize:c,privacy
SDK:this._privacySDK,userPrivacyManager:this._userPrivacyManager,installInfo:this._installInfo});c.addPlacement(
a);c.setTimeout(3E3);return c};Dd.prototype.parseBannerCampaign=function(a,c){var
d=Yc.parse(a.response);if(!d.auctionId)throw new Fi('No auction ID found');var e=
new Gc(d.auctionId);d=Ed.parseAuctionV4Response(d,c);return d?this.handleBannerCampaign(d,e):(c=new Fi('No
f i l l f o r p l a c e m e n t
'+c.id),c.response=a,Promise.reject(c))};Dd.prototype.parseAuctionV5BannerCampaign=function(a,c){a=Ed.parseV5(
a,c);var d=c.id;if(!a.auctionId)throw new Fi('No auction ID found');var e=new
Gc(a.auctionId),f=Ed.parseAuctionV5Response(c,a);this.parseAdditionalPlacements(a,c,e);return
f?this._fillManager.onFill(f,e,d):this._fillManager.onNoFill(d)};Dd.prototype.parseAuctionV6BannerCampaign=
function(a,c){a=Ed.parseV6(a);var d=Ed.parseAuctionV6Response(c,a),e=new
Gc(a.auctionId);this.parseAdditionalPlacements(a,c,e);return
d?this._fillManager.onFill(d,e,c.id):this._fillManager.onNoFill(c.id)};Dd.prototype.parseAdditionalPlacements=functi
on(){};Dd.prototype.handleBannerCampaign=function(a,c){this._core.Sdk.logDebug('Parsing campaign
' + a . g e t C o n t e n t T y p e ( ) + ' : ' + a . g e t C o n t e n t ( ) ) ; r e t u r n
this.getCampaignParser(a.getContentType()).parse(a,c).then(function(c){c.setMediaId(a.getMediaId());return c})};
D d . p r o t o t y p e . g e t C a m p a i g n P a r s e r = f u n c t i o n ( a ) { r e t u r n
Xn.getCampaignParser(this._platform,a)};Dd.prototype.rejectBlockedRequest=function(a){a=new Fi('No fill for
placement '+a);this._core.Sdk.logError(a.message);n.reportMetricEvent(Ee.BannerAdNoFillRequestBlocked);return
Promise.reject(a)};l.inherits(qg,Dd);qg.prototype.request=function(a,c){var
d,e=this.getBannerCampaignForPlacement(a),f=null===(d=ab.getState().config)||void 0===d?void
0:d.abGroup;d=a.id;if(e)return Fj(ei.BlockedBannerRequest,f),Promise.resolve(e);
if(!this.shouldLoadForSurfacePlacement(a.getAdUnitId(),d))return
Fj(ei.BlockedBannerRequest,f),this.rejectBlockedRequest(d);Fj(ei.BannerRequest,f);return
Dd.prototype.request.call(this,a,c)};qg.prototype.resetFilledBannerCampaign=function(){this._filledAdUnit={};this._
filledBannerCampaignForPlacements={}};qg.prototype.createBannerAuctionRequest=function(a,c){var
d = t h i s ; c = n e w
Gi({platform:this._platform,core:this._core,adMobSignalFactory:this._adMobSignalFactory,coreConfig:this._coreCo
nfig,adsConfig:this._adsConfig,
clientInfo:this._clientInfo,deviceInfo:this._deviceInfo,metaDataManager:this._metaDataManager,request:this._request
,sessionManager:this._sessionManager,bannerSize:c,privacySDK:this._privacySDK,userPrivacyManager:this._userPr
i v a c y M a n a g e r , i n s t a l l I n f o : t h i s . _ i n s t a l l I n f o } ) ; v a r
e={};e[a.id]=a;a.hasAdUnitId()&&this._adsConfig.getPlacementsForAdunit(a.getAdUnitId()).map(function(a){return
e[a]=d._adsConfig.getPlacement(a)});c.setPlacements(e);c.setTimeout(3E3);return
c};qg.prototype.isAdUnitFilled=function(a){return!0===
this._filledAdUnit[a]};qg.prototype.shouldLoadForSurfacePlacement=function(a,c){if(this._surfacePlacements.includ
es(c))return!0;if(this.isAdUnitFilled(a))return!1;this._surfacePlacements.push(c);return!0};qg.prototype.parseAddition
alPlacements=function(a,c,d){return S(this,void 0,void 0,function f(){var g,k,h=this,n,p,q,t;return
l.generator.createGenerator(f,function(f){if(1==f.nextAddress){g=[];for(k in
a.placements)if(k!==c.id&&(n=h._adsConfig.getPlacement(k),p=void 0,p=H.getAuctionProtocol()===
Ab.V6?Ed.parseAuctionV6Response(n,a):Ed.parseAuctionV5Response(n,a))){q=Ed.getRawAuctionPlacement(a.plac
e m e n t s [ k ] ) ; i f ( ! q ) r e t u r n f . r e t u r n ( v o i d
0);n.rs=q.rs;h._filledAdUnit[n.getAdUnitId()]||(h._filledAdUnit[c.getAdUnitId()]=!0);g.push(h.getFilledCampaign(p,
d , k ) ) } r e t u r n
f.yield(Promise.all(g),2)}t=f.yieldResult;h._filledBannerCampaignForPlacements=t.reduce(function(a,c){var
d=l.makeIterator(c);c=d.next().value;d=d.next().value;var f={};return
Object.assign(Object.assign({},a),(f[c]=d,f))},{});f.jumpToEnd()})})};
qg.prototype.getBannerCampaignForPlacement=function(a){if(Object.prototype.hasOwnProperty.call(this._filledBan
n e r C a m p a i g n F o r P l a c e m e n t s , a . i d ) ) r e t u r n
this._filledBannerCampaignForPlacements[a.id]};qg.prototype.getFilledCampaign=function(a,c,d){return S(this,void
0,void 0,function f(){var g,k=this;return l.generator.createGenerator(f,function(f){return
1==f.nextAddress?(g=d,f.yield(k._fillManager.onFill(a,c,d),2)):f.return([g,f.yieldResult])})})};var
id;(function(a){a.Orientation='orientation';a.Open=
'open';a.Loaded='loaded';a.AnalyticsEvent='analyticsEvent';a.Close='close';a.UseCustomClose='useCustomClose';a.St
ateChange='customMraidState';a.ResizeWebView='resizeWebview';a.SendStats='sendStats';a.ConsoleLog='consoleL
og';a.DevOrientationSubscribe='deviceorientationSubscribe';a.HrefClick='hrefClick'})(id||(id={}));var
rs={landscape:Ha.LANDSCAPE,portrait:Ha.PORTRAIT};pg.prototype.connect=function(){var
a=this;this._isConnected||(this._isConnected=!0,this._webPlayerEventObserver=this._container.onWebPlayerEvent.su
bscribe(function(c){return a.onWebPlayerEvent(JSON.parse(c))}),
this._core.iOS?this._createWebViewObserver=this._container.onCreateWebView.subscribe(function(c){return
a.onHrefClick(c)}):this._shouldOverrideUrlLoading=this._container.shouldOverrideUrlLoading.subscribe(function(c)
{ r e t u r n
a.onHrefClick(c)}))};pg.prototype.disconnect=function(){this._isConnected=!1;this._container.onWebPlayerEvent.un
subscribe(this._webPlayerEventObserver);this._core.DeviceInfo.Ios?this._container.onCreateWebView.unsubscribe(t
his._createWebViewObserver):this._container.shouldOverrideUrlLoading.unsubscribe(this._shouldOverrideUrlLoadi
ng)};
pg.prototype.sendViewableEvent=function(a){this.sendEvent('viewable',[a])};pg.prototype.sendDeviceOrientationEve
nt=function(a){this.sendEvent('deviceorientation_unity_v1',[a])};pg.prototype.getHandler=function(){return
this._handler};pg.prototype.onWebPlayerEvent=function(a){var
c=a.shift();a=a.shift();this._core.Sdk.logDebug('mraid: event='+c+', data='+a);if(c in
this._mraidHandlers)(0,this._mraidHandlers[c])(a)};pg.prototype.onHrefClick=function(a){E.isValidProtocol(a)&&id
.HrefClick in this._mraidHandlers&&
(this._mraidHandlers[id.HrefClick]([a]),n.reportMetricEvent(ff.MraidHrefClickReceived))};pg.prototype.sendEvent=
f u n c t i o n ( a , c ) { a = [ a ] ; c & & a . p u s h ( c ) ; r e t u r n
this._container.sendEvent(a)};Ei.prototype.connectMraidAdapter=function(a){this._mraidAdapter=new
pg(this._core.Api,this,a);this._mraidAdapter.connect();this.setupObservers()};Ei.prototype.setAdUnit=function(a){thi
s._adUnit=a};Ei.prototype.onBridgeOpen=function(a){this._adUnit.onMraidOpen(a)};Ei.prototype.onBridgeLoad=fu
nction(){this._adUnit.onMraidLoad()};
Ei.prototype.parseMarkupForMraid=function(a){return(this._core.NativeBridge.getPlatform()===t.IOS?Ii.parseFrom
S t r i n g ( a , ' t e x t / h t m l ' ) : ( n e w
DOMParser).parseFromString(a,'text/html')).documentElement.querySelector('script[src^="mraid.js"]')?!0:(n.reportM
etricEvent(Ee.BannerAdNoMraid),!1)};Ei.prototype.setupObservers=function(){var
a=this;this._onBannerViewable=this._bannerNativeApi.BannerApi.onBannerAttached.subscribe(function(c){c===a._
bannerAdViewId&&a._mraidAdapter.sendViewableEvent(!0)});this._onBannerNotViewable=
this._bannerNativeApi.BannerApi.onBannerDetached.subscribe(function(c){c===a._bannerAdViewId&&a._mraidAd
apter.sendViewableEvent(!1)});this._bannerNativeApi.BannerApi.onBannerDestroyed.subscribe(function(c){c===a._
bannerAdViewId&&(a._bannerNativeApi.BannerApi.onBannerAttached.unsubscribe(a._onBannerViewable),a._bann
erNativeApi.BannerApi.onBannerDetached.unsubscribe(a._onBannerNotViewable))})};var
Kg;(function(a){a.BannerEventResized='BANNER_RESIZED';a.BannerEventVisibilityChange='BANNER_VISIBIL
ITY_CHANGED';
a.BannerOpenedEvent='BANNER_ATTACHED';a.BannerClosedEvent='BANNER_DETACHED';a.BannerLoadedE
vent='BANNER_LOADED';a.BannerDestroyedEvent='BANNER_DESTROYED';a.BannerLoadPlacement='BANNE
R_LOAD_PLACEMENT';a.BannerDestroyBanner='BANNER_DESTROY_BANNER'})(Kg||(Kg={}));var
Vr;(function(a){a[a.Visible=0]='Visible';a[a.Hidden=4]='Hidden';a[a.Gone=8]='Gone'})(Vr||(Vr={}));var
on;(function(a){a[a.WEB_PLAYER=0]='WEB_PLAYER'})(on||(on={}));l.inherits(Re,y);Re.prototype.setRefreshRat
e=function(a,c){return this._nativeBridge.invoke(this._fullApiClassName,
'setRefreshRate',[a,c])};Re.prototype.load=function(a,c,d,e){return
this._nativeBridge.invoke(this._fullApiClassName,'load',[on[a],c,d,e])};Re.prototype.handleEvent=function(a,c){swit
ch(a){case Kg.BannerEventResized:this.handleBannerResized(c);break;case
Kg.BannerEventVisibilityChange:this.handleBannerVisibilityChanged(c);break;case
Kg.BannerOpenedEvent:this.handleBannerOpenedEvent(c);break;case
Kg.BannerClosedEvent:this.handleBannerClosedEvent(c);break;case
Kg.BannerLoadedEvent:this.handleBannerLoadedEvent(c);
break;case Kg.BannerDestroyedEvent:this.handleBannerDestroyedEvent(c);break;case
Kg.BannerLoadPlacement:this.handleBannerLoadPlacementEvent(c);break;case
Kg.BannerDestroyBanner:this.handleBannerDestroyBannerEvent(c);break;default:y.prototype.handleEvent.call(this,a,
c)}};Re.prototype.handleBannerLoadPlacementEvent=function(a){if(3<=a.length){var
c = l . m a k e I t e r a t o r ( a ) ; a = c . n e x t ( ) . v a l u e ; v a r
d=c.next().value,e=c.next().value;c=c.next().value;this.onBannerLoadPlacement.trigger(a,d,e,c)}};Re.prototype.handl
eBannerDestroyBannerEvent=
function(a){1<=a.length&&this.onBannerDestroyBanner.trigger(a[0])};Re.prototype.handleBannerResized=function(
a ) { v a r c = l . m a k e I t e r a t o r ( a ) ; a = c . n e x t ( ) . v a l u e ; v a r
d=c.next().value,e=c.next().value,f=c.next().value,g=c.next().value;c=c.next().value;this.onBannerResized.trigger(a,{x
:d,y:e,width:f,height:g,alpha:c})};Re.prototype.handleBannerVisibilityChanged=function(a){var
c=l.makeIterator(a);a=c.next().value;c=c.next().value;this.onBannerVisibilityChanged.trigger(a,c)};Re.prototype.hand
leBannerOpenedEvent=
function(a){this.onBannerAttached.trigger(a[0])};Re.prototype.handleBannerClosedEvent=function(a){this.onBanner
Detached.trigger(a[0])};Re.prototype.handleBannerLoadedEvent=function(a){this.onBannerLoaded.trigger(a[0])};Re.
prototype.handleBannerDestroyedEvent=function(a){this.onBannerDestroyed.trigger(a[0])};var
jj;(function(a){a[a.Unknown=0]='Unknown';a[a.NativeError=1]='NativeError';a[a.WebViewError=2]='WebViewErro
r';a[a.NoFillError=3]='NoFillError'})(jj||(jj={}));var eh;(function(a){a[a.Unloaded=
0]='Unloaded';a[a.Loading=1]='Loading';a[a.Loaded=2]='Loaded'})(eh||(eh={}));xc.prototype.subscribeListeners=fun
ction(){var a=this;this._onAppBackground=this._focusManager.onAppBackground.subscribe(function(){return
a.onAppBackground()});this._onAppForeground=this._focusManager.onAppForeground.subscribe(function(){return
a.onAppForeground()});this._onActivityPaused=this._focusManager.onActivityPaused.subscribe(function(c){return
a.onActivityPaused(c)});this._onActivityResumed=this._focusManager.onActivityResumed.subscribe(function(c){ret
urn a.onActivityResumed(c)});
this._onBannerOpened=this._bannerNativeApi.BannerApi.onBannerAttached.subscribe(function(c){if(c===a._banner
AdViewId)a.onBannerAttached()});this._onBannerClosed=this._bannerNativeApi.BannerApi.onBannerDetached.sub
scribe(function(c){if(c===a._bannerAdViewId)a.onBannerDetached()});this._onBannerDestroyed=this._bannerNativ
eApi.BannerApi.onBannerDestroyed.subscribe(function(){})};xc.prototype.unsubscribeListeners=function(){this._foc
usManager.onAppBackground.unsubscribe(this._onAppBackground);this._focusManager.onAppForeground.unsubscr
ibe(this._onAppForeground);
this._focusManager.onActivityPaused.unsubscribe(this._onActivityPaused);this._focusManager.onActivityResumed.u
nsubscribe(this._onActivityResumed);this._bannerNativeApi.BannerApi.onBannerAttached.unsubscribe(this._onBan
nerOpened);this._bannerNativeApi.BannerApi.onBannerDetached.unsubscribe(this._onBannerClosed);this._bannerN
ativeApi.BannerApi.onBannerDestroyed.unsubscribe(this._onBannerDestroyed)};xc.prototype.load=function(){n.repo
rtMetricEventWithTags(Ee.BannerAdLoad,{bls:eh[this._loadState]});switch(this._loadState){case eh.Unloaded:case
eh.Loaded:return this.getCampaign();
default:return Promise.resolve()}};xc.prototype.prepareSkadnAttribution=function(a){return S(this,void 0,void
0 , f u n c t i o n d ( ) { v a r e = t h i s , f ; r e t u r n
l.generator.createGenerator(d,function(d){f=e._deviceInfo.get('screenWidth')>=e._deviceInfo.get('screenHeight')?Ha.
L A N D S C A P E : H a . P O R T R A I T ; r e t u r n
Eb.isAppSheetBroken(e._deviceInfo.getOsVersion(),e._deviceInfo.getModel(),f)?d.jumpTo(0):d.yield(e.handleSkadn
Attribution(e._campaign,a),0)})})};xc.prototype.handleSkadnAttribution=function(a,c){return S(this,void 0,
void 0,function e(){var f=this,g,k,h,n;return l.generator.createGenerator(e,function(e){if(1==e.nextAddress)return
g=f,k=Wb.prepareAppSheetOptions(a,c,f._core.Api.Sdk),e.yield(f._ads.Store.Api.iOS.AppSheet.prepareImmediate(k)
,2);h=f._ads.Store.Api.iOS.AppSheet.onClose.subscribe(function(){g._ads.Store.Api.iOS.AppSheet.prepareImmediate
(k)});n=f._bannerNativeApi.BannerApi.onBannerDestroyed.subscribe(function(a){a===g._bannerAdViewId&&(g._a
ds.Store.Api.iOS.AppSheet.onClose.unsubscribe(h),Yb('backGroundClose')?
g._ads.Store.Api.iOS.AppSheet.destroy():g._ads.Store.Api.iOS.AppSheet.destroy(k));g._bannerNativeApi.BannerApi.
onBannerDestroyed.unsubscribe(n)});e.jumpToEnd()})})};xc.prototype.getCampaign=function(){var
a=this;this._loadState=eh.Loading;n.reportMetricEvent(Ee.BannerAdRequest);return
this._campaignManager.request(this._placement,this._size).then(function(c){a._campaign=c;c=a._campaign.getSkadn
AppStoreId();a._core.NativeBridge.getPlatform()===t.IOS&&c&&a.prepareSkadnAttribution(c);n.reportMetricEvent
(Ee.BannerAdFill);
return a.createAdUnit().then(function(c){return a.loadBanner().then(function(){return
a . c l e a n P r e v i o u s B a n n e r A d U n i t ( ) . t h e n ( f u n c t i o n ( ) { r e t u r n
c.onLoad().then(function(){pc()('mraidBanners','true')&&a._mraidManager.parseMarkupForMraid(decodeURICompo
nent(a._campaign.getMarkup()))&&(a._mraidManager.connectMraidAdapter(a._webPlayerContainer),a._mraidMana
ger.setAdUnit(c),n.reportMetricEvent(Ee.BannerAdMraid));a.setAdUnit(c);a.tryToShowAdUnit()})})})}).then(functi
on(){a._loadState=eh.Loaded;n.reportMetricEvent(Ee.BannerAdUnitLoaded);
a . _ c a m p a i g n M a n a g e r . r e s e t F i l l e d B a n n e r C a m p a i g n ( ) ; r e t u r n
a._bannerNativeApi.BannerListenerApi.sendLoadEvent(a._bannerAdViewId)})}).catch(function(c){a._loadState=eh.
U n l o a d e d ; i f ( c i n s t a n c e o f F i ) r e t u r n
n.reportMetricEvent(Ee.BannerAdNoFill),a.onBannerNoFill();n.reportMetricEvent($f.BannerRequestError);return
a . s e n d B a n n e r E r r o r ( E r r o r ( ' B a n n e r f a i l e d t o l o a d :
'+c.message))})};xc.prototype.cleanPreviousBannerAdUnit=function(){var a=this;return
this._adUnit?this._adUnit.onDestroy().then(function(){delete a._adUnit}):
Promise.resolve()};xc.prototype.onBannerAttached=function(){this._bannerAttached=!0;this.tryToShowAdUnit()};xc
.prototype.onBannerDetached=function(){this._bannerAttached=!1;if(this._adUnit)this._adUnit.onHide()};xc.prototy
pe.setAdUnit=function(a){this._adUnit=a;this._adUnitOnShowHasBeenCalled=!1};xc.prototype.sendBannerError=fu
n c t i o n ( a ) { r e t u r n
this._bannerNativeApi.BannerListenerApi.sendErrorEvent(this._bannerAdViewId,jj.WebViewError,a.message)};xc.p
r o t o t y p e . o n B a n n e r N o F i l l = f u n c t i o n ( ) { r e t u r n
this._bannerNativeApi.BannerListenerApi.sendErrorEvent(this._bannerAdViewId,
jj.NoFillError,'Placement '+this._placement.id+' failed to
fill!')};xc.prototype.tryToShowAdUnit=function(){this._adUnit&&this._bannerAttached&&!this._adUnitOnShowHas
BeenCalled&&(this._adUnit.onShow(),this._adUnitOnShowHasBeenCalled=!0)};xc.prototype.onAppForeground=fu
nction(){};xc.prototype.onAppBackground=function(){};xc.prototype.onActivityResumed=function(){};xc.prototype.
onActivityPaused=function(){};xc.prototype.createAdUnit=function(){var a=this;return
this._adUnitParametersFactory.create(this._bannerAdViewId,
this._campaign,this._placement,this._webPlayerContainer).then(function(c){return
a._bannerAdUnitFactory.createAdUnit(c)})};xc.prototype.loadBanner=function(){var a=this,c=this._size;return new
P r o m i s e ( f u n c t i o n ( d , e ) { v a r
f=a._bannerNativeApi.BannerApi.onBannerLoaded.subscribe(function(){a._bannerNativeApi.BannerApi.onBannerL
oaded.unsubscribe(f);d()});a._bannerNativeApi.BannerApi.load(on.WEB_PLAYER,c.w,c.h,a._bannerAdViewId).catc
h(function(){e()})})};var Kp={w:320,h:50},Lp={w:728,h:90},Mp={w:468,h:60};
gq.getBannerSizeFromWidthAndHeight=function(a,c,d){if(a>=Lp.w&&c>=Lp.h)return
Lp;if(a>=Mp.w&&c>=Mp.h)return Mp;if(a>=Kp.w&&c>=Kp.h)return Kp;d.logError('Invalid Banner size of
'+a+'(width) '+c+'(height) was given to Unity Ads Sdk, resulted in no
fill')};Rk.prototype.removeContext=function(a){delete this._contexts[a]};Rk.prototype.getContext=function(a){return
this._contexts[a]};Rk.prototype.createContext=function(a,c,d){if(a.isBannerPlacement()){var
e=this.getContext(c);if(e)return e;a=new xc(a,c,
d,this._bannerModule,this._ads,this._core);return this._contexts[c]=a}throw Error('Placement '+a.id+' is not a banner
p l a c e m e n t ' ) ; } ; R k . p r o t o t y p e . s e t u p O b s e r v a b l e s = f u n c t i o n ( ) { v a r
a=this;this._bannerModule.Api.BannerApi.onBannerDestroyBanner.subscribe(function(c){var
d=a.getContext(c);d?d.cleanPreviousBannerAdUnit().then(function(){d.unsubscribeListeners();a.removeContext(c)}).
catch(function(){d.unsubscribeListeners();a.removeContext(c)}):a.removeContext(c)});this._bannerModule.Api.Bann
erApi.onBannerLoadPlacement.subscribe(function(c,
d,e,f){var g=a._bannerModule.PlacementManager.getPlacement(c);if(g)try{var
k=gq.getBannerSizeFromWidthAndHeight(e,f,a._core.Api.Sdk);k?a.createContext(g,d,k).load():a._bannerModule.Api
.BannerListenerApi.sendErrorEvent(d,jj.NoFillError,'No fill for banner size less than 320 * 50')}catch(m){return
a._bannerModule.Api.BannerListenerApi.sendErrorEvent(d,jj.WebViewError,m.message)}else
a._bannerModule.Api.BannerListenerApi.sendErrorEvent(d,jj.WebViewError,'Placement '+c+' could not be
found')})};og.prototype.onFill=
function(a,c){return S(this,void 0,void 0,function e(){var f=this,g,k;return
l.generator.createGenerator(e,function(e){if(1==e.nextAddress)return f._core.Sdk.logDebug('Parsing campaign
' + a . g e t C o n t e n t T y p e ( ) + ' :
'+a.getContent()),g=Xn.getCampaignParser(f._platform,a.getContentType()),e.yield(g.parse(a,c),2);k=e.yieldResult;k.
setMediaId(a.getMediaId());return e.return(k)})})};og.prototype.onNoFill=function(a){a=new Fi('No fill for
placement '+a);this._core.Sdk.logError(a.message);return Promise.reject(a)};
l . i n h e r i t s ( S k , o g ) ; S k . p r o t o t y p e . o n F i l l = f u n c t i o n ( a , c , d ) { r e t u r n
og.prototype.onFill.call(this,a,c,d)};Sk.prototype.onNoFill=function(a){return
og.prototype.onNoFill.call(this,a)};Sk.prototype.shouldRequestBanner=function(){return!0};l.inherits(ng,og);ng.proto
type.onFill=function(a,c,d){this.resetNoFillPlacementMap(d);return
og.prototype.onFill.call(this,a,c,d)};ng.prototype.onNoFill=function(a){this.incrementBannerNoFillCount(a);if(this.ge
tBannerNoFillCount(a)===this._maxNoFillCount){this.resetNoFillPlacementMap(a);
v a r
c=this.getBannerCoolDownTimeStamp(Date.now(),this._bannerNoFillCoolDownTime);this.setFrequencyCapTimesta
m p ( a , c ) } r e t u r n
og.prototype.onNoFill.call(this,a)};ng.prototype.shouldRequestBanner=function(a){if(!this._placementCoolDownTim
estamp[a])return!0;var c=this._placementCoolDownTimestamp[a];if(Date.now()>c){if(pc()('bannerFix','true'))return
d e l e t e
this._placementCoolDownTimestamp[a],!0;this._placementNoFillCounter[a]=0;return!0}return!1};ng.prototype.incre
mentBannerNoFillCount=function(a){this._placementNoFillCounter[a]=
this._placementNoFillCounter[a]+1||1};ng.prototype.resetNoFillPlacementMap=function(a){this._placementNoFillCo
unter[a]=0};ng.prototype.getBannerNoFillCount=function(a){return
this._placementNoFillCounter[a]||0};ng.prototype.setFrequencyCapTimestamp=function(a,c){this._placementCoolDo
wnTimestamp[a]=c};ng.prototype.getBannerCoolDownTimeStamp=function(a,c){return
0>=a?0:0>=c?a:a+c};l.inherits(Mh,R);Mh.prototype.getMaxNoFillCount=function(){return
this.get('maxNoFillCount')};Mh.prototype.getNoFillCoolDownTime=
function(){return this.get('noFillCoolDownTime')};Mh.prototype.shouldGeoBlock=function(){return
this.get('geoBlock')};Mh.prototype.getDTO=function(){return{maxNoFillCount:this.getMaxNoFillCount(),noFillCoo
lDownTime:this.getNoFillCoolDownTime(),geoBlock:this.shouldGeoBlock()}};Mh.Schema={maxNoFillCount:['nu
mber'],noFillCoolDownTime:['number'],geoBlock:['boolean']};var wv=new
Mh({maxNoFillCount:2,noFillCoolDownTime:6E5,geoBlock:!0});Kh.prototype.sendBannersReady=function(){var
a=this;Object.keys(this._placements).forEach(function(c){a.setPlacementState(c,
D . R E A D Y ) } ) } ; K h . p r o t o t y p e . g e t P l a c e m e n t = f u n c t i o n ( a ) { r e t u r n
this._placements[a]};Kh.prototype.setPlacementState=function(a,c){var d=this._placements[a];if(d){var
e=d.getState();d.setState(c);this.sendPlacementStateChange(a,e,c)}};Kh.prototype.sendPlacementStateChange=functi
on(a,c,d){c!==d&&(this._adsApi.Placement.setPlacementState(a,d),this._adsApi.Listener.sendPlacementStateChange
dEvent(a,D[c],D[d]),d===D.READY&&(this._adsApi.Listener.sendReadyEvent(a),z.setReadyEventTimestamp(a),z.s
endReadyEvent(a)))};
Kh.prototype.getPlacements=function(a){var c=a.getPlacements(),d={};Object.keys(c).forEach(function(a){var
e = c [ a ] ; e . i s B a n n e r P l a c e m e n t ( ) & & ( d [ a ] = e ) } ) ; r e t u r n
d};Kh.defaultRefreshRate=30;l.inherits(Dj,y);Dj.prototype.sendLoadEvent=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'sendLoadEvent',[a])};Dj.prototype.sendClickEvent=function(a){re
t u r n
this._nativeBridge.invoke(this._fullApiClassName,'sendClickEvent',[a])};Dj.prototype.sendLeaveApplicationEvent=f
unction(a){return this._nativeBridge.invoke(this._fullApiClassName,
'sendLeaveApplicationEvent',[a])};Dj.prototype.sendErrorEvent=function(a,c,d){return
this._nativeBridge.invoke(this._fullApiClassName,'sendErrorEvent',[a,c,d])};Un.prototype.createFillManager=functio
n ( a ) { r e t u r n n e w
(a?Sk:ng)(this.core.Api,this.core.NativeBridge.getPlatform(),this.core.Config,wv)};Un.prototype.createCampaignMan
a g e r = f u n c t i o n ( a , c ) { r e t u r n n e w
(c?qg:Dd)(this.core.NativeBridge.getPlatform(),this.core.Api,this.core.Config,this.ads.Config,this.ads.SessionManage
r,this.ads.AdMobSignalFactory,
this.core.RequestManager,this.core.ClientInfo,this.core.DeviceInfo,this.core.MetaDataManager,this.ads.PrivacySDK,t
his.ads.PrivacyManager,this.core.InstallInfo,a)};l.inherits(Tn,Ob);l.inherits(Qk,Fb);Qk.prototype.getName=function()
{return this.get('name')};Qk.prototype.getVersion=function(){return
this.get('version')};Qk.prototype.getDTO=function(){return{adapterName:this.getName(),adapterVersion:this.getVers
ion()}};l.inherits(Zl,Fb);Zl.prototype.getOverride=function(){return this.get('override')};
Zl.prototype.getDTO=function(){return{override:this.getOverride()}};l.inherits(Yl,Fb);Yl.prototype.getNonBehavior
a l = f u n c t i o n ( ) { r e t u r n
this.get('nonbehavioral')};Yl.prototype.getDTO=function(){return{nonbehavioral:this.getNonBehavioral()}};Aa.setTe
stBaseUrl=function(a){Aa.OverrideConfigBaseUrl=a+'/games'};Aa.setAbGroup=function(a){Aa.AbGroup=a};Aa.set
Country=function(a){Aa.Country=a};Aa.setCountrySubdivision=function(a){Aa.CountrySubdivision=a};Aa.prototyp
e.getConfig=function(){var a=this;if(void 0!==
this._rawConfigurationResponse)return Promise.resolve(this._rawConfigurationResponse);var c=new
Vc;c.start();return this.getStoredPermissions().then(function(c){return
a.makeConfigurationRequest('configuration',c)}).then(function(d){d=d.response;n.reportMetricEventWithTags(Qm.C
onfigResponse,a.getChinaTags());c.stopAndSend(sp.ConfigEndpointLatencyCN,a.getChinaTags());return
a._rawConfigurationResponse=Yc.parse(d)}).catch(function(c){a._core.Sdk.logError('Game Configuration Request
Failed: '+JSON.stringify(c));
throw new Tn(c);})};Aa.prototype.getTokenRefresh=function(a){var c=this;return(void
0===a?this.getStoredPermissions():Promise.resolve(a)).then(function(a){return
c.makeConfigurationRequest('token_refresh',a)}).then(function(a){return
Yc.parse(a.response)}).catch(function(){return{}})};Aa.prototype.getConfigUrl=function(a){return void
0!==Aa.OverrideConfigBaseUrl?Aa.OverrideConfigBaseUrl:'https://publisher-
config.unityads.'+(a?'unity.cn':'unity3d.com')+'/games'};Aa.prototype.makeConfigurationRequest=
function(a,c){return S(this,void 0,void 0,function e(){var f=this,g,k;return
l.generator.createGenerator(e,function(e){if(1==e.nextAddress)return
e.yield(f.appendQueryParameters(a,c),2);if(3!=e.nextAddress)return g=e.yieldResult,f._core.Sdk.logInfo('Requesting
c o n f i g u r a t i o n f r o m
'+g),n.reportMetricEventWithTags(Qm.ConfigRequest,f.getChinaTags()),e.yield(f._request.get(g,[],{retries:2,retryDel
ay:1E4,followRedirects:!1,retryWithConnectionEvents:!0}),3);k=e.yieldResult;ab.getState().setConfig(k.response);
r e t u r n
e.return(k)})})};Aa.prototype.getConfigurationBaseUrl=function(a){return[this._configBaseUrl,this._clientInfo.getGa
meId(),a].join('/')};Aa.prototype.appendQueryParameters=function(a,c){var d=this;return
t h i s . g e t Q u e r y P a r a m e t e r s ( c ) . t h e n ( f u n c t i o n ( c ) { r e t u r n
E.addParameters(d.getConfigurationBaseUrl(a),c)})};Aa.prototype.getQueryParameters=function(a){var c=this;return
Promise.all([this._deviceInfo.getConnectionType(),this._deviceInfo.getScreenHeight(),this._deviceInfo.getScreenWid
th(),this.getMetaDataParameters(),
this.getPlatformSpecificParameters(),this.retrieveAndUpdateStoredHasInitialized()]).then(function(d){var
e = l . m a k e I t e r a t o r ( d ) ; d = e . n e x t ( ) . v a l u e ; v a r
f=e.next().value,g=e.next().value,k=e.next().value,h=k.framework,n=k.adapter;k=k.nonBehavioral;var
p = e . n e x t ( ) . v a l u e ; e = e . n e x t ( ) . v a l u e ; r e t u r n
Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},p),ml.getDeviceTrackingIdentifiers(c._platf
orm,c._deviceInfo,c._installInfo,!!k)),{connectionType:d,screenHeight:f,screenWidth:g,bundleId:c._clientInfo.getApp
licationName(),
encrypted:!c._clientInfo.isDebuggable(),rooted:c._deviceInfo.isRooted(),platform:t[c._platform].toLowerCase(),sdkV
ersion:c._clientInfo.getSdkVersion(),osVersion:c._deviceInfo.getOsVersion(),deviceModel:c._deviceInfo.getModel(),
language:c._deviceInfo.getLanguage(),test:c._clientInfo.getTestMode(),analyticsUserId:c._unityInfo.getAnalyticsUser
Id(),analyticsSessionId:c._unityInfo.getAnalyticsSessionId(),first:''+!e}),c.formatPermissions(a)),{framework:h,adapte
r:n,ageGateLT13:k,nonBehavioral:k,forceAbGroup:Aa.AbGroup,
force_country:Aa.Country,force_country_subdivision:Aa.CountrySubdivision})})};Aa.prototype.getMetaDataParame
t e r s = f u n c t i o n ( ) { r e t u r n
Promise.all([this._metaDataManager.fetch(uh),this._metaDataManager.fetch(Qk),this._metaDataManager.fetch(Zl),th
is._metaDataManager.fetch(Yl)]).then(function(a){var c=l.makeIterator(a);a=c.next().value;var
d=c.next().value,e=c.next().value;c=c.next().value;c=null===c||void 0===c?void 0:c.getNonBehavioral();e=void
0!==c?c:null===e||void 0===e?void 0:e.getOverride();return{framework:null===
a||void 0===a?void 0:a.getDTO(),adapter:null===d||void 0===d?void
0 : d . g etD TO ( ) ,non B ehaviora l:e}})};Aa.pr o t o t y p e. g et P l at fo rm S p eci fi cP aram et ers =fu n ct io n ( ) { v a r
a = t h i s ; i f ( t h i s . _ p l a t f o r m = = = t . I O S ) r e t u r n
Promise.all([this._deviceInfo.getNetworkOperator(),this._deviceInfo.getFreeMemory(),this._deviceInfo.getBatterySta
tus(),this._deviceInfo.getBatteryLevel(),this._deviceInfo.getScreenBrightness(),this._deviceInfo.getDeviceVolume(),t
his._deviceInfo.getFreeSpace(),this.getMetaDataParameters()]).then(function(c){var d=
l . m a k e I t e r a t o r ( c ) ; c = d . n e x t ( ) . v a l u e ; v a r
f=d.next().value,g=d.next().value,k=d.next().value,h=d.next().value,n=d.next().value;d=d.next().value;var
p=a._deviceInfo;return{networkOperator:c,freeMemory:f,batteryStatus:g,batteryLevel:k,screenBrightness:h,volume:n
,deviceFreeSpace:d,totalSpace:a._deviceInfo.getTotalSpace(),totalMemory:a._deviceInfo.getTotalMemory(),deviceNa
me:p.getDeviceName(),vendorIdentifier:p.getVendorIdentifier(),localeList:p.getLocaleList().toString(),currentUiThe
me:p.getCurrentUiTheme(),
adNetworkPlist:p.getAdNetworksPlist().toString(),systemBootTime:p.getSystemBootTime(),trackingAuthStatus:p.get
TrackingAuthorizationStatus()}});var c=this._deviceInfo;return
Promise.resolve({deviceMake:c.getManufacturer(),screenDensity:c.getScreenDensity(),screenSize:c.getScreenLayout
()})};Aa.prototype.getStoredPermissions=function(){var a={};return
this._core.Storage.get(B.PRIVATE,'unity.privacy.permissions').then(function(c){return void
0===c?a:c}).catch(function(){return a})};Aa.prototype.setHasInitialized=
function(){this._core.Storage.set(B.PRIVATE,Aa.ConfigHasInitializedKey,!0);this._core.Storage.write(B.PRIVATE)
};Aa.prototype.retrieveAndUpdateStoredHasInitialized=function(){var a=this;return
this._core.Storage.get(B.PRIVATE,Aa.ConfigHasInitializedKey).then(function(c){return void
0===c?(a.setHasInitialized(),!1):c}).catch(function(){a.setHasInitialized();return!1})};Aa.prototype.formatPermission
s=function(a){var c=a.ads,d=a.external;a=a.gameExp;var e,f=null===(e=fq())||void 0===e?void 0:e.piplApplies;
e=void 0;e=void 0===e?fq():e;void 0!==(null===e||void 0===e?void
0:e.piplConsent)?e=yq(e.piplConsent):(e=null===e||void 0===e?void 0:e.piplOptinState,e=void
0 ! = = e & & ' U n k n o w n ' ! = = e ? e : v o i d
0);return{'c.ads':c,'c.external':d,'c.gameExp':a,'pipl.applies':f,'pipl.optinState':e}};Aa.prototype.getChinaTags=function
(){return{icn:''+this._shouldUseChinaConfigUrlChinaTraffic}};Aa.ConfigHasInitializedKey='configuration.hasInitial
ized';var qi;(function(a){a[a.INITIALIZE_FAILED=0]='INITIALIZE_FAILED';a[a.INTERNAL_ERROR=
1]='INTERNAL_ERROR';a[a.INVALID_ARGUMENT=2]='INVALID_ARGUMENT';a[a.NO_FILL=3]='NO_FILL'
;a[a.TIMEOUT=4]='TIMEOUT'})(qi||(qi={}));l.inherits(ui,y);ui.prototype.sendAdLoaded=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'sendAdLoaded',[a.placementId,a.listenerId])};ui.prototype.sendAd
F a i l e d T o L o a d = f u n c t i o n ( a , c , d ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'sendAdFailedToLoad',[a.placementId,a.listenerId,c,d])};ui.prototy
pe.sendInvalidArgumentError=function(a,c){this.sendAdFailedToLoad(a,
qi[qi.INVALID_ARGUMENT],c)};ui.prototype.sendNoFillError=function(a){this.sendAdFailedToLoad(a,qi[qi.NO_
F I L L ] , ' P l a c e m e n t r e c e i v e s n o
fill')};ui.prototype.sendInternalError=function(a,c){this.sendAdFailedToLoad(a,qi[qi.INTERNAL_ERROR],c)};l.inh
erits(vj,y);vj.prototype.sendShowFailedEvent=function(a,c,d,e){return
this._nativeBridge.invoke(this._fullApiClassName,'sendShowFailedEvent',[a,c,d,e])};vj.prototype.sendShowStartEve
nt=function(a,c){this._listenerApi.sendStartEvent(a);return this._nativeBridge.invoke(this._fullApiClassName,
'sendShowStartEvent',[a,c])};vj.prototype.sendShowClickEvent=function(a,c){this._listenerApi.sendClickEvent(a);ret
u r n
this._nativeBridge.invoke(this._fullApiClassName,'sendShowClickEvent',[a,c])};vj.prototype.sendShowCompleteEve
nt=function(a,c,d){this._listenerApi.sendFinishEvent(a,d);return
d===ja.ERROR?Promise.resolve():this._nativeBridge.invoke(this._fullApiClassName,'sendShowCompleteEvent',[a,c,
ja[d]])};eq.updateConfiguration=function(a,c,d){return a.getTokenRefresh(c).then(function(a){a=a.token;
void 0!==a&&d.set('token',a)}).catch(function(){})};l.inherits(lb,M);lb.prototype.show=function(a){var
c=this;M.prototype.show.call(this,a);this._onPageStartedObserver=this._webPlayerContainer.onPageStarted.subscribe
( f u n c t i o n ( a ) { r e t u r n
c.onPageStarted(a)});this._shouldOverrideUrlLoadingObserver=this._webPlayerContainer.shouldOverrideUrlLoading
.subscribe(function(a,e){return c.shouldOverrideUrlLoading(a,e)});return
this.setWebPlayerViews().then(function(){c._view.show();c.onStart.trigger();c.sendStartEvent();
c.sendStartEvents();c.getContainer().addEventHandler(c);c.setupPrivacyObservers();c.setFinishState(ja.COMPLETE
D);return Promise.resolve()})};lb.prototype.hide=function(){var a=this;if(!this.isShowing())return
P r o m i s e . r e s o l v e ( ) ; v a r
c=this.getContainer();this.setShowing(!1);c.removeEventHandler(this);this._webPlayerContainer.onPageStarted.unsu
bscribe(this._onPageStartedObserver);this._webPlayerContainer.shouldOverrideUrlLoading.unsubscribe(this._should
OverrideUrlLoadingObserver);if(this._view){this._view.hide();
v a r d = t h i s . _ v i e w . c o n t a i n e r ( ) ; ( n u l l = = = d | | v o i d
0===d?0:d.parentElement)&&d.parentElement.removeChild(d)}this.onFinish.trigger();this.sendCompletedEvent();ret
u r n c . c l o s e ( ) . t h e n ( f u n c t i o n ( ) { r e t u r n
a._webPlayerContainer.clearSettings().then(function(){a.onClose.trigger()})})};lb.prototype.description=function(){re
turn'programmaticImage'};lb.prototype.onContainerShow=function(){var
a=this;if(!this._contentReady){M.getAutoClose()&&setTimeout(function(){a.setFinishState(ja.COMPLETED);a.hide
()},M.getAutoCloseDelay());
v a r
c=this.getDeviceInfo();c=[c.getScreenWidth(),c.getScreenHeight()];Promise.all(c).then(function(c){c=l.makeIterator(
c);var d=c.next().value,f=c.next().value;return a.setWebPlayerViewFrame(d,f).then(function(){return
a.setWebViewViewFrame(d,f,a._privacyShowing)}).then(function(){return
a.setWebPlayerContent()})})}};lb.prototype.onContainerDestroy=function(){this.isShowing()&&this.onClose.trigger
()};lb.prototype.onContainerBackground=function(){this.isShowing()&&Yb('backGroundClose')&&this.hide()};
lb.prototype.onContainerForeground=function(){};lb.prototype.onContainerSystemMessage=function(){};lb.prototyp
e . g e t S c r e e n D e n s i t y = f u n c t i o n ( ) { r e t u r n
this.getPlatform()===t.ANDROID?this.getDeviceInfo().getScreenDensity():0};lb.prototype.hasCreativeSize=function
( ) { r e t u r n v o i d 0 ! = = t h i s . _ c a m p a i g n . g e t W i d t h ( ) & & v o i d
0!==this._campaign.getHeight()};lb.prototype.setWebPlayerViewFrame=function(a,c){var
d=a,e=c;this.getPlatform()===t.ANDROID&&this.hasCreativeSize()&&(e=this.getScreenDensity(),d=Math.floor(this
.getAndroidViewSize(this._campaign.getWidth()||
a,e)),e=Math.floor(this.getAndroidViewSize(this._campaign.getHeight()||c,e)));a=Math.floor(a/2-
d / 2 ) ; c = M a t h . f l o o r ( c / 2 - e / 2 ) ; r e t u r n
this.getContainer().setViewFrame('webplayer',a,c,d,e)};lb.prototype.setWebViewViewFrame=function(a,c,d){return
d?this.getContainer().setViewFrame('webview',0,0,a,c):this.getContainer().setViewFrame('webview',0,0,a,this._topW
ebViewAreaHeight)};lb.prototype.onPageStarted=function(a){this.getCore().Sdk.logDebug('DisplayInterstitialAdUnit
: onPageStarted triggered for url: '+
a);this._receivedOnPageStart?this._clickEventHasBeenSent||(this.getOperativeEventManager().sendClick(this.getOpe
rativeEventParams()),this.sendTrackingEvent(J.CLICK),this._clickEventHasBeenSent=!0):this._receivedOnPageStart
=!0};lb.prototype.shouldOverrideUrlLoading=function(a){var
c=this,d=this.getPlatform();this._handlingShouldOverrideUrlLoading||(this._handlingShouldOverrideUrlLoading=!0,d
&&'about:blank'===a?this.setWebplayerSettings(!1).then(function(){c._handlingShouldOverrideUrlLoading=!1}):(thi
s.getCore().Sdk.logDebug('DisplayInterstitialAdUnit: shouldOverrideUrlLoading triggered for url: "'+
a),a&&E.isProtocolWhitelisted(a,d)?d===t.IOS&&this._campaign.getSkadnAppStoreId()&&this._storeHandler?Wb.
getStoreURLFromClickThroughURL(this._campaign,this._request,a).then(function(a){Wb.openAppSheet(c._campai
gn,c._storeHandler,a)}):this.openUrlInBrowser(a):this._handlingShouldOverrideUrlLoading=!1))};lb.prototype.open
U r l I n B r o w s e r = f u n c t i o n ( a ) { v a r c = t h i s , d = t h i s . g e t C o r e ( ) ; v a r
e=this.getPlatform()===t.IOS?d.iOS.UrlScheme.open(a):d.Android.Intent.launch({action:'android.intent.action.VIEW
',uri:a});return Promise.resolve(e).then(function(){c._handlingShouldOverrideUrlLoading=
!1}).catch(function(e){d.Sdk.logWarning('DisplayInterstitialAdUnit: Cannot open url: "'+a+'":
'+e);c._handlingShouldOverrideUrlLoading=!1})};lb.prototype.sendStartEvents=function(){var
a=this;this.sendTrackingEvent(J.IMPRESSION);this.getOperativeEventManager().sendStart(this.getOperativeEventP
arams()).then(function(){a.onStartProcessed.trigger()});this.sendTrackingEvent(J.START)};lb.prototype.setWebPlaye
r V i e w s = f u n c t i o n ( ) { v a r a = t h i s ; v a r
c=this.getPlatform()===t.ANDROID?{setJavaScriptCanOpenWindowsAutomatically:[!0],
setSupportMultipleWindows:[!1]}:{javaScriptCanOpenWindowsAutomatically:!0};return
this._webPlayerContainer.setSettings(c,{}).then(function(){return
a.getContainer().open(a,['webplayer','webview'],!1,a.getForceOrientation(),!0,!1,!0,!1,a.getShowOptions().getOptions(
)).catch(function(){a.hide()})})};lb.prototype.setWebPlayerData=function(a,c,d){var e=this;return
this._webPlayerContainer.setData(a,c,d).catch(function(a){e.getCore().Sdk.logError(JSON.stringify(a));e.setFinishSta
te(ja.ERROR);e.sendErrorEvent(Ib.INTERNAL_ERROR,
'Webplayer set data error');e.hide()})};lb.prototype.getAndroidViewSize=function(a,c){return
c/160*a};lb.prototype.setWebplayerSettings=function(a){return
this._webPlayerContainer.setEventSettings({onPageStarted:{sendEvent:!0},shouldOverrideUrlLoading:{sendEvent:!
0,returnValue:a,callSuper:!1},onReceivedSslError:{shouldCallSuper:!0}})};lb.prototype.setWebPlayerContent=functi
on(){var a=this;return this.setWebplayerSettings(!0).then(function(){var c=a._campaign.getDynamicMarkup();return
a.setWebPlayerData(c,
' t e x t / h t m l ' , ' U T F -
8').then(function(){a._contentReady=!0})})};lb.prototype.getOperativeEventParams=function(){return{placement:thi
s.getPlacement()}};lb.prototype.setupPrivacyObservers=function(){var
a=this,c=this.getDeviceInfo();this._view.onPrivacyClosed&&this._view.onPrivacyClosed.subscribe(function(){a._pri
vacyShowing=!1;Promise.all([c.getScreenWidth(),c.getScreenHeight()]).then(function(c){var
d=l.makeIterator(c);c=d.next().value;d=d.next().value;a.setWebViewViewFrame(c,d,!1)})});this._view.onPrivacyOpe
ned&&
this._view.onPrivacyOpened.subscribe(function(){a._privacyShowing=!0;Promise.all([c.getScreenWidth(),c.getScree
n H e i g h t ( ) ] ) . t h e n ( f u n c t i o n ( c ) { v a r
d=l.makeIterator(c);c=d.next().value;d=d.next().value;a.setWebViewViewFrame(c,d,!0)})})};lb.prototype.sendTracki
ngEvent=function(a){this.getThirdPartyEventManager().sendTrackingEvents(this._campaign,a,'display',this._campaig
n.getUseWebViewUserAgentForTracking())};l.inherits(Jh,lb);Jh.prototype.hide=function(){this._isVTASupported&
&this._skadImpression&&this.hideVTAImpression();
return lb.prototype.hide.call(this)};Jh.prototype.configSKAdImpression=function(){var
a=this,c=this._campaign.getSkadnAppStoreId();if(this._isVTASupported&&c&&(this._skadImpression=Wb.prepareS
K A d I m p r e s s i o n ( t h i s . _ c a m p a i g n , c , t h i s . g e t C o r e ( ) . S d k ) ) ) { v a r
d=this._campaign.getContentType();this._skAdNetworkImpressionStartSuccessObserver=this._skAdNetwork.onStart
Success.subscribe(function(){a._isStartImpressionRecorded=!0;n.reportMetricEventWithTags(cb.StartVTAImpressio
nSuccess,{cnt:d})});this._skAdNetworkImpressionStartFailureObserver=
this._skAdNetwork.onStartFailure.subscribe(function(){n.reportMetricEventWithTags(cb.StartVTAImpressionFailure
,{cnt:d})});this._skAdNetworkImpressionEndSuccessObserver=this._skAdNetwork.onEndSuccess.subscribe(function
(){a._isEndImpressionRecorded=!0;n.reportMetricEventWithTags(cb.EndVTAImpressionSuccess,{cnt:d})});this._sk
AdNetworkImpressionEndFailureObserver=this._skAdNetwork.onEndFailure.subscribe(function(){n.reportMetricEve
n t W i t h T a g s ( c b . E n d V T A I m p r e s s i o n F a i l u r e , { c n t : d } ) } ) ; v a r
e=this.onStart.subscribe(function(){a.onStart.unsubscribe(e);
a._skAdNetwork.startVTAImpression(a._skadImpression)})}};Jh.prototype.endVTAImpression=function(){this._ska
dImpression&&this.canRecordEndImpression&&this._skAdNetwork.endVTAImpression(this._skadImpression)};Jh.
p r o t o t y p e . h i d e V T A I m p r e s s i o n = f u n c t i o n ( ) { v a r
a=this;this.endVTAImpression();this._skAdNetwork.onStartSuccess.unsubscribe(this._skAdNetworkImpressionStartS
uccessObserver);this._skAdNetwork.onStartFailure.unsubscribe(this._skAdNetworkImpressionStartFailureObserver);
setTimeout(function(){a._skAdNetwork.onEndSuccess.unsubscribe(a._skAdNetworkImpressionEndSuccessObserver)
;
a._skAdNetwork.onEndFailure.unsubscribe(a._skAdNetworkImpressionEndFailureObserver)},2E3)};Jh.prototype.on
ContainerDestroy=function(){this.endVTAImpression();lb.prototype.onContainerDestroy.call(this)};l.global.Object.d
efineProperties(Jh.prototype,{canRecordEndImpression:{configurable:!0,enumerable:!0,get:function(){return
this.isShowing()&&this._isVTASupported&&this._isStartImpressionRecorded&&!this._isEndImpressionRecorded}}
});l.inherits(Sn,Ne);Sn.prototype.onDisplayInterstitialClose=function(){var a=
{placement:this._placement};this._operativeEventManager.sendThirdQuartile(a);this._operativeEventManager.sendV
iew(a);this._adUnit.sendTrackingEvent(J.THIRD_QUARTILE);this._adUnit.sendTrackingEvent(J.COMPLETE);this.
_adUnit.hide()};l.inherits(pf,N);pf.prototype.render=function(){N.prototype.render.call(this);this._closeElement=this.
_container.querySelector('.close-region');this._GDPRPopupElement=this._container.querySelector('.gdpr-pop-
up');this._privacyButtonElement=this._container.querySelector('.privacy-button')};
pf.prototype.show=function(){N.prototype.show.call(this);this.choosePrivacyShown();window.addEventListener('mes
sage',this._messageListener);this._closeElement.style.opacity='1';this.updateProgressCircle(this._closeElement,1)};pf.
prototype.hide=function(){window.removeEventListener('message',this._messageListener);N.prototype.hide.call(this)
; v a r
a=this._privacy.container();a&&a.parentElement&&a.parentElement.removeChild(a);a=l.makeIterator(this._timers);f
or(var c=a.next();!c.done;c=a.next())window.clearInterval(c.value);
this._timers=[];this._showGDPRBanner&&!this._gdprPopupClicked&&this._handlers.forEach(function(a){return
a.onGDPRPopupSkipped()});this.onPrivacyClosed.unsubscribe();this.onPrivacyOpened.unsubscribe()};pf.prototype.o
nPrivacyClose=function(){this._privacy&&this._privacy.hide();this.onPrivacyClosed.trigger()};pf.prototype.choosePr
ivacyShown=function(){!this._gdprPopupClicked&&this._showGDPRBanner?(this._GDPRPopupElement.style.visib
ility='visible',this._privacyButtonElement.style.pointerEvents='1',this._privacyButtonElement.style.visibility=
'hidden'):(this._privacyButtonElement.style.visibility='visible',this._GDPRPopupElement.style.pointerEvents='1',this.
_GDPRPopupElement.style.visibility='hidden');this._hidePrivacy&&(this._privacyButtonElement.style.pointerEvents
='1',this._privacyButtonElement.style.visibility='hidden')};pf.prototype.updateProgressCircle=function(a,c){var
d = a . q u e r y S e l e c t o r ( ' . p r o g r e s s -
wrapper');if(this._platform===t.ANDROID&&15>this._deviceInfo.getApiLevel())d.style.display='none',this._contain
er.style.display='none',
this._container.offsetHeight,this._container.style.display='block';else{var e=a.querySelector('.circle-
l e f t ' ) ; a = a . q u e r y S e l e c t o r ( ' . c i r c l e -
right');e.style.webkitTransform='rotate('+360*c+'deg)';.5<=c&&(d.style.webkitAnimationName='close-progress-
w r a p p e r ' , a . s t y l e . w e b k i t A n i m a t i o n N a m e = ' r i g h t -
spin')}};pf.prototype.onCloseEvent=function(a){a.preventDefault();a.stopPropagation();this._handlers.forEach(functi
on(a){return a.onDisplayInterstitialClose()})};pf.prototype.onGDPRPopupEvent=function(a){a.preventDefault();
this._gdprPopupClicked||(this._gdprPopupClicked=!0,this.choosePrivacyShown());this.onPrivacyOpened.trigger();this
._privacy.show()};pf.prototype.onPrivacyEvent=function(a){a.preventDefault();this.onPrivacyOpened.trigger();this._
privacy.show()};pf.prototype.onMessage=function(a){switch(a.data.type){case
'redirect':break;default:this._core.Sdk.logWarning('Unknown message:
'+a.data.type)}};l.inherits(Rn,Kb);Rn.prototype.createParameters=function(a){var c=new
pf(a.platform,a.core,a.deviceInfo,a.placement,
a.campaign,a.privacy,this.showGDPRBanner(a),a.adsConfig.getHidePrivacy());return
Object.assign(Object.assign({},a),{webPlayerContainer:this._webPlayerContainer,view:c})};l.inherits(Xl,Rd);Xl.prot
otype.createAdUnit=function(a){var c=Eb.isIOS14(a.deviceInfo.getOsVersion());a.platform===t.IOS&&void
0!==a.campaign.getSkadnAppStoreId()&&c?(a.storeHandler=this.getStoreHandler(a),c=new Jh(a)):c=new lb(a);var
d=new Sn(c,a);a.view.addEventHandler(d);return c};Xl.prototype.getStoreHandler=function(a){return
Qi({platform:a.platform,
core:a.core,ads:a.ads,store:a.store,thirdPartyEventManager:a.thirdPartyEventManager,operativeEventManager:a.opera
tiveEventManager,deviceInfo:a.deviceInfo,clientInfo:a.clientInfo,placement:a.placement,campaign:a.campaign,coreC
onfig:a.coreConfig})};l.inherits(Mf,Ad);Mf.prototype.parse=function(a,c){var
d=decodeURIComponent(a.getContent());if(!Tk.startWithHTMLTag(d))throw new
ma(Mf.ErrorMessage,Mf.ContentTypeHtml,qa.MEDIUM,void 0,void 0,void 0,a.getSeatId(),a.getCreativeId());var
e=a.getCacheTTL();c=
{id:this.getProgrammaticCampaignId(),willExpireAt:e?Date.now()+1E3*e:void
0,contentType:Mf.ContentTypeHtml,adType:a.getAdType()||void 0,correlationId:a.getCorrelationId()||void
0,creativeId:a.getCreativeId()||void 0,seatId:a.getSeatId()||void 0,meta:void
0,session:c,mediaId:a.getMediaId(),trackingUrls:a.getTrackingUrls()||{},isLoadEnabled:!1,skadn:a.getSkadn(),reused:
!1};a=Object.assign(Object.assign({},c),{dynamicMarkup:d,useWebViewUserAgentForTracking:!1,width:a.getWidth
()||void 0,height:a.getHeight()||
void 0});return Promise.resolve(new yg(a))};Mf.ContentTypeHtml='programmatic/static-interstitial-
html';Mf.ContentTypeJs='programmatic/static-interstitial-js';Mf.ErrorMessage='Display ad content is not in HTML
format';mg.prototype.isValidHeaderBiddingLoadOptions=function(a){var
c,d,e,f;return!(null===(d=null===(c=a.options)||void 0===c?void 0:c.headerBiddingOptions)||void
0===d||!d.adMarkup)&&!(null===(f=null===(e=a.options)||void 0===e?void 0:e.headerBiddingOptions)||void
0===f||!f.objectId)};mg.prototype.unloadPreviousAndSetCurrent=
f u n c t i o n ( a ) { v a r
c=Ih.getState(),d=c.currentId,e=c.removeLoadedContent;c=c.updateCurrent;d&&e(d);c(a)};mg.prototype.load=functi
on(a){var c,d;return S(this,void 0,void 0,function f(){var g=this,k,h,n,p,q,t;return
l.generator.createGenerator(f,function(f){if(1==f.nextAddress){k=g;if(!g.isValidHeaderBiddingLoadOptions(a))retur
n g.sendLoadInvalidArgumentError(a,'Proper header bidding load options (object ID and ad markup) are
missing'),f.return();h=function(c){return k.sendLoadInternalError(a,'Internal error when loading header bidding
campaign: '+
c)};n=g.getHeaderBiddingOptions(a);p=g.getPlacement(a.placementId);if(!p)return h(Error('Unable to find placement
associated with id "'+a.placementId+'".')),f.return();f.setCatchFinallyBlocks(2);return
f.yield(g.adRequestManager.loadAdMarkup(p,n.adMarkup),4)}if(2!=f.nextAddress){q=f.yieldResult;if(!q)return
h(),f.return();q.campaign.setTrackingUrls(q.trackingUrls);Si.getState().addCampaign(q.campaign);Ih.getState().addLo
adedContent(n.objectId,{placement:{id:a.placementId,meta:null===(c=q.persistentPlacementData)||
void 0===c?void 0:c.meta,hbMeta:null===(d=q.persistentPlacementData)||void 0===d?void
0:d.hbMeta},campaignId:q.campaign.getUniqueId(),invalidated:!1,hbTracking:q.campaign.getHeaderBiddingInfo()});
g.placementManager.setPlacementReady(a.placementId,q.campaign);g.sendLoadSuccess(a);g.tokenManager.updateW
i n ( ) ; r e t u r n
f.leaveTryBlock(0)}t=f.enterCatchBlock();h(t);f.jumpToEnd()})})};mg.prototype.getCampaign=function(a){var
c=Ih.getState().loadedContent[a];if(c)if(c.invalidated)this.sdkApi.logInfo('Content associated with '+
a + ' h a s b e e n i n v a l i d a t e d ' ) ; e l s e { v a r
d=Si.getState().campaigns[c.campaignId];if(d){if(a=this.getPlacement(c.placement.id))return
a.setCurrentCampaign(d),this.tokenManager.updateStart(),d;this.sdkApi.logError('Unable to find placement
associated with id "'+c.placement.id+'"')}else this.sdkApi.logInfo('Unable to find campaign associated with '+a+' has
been invalidated')}else this.sdkApi.logInfo('Unable to find content associated with
'+a)};mg.prototype.getHeaderBiddingOptions=function(a){return a.options.headerBiddingOptions};
mg.prototype.sendLoadSuccess=function(a){this.adsApi.LoadApi.sendAdLoaded(a)};mg.prototype.sendLoadInvalid
ArgumentError=function(a,c){this.sdkApi.logError('Header bidding load invocation failed:
'+c);this.adsApi.LoadApi.sendInvalidArgumentError(a,c)};mg.prototype.sendLoadInternalError=function(a,c){this.sd
k A p i . l o g E r r o r ( ' H e a d e r b i d d i n g l o a d i n v o c a t i o n f a i l e d :
'+c);this.adsApi.LoadApi.sendInternalError(a,c)};mg.prototype.onReloadedHeaderBiddingCampaign=function(a,c,d){
var e=Ih.getState().loadedContent;
d?(c.setTrackingUrls(d),Si.getState().addCampaign(c),Object.entries(e).forEach(function(d){var
e=l.makeIterator(d);d=e.next().value;e=e.next().value;(null===e||void 0===e?void
0:e.placement.id)===a&&Ih.getState().replaceCampaignId(d,c.getUniqueId())})):this.sdkApi.logInfo('No
trackingUrls provided for reloaded campaign with placementId "'+a+'"')};var
Np;(function(a){a[a.AdMProtocolHBLoadV5Compatible=1]='AdMProtocolHBLoadV5Compatible'})(Np||(Np={}));v
ar Wr=Zm['default']||(Zm['default']={}),xv=Wr.header_bidding=
function(){var a={};a.HeaderBiddingToken=function(){function a(a){if(a)for(var
c=Object.keys(a),d=0;d<c.length;++d)null!=a[c[d]]&&(this[c[d]]=a[c[d]])}a.prototype.valuationToken='';a.prototype.
seq=0;a.prototype.wins=0;a.prototype.starts=0;a.prototype.protocolVersion=0;a.encode=function(a,c){c||(c=Dp.create
());null!=a.valuationToken&&a.hasOwnProperty('valuationToken')&&c.uint32(10).string(a.valuationToken);null!=a.s
eq&&a.hasOwnProperty('seq')&&c.uint32(16).int32(a.seq);null!=a.wins&&a.hasOwnProperty('wins')&&
c.uint32(24).int32(a.wins);null!=a.starts&&a.hasOwnProperty('starts')&&c.uint32(32).int32(a.starts);null!=a.protocol
Version&&a.hasOwnProperty('protocolVersion')&&c.uint32(40).int32(a.protocolVersion);return
c};a.decode=function(a,c){a instanceof uk||(a=uk.create(a));c=void 0===c?a.len:a.pos+c;for(var d=new
Wr.header_bidding.HeaderBiddingToken;a.pos<c;){var e=a.uint32();switch(e>>>3){case
1:d.valuationToken=a.string();break;case 2:d.seq=a.int32();break;case 3:d.wins=a.int32();break;case 4:d.starts=
a.int32();break;case 5:d.protocolVersion=a.int32();break;default:a.skipType(e&7)}}return d};return a}();return
a}();lg.prototype.updateValuationToken=function(a,c){c=c.isPreload;this._valuationToken=a;this._starts=this._wins=
this._seq=0;this.didPreload||(this.didPreload=c);this._coreApi.Sdk.logInfo('Setting new header bidding token
'+a);this.updateToken()};lg.prototype.updateWin=function(){this._valuationToken&&(this._wins++,this._coreApi.Sd
k.logInfo('Increasing header bidding token win count to '+
this._wins),this.updateToken())};lg.prototype.updateStart=function(){this._valuationToken&&(this._starts++,this._co
reApi.Sdk.logInfo('Increasing header bidding token start count to
'+this._starts),this.updateToken())};lg.prototype.deleteToken=function(){this._valuationToken='';this._starts=this._wi
ns=this._seq=0;this._tokenApi.deleteTokens()};lg.prototype.onTokenAccess=function(a){this._coreApi.Sdk.logInfo('
A c c e s s i n g h e a d e r b i d d i n g t o k e n w i t h a c c e s s c o u n t
'+a);this.didPreload?n.reportMetricEventWithTags(ag.TokenAccessAfterPreload,
{medn:this._mediationName}):n.reportMetricEventWithTags(ag.TokenAccessBeforePreload,{medn:this._mediation
Name});this._seq=a;a=this.createToken(75);this._tokenApi.appendTokens([this.encodeToken(a)]).catch(function(){re
t u r n
n.reportMetricEvent(ag.FailedAppendTokens)})};lg.prototype.onQueueEmpty=function(){this._coreApi.Sdk.logWar
n i n g ( ' H e a d e r b i d d i n g t o k e n q u e u e i s
empty');this.didPreload?n.reportMetricEventWithTags(ag.QueueEmptyAfterPreload,{medn:this._mediationName}):n.
reportMetricEventWithTags(ag.QueueEmptyBeforePreload,
{medn:this._mediationName})};lg.prototype.updateToken=function(){for(var a=[],c=0;75>c;c++){var
d=this.createToken(c);a.push(this.encodeToken(d))}this._tokenApi.createTokens(a)};lg.prototype.createToken=functi
on(a){return{valuationToken:this._valuationToken,seq:this._seq+a,wins:this._wins,starts:this._starts,protocolVersion:
this._protocolVersion}};lg.prototype.encodeToken=function(a){a=xv.HeaderBiddingToken.encode(a).finish();return
L.base64.encode(a,0,a.byteLength)};var yv={correlationId:'PFweE7m9HRHUg2y08qU1PL',
placements:{defaultVideoAndPictureZone:'000000000000000000000000',incentivizedZone:'00000000000000000000
0000'},media:{'000000000000000000000000':{contentType:'comet/campaign',content:'{"id":"0000000000000000000
00000","platform":"android","store":"google","appStoreId":"com.iUnity.angryBots","gameId":11017,"gameName":"
T e s t g a m e a n d r o i d " , " g a m e I c o n " : " h t t p : / / c d n -
highwinds.unityads.unity3d.com/impact/11017/test_game_icon.png","rating":4.5,"ratingCount":10000,"bypassAppSh
eet":false,"mraidUrl":"{CREATIVE_URL_PLACEHOLDER}"}',
trackingUrls:{},campaignId:'000000000000000000000000',seatId:9E3,adType:'MRAID'}},auctionId:'a15a4fb6-f9ce-
4 b 0 9 - a 0 c c -
0672f1de4d20'},zv={correlationId:'S8z40tOCRnTjCmX59PWh48',placements:{defaultVideoAndPictureZone:'00000
0000000000000000000',incentivizedZone:'000000000000000000000000'},media:{'000000000000000000000000':{co
ntentType:'comet/campaign',content:'{"id":"000000000000000000000000","platform":"ios","store":"apple","appStore
Id":"453467175","gameId":11017,"gameName":"Test game ios","gameIcon":"https://cdn-
highwinds.unityads.unity3d.com/impact/11017/test_game_icon.png","rating":4.5,"ratingCount":10000,"bypassAppSh
eet":false,"mraidUrl":"{CREATIVE_URL_PLACEHOLDER}"}',
trackingUrls:{},campaignId:'000000000000000000000000',seatId:9E3,adType:'MRAID'}},auctionId:'a15a4fb6-f9ce-
4 b 0 9 - a 0 c c -
0672f1de4d20'},Lg;(function(a){a[a.READY=0]='READY';a[a.NOT_AVAILABLE=1]='NOT_AVAILABLE';a[a.DI
SABLED=2]='DISABLED';a[a.WAITING=3]='WAITING';a[a.NO_FILL=4]='NO_FILL'})(Lg||(Lg={}));var
kj;(function(a){a[a.SHOW_AD=0]='SHOW_AD';a[a.PROMO_AD=1]='PROMO_AD';a[a.CUSTOM=2]='CUSTOM'
; a [ a . N O _ F I L L = 3 ] = ' N O _ F I L L ' } ) ( k j | | ( k j = { } ) ) ; v a r
pn;(function(a){a[a.CUSTOM=0]='CUSTOM'})(pn||(pn={}));l.inherits(Di,
y);Di.prototype.createPlacementContent=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'createPlacementContent',[a,Object.assign(Object.assign({},c),{typ
e:kj[c.type]})])};Di.prototype.setPlacementContentState=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'setPlacementContentState',[a,Lg[c]])};Di.prototype.sendAdFinish
e d = f u n c t i o n ( a , c ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'sendAdFinished',[a,ja[c]])};Di.prototype.sendAdStarted=function(
a){return this._nativeBridge.invoke(this._fullApiClassName,
'sendAdStarted',[a])};Di.prototype.handleEvent=function(a,c){switch(a){case
pn[pn.CUSTOM]:this.onPlacementContentCustomEvent.trigger(c[0],c[1]);break;default:y.prototype.handleEvent.call
(this,a,c)}};kg.prototype.createPlacementContent=function(a,c){var
d=this,e=this.createPlacementContentParams(this._configuration.getPlacement(a),c);return
this._monetization.PlacementContents.createPlacementContent(a,e).then(function(){a in
d._placementContentMap||(d._placementContentMap[a]={type:e.type,state:Lg.WAITING});
d.setPlacementContentState(a,Lg.READY);d._monetization.Listener.sendPlacementContentReady(a)})};kg.prototype
.setPlacementContentState=function(a,c){var d=this,e=this._placementContentMap[a];if(!e)return
P r o m i s e . r e s o l v e ( ) ; v a r
f=e.state,g=this._monetization.PlacementContents.setPlacementContentState(a,c);e.state=c;f!==c&&(g=g.then(functio
n(){return d._monetization.Listener.sendPlacementContentStateChanged(a,f,c)}));return
g};kg.prototype.setCurrentAdUnit=function(a,c){var d=this;c.onStart.subscribe(function(){return
d.onAdUnitStart(a)});
c . o n C l o s e . s u b s c r i b e ( f u n c t i o n ( ) { r e t u r n
d.onAdUnitFinish(a,c.getFinishState())})};kg.prototype.createPlacementContentParams=function(a){return{type:kj.S
HOW_AD,rewarded:!a.allowSkip()}};kg.prototype.setAdPlacementContentStates=function(a){for(var
c=l.makeIterator(Object.keys(this._placementContentMap)),d=c.next();!d.done;d=c.next()){d=d.value;var
e=this._placementContentMap[d];e.type!==kj.SHOW_AD&&e.type!==kj.PROMO_AD||this.setPlacementContentSta
t e ( d , a ) } } ; k g . p r o t o t y p e . o n A d U n i t F i n i s h = f u n c t i o n ( a , c ) { r e t u r n
t h i s . _ m o n e t i z a t i o n . P l a c e m e n t C o n t e n t s . s e n d A d F i n i s h e d ( a ,
c)};kg.prototype.onAdUnitStart=function(a){this._monetization.PlacementContents.sendAdStarted(a);this.setAdPlace
mentContentStates(Lg.WAITING)};kg.prototype.onPlacementNoFill=function(a){var
c = t h i s , d = t h i s . c r e a t e N o F i l l P a r a m s ( ) ; r e t u r n
this._monetization.PlacementContents.createPlacementContent(a,d).then(function(){a in
c._placementContentMap||(c._placementContentMap[a]={type:d.type,state:Lg.WAITING});c.setPlacementContentSt
ate(a,Lg.NO_FILL)})};kg.prototype.createNoFillParams=function(){return{type:kj.NO_FILL}};
l.inherits(Pk,y);Pk.prototype.isMonetizationEnabled=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'isMonetizationEnabled')};Pk.prototype.sendPlacementContentRea
d y = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'sendPlacementContentReady',[a])};Pk.prototype.sendPlacementC
o n t e n t S t a t e C h a n g e d = f u n c t i o n ( a , c , d ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'sendPlacementContentStateChanged',[a,Lg[c],Lg[d]])};Qn.prototy
pe.initialize=function(){this._core.ClientInfo.setMonetizationInUse(!0);
t h i s . P l a c e m e n t C o n t e n t M a n a g e r = n e w
kg(this.Api,this._ads.Config,this._ads.CampaignManager);this._initialized=!0};Qn.prototype.isInitialized=function(){
r e t u r n
this._initialized};dh.prototype.connect=function(){this._isConnected||(this._isConnected=!0,window.addEventListene
r('message',this._messageListener,!1))};dh.prototype.disconnect=function(){this._isConnected=!1;window.removeEve
ntListener('message',this._messageListener)};dh.prototype.sendViewableEvent=function(a){this.postMessage('viewab
le',a)};
dh.prototype.sendDeviceOrientationEvent=function(a){this.postMessage('deviceorientation_unity_v1',{alpha:a.alpha,
beta:a.beta,gamma:a.gamma,absolute:a.absolute})};dh.prototype.getHandler=function(){return
this._handler};dh.prototype.onMessage=function(a){a=a.data;this._core.Sdk.logDebug('mraid: event='+a.type+',
d a t a = ' + a ) ; i f ( a . t y p e i n
this._mraidHandlers)(0,this._mraidHandlers[a.type])(a)};dh.prototype.postMessage=function(a,c){this._iframe.conten
tWindow&&this._iframe.contentWindow.postMessage({type:a,
value:c},'*')};l.inherits(Z,N);Z.setDebugJsConsole=function(a){Z.DebugJsConsole=a};Z.prototype.render=function()
{N.prototype.render.call(this);this._closeElement=this._container.querySelector('.close-
region');this._gdprBanner=this._container.querySelector('.gdpr-pop-
up');this._privacyButton=this._container.querySelector('.privacy-
button');this.choosePrivacyShown()};Z.prototype.hide=function(){var
a=this;this.setViewableState(!1);this._updateInterval&&(clearInterval(this._updateInterval),this._updateInterval=
void 0);N.prototype.hide.call(this);if(this._privacy){this._privacy.removeEventHandler(this);this._privacy.hide();var
c=this._privacy.container();c&&c.parentElement&&c.parentElement.removeChild(c)}this._showGDPRBanner&&!th
is._gdprPopupClicked&&this._handlers.forEach(function(a){return a.onGDPRPopupSkipped()});void
0 ! = = t h i s . _ s t a t s & & t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( c ) { r e t u r n
c.onPlayableAnalyticsEvent(a._stats.averageFps,a._stats.averagePlayFps,0,'playable_performance_stats',a._stats)});thi
s._deviceorientationListener&&
(window.removeEventListener('deviceorientation',this._deviceorientationListener,!1),this._deviceorientationListener=
void 0)};Z.prototype.createMRAID=function(a){var c=this,d=Date.now(),e=Date.now(),f=Date.now();return
this.fetchMRAID().then(function(d){e=f=Date.now();if(d){var
g=c._campaign.getDynamicMarkup();g&&(d=d.replace('{UNITY_DYNAMIC_MARKUP}',g));Z.DebugJsConsole&
&(a=a.replace('<script id="debug-js-console">\x3c/script>',"<script id=\"debug-js-console-script\"
type=\"text/javascript\">(function () {\n function postConsoleLog(functionName, args) {\n return
window.parent.postMessage(\n {\n type: 'consoleLog',\n data: {\n functionName:
functionName,\n args: args,\n },\n },\n '*'\n );\n }\n\n var origConsoleLog =
console.log;\n\n console.log = function () {\n var argumentsArray = Array.prototype.slice.call(arguments);\n
postConsoleLog('console.log', argumentsArray.join(' '));\n return origConsoleLog.apply(this, argumentsArray);\n
};\n\n var origConsoleWarn = console.warn;\n\n console.warn = function () {\n var argumentsArray =
Array.prototype.slice.call(arguments);\n postConsoleLog('console.warn', argumentsArray.join(' '));\n return
origConsoleWarn.apply(this, argumentsArray);\n };\n\n var origConsoleError = console.error;\n\n console.error
= function () {\n var argumentsArray = Array.prototype.slice.call(arguments);\n postConsoleLog('console.error',
argumentsArray.join(' '));\n return origConsoleError.apply(this, argumentsArray);\n };\n\n var
origWindowOnError = window.onerror;\n\n window.onerror = function () {\n var argumentsArray =
Array.prototype.slice.call(arguments);\n postConsoleLog('window.onerror', argumentsArray.join(' '));\n if
(origWindowOnError) {\n return origConsoleError.apply(this, argumentsArray);\n }\n return false;\n
};\n\n const origXMLHttpRequestOpen = window.XMLHttpRequest.prototype.open;\n\n
window.XMLHttpRequest.prototype.open = function () {\n var argumentsArray =
Array.prototype.slice.call(arguments);\n postConsoleLog('XMLHttpRequest.open', argumentsArray.join(' '));\n
return origXMLHttpRequestOpen.apply(this, argumentsArray);\n };\n })();\x3c/script>"));
a=a.replace('<script id="deviceorientation-support">\x3c/script>',"<script type=\"text/javascript\">(function () {\n
var _iframeOrientationListeners = [];\n var originalAddEventListener = window.addEventListener;\n var
originalRemoveEventListener = window.removeEventListener;\n window.addEventListener = function (event,
listener, opts) {\n if (event === 'deviceorientation') {\n _iframeOrientationListeners.push(listener);\n
window.parent.postMessage(\n {\n type: 'deviceorientationSubscribe',\n },\n '*'\n );\n }
else {\n originalAddEventListener.apply(window, [event, listener, opts]);\n }\n };\n
window.removeEventListener = function (event, listener, opts) {\n if (event === 'deviceorientation') {\n if
((index = _iframeOrientationListeners.indexOf(listener)) > -1) {\n _iframeOrientationListeners.splice(index,
1);\n }\n } else {\n originalRemoveEventListener.apply(window, [event, listener, opts]);\n }\n };\n\n
window.addEventListener('message', function (event) {\n switch (event.data.type) {\n case
'deviceorientation_unity_v1':\n var orientationEvent = document.createEvent('HTMLEvents');\n
orientationEvent.initEvent('deviceorientation', true, true);\n orientationEvent.eventName = 'deviceorientation';\n
orientationEvent.absolute = event.data.value.absolute;\n orientationEvent.alpha = event.data.value.alpha;\n
orientationEvent.beta = event.data.value.beta;\n orientationEvent.gamma = event.data.value.gamma;\n
_iframeOrientationListeners.forEach(function (listener) {\n listener.apply(window, [orientationEvent]);\n
});\n break;\n default:\n break;\n }\n });\n })();\x3c/script>");
d=d.replace(/\$/g,'$$$');d=c.replaceMraidSources(d);return a.replace('<body></body>','<body>'+d+'</body>')}throw
new Ob('Unable to fetch MRAID');}).then(function(a){var g=(e-d)/1E3,h=(Date.now()-
f)/1E3;c._handlers.forEach(function(a){return a.onPlayableAnalyticsEvent(g,h,0,'playable_fetching_time',{})});return
a } ) } ; Z . p r o t o t y p e . i s K P I D a t a V a l i d = f u n c t i o n ( a ) { v a r
c=!0;Object.keys(a).forEach(function(d){d=a[d];if('number'!==typeof d||isNaN(d)||0>d||3600<d)c=!1});return
c};Z.prototype.setCallButtonEnabled=
function(a){this._callButtonEnabled!==a&&(this._callButtonEnabled=a)};Z.prototype.isLoaded=function(){return
this._isLoaded};Z.prototype.choosePrivacyShown=function(){this._showGDPRBanner&&!this._gdprPopupClicked?(
this._gdprBanner.style.visibility='visible',this._privacyButton.style.pointerEvents='1',this._privacyButton.style.visibili
ty='hidden'):(this._privacyButton.style.visibility='visible',this._gdprBanner.style.pointerEvents='1',this._gdprBanner.st
yle.visibility='hidden');this._hidePrivacyButton&&
(this._privacyButton.style.pointerEvents='1',this._privacyButton.style.visibility='hidden')};Z.prototype.updateStats=fu
nction(a){this._stats=Object.assign(Object.assign({},a),{averageFps:a.frameCount/a.totalTime,averagePlayFps:a.fram
eCount/a.playTime})};Z.prototype.prepareProgressCircle=function(){var a=this;if(this._placement.allowSkip()){var
c=this._placement.allowSkipInSeconds();this._closeRemaining=this._CLOSE_LENGTH;var
d=c;this._updateInterval=window.setInterval(function(){0<a._closeRemaining&&
a._closeRemaining--;0<d&&(d--,a.updateProgressCircle(a._closeElement,(c-
d)/c));0>=d&&(a._canSkip=!0,a._closeElement.style.opacity='1',a.updateProgressCircle(a._closeElement,1));0>=a._c
loseRemaining&&(clearInterval(a._updateInterval),a._canClose=!0)},1E3)}else
this._closeRemaining=this._CLOSE_LENGTH,this._updateInterval=window.setInterval(function(){var
c = ( a . _ C L O S E _ L E N G T H -
a._closeRemaining)/a._CLOSE_LENGTH;.75<=c&&!a._didReward&&(a._handlers.forEach(function(a){return
a.onMraidReward()}),a._didReward=
! 0 ) ; 0 < a . _ c l o s e R e m a i n i n g & & ( a . _ c l o s e R e m a i n i n g - -
,a.updateProgressCircle(a._closeElement,c));0>=a._closeRemaining&&(clearInterval(a._updateInterval),a._canClose
=!0,a._closeElement.style.opacity='1',a.updateProgressCircle(a._closeElement,1))},1E3)};Z.prototype.updateProgress
C i r c l e = f u n c t i o n ( a , c ) { v a r d = a . q u e r y S e l e c t o r ( ' . p r o g r e s s -
wrapper');if(this._platform===t.ANDROID&&15>this._deviceInfo.getApiLevel())d.style.display='none',this._contain
er.style.display='none',this._container.offsetHeight,this._container.style.display=
'block';else{var e=a.querySelector('.circle-left');a=a.querySelector('.circle-
right');e.style.webkitTransform='rotate('+360*c+'deg)';.5<=c&&(d.style.webkitAnimationName='close-progress-
w r a p p e r ' , a . s t y l e . w e b k i t A n i m a t i o n N a m e = ' r i g h t -
spin')}};Z.prototype.setAnalyticsBackgroundTime=function(a){a?this._backgroundTimestamp&&(this._backgroundT
i m e + = D a t e . n o w ( ) -
this._backgroundTimestamp):this._backgroundTimestamp=Date.now()};Z.prototype.replaceMraidSources=function(a
){var c=this._platform===t.IOS?Ii.parseFromString(a,
'text/html'):(new DOMParser).parseFromString(a,'text/html');if(!c)return this._core.Sdk.logWarning('Could not parse
m a r k u p f o r c a m p a i g n
'+this._campaign.id),a;(a=c.documentElement.querySelector('script[src^="mraid.js"]'))&&a.parentNode&&a.parentN
ode.removeChild(a);return c.documentElement.outerHTML};Z.prototype.fetchMRAID=function(){var
a=this._campaign.getResourceUrl();if(a){if(this._platform===t.ANDROID)return ne.get(a.getUrl());var
c=a.getFileId();return c?this._core.Cache.getFileContent(c,'UTF-8'):
n e . g e t ( a . g e t O r i g i n a l U r l ( ) ) } r e t u r n
Promise.resolve(this._campaign.getResource())};Z.prototype.onPrivacyClose=function(){this._privacy&&(this._priva
cy.hide(),this._privacyPanelOpen=!1)};Z.prototype.onPrivacyEvent=function(a){a.preventDefault();this._privacy.sho
w();this._privacyPanelOpen=!0};Z.prototype.onGDPRPopupEvent=function(a){a.preventDefault();this._gdprPopupC
licked=!0;this._privacy.show();this._privacyPanelOpen=!0};Z.prototype.loadWebPlayer=function(){return
Promise.resolve()};Z.prototype.onSetOrientationProperties=
f u n c t i o n ( a , c ) { t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( d ) { r e t u r n
d.onMraidOrientationProperties({allowOrientationChange:a,forceOrientation:c})})};Z.prototype.onOpen=function(a)
{ t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( c ) { r e t u r n
c.onMraidClick(a)})};Z.prototype.onLoadedEvent=function(){};Z.prototype.onBridgeSetOrientationProperties=functi
on(a,c){this.onSetOrientationProperties(a,c)};Z.prototype.onBridgeOpen=function(a){this.onOpen(encodeURI(a))};Z
.prototype.onBridgeLoad=function(){this.onLoadedEvent()};Z.prototype.onBridgeAnalyticsEvent=
function(a,c){this.sendMraidAnalyticsEvent(a,c)};Z.prototype.onBridgeClose=function(){this._handlers.forEach(func
t i o n ( a ) { r e t u r n
a.onMraidClose()})};Z.prototype.onBridgeStateChange=function(a){'completed'===a&&!this._placement.allowSkip(
)&&5<this._closeRemaining&&(this._closeRemaining=5)};Z.prototype.onBridgeResizeWebview=function(){};Z.pro
totype.onBridgeSendStats=function(a,c,d){this.updateStats({totalTime:a,playTime:c,frameCount:d})};Z.prototype.ha
ndleDeviceOrientation=function(a){this._mraidAdapter.sendDeviceOrientationEvent(a)};
Z.prototype.onBridgeDeviceOrientationSubscribe=function(){var
a=this;this._deviceorientationListener||(this._deviceorientationListener=function(c){return
a.handleDeviceOrientation(c)},window.addEventListener('deviceorientation',this._deviceorientationListener,!1))};Z.p
rototype.onUseCustomClose=function(){};l.inherits(Qe,Z);Qe.prototype.render=function(){Z.prototype.render.call(thi
s);this._loadingScreen=this._container.querySelector('.loading-
screen');this.splashScreenParameters&&(this.loadingScreenDuration=
this.splashScreenParameters.duration,this._loadingScreen.style.display='none',lr(this._loadingScreen,this.splashScreen
Parameters));this.loadIframe()};Qe.prototype.show=function(){Z.prototype.show.call(this);this._showTimestamp=Dat
e.now();this.sendMraidAnalyticsEvent('playable_show');this.showLoadingScreen()};Qe.prototype.hide=function(){thi
s._loadingScreenTimeout&&(clearTimeout(this._loadingScreenTimeout),this._loadingScreenTimeout=void
0);this._prepareTimeout&&(clearTimeout(this._prepareTimeout),
t h i s . _ p r e p a r e T i m e o u t = v o i d
0);Z.prototype.hide.call(this);this._mraidAdapter.disconnect()};Qe.prototype.setViewableState=function(a){this._isLo
aded&&!this._loadingScreenTimeout&&this._mraidAdapter.sendViewableEvent(a);this.setAnalyticsBackgroundTim
e(a)};Qe.prototype.loadIframe=function(){var a=this,c=this._iframe=this._container.querySelector('#mraid-
iframe');this._mraidAdapter=new dh(this._core,this,c);this._mraidAdapter.connect();var
d=this.setUpMraidContainer();this.createMRAID(d).then(function(d){c.onload=
function(){return a.onIframeLoaded()};z.setFrameSetStartTimestamp(a._placement.id);a._core.Sdk.logDebug('Unity
Ads placement '+a._placement.id+' set iframe.src started
'+z.getFrameSetStartTimestamp(a._placement.id));c.srcdoc=d})};Qe.prototype.setUpMraidContainer=function(){var
a,c='none',d=this._campaign.getResourceUrl();d&&(c=d.getOriginalUrl());c=0===this._gameSessionId%1E3?'\x3c!--
DO NOT PUT A DOCTYPE HERE! iOS will go crazy --\x3e<html lang="en"><head><title>Unity Ads MRAID
WebView</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,height=device-
height,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"><meta name="apple-mobile-web-app-
capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"><meta
name="format-detection" content="telephone=no"><script>!function(){"use strict";function
e(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var
t , n = f u n c t i o n ( e , t ) { r e t u r n
window.parent.postMessage(Object.assign({type:e},t),"*")},r=function(t,n){if(!window.nativebridge)throw new
E r r o r ( " w i n d o w . n a t i v e b r i d g e h a s t o b e d e f i n e d . " ) ; v a r
r,i;(r=window.nativebridge).sendEvent.apply(r,[t].concat(function(t){if(Array.isArray(t))return
e(t)}(i=[n&&Object.values(n)].filter((function(e){return e})))||function(e){if("undefined"!=typeof
Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(i)||function(t,n){if(t){if("string"==typeof t)return
e ( t , n ) ; v a r r = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( t ) . s l i c e ( 8 , -
1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"
===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?e(t,n):void 0}}(i)||function(){throw new TypeError("Invalid
attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]()
method.")}()))};function i(e){return function(e){if(Array.isArray(e))return
o(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return
Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var
n = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( e ) . s l i c e ( 8 , -
1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Argument
s"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e)||function(){throw new
TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a
[Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new
Array(t);n<t;n++)r[n]=e[n];return r}function a(e,t,n){return t in
e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}!function(e){e.READY="r
eady",e.ERROR="error",e.STATE_CHANGE="stateChange",e.VIEWABLE_CHANGE="viewableChange",e.SIZE_
CHANGE="sizeChange"}(t||(t={}));var u=function(e){return null==e?void 0:e.detail},s=function(e,o){var
s=o.sendsStats,c=o.placementType,f=o.creativeUrl,l=function(){var e=function(){try{return
window.self!==window.top}catch(e){return!0}};return{sendMessage:e()?n:r,isInIframe:e}}(),d=l.sendMessage,v=l.is
I n I f r a m e ; s & & f u n c t i o n ( e ) { v a r
t=window.requestAnimationFrame||window.webkitRequestAnimationFrame;if("function"==typeof t){var
n=0,r=0,i=0;window.requestAnimationFrame=window.webkitRequestAnimationFrame=function(e){0===r&&(r=Dat
e.now());var o=0;return t((function(t){t-o>16&&(n++,0!==o&&(i+=t-
o)),o=t,e(t)}))},setInterval((function(){0!==r&&function(e){var
t=e.frameCount,n=e.playTime,r=e.totalTime;d("sendMessage",{frameCount:t,playTime:n,totalTime:r})}({frameCoun
t:n,playTime:i/1e3,totalTime:(Date.now()-r)/1e3})}),500)}}();var m=Object.assign(Object.assign({},function(){var
n,r,o,s,f,l,m="loading",y=!1,p=e.innerWidth,b=e.innerHeight,g={allowOrientationChange:!0,forceOrientation:"none"
},w=(a(n={},t.READY,[]),a(n,t.ERROR,[]),a(n,t.STATE_CHANGE,[]),a(n,t.VIEWABLE_CHANGE,[]),a(n,t.SIZE_
CHANGE,[]),n),E=function(t){var n=arguments.length>1&&void
0!==arguments[1]?arguments[1]:[];i(w[t]||[]).reverse().forEach((function(t){try{t.apply(e,n)}catch(e){console.log("Go
t e r r o r
",e),d("diagnosticError",{error:e})}}))},h=function(e){m=e,E(t.STATE_CHANGE,[e])},A={resize:function(){p=e.in
nerWidth,b=e.innerHeight,E(t.SIZE_CHANGE,[p,b])},message:function(e){switch(e.data.type){case"viewable":y=e.
data.value,E(t.VIEWABLE_CHANGE,[y]);break;case"resize":p=e.data.width,b=e.data.height,E(t.SIZE_CHANGE,[p
,b])}}};if(e.addEventListener("DOMContentLoaded",(function(){d("loaded"),h("default"),E(t.READY)}),!1),e.addEv
e n t L i s t e n e r ( " r e s i z e " , v ( ) ? A . r e s i z e : ( r = f u n c t i o n ( ) { r e t u r n
d("resizeWebview")},o=window.requestAnimationFrame||window.webkitRequestAnimationFrame,s=!1,f=function(){
s = ! 1 , r ( ) } , ( l = f u n c t i o n ( ) { s | | ( s = ! 0 , " f u n c t i o n " = = t y p e o f
o?o(f):setTimeout(f,100))})(),l),!1),v()&&e.addEventListener("message",A.message,!1),e.nativebridge){var
C={viewable:function(e){y=u(e)&&e.detail[0],E(t.VIEWABLE_CHANGE,[y])},resize:function(n){p=u(n)?n.detail.
width:e.innerWidth,b=u(n)?n.detail.height:e.innerHeight,E(t.SIZE_CHANGE,[p,b])}};e.nativebridge.addEventListen
er("viewable",C.viewable),e.nativebridge.addEventListener("resize",C.resize)}var
S=function(){return{x:0,y:0,width:p,height:b}},O=function(){return{width:p,height:b}},I=["createCalendarEvent","e
xpand","playVideo","resize","getExpandProperties","setExpandProperties","getResizeProperties","setResizePropertie
s","storePicture"].reduce((function(e,n){return Object.assign(e,a({},n,(function(){return E(t.ERROR,["not
implemented",n])})))}),{});return Object.assign({addEventListener:function(e,t){e in
w&&w[e].push(t)},close:function(){h("hidden"),d("close")},getCurrentPosition:S,getDefaultPosition:S,getMaxSize:O
,getPlacementType:function(){return c},getScreenSize:O,getState:function(){return
m},getVersion:function(){return"2.0"},isViewable:function(){return y},open:function(e){return
d("open",{url:e})},removeEventListener:function(e,t){var n=i(w[e]||[]).indexOf(t);-
1!==n&&w[e].splice(n,1)},supports:function(){return!1},useCustomClose:function(e){d("useCustomClose",{hideClo
s e : e } ) } , g e t O r i e n t a t i o n P r o p e r t i e s : f u n c t i o n ( ) { r e t u r n
g},setOrientationProperties:function(e){g=e,d("orientation",{properties:e})}},I)}()),{sendAnalyticsEvent:function(e,t)
{d("analyticsEvent",{event:e,eventData:t})},setCustomMraidState:function(e){d("customMraidState",{state:e})},get
CreativeURL:function(){return f},getConfiguration:function(){return{}}});e.mraid=m};function c(e){return
function(e){if(Array.isArray(e))return l(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in
Object(e))return Array.from(e)}(e)||f(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable
instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function
f(e,t){if(e){if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-
1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Argument
s"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(e,t):void 0}}function
l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function
d(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in
r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var v,m=function(){var
e,t=window,n=t.webplayerbridge,r=t.webkit;return n?function(e,t){return
n.handleEvent(JSON.stringify([e,t]))}:(null===(e=null==r?void 0:r.messageHandlers)||void 0===e?void
0:e.sendEvent)?function(e,t){var n;return null===(n=r.messageHandlers.sendEvent)||void 0===n?void
0 : n . p o s t M e s s a g e ( J S O N . s t r i n g i f y ( [ e , t ] ) ) } : f u n c t i o n ( e , t ) { v a r
n,r=document.createElement("iframe");r.setAttribute("src","umsg:
".concat(JSON.stringify([e,t]))),document.documentElement.appendChild(r),null===(n=r.parentNode)||void
0===n||n.removeChild(r)}},y=function(){function e(){!function(e,t){if(!(e instanceof t))throw new
TypeError("Cannot call a class as a function")}(this,e),this.listeners={}}var t,n;return
t=e,n=[{key:"addEventListener",value:function(e,t){this.listeners[e]=[].concat(c(this.listeners[e]||[]),[t])}},{key:"remo
veEventListener",value:function(e,t){var n=(this.listeners[e]||[]).indexOf(t);-
1!==n&&this.listeners[e].splice(n,1)}},{key:"dispatchEvent",value:function(e){var t=this;return
c ( t h i s . l i s t e n e r s [ e . t y p e ] | | [ ] ) . f o r E a c h ( ( f u n c t i o n ( n ) { r e t u r n
n.call(t,e)})),!e.defaultPrevented}},{key:"receiveEvent",value:function(e){console.log("unity","Received event:
",e);var t,n,r=(n=2,function(e){if(Array.isArray(e))return e}(t=e)||function(e,t){if("undefined"!=typeof
Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,o=void 0;try{for(var
a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{
try{r||null==u.return||u.return()}finally{if(i)throw o}}return n}}(t,n)||f(t,n)||function(){throw new TypeError("Invalid
attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a
[Symbol.iterator]() method.")}()),i=r[0],o=r[1];this.dispatchEvent(new
CustomEvent(i,{detail:o}))}},{key:"sendEvent",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-
1 : 0 ) , r = 1 ; r < t ; r + + ) n [ r - 1 ] = a r g u m e n t s [ r ] ; m ( ) . a p p l y ( v o i d
0,[e].concat(n))}}],n&&d(t.prototype,n),e}();!function(e){e.WEB_PLAYER="webplayer",e.IFRAME="iframe",e.IFR
AME_PERF="iframe-perf"}(v||(v={}));var p=function(e){try{return new
URL(e),!0}catch(e){return!1}};window.mraidContainerLoader=function(e){var
t=e.containerHtml,n=e.placementType,r=e.creativeUrl;t===v.WEB_PLAYER&&(window.nativebridge=new
y),s(window,{sendsStats:t!==v.IFRAME,placementType:n,creativeUrl:"string"==typeof r&&p(r)?r:"none"}),delete
window.mraidContainerLoader}}();\x3c/script><script>window.mraidContainerLoader({ containerHtml: \'iframe-
perf\', placementType: \'interstitial\' });\x3c/script><script id="deviceorientation-
support">\x3c/script></head><body></body></html>':
xf.replaceMacro('\x3c!-- DO NOT PUT A DOCTYPE HERE! iOS will go crazy --\x3e<html
lang="en"><head><title>Unity Ads MRAID WebView</title><meta charset="utf-8"><meta name="viewport"
content="width=device-width,height=device-height,initial-scale=1,minimum-scale=1,maximum-scale=1,user-
scalable=no"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-
status-bar-style" content="black-translucent"><meta name="format-detection"
content="telephone=no"><script>!function(){"use strict";function e(e,t){(null==t||t>e.length)&&(t=e.length);for(var
n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var t,n=function(e,t){return
window.parent.postMessage(Object.assign({type:e},t),"*")},r=function(t,n){if(!window.nativebridge)throw new
E r r o r ( " w i n d o w . n a t i v e b r i d g e h a s t o b e d e f i n e d . " ) ; v a r
r,i;(r=window.nativebridge).sendEvent.apply(r,[t].concat(function(t){if(Array.isArray(t))return
e(t)}(i=[n&&Object.values(n)].filter((function(e){return e})))||function(e){if("undefined"!=typeof
Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(i)||function(t,n){if(t){if("string"==typeof t)return
e ( t , n ) ; v a r r = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( t ) . s l i c e ( 8 , -
1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"
===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?e(t,n):void 0}}(i)||function(){throw new TypeError("Invalid
attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]()
method.")}()))};function i(e){return function(e){if(Array.isArray(e))return
o(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return
Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var
n = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( e ) . s l i c e ( 8 , -
1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Argument
s"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e)||function(){throw new
TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a
[Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new
Array(t);n<t;n++)r[n]=e[n];return r}function a(e,t,n){return t in
e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}!function(e){e.READY="r
eady",e.ERROR="error",e.STATE_CHANGE="stateChange",e.VIEWABLE_CHANGE="viewableChange",e.SIZE_
CHANGE="sizeChange"}(t||(t={}));var u=function(e){return null==e?void 0:e.detail},s=function(e,o){var
s=o.sendsStats,c=o.placementType,f=o.creativeUrl,l=function(){var e=function(){try{return
window.self!==window.top}catch(e){return!0}};return{sendMessage:e()?n:r,isInIframe:e}}(),d=l.sendMessage,v=l.is
I n I f r a m e ; s & & f u n c t i o n ( e ) { v a r
t=window.requestAnimationFrame||window.webkitRequestAnimationFrame;if("function"==typeof t){var
n=0,r=0,i=0;window.requestAnimationFrame=window.webkitRequestAnimationFrame=function(e){0===r&&(r=Dat
e.now());var o=0;return t((function(t){t-o>16&&(n++,0!==o&&(i+=t-
o)),o=t,e(t)}))},setInterval((function(){0!==r&&function(e){var
t=e.frameCount,n=e.playTime,r=e.totalTime;d("sendMessage",{frameCount:t,playTime:n,totalTime:r})}({frameCoun
t:n,playTime:i/1e3,totalTime:(Date.now()-r)/1e3})}),500)}}();var m=Object.assign(Object.assign({},function(){var
n,r,o,s,f,l,m="loading",y=!1,p=e.innerWidth,b=e.innerHeight,g={allowOrientationChange:!0,forceOrientation:"none"
},w=(a(n={},t.READY,[]),a(n,t.ERROR,[]),a(n,t.STATE_CHANGE,[]),a(n,t.VIEWABLE_CHANGE,[]),a(n,t.SIZE_
CHANGE,[]),n),E=function(t){var n=arguments.length>1&&void
0!==arguments[1]?arguments[1]:[];i(w[t]||[]).reverse().forEach((function(t){try{t.apply(e,n)}catch(e){console.log("Go
t e r r o r
",e),d("diagnosticError",{error:e})}}))},h=function(e){m=e,E(t.STATE_CHANGE,[e])},A={resize:function(){p=e.in
nerWidth,b=e.innerHeight,E(t.SIZE_CHANGE,[p,b])},message:function(e){switch(e.data.type){case"viewable":y=e.
data.value,E(t.VIEWABLE_CHANGE,[y]);break;case"resize":p=e.data.width,b=e.data.height,E(t.SIZE_CHANGE,[p
,b])}}};if(e.addEventListener("DOMContentLoaded",(function(){d("loaded"),h("default"),E(t.READY)}),!1),e.addEv
e n t L i s t e n e r ( " r e s i z e " , v ( ) ? A . r e s i z e : ( r = f u n c t i o n ( ) { r e t u r n
d("resizeWebview")},o=window.requestAnimationFrame||window.webkitRequestAnimationFrame,s=!1,f=function(){
s = ! 1 , r ( ) } , ( l = f u n c t i o n ( ) { s | | ( s = ! 0 , " f u n c t i o n " = = t y p e o f
o?o(f):setTimeout(f,100))})(),l),!1),v()&&e.addEventListener("message",A.message,!1),e.nativebridge){var
C={viewable:function(e){y=u(e)&&e.detail[0],E(t.VIEWABLE_CHANGE,[y])},resize:function(n){p=u(n)?n.detail.
width:e.innerWidth,b=u(n)?n.detail.height:e.innerHeight,E(t.SIZE_CHANGE,[p,b])}};e.nativebridge.addEventListen
er("viewable",C.viewable),e.nativebridge.addEventListener("resize",C.resize)}var
S=function(){return{x:0,y:0,width:p,height:b}},O=function(){return{width:p,height:b}},I=["createCalendarEvent","e
xpand","playVideo","resize","getExpandProperties","setExpandProperties","getResizeProperties","setResizePropertie
s","storePicture"].reduce((function(e,n){return Object.assign(e,a({},n,(function(){return E(t.ERROR,["not
implemented",n])})))}),{});return Object.assign({addEventListener:function(e,t){e in
w&&w[e].push(t)},close:function(){h("hidden"),d("close")},getCurrentPosition:S,getDefaultPosition:S,getMaxSize:O
,getPlacementType:function(){return c},getScreenSize:O,getState:function(){return
m},getVersion:function(){return"2.0"},isViewable:function(){return y},open:function(e){return
d("open",{url:e})},removeEventListener:function(e,t){var n=i(w[e]||[]).indexOf(t);-
1!==n&&w[e].splice(n,1)},supports:function(){return!1},useCustomClose:function(e){d("useCustomClose",{hideClo
s e : e } ) } , g e t O r i e n t a t i o n P r o p e r t i e s : f u n c t i o n ( ) { r e t u r n
g},setOrientationProperties:function(e){g=e,d("orientation",{properties:e})}},I)}()),{sendAnalyticsEvent:function(e,t)
{d("analyticsEvent",{event:e,eventData:t})},setCustomMraidState:function(e){d("customMraidState",{state:e})},get
CreativeURL:function(){return f},getConfiguration:function(){return{}}});e.mraid=m};function c(e){return
function(e){if(Array.isArray(e))return l(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in
Object(e))return Array.from(e)}(e)||f(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable
instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function
f(e,t){if(e){if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-
1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Argument
s"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(e,t):void 0}}function
l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function
d(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in
r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var v,m=function(){var
e,t=window,n=t.webplayerbridge,r=t.webkit;return n?function(e,t){return
n.handleEvent(JSON.stringify([e,t]))}:(null===(e=null==r?void 0:r.messageHandlers)||void 0===e?void
0:e.sendEvent)?function(e,t){var n;return null===(n=r.messageHandlers.sendEvent)||void 0===n?void
0 : n . p o s t M e s s a g e ( J S O N . s t r i n g i f y ( [ e , t ] ) ) } : f u n c t i o n ( e , t ) { v a r
n,r=document.createElement("iframe");r.setAttribute("src","umsg:
".concat(JSON.stringify([e,t]))),document.documentElement.appendChild(r),null===(n=r.parentNode)||void
0===n||n.removeChild(r)}},y=function(){function e(){!function(e,t){if(!(e instanceof t))throw new
TypeError("Cannot call a class as a function")}(this,e),this.listeners={}}var t,n;return
t=e,n=[{key:"addEventListener",value:function(e,t){this.listeners[e]=[].concat(c(this.listeners[e]||[]),[t])}},{key:"remo
veEventListener",value:function(e,t){var n=(this.listeners[e]||[]).indexOf(t);-
1!==n&&this.listeners[e].splice(n,1)}},{key:"dispatchEvent",value:function(e){var t=this;return
c ( t h i s . l i s t e n e r s [ e . t y p e ] | | [ ] ) . f o r E a c h ( ( f u n c t i o n ( n ) { r e t u r n
n.call(t,e)})),!e.defaultPrevented}},{key:"receiveEvent",value:function(e){console.log("unity","Received event:
",e);var t,n,r=(n=2,function(e){if(Array.isArray(e))return e}(t=e)||function(e,t){if("undefined"!=typeof
Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,o=void 0;try{for(var
a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{
try{r||null==u.return||u.return()}finally{if(i)throw o}}return n}}(t,n)||f(t,n)||function(){throw new TypeError("Invalid
attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a
[Symbol.iterator]() method.")}()),i=r[0],o=r[1];this.dispatchEvent(new
CustomEvent(i,{detail:o}))}},{key:"sendEvent",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-
1 : 0 ) , r = 1 ; r < t ; r + + ) n [ r - 1 ] = a r g u m e n t s [ r ] ; m ( ) . a p p l y ( v o i d
0,[e].concat(n))}}],n&&d(t.prototype,n),e}();!function(e){e.WEB_PLAYER="webplayer",e.IFRAME="iframe",e.IFR
AME_PERF="iframe-perf"}(v||(v={}));var p=function(e){try{return new
URL(e),!0}catch(e){return!1}};window.mraidContainerLoader=function(e){var
t=e.containerHtml,n=e.placementType,r=e.creativeUrl;t===v.WEB_PLAYER&&(window.nativebridge=new
y),s(window,{sendsStats:t!==v.IFRAME,placementType:n,creativeUrl:"string"==typeof r&&p(r)?r:"none"}),delete
window.mraidContainerLoader}}();\x3c/script><script>window.mraidContainerLoader({\n containerHtml:
\'iframe\',\n placementType: \'interstitial\',\n creativeUrl: \'{{ CREATIVE_URL }}\',\n
});\x3c/script><script id="deviceorientation-support">\x3c/script><script id="debug-js-
console">\x3c/script></head><body></body></html>',
{'{{ CREATIVE_URL }}':c});if(d=this._campaign.getPlayableConfiguration()){var
e='group'+(null===(a=ab.getState().config)||void 0===a?void
0:a.abGroup);this._configuration=d[e]?d[e]:d.default?d.default:{};c=c.replace('var playableConfiguration = {};','var
playableConfiguration = '+JSON.stringify(this._configuration)+';')}return
c};Qe.prototype.onIframeLoaded=function(){this._isLoaded=!0;this._loadingScreenTimeout||(clearTimeout(this._pre
pareTimeout),this._prepareTimeout=void 0,this.showMRAIDAd());
var a=(Date.now()-z.getFrameSetStartTimestamp(this._placement.id))/1E3;this._core.Sdk.logDebug('Unity Ads
placement '+this._placement.id+' iframe load duration '+a+'
s');this.isKPIDataValid({frameLoadDuration:a},'playable_mraid_playable_loading_time')&&this._handlers.forEach(f
u n c t i o n ( c ) { r e t u r n
c.onPlayableAnalyticsEvent(a,0,0,'playable_loading_time',{})})};Qe.prototype.showLoadingScreen=function(){var
a=this;this._loadingScreen.style.display='block';this._loadingScreenTimeout=window.setTimeout(function(){a._isLoa
ded?
a.showMRAIDAd():a._prepareTimeout=window.setTimeout(function(){a._canClose=!0;a._closeElement.style.opacit
y='1';a._closeElement.style.display='block';a.updateProgressCircle(a._closeElement,1);var
c=a._campaign.getResourceUrl();Qa.trigger('playable_prepare_timeout',{url:c?c.getOriginalUrl():''},a._campaign.getS
ession());a._prepareTimeout=void 0},4500);a._loadingScreenTimeout=void
0},this.loadingScreenDuration)};Qe.prototype.showMRAIDAd=function(){var
a=this;this.prepareProgressCircle();['webkitTransitionEnd',
'transitionend'].forEach(function(c){'none'!==a._loadingScreen.style.display&&a._loadingScreen.addEventListener(c,
function(){a._closeElement.style.display='block';a._playableStartTimestamp=Date.now();a.sendMraidAnalyticsEvent
('playable_start');a._mraidAdapter.sendViewableEvent(!0);a._loadingScreen.style.display='none'},!1)});this._loadingS
creen.classList.add('hidden')};Qe.prototype.onCloseEvent=function(a){a.preventDefault();a.stopPropagation();this._c
anSkip&&!this._canClose?(this._handlers.forEach(function(a){return a.onMraidSkip()}),
this.sendMraidAnalyticsEvent('playable_skip')):this._canClose&&(this._handlers.forEach(function(a){return
a.onMraidClose()}),this.sendMraidAnalyticsEvent('playable_close'))};Qe.prototype.sendMraidAnalyticsEvent=functi
o n ( a , c ) { v a r d = ( D a t e . n o w ( ) - t h i s . _ s h o w T i m e s t a m p -
this._backgroundTime)/1E3,e=this._backgroundTime/1E3,f=this._playableStartTimestamp?(Date.now()-
t h i s . _ p l a y a b l e S t a r t T i m e s t a m p -
this._backgroundTime)/1E3:0;this.isKPIDataValid({timeFromShow:d,backgroundTime:e,timeFromPlayableStart:f},'
playable_mraid_'+
a ) & & t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( g ) { r e t u r n
g.onPlayableAnalyticsEvent(d,f,e,a,c)})};l.inherits(Sc,Z);Sc.prototype.render=function(){var
a=this;Z.prototype.render.call(this);this.splashScreenContainerEl=this._container.querySelector('.splash-screen-
container');this.splashScreenParameters&&this.splashScreenContainerEl&&(lr(this.splashScreenContainerEl,this.spla
shScreenParameters),setTimeout(function(){a.splashScreenContainerEl&&(a.splashScreenContainerEl.style.display='
none');a.setViewableState(!0)},
this.splashScreenParameters.duration));this.loadIframe()};Sc.prototype.show=function(){var
a=this;Z.prototype.show.call(this);this._showTimestamp=Date.now();this.sendMraidAnalyticsEvent('playable_show');
this.prepareProgressCircle();if(this._domContentLoaded)this.splashScreenParameters||this.setViewableState(!0),this.s
endCustomImpression();else var c=this.onLoaded.subscribe(function(){var
d;a.splashScreenParameters&&'none'!==(null===(d=a.splashScreenContainerEl)||void 0===d?void 0:d.style.display)||
a.setViewableState(!0);a.sendCustomImpression();a.onLoaded.unsubscribe(c)})};Sc.prototype.hide=function(){Z.prot
otype.hide.call(this);this._mraidAdapter.disconnect()};Sc.prototype.setViewableState=function(a){var
c;!this._domContentLoaded||this.splashScreenParameters&&'none'!==(null===(c=this.splashScreenContainerEl)||void
0 = = = c ? v o i d
0:c.style.display)||this._mraidAdapter.sendViewableEvent(a);this.setAnalyticsBackgroundTime(a)};Sc.prototype.send
MraidAnalyticsEvent=function(a,c){var d=(Date.now()-
t h i s . _ s h o w T i m e s t a m p -
this._backgroundTime)/1E3,e=this._backgroundTime/1E3,f=this._playableStartTimestamp?(Date.now()-
t h i s . _ p l a y a b l e S t a r t T i m e s t a m p -
this._backgroundTime)/1E3:0;this.isKPIDataValid({timeFromShow:d,backgroundTime:e,timeFromPlayableStart:f},'
m r a i d _ ' + a ) & & t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( g ) { r e t u r n
g.onPlayableAnalyticsEvent(d,f,e,a,c)})};Sc.prototype.onCloseEvent=function(a){a.preventDefault();a.stopPropagatio
n();this._canSkip&&!this._canClose?(this._handlers.forEach(function(a){return a.onMraidSkip()}),
this.sendMraidAnalyticsEvent('playable_skip')):this._canClose&&(this._handlers.forEach(function(a){return
a.onMraidClose()}),this.sendMraidAnalyticsEvent('playable_close'))};Sc.prototype.loadIframe=function(){var
a=this,c=this._iframe=this._container.querySelector('#mraid-iframe');this._mraidAdapter=new
d h ( t h i s . _ c o r e , t h i s , c ) ; t h i s . _ m r a i d A d a p t e r . c o n n e c t ( ) ; v a r
d='none',e=this._campaign.getResourceUrl();e&&(d=e.getOriginalUrl());this.createMRAID(999===this._gameSessio
nId%1E3?'\x3c!-- DO NOT PUT A DOCTYPE HERE! iOS will go crazy --\x3e<html lang="en"><head><title>Unity
Ads MRAID WebView</title><meta charset="utf-8"><meta name="viewport" content="width=device-
width,height=device-height,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"><meta
name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style"
content="black-translucent"><meta name="format-detection" content="telephone=no"><script>!function(){"use
strict";function e(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var
t , n = f u n c t i o n ( e , t ) { r e t u r n
window.parent.postMessage(Object.assign({type:e},t),"*")},r=function(t,n){if(!window.nativebridge)throw new
E r r o r ( " w i n d o w . n a t i v e b r i d g e h a s t o b e d e f i n e d . " ) ; v a r
r,i;(r=window.nativebridge).sendEvent.apply(r,[t].concat(function(t){if(Array.isArray(t))return
e(t)}(i=[n&&Object.values(n)].filter((function(e){return e})))||function(e){if("undefined"!=typeof
Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(i)||function(t,n){if(t){if("string"==typeof t)return
e ( t , n ) ; v a r r = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( t ) . s l i c e ( 8 , -
1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"
===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?e(t,n):void 0}}(i)||function(){throw new TypeError("Invalid
attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]()
method.")}()))};function i(e){return function(e){if(Array.isArray(e))return
o(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return
Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var
n = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( e ) . s l i c e ( 8 , -
1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Argument
s"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e)||function(){throw new
TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a
[Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new
Array(t);n<t;n++)r[n]=e[n];return r}function a(e,t,n){return t in
e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}!function(e){e.READY="r
eady",e.ERROR="error",e.STATE_CHANGE="stateChange",e.VIEWABLE_CHANGE="viewableChange",e.SIZE_
CHANGE="sizeChange"}(t||(t={}));var u=function(e){return null==e?void 0:e.detail},s=function(e,o){var
s=o.sendsStats,c=o.placementType,f=o.creativeUrl,l=function(){var e=function(){try{return
window.self!==window.top}catch(e){return!0}};return{sendMessage:e()?n:r,isInIframe:e}}(),d=l.sendMessage,v=l.is
I n I f r a m e ; s & & f u n c t i o n ( e ) { v a r
t=window.requestAnimationFrame||window.webkitRequestAnimationFrame;if("function"==typeof t){var
n=0,r=0,i=0;window.requestAnimationFrame=window.webkitRequestAnimationFrame=function(e){0===r&&(r=Dat
e.now());var o=0;return t((function(t){t-o>16&&(n++,0!==o&&(i+=t-
o)),o=t,e(t)}))},setInterval((function(){0!==r&&function(e){var
t=e.frameCount,n=e.playTime,r=e.totalTime;d("sendMessage",{frameCount:t,playTime:n,totalTime:r})}({frameCoun
t:n,playTime:i/1e3,totalTime:(Date.now()-r)/1e3})}),500)}}();var m=Object.assign(Object.assign({},function(){var
n,r,o,s,f,l,m="loading",y=!1,p=e.innerWidth,b=e.innerHeight,g={allowOrientationChange:!0,forceOrientation:"none"
},w=(a(n={},t.READY,[]),a(n,t.ERROR,[]),a(n,t.STATE_CHANGE,[]),a(n,t.VIEWABLE_CHANGE,[]),a(n,t.SIZE_
CHANGE,[]),n),E=function(t){var n=arguments.length>1&&void
0!==arguments[1]?arguments[1]:[];i(w[t]||[]).reverse().forEach((function(t){try{t.apply(e,n)}catch(e){console.log("Go
t e r r o r
",e),d("diagnosticError",{error:e})}}))},h=function(e){m=e,E(t.STATE_CHANGE,[e])},A={resize:function(){p=e.in
nerWidth,b=e.innerHeight,E(t.SIZE_CHANGE,[p,b])},message:function(e){switch(e.data.type){case"viewable":y=e.
data.value,E(t.VIEWABLE_CHANGE,[y]);break;case"resize":p=e.data.width,b=e.data.height,E(t.SIZE_CHANGE,[p
,b])}}};if(e.addEventListener("DOMContentLoaded",(function(){d("loaded"),h("default"),E(t.READY)}),!1),e.addEv
e n t L i s t e n e r ( " r e s i z e " , v ( ) ? A . r e s i z e : ( r = f u n c t i o n ( ) { r e t u r n
d("resizeWebview")},o=window.requestAnimationFrame||window.webkitRequestAnimationFrame,s=!1,f=function(){
s = ! 1 , r ( ) } , ( l = f u n c t i o n ( ) { s | | ( s = ! 0 , " f u n c t i o n " = = t y p e o f
o?o(f):setTimeout(f,100))})(),l),!1),v()&&e.addEventListener("message",A.message,!1),e.nativebridge){var
C={viewable:function(e){y=u(e)&&e.detail[0],E(t.VIEWABLE_CHANGE,[y])},resize:function(n){p=u(n)?n.detail.
width:e.innerWidth,b=u(n)?n.detail.height:e.innerHeight,E(t.SIZE_CHANGE,[p,b])}};e.nativebridge.addEventListen
er("viewable",C.viewable),e.nativebridge.addEventListener("resize",C.resize)}var
S=function(){return{x:0,y:0,width:p,height:b}},O=function(){return{width:p,height:b}},I=["createCalendarEvent","e
xpand","playVideo","resize","getExpandProperties","setExpandProperties","getResizeProperties","setResizePropertie
s","storePicture"].reduce((function(e,n){return Object.assign(e,a({},n,(function(){return E(t.ERROR,["not
implemented",n])})))}),{});return Object.assign({addEventListener:function(e,t){e in
w&&w[e].push(t)},close:function(){h("hidden"),d("close")},getCurrentPosition:S,getDefaultPosition:S,getMaxSize:O
,getPlacementType:function(){return c},getScreenSize:O,getState:function(){return
m},getVersion:function(){return"2.0"},isViewable:function(){return y},open:function(e){return
d("open",{url:e})},removeEventListener:function(e,t){var n=i(w[e]||[]).indexOf(t);-
1!==n&&w[e].splice(n,1)},supports:function(){return!1},useCustomClose:function(e){d("useCustomClose",{hideClo
s e : e } ) } , g e t O r i e n t a t i o n P r o p e r t i e s : f u n c t i o n ( ) { r e t u r n
g},setOrientationProperties:function(e){g=e,d("orientation",{properties:e})}},I)}()),{sendAnalyticsEvent:function(e,t)
{d("analyticsEvent",{event:e,eventData:t})},setCustomMraidState:function(e){d("customMraidState",{state:e})},get
CreativeURL:function(){return f},getConfiguration:function(){return{}}});e.mraid=m};function c(e){return
function(e){if(Array.isArray(e))return l(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in
Object(e))return Array.from(e)}(e)||f(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable
instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function
f(e,t){if(e){if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-
1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Argument
s"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(e,t):void 0}}function
l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function
d(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in
r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var v,m=function(){var
e,t=window,n=t.webplayerbridge,r=t.webkit;return n?function(e,t){return
n.handleEvent(JSON.stringify([e,t]))}:(null===(e=null==r?void 0:r.messageHandlers)||void 0===e?void
0:e.sendEvent)?function(e,t){var n;return null===(n=r.messageHandlers.sendEvent)||void 0===n?void
0 : n . p o s t M e s s a g e ( J S O N . s t r i n g i f y ( [ e , t ] ) ) } : f u n c t i o n ( e , t ) { v a r
n,r=document.createElement("iframe");r.setAttribute("src","umsg:
".concat(JSON.stringify([e,t]))),document.documentElement.appendChild(r),null===(n=r.parentNode)||void
0===n||n.removeChild(r)}},y=function(){function e(){!function(e,t){if(!(e instanceof t))throw new
TypeError("Cannot call a class as a function")}(this,e),this.listeners={}}var t,n;return
t=e,n=[{key:"addEventListener",value:function(e,t){this.listeners[e]=[].concat(c(this.listeners[e]||[]),[t])}},{key:"remo
veEventListener",value:function(e,t){var n=(this.listeners[e]||[]).indexOf(t);-
1!==n&&this.listeners[e].splice(n,1)}},{key:"dispatchEvent",value:function(e){var t=this;return
c ( t h i s . l i s t e n e r s [ e . t y p e ] | | [ ] ) . f o r E a c h ( ( f u n c t i o n ( n ) { r e t u r n
n.call(t,e)})),!e.defaultPrevented}},{key:"receiveEvent",value:function(e){console.log("unity","Received event:
",e);var t,n,r=(n=2,function(e){if(Array.isArray(e))return e}(t=e)||function(e,t){if("undefined"!=typeof
Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,o=void 0;try{for(var
a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{
try{r||null==u.return||u.return()}finally{if(i)throw o}}return n}}(t,n)||f(t,n)||function(){throw new TypeError("Invalid
attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a
[Symbol.iterator]() method.")}()),i=r[0],o=r[1];this.dispatchEvent(new
CustomEvent(i,{detail:o}))}},{key:"sendEvent",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-
1 : 0 ) , r = 1 ; r < t ; r + + ) n [ r - 1 ] = a r g u m e n t s [ r ] ; m ( ) . a p p l y ( v o i d
0,[e].concat(n))}}],n&&d(t.prototype,n),e}();!function(e){e.WEB_PLAYER="webplayer",e.IFRAME="iframe",e.IFR
AME_PERF="iframe-perf"}(v||(v={}));var p=function(e){try{return new
URL(e),!0}catch(e){return!1}};window.mraidContainerLoader=function(e){var
t=e.containerHtml,n=e.placementType,r=e.creativeUrl;t===v.WEB_PLAYER&&(window.nativebridge=new
y),s(window,{sendsStats:t!==v.IFRAME,placementType:n,creativeUrl:"string"==typeof r&&p(r)?r:"none"}),delete
window.mraidContainerLoader}}();\x3c/script><script>window.mraidContainerLoader({ containerHtml: \'iframe-
perf\', placementType: \'interstitial\' });\x3c/script><script id="deviceorientation-
support">\x3c/script></head><body></body></html>':
xf.replaceMacro('\x3c!-- DO NOT PUT A DOCTYPE HERE! iOS will go crazy --\x3e<html
lang="en"><head><title>Unity Ads MRAID WebView</title><meta charset="utf-8"><meta name="viewport"
content="width=device-width,height=device-height,initial-scale=1,minimum-scale=1,maximum-scale=1,user-
scalable=no"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-
status-bar-style" content="black-translucent"><meta name="format-detection"
content="telephone=no"><script>!function(){"use strict";function e(e,t){(null==t||t>e.length)&&(t=e.length);for(var
n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var t,n=function(e,t){return
window.parent.postMessage(Object.assign({type:e},t),"*")},r=function(t,n){if(!window.nativebridge)throw new
E r r o r ( " w i n d o w . n a t i v e b r i d g e h a s t o b e d e f i n e d . " ) ; v a r
r,i;(r=window.nativebridge).sendEvent.apply(r,[t].concat(function(t){if(Array.isArray(t))return
e(t)}(i=[n&&Object.values(n)].filter((function(e){return e})))||function(e){if("undefined"!=typeof
Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(i)||function(t,n){if(t){if("string"==typeof t)return
e ( t , n ) ; v a r r = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( t ) . s l i c e ( 8 , -
1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"
===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?e(t,n):void 0}}(i)||function(){throw new TypeError("Invalid
attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]()
method.")}()))};function i(e){return function(e){if(Array.isArray(e))return
o(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return
Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var
n = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( e ) . s l i c e ( 8 , -
1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Argument
s"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e)||function(){throw new
TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a
[Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new
Array(t);n<t;n++)r[n]=e[n];return r}function a(e,t,n){return t in
e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}!function(e){e.READY="r
eady",e.ERROR="error",e.STATE_CHANGE="stateChange",e.VIEWABLE_CHANGE="viewableChange",e.SIZE_
CHANGE="sizeChange"}(t||(t={}));var u=function(e){return null==e?void 0:e.detail},s=function(e,o){var
s=o.sendsStats,c=o.placementType,f=o.creativeUrl,l=function(){var e=function(){try{return
window.self!==window.top}catch(e){return!0}};return{sendMessage:e()?n:r,isInIframe:e}}(),d=l.sendMessage,v=l.is
I n I f r a m e ; s & & f u n c t i o n ( e ) { v a r
t=window.requestAnimationFrame||window.webkitRequestAnimationFrame;if("function"==typeof t){var
n=0,r=0,i=0;window.requestAnimationFrame=window.webkitRequestAnimationFrame=function(e){0===r&&(r=Dat
e.now());var o=0;return t((function(t){t-o>16&&(n++,0!==o&&(i+=t-
o)),o=t,e(t)}))},setInterval((function(){0!==r&&function(e){var
t=e.frameCount,n=e.playTime,r=e.totalTime;d("sendMessage",{frameCount:t,playTime:n,totalTime:r})}({frameCoun
t:n,playTime:i/1e3,totalTime:(Date.now()-r)/1e3})}),500)}}();var m=Object.assign(Object.assign({},function(){var
n,r,o,s,f,l,m="loading",y=!1,p=e.innerWidth,b=e.innerHeight,g={allowOrientationChange:!0,forceOrientation:"none"
},w=(a(n={},t.READY,[]),a(n,t.ERROR,[]),a(n,t.STATE_CHANGE,[]),a(n,t.VIEWABLE_CHANGE,[]),a(n,t.SIZE_
CHANGE,[]),n),E=function(t){var n=arguments.length>1&&void
0!==arguments[1]?arguments[1]:[];i(w[t]||[]).reverse().forEach((function(t){try{t.apply(e,n)}catch(e){console.log("Go
t e r r o r
",e),d("diagnosticError",{error:e})}}))},h=function(e){m=e,E(t.STATE_CHANGE,[e])},A={resize:function(){p=e.in
nerWidth,b=e.innerHeight,E(t.SIZE_CHANGE,[p,b])},message:function(e){switch(e.data.type){case"viewable":y=e.
data.value,E(t.VIEWABLE_CHANGE,[y]);break;case"resize":p=e.data.width,b=e.data.height,E(t.SIZE_CHANGE,[p
,b])}}};if(e.addEventListener("DOMContentLoaded",(function(){d("loaded"),h("default"),E(t.READY)}),!1),e.addEv
e n t L i s t e n e r ( " r e s i z e " , v ( ) ? A . r e s i z e : ( r = f u n c t i o n ( ) { r e t u r n
d("resizeWebview")},o=window.requestAnimationFrame||window.webkitRequestAnimationFrame,s=!1,f=function(){
s = ! 1 , r ( ) } , ( l = f u n c t i o n ( ) { s | | ( s = ! 0 , " f u n c t i o n " = = t y p e o f
o?o(f):setTimeout(f,100))})(),l),!1),v()&&e.addEventListener("message",A.message,!1),e.nativebridge){var
C={viewable:function(e){y=u(e)&&e.detail[0],E(t.VIEWABLE_CHANGE,[y])},resize:function(n){p=u(n)?n.detail.
width:e.innerWidth,b=u(n)?n.detail.height:e.innerHeight,E(t.SIZE_CHANGE,[p,b])}};e.nativebridge.addEventListen
er("viewable",C.viewable),e.nativebridge.addEventListener("resize",C.resize)}var
S=function(){return{x:0,y:0,width:p,height:b}},O=function(){return{width:p,height:b}},I=["createCalendarEvent","e
xpand","playVideo","resize","getExpandProperties","setExpandProperties","getResizeProperties","setResizePropertie
s","storePicture"].reduce((function(e,n){return Object.assign(e,a({},n,(function(){return E(t.ERROR,["not
implemented",n])})))}),{});return Object.assign({addEventListener:function(e,t){e in
w&&w[e].push(t)},close:function(){h("hidden"),d("close")},getCurrentPosition:S,getDefaultPosition:S,getMaxSize:O
,getPlacementType:function(){return c},getScreenSize:O,getState:function(){return
m},getVersion:function(){return"2.0"},isViewable:function(){return y},open:function(e){return
d("open",{url:e})},removeEventListener:function(e,t){var n=i(w[e]||[]).indexOf(t);-
1!==n&&w[e].splice(n,1)},supports:function(){return!1},useCustomClose:function(e){d("useCustomClose",{hideClo
s e : e } ) } , g e t O r i e n t a t i o n P r o p e r t i e s : f u n c t i o n ( ) { r e t u r n
g},setOrientationProperties:function(e){g=e,d("orientation",{properties:e})}},I)}()),{sendAnalyticsEvent:function(e,t)
{d("analyticsEvent",{event:e,eventData:t})},setCustomMraidState:function(e){d("customMraidState",{state:e})},get
CreativeURL:function(){return f},getConfiguration:function(){return{}}});e.mraid=m};function c(e){return
function(e){if(Array.isArray(e))return l(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in
Object(e))return Array.from(e)}(e)||f(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable
instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function
f(e,t){if(e){if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-
1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Argument
s"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(e,t):void 0}}function
l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function
d(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in
r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var v,m=function(){var
e,t=window,n=t.webplayerbridge,r=t.webkit;return n?function(e,t){return
n.handleEvent(JSON.stringify([e,t]))}:(null===(e=null==r?void 0:r.messageHandlers)||void 0===e?void
0:e.sendEvent)?function(e,t){var n;return null===(n=r.messageHandlers.sendEvent)||void 0===n?void
0 : n . p o s t M e s s a g e ( J S O N . s t r i n g i f y ( [ e , t ] ) ) } : f u n c t i o n ( e , t ) { v a r
n,r=document.createElement("iframe");r.setAttribute("src","umsg:
".concat(JSON.stringify([e,t]))),document.documentElement.appendChild(r),null===(n=r.parentNode)||void
0===n||n.removeChild(r)}},y=function(){function e(){!function(e,t){if(!(e instanceof t))throw new
TypeError("Cannot call a class as a function")}(this,e),this.listeners={}}var t,n;return
t=e,n=[{key:"addEventListener",value:function(e,t){this.listeners[e]=[].concat(c(this.listeners[e]||[]),[t])}},{key:"remo
veEventListener",value:function(e,t){var n=(this.listeners[e]||[]).indexOf(t);-
1!==n&&this.listeners[e].splice(n,1)}},{key:"dispatchEvent",value:function(e){var t=this;return
c ( t h i s . l i s t e n e r s [ e . t y p e ] | | [ ] ) . f o r E a c h ( ( f u n c t i o n ( n ) { r e t u r n
n.call(t,e)})),!e.defaultPrevented}},{key:"receiveEvent",value:function(e){console.log("unity","Received event:
",e);var t,n,r=(n=2,function(e){if(Array.isArray(e))return e}(t=e)||function(e,t){if("undefined"!=typeof
Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,o=void 0;try{for(var
a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{
try{r||null==u.return||u.return()}finally{if(i)throw o}}return n}}(t,n)||f(t,n)||function(){throw new TypeError("Invalid
attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a
[Symbol.iterator]() method.")}()),i=r[0],o=r[1];this.dispatchEvent(new
CustomEvent(i,{detail:o}))}},{key:"sendEvent",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-
1 : 0 ) , r = 1 ; r < t ; r + + ) n [ r - 1 ] = a r g u m e n t s [ r ] ; m ( ) . a p p l y ( v o i d
0,[e].concat(n))}}],n&&d(t.prototype,n),e}();!function(e){e.WEB_PLAYER="webplayer",e.IFRAME="iframe",e.IFR
AME_PERF="iframe-perf"}(v||(v={}));var p=function(e){try{return new
URL(e),!0}catch(e){return!1}};window.mraidContainerLoader=function(e){var
t=e.containerHtml,n=e.placementType,r=e.creativeUrl;t===v.WEB_PLAYER&&(window.nativebridge=new
y),s(window,{sendsStats:t!==v.IFRAME,placementType:n,creativeUrl:"string"==typeof r&&p(r)?r:"none"}),delete
window.mraidContainerLoader}}();\x3c/script><script>window.mraidContainerLoader({\n containerHtml:
\'iframe\',\n placementType: \'interstitial\',\n creativeUrl: \'{{ CREATIVE_URL }}\',\n
});\x3c/script><script id="deviceorientation-support">\x3c/script><script id="debug-js-
console">\x3c/script></head><body></body></html>',
{'{{ CREATIVE_URL }}':d})).then(function(d){a._core.Sdk.logDebug('setting iframe srcdoc
('+d.length+')');z.setFrameSetStartTimestamp(a._placement.id);a._core.Sdk.logDebug('Unity Ads placement
' + a . _ p l a c e m e n t . i d + ' s e t i f r a m e . s r c s t a r t e d
'+z.getFrameSetStartTimestamp(a._placement.id));c.srcdoc=d;Ju(a._creativeId)&&c.setAttribute('sandbox','allow-
scripts allow-same-origin')}).catch(function(c){a._core.Sdk.logError('failed to create mraid:
'+c.message);Qa.trigger('create_mraid_error',{message:c.message},
a._campaign.getSession())})};Sc.prototype.onLoadedEvent=function(){this._domContentLoaded=!0;this.onLoaded.tri
gger();var a=(Date.now()-z.getFrameSetStartTimestamp(this._placement.id))/1E3;this._core.Sdk.logDebug('Unity
Ads placement '+this._placement.id+' iframe load duration '+a+'
s');this.isKPIDataValid({frameLoadDuration:a},'mraid_playable_loading_time')&&this._handlers.forEach(function(c)
{return c.onPlayableAnalyticsEvent(a,0,0,'playable_loading_time',{})});this._playableStartTimestamp=Date.now();
this.sendMraidAnalyticsEvent('playable_start')};Sc.prototype.onOpen=function(a){this._callButtonEnabled&&this._h
a n d l e r s . f o r E a c h ( f u n c t i o n ( c ) { r e t u r n
c.onMraidClick(a)})};Sc.prototype.sendCustomImpression=function(){jp(this._campaign.getSeatId())&&this._handle
r s . f o r E a c h ( f u n c t i o n ( a ) { r e t u r n
a.onCustomImpressionEvent()})};l.inherits(jg,Sc);jg.prototype.show=function(){Sc.prototype.show.call(this);this._pla
cement.allowSkip()&&this.moveCloseGraphicLeft()};jg.prototype.onCloseEvent=function(a){Sc.prototype.onCloseE
vent.call(this,
a);n.reportMetricEvent(bj.ClosedByUnityAds)};jg.prototype.onBridgeClose=function(){Sc.prototype.onBridgeClose.
call(this);this.clearCustomCloseTimeout();n.reportMetricEvent(bj.ClosedByAdUnit)};jg.prototype.onUseCustomClos
e=function(a){Sc.prototype.onUseCustomClose.call(this,a);n.reportMetricEvent(bj.UseCustomCloseCalled);a?this._m
raidCustomCloseCalled||(this._mraidCustomCloseCalled=!0,this.setupCustomClose()):(this.clearCustomCloseTimeou
t(),this.setCloseVisibility(!0))};jg.prototype.setCloseVisibility=
f u n c t i o n ( a ) { v a r
c=this._container.querySelector('.close');c&&(c.style.display=a?'block':'none')};jg.prototype.setupCustomClose=funct
i o n ( ) { v a r
a=this;n.reportMetricEvent(bj.CloseHidden);this.setCloseVisibility(!1);this._mraidCustomCloseTimeout=window.set
Timeout(function(){a.setCloseVisibility(!0)},1E3*this._mraidCustomCloseDelay)};jg.prototype.clearCustomCloseTi
meout=function(){window.clearTimeout(this._mraidCustomCloseTimeout)};jg.prototype.moveCloseGraphicLeft=fun
ction(){n.reportMetricEvent(bj.CloseMovedToLeft);
v a r a = t h i s . _ c o n t a i n e r . q u e r y S e l e c t o r ( ' . c l o s e -
region');a&&(a.style.removeProperty('right'),a.style.left='0')};l.inherits(wb,Z);wb.prototype.show=function(){var
a=this;Z.prototype.show.call(this);this._showTimestamp=Date.now();this.sendMraidAnalyticsEvent('playable_show');
this.prepareProgressCircle();if(this._domContentLoaded)n.reportMetricEvent(ff.MraidDomLoadedAtShow),this.setVi
e w a b l e S t a t e ( ! 0 ) , t h i s . s e n d C u s t o m I m p r e s s i o n ( ) ; e l s e v a r
c=this.onLoaded.subscribe(function(){a.setViewableState(!0);a.sendCustomImpression();
a.onLoaded.unsubscribe(c)})};wb.prototype.hide=function(){Z.prototype.hide.call(this);this._mraidAdapter.disconnec
t()};wb.prototype.setViewableState=function(a){this._domContentLoaded&&this._mraidAdapter.sendViewableEvent
(a);this.setAnalyticsBackgroundTime(a)};wb.prototype.loadWebPlayer=function(a){var
c=this;this._isLoaded=!0;this._mraidAdapter=new pg(this._core,this,a);this._mraidAdapter.connect();return
this.createMRAID('\x3c!-- DO NOT PUT A DOCTYPE HERE! iOS will go crazy --\x3e<html
lang="en"><head><title>Unity Ads MRAID WebView</title><meta charset="utf-8"><meta name="viewport"
content="width=device-width,height=device-height,initial-scale=1,minimum-scale=1,maximum-scale=1,user-
scalable=no"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-
status-bar-style" content="black-translucent"><meta name="format-detection"
content="telephone=no"><script>!function(){"use strict";function e(e,t){(null==t||t>e.length)&&(t=e.length);for(var
n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var t,n=function(e,t){return
window.parent.postMessage(Object.assign({type:e},t),"*")},r=function(t,n){if(!window.nativebridge)throw new
E r r o r ( " w i n d o w . n a t i v e b r i d g e h a s t o b e d e f i n e d . " ) ; v a r
r,i;(r=window.nativebridge).sendEvent.apply(r,[t].concat(function(t){if(Array.isArray(t))return
e(t)}(i=[n&&Object.values(n)].filter((function(e){return e})))||function(e){if("undefined"!=typeof
Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(i)||function(t,n){if(t){if("string"==typeof t)return
e ( t , n ) ; v a r r = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( t ) . s l i c e ( 8 , -
1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"
===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?e(t,n):void 0}}(i)||function(){throw new TypeError("Invalid
attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]()
method.")}()))};function i(e){return function(e){if(Array.isArray(e))return
o(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return
Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var
n = O b j e c t . p r o t o t y p e . t o S t r i n g . c a l l ( e ) . s l i c e ( 8 , -
1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Argument
s"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e)||function(){throw new
TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a
[Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new
Array(t);n<t;n++)r[n]=e[n];return r}function a(e,t,n){return t in
e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}!function(e){e.READY="r
eady",e.ERROR="error",e.STATE_CHANGE="stateChange",e.VIEWABLE_CHANGE="viewableChange",e.SIZE_
CHANGE="sizeChange"}(t||(t={}));var u=function(e){return null==e?void 0:e.detail},s=function(e,o){var
s=o.sendsStats,c=o.placementType,f=o.creativeUrl,l=function(){var e=function(){try{return
window.self!==window.top}catch(e){return!0}};return{sendMessage:e()?n:r,isInIframe:e}}(),d=l.sendMessage,v=l.is
I n I f r a m e ; s & & f u n c t i o n ( e ) { v a r
t=window.requestAnimationFrame||window.webkitRequestAnimationFrame;if("function"==typeof t){var
n=0,r=0,i=0;window.requestAnimationFrame=window.webkitRequestAnimationFrame=function(e){0===r&&(r=Dat
e.now());var o=0;return t((function(t){t-o>16&&(n++,0!==o&&(i+=t-
o)),o=t,e(t)}))},setInterval((function(){0!==r&&function(e){var
t=e.frameCount,n=e.playTime,r=e.totalTime;d("sendMessage",{frameCount:t,playTime:n,totalTime:r})}({frameCoun
t:n,playTime:i/1e3,totalTime:(Date.now()-r)/1e3})}),500)}}();var m=Object.assign(Object.assign({},function(){var
n,r,o,s,f,l,m="loading",y=!1,p=e.innerWidth,b=e.innerHeight,g={allowOrientationChange:!0,forceOrientation:"none"
},w=(a(n={},t.READY,[]),a(n,t.ERROR,[]),a(n,t.STATE_CHANGE,[]),a(n,t.VIEWABLE_CHANGE,[]),a(n,t.SIZE_
CHANGE,[]),n),E=function(t){var n=arguments.length>1&&void
0!==arguments[1]?arguments[1]:[];i(w[t]||[]).reverse().forEach((function(t){try{t.apply(e,n)}catch(e){console.log("Go
t e r r o r
",e),d("diagnosticError",{error:e})}}))},h=function(e){m=e,E(t.STATE_CHANGE,[e])},A={resize:function(){p=e.in
nerWidth,b=e.innerHeight,E(t.SIZE_CHANGE,[p,b])},message:function(e){switch(e.data.type){case"viewable":y=e.
data.value,E(t.VIEWABLE_CHANGE,[y]);break;case"resize":p=e.data.width,b=e.data.height,E(t.SIZE_CHANGE,[p
,b])}}};if(e.addEventListener("DOMContentLoaded",(function(){d("loaded"),h("default"),E(t.READY)}),!1),e.addEv
e n t L i s t e n e r ( " r e s i z e " , v ( ) ? A . r e s i z e : ( r = f u n c t i o n ( ) { r e t u r n
d("resizeWebview")},o=window.requestAnimationFrame||window.webkitRequestAnimationFrame,s=!1,f=function(){
s = ! 1 , r ( ) } , ( l = f u n c t i o n ( ) { s | | ( s = ! 0 , " f u n c t i o n " = = t y p e o f
o?o(f):setTimeout(f,100))})(),l),!1),v()&&e.addEventListener("message",A.message,!1),e.nativebridge){var
C={viewable:function(e){y=u(e)&&e.detail[0],E(t.VIEWABLE_CHANGE,[y])},resize:function(n){p=u(n)?n.detail.
width:e.innerWidth,b=u(n)?n.detail.height:e.innerHeight,E(t.SIZE_CHANGE,[p,b])}};e.nativebridge.addEventListen
er("viewable",C.viewable),e.nativebridge.addEventListener("resize",C.resize)}var
S=function(){return{x:0,y:0,width:p,height:b}},O=function(){return{width:p,height:b}},I=["createCalendarEvent","e
xpand","playVideo","resize","getExpandProperties","setExpandProperties","getResizeProperties","setResizePropertie
s","storePicture"].reduce((function(e,n){return Object.assign(e,a({},n,(function(){return E(t.ERROR,["not
implemented",n])})))}),{});return Object.assign({addEventListener:function(e,t){e in
w&&w[e].push(t)},close:function(){h("hidden"),d("close")},getCurrentPosition:S,getDefaultPosition:S,getMaxSize:O
,getPlacementType:function(){return c},getScreenSize:O,getState:function(){return
m},getVersion:function(){return"2.0"},isViewable:function(){return y},open:function(e){return
d("open",{url:e})},removeEventListener:function(e,t){var n=i(w[e]||[]).indexOf(t);-
1!==n&&w[e].splice(n,1)},supports:function(){return!1},useCustomClose:function(e){d("useCustomClose",{hideClo
s e : e } ) } , g e t O r i e n t a t i o n P r o p e r t i e s : f u n c t i o n ( ) { r e t u r n
g},setOrientationProperties:function(e){g=e,d("orientation",{properties:e})}},I)}()),{sendAnalyticsEvent:function(e,t)
{d("analyticsEvent",{event:e,eventData:t})},setCustomMraidState:function(e){d("customMraidState",{state:e})},get
CreativeURL:function(){return f},getConfiguration:function(){return{}}});e.mraid=m};function c(e){return
function(e){if(Array.isArray(e))return l(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in
Object(e))return Array.from(e)}(e)||f(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable
instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function
f(e,t){if(e){if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-
1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Argument
s"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(e,t):void 0}}function
l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function
d(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in
r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var v,m=function(){var
e,t=window,n=t.webplayerbridge,r=t.webkit;return n?function(e,t){return
n.handleEvent(JSON.stringify([e,t]))}:(null===(e=null==r?void 0:r.messageHandlers)||void 0===e?void
0:e.sendEvent)?function(e,t){var n;return null===(n=r.messageHandlers.sendEvent)||void 0===n?void
0 : n . p o s t M e s s a g e ( J S O N . s t r i n g i f y ( [ e , t ] ) ) } : f u n c t i o n ( e , t ) { v a r
n,r=document.createElement("iframe");r.setAttribute("src","umsg:
".concat(JSON.stringify([e,t]))),document.documentElement.appendChild(r),null===(n=r.parentNode)||void
0===n||n.removeChild(r)}},y=function(){function e(){!function(e,t){if(!(e instanceof t))throw new
TypeError("Cannot call a class as a function")}(this,e),this.listeners={}}var t,n;return
t=e,n=[{key:"addEventListener",value:function(e,t){this.listeners[e]=[].concat(c(this.listeners[e]||[]),[t])}},{key:"remo
veEventListener",value:function(e,t){var n=(this.listeners[e]||[]).indexOf(t);-
1!==n&&this.listeners[e].splice(n,1)}},{key:"dispatchEvent",value:function(e){var t=this;return
c ( t h i s . l i s t e n e r s [ e . t y p e ] | | [ ] ) . f o r E a c h ( ( f u n c t i o n ( n ) { r e t u r n
n.call(t,e)})),!e.defaultPrevented}},{key:"receiveEvent",value:function(e){console.log("unity","Received event:
",e);var t,n,r=(n=2,function(e){if(Array.isArray(e))return e}(t=e)||function(e,t){if("undefined"!=typeof
Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,o=void 0;try{for(var
a,u=e[Symbol.iterator]();!(r=(a=u.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{
try{r||null==u.return||u.return()}finally{if(i)throw o}}return n}}(t,n)||f(t,n)||function(){throw new TypeError("Invalid
attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a
[Symbol.iterator]() method.")}()),i=r[0],o=r[1];this.dispatchEvent(new
CustomEvent(i,{detail:o}))}},{key:"sendEvent",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-
1 : 0 ) , r = 1 ; r < t ; r + + ) n [ r - 1 ] = a r g u m e n t s [ r ] ; m ( ) . a p p l y ( v o i d
0,[e].concat(n))}}],n&&d(t.prototype,n),e}();!function(e){e.WEB_PLAYER="webplayer",e.IFRAME="iframe",e.IFR
AME_PERF="iframe-perf"}(v||(v={}));var p=function(e){try{return new
URL(e),!0}catch(e){return!1}};window.mraidContainerLoader=function(e){var
t=e.containerHtml,n=e.placementType,r=e.creativeUrl;t===v.WEB_PLAYER&&(window.nativebridge=new
y),s(window,{sendsStats:t!==v.IFRAME,placementType:n,creativeUrl:"string"==typeof r&&p(r)?r:"none"}),delete
window.mraidContainerLoader}}();\x3c/script><script>window.mraidContainerLoader({ containerHtml:
\'webplayer\', placementType: \'interstitial\' });\x3c/script><script id="deviceorientation-
support">\x3c/script></head><body></body></html>').then(function(d){c._core.Sdk.logDebug('setting webplayer
srcdoc ('+
d.length+')');z.setFrameSetStartTimestamp(c._placement.id);c._core.Sdk.logDebug('Unity Ads placement
' + c . _ p l a c e m e n t . i d + ' s e t w e b p l a y e r d a t a s t a r t e d
'+z.getFrameSetStartTimestamp(c._placement.id));d=c._platform===t.ANDROID?encodeURIComponent(d):d;return
c.setWebPlayerContainerData(a,d).catch(function(){n.reportMetricEvent(ff.MraidSetDataFailed)})}).catch(function(a
){n.reportMetricEvent(ff.MraidCreateFailed);c._core.Sdk.logError('failed to create mraid:
'+a.message)})};wb.prototype.onBridgeSendStats=
function(a,c,d){999===this._gameSessionId%1E3&&Z.prototype.onBridgeSendStats.call(this,a,c,d)};wb.prototype.se
ndMraidAnalyticsEvent=function(a,c){var d=(Date.now()-this._showTimestamp-
this._backgroundTime)/1E3,e=this._backgroundTime/1E3,f=this._playableStartTimestamp?(Date.now()-
t h i s . _ p l a y a b l e S t a r t T i m e s t a m p -
this._backgroundTime)/1E3:0;this.isKPIDataValid({timeFromShow:d,backgroundTime:e,timeFromPlayableStart:f},'
mraid_'+a)&&this._handlers.forEach(function(g){return g.onPlayableAnalyticsEvent(d,f,
e,a,c)})};wb.prototype.onCloseEvent=function(a){a.preventDefault();a.stopPropagation();this._canSkip&&!this._can
C l o s e ? ( t h i s . _ h a n d l e r s . f o r E a c h ( f u n c t i o n ( a ) { r e t u r n
a.onMraidSkip()}),this.sendMraidAnalyticsEvent('playable_skip')):this._canClose&&(this._handlers.forEach(function
( a ) { r e t u r n
a.onMraidClose()}),this.sendMraidAnalyticsEvent('playable_close'))};wb.prototype.onLoadedEvent=function(){this._
domContentLoaded=!0;this.onLoaded.trigger();var a=(Date.now()-
z.getFrameSetStartTimestamp(this._placement.id))/
1E3;this._core.Sdk.logDebug('Unity Ads placement '+this._placement.id+' iframe load duration '+a+'
s');this.isKPIDataValid({frameLoadDuration:a},'mraid_playable_loading_time')&&this._handlers.forEach(function(c)
{ r e t u r n
c.onPlayableAnalyticsEvent(a,0,0,'playable_loading_time',{})});this._playableStartTimestamp=Date.now();this.send
MraidAnalyticsEvent('playable_start')};wb.prototype.onOpen=function(a){this._callButtonEnabled&&this._handlers.
forEach(function(c){return c.onMraidClick(a)})};wb.prototype.onPrivacyClose=
function(){this._privacy&&(this._privacy.hide(),this.reduceWebViewContainerHeight())};wb.prototype.onPrivacyEv
e n t = f u n c t i o n ( a ) { v a r
c=this;a.preventDefault();this.fullScreenWebViewContainer().then(function(){c._privacy.show()})};wb.prototype.on
G D P R P o p u p E v e n t = f u n c t i o n ( a ) { v a r
c=this;a.preventDefault();this._gdprPopupClicked=!0;this.fullScreenWebViewContainer().then(function(){c._privacy.
show()})};wb.prototype.onBridgeResizeWebview=function(){this.reduceWebViewContainerHeight()};wb.prototype.
onBridgeLoad=
function(){n.reportMetricEvent(ff.MraidDomLoaded);Z.prototype.onBridgeLoad.call(this)};wb.prototype.onBridgeO
pen=function(a){n.reportMetricEvent(ff.MraidClickReceived);Z.prototype.onBridgeOpen.call(this,a)};wb.prototype.o
nBridgeClose=function(){Z.prototype.onBridgeClose.call(this)};wb.prototype.fullScreenWebViewContainer=functio
n ( ) { r e t u r n
this._handlers[0].onWebViewFullScreen()};wb.prototype.reduceWebViewContainerHeight=function(){return
this._handlers[0].onWebViewReduceSize()};wb.prototype.setWebPlayerContainerData=
function(a,c){return S(this,void 0,void 0,function e(){var f=this,g;return
l.generator.createGenerator(e,function(e){if(1==e.nextAddress)return
f._platform===t.IOS?e.return(a.setData(c,'text/html','UTF-8')):e.yield(f.getMraidAsUrl(c),2);g=e.yieldResult;return
e.return(f.trySetUrl(a,g,c))})})};wb.prototype.getWebPlayerErrorObserver=function(a,c){var d=this;return
function(e){if('string'===typeof e&&e.includes('file://'))return
n.reportMetricEvent(ff.MraidLoadingCachedFileError),d._isWebPlayerError=
! 0 , a . s e t D a t a ( c , ' t e x t / h t m l ' , ' U T F -
8');n.reportMetricEvent(ff.MraidGenericLoadingError)}};wb.prototype.trySetUrl=function(a,c,d){return S(this,void
0,void 0,function f(){var g=this,k,h;return l.generator.createGenerator(f,function(f){if(1==f.nextAddress)return
g._isWebPlayerError=!1,k=g.getWebPlayerErrorObserver(a,d),h=Xj.once(a.onWebPlayerError,k),f.yield(a.setUrl('file
: / / ' + c ) , 2 ) ; i f ( 3 ! = f . n e x t A d d r e s s ) r e t u r n
f.yield(ps(2E3),3);g._isWebPlayerError||n.reportMetricEvent(ff.MraidLoadingCachedFileNoError);
a.onWebPlayerError.unsubscribe(h);f.jumpToEnd()})})};wb.prototype.getMraidAsUrl=function(a){var
c=this;a=this._platform===t.ANDROID?decodeURIComponent(a):a;return
this._core.Cache.setFileContent('webPlayerMraid.html','UTF-8',a).then(function(){return
c._core.Cache.getFilePath('webPlayerMraid.html')})};wb.prototype.sendCustomImpression=function(){jp(this._camp
aign.getSeatId())&&this._handlers.forEach(function(a){return
a.onCustomImpressionEvent()})};l.inherits(ch,Kb);ch.setForcedExtendedMRAID=function(a){ch._forcedExtendedM
RAID=
a } ; c h . p r o t o t y p e . c r e a t e P a r a m e t e r s = f u n c t i o n ( a ) { v a r
c,d=a.campaign.getResourceUrl(),e=this.showGDPRBanner(a),f=null===(c=this._automatedExperimentManager.get
ExperimentParts(a.campaign,$a.MRAID_PLAYABLE))||void 0===c?void
0:c.actions;a.gameSessionId=a.gameSessionId||0;c=a.campaign instanceof
vf||ch._forcedExtendedMRAID?d&&d.getOriginalUrl().match(/playables\/production\/unity/)||ch._forcedExtendedM
R A I D ? n e w
Qe(a.platform,a.core,a.deviceInfo,a.placement,a.campaign,a.privacy,e,a.gameSessionId,a.adsConfig.getHidePrivacy(),
f ) : a . c a m p a i g n . i s C u s t o m C l o s e E n a b l e d ( ) ? n e w
jg(a.platform,a.core,a.deviceInfo,a.placement,a.campaign,a.privacy,e,a.gameSessionId,a.adsConfig.getHidePrivacy(),f
) : n e w
Sc(a.platform,a.core,a.deviceInfo,a.placement,a.campaign,a.privacy,e,a.gameSessionId,a.adsConfig.getHidePrivacy(),
f ) : n e w
wb(a.platform,a.core,a.deviceInfo,a.placement,a.campaign,a.privacy,e,a.gameSessionId,a.adsConfig.getHidePrivacy()
) ; r e t u r n
Object.assign(Object.assign({},a),{mraid:c,webPlayerContainer:this._webPlayerContainer})};ch._forcedExtendedMR
AID=
! 1 ; l . i n h e r i t s ( b b , M ) ; b b . p r o t o t y p e . s h o w = f u n c t i o n ( a ) { v a r
c=this;M.prototype.show.call(this,a);this.setShowingMRAID(!0);this._mraid.show();this.sendStartEvent();this.getOpe
rativeEventManager().sendStart(this.getOperativeEventParams()).then(function(){return
c.onStartProcessed.trigger()});jp(this._campaign.getSeatId())||this.sendImpression();this.sendTrackingEvent(J.START
) ; t h i s . g e t C o n t a i n e r ( ) . a d d E v e n t H a n d l e r ( t h i s ) ; r e t u r n
this.setupContainerView()};bb.prototype.setupContainerView=function(){var a=this;
r e t u r n
this.getContainer().open(this,['webview'],this._orientationProperties.allowOrientationChange,this._orientationProperti
es.forceOrientation,!0,!1,!0,!1,this.getShowOptions().getOptions()).then(function(){a.onStart.trigger()})};bb.prototype
. h i d e = f u n c t i o n ( ) { v a r a = t h i s ; i f ( ! t h i s . i s S h o w i n g ( ) ) r e t u r n
Promise.resolve();this.setShowing(!1);this.setShowingMRAID(!1);this._mraid&&this._mraid.hide();this.removeEndS
creenContainer();this.removePrivacyContainer();this.sendFinishOperativeEvents();this.onFinish.trigger();
t h i s . r e m o v e M r a i d C o n t a i n e r ( ) ; t h i s . s e n d C o m p l e t e d E v e n t ( ) ; v a r
c = t h i s . g e t C o n t a i n e r ( ) ; c . r e m o v e E v e n t H a n d l e r ( t h i s ) ; r e t u r n
c.close().then(function(){a.onClose.trigger()})};bb.prototype.setOrientationProperties=function(a){this._orientationPr
operties=a};bb.prototype.description=function(){return'mraid'};bb.prototype.sendClick=function(){this.sendTracking
Event(J.CLICK)};bb.prototype.sendImpression=function(){this.sendTrackingEvent(J.IMPRESSION)};bb.prototype.g
etEndScreen=function(){return this._endScreen};bb.prototype.getMRAIDView=
f u n c t i o n ( ) { r e t u r n
this._mraid};bb.prototype.setShowingMRAID=function(a){this._showingMRAID=a};bb.prototype.isShowingMRAI
D=function(){return this._showingMRAID};bb.prototype.onContainerShow=function(){var
a=this;this._mraid.setViewableState(!0);M.getAutoClose()&&setTimeout(function(){a.setFinishState(ja.COMPLETE
D);a.hide()},M.getAutoCloseDelay())};bb.prototype.onContainerDestroy=function(){this.isShowing()&&(this.setFini
shState(ja.SKIPPED),this.hide())};bb.prototype.onContainerBackground=function(){this.isShowing()&&
(this._mraid.setViewableState(!1),Yb('backGroundClose')&&(this.setFinishState(ja.SKIPPED),this.hide()))};bb.proto
type.onContainerForeground=function(){this.isShowing()&&this._mraid.setViewableState(!0)};bb.prototype.onConta
inerSystemMessage=function(){};bb.prototype.sendTrackingEvent=function(a){this.getThirdPartyEventManager().se
ndTrackingEvents(this._campaign,a,'mraid',this._campaign.getUseWebViewUserAgentForTracking())};bb.prototype.
getOperativeEventParams=function(){return{placement:this.getPlacement(),
asset:this._campaign.getResourceUrl()}};bb.prototype.removeEndScreenContainer=function(){if(this._endScreen){th
i s . _ e n d S c r e e n . h i d e ( ) ; v a r
a=this._endScreen.container();a&&a.parentElement&&a.parentElement.removeChild(this._endScreen.container())}};
bb.prototype.removePrivacyContainer=function(){if(this._privacy){var
a=this._privacy.container();a&&a.parentElement&&a.parentElement.removeChild(a)}};bb.prototype.removeMraidCo
ntainer=function(){if(this._mraid){var a=this._mraid.container();a&&a.parentElement&&
a.parentElement.removeChild(a)}};bb.prototype.sendFinishOperativeEvents=function(){var
a=this.getOperativeEventParams(),c=this.getFinishState(),d=this.getOperativeEventManager();c===ja.COMPLETED
?(this._campaign.getSession().getEventSent(fb.THIRD_QUARTILE)||d.sendThirdQuartile(a),this._campaign.getSessi
on().getEventSent(fb.VIEW)||(d.sendView(a),this.sendTrackingEvent(J.COMPLETE))):c===ja.SKIPPED&&d.sendS
kip(a)};l.inherits(Pe,bb);Pe.prototype.onAppSheetOpened=function(){this._appSheetState=Jb.OPENED;
this.isShowing()&&this._mraid.setViewableState(!1);this.endVTAImpression()};Pe.prototype.onAppSheetClosed=fu
nction(){this._appSheetState=Jb.CLOSED;this.canResumeVideo()&&this._mraid.setViewableState(!0)};Pe.prototype
.onAppSheetErrored=function(){this._appSheetState=Jb.ERRORED;this.canResumeVideo()&&this._mraid.setViewa
bleState(!0)};Pe.prototype.canResumeVideo=function(){return
this.isShowing()};Pe.prototype.isAppSheetOpen=function(){return
this._appSheetState===Jb.OPENED};Pe.prototype.hide=function(){this._store.iOS.AppSheet.onOpen.unsubscribe(thi
s._appSheetOpenObserver);
this._store.iOS.AppSheet.onClose.unsubscribe(this._appSheetCloseObserver);this._store.iOS.AppSheet.onError.unsu
bscribe(this._appSheetErrorObserver);this._isVTASupported&&this._skadImpression&&this.hideVTAImpression();r
eturn bb.prototype.hide.call(this)};Pe.prototype.configSKAdImpression=function(){var
a=this,c=this._campaign.getSkadnAppStoreId();if(this._isVTASupported&&c&&(this._skadImpression=Wb.prepareS
K A d I m p r e s s i o n ( t h i s . _ c a m p a i g n , c , t h i s . g e t C o r e ( ) . S d k ) ) ) { v a r
d=this._campaign.getContentType();this._skAdNetworkImpressionStartSuccessObserver=
this._skAdNetwork.onStartSuccess.subscribe(function(){a._isStartImpressionRecorded=!0;n.reportMetricEventWithT
ags(cb.StartVTAImpressionSuccess,{cnt:d})});this._skAdNetworkImpressionStartFailureObserver=this._skAdNetwo
rk.onStartFailure.subscribe(function(){n.reportMetricEventWithTags(cb.StartVTAImpressionFailure,{cnt:d})});this._
skAdNetworkImpressionEndSuccessObserver=this._skAdNetwork.onEndSuccess.subscribe(function(){a._isEndImpr
essionRecorded=!0;n.reportMetricEventWithTags(cb.EndVTAImpressionSuccess,
{cnt:d})});this._skAdNetworkImpressionEndFailureObserver=this._skAdNetwork.onEndFailure.subscribe(function()
{n.reportMetricEventWithTags(cb.EndVTAImpressionFailure,{cnt:d})});var
e=this.onStart.subscribe(function(){a.onStart.unsubscribe(e);a._skAdNetwork.startVTAImpression(a._skadImpression
)})}};Pe.prototype.endVTAImpression=function(){this._skadImpression&&this.canRecordEndImpression&&this._sk
AdNetwork.endVTAImpression(this._skadImpression)};Pe.prototype.hideVTAImpression=function(){var
a=this;this.endVTAImpression();
this._skAdNetwork.onStartSuccess.unsubscribe(this._skAdNetworkImpressionStartSuccessObserver);this._skAdNetw
ork.onStartFailure.unsubscribe(this._skAdNetworkImpressionStartFailureObserver);setTimeout(function(){a._skAdN
etwork.onEndSuccess.unsubscribe(a._skAdNetworkImpressionEndSuccessObserver);a._skAdNetwork.onEndFailure.
unsubscribe(a._skAdNetworkImpressionEndFailureObserver)},2E3)};Pe.prototype.onContainerDestroy=function(){th
is.endVTAImpression();bb.prototype.onContainerDestroy.call(this)};l.global.Object.defineProperties(Pe.prototype,
{canRecordEndImpression:{configurable:!0,enumerable:!0,get:function(){return
this.isShowing()&&this._isVTASupported&&this._isStartImpressionRecorded&&!this._isEndImpressionRecorded}}
} ) ; i g . p r o t o t y p e . g e t T o p P o s i t i o n = f u n c t i o n ( a , c ) { r e t u r n
a>c?this._platform===t.IOS?this.calculateIPhoneTopViewLandscape(c):this.calculateAndroidTopViewLandscape(c):
this._platform===t.IOS?this.calculateIPhoneTopViewPortrait(c):this.calculateAndroidTopViewPortrait(c)};ig.prototy
pe.calculateAndroidTopViewPortrait=function(a){return Math.floor(this.getAndroidViewSize(a/
40,this.getScreenDensity()))};ig.prototype.calculateAndroidTopViewLandscape=function(a){return
Math.floor(this.getAndroidViewSize(a/25,this.getScreenDensity()))};ig.prototype.calculateIPhoneTopViewPortrait=f
u n c t i o n ( a ) { r e t u r n
this.isIPhoneX(a)?.11*a:.06*a};ig.prototype.calculateIPhoneTopViewLandscape=function(a){return.11*a};ig.prototy
pe.getAndroidViewSize=function(a,c){return c/160*a};ig.prototype.getScreenDensity=function(){return
this._deviceInfo.getScreenDensity()};ig.prototype.isIPhoneX=function(a){var c=
! 1 ; s w i t c h ( a ) { c a s e 8 1 2 : c = ! 0 ; b r e a k ; c a s e 8 9 6 : c = ! 0 } r e t u r n
c};l.inherits(Rc,bb);Rc.prototype.onContainerShow=function(){var
a=this;this._mraid.setViewableState(!0);M.getAutoClose()&&setTimeout(function(){a.setFinishState(ja.COMPLETE
D);a.hide()},M.getAutoCloseDelay());if(this.getPlatform()===t.IOS&&this._mraid instanceof
wb)this.onContainerForeground()};Rc.prototype.show=function(a){return
bb.prototype.show.call(this,a)};Rc.prototype.onContainerForeground=function(){this.onContainerForegroundMRAID
()};Rc.prototype.onContainerForegroundMRAID=
function(){this.isShowing()&&this._mraid.setViewableState(!0);return this._mraid instanceof
wb?this.startWebPlayer():Promise.resolve()};Rc.prototype.startWebPlayer=function(){var a=this;return
this._mraid.isLoaded()?Promise.resolve():Promise.all([this._deviceInfo.getScreenWidth(),this._deviceInfo.getScreen
Height()]).then(function(c){var d=l.makeIterator(c);c=d.next().value;d=d.next().value;d=(new
ig(a._deviceInfo,a.getPlatform())).getTopPosition(c,d);a.getContainer().setViewFrame('webview',0,0,c,
d)}).then(function(){n.reportMetricEvent(ff.MraidWebDataLoadAttempted);a._mraid.loadWebPlayer(a._webPlayerC
ontainer)})};Rc.prototype.setupWebPlayerView=function(){var a=this;return
t h i s . s e t u p W e b P l a y e r ( ) . t h e n ( f u n c t i o n ( ) { r e t u r n
a.openAdUnitContainer(['webplayer','webview'])})};Rc.prototype.openAdUnitContainer=function(a){var
c = t h i s ; r e t u r n
this.getContainer().open(this,a,this._orientationProperties.allowOrientationChange,this._orientationProperties.forceOr
ientation,!0,!1,!0,!1,this.getShowOptions().getOptions()).then(function(){c.onStart.trigger()})};
R c . p r o t o t y p e . s e t u p C o n t a i n e r V i e w = f u n c t i o n ( ) { r e t u r n
this.setupWebPlayerView()};Rc.prototype.setupWebPlayer=function(){return
this.getPlatform()===t.ANDROID?this.setupAndroidWebPlayer():this.setupIosWebPlayer()};Rc.prototype.setupAndr
o i d W e b P l a y e r = f u n c t i o n ( ) { v a r
a=[];a.push(this._webPlayerContainer.setSettings({setSupportMultipleWindows:[!1],setJavaScriptCanOpenWindows
Automatically:[!0],setMediaPlaybackRequiresUserGesture:[!1],setAllowFileAccessFromFileURLs:[!0]},{}));a.push(t
his._webPlayerContainer.setEventSettings({onPageStarted:{sendEvent:!0},
shouldOverrideUrlLoading:{sendEvent:!0,returnValue:!0},onReceivedSslError:{shouldCallSuper:!0},onCreateWindo
w : { s e n d E v e n t : ! 0 } , o n R e c e i v e d E r r o r : { s e n d E v e n t : ! 0 } } ) ) ; r e t u r n
Promise.all(a)};Rc.prototype.setupIosWebPlayer=function(){return
Promise.all([this._webPlayerContainer.setSettings({allowsPlayback:!0,playbackRequiresAction:!1,typesRequiringAct
ion:cn.NONE},{}),this._webPlayerContainer.setEventSettings({onPageStarted:{sendEvent:!0},shouldOverrideUrlLoa
ding:{sendEvent:!0,returnValue:!0},onReceivedSslError:{shouldCallSuper:!0},
onCreateWindow:{sendEvent:!0}})])};Rc.prototype.sendClick=function(){n.reportMetricEvent(ff.MraidClickSent);b
b.prototype.sendClick.call(this)};l.inherits(Oe,Rc);Oe.prototype.onAppSheetOpened=function(){this._appSheetState=
Jb.OPENED;this.isShowing()&&this._mraid.setViewableState(!1);this.endVTAImpression()};Oe.prototype.onAppSh
eetClosed=function(){this._appSheetState=Jb.CLOSED;this.resume()};Oe.prototype.onAppSheetErrored=function(){t
his._appSheetState=Jb.ERRORED;this.resume()};Oe.prototype.resume=
function(){this.onContainerForegroundMRAID()};Oe.prototype.isAppSheetOpen=function(){return
this._appSheetState===Jb.OPENED};Oe.prototype.hide=function(){this._store.iOS.AppSheet.onOpen.unsubscribe(th
is._appSheetOpenObserver);this._store.iOS.AppSheet.onClose.unsubscribe(this._appSheetCloseObserver);this._store.
iOS.AppSheet.onError.unsubscribe(this._appSheetErrorObserver);this._isVTASupported&&this._skadImpression&&
this.hideVTAImpression();return Rc.prototype.hide.call(this)};Oe.prototype.configSKAdImpression=
f u n c t i o n ( ) { v a r
a=this,c=this._campaign.getSkadnAppStoreId();if(this._isVTASupported&&c&&(this._skadImpression=Wb.prepareS
K A d I m p r e s s i o n ( t h i s . _ c a m p a i g n , c , t h i s . g e t C o r e ( ) . S d k ) ) ) { v a r
d=this._campaign.getContentType();this._skAdNetworkImpressionStartSuccessObserver=this._skAdNetwork.onStart
Success.subscribe(function(){a._isStartImpressionRecorded=!0;n.reportMetricEventWithTags(cb.StartVTAImpressio
nSuccess,{cnt:d})});this._skAdNetworkImpressionStartFailureObserver=this._skAdNetwork.onStartFailure.subscribe
(function(){n.reportMetricEventWithTags(cb.StartVTAImpressionFailure,
{cnt:d})});this._skAdNetworkImpressionEndSuccessObserver=this._skAdNetwork.onEndSuccess.subscribe(function(
){a._isEndImpressionRecorded=!0;n.reportMetricEventWithTags(cb.EndVTAImpressionSuccess,{cnt:d})});this._sk
AdNetworkImpressionEndFailureObserver=this._skAdNetwork.onEndFailure.subscribe(function(){n.reportMetricEve
n t W i t h T a g s ( c b . E n d V T A I m p r e s s i o n F a i l u r e , { c n t : d } ) } ) ; v a r
e=this.onStart.subscribe(function(){a.onStart.unsubscribe(e);a._skAdNetwork.startVTAImpression(a._skadImpression
)})}};Oe.prototype.endVTAImpression=
function(){this._skadImpression&&this.canRecordEndImpression&&this._skAdNetwork.endVTAImpression(this._sk
adImpression)};Oe.prototype.hideVTAImpression=function(){var
a=this;this.endVTAImpression();this._skAdNetwork.onStartSuccess.unsubscribe(this._skAdNetworkImpressionStartS
uccessObserver);this._skAdNetwork.onStartFailure.unsubscribe(this._skAdNetworkImpressionStartFailureObserver);
setTimeout(function(){a._skAdNetwork.onEndSuccess.unsubscribe(a._skAdNetworkImpressionEndSuccessObserver)
;a._skAdNetwork.onEndFailure.unsubscribe(a._skAdNetworkImpressionEndFailureObserver)},
2E3)};Oe.prototype.onContainerDestroy=function(){this.endVTAImpression();Rc.prototype.onContainerDestroy.call(
this)};l.global.Object.defineProperties(Oe.prototype,{canRecordEndImpression:{configurable:!0,enumerable:!0,get:fu
n c t i o n ( ) { r e t u r n
this.isShowing()&&this._isVTASupported&&this._isStartImpressionRecorded&&!this._isEndImpressionRecorded}}
});l.inherits(hc,Ne);hc.prototype.onMraidClick=function(){this._adUnit.sendClickEvent();return
Promise.resolve()};hc.prototype.onMraidReward=function(){this._operativeEventManager.sendThirdQuartile(this.get
OperativeEventParams())};
hc.prototype.onMraidSkip=function(){this._adUnit.setFinishState(ja.SKIPPED);this._adUnit.hide()};hc.prototype.on
MraidClose=function(){this._adUnit.setFinishState(ja.COMPLETED);this._adUnit.hide()};hc.prototype.onMraidOrie
ntationProperties=function(a){this._adUnit.isShowing()?this._platform===t.IOS?this._adUnit.getContainer().reorient(
!0,a.forceOrientation):this._adUnit.getContainer().reorient(a.allowOrientationChange,a.forceOrientation):this._adUnit
.setOrientationProperties(a)};hc.prototype.onPlayableAnalyticsEvent=
f u n c t i o n ( a , c , d , e , f ) { v a r
g,k={};k.type=e;k.eventData=f;k.timeFromShow=a;k.timeFromPlayableStart=c;k.backgroundTime=d;if(a=this._cam
paign.getResourceUrl())k.url=a.getOriginalUrl();k.auctionId=this._campaign.getSession().id;k.abGroup=null===(g=a
b . g e t S t a t e ( ) . c o n f i g ) | | v o i d 0 = = = g ? v o i d
0:g.abGroup;k.targetGameId=this._campaign.getTargetGameId();k.campaignId=this._campaign.id;ca.sendEvent('ads.
sdk2.events.playable.json',ec.ANONYMOUS,k)};hc.prototype.onMraidShowEndScreen=function(){var
a=this._adUnit.getEndScreen();
a&&(this._adUnit.setShowingMRAID(!1),this._adUnit.getMRAIDView().hide(),a.show())};hc.prototype.onCustomI
mpressionEvent=function(){this._customImpressionFired||(this._adUnit.sendImpression(),this._customImpressionFire
d = ! 0 ) } ; h c . p r o t o t y p e . o n W e b V i e w F u l l S c r e e n = f u n c t i o n ( ) { r e t u r n
Promise.resolve()};hc.prototype.onWebViewReduceSize=function(){return
Promise.resolve()};hc.prototype.sendTrackingEvents=function(){var
a=this.getOperativeEventParams();this._campaign.getSession().getEventSent(fb.THIRD_QUARTILE)||
(this._operativeEventManager.sendThirdQuartile(a),this._adUnit.sendTrackingEvent(J.THIRD_QUARTILE));this._c
ampaign.getSession().getEventSent(fb.VIEW)||(this._operativeEventManager.sendView(a),this._adUnit.sendTracking
Event(J.COMPLETE));if(!this._campaign.getSession().getEventSent(fb.CLICK)){var
c=this.shouldSendOperativeClickId()?{clickDetails:{id:'playable'}}:{};this._operativeEventManager.sendClick(a,c)}t
his._adUnit.sendClick()};hc.prototype.shouldSendOperativeClickId=function(){return this._campaign instanceof
v f } ; h c . p r o t o t y p e . o p e n U r l = f u n c t i o n ( a ) { r e t u r n
this._platform===t.IOS?this._core.iOS.UrlScheme.open(a):this._core.Android.Intent.launch({action:'android.intent.ac
tion.VIEW',uri:a})};hc.prototype.getOperativeEventParams=function(){return{placement:this._placement,asset:this._
campaign.getResourceUrl()}};hc.prototype.onUseCustomClose=function(a){this._mraidView.onUseCustomClose(a)}
; v a r
lj;(function(a){a[a.LOW=4E3]='LOW';a[a.MID=8E3]='MID';a[a.HIGH=12E3]='HIGH'})(lj||(lj={}));Ci.getClickDela
yRange=function(a){return a<=
lj.LOW?'LOW':a>lj.LOW&&a<=lj.MID?'MID':a>lj.MID&&a<=lj.HIGH?'HIGH':'VERY_HIGH'};Ci.sendClickDiag
nosticsEvent=function(a,c,d,e,f,g){('programmatic_mraid_webplayer'===d||g&&1===g%10)&&Qa.trigger('click_del
ay',{duration:a,delayRange:Ci.getClickDelayRange(a),delayedUrl:c,location:d,seatId:e.getSeatId(),creativeId:e.getCre
ativeId(),abGroup:f},e.getSession())};l.inherits(Lf,hc);Lf.prototype.onMraidClick=function(a){var
c=this;hc.prototype.onMraidClick.call(this,a);this.sendTrackingEvents();var d=Date.now();
if(this._campaign.getClickAttributionUrl()){if(this.handleClickAttribution(),!this._campaign.getClickAttributionUrlF
ollowsRedirects()){var e=E.getAppStoreUrlTemplates(this._platform);return
this._request.followRedirectChain(a,this._campaign.getUseWebViewUserAgentForTracking(),e).catch(function(){ret
urn a}).then(function(e){return c.openUrlOnCallButton(e,Date.now()-d,a)})}}else return
t h i s . o p e n U r l O n C a l l B u t t o n ( a , D a t e . n o w ( ) - d , a ) ; r e t u r n
Promise.resolve()};Lf.prototype.handleClickAttribution=function(){var a=
this,c=this._campaign.getClickAttributionUrl();this._campaign.getClickAttributionUrlFollowsRedirects()&&c?this._t
hirdPartyEventManager.clickAttributionEvent(c,!0,this._campaign.getUseWebViewUserAgentForTracking()).then(fu
nction(c){(c=H.getHeader(c.headers,'location'))&&a.openUrl(c)}).catch(function(c){c instanceof Kd&&new
yf(Error(c.message),{request:c.nativeRequest,auctionId:a._campaign.getSession().id,url:a._campaign.getClickAttribut
ionUrl(),response:c.nativeResponse})}):c&&this._thirdPartyEventManager.clickAttributionEvent(c,
!1,this._campaign.getUseWebViewUserAgentForTracking())};Lf.prototype.openUrlOnCallButton=function(a,c,d){va
r e=this;this.recordAndSendTimeSpentAway(rk.External);return
this.openUrl(a).then(function(){Ci.sendClickDiagnosticsEvent(c,d,'performance_mraid',e._campaign,e._abGroup,e._g
ameSessionId)})};Lf.prototype.recordAndSendTimeSpentAway=function(a){return S(this,void 0,void 0,function
d(){var e=this,f,g,k,h;return l.generator.createGenerator(d,function(d){switch(d.nextAddress){case 1:return
f=++e._storeAccessCount,
d.setCatchFinallyBlocks(2),d.yield(e.fetchDeviceFreeSpace(),4);case 4:return
g=d.yieldResult,d.yield(e._operativeEventManager.recordTimeSpentOnStore(),5);case 5:return
k = d . y i e l d R e s u l t , d . y i e l d ( e . f e t c h D e v i c e F r e e S p a c e ( ) , 6 ) ; c a s e
6:h=d.yieldResult;e._operativeEventManager.sendStoreOpenEvent(a,k,f,{preClickFreeSpace:g,postClickFreeSpace:h
} ) ; d . l e a v e T r y B l o c k ( 0 ) ; b r e a k ; c a s e
2:d.enterCatchBlock(),n.reportMetricEvent(lk.PerformanceMRAIDEventHandlerError),d.jumpToEnd()}})})};Lf.prot
otype.fetchDeviceFreeSpace=
function(){return S(this,void 0,void 0,function c(){var d,e=this,f,g,k,h;return
l.generator.createGenerator(c,function(c){if(1==c.nextAddress)return
d=function(){},c.yield(Promise.all([e._deviceInfo.getFreeSpace().catch(d),e._deviceInfo instanceof
e a ? e . _ d e v i c e I n f o . g e t F r e e S p a c e E x t e r n a l ( ) . c a t c h ( d ) : v o i d
0]),2);f=c.yieldResult;g=l.makeIterator(f);k=g.next().value;h=g.next().value;return
c.return({internal:k,external:h})})})};l.inherits(Hh,Lf);Hh.prototype.onMraidClick=function(a){this.automatedExperi
mentManager.endSelectedExperiment(this._campaign,
this._adUnit.getPlacement(),$a.MRAID_PLAYABLE,zd.POSITIVE);return
Lf.prototype.onMraidClick.call(this,a)};Hh.prototype.onMraidSkip=function(){this.automatedExperimentManager.en
dSelectedExperiment(this._campaign,this._adUnit.getPlacement(),$a.MRAID_PLAYABLE,zd.NEGATIVE);Lf.proto
type.onMraidSkip.call(this)};Hh.prototype.onMraidClose=function(){this.automatedExperimentManager.endSelected
Experiment(this._campaign,this._adUnit.getPlacement(),$a.MRAID_PLAYABLE,zd.NEGATIVE);Lf.prototype.onM
raidClose.call(this)};
l.inherits(Pn,Hh);Pn.prototype.openUrlOnCallButton=function(a,c,d){return
this._platform===t.IOS&&this._campaign.getSkadnAppStoreId()?(Wb.openAppSheet(this._campaign,this._storeHan
dler,a),Ci.sendClickDiagnosticsEvent(c,d,'performance_mraid',this._campaign,this._abGroup,this._gameSessionId),Pr
omise.resolve()):Hh.prototype.openUrlOnCallButton.call(this,a,c,d)};l.inherits(hg,hc);hg.prototype.onMraidClick=fun
ction(a){var c=this;hc.prototype.onMraidClick.call(this,a);this._mraidView.setCallButtonEnabled(!1);
var d=E.getAppStoreUrlTemplates(this._platform),e=Date.now();return
this._request.followRedirectChain(a,this._campaign.getUseWebViewUserAgentForTracking(),d).then(function(d){ret
urn c.openUrlOnCallButton(d,Date.now()-e,a)}).catch(function(){return c.openUrlOnCallButton(a,Date.now()-
e,a)})};hg.prototype.onWebViewFullScreen=function(){var a=this;return
Promise.all([this._deviceInfo.getScreenWidth(),this._deviceInfo.getScreenHeight()]).then(function(c){var
d=l.makeIterator(c);c=d.next().value;d=d.next().value;
r e t u r n
a._adUnit.getContainer().setViewFrame('webview',0,0,c,d)})};hg.prototype.onWebViewReduceSize=function(){var
a = t h i s ; r e t u r n
Promise.all([this._deviceInfo.getScreenWidth(),this._deviceInfo.getScreenHeight()]).then(function(c){var
d=l.makeIterator(c);c=d.next().value;d=d.next().value;return
a._adUnit.getContainer().setViewFrame('webview',0,0,c,a.getTopViewHeight(c,d))})};hg.prototype.openUrlOnCallB
utton=function(a){var c=this;return this.openUrl(a).then(function(){c._mraidView.setCallButtonEnabled(!0);
c.sendTrackingEvents()}).catch(function(){c._mraidView.setCallButtonEnabled(!0);c.sendTrackingEvents()})};hg.pr
o t o t y p e . g e t T o p V i e w H e i g h t = f u n c t i o n ( a , c ) { r e t u r n ( n e w
ig(this._deviceInfo,this._platform)).getTopPosition(a,c)};l.inherits(On,hg);On.prototype.openUrlOnCallButton=functi
o n ( a , c , d ) { r e t u r n
this._platform===t.IOS&&this._mraidCampaign.getSkadnAppStoreId()?(this._mraidView.setCallButtonEnabled(!0),
Wb.openAppSheet(this._campaign,this._storeHandler,a),this.sendTrackingEvents(),Promise.resolve()):hg.prototype.o
penUrlOnCallButton.call(this,
a,c,d)};l.inherits(ah,Rd);ah.prototype.createAdUnit=function(a){var
c=Eb.isIOS14(a.deviceInfo.getOsVersion()),d=a.platform===t.IOS&&void
0!==a.campaign.getSkadnAppStoreId()&&c;c=this.getMRAIDAdUnit(a,d);d=this.getMRAIDEventHandler(c,a,d);a.
mraid.addEventHandler(d);return c};ah.prototype.getMRAIDEventHandler=function(a,c,d){return c.campaign
i n s t a n c e o f
vf?this.getPerformanceMRAIDEventHandler(a,c,d):this.getProgrammaticMRAIDEventHandler(a,c,d)};ah.prototype.
getMRAIDAdUnit=function(a,c){var d=!(a.campaign instanceof
vf);return d&&c?new Oe(a):d?new Rc(a):c?new Pe(a):new
bb(a)};ah.prototype.getProgrammaticMRAIDEventHandler=function(a,c,d){return d?new
On(a,Object.assign(Object.assign({},c),{storeHandler:this.getStoreHandler(c)})):new
hg(a,c)};ah.prototype.getPerformanceMRAIDEventHandler=function(a,c,d){return d?new
Pn(a,Object.assign(Object.assign({},c),{storeHandler:this.getStoreHandler(c),automatedExperimentManager:this.auto
m a t e d E x p e r i m e n t M a n a g e r } ) ) : n e w
Hh(a,Object.assign(Object.assign({},c),{automatedExperimentManager:this.automatedExperimentManager}))};
a h . p r o t o t y p e . g e t S t o r e H a n d l e r = f u n c t i o n ( a ) { r e t u r n
Qi({platform:a.platform,core:a.core,ads:a.ads,store:a.store,thirdPartyEventManager:a.thirdPartyEventManager,operati
veEventManager:a.operativeEventManager,deviceInfo:a.deviceInfo,clientInfo:a.clientInfo,placement:a.placement,cam
paign:a.campaign,coreConfig:a.coreConfig})};l.inherits(Aj,Ad);Aj.prototype.parse=function(a,c){var
d=a.getJsonContent();if(!d)throw Error('Corrupted mraid content');if(!d.markup)throw new yf(Error('MRAID
Campaign missing markup'),
{ m r a i d : d } ) ; v a r
e=decodeURIComponent(d.markup),f=a.getCacheTTL();f={id:this.getProgrammaticCampaignId(),willExpireAt:f?Da
te.now()+1E3*f:void 0,contentType:Aj.ContentType,adType:a.getAdType()||void
0,correlationId:a.getCorrelationId()||void 0,creativeId:a.getCreativeId()||void 0,seatId:a.getSeatId()||void
0,meta:d.meta,session:c,mediaId:a.getMediaId(),trackingUrls:a.getTrackingUrls()||{},isLoadEnabled:!1,skadn:a.getSk
adn(),reused:!1};a=Object.assign(Object.assign({},f),{resourceAsset:void 0,resource:e,
dynamicMarkup:d.dynamicMarkup,clickAttributionUrl:d.clickAttributionUrl?this.validateAndEncodeUrl(d.clickAttri
b u t i o n U r l , c ) : v o i d
0,clickAttributionUrlFollowsRedirects:d.clickAttributionUrlFollowsRedirects,clickUrl:d.clickUrl?this.validateAndEn
codeUrl(d.clickUrl,c):void 0,videoEventUrls:{},gameName:void 0,gameIcon:void 0,rating:void 0,ratingCount:void
0,landscapeImage:void 0,portraitImage:void 0,bypassAppSheet:void 0,store:void 0,appStoreId:void
0,useWebViewUserAgentForTracking:a.getUseWebViewUserAgentForTracking()||
!1,playableConfiguration:void 0,targetGameId:void 0,isCustomCloseEnabled:a.isCustomCloseEnabled()||!1});return
P r o m i s e . r e s o l v e ( n e w
La(a))};Aj.ContentType='programmatic/mraid';l.inherits(Bj,Ad);Bj.prototype.parse=function(a,c){var
d=a.getJsonContent();if(!d)throw Error('Corrupted mraid-url content');if(!d.inlinedUrl)throw new yf(Error('MRAID
C a m p a i g n m i s s i n g i n l i n e d U r l ' ) , { m r a i d : d } ) ; v a r
e=a.getCacheTTL();e={id:this.getProgrammaticCampaignId(),willExpireAt:e?Date.now()+1E3*e:void
0,contentType:Bj.ContentType,
adType:a.getAdType()||void 0,correlationId:a.getCorrelationId()||void 0,creativeId:a.getCreativeId()||void
0 , s e a t I d : a . g e t S e a t I d ( ) | | v o i d
0,meta:d.meta,session:c,mediaId:a.getMediaId(),trackingUrls:a.getTrackingUrls()||{},isLoadEnabled:!1,skadn:a.getSk
adn(),reused:!1};a=Object.assign(Object.assign({},e),{resourceAsset:d.inlinedUrl?new
ck(this.validateAndEncodeUrl(d.inlinedUrl,c),c):void 0,resource:void
0,dynamicMarkup:d.dynamicMarkup,clickAttributionUrl:d.clickAttributionUrl?this.validateAndEncodeUrl(d.clickAtt
ributionUrl,
c ) : v o i d
0,clickAttributionUrlFollowsRedirects:d.clickAttributionUrlFollowsRedirects,clickUrl:d.clickUrl?this.validateAndEn
c o d e U r l ( d . c l i c k U r l , c ) : v o i d
0,videoEventUrls:{},useWebViewUserAgentForTracking:a.getUseWebViewUserAgentForTracking()||!1,gameName:
void 0,gameIcon:void 0,rating:void 0,ratingCount:void 0,landscapeImage:void 0,portraitImage:void
0,bypassAppSheet:void 0,store:void 0,appStoreId:void 0,playableConfiguration:void 0,targetGameId:void
0,isCustomCloseEnabled:a.isCustomCloseEnabled()||!1});
return Promise.resolve(new La(a))};Bj.ContentType='programmatic/mraid-url';var
Nn;(function(a){a[a.BATTERY_STATUS_CHARGING=2]='BATTERY_STATUS_CHARGING';a[a.BATTERY_S
TATUS_DISCHARGING=3]='BATTERY_STATUS_DISCHARGING';a[a.BATTERY_STATUS_FULL=5]='BAT
TERY_STATUS_FULL';a[a.BATTERY_STATUS_NOT_CHARGING=4]='BATTERY_STATUS_NOT_CHARGI
NG';a[a.BATTERY_STATUS_UNKNOWN=1]='BATTERY_STATUS_UNKNOWN'})(Nn||(Nn={}));l.inherits(wc,
Ad);wc.prototype.parse=function(a,c){var d=a.getJsonContent();switch('undefined'!==typeof d.store?
d.store:''){case 'apple':var e=pe.APPLE;break;case 'google':e=pe.GOOGLE;break;case
'xiaomi':e=pe.XIAOMI;break;case 'standalone_android':e=pe.STANDALONE_ANDROID;break;default:throw
Error('Unknown store value "'+d.store+'"');}var f=a.getCacheTTL();f={id:d.id,willExpireAt:f?Date.now()+1E3*f:void
0,contentType:wc.ContentType,adType:void 0,correlationId:void 0,creativeId:a.getCreativeId()||void
0,seatId:a.getSeatId()||void 0,meta:d.meta,session:c,mediaId:a.getMediaId(),trackingUrls:a.getTrackingUrls()||
{},isLoadEnabled:!1,skadn:a.getSkadn(),reused:!1};if(null===d||void
0===d?0:d.mraidUrl){c=Object.assign(Object.assign({},f),{useWebViewUserAgentForTracking:a.getUseWebViewU
s e r A g e n t F o r T r a c k i n g ( ) , r e s o u r c e A s s e t : d . m r a i d U r l ? n e w
ck(this.validateAndEncodeUrl(d.mraidUrl,c),c,d.creativeId):void 0,resource:void
0,dynamicMarkup:d.dynamicMarkup,clickAttributionUrl:d.clickAttributionUrl?this.validateAndEncodeUrl(d.clickAtt
ributionUrl,c):void 0,clickAttributionUrlFollowsRedirects:d.clickAttributionUrlFollowsRedirects,
clickUrl:d.clickUrl?this.validateAndEncodeUrl(d.clickUrl,c):void
0,videoEventUrls:d.videoEventUrls?this.validateAndEncodeVideoEventUrls(d.videoEventUrls,c):void
0,gameName:d.gameName,gameIcon:d.gameIcon?new Id(this.validateAndEncodeUrl(d.gameIcon,c),c):void
0,rating:d.rating,ratingCount:d.ratingCount,landscapeImage:d.endScreenLandscape?new
Id(this.validateAndEncodeUrl(d.endScreenLandscape,c),c):void 0,portraitImage:d.endScreenPortrait?new
Id(this.validateAndEncodeUrl(d.endScreenPortrait,c),c):void 0,
b y p a s s A ppSheet:d.bypassAppShe et,store : e, ap p S t o reId : d . ap p S t o reId , p l ay ab l eC o n fi g u rat i o n : v o i d
0,targetGameId:d.gameId,isCustomCloseEnabled:a.isCustomCloseEnabled()||!1});c.contentType=wc.ContentTypeM
R A I D ; v a r g = n e w
vf(c,d.headerBiddingToken);d.mraidUrl.includes('/playables/production/unity/')&&(c=d.mraidUrl.replace(/index\.htm
l/,'configuration.json'),this._requestManager.get(c).then(function(a){try{var
c=JSON.parse(a.response);g.setPlayableConfiguration(c)}catch(v){}}).catch(function(){}));return
Promise.resolve(g)}wc._forceEndScreenUrl&&
(d.endScreenUrl=wc._forceEndScreenUrl,d.endScreenType=wc._forceEndScreenType);a=Object.assign(Object.assig
n({},f),{appStoreId:d.appStoreId,gameId:d.gameId,gameName:d.gameName,gameIcon:new
Id(this.validateAndEncodeUrl(d.gameIcon,c),c),rating:d.rating,ratingCount:d.ratingCount,landscapeImage:d.endScree
nLandscape?new Id(this.validateAndEncodeUrl(d.endScreenLandscape,c),c):void
0,portraitImage:d.endScreenPortrait?new Id(this.validateAndEncodeUrl(d.endScreenPortrait,c),c):void
0,squareImage:d.endScreen?
n e w I d ( t h i s . v a l i d a t e A n d E n c o d e U r l ( d . e n d S c r e e n , c ) , c ) : v o i d
0,clickAttributionUrl:d.clickAttributionUrl?this.validateAndEncodeUrl(d.clickAttributionUrl,c):void
0,clickAttributionUrlFollowsRedirects:d.clickAttributionUrlFollowsRedirects,clickUrl:this.validateAndEncodeUrl(d.c
lickUrl,c),videoEventUrls:this.validateAndEncodeVideoEventUrls(d.videoEventUrls,c),bypassAppSheet:d.bypassApp
Sheet,store:e,endScreenType:d.endScreenType,endScreen:d.endScreenUrl?new
ck(this.validateAndEncodeUrl(d.endScreenUrl,c),c,
d . c r e a t i v e I d ) : v o i d
0,endScreenSettings:d.endScreenSettings,headerBiddingToken:d.headerBiddingToken});d.trailerDownloadable&&d.t
r a i l e r D o w n l o a d a b l e S i z e & & d . t r a i l e r S t r e a m i n g & & ( a . v i d e o = n e w
zb(this.validateAndEncodeUrl(d.trailerDownloadable,c),c,d.trailerDownloadableSize,d.creativeId),a.streamingVideo=
new zb(this.validateAndEncodeUrl(d.trailerStreaming,c),c,void
0,d.creativeId));d.trailerPortraitDownloadable&&d.trailerPortraitDownloadableSize&&d.trailerPortraitStreaming&&(
a.videoPortrait=new zb(this.validateAndEncodeUrl(d.trailerPortraitDownloadable,
c),c,d.trailerPortraitDownloadableSize,d.portraitCreativeId),a.streamingPortraitVideo=new
zb(this.validateAndEncodeUrl(d.trailerPortraitStreaming,c),c,void
0,d.portraitCreativeId));d.appDownloadUrl&&(a.appDownloadUrl=d.appDownloadUrl);d=new
T(a);pc()('machine','true')&&this.createOmContext(d,c);return
Promise.resolve(d)};wc.prototype.createOmContext=function(a,c){var
d=ab.getState().config,e=Jo.getState().clientInfo;if(d&&e){var
f=d.appStoreId,g=d.projectId;f&&(d=a.getUniqueId(),f=[f,g,Hu[this._platform]].join('-'),
tf.getState().createContext(d,{partnerVersion:e.sdkVersionName,adVerifications:ns(a.getAppStoreId(),f,c.id,this._plat
form,this._core.ClientInfo,this._core.DeviceInfo),contentUrl:a.getVideo().getUrl()}))}};wc.setForceEndScreenUrl=fu
nction(a){wc._forceEndScreenUrl=a};wc.setForceEndScreenType=function(a){wc._forceEndScreenType=a};wc.Con
tentType='comet/campaign';wc.ContentTypeVideo='comet/video';wc.ContentTypeMRAID='comet/mraid-
url';l.inherits(Gh,R);Gh.prototype.getMethod=function(){return this.get('method')};
Gh.prototype.setMethod=function(a){this.set('method',a)};Gh.prototype.getVersion=function(){return
this.getMethod()===ua.UNITY_CONSENT?20181106:0};Gh.prototype.getDTO=function(){return{method:this.get
Method(),version:this.getVersion()}};gg.prototype.getGamePrivacy=function(){return
this._gamePrivacy};gg.prototype.getUserPrivacy=function(){return
this._userPrivacy};gg.prototype.isGDPREnabled=function(){return
this._gdprEnabled};gg.prototype.setGDPREnabled=function(a){this._gdprEnabled=a};gg.prototype.isOptOutRecorde
d=
function(){return this._userPrivacy.isRecorded()};gg.prototype.isOptOutEnabled=function(){return
this.isOptOutRecorded()?!this._userPrivacy.getPermissions().ads:!1};gg.prototype.isAgeGateEnabled=function(){retu
rn 0<this._ageGateLimit};gg.prototype.getAgeGateLimit=function(){return
this._ageGateLimit};gg.prototype.getLegalFramework=function(){return
cf.isSet('legalFramework')?cf.get('legalFramework'):this._legalFramework};sj.parse=function(a,c){c=void
0===c?!1:c;var d=a.gdprEnabled,e=a.userPrivacy,
f=a.legalFramework,g=a.ageGateLimit;a=this.parseGamePrivacy(a.gamePrivacy,d);e=this.parseUserPrivacy(e,a,c);c=
t h i s . p a r s e A g e G a t e L i m i t ( g , a , c ) ; r e t u r n n e w
gg(a,e,d,c,f||Zd.NONE)};sj.parseAgeGateLimit=function(a,c,d){a=a?a:0;if(0===a)return
0;c.getMethod()!==ua.LEGITIMATE_INTEREST&&c.getMethod()!==ua.UNITY_CONSENT&&(a=0);d&&(a=0);r
eturn a};sj.parseGamePrivacy=function(a,c){return(null===a||void 0===a?0:a.method)?new Gh(a):!0===c?new
Gh({method:ua.LEGITIMATE_INTEREST}):new Gh({method:ua.DEFAULT})};sj.getValidRawUserPrivacy=
function(a){if(a&&Object.values(ua).includes(a.method)&&!isNaN(a.version)&&a.permissions){if(void
0!==a.permissions.ads&&void 0!==a.permissions.external&&void
0!==a.permissions.gameExp)return{method:a.method,version:a.version,permissions:Object.assign({},a.permissions)}
;if(!0===a.permissions.all)return{method:a.method,version:a.version,permissions:Y.PERM_ALL_TRUE};var
c=a.permissions.profiling;if(void 0!==c){if(c){if(a.method===ua.LEGITIMATE_INTEREST)var
d=Y.PERM_OPTIN_LEGITIMATE_INTEREST_GDPR;a.method===
ua.DEVELOPER_CONSENT&&(d=Y.PERM_DEVELOPER_CONSENTED)}else
d=Y.PERM_ALL_FALSE;if(d)return{method:a.method,version:a.version,permissions:d}}}};sj.parseUserPrivacy=fu
nction(a,c,d){a=this.getValidRawUserPrivacy(a);if(d)return a=c.getMethod()||ua.DEFAULT,new
Y({method:a,version:a===ua.UNITY_CONSENT?20181106:0,permissions:Y.PERM_ALL_FALSE});a&&a.method
===ua.DEVELOPER_CONSENT&&c.setMethod(ua.DEVELOPER_CONSENT);if(!a)return
Y.createUnrecorded();d=a.method!==c.getMethod();return c.getMethod()!==ua.DEFAULT&&
d ? Y . c r e a t e U n r e c o r d e d ( ) : n e w Y ( a ) } ; v a r
gb;(function(a){a[a.INITIALIZED=0]='INITIALIZED';a[a.INITIALIZATION_FAILED=1]='INITIALIZATION_FA
ILED';a[a.DISCONNECTED=2]='DISCONNECTED';a[a.PURCHASE_STATUS_ON_RESUME=3]='PURCHASE_
STATUS_ON_RESUME';a[a.PURCHASE_STATUS_ON_STOP=4]='PURCHASE_STATUS_ON_STOP';a[a.PUR
CHASE_STATUS_ON_RESUME_ERROR=5]='PURCHASE_STATUS_ON_RESUME_ERROR';a[a.PURCHASE_
STATUS_ON_STOP_ERROR=6]='PURCHASE_STATUS_ON_STOP_ERROR';a[a.GETPURCHASES_RESULT=
7]='GETPURCHASES_RESULT';a[a.GETPURCHASES_ERROR=
8]='GETPURCHASES_ERROR';a[a.PURCHASE_HISTORY_RESULT=9]='PURCHASE_HISTORY_RESULT';a[
a.PURCHASE_HISTORY_ERROR=10]='PURCHASE_HISTORY_ERROR';a[a.SKU_DETAILS_RESULT=11]='S
KU_DETAILS_RESULT';a[a.SKU_DETAILS_ERROR=12]='SKU_DETAILS_ERROR';a[a.BILLING_SUPPORTE
D_RESULT=13]='BILLING_SUPPORTED_RESULT';a[a.BILLING_SUPPORTED_ERROR=14]='BILLING_SUP
P O R T E D _ E R R O R ' } ) ( g b | | ( g b = { } ) ) ; v a r
Xr;(function(a){a[a.NOT_INITIALIZED=0]='NOT_INITIALIZED';a[a.CLASS_NOT_FOUND=1]='CLASS_NOT_
FOUND';a[a.NO_SUCH_METHOD=2]='NO_SUCH_METHOD';
a[a.INVOCATION_TARGET=3]='INVOCATION_TARGET';a[a.ILLEGAL_ACCESS=4]='ILLEGAL_ACCESS';a[
a.JSON_ERROR=5]='JSON_ERROR';a[a.STORE_ERROR=6]='STORE_ERROR';a[a.UNKNOWN_ERROR=7]='U
NKNOWN_ERROR'})(Xr||(Xr={}));l.inherits(eg,y);eg.prototype.initialize=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'initialize',[a,c])};eg.prototype.startPurchaseTracking=function(a,c,
d ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'startPurchaseTracking',[a,c,d])};eg.prototype.stopPurchaseTrackin
g=
f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'stopPurchaseTracking')};eg.prototype.isBillingSupported=functio
n ( a , c ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'isBillingSupported',[a,c])};eg.prototype.getPurchases=function(a,c
) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getPurchases',[a,c])};eg.prototype.getPurchaseHistory=function(a,
c , d ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getPurchaseHistory',[a,c,d])};eg.prototype.getSkuDetails=
f u n c t i o n ( a , c , d ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getSkuDetails',[a,c,d])};eg.prototype.handleEvent=function(a,c){s
witch(a){case gb[gb.INITIALIZED]:this.onInitialized.trigger();break;case
gb[gb.INITIALIZATION_FAILED]:this.onInitializationFailed.trigger();break;case
gb[gb.DISCONNECTED]:this.onDisconnected.trigger();break;case
gb[gb.BILLING_SUPPORTED_RESULT]:this.onBillingSupportedResult.trigger(c[0],c[1]);break;case
gb[gb.BILLING_SUPPORTED_ERROR]:this.onBillingSupportedError.trigger(c[0],
c[1],c[2]);break;case gb[gb.GETPURCHASES_RESULT]:this.onGetPurchasesResult.trigger(c[0],c[1]);break;case
gb[gb.GETPURCHASES_ERROR]:this.onGetPurchasesError.trigger(c[0],c[1],c[2]);break;case
gb[gb.PURCHASE_HISTORY_RESULT]:this.onPurchaseHistoryResult.trigger(c[0],c[1]);break;case
gb[gb.PURCHASE_HISTORY_ERROR]:this.onPurchaseHistoryError.trigger(c[0],c[1],c[2]);break;case
gb[gb.SKU_DETAILS_RESULT]:this.onSkuDetailsResult.trigger(c[0],c[1]);break;case
gb[gb.SKU_DETAILS_ERROR]:this.onSkuDetailsError.trigger(c[0],
c [ 1 ] , c [ 2 ] ) ; b r e a k ; c a s e
gb[gb.PURCHASE_STATUS_ON_RESUME]:this.onPurchaseStatusOnResume.trigger(c[0],c[1]);break;case
gb[gb.PURCHASE_STATUS_ON_RESUME_ERROR]:this.onPurchaseStatusOnResumeError.trigger(c[0],c[1],c[2]);
break;case gb[gb.PURCHASE_STATUS_ON_STOP]:this.onPurchaseStatusOnStop.trigger(c[0],c[1]);break;case
gb[gb.PURCHASE_STATUS_ON_STOP_ERROR]:this.onPurchaseStatusOnStopError.trigger(c[0],c[1],c[2]);break;d
efault:y.prototype.handleEvent.call(this,a,c)}};gd.prototype.isBillingSupported=function(a){var c=
this,d=this._billingCallbackId++,e=new Promise(function(a,e){c._billingSupportedCallbacks[d]=new
bi(a,e)});this._store.Android.Store.isBillingSupported(d,a);return e};gd.prototype.getSkuDetails=function(a,c){var
d=this,e=this._skuCallbackId++,f=new Promise(function(a,c){d._skuDetailsCallbacks[e]=new
bi(a,c)});this._store.Android.Store.getSkuDetails(e,c,[a]);return f};gd.prototype.getPurchases=function(a){var
c=this,d=this._getPurchasesCallbackId++,e=new Promise(function(a,e){c._getPurchasesCallbacks[d]=
new bi(a,e)});this._store.Android.Store.getPurchases(d,a);return e};gd.prototype.getPurchaseHistory=function(a){var
c=this,d=this._purchaseHistoryCallbackId++,e=new Promise(function(a,e){c._purchaseHistoryCallbacks[d]=new
bi(a,e)});this._store.Android.Store.getPurchaseHistory(d,a,1E3);return
e};gd.prototype.onBillingSupportedResult=function(a,c){this.finishBillingSupportedRequest(!0,a,c)};gd.prototype.on
BillingSupportedError=function(a){this.finishBillingSupportedRequest(!1,a)};gd.prototype.onSkuDetailsResult=
function(a,c){c&&1===c.length?this.finishSkuDetailsRequest(!0,a,c[0]):this.finishSkuDetailsRequest(!1,a)};gd.protot
ype.onSkuDetailsError=function(a){this.finishSkuDetailsRequest(!1,a)};gd.prototype.onGetPurchasesResult=function
(a,c){this.finishGetPurchasesRequest(!0,a,c)};gd.prototype.onGetPurchasesError=function(a){this.finishGetPurchases
Request(!1,a)};gd.prototype.onPurchaseHistoryResult=function(a,c){this.finishPurchaseHistoryRequest(!0,a,c)};gd.pr
ototype.onPurchaseHistoryError=function(a){this.finishPurchaseHistoryRequest(!1,
a)};gd.prototype.finishBillingSupportedRequest=function(a,c,d){var
e=this._billingSupportedCallbacks[c];e&&(a&&void 0!==d?e.resolve(d):e.reject(),delete
this._billingSupportedCallbacks[c])};gd.prototype.finishSkuDetailsRequest=function(a,c,d){var
e=this._skuDetailsCallbacks[c];e&&(a&&void 0!==d?e.resolve(d):e.reject(),delete
this._skuDetailsCallbacks[c])};gd.prototype.finishGetPurchasesRequest=function(a,c,d){var
e=this._getPurchasesCallbacks[c];e&&(a&&void 0!==d?e.resolve(d):e.reject(),delete
this._getPurchasesCallbacks[c])};
gd.prototype.finishPurchaseHistoryRequest=function(a,c,d){var e=this._purchaseHistoryCallbacks[c];e&&(a&&void
0 ! = = d ? e . r e s o l v e ( d ) : e . r e j e c t ( ) , d e l e t e
this._purchaseHistoryCallbacks[c])};l.inherits(Qd,R);Qd.prototype.getTimestamp=function(){return
t h i s . g e t ( ' t s ' ) } ; Q d . p r o t o t y p e . g e t R e c e i p t = f u n c t i o n ( ) { r e t u r n
this.get('receipt')};Qd.prototype.getProductId=function(){return
this.get('productId')};Qd.prototype.getPrice=function(){return
this.get('price')};Qd.prototype.getCurrency=function(){return this.get('currency')};
Q d . p r o t o t y p e . g e t T r a n s a c t i o n I d = f u n c t i o n ( ) { r e t u r n
this.get('transactionId')};Qd.prototype.getDTO=function(){return{ts:this.getTimestamp(),receipt:this.getReceipt(),pro
ductId:this.getProductId(),price:this.getPrice(),currency:this.getCurrency(),transactionId:this.getTransactionId()}};Qd.
Schema={ts:['number'],receipt:['string'],productId:['string'],price:['number'],currency:['string'],transactionId:['string']};l
.inherits($p,Qd);l.inherits($g,xj);$g.prototype.onInitialized=function(){var
a=this;this._googleStore.isBillingSupported('inapp').then(function(c){0===
c&&a._store.Android.Store.startPurchaseTracking(!0,['com.unity3d.services.ads.adunit.AdUnitActivity','com.unity3d.
services.ads.adunit.AdUnitTransparentActivity'],['inapp'])}).catch(function(){})};$g.prototype.onInitializationFailed=
function(){};$g.prototype.onDisconnected=function(){};$g.prototype.onPurchaseStatusOnResume=function(a,c){var
d=[];if(c.inapp&&c.inapp.purchaseDataList&&0<c.inapp.purchaseDataList.length){c=l.makeIterator(c.inapp.purchas
eDataList);for(var e=c.next();!e.done;e=c.next())d.push(e.value.orderId)}this._existingOrderIds[a]=
d } ; $ g . p r o t o t y p e . o n P u r c h a s e S t a t u s O n S t o p = f u n c t i o n ( a , c ) { v a r
d=this;c.inapp&&c.inapp.purchaseDataList&&0<c.inapp.purchaseDataList.length&&c.inapp.purchaseDataList.forEa
ch(function(e,f){e.orderId&&d.isNewPurchase(a,e.orderId)&&c.inapp.signatureList&&c.inapp.signatureList[f]&&d.l
ogNewPurchase(e,c.inapp.signatureList[f])})};$g.prototype.isNewPurchase=function(a,c){return
t h i s . _ e x i s t i n g O r d e r I d s [ a ] & & -
1!==this._existingOrderIds[a].indexOf(c)?!1:!0};$g.prototype.logNewPurchase=function(a,c){var
d=this,e=a.productId,
f=a.orderId;this._googleStore.getSkuDetails(e,'inapp').then(function(a){var
g=a.price_currency_code;a=a.price_amount_micros/1E6;g=new
$p({ts:Date.now(),productId:e,price:a,currency:g,receipt:c,transactionId:f});d.onStoreTransaction.trigger(g)}).catch(fu
nction(){})};l.inherits(zj,Qd);zj.prototype.getSubscription=function(){return
this.get('subscription')};zj.prototype.getTransactionState=function(){return
this.get('transactionState')};zj.Schema=Object.assign(Object.assign({},Qd.Schema),{transactionState:['number'],
subscription:['object','undefined']});yj.prototype.getProductInfo=function(a){var c=this,d=this._callbackId++,e=new
P r o m i s e ( f u n c t i o n ( a , e ) { c . _ c a l l b a c k s [ d ] = n e w
b i ( a , e) }) ;this ._productR eque sts[d]=a ;this . _ s t o re. i OS . P ro d u ct s . req u es t P ro d u ct In fo s ([a],d ) ; r e t u r n
e};yj.prototype.onProductRequestComplete=function(a,c){var d=this._productRequests[a];c=c.find(function(a){return
a.productIdentifier===d});this.finishProductRequest(a,c);c||n.reportMetricEventWithTags(lc.iOSPurchaseFailed,{rsn:'
no_success'})};yj.prototype.onProductRequestErrorNoProducts=
function(a){n.reportMetricEventWithTags(lc.iOSPurchaseFailed,{rsn:'no_product'});this.finishProductRequest(a)};yj.
prototype.onProductRequestFailed=function(a){n.reportMetricEventWithTags(lc.iOSPurchaseFailed,{rsn:'failed'});thi
s.finishProductRequest(a)};yj.prototype.finishProductRequest=function(a,c){var
d=this._callbacks[a];d&&(c?d.resolve(c):d.reject(),delete this._callbacks[a]);this._productRequests[a]&&delete
this._productRequests[a]};l.inherits(Bi,xj);Bi.prototype.onTransaction=function(a){var c=
this,d=[];a.forEach(function(a){d.push(c.processTransaction(a))});return
Promise.all(d)};Bi.prototype.processTransaction=function(a){var c=this;return
t h i s . a p p e n d P r o d u c t I n f o ( a ) . t h e n ( f u n c t i o n ( a ) { r e t u r n
c.notifyWithStoreTransaction(a)}).catch(function(){})};Bi.prototype.appendProductInfo=function(a){var
c=this,d,e;return this._appleStore.getProductInfo(null!==(e=null===(d=a.payment)||void 0===d?void
0:d.productIdentifier)&&void 0!==e?e:'').then(function(d){return c.convertIntoStoreTransaction(a,d)})};
Bi.prototype.notifyWithStoreTransaction=function(a){this.onStoreTransaction.trigger(a);n.reportMetricEvent(lc.iOSP
urchaseSucceeded)};Bi.prototype.convertIntoStoreTransaction=function(a,c){var d,e,f,g,k,h,n;return new
zj({ts:Date.now(),productId:null!==(d=c.productIdentifier)&&void 0!==d?d:'',price:null!==(e=c.price)&&void
0!==e?e:-1,receipt:null!==(f=a.receipt)&&void 0!==f?f:'',currency:null!==(k=null===(g=c.priceLocale)||void
0===g?void 0:g.currencyCode)&&void 0!==k?k:'',transactionId:null!==(h=
a.transactionIdentifier)&&void 0!==h?h:'',transactionState:null!==(n=a.transactionState)&&void
0!==n?n:mn.PURCHASING,subscription:c.subscriptionPeriod})};var
Mg;(function(a){a[a.PRODUCT_REQUEST_COMPLETE=0]='PRODUCT_REQUEST_COMPLETE';a[a.PRODUC
T_REQUEST_ERROR_NO_PRODUCTS=1]='PRODUCT_REQUEST_ERROR_NO_PRODUCTS';a[a.PRODUCT_
REQUEST_FAILED=2]='PRODUCT_REQUEST_FAILED';a[a.RECEIVED_TRANSACTION=3]='RECEIVED_T
RANSACTION'})(Mg||(Mg={}));l.inherits(Ai,y);Ai.prototype.requestProductInfos=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,
'requestProductInfos',[a,c])};Ai.prototype.startTransactionObserver=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'startTransactionObserver')};Ai.prototype.stopTransactionObserver
= f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'stopTransactionObserver')};Ai.prototype.getReceipt=function(){re
t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getReceipt')};Ai.prototype.handleEvent=function(a,c){switch(a){c
ase Mg[Mg.PRODUCT_REQUEST_COMPLETE]:this.onProductRequestComplete.trigger(c[0],
c [ 1 ] ) ; b r e a k ; c a s e
Mg[Mg.PRODUCT_REQUEST_ERROR_NO_PRODUCTS]:this.onProductRequestErrorNoProducts.trigger(c[0]);br
eak;case Mg[Mg.PRODUCT_REQUEST_FAILED]:this.onProductRequestFailed.trigger(c[0],c[1]);break;case
Mg[Mg.RECEIVED_TRANSACTION]:this.onTransaction.trigger(c[0]);break;default:y.prototype.handleEvent.call(t
h i s , a , c ) } } ; l . i n h e r i t s ( Z p , x j ) ; v a r
Ng;(function(a){a[a.START_IMPRESSION_SUCCESS=0]='START_IMPRESSION_SUCCESS';a[a.START_IMPR
ESSION_FAILED=1]='START_IMPRESSION_FAILED';a[a.END_IMPRESSION_SUCCESS=
2]='END_IMPRESSION_SUCCESS';a[a.END_IMPRESSION_FAILED=3]='END_IMPRESSION_FAILED'})(Ng||(
Ng={}));l.inherits(Nk,y);Nk.prototype.startVTAImpression=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'startImpression',[a])};Nk.prototype.endVTAImpression=function(
a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'endImpression',[a])};Nk.prototype.handleEvent=function(a,c){swi
tch(a){case Ng[Ng.START_IMPRESSION_SUCCESS]:this.onStartSuccess.trigger();break;case
Ng[Ng.START_IMPRESSION_FAILED]:this.onStartFailure.trigger(c[0]);
break;case Ng[Ng.END_IMPRESSION_SUCCESS]:this.onEndSuccess.trigger();break;case
Ng[Ng.END_IMPRESSION_FAILED]:this.onEndFailure.trigger(c[0]);break;default:y.prototype.handleEvent.call(thi
s,a,c)}};l.inherits(Me,nb);Me.prototype.onAppSheetOpened=function(){this._appSheetState=Jb.OPENED;this.canSh
owVideo()&&(this.setVideoState(fa.PAUSED),this._ads.VideoPlayer.pause());this.endVTAImpression()};Me.prototy
pe.onAppSheetClosed=function(){this._appSheetState=Jb.CLOSED;this.canResumeVideo()&&(this.setVideoState(fa
.PLAYING),
this._ads.VideoPlayer.play())};Me.prototype.onAppSheetErrored=function(){this._appSheetState=Jb.ERRORED;this.
canResumeVideo()&&(this.setVideoState(fa.PLAYING),this._ads.VideoPlayer.play())};Me.prototype.canResumeVid
e o = f u n c t i o n ( ) { r e t u r n
this.isShowing()&&this.canShowVideo()&&this.canPlayVideo()};Me.prototype.isAppSheetOpen=function(){return
this._appSheetState===Jb.OPENED};Me.prototype.hide=function(){this._store.iOS.AppSheet.onOpen.unsubscribe(th
is._appSheetOpenObserver);this._store.iOS.AppSheet.onClose.unsubscribe(this._appSheetCloseObserver);
this._store.iOS.AppSheet.onError.unsubscribe(this._appSheetErrorObserver);this._isVTASupported&&this._skadImp
r e s s i o n & & t h i s . h i d e V T A I m p r e s s i o n ( ) ; r e t u r n
nb.prototype.hide.call(this)};Me.prototype.configSKAdImpression=function(){var
a=this,c=this._vastCampaign.getSkadnAppStoreId();if(this._isVTASupported&&c&&(this._skadImpression=Wb.pre
pareSKAdImpression(this._vastCampaign,c,this.getCore().Sdk))){var
d=this._vastCampaign.getContentType();this._skAdNetworkImpressionStartSuccessObserver=this._skAdNetwork.on
StartSuccess.subscribe(function(){a._isStartImpressionRecorded=
!0;n.reportMetricEventWithTags(cb.StartVTAImpressionSuccess,{cnt:d})});this._skAdNetworkImpressionStartFailur
eObserver=this._skAdNetwork.onStartFailure.subscribe(function(){n.reportMetricEventWithTags(cb.StartVTAImpre
ssionFailure,{cnt:d})});this._skAdNetworkImpressionEndSuccessObserver=this._skAdNetwork.onEndSuccess.subscr
ibe(function(){a._isEndImpressionRecorded=!0;n.reportMetricEventWithTags(cb.EndVTAImpressionSuccess,{cnt:d
})});this._skAdNetworkImpressionEndFailureObserver=this._skAdNetwork.onEndFailure.subscribe(function(){n.rep
ortMetricEventWithTags(cb.EndVTAImpressionFailure,
{ c n t : d } ) } ) ; v a r
e=this.onStartProcessed.subscribe(function(){a.onStartProcessed.unsubscribe(e);a._skAdNetwork.startVTAImpressio
n(a._skadImpression)})}};Me.prototype.endVTAImpression=function(){this._skadImpression&&this.canRecordEndI
mpression&&this._skAdNetwork.endVTAImpression(this._skadImpression)};Me.prototype.hideVTAImpression=fun
c t i o n ( ) { v a r
a=this;this.endVTAImpression();this._skAdNetwork.onStartSuccess.unsubscribe(this._skAdNetworkImpressionStartS
uccessObserver);this._skAdNetwork.onStartFailure.unsubscribe(this._skAdNetworkImpressionStartFailureObserver);
setTimeout(function(){a._skAdNetwork.onEndSuccess.unsubscribe(a._skAdNetworkImpressionEndSuccessObserver)
;a._skAdNetwork.onEndFailure.unsubscribe(a._skAdNetworkImpressionEndFailureObserver)},2E3)};Me.prototype.o
nContainerDestroy=function(){this.endVTAImpression();nb.prototype.onContainerDestroy.call(this)};l.global.Object.
defineProperties(Me.prototype,{canRecordEndImpression:{configurable:!0,enumerable:!0,get:function(){return
this.isShowing()&&this._isVTASupported&&this._isStartImpressionRecorded&&
!this._isEndImpressionRecorded}}});l.inherits(Fh,Qc);Fh.prototype.onAppSheetOpened=function(){this._appSheetSt
ate=Jb.OPENED;this.canShowVideo()&&(this.setVideoState(fa.PAUSED),this._ads.VideoPlayer.pause())};Fh.protot
ype.onAppSheetClosed=function(){this._appSheetState=Jb.CLOSED;this.canResumeVideo()&&(this.setVideoState(f
a.PLAYING),this._ads.VideoPlayer.play())};Fh.prototype.onAppSheetErrored=function(){this._appSheetState=Jb.ER
RORED;this.canResumeVideo()&&(this.setVideoState(fa.PLAYING),this._ads.VideoPlayer.play())};
F h . p r o t o t y p e . c a n R e s u m e V i d e o = f u n c t i o n ( ) { r e t u r n
this.isShowing()&&this.canShowVideo()&&this.canPlayVideo()};Fh.prototype.isAppSheetOpen=function(){return
this._appSheetState===Jb.OPENED};Fh.prototype.hide=function(){this._store.iOS.AppSheet.onOpen.unsubscribe(thi
s._appSheetOpenObserver);this._store.iOS.AppSheet.onClose.unsubscribe(this._appSheetCloseObserver);this._store.i
OS.AppSheet.onError.unsubscribe(this._appSheetErrorObserver);return
Qc.prototype.hide.call(this)};Wg.prototype.onCompleted=function(){if(this._automatedExperimentManager)if(this._e
xperimentCategory){var a=
{is_skippable:this._placement.allowSkip(),video_skipped:!1,video_watched_duration:this._video.getPosition(),video_
total_duration:this._video.getDuration()};this._automatedExperimentManager.setVideoScreenMetadata(this._campaig
n,this._experimentCategory,a);this._automatedExperimentManager.endSelectedExperiment(this._campaign,this._plac
e m e n t , t h i s . _ e x p e r i m e n t C a t e g o r y , z d . N E G A T I V E ) } e l s e
n.reportMetricEvent(Ba.ExperimentVastVideoEventHandlerNoCategoryAssigned)};Wg.prototype.onPrepared=functi
on(){};Wg.prototype.onProgress=
function(){};Wg.prototype.onPrepareTimeout=function(){};Wg.prototype.onPlay=function(){};Wg.prototype.onPaus
e=function(){};Wg.prototype.onSeek=function(){};Wg.prototype.onStop=function(){};Kf.prototype.onVideoScreenS
kip=function(){this.sendReward(zd.NEGATIVE)};Kf.prototype.onVideoScreenCallButton=function(){this.sendRewa
rd(zd.POSITIVE)};Kf.prototype.getVideoScreenMetadata=function(a){return{is_skippable:this._isSkippable,video_s
kipped:a,video_watched_duration:this._video.getPosition(),video_total_duration:this._video.getDuration()}};
Kf.prototype.sendReward=function(a){this._automatedExperimentManager&&(this._automatedExperimentManager.s
etVideoScreenMetadata(this._campaign,this._experimentsCategory,this.getVideoScreenMetadata(!0)),this._automated
ExperimentManager.endSelectedExperiment(this._campaign,this._placement,this._experimentsCategory,a))};Kf.proto
type.onVideoScreenMute=function(){};Kf.prototype.onVideoScreenPauseForTesting=function(){};Kf.prototype.onVi
deoScreenClose=function(){};Kf.prototype.onShowPrivacyPopUp=function(){return Promise.resolve()};
K f . p r o t o t y p e . o n C l o s e P r i v a c y P o p U p = f u n c t i o n ( ) { r e t u r n
Promise.resolve()};Kf.prototype.onGDPRPopupSkipped=function(){};Cd.prototype.onVastEndScreenClick=function
( ) { v a r
a=this;this.setCallButtonEnabled(!1);this._vastAdUnit.sendClickEvent();this._vastAdUnit.hasImpressionOccurred()||n
.reportMetricEvent($f.VastClickWithoutImpressionError);var c=this.getClickThroughURL();if(c){var
d=this._vastCampaign.getUseWebViewUserAgentForTracking(),e=Date.now(),f=E.getAppStoreUrlTemplatesWithD
T(this._platform);return this._request.followRedirectChain(c,
d,f).catch(function(){return c}).then(function(d){return a.openUrlOnCallButton(d,Date.now()-e,c)})}return
this.handleNullClickThroughURL()};Cd.prototype.handleNullClickThroughURL=function(){return
Promise.reject(Error('There is no clickthrough URL for video or
companion'))};Cd.prototype.getClickThroughURL=function(){return
this._vastAdUnit.getCompanionClickThroughUrl()||this._vastAdUnit.getVideoClickThroughURL()};Cd.prototype.on
VastEndScreenClose=function(){this._vastAdUnit.hide()};Cd.prototype.onKeyEvent=
function(a){a===ki.BACK&&this._vastAdUnit.isShowing()&&!this._vastAdUnit.canShowVideo()&&this._vastAdU
nit.hide()};Cd.prototype.onVastEndScreenShow=function(){this._vastAdUnit.sendCompanionTrackingEvent(this._va
stCampaign.getSession().id)};Cd.prototype.openUrlOnCallButton=function(a,c,d){var e=this;return
t h i s . o n O p e n U r l ( a ) . t h e n ( f u n c t i o n ( ) { v a r
a;e.setCallButtonEnabled(!0);e._vastAdUnit.sendCompanionClickTrackingEvent(e._vastCampaign.getSession().id);e.
_vastAdUnit.sendTrackingEvent(J.VIDEO_ENDCARD_CLICK);
Ci.sendClickDiagnosticsEvent(c,d,'vast_endscreen',e._vastCampaign,null===(a=ab.getState().config)||void
0 = = = a ? v o i d
0:a.abGroup,e._gameSessionId)}).catch(function(){e.setCallButtonEnabled(!0)})};Cd.prototype.onOpenUrl=function
( a ) { r e t u r n
this._platform===t.IOS?this._core.iOS.UrlScheme.open(a):this._core.Android.Intent.launch({action:'android.intent.ac
tion.VIEW',uri:a})};Cd.prototype.setCallButtonEnabled=function(a){this._vastEndScreen&&this._vastEndScreen.set
CallButtonEnabled(a)};zi.replaceClickThroughMacro=
f u n c t i o n ( a , c ) { i f ( c ) { v a r
d=Math.round(c.getTouchStartPosition().startX).toString();c=Math.round(c.getTouchStartPosition().startY).toString()
}else c=d='-999';var e=screen.width.toString(),f=screen.height.toString();return
xf.replaceMacro(a,{__REQ_WIDTH__:e,__WIDTH__:e,__REQ_HEIGHT__:f,__HEIGHT__:f,__DOWN_X__:d,__
UP_X__:d,__DOWN_Y__:c,__UP_Y__:c})};zi.getVastEndScreenClickThroughURL=function(a,c){c=c?c.tap('[data-
element-id=end-screen-cta-button]'):void 0;return a?this.replaceClickThroughMacro(a,c):
a};zi.getVastVideoScreenClickThroughURL=function(a,c){c=c?c.tap('[data-element-id=video-cta-button]'):void
0 ; r e t u r n
a?this.replaceClickThroughMacro(a,c):a};l.inherits(Mn,Cd);Mn.prototype.getClickThroughURL=function(){return
zi.getVastEndScreenClickThroughURL(Cd.prototype.getClickThroughURL.call(this),this._vastEndScreen)};l.inherits
(Zg,Cd);Zg.prototype.handleNullClickThroughURL=function(){return
this.isAppSheetSupported()?(this.sendClickEvent(),Wb.openAppSheet(this._vastCampaign,this._storeHandler),
Promise.resolve()):Cd.prototype.handleNullClickThroughURL.call(this)};Zg.prototype.openUrlOnCallButton=functio
n ( a ) { v a r c = t h i s ; r e t u r n
this.isAppSheetSupported()?(this.sendClickEvent(),Wb.openAppSheet(this._vastCampaign,this._storeHandler,a),Pro
mise.resolve()):this.onOpenUrl(a).then(function(){c.sendClickEvent()}).catch(function(){c.setCallButtonEnabled(!0)}
)};Zg.prototype.sendClickEvent=function(){this.setCallButtonEnabled(!0);this._vastAdUnit.sendCompanionClickTra
ckingEvent(this._vastCampaign.getSession().id);
this._vastAdUnit.sendTrackingEvent(J.VIDEO_ENDCARD_CLICK)};Zg.prototype.isAppSheetSupported=function(
) { r e t u r n
this._platform===t.IOS&&!!this._vastCampaign.getSkadnAppStoreId()};l.inherits(Ln,Zg);Ln.prototype.getClickThro
u g h U R L = f u n c t i o n ( ) { r e t u r n
zi.getVastEndScreenClickThroughURL(Zg.prototype.getClickThroughURL.call(this),this._vastEndScreen)};l.inherits
(Pc,Nb);Pc.prototype.onShowPrivacyPopUp=function(a,c,d,e){if(this._om){var
f=ia.createRectangle(a,c,d,e),g=this._om.getOMAdViewBuilder();f=g.buildVastAdView([Ef.OBSTRUCTED],
f ) ; g = g . g e t V i e w P o r t ( ) ; t h i s . _ o m . g e o m e t r y C h a n g e ( g , f ) } r e t u r n
Nb.prototype.onShowPrivacyPopUp.call(this,a,c,d,e)};Pc.prototype.onClosePrivacyPopUp=function(){if(this._om){v
a r
a=this._om.getOMAdViewBuilder(),c=a.buildVastAdView([]);a=a.getViewPort();this._om.geometryChange(a,c)}ret
u r n
Nb.prototype.onClosePrivacyPopUp.call(this)};Pc.prototype.onVideoScreenSkip=function(a,c){this._placement.skip
EndCardOnClose()||c?Nb.prototype.onVideoScreenClose.call(this):(Nb.prototype.onVideoScreenSkip.call(this,a,c),(a
=
this._vastAdUnit.getEndScreen())&&this._vastAdUnit.hasImpressionOccurred()?(a.show(),this._vastAdUnit.onFinish
.trigger()):this._vastAdUnit.hide());this._om&&(this._om.skipped(),this._om.sessionFinish());this._vastAdUnit.sendT
rackingEvent(J.SKIP)};Pc.prototype.onVideoScreenMute=function(a){Nb.prototype.onVideoScreenMute.call(this,a);
a?(this._vastAdUnit.setVideoPlayerMuted(!0),this._om&&(this._om.setDeviceVolume(this._vastAdUnit.getVolume()
),this._om.volumeChange(0)),this._vastAdUnit.sendTrackingEvent(J.MUTE)):
(this._vastAdUnit.setVideoPlayerMuted(!1),this._om&&(this._om.setDeviceVolume(this._vastAdUnit.getVolume()),t
his._om.volumeChange(1)),this._vastAdUnit.sendTrackingEvent(J.UNMUTE))};Pc.prototype.onVideoScreenCallBut
t o n = f u n c t i o n ( ) { v a r
a=this;Nb.prototype.onVideoScreenCallButton.call(this);this.setCallButtonEnabled(!1);this._vastAdUnit.sendClickEv
ent();this._om&&this._om.adUserInteraction(xp.CLICK);var c=this.getClickThroughURL();if(c){var
d=this._vastCampaign.getUseWebViewUserAgentForTracking(),e=Date.now(),
f = E . g e t A p p S t o r e U r l T e m p l a t e s W i t h D T ( t h i s . _ p l a t f o r m ) ; r e t u r n
this._request.followRedirectChain(c,d,f).catch(function(){return c}).then(function(d){return
a . o p e n U r l O n C a l l B u t t o n ( d , D a t e . n o w ( ) - e , c ) } ) } r e t u r n
this.handleNullClickThroughURL()};Pc.prototype.handleNullClickThroughURL=function(){return
Promise.reject(Error('No clickThroughURL was defined'))};Pc.prototype.getClickThroughURL=function(){return
this._vastAdUnit.getVideoClickThroughURL()};Pc.prototype.openUrlOnCallButton=function(a,c,d){var e=this;
r e t u r n t h i s . o p e n U r l ( a ) . t h e n ( f u n c t i o n ( ) { v a r
a;e.setCallButtonEnabled(!0);e._vastAdUnit.sendVideoClickTrackingEvent(e._vastCampaign.getSession().id);Ci.send
ClickDiagnosticsEvent(c,d,'vast_overlay',e._vastCampaign,null===(a=ab.getState().config)||void 0===a?void
0:a.abGroup,e._gameSessionId)}).catch(function(){e.setCallButtonEnabled(!0)})};Pc.prototype.openUrl=function(a){
r e t u r n
this._platform===t.IOS?this._core.iOS.UrlScheme.open(a):this._core.Android.Intent.launch({action:'android.intent.ac
tion.VIEW',
uri:a})};Pc.prototype.setCallButtonEnabled=function(a){this._vastOverlay&&this._vastOverlay.setCallButtonEnable
d(a)};l.inherits(Kn,Pc);Kn.prototype.getClickThroughURL=function(){return
zi.getVastVideoScreenClickThroughURL(Pc.prototype.getClickThroughURL.call(this),this._vastOverlay)};l.inherits(
Yg,Pc);Yg.prototype.handleNullClickThroughURL=function(){return
this.isAppSheetSupported()?(this.sendClickEvent(),Wb.openAppSheet(this._vastCampaign,this._storeHandler),Promi
se.resolve()):Pc.prototype.handleNullClickThroughURL.call(this)};
Yg.prototype.openUrlOnCallButton=function(a){var c=this;return
this.isAppSheetSupported()?(this.sendClickEvent(),Wb.openAppSheet(this._vastCampaign,this._storeHandler,a),Pro
mise.resolve()):this.openUrl(a).then(function(){c.sendClickEvent()}).catch(function(){c.setCallButtonEnabled(!0)})};
Yg.prototype.sendClickEvent=function(){this.setCallButtonEnabled(!0);this._vastAdUnit.sendVideoClickTrackingEv
ent(this._vastCampaign.getSession().id)};Yg.prototype.isAppSheetSupported=function(){return this._platform===
t.IOS&&!!this._vastCampaign.getSkadnAppStoreId()};l.inherits(Jn,Yg);Jn.prototype.getClickThroughURL=function(
) { r e t u r n
zi.getVastVideoScreenClickThroughURL(Yg.prototype.getClickThroughURL.call(this),this._vastOverlay)};l.inherits
(Le,pa);Le.prototype.onStalled=function(a){pa.prototype.onStalled.call(this,a);this._vastAdUnit.sendTrackingEvent(J.
STALLED)};Le.prototype.onCompleted=function(a){pa.prototype.onCompleted.call(this,a);this._om&&(this._om.co
mpleted(),this._om.sessionFinish());this._vastAdUnit.hasImpressionOccurred()||
n.reportMetricEvent(ib.VastVideoImpressionFailed);if(a=this._vastCampaign.getSession()){if(a.getEventSent(fb.VA
ST_COMPLETE))return;a.setEventSent(fb.VAST_COMPLETE)}(a=this._vastAdUnit.getEndScreen())&&this._vast
AdUnit.hasImpressionOccurred()?a.show():this._vastAdUnit.hide()};Le.prototype.onPrepared=function(a,c,d,e){var
f=this;pa.prototype.onPrepared.call(this,a,c,d,e);(a=this._adUnit.getVideoScreen())&&this._vastAdUnit.getVideoClic
kThroughURL()&&V.get('debugOverlayEnabled')&&a.setDebugMessage('Programmatic Ad');
if(a=this._vastCampaign.getVast().getAd())if(a=a.getDuration())c=c/1E3-a,-
1>=c?n.reportTimingEvent(Pm.LengthOverreported,c):1<=c&&n.reportTimingEvent(Pm.LengthUnderreported,c);thi
s._om&&!this._omStartCalled&&this._adUnit.getVideoViewRectangle().then(function(a){if(f._om){a=ia.createRecta
n g l e ( a [ 0 ] , a [ 1 ] , a [ 2 ] , a [ 3 ] ) ; i f ( f . _ p l a t f o r m = = = t . A N D R O I D ) { v a r
c=f._vastAdUnit.getDeviceInfo();a.x=ia.pxToDp(a.x,c);a.y=ia.pxToDp(a.y,c);a.width=ia.pxToDp(a.width,c);a.height
=ia.pxToDp(a.height,c)}f._om.getOMAdViewBuilder().setVideoView(a);
f._om.sessionStart();f._omStartCalled=!0}}).catch(function(){f._om&&(f._om.sessionStart(),f._omStartCalled=!0)})}
;Le.prototype.onPlay=function(a){pa.prototype.onPlay.call(this,a);a=this._vastCampaign.getSession();this._om&&(th
is._om.resume(),this._om.setDeviceVolume(this._vastAdUnit.getVolume()),this._om.loaded({skippable:this._placem
ent.allowSkip(),skipOffset:this._placement.allowSkipInSeconds(),autoplay:!0,position:vp.STANDALONE,impression
Type:qk.BEGIN_TO_RENDER,creativeType:cj.VIDEO}),this._om.start(this._vastCampaign.getVideo().getDuration(
)),
this._userStateChangeHasBeenSent||(this._om.playerStateChanged(wp.FULLSCREEN),this._userStateChangeHasBe
enSent=!0));if(a){if(a.getEventSent(fb.IMPRESSION))return;a.setEventSent(fb.IMPRESSION)}this.sendThirdParty
VastImpressionEvent();this._vastAdUnit.sendTrackingEvent(J.CREATIVE_VIEW);this._vastAdUnit.sendTrackingE
vent(J.START);this._vastAdUnit.sendTrackingEvent(J.IMPRESSION)};Le.prototype.onPause=function(a){pa.protot
ype.onPause.call(this,a);this._om&&this._om.pause()};Le.prototype.onVolumeChange=
function(a,c){this._om&&(this._vastAdUnit.setVolume(a/c),this._om.setDeviceVolume(this._vastAdUnit.getVolume(
)),this._vastAdUnit.getVideoPlayerMuted()?this._om.volumeChange(0):this._om.volumeChange(1))};Le.prototype.ha
ndleFirstQuartileEvent=function(a){pa.prototype.handleFirstQuartileEvent.call(this,a);this._om&&this._om.sendFirst
Quartile();this._vastAdUnit.sendTrackingEvent(J.FIRST_QUARTILE)};Le.prototype.handleMidPointEvent=function
(a){pa.prototype.handleMidPointEvent.call(this,a);this._om&&this._om.sendMidpoint();
this._vastAdUnit.sendTrackingEvent(J.MIDPOINT)};Le.prototype.handleThirdQuartileEvent=function(a){pa.prototy
pe.handleThirdQuartileEvent.call(this,a);this._om&&this._om.sendThirdQuartile();this._vastAdUnit.sendTrackingEv
ent(J.THIRD_QUARTILE)};Le.prototype.handleCompleteEvent=function(a){pa.prototype.handleCompleteEvent.call
(this,a);this._vastAdUnit.sendTrackingEvent(J.COMPLETE)};Le.prototype.sendThirdPartyVastImpressionEvent=fun
ction(){var a=this._vastCampaign.getImpressionUrls();if(a){a=l.makeIterator(a);
for(var c=a.next();!c.done;c=a.next())c=c.value,this._thirdPartyEventManager.sendWithGet('vast
impression',this._campaign.getSession().id,c,this._vastCampaign.getUseWebViewUserAgentForTracking())}this._vas
tAdUnit.setImpressionOccurred()};l.inherits(Eh,kb);Eh.prototype.addToViewHierarchy=function(){this._omInstances
.forEach(function(a){a.addToViewHierarchy()})};Eh.prototype.removeFromViewHierarchy=function(){this._omInst
ances.forEach(function(a){a.removeFromViewHierarchy()})};Eh.prototype.injectVerifications=
function(){this._omInstances.forEach(function(a){a.injectAdVerifications()})};Eh.prototype.loaded=function(a){this.
getState()===sd.STOPPED&&kb.prototype.loaded.call(this,a)};Eh.prototype.sessionStart=function(){var
a=this.buildSessionContext(),c=Date.now();this._omInstances.forEach(function(d){var
e={adSessionId:'',timestamp:c,type:'sessionStart',data:{}};e.adSessionId=d.getOMAdSessionId();var
f=d.getVastVerification();f.getVerificationParameters()&&(e.data.verificationParameters=f.getVerificationParameters
());
f=f.getVerificationVendor();e.data.vendorkey=f;e.data.context=a;e.data.contentUrl=null;e.data.pageUrl=null;e.data.im
pressionType=qk.BEGIN_TO_RENDER;e.data.creativeType=cj.VIDEO;e.data.supportsLoadedEvent=!0;d.sessionSta
r t ( e ) } ) } ; E h . p r o t o t y p e . b u i l d S e s s i o n C o n t e x t = f u n c t i o n ( ) { v a r
a={apiVersion:'Unity3d/1.3.0',environment:'app',accessMode:pk.LIMITED,adSessionType:zp.JAVASCRIPT,omidNa
tiveInfo:{partnerName:'Unity3d',partnerVersion:this._clientInfo.getSdkVersionName()},omidJsInfo:{omidImplement
er:'Unity3d',
serviceVersion:'1.3.0',sessionClientVersion:'1.3.0',partnerName:'Unity3d',partnerVersion:this._clientInfo.getSdkVersi
onName()},app:{libraryVersion:'1.3.0',appId:this._clientInfo.getApplicationName()},deviceInfo:{deviceType:this._de
viceInfo.getModel(),os:this._platform===t.ANDROID?'Android':'iOS',osVersion:this._deviceInfo.getOsVersion()},su
pports:['vlid','clid']};a.accessMode===pk.FULL&&(a.videoElement=document.querySelector('video'));return
a};Wl.prototype.createOpenMeasurementController=function(a,
c){var d=new ve(this.campaign),e=new Ui(tk.VAST);a=this.getOMInstances(this.adVerifications,d,a,c,e);d=new
Eh(this.platform,this.placement,a,d,this.clientInfo,this.deviceInfo,e);d.addToViewHierarchy();d.injectVerifications();r
eturn d};Wl.prototype.setOMVendorTracking=function(a){var
c=[];this.adVerifications.forEach(function(a){'omid'===a.getVerificationResources()[0].apiFramework&&c.push(a.ge
tVerificationVendor())});this.campaign.getVast().isPublica&&(c.push('publica'),c=c.unique());this.campaign.setOmE
nabled(!0);
this.campaign.setOMVendors(c);a.setTemplateValue(Ic.OM_ENABLED,'true');a.setTemplateValue(Ic.OM_VENDO
RS,c.join('|'))};Wl.prototype.getOMInstances=function(a,c,d,e,f){var
g=this,h=[];a.forEach(function(a){Co(a.getVerificationVendor())&&'omid'===a.getVerificationResources()[0].apiFra
m e w o r k & & ( a = n e w
db(g.platform,d,g.campaign,g.deviceInfo,e,a.getVerificationVendor(),f,a),a.setOMAdViewBuilder(c),h.push(a))});ret
urn h};l.inherits(Bd,N);Bd.prototype.render=function(){N.prototype.render.call(this);var a=
t h i s . _ c o n t a i n e r . q u e r y S e l e c t o r ( ' . c h i n a -
advertisement');'CN'===this._country&&a&&(a.style.display='block');this._isSwipeToCloseEnabled&&(a=this._cont
a i n e r . q u e r y S e l e c t o r ( ' . b t n - c l o s e -
region'))&&(a.style.display='none');this._hidePrivacy&&this._container.classList.add('hidePrivacyButton');this.setup
C i r c u l a r P r o g r e s s ( ) } ; B d . p r o t o t y p e . s h o w = f u n c t i o n ( ) { v a r
a=this;N.prototype.show.call(this);this._handlers.forEach(function(a){return
a.onVastEndScreenShow()});M.getAutoClose()&&setTimeout(function(){a._handlers.forEach(function(a){return
a.onVastEndScreenClose()})},
M.getAutoCloseDelay());Hi.getState().isPoddedAd&&this.startCircularTimer()};Bd.prototype.onCloseEvent=functio
n(a){null===a||void 0===a?void 0:a.stopImmediatePropagation();null===a||void 0===a?void
0:a.preventDefault();this._handlers.forEach(function(a){return
a.onVastEndScreenClose()})};Bd.prototype.remove=function(){var
a=this.container();a&&a.parentElement&&a.parentElement.removeChild(this.container())};Bd.prototype.setCallButto
nEnabled=function(a){this._callButtonEnabled!==a&&(this._callButtonEnabled=
a)};Bd.prototype.setupCircularProgress=function(){var a,c,d=this._container.querySelector('.circular-
progress');d&&Hi.getState().isPoddedAd?(Im(p(ls,{onProgress:this.onCircularProgress},void
0),d),null===(a=this._container.querySelector('.btn-close-region'))||void 0===a?void
0:a.remove(),null===(c=this._container.querySelector('.btn-close-html-endcard'))||void 0===c?void
0:c.remove()):null===d||void 0===d?void 0:d.remove()};Bd.prototype.startCircularTimer=function(){var
a=this,c=l.makeIterator([4E3,
2 0 0 ] ) , d = c . n e x t ( ) . v a l u e ; c = c . n e x t ( ) . v a l u e ; v a r
e=100/(d/c),f=0,g=setInterval(function(){a.onCircularProgress.trigger(f+=e);100<=f&&(a.onCloseEvent(),clearInterv
al(g))},c)};l.inherits(Ke,Bd);Ke.prototype.remove=function(){var
a;Bd.prototype.remove.call(this);if(this._privacy){this._privacy.hide();var
c=this._privacy.container();null===(a=null===c||void 0===c?void 0:c.parentElement)||void 0===a?void
0:a.removeChild(c)}};Ke.prototype.onPrivacyClose=function(){var a=this,c;null===(c=this._privacy)||void 0===
c ? v o i d
0:c.hide();this._adUnitContainer.setViewFrame('webview',0,0,this._screenWidth,this._controlBarHeight).catch(functi
on(){return a.onCloseEvent()})};Ke.prototype.show=function(){var
a=Object.create(null,{show:{get:function(){return Bd.prototype.show}}});return S(this,void 0,void 0,function d(){var
e=this,f,g,h,m,p;return l.generator.createGenerator(d,function(d){switch(d.nextAddress){case
1 : f = e ; i f ( ! e . _ h t m l C o n t e n t T e m p l a t e D a t a ) t h r o w
e.onCloseEvent(),n.reportMetricEvent(ib.VastHTMLEndcardShownFailed),
Error();a.show.call(e);d.setCatchFinallyBlocks(2);return d.yield(e.setUpWebPlayers(),4);case 4:return
g=e._htmlContentTemplate.render(e._htmlContentTemplateData),d.yield(e._webPlayerContainer.setData(g,'text/html'
, ' U T F - 8 ' ) , 5 ) ; c a s e
5:n.reportMetricEvent(ib.VastHTMLEndcardShown);h=e._vastCampaign.getVast().getCompanionCreativeViewTrac
kingUrls();m=e._vastCampaign.getSession().id;p=e._vastCampaign.getUseWebViewUserAgentForTracking();h.forEa
ch(function(a){return f._thirdPartyEventManager.sendWithGet('companion',
m , a , p ) } ) ; d . l e a v e T r y B l o c k ( 0 ) ; b r e a k ; c a s e 2 : t h r o w
d.enterCatchBlock(),e.onCloseEvent(),n.reportMetricEvent(ib.VastHTMLEndcardShownFailed),Error();}})})};Ke.pr
ototype.setUpWebPlayers=function(){return S(this,void 0,void 0,function c(){var d=this;return
l.generator.createGenerator(c,function(c){switch(c.nextAddress){case 1:return
d._platform===t.IOS?d._webPlayerContainer.onCreateWebView.subscribe(d.shouldOverrideUrlLoading.bind(d)):d._
webPlayerContainer.shouldOverrideUrlLoading.subscribe(d.shouldOverrideUrlLoading.bind(d)),
c.yield(d._adUnitContainer.reconfigure(kc.WEB_PLAYER),2);case 2:return
c.yield(d._adUnitContainer.reorient(!1,d._adUnitContainer.getLockedOrientation()),3);case 3:return
c.yield(d.setWebPlayerSettings(),4);case 4:return c.yield(d.setScreenSize(),5);case 5:return
c.yield(d._adUnitContainer.setViewFrame('webplayer',0,0,d._screenWidth,d._screenHeight),6);case 6:return
c.yield(d._adUnitContainer.setViewFrame('webview',0,0,d._screenWidth,d._controlBarHeight),7);case 7:return
c.return(d.setWebplayerEventSettings())}})})};
Ke.prototype.setScreenSize=function(){return S(this,void 0,void 0,function c(){var d=this,e,f,g,h;return
l.generator.createGenerator(c,function(c){if(1==c.nextAddress)return
c.yield(Promise.all([d._deviceInfo.getScreenWidth(),d._deviceInfo.getScreenHeight()]),2);e=c.yieldResult;f=l.makeIt
erator(e);g=f.next().value;h=f.next().value;d._screenWidth=g;d._screenHeight=h;c.jumpToEnd()})})};Ke.prototype.s
houldOverrideUrlLoading=function(a){var c,d;return S(this,void 0,void 0,function f(){var g=this;return
l.generator.createGenerator(f,
function(f){return g._platform===t.IOS?f.return(null===(c=g._core.iOS)||void 0===c?void
0:c.UrlScheme.open(a)):f.return(null===(d=g._core.Android)||void 0===d?void
0:d.Intent.launch({action:'android.intent.action.VIEW',uri:a}))})})};Ke.prototype.setWebPlayerSettings=function(){re
t u r n
this._platform===t.ANDROID?this._webPlayerContainer.setSettings({setJavaScriptCanOpenWindowsAutomatically
:[!0]},{}):this._webPlayerContainer.setSettings({javaScriptCanOpenWindowsAutomatically:!0,scalesPagesToFit:!0,s
crollEnabled:!0},
{})};Ke.prototype.setWebplayerEventSettings=function(){return
this._webPlayerContainer.setEventSettings({onCreateWindow:{sendEvent:!0},shouldOverrideUrlLoading:{sendEven
t:!0,returnValue:!0,callSuper:!1}})};Ke.prototype.sendCompanionClickTrackingEvents=function(){var
a=this,c=this._vastCampaign.getVast().getCompanionClickTrackingUrls(),d=this._vastCampaign.getSession().id,e=th
is._vastCampaign.getUseWebViewUserAgentForTracking();c.forEach(function(c){return
a._thirdPartyEventManager.sendWithGet('vast companion click',
d,c,e)});this._thirdPartyEventManager.sendTrackingEvents(this._vastCampaign,J.VIDEO_ENDCARD_CLICK,'vast',
e)};Ke.prototype.onPrivacyEvent=function(a){return S(this,void 0,void 0,function d(){var e=this;return
l.generator.createGenerator(d,function(d){if(1==d.nextAddress)return
a.stopImmediatePropagation(),a.preventDefault(),d.yield(e._adUnitContainer.setViewFrame('webview',0,0,e._screen
Width,e._screenHeight),2);e._privacy.show();d.jumpToEnd()})})};Ke.prototype.onClickEvent=function(a){this._call
ButtonEnabled&&
(a.preventDefault(),this._handlers.forEach(function(a){return
a.onVastEndScreenClick()}),this.sendCompanionClickTrackingEvents())};l.inherits(yi,Bd);yi.prototype.show=functio
n ( ) { v a r a = t h i s ; r e t u r n
this._adUnitContainer.reconfigure(kc.ENDSCREEN).then(function(){a._adUnitContainer.reorient(!1,a._adUnitContai
ner.getLockedOrientation()).then(function(){Bd.prototype.show.call(a)})})};yi.prototype.remove=function(){var
a;Bd.prototype.remove.call(this);if(this._privacy){this._privacy.hide();var c=this._privacy.container();
null===(a=null===c||void 0===c?void 0:c.parentElement)||void 0===a?void
0:a.removeChild(c)}};yi.prototype.onPrivacyClose=function(){this._privacy&&this._privacy.hide()};yi.prototype.on
ClickEvent=function(a){this._callButtonEnabled&&(a.preventDefault(),this._handlers.forEach(function(a){return
a.onVastEndScreenClick()}))};yi.prototype.onPrivacyEvent=function(a){a.preventDefault();this._privacy.show()};l.in
herits(Vl,Kb);Vl.prototype.createParameters=function(a){var c,d;if(null===(d=null===(c=null===
a||void 0===a?void 0:a.campaign)||void 0===c?void 0:c.getVPAID)||void 0===d?0:d.call(c))return
t h i s . c r e a t e V p a i d P a r a m e t e r s ( a ) ; v a r
e=a.campaign,f=a.adsConfig,g=a.privacy,h=a.deviceInfo,m=a.platform,p=a.clientInfo,q=a.placement;c=a.core;d=a.thi
rdPartyEventManager;var t=Yp(e.getSeatId());f=!f.getHidePrivacy();var
u=this._automatedExperimentManager.getExperimentParts(e,$a.VAST_VIDEO_OVERLAY);g=new
ra(a,g,this.showGDPRBanner(a),f,null===u||void 0===u?void 0:u.actions);g=Object.assign(Object.assign({},a),
{video:e.getVideo(),videoScreen:g});f=this._webPlayerContainer;e.hasHtmlEndscreen()?(n.reportMetricEventWithTa
g s ( i b . V a s t H a s E n d S c r e e n , { t y p e : ' h t m l E n d S c r e e n ' } ) , a = n e w
Ke(a,f)):e.hasStaticEndscreen()?(n.reportMetricEventWithTags(ib.VastHasEndScreen,{type:'staticEndscreen'}),a=ne
w y i ( a , t ? ! 0 : v o i d
0)):(e.hasIframeEndscreen()?n.reportMetricEventWithTags(ib.VastHasEndScreen,{type:'iframeEndscreen'}):n.report
MetricEvent(ib.VastNoEndScreen),a=void 0);g.endScreen=a;a=e.getVast().getAdVerifications();0<a.length&&
(a=new Wl(a,e,h,m,p,q),g.om=a.createOpenMeasurementController(c,d),a.setOMVendorTracking(d));return
g};Vl.prototype.createVpaidParameters=function(a){var c=new
oe(a.platform,a.placement,a.privacy,a.deviceInfo.getLanguage(),this.showGDPRBanner(a),a.adsConfig.getHidePrivac
y ( ) ) , d = n e w
Wd(a.platform,a.core,this._webPlayerContainer,this._campaign,this._placement);c=Object.assign(Object.assign({},a),
{vpaid:d,closer:c,webPlayerContainer:this._webPlayerContainer});a.campaign.hasEndScreen()&&(c.endScreen=new
mh(a.platform,
a . c a m p a i g n , a . c l i e n t I n f o . g e t G a m e I d ( ) ) ) ; r e t u r n c } ; v a r
Og;(function(a){a[a.IosVastPodding=0]='IosVastPodding';a[a.VastPodding=1]='VastPodding';a[a.IosVast=2]='IosVas
t ' ; a [ a . V a s t = 3 ] = ' V a s t ' } ) ( O g | | ( O g = { } ) ) ; v a r
me;(function(a){a[a.TencentVastWithDownload=0]='TencentVastWithDownload';a[a.TencentVast=1]='TencentVast';
a[a.VastWithDownload=2]='VastWithDownload';a[a.Vast=3]='Vast'})(me||(me={}));var
Jl={},Av=(Jl[Og.IosVastPodding]=Fh,Jl[Og.VastPodding]=Qc,Jl[Og.IosVast]=Me,Jl[Og.Vast]=nb,Jl),Kl={},hs=(Kl[
me.TencentVastWithDownload]=
Jn,Kl[me.TencentVast]=Kn,Kl[me.VastWithDownload]=Yg,Kl[me.Vast]=Pc,Kl),Ll={},js=(Ll[me.TencentVastWith
Download]=Ln,Ll[me.TencentVast]=Mn,Ll[me.VastWithDownload]=Zg,Ll[me.Vast]=Cd,Ll);l.inherits(Hn,Rd);Hn.pr
ototype.createAdUnit=function(a,c){var d,e;if(null===(e=null===(d=a.campaign)||void 0===d?void
0:d.getVPAID)||void 0===e?0:e.call(d))return pq(a);d=a.platform===t.IOS&&void
0!==a.campaign.getSkadnAppStoreId()&&Eb.isIOS14(a.deviceInfo.getOsVersion());c=c?d?Og.IosVastPodding:Og.V
astPodding:d?Og.IosVast:
Og.Vast;c=new Av[c](a);d=d?Qi(Object.assign(Object.assign({},a),{adUnit:c})):void
0;e=ks(a.campaign,!!d);gs(e,c,a,this.automatedExperimentManager,d);d=this.prepareVideoPlayer(Le,this.getVideoEv
entHandlerParams(c,a.campaign.getVideo(),a));var f=fs(a,d);c.onClose.subscribe(function(){var
c=a.platform,d=a.core;c===t.ANDROID&&d.DeviceInfo.Android&&(d.DeviceInfo.Android.unregisterVolumeChan
geListener(of.STREAM_MUSIC),d.DeviceInfo.Android.onVolumeChanged.unsubscribe(f));c===t.IOS&&d.DeviceI
nfo.Ios&&(d.DeviceInfo.Ios.unregisterVolumeChangeListener(),
d.DeviceInfo.Ios.onVolumeChanged.unsubscribe(f))});return c};l.inherits(wj,oa);wj.prototype.hide=function(){var
a=this.getEndScreen();a&&(a.hide(),a=a.container(),(null===a||void
0===a?0:a.parentElement)&&a.parentElement.removeChild(a));this._privacy.hide();a=this._privacy.container();(null
===a||void 0===a?0:a.parentElement)&&a.parentElement.removeChild(a);return
oa.prototype.hide.call(this)};wj.prototype.description=function(){return'xpromo'};wj.prototype.getEndScreen=functio
n(){return this._endScreen};
w j . p r o t o t y p e . o n V i d e o E r r o r = f u n c t i o n ( ) { v a r
a=this.getEndScreen();a&&a.show()};l.inherits(Gn,Vg);Gn.prototype.onKeyEvent=function(a){a===ki.BACK&&thi
s._adUnit.isShowing()&&!this._adUnit.canShowVideo()&&this._adUnit.hide()};l.inherits(Ug,pa);Ug.prototype.onCo
mpleted=function(a){pa.prototype.onCompleted.call(this,a);(a=this._xpromoAdUnit.getEndScreen())&&a.show()};U
g.prototype.onPrepared=function(a,c,d,e){pa.prototype.onPrepared.call(this,a,c,d,e);if(a=this._adUnit.getVideoScreen
())a.setCallButtonVisible(!0),
V.get('debugOverlayEnabled')&&a.setDebugMessage('XPromo')};Ug.prototype.handleStartEvent=function(){var
a=this;this._xpromoOperativeEventManager.sendStart(this.getXPromoOperativeEventParams()).then(function(){a._a
dUnit.onStartProcessed.trigger()});this.sendTrackingEvent(J.START);this._adUnit.sendStartEvent()};Ug.prototype.ha
ndleThirdQuartileEvent=function(a){pa.prototype.handleThirdQuartileEvent.call(this,a);this.sendTrackingEvent(J.TH
IRD_QUARTILE)};Ug.prototype.handleCompleteEvent=function(){this._xpromoOperativeEventManager.sendView(
this.getXPromoOperativeEventParams());
this.sendTrackingEvent(J.COMPLETE)};Ug.prototype.getXPromoOperativeEventParams=function(){return{placeme
nt:this._placement,videoOrientation:this.getVideoOrientation()}};Ug.prototype.sendTrackingEvent=function(a){this._
thirdPartyEventManager.sendTrackingEvents(this._campaign,a,'xpromo')};l.inherits(Fn,le);Fn.prototype.onVideoScre
enSkip=function(a,c){this._placement.skipEndCardOnClose()||c?le.prototype.onVideoScreenClose.call(this):(le.protot
ype.onVideoScreenSkip.call(this,a,c),(a=this._xPromoAdUnit.getEndScreen())&&
a.show(),this._xPromoAdUnit.onFinish.trigger())};l.inherits(Ul,Kb);Ul.prototype.createParameters=function(a){var
c=this.createVideoScreen(a,a.privacy),d=this.createEndScreenParameters(a.privacy,a.campaign.getGameName(),a);d
=new Pb(a.campaign,d,{},a.coreConfig.getCountry());var e=this.getVideo(a.campaign,a.forceOrientation);return
Object.assign(Object.assign({},a),{video:e,videoScreen:c,endScreen:d})};Ul.prototype.createVideoScreen=function(a
,c){var d=a.placement.skipEndCardOnClose()||!1;a.adsConfig.getHidePrivacy()&&
( d = ! 1 ) ; v a r e = t h i s . s h o w G D P R B a n n e r ( a ) & & d ; c = n e w
ra(a,c,e,d);a.placement.disableVideoControlsFade()&&c.setFadeEnabled(!1);return
c};l.inherits(En,Rd);En.prototype.createAdUnit=function(a){var c=new
wj(a),d=Qi({platform:a.platform,core:a.core,ads:a.ads,store:a.store,thirdPartyEventManager:a.thirdPartyEventManage
r,operativeEventManager:a.operativeEventManager,deviceInfo:a.deviceInfo,clientInfo:a.clientInfo,placement:a.place
ment,adUnit:c,campaign:a.campaign,coreConfig:a.coreConfig}),e=new Fn(c,a,d);a.videoScreen.addEventHandler(e);
v a r f = n e w
Gn(c,a,d);a.endScreen.addEventHandler(f);d=this.getVideoEventHandlerParams(c,a.video,a);this.prepareVideoPlayer
( U g , d ) ; i f ( a . p l a t f o r m = = = t . A N D R O I D ) { v a r
g=a.ads.Android.AdUnit.onKeyDown.subscribe(function(c){f.onKeyEvent(c);if(Yb('closeReplaceSkip')){var
d=a.placement.skipEndCardOnClose();e.onKeyEvent(c,d)}});c.onClose.subscribe(function(){g&&a.ads.Android.Ad
U n i t . o n K e y D o w n . u n s u b s c r i b e ( g ) } ) } r e t u r n
c};l.inherits(xi,Ad);xi.prototype.parse=function(a,c){n.reportMetricEvent(lc.XPromoParseUsed);var d=
a.getJsonContent();switch('undefined'!==typeof d.store?d.store:''){case 'apple':var e=pe.APPLE;break;case
'google':e=pe.GOOGLE;break;case 'xiaomi':e=pe.XIAOMI;break;case 'standalone_android':throw Error('Android
APK not supported on cross promotion.');default:throw Error('Unknown store value
"'+d.store+'"');}a={id:d.id,willExpireAt:void 0,contentType:xi.ContentType,adType:void 0,correlationId:void
0,creativeId:a.getCreativeId()||void 0,seatId:a.getSeatId()||void 0,meta:d.meta,session:c,mediaId:a.getMediaId(),
trackingUrls:a.getTrackingUrls()?this.validateAndEncodeTrackingUrls(a.getTrackingUrls(),c):{},isLoadEnabled:!1,s
kadn:a.getSkadn(),reused:!1};e=Object.assign(Object.assign({},a),{appStoreId:d.appStoreId,gameId:d.gameId,gameN
a m e : d . g a m e N a m e , g a m e I c o n : n e w
Id(this.validateAndEncodeUrl(d.gameIcon,c),c),rating:d.rating,ratingCount:d.ratingCount,landscapeImage:d.endScree
nLandscape?new Id(this.validateAndEncodeUrl(d.endScreenLandscape,c),c):void
0,portraitImage:d.endScreenPortrait?new Id(this.validateAndEncodeUrl(d.endScreenPortrait,
c),c):void 0,squareImage:d.endScreen?new Id(this.validateAndEncodeUrl(d.endScreen,c),c):void
0,clickAttributionUrl:d.clickAttributionUrl?this.validateAndEncodeUrl(d.clickAttributionUrl,c):void
0,clickAttributionUrlFollowsRedirects:d.clickAttributionUrlFollowsRedirects,bypassAppSheet:d.bypassAppSheet,vid
eoEventUrls:this.validateAndEncodeVideoEventUrls(d.videoEventUrls,c),store:e});d.trailerDownloadable&&d.trailer
DownloadableSize&&d.trailerStreaming&&(e.video=new zb(this.validateAndEncodeUrl(d.trailerDownloadable,
c ) , c , d . t r a i l e r D o w n l o a d a b l e S i z e ) , e . s t r e a m i n g V i d e o = n e w
zb(this.validateAndEncodeUrl(d.trailerStreaming,c),c));d.trailerPortraitDownloadable&&d.trailerPortraitDownloadabl
e S i z e & & d . t r a i l e r P o r t r a i t S t r e a m i n g & & ( e . v i d e o P o r t r a i t = n e w
zb(this.validateAndEncodeUrl(d.trailerPortraitDownloadable,c),c,d.trailerPortraitDownloadableSize),e.streamingPortr
aitVideo=new zb(this.validateAndEncodeUrl(d.trailerPortraitStreaming,c),c));return Promise.resolve(new
za(e))};xi.prototype.validateAndEncodeTrackingUrls=function(a,
c){var d=this;return Object.entries(a).reduce(function(a,f){var
e=l.makeIterator(f);f=e.next().value;e=e.next().value;var h={};return
Object.assign(Object.assign({},a),(h[f]=(e||[]).map(function(a){return
d.validateAndEncodeUrl(a,c)}),h))},{})};xi.ContentType='xpromo/video';Mb.prototype.initialize=function(){var
a=this,c=new Vc;return Promise.resolve().then(function(){var
c=a._core.ClientInfo.getGameId(),e=pc()('sentry','true'),f=mu()('forceSentry',c);(e||f)&&Rf.getState().init({gameId:c,s
dkVersion:a._core.ClientInfo.getSdkVersion()},
{release:a._core.ClientInfo.getWebviewVersion()||'unknown'})}).then(function(){z.setInitTimestamp();Da.init();retur
n
a.setupTestEnvironment()}).then(function(){a.setupPrivacyTestEnvironment()}).then(function(){a._loadV5Enabled=a
.isLoadV5Enabled()}).then(function(){return a.Analytics.initialize()}).then(function(c){var
d;a.SessionManager.setGameSessionId(c);a.PrivacyManager=new
ya(a._core.NativeBridge.getPlatform(),a._core.Api,a._core.Config,a._core.ClientInfo,a._core.DeviceInfo,a._core.Requ
estManager,
a . P r i v a c y S D K ) ; a . P l a c e m e n t M a n a g e r = n e w
Of(a.Api,a.Config);xa.setGameSessionId(c);xa.setPrivacy(a.PrivacySDK);xa.setAbGroup(null===(d=ab.getState().co
n f i g ) | | v o i d 0 = = = d ? v o i d
0:d.abGroup);xa.setSubdivision(a._core.Config.getSubdivision());wm.init(a._core,a.PrivacyManager,a.PrivacySDK)}
).then(function(){return a.setupMediationTrackingManager()}).then(function(){return
a.configureLoadAndFillEventManager()}).then(function(){return
a.PrivacyManager.getConsentAndUpdateConfiguration().catch(function(){})}).then(function(){a.Api.GMAScar.initia
lize();
var c=a.Config.getDefaultPlacement();a.Api.Placement.setDefaultPlacement(c.id);a.AssetManager=new
nd(a._core.NativeBridge.getPlatform(),a._core.Api,a._core.CacheManager,a.Config.getCacheMode(),a._core.DeviceI
nfo,a._core.CacheBookkeeping);0===a.SessionManager.getGameSessionId()%1E4&&a.AssetManager.setCacheDiag
nostics(!0);a.BannerModule=new Un(a._core,a);a.Monetization=new
Qn(a._core,a);c=[lt(a,a._core),kt(a,a._core),qs(a,a._core),os(a,a._core,a._automatedExperimentManager),ms(a,a._core,
a._automatedExperimentManager),
es(a._core,a._automatedExperimentManager,a),ds(a,a._core)];pc()('vpaidAsVast')||c.push(cl(a,a._core));c.forEach(fun
c t i o n ( c ) { O b j e c t . e n t r i e s ( c ) . f o r E a c h ( f u n c t i o n ( c ) { v a r
d=l.makeIterator(c);c=d.next().value;(d=d.next().value)&&a.ContentTypeHandlerManager.addHandler(c,d)})});H.co
nfigureAuctionProtocol(a._core.Config.getTestMode(),a._isV7ProtocolEnabled);a.configureCampaignManager();a.co
nfigureAutomatedExperimentManager();a.configureRefreshManager();z.initialize(a._core.Api,a._core.RequestManag
er,a.Config,
a.SessionManager,a.CampaignManager,a._core.MetaDataManager,a._core.ClientInfo,a._core.CacheManager);a.Confi
g . i s H e a d e r B i d d i n g M o d e E n a b l e d ( ) & & ( a . H e a d e r B i d d i n g = n e w
mg(a._core.Api.Sdk,a.Config.getPlacement.bind(a.Config),a.Api,a.CampaignManager,new
lg(a._core.Api,a.Api.TokenApi,Np.AdMProtocolHBLoadV5Compatible,a._mediationName),a.PlacementManager,a.R
efreshManager));a.Monetization.Api.Listener.isMonetizationEnabled().then(function(c){c&&a.Monetization.initialize
()})}).then(function(){if(!a.Config.isHeaderBiddingModeEnabled())return
a._core.Api.Sdk.initComplete()}).then(function(){var c;
null===(c=a.MediationLoadTrackingManager)||void 0===c?void 0:c.setInitComplete();return
wf.voidResult(a.RefreshManager.initialize())}).then(function(){if(a.Config.isHeaderBiddingModeEnabled())return
a._core.Api.Sdk.initComplete()}).then(function(){c.stopAndSend(Cf.WebviewInitializationPhases,{wel:''+a._loadV5
Enabled,stg:'request_on_init'});return wf.voidResult(a.SessionManager.sendUnsentSessions())}).then(function(){var
c=window.performance.now();n.reportTimingEventWithTags(Cf.WebviewInitialization,
c,{wel:''+a._loadV5Enabled})})};Mb.prototype.configureCampaignManager=function(){if(this._isPSPTestAppToggl
e E n a b l e d ) t h i s . C a m p a i g n M a n a g e r = n e w
rb(this._core.NativeBridge.getPlatform(),this._core,this._core.Config,this.Config,this.AssetManager,this.SessionMana
ger,this.AdMobSignalFactory,this._core.RequestManager,this._core.ClientInfo,this._core.DeviceInfo,this._core.Meta
DataManager,this._core.CacheBookkeeping,this.ContentTypeHandlerManager,this.PrivacySDK,this.PrivacyManager,
this.MediationLoadTrackingManager,
this._loadApiEnabled);else{this.configureAdRequestManager();var
a=this._isV7ProtocolEnabled?pd:rb;this.CampaignManager=this.AdRequestManager||new
a(this._core.NativeBridge.getPlatform(),this._core,this._core.Config,this.Config,this.AssetManager,this.SessionMana
ger,this.AdMobSignalFactory,this._core.RequestManager,this._core.ClientInfo,this._core.DeviceInfo,this._core.Meta
DataManager,this._core.CacheBookkeeping,this.ContentTypeHandlerManager,this.PrivacySDK,this.PrivacyManager,
this.MediationLoadTrackingManager,
this._loadApiEnabled)}};Mb.prototype.configureAdRequestManager=function(){if(this._loadApiEnabled&&this._loa
dV5Enabled){if(this._isV7ProtocolEnabled){var a=Fl.AuctionV7;var c=Lc}else
nl.isAdUnitTest(this.Config.getHasAdUnit())?(a=Fl.AdUnit,c=Pj):(a=Fl.None,c=od);this.AdRequestManager=new
c(this._core.NativeBridge.getPlatform(),this._core,this._core.Config,this.Config,this.AssetManager,this.SessionMana
ger,this.AdMobSignalFactory,this._core.RequestManager,this._core.ClientInfo,this._core.DeviceInfo,
this._core.MetaDataManager,this._core.CacheBookkeeping,this.ContentTypeHandlerManager,this.PrivacySDK,this.P
rivacyManager,a)}};Mb.prototype.configureAutomatedExperimentManager=function(){this._automatedExperimentM
anager.initialize(this._core,[this.CampaignManager.onCampaign,this.CampaignManager.onOptimizableCampaign]);t
his._automatedExperimentManager.addCategoryFinder(function(a){var c=[];a instanceof
T&&('mraid'!==a.getEndScreenType()?(c.push($a.PERFORMANCE_ENDCARD),c.push($a.VIDEO_OVERLAY)):
c.push($a.PLAYABLE_VIDEO_OVERLAY));
a instanceof vf&&c.push($a.MRAID_PLAYABLE);a instanceof ta&&c.push($a.VAST_VIDEO_OVERLAY);return
c})};Mb.prototype.configureRefreshManager=function(){this.RefreshManager=this.AdRequestManager instanceof
P j ? n e w
Sd(this.Api,this.Config,this._core.Config,this.AdRequestManager,this._core.ClientInfo,this._core.FocusManager,this.
L o a d A n d F i l l E v e n t M a n a g e r ) : t h i s . A d R e q u e s t M a n a g e r ? n e w
zc(this.Api,this.Config,this._core.Config,this.AdRequestManager,this._core.ClientInfo,this._core.FocusManager,this.
LoadAndFillEventManager):
t h i s . _ l o a d A p i E n a b l e d ? n e w
Pf(this._core.NativeBridge.getPlatform(),this._core.Api,this._core.Config,this.Api,this._core.WakeUpManager,this.C
ampaignManager,this.Config,this._core.FocusManager,this.SessionManager,this._core.ClientInfo,this._core.Request
Manager,this._core.CacheManager,this.LoadAndFillEventManager):new
Na(this._core.NativeBridge.getPlatform(),this._core.Api,this._core.Config,this.Api,this._core.WakeUpManager,this.C
ampaignManager,this.Config,this._core.FocusManager,this.SessionManager,
this._core.ClientInfo,this._core.RequestManager,this._core.CacheManager)};Mb.prototype.configureLoadAndFillEve
n t M a n a g e r = f u n c t i o n ( ) { v a r a = t h i s ; r e t u r n
this._core.MetaDataManager.fetch(uh).then(function(c){a.LoadAndFillEventManager=new
Hd(a._core.Api,a._core.RequestManager,a._core.NativeBridge.getPlatform(),a._core.ClientInfo,a._core.Config,a._cor
e.StorageBridge,a.PrivacySDK,a.Config,a._core.DeviceInfo,a._loadV5Enabled,c)})};Mb.prototype.setupMediationTr
ackingManager=function(){var a=this;if(this.MediationLoadTrackingManager)return Promise.resolve();
var c=Uk.getInstance().getTimeValue(this._core.ClientInfo.getInitTimestamp());c=0<c&&3E4>=c?c:void 0;return
this._loadApiEnabled?this._core.MetaDataManager.fetch(ae).then(function(d){a._mediationName=null===d||void
0 = = = d ? v o i d
0:d.getName();a._mediationName&&(d=dn.None,a._loadV5Enabled?d=dn.LoadV5:a.Config.set('cacheMode',fe.ALL
O W E D ) , a . M e d i a t i o n L o a d T r a c k i n g M a n a g e r = n e w
Gd(a.Api.Listener,a._mediationName,a._loadV5Enabled,d,c,a.Config.getPlacementCount()),a.MediationLoadTrackin
gManager.reportPlacementCount(a.Config.getPlacementCount()))}).catch():
Promise.resolve()};Mb.prototype.showPrivacyIfNeeded=function(a){var
c=this,d;this.PrivacyManager.applyDeveloperAgeGate();if(!this.PrivacyManager.isPrivacyShowRequired()||this._core
.Config.isCoppaCompliant())return Promise.resolve();this._showingPrivacy=!0;var
e={abGroup:null===(d=ab.getState().config)||void 0===d?void
0:d.abGroup,platform:this._core.NativeBridge.getPlatform(),privacyManager:this.PrivacyManager,adUnitContainer:t
his.Container,adsConfig:this.Config,core:this._core.Api,deviceInfo:this._core.DeviceInfo,
privacySDK:this.PrivacySDK};return(new Jd(e)).show(a).then(function(){if(c.Config.shouldTokenRefresh()){var
a = n e w V c ; a . s t a r t ( ) ; r e t u r n
eq.updateConfiguration(c._core.ConfigManager,c.PrivacySDK.getUserPrivacy().getPermissions(),c._core.Config).the
n(function(){a.stopAndSend(Bl.TokenRefreshLatency,{})})}})};Mb.prototype.load=function(a,c){var d,e;try{var
f=new gm(a)}catch(g){c(ce.ERROR);this._core.Api.Sdk.logError('Load rejected due to
'+g.message);return}c(ce.OK);c=f.getDTO();f=this.Config.getPlacement(c.placementId);
if(void 0===f)return this.loadError(c,'No placement configured for id:
'+c.placementId);f.resetFillInvalidation();null===(d=this.MediationLoadTrackingManager)||void 0===d?void
0:d.onLoad(c.placementId);this.LoadAndFillEventManager.sendLoadTrackingEvents(c.placementId).catch(function(a
){a=a instanceof Error?a:Error(a);Rf.getState().captureException(a)});(null===(e=this.HeaderBidding)||void
0===e?0:e.isValidHeaderBiddingLoadOptions(a))?this.HeaderBidding.load(c):this.RefreshManager.loadPlacement(c)
};
Mb.prototype.validateShowOptions=function(a,c){var d;null===(d=this.AdRequestManager)||void 0===d?void
0:d.reportMetricEvent(Ya.ShowApiTriggered);try{var e=new
fm(a)}catch(f){c(ce.ERROR);this._core.Api.Sdk.logError('Show rejected due to
'+f.message);return}this.show(e,c)};Mb.prototype.show=function(a,c){var d=this,e;c(ce.OK);var
f=a.getPlacementId(),g=a.getOptions(),h=this.Config.getPlacement(f);if(h)if(h.getState()!==D.READY)c=h.wasFillIn
validated()?'Fill invalidation':'Placement not ready',this.showError(!0,
c,Ib[Ib.NOT_READY],a),h.wasFillInvalidated()&&(null===(e=this.AdRequestManager)||void 0===e?void
0:e.reportMetricEvent(Ya.PlacementInvalidatedOnShow));else
if(this.isAttemptingToShowInBackground())n.reportMetricEvent(lc.CampaignAttemptedShowInBackground);else{va
r m=function(){var a,c;if(d.Config.isHeaderBiddingModeEnabled()){if(null===(a=g.headerBiddingOptions)||void
0===a?0:a.objectId)return null===(c=d.HeaderBidding)||void 0===c?void
0:c.getCampaign(g.headerBiddingOptions.objectId);n.reportMetricEvent(ag.UseWaterfall)}return
d.RefreshManager.getCampaign(f)}();
m?(Si.setState({currentCampaignId:m.getUniqueId()}),this._showing||this._showingPrivacy?(this.showError(!1,"Can'
t s h o w a n e w a d u n i t w h e n a d u n i t i s a l r e a d y
open",Ib[Ib.ALREADY_SHOWING],a),n.reportMetricEvent($f.AdUnitAlreadyShowing)):this.AdRequestManager&
&h.isInvalidationPending()&&!this._allowInvalidationPending?(this.showError(!0,'Invalidation pending for a
placement',Ib[Ib.NOT_READY],a),this.AdRequestManager.reportMetricEvent(Ya.PlacementInvalidationPending)):m
instanceof xb&&!m.getCurrentCampaigns().every(function(a){return a instanceof
ta||a instanceof T})?(this.showError(!0,'unsupported podding campaign
type',Ib[Ib.INTERNAL_ERROR],a),n.reportMetricEvent(aj.PoddingUnsupportedCampaignType)):(z.sendShowEvent
( f ) , m . i s E x p i r e d ( ) ? ( t h i s . s h o w E r r o r ( ! 0 , ' C a m p a i g n h a s
expired',Ib[Ib.INTERNAL_ERROR],a),this.RefreshManager.refresh(),m instanceof
xb?m.getExpiredCampaigns().forEach(function(a){d.reportExpiredCampaign(a)}):this.reportExpiredCampaign(m)):((
e=h.getCurrentTrackingUrls())?m instanceof xb?m.setTrackingUrlsAggregate(m.getCurrentTrackingUrls()):
m.setTrackingUrls(e):n.reportMetricEvent($f.MissingTrackingUrlsOnShow),this.showPrivacyIfNeeded(g).then(functi
on(){d._showingPrivacy=!1;d.showAd(h,m,a)})))):(this.showError(!0,'Campaign not
found',Ib[Ib.INTERNAL_ERROR],a),n.reportMetricEvent(lc.CampaignNotFound))}else this.showError(!0,'No such
p l a c e m e n t :
'+f,Ib[Ib.INVALID_ARGUMENT],a),n.reportMetricEvent($f.PlacementWithIdDoesNotExist)};Mb.prototype.reportE
xpiredCampaign=function(a){var c=new yf(Error('Campaign expired'),{id:a.id,willExpireAt:a.getWillExpireAt(),
contentType:a.getContentType()});Qa.trigger('campaign_expired',c,a.getSession());n.reportMetricEvent($f.Campaign
Expired)};Mb.prototype.showAd=function(a,c,d){var e=this,f,g;this._showing=!0;var
h=null===(f=d.getOptions().headerBiddingOptions)||void 0===f?void
0:f.objectId;null===(g=this.HeaderBidding)||void 0===g?void 0:g.unloadPreviousAndSetCurrent(h);this.Api.Listener
i n s t a n c e o f
Je&&this.Api.Listener.pauseEvents();this.Config.getCacheMode()!==fe.DISABLED&&this.AssetManager.stopCachi
ng();this.MediationLoadTrackingManager&&
(this.AssetManager.overrideCacheMode(fe.FORCED),this.Config.set('cacheMode',fe.FORCED));Promise.all([this._c
ore.DeviceInfo.getScreenWidth(),this._core.DeviceInfo.getScreenHeight(),this._core.DeviceInfo.getConnectionType(
),this._core.MetaDataManager.fetch(Ej,!1)]).then(function(f){var g=l.makeIterator(f);f=g.next().value;var
h = g . n e x t ( ) . v a l u e , k = g . n e x t ( ) . v a l u e ; g = g . n e x t ( ) . v a l u e ; v a r
m;g&&(m=g.getServerId());Cb.isCached(c)&&!c.isConnectionNeeded()||'none'!==k||n.reportMetricEventWithTags($
f.AttemptToStreamCampaignWithoutConnection,
{cnt:c.getContentType()});c.isConnectionNeeded()&&'none'===k?(e._showing=!1,e.showError(!0,'No
connection',Ib[Ib.NO_CONNECTION],d),n.reportMetricEvent($f.NoConnectionWhenNeeded)):(f=f>=h?Ha.LANDS
CAPE:Ha.PORTRAIT,vd.createBuildInformation(e._core.NativeBridge.getPlatform(),e._core.ClientInfo,e._core.Devi
c e I n f o , c , e . _ c o r e . C o n f i g ) , e . _ c u r r e n t A d U n i t = c i n s t a n c e o f
xb?e.getPoddingAdUnitFactory().createPoddedAdContext(c,a,f,m||'',e._loadApiEnabled,e.ContentTypeHandlerManag
er):e.getAdUnitFactory(c).create(c,
a,f,m||'',e._loadApiEnabled),e.RefreshManager.setCurrentAdUnit(e._currentAdUnit,a),e.Monetization.isInitialized()&
&e.Monetization.PlacementContentManager.setCurrentAdUnit(a.id,e._currentAdUnit),e._currentAdUnit.onClose.sub
s c r i b e ( f u n c t i o n ( ) { r e t u r n
e.onAdUnitClose()}),e._core.NativeBridge.getPlatform()!==t.IOS||Eb.isAppSheetBroken(e._core.DeviceInfo.getOsV
ersion(),e._core.DeviceInfo.getModel(),f)||(m=Eb.isIOS14(e._core.DeviceInfo.getOsVersion()),(c instanceof T||c
instanceof za)&&!c.getBypassAppSheet()?
e.handleSkadnAttribution(c,c.getAppStoreId()):(c instanceof ta||c instanceof Ec||c instanceof La||c instanceof
yg)&&m&&c.getSkadnAppStoreId()&&e.handleSkadnAttribution(c,c.getSkadnAppStoreId())),na.setPreviousPlacem
entId(e.CampaignManager.getPreviousPlacementId()),e.CampaignManager.setPreviousPlacementId(a.id),e._currentA
d U n i t . s h o w ( d ) . t h e n ( f u n c t i o n ( ) { v a r
a;e.AdRequestManager&&e.AdRequestManager.reportMetricEvent(Ya.Show,{aips:e._allowInvalidationPending.toSt
ring()});null===(a=e.MediationLoadTrackingManager)||
void 0===a?void 0:a.reportAdShown(Cb.isCached(c))}))})};Mb.prototype.handleSkadnAttribution=function(a,c){var
d=this,e=Wb.prepareAppSheetOptions(a,c,this._core.Api.Sdk);this.Store.Api.iOS.AppSheet.prepareImmediate(e).then
( f u n c t i o n ( ) { v a r
a=d.Store.Api.iOS.AppSheet.onClose.subscribe(function(){d.Store.Api.iOS.AppSheet.prepareImmediate(e)});d._curr
entAdUnit.onClose.subscribe(function(){d.Store.Api.iOS.AppSheet.onClose.unsubscribe(a);Yb('backGroundClose')?
d.Store.Api.iOS.AppSheet.destroy():d.Store.Api.iOS.AppSheet.destroy(e)})})};
Mb.prototype.isAttemptingToShowInBackground=function(){var
a=!this._core.FocusManager.isAppForeground(),c=Yb('showInBackGround');return
a&&!c};Mb.prototype.getAdUnitFactory=function(a){a=a.getContentType();return
this.ContentTypeHandlerManager.getFactory(a)};Mb.prototype.getPoddingAdUnitFactory=function(){return new
em(new Zn(this._core,this))};Mb.prototype.showError=function(a,c,d,e){var
f=e.getPlacementId();this._core.Api.Sdk.logError('Show invocation failed:
'+c);this.Api.Listener.sendErrorEvent(Ff[Ff.SHOW_ERROR],
c);a&&this.Api.Listener.sendFinishEvent(f,ja.ERROR);this.Api.ShowApi.sendShowFailedEvent(f,e.getListenerId(),d
,c)};Mb.prototype.loadError=function(a,c){this._core.Api.Sdk.logError('Load invocation failed:
'+c);this.Api.LoadApi.sendInvalidArgumentError(a,c)};Mb.prototype.onAdUnitClose=function(){this._showing=!1};
Mb.prototype.setupTestEnvironment=function(){V.get('serverUrl')&&($d.setTestBaseUrl(V.get('serverUrl')),K.setBa
seUrl(V.get('serverUrl')),la.setBaseUrl(V.get('serverUrl')));V.get('campaignId')&&
K.setCampaignId(V.get('campaignId'));V.get('sessionId')&&(K.setSessionId(V.get('sessionId')),la.setSessionId(V.get(
' s e s s i o n I d ' ) ) ) ; v a r
a=V.get('country');a&&(K.setCountry(a),Aa.setCountry(a));if(a=V.get('countrySubdivision'))K.setCountrySubdivisio
n(a),Aa.setCountrySubdivision(a);V.get('autoSkip')&&ra.setAutoSkip(V.get('autoSkip'));V.get('autoClose')&&M.set
AutoClose(V.get('autoClose'));V.get('autoCloseDelay')&&M.setAutoCloseDelay(V.get('autoCloseDelay'));V.get('forc
edOrientation')&&te.setForcedOrientation(V.get('forcedOrientation'));
V.get('forcedPlayableMRAID')&&ch.setForcedExtendedMRAID(V.get('forcedPlayableMRAID'));if(V.get('creativeU
rl')){H.setTestAuctionProtocol(Ab.V4);a=V.get('creativeUrl');var
c='',d=this._core.NativeBridge.getPlatform();d===t.ANDROID?c=JSON.stringify(yv).replace('{CREATIVE_URL_P
LACEHOLDER}',a):d===t.IOS&&(c=JSON.stringify(zv).replace('{CREATIVE_URL_PLACEHOLDER}',a));K.set
CampaignResponse(c)}if(a=V.get('creativePack'))H.setTestAuctionProtocol(Ab.V5),c=this._core.NativeBridge.getPla
tform(),a=jq.getVideoCreativePackResponse(c,
a),K.setCampaignResponse(a);V.get('debugJsConsole')&&Z.setDebugJsConsole(V.get('debugJsConsole'));V.get('forc
eLoadV5')&&(this._forceLoadV5=!0);V.get('forceEndScreenUrl')&&wc.setForceEndScreenUrl(V.get('forceEndScre
enUrl'));V.get('forceEndScreenType')&&wc.setForceEndScreenType(V.get('forceEndScreenType'))};Mb.prototype.se
tupPrivacyTestEnvironment=function(){var a=this;return cf.setup(new
qj(this._core.Api)).catch(function(){a._core.Api.Sdk.logDebug('Error setting metadata env for
privacy')})};Mb.prototype.isLoadV5Enabled=
f u n c t i o n ( ) { r e t u r n
this.Config.isHeaderBiddingModeEnabled()?!0:nl.isV5Enabled(this._forceLoadV5||this._isPSPTestAppToggleEnable
d)};l.inherits(Cn,y);Cn.prototype.createTokens=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'createTokens',[a])};rj.prototype.reportMetricEvent=function(){};rj
.prototype.reportMetricEventWithTags=function(){};rj.prototype.reportTimingEvent=function(){};rj.prototype.report
TimingEventWithTags=function(){};rj.prototype.sendBatchedEvents=function(){return Promise.resolve([])};
fd.setBaseUrl=function(a){fd._overrideMetricUrl=a};fd.prototype.getMetricUrl=function(a){if(void
0!==fd._overrideMetricUrl)return fd._overrideMetricUrl;var
c=this._clientInfo.getTestMode()?'stg':'prd';a=a.isChineseNetworkOperator()?'unity.cn':'unity3d.com';return'https://sd
k -
diagnostics.'+c+'.mz.internal.'+a+'/v2/metrics'};fd.prototype.createCommonTags=function(){return{sdv:this._clientInf
o.getSdkVersionName(),iso:this._countryIso,plt:t[this._platform]}};fd.prototype.createData=function(a,c,d){return[{n
:a,
v:c,t:d}]};fd.prototype.reportMetricEvent=function(a){this.batchEvent(a)};fd.prototype.reportMetricEventWithTags=
f u n c t i o n ( a , c ) { t h i s . b a t c h E v e n t ( a , v o i d
0,c)};fd.prototype.reportTimingEvent=function(a,c){0<c&&this.batchEvent(a,c)};fd.prototype.reportTimingEventWit
hTags=function(a,c,d){0<c&&this.batchEvent(a,c,d)};fd.prototype.sendBatchedEvents=function(){var
a=[this.sendBatchedMetricEvents()];return Promise.all(a)};fd.prototype.sendBatchedMetricEvents=function(){var
a=this._batchedMetricEvents;this._batchedMetricEvents=
[ ] ; r e t u r n
this.constructAndSendEvents(a)};fd.prototype.batchEvent=function(a,c,d){this._batchedMetricEvents=this._batched
MetricEvents.concat(this.createData(a,c,d));30<=this._batchedMetricEvents.length&&this.sendBatchedMetricEvents(
) } ; f d . p r o t o t y p e . c o n s t r u c t A n d S e n d E v e n t s = f u n c t i o n ( a ) { r e t u r n
0<a.length?(a={m:a,t:this.createCommonTags()},wf.voidResult(this.postToDatadog(a))):Promise.resolve()};fd.protot
ype.postToDatadog=function(a){var c=this._metricUrl;a=JSON.stringify(a);var d=[];d.push(['Content-Type',
' a p p l i c a t i o n / j s o n ' ] ) ; r e t u r n
this._requestManager.post(c,a,d,{retries:2,retryDelay:0,retryWithConnectionEvents:!1,followRedirects:!1})};Rl.hasSe
n t F e a t u r e A v a i l a b i l i t y = f u n c t i o n ( a ) { r e t u r n
a.get(B.PRIVATE,'user.hasSentAvailabilityFeatures').then(function(a){return
a}).catch(function(){return!1})};Rl.sethasSentFeatureAvailability=function(a){a.set(B.PRIVATE,'user.hasSentAvaila
bilityFeatures',!0).then(function(){a.write(B.PRIVATE)})};Rl.sendFeatureAvailability=function(a,c,d,e,f){var
g=this;return this.hasSentFeatureAvailability(a.Storage).then(function(h){if(!h){h=
(e.getPlatform()===t.IOS?d.getAdNetworksPlist():[]).map(function(a){return a.replace(/\.[^/.]+$/,'')});var
k={v:1,mwu:c.isMadeWithUnity(),arCameraPermission:!1,loadApiEnabled:f.getUsePerPlacementLoad()};e.getPlatfo
rm()===t.IOS&&(k.skadids=h);ca.sendEvent('ads.events.availability.v1.json',ec.ANONYMOUS,k).then(function(){g.
sethasSentFeatureAvailability(a.Storage)})}})};l.inherits(Ql,Error);var
If;(function(a){a.CAMPAIGN='campaign';a.FILES='files';a.CAMPAIGNS='campaigns'})(If||(If={}));je.prototype.cle
anCache=
f u n c t i o n ( ) { v a r a = t h i s ; r e t u r n
Promise.all([this.getFilesKeys(),this._core.Cache.getFiles(),this.getCacheCampaigns()]).then(function(c){c=l.makeIte
rator(c);var d=c.next().value,e=c.next().value;c=c.next().value;if(!e||!e.length){var f=0;if(c)for(var g in
c ) c . h a s O w n P r o p e r t y ( g ) & & f + + ; r e t u r n
d&&0<d.length||0<f?a.deleteCacheBookKeepingData():a.cleanCacheBookKeeping()}return
a.cleanCacheBookKeeping().then(function(){var c=[],f=(new Date).getTime()-
18144E5,g=[],h=[],n=0,p=0,q=0;e.sort(function(a,c){return c.mtime-
a . m t i m e } ) ; f o r ( v a r
t=l.makeIterator(e),u=t.next();!u.done;u=t.next())u=u.value,n+=u.size,u.mtime<f||52428800<n?(h.push(u.id),p+=u.siz
e):(g.push(u.id),q+=u.size);0<h.length?a._core.Sdk.logDebug('Unity Ads cache: Deleting '+h.length+' old files
('+p/1024+'kB), keeping '+g.length+' cached files ('+q/1024+'kB)'):a._core.Sdk.logDebug('Unity Ads cache: Keeping
'+g.length+' cached files ('+q/1024+'kB)');var w=!1;h.map(function(e){-
1!==d.indexOf(cc.getFileIdHash(e))&&(c.push(a._core.Storage.delete(B.PRIVATE,
a.makeCacheKey(If.FILES,cc.getFileIdHash(e))).catch(function(){a._core.Sdk.logDebug('Error while removing file
s t o r a g e
entry')})),w=!0);c.push(a._core.Cache.deleteFile(e))});w&&c.push(a._core.Storage.write(B.PRIVATE));g.map(functi
on(d){c.push(a.getFileInfo(d).then(function(c){return!0===c.fullyDownloaded?Promise.all([]):Promise.all([a._core.S
dk.logDebug('Unity ads cache: Deleting partial download
'+d),a._core.Storage.delete(B.PRIVATE,a.makeCacheKey(If.FILES,cc.getFileIdHash(d))).catch(function(){a._core.S
dk.logDebug('Error while removing file storage entry for partially downloaded file')}),
a._core.Storage.write(B.PRIVATE),a._core.Cache.deleteFile(d)])}).catch(function(){return
Promise.all([a._core.Sdk.logDebug('Unity ads cache: Deleting desynced download
' + d ) , a . _ c o r e . C a c h e . d e l e t e F i l e ( d ) ] ) } ) ) } ) ; r e t u r n
Promise.all([a._core.Cache.getFiles(),a.getCacheCampaigns()]).then(function(d){var
e = l . m a k e I t e r a t o r ( d ) ; d = e . n e x t ( ) . v a l u e ; e = e . n e x t ( ) . v a l u e ; v a r
f=[];d.map(function(a){f.push(cc.getFileIdHash(a.id))});d=!1;for(var g in e)if(e.hasOwnProperty(g))for(var h in
e[g])if(e[g].hasOwnProperty(h)&&-1===
f.indexOf(h)){c.push(a._core.Storage.delete(B.PRIVATE,a.makeCacheKey(If.CAMPAIGNS,g)).catch());d=!0;break}
d&&c.push(a._core.Storage.write(B.PRIVATE))}).then(function(){return
Promise.all(c)})})})};je.prototype.writeFileForCampaign=function(a,c){var d=this;return
this._core.Storage.set(B.PRIVATE,this.makeCacheKey(If.CAMPAIGNS,a,cc.getFileIdHash(c)),{extension:cc.getFile
IdExtension(c)}).then(function(){d._core.Storage.write(B.PRIVATE)}).catch(function(){return
Promise.resolve()})};je.prototype.createFileInfo=
function(a,c,d,e){return{fullyDownloaded:a,size:c,totalSize:d,extension:e}};je.prototype.getFileInfo=function(a){retu
r n
this._core.Storage.get(B.PRIVATE,this.makeCacheKey(If.FILES,cc.getFileIdHash(a)))};je.prototype.writeFileEntry=
function(a,c){this._core.Storage.set(B.PRIVATE,this.makeCacheKey(If.FILES,cc.getFileIdHash(a)),c);this._core.Stor
age.write(B.PRIVATE)};je.prototype.removeFileEntry=function(a){this._core.Storage.delete(B.PRIVATE,this.make
CacheKey(If.FILES,cc.getFileIdHash(a)));this._core.Storage.write(B.PRIVATE)};
je.prototype.deleteCacheBookKeepingData=function(){var a=this;return
this._core.Storage.delete(B.PRIVATE,this._rootKey).then(function(){return
a . _ c o r e . S t o r a g e . w r i t e ( B . P R I V A T E ) } ) . c a t c h ( f u n c t i o n ( ) { r e t u r n
Promise.resolve()})};je.prototype.cleanCacheBookKeeping=function(){var a=this;return
this.getKeys().then(function(c){c=c.filter(function(a){return a&&!(a.toUpperCase()in If)}).map(function(c){return
a._core.Storage.delete(B.PRIVATE,a._rootKey+'.'+c)});return 0<c.length?Promise.all(c).catch(function(){return
Promise.resolve()}).then(function(){return a._core.Storage.write(B.PRIVATE)}).catch(function(){return
Promise.resolve()}):
Promise.resolve()}).catch(function(){return Promise.resolve()})};je.prototype.getKeysForKey=function(a,c){return
this._core.Storage.getKeys(B.PRIVATE,a,c).then(function(a){return
a}).catch(function(){return[]})};je.prototype.getKeys=function(){return
this.getKeysForKey(this._rootKey,!1)};je.prototype.getFilesKeys=function(){return
this.getKeysForKey(this.makeCacheKey(If.FILES),!1)};je.prototype.makeCacheKey=function(a,c){for(var
d=[],e=1;e<arguments.length;++e)d[e-1]=arguments[e];e=this._rootKey+
'.'+a;d&&0<d.length&&(e=d.reduce(function(a,c){return a+'.'+c},e));return
e } ; j e . p r o t o t y p e . g e t C a c h e C a m p a i g n s = f u n c t i o n ( ) { r e t u r n
this._core.Storage.get(B.PRIVATE,this.makeCacheKey(If.CAMPAIGNS)).then(function(a){return
a}).catch(function(){return{}})};Jc.prototype.setListenAppForeground=function(a){return
a?this._core.iOS.Notification.addNotificationObserver(Jc._appForegroundNotification,[]):this._core.iOS.Notification.
removeNotificationObserver(Jc._appForegroundNotification)};Jc.prototype.setListenAppBackground=
f u n c t i o n ( a ) { r e t u r n
a?this._core.iOS.Notification.addNotificationObserver(Jc._appBackgroundNotification,[]):this._core.iOS.Notification
.removeNotificationObserver(Jc._appBackgroundNotification)};Jc.prototype.setListenAndroidLifecycle=function(a){
r e t u r n
a?this._core.Android.Lifecycle.register(['onActivityResumed','onActivityPaused']):this._core.Android.Lifecycle.unreg
i s t e r ( ) } ; J c . p r o t o t y p e . s e t L i s t e n S c r e e n = f u n c t i o n ( a ) { r e t u r n
a?this._core.Android.Broadcast.addBroadcastListener(this._screenListener,[this.ACTION_SCREEN_ON]):
this._core.Android.Broadcast.removeBroadcastListener(this._screenListener)};Jc.prototype.isAppForeground=functio
n ( ) { r e t u r n
this._appForeground};Jc.prototype.onNotification=function(a){a===Jc._appForegroundNotification?(this._appForegr
ound=!0,this.onAppForeground.trigger()):a===Jc._appBackgroundNotification&&(this._appForeground=!1,this.onA
ppBackground.trigger())};Jc.prototype.onResume=function(a){this._appForeground=!0;this._topActivity=a;this.onAc
tivityResumed.trigger(a)};Jc.prototype.onPause=function(a){this._topActivity&&
a ! = = t h i s . _ t o p A c t i v i t y | | ( t h i s . _ a p p F o r e g r o u n d = ! 1 , d e l e t e
this._topActivity);this.onActivityPaused.trigger(a)};Jc.prototype.onDestroyed=function(a){this.onActivityDestroyed.t
rigger(a)};Jc.prototype.onBroadcastAction=function(a,c){if(a===this._screenListener)switch(c){case
this.ACTION_SCREEN_ON:this.onScreenOn.trigger()}};Jc._appForegroundNotification='UIApplicationDidBecome
ActiveNotification';Jc._appBackgroundNotification='UIApplicationWillResignActiveNotification';An.prototype.fetch
=function(a,c,d){var e=
t h i s ; c = v o i d 0 = = = c ? ! 0 : c ; v a r f = n e w a ; r e t u r n
this._metaDataCache[f.getCategory()]&&(f=this._metaDataCache[f.getCategory()],!d)?Promise.resolve(f):f.fetch(this
. _ c o r e , d ) . t h e n ( f u n c t i o n ( a ) { i f ( a ) r e t u r n
c&&(e._metaDataCache[f.getCategory()]=f),f})};An.prototype.clearCache=function(a){a?this._metaDataCache[a]&
& ( t h i s . _ m e t a D a t a C a c h e [ a ] = v o i d
0):this._metaDataCache={}};l.inherits(Bn,Za);Bn.prototype.getHeaders=function(a){a=Za.prototype.getHeaders.call(
this,a);a.push(['Accept-Encoding','identity']);return a};Od.onResolveComplete=
function(a,c,d){var e=Od._callbacks[a];e&&(e.resolve([a,c,d]),delete
Od._callbacks[a])};Od.onResolveFailed=function(a,c,d,e){if(c=Od._callbacks[a])c.reject([d,e]),delete
O d . _ c a l l b a c k s [ a ] } ; O d . p r o t o t y p e . r e s o l v e = f u n c t i o n ( a ) { v a r
c=Od._callbackId++,d=this.registerCallback(c);this._core.Resolve.resolve(c.toString(),a);return
d};Od.prototype.registerCallback=function(a){return new Promise(function(c,d){Od._callbacks[a]=new
bi(c,d)})};Od._callbackId=1;Od._callbacks={};zn.prototype.setListenConnectivity=function(a){return
this._core.Connectivity.setListeningStatus(a)};
zn.prototype.onConnected=function(){this._firstConnection+18E5<Date.now()?(this._firstConnection=Date.now(),thi
s._connectionEvents=0,this.onNetworkConnected.trigger()):(this._connectionEvents++,10>=this._connectionEvents?t
his.onNetworkConnected.trigger():11===this._connectionEvents&&this._core.Sdk.logWarning('Unity Ads has
received more than 10 connection events in 30 minutes, now ignoring connection
events'))};l.inherits(oc,R);oc.prototype.getGameId=function(){return this.get('gameId')};oc.prototype.getTestMode=
function(){return this.get('testMode')};oc.prototype.getApplicationVersion=function(){return
this.get('applicationVersion')};oc.prototype.getApplicationName=function(){return
this.get('applicationName')};oc.prototype.getSdkVersion=function(){return
this.get('sdkVersion')};oc.prototype.getSdkVersionName=function(){return
this.get('sdkVersionName')};oc.prototype.isDebuggable=function(){return
this.get('debuggable')};oc.prototype.getConfigUrl=function(){return
this.get('configUrl')};oc.prototype.getWebviewUrl=
function(){return this.get('webviewUrl')};oc.prototype.getWebviewHash=function(){return
this.get('webviewHash')};oc.prototype.getWebviewVersion=function(){return
this.get('webviewVersion')};oc.prototype.getInitTimestamp=function(){return
this.get('initTimestamp')};oc.prototype.getUsePerPlacementLoad=function(){return
this.get('usePerPlacementLoad')};oc.prototype.isReinitialized=function(){return
this.get('reinitialized')};oc.prototype.isMonetizationInUse=function(){return this.get('monetizationInUse')};
oc.prototype.setMonetizationInUse=function(a){this.set('monetizationInUse',a)};oc.prototype.isWebViewUpdateAvai
l a b l e = f u n c t i o n ( ) { r e t u r n
this.get('isWebViewUpdateAvailable')};oc.prototype.getLoadCompleteTimestamp=function(){return
this.get('loadCompleteTimestamp')};oc.prototype.getDTO=function(){return{gameId:this.getGameId(),testMode:this.
getTestMode(),bundleId:this.getApplicationName(),bundleVersion:this.getApplicationVersion(),sdkVersion:this.getS
dkVersion(),sdkVersionName:this.getSdkVersionName(),
encrypted:!this.isDebuggable(),configUrl:this.getConfigUrl(),webviewUrl:this.getWebviewUrl(),webviewHash:this.g
etWebviewHash(),webviewVersion:this.getWebviewVersion(),initTimestamp:this.getInitTimestamp(),reinitialized:thi
s.isReinitialized(),monetizationInUse:this.isMonetizationInUse(),usePerPlacementLoad:this.getUsePerPlacementLoad
(),isWebViewUpdateAvailable:this.isWebViewUpdateAvailable(),loadCompleteTimestamp:this.getLoadCompleteTi
mestamp()}};l.inherits(nf,R);nf.prototype.fetch=function(){var a=
this,c=[];c.push(this.getPreferenceString('unityads-idfi').catch(function(c){return
a.handlePreferenceError(c)}).then(function(c){return a.verifyIdfi(c)}).then(function(c){return
a.set('idfi',c)}).catch(function(c){return a.handleInstallInfoError(c)}));return
P r o m i s e . a l l ( c ) } ; n f . p r o t o t y p e . g e t I d f i = f u n c t i o n ( ) { r e t u r n
this.get('idfi')};nf.prototype.getDTO=function(){return{idfi:this.get('idfi')}};nf.prototype.getPreferenceString=functio
n(a){return this._platform===t.IOS?this._api.iOS.Preferences.getString(a):
this._platform===t.ANDROID?this._api.Android.Preferences.getString('unityads-
installinfo',a):Promise.reject(Error('Preferences API is not supported on current
platform'))};nf.prototype.handlePreferenceError=function(a){return
this._platform===t.IOS&&'COULDNT_GET_VALUE'===a||this._platform===t.ANDROID&&0<a.length&&'COU
LDNT_GET_VALUE'===a[0]?Promise.resolve(''):Promise.reject(a)};nf.prototype.verifyIdfi=function(a){var
c=this;return''===a?this._api.DeviceInfo.getUniqueEventId().then(function(a){a=a.toLowerCase();
c . s e t P r e f e r e n c e S t r i n g ( ' u n i t y a d s - i d f i ' , a ) ; r e t u r n
a}):Promise.resolve(a)};nf.prototype.setPreferenceString=function(a,c){return
this._platform===t.IOS?this._api.iOS.Preferences.setString(c,a):this._platform===t.ANDROID?this._api.Android.Pre
ferences.setString('unityads-installinfo',a,c):Promise.reject(Error('Preferences API is not supported on current
platform'))};nf.prototype.handleInstallInfoError=function(a){this._api.Sdk.logError('InstallInfo failed due to:
'+JSON.stringify(a))};nf.Schema={idfi:['string']};
v a r
Bv={'com.unity3d.player.UnityPlayer':'UnityEngine'},Cv={UnityAppController:'UnityEngine'};l.inherits(Sg,R);Sg.pr
ototype.detectSdks=function(){var a=this,c=this._platform===t.ANDROID?Bv:Cv;return
this._core.ClassDetection.areClassesPresent(Object.keys(c)).then(function(d){d.forEach(function(d){a.set(c[d.class],d
. f o u n d ) } ) } ) . c a t c h ( f u n c t i o n ( c ) { r e t u r n
a.handleDeviceInfoError(c)})};Sg.prototype.getSdkDetectionJSON=function(){return
this.toJSON()};Sg.prototype.handleDeviceInfoError=function(a){this._core.Sdk.logWarning(JSON.stringify(a))};
Sg.prototype.isMadeWithUnity=function(){return!!this.get('UnityEngine')};Sg.prototype.getDTO=function(){return{
UnityEngine:this.get('UnityEngine')}};Sg.Schema={UnityEngine:['boolean','undefined']};l.inherits(mf,R);mf.prototyp
e.fetch=function(a){var c=this;if(this._platform===t.IOS){a=this._core.iOS.Preferences.getString(mf._userIdKey);var
d=this._core.iOS.Preferences.getString(mf._sessionIdKey)}else
d=a+'.v2.playerprefs',a=this._core.Android.Preferences.getString(d,mf._userIdKey),d=this._core.Android.Preferences.
getString(d,
mf._sessionIdKey);a=a.then(function(a){c.set('analyticsUserId',a)}).catch(function(){});d=d.then(function(a){c.set('an
a l y t i c s S e s s i o n I d ' , a ) } ) . c a t c h ( f u n c t i o n ( ) { } ) ; r e t u r n
Promise.all([a,d])};mf.prototype.getAnalyticsUserId=function(){return
this.get('analyticsUserId')};mf.prototype.getAnalyticsSessionId=function(){return
this.get('analyticsSessionId')};mf.prototype.getDTO=function(){return{analyticsUserId:this.getAnalyticsUserId(),anal
yticsSessionId:this.getAnalyticsSessionId()}};mf._userIdKey='unity.cloud_userid';
m f . _ s e s s i o n I d K e y = ' u n i t y . p l a y e r _ s e s s i o n i d ' ; v a r
Dv=Jo.getState().setClientInfo,mj;(function(a){a[a.Unknown=0]='Unknown';a[a.GameIdDisabled=1]='GameIdDisabl
ed';a[a.ConfigurationError=2]='ConfigurationError';a[a.InvalidArgument=3]='InvalidArgument'})(mj||(mj={}));var
Ml;(function(a){a[a.InitQueueNull=0]='InitQueueNull';a[a.InitQueueNotEmpty=1]='InitQueueNotEmpty';a[a.Missing
LatestConfig=2]='MissingLatestConfig';a[a.BackgroundDownloadStarted=3]='BackgroundDownloadStarted'})(Ml||(
Ml={}));l.inherits(lf,
y);lf.prototype.loadComplete=function(){return S(this,void 0,void 0,function c(){var d=this,e;return
l.generator.createGenerator(c,function(c){if(1==c.nextAddress)return
c.yield(d._nativeBridge.invoke(d._fullApiClassName,'loadComplete'),2);e=c.yieldResult;Dv(e);return
c.return(e)})})};lf.prototype.initComplete=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'initComplete')};lf.prototype.initError=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'initError',
[ a , c ] ) } ; l f . p r o t o t y p e . s e t D e b u g M o d e = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setDebugMode',[a])};lf.prototype.logError=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'logError',[a])};lf.prototype.logWarning=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'logWarning',[a])};lf.prototype.logInfo=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'logInfo',[a])};lf.prototype.logDebug=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,
'logDebug',[a])};lf.prototype.reinitialize=function(){this._nativeBridge.invoke(this._fullApiClassName,'reinitialize')};
l f . p r o t o t y p e . d o w n l o a d L a t e s t W e b V i e w = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'downloadLatestWebView').then(function(a){return
a } ) } ; T p . p a r s e = f u n c t i o n ( a ) { r e t u r n n e w
Fc({enabled:a.enabled,country:a.country,subdivision:a.subdivision,coppaCompliant:a.coppaCompliant,abGroup:a.ab
Group,properties:a.properties,analytics:!!a.analytics,test:!!a.test,projectId:a.projectId,
appStoreId:a.appStoreId,token:a.token,organizationId:a.organizationId,developerId:a.developerId,featureFlags:a.flags|
|[],coppaOverriden:!!a.coppaOverriden,experimentation:a.experimentation||{}})};Pl.prototype.queue=function(a){var
c=this,d=a.getType();a=a.getBatch();0!==a.commands.length&&(d===B.PUBLIC?this._publicStorageQueue.comma
nds=this._publicStorageQueue.commands.concat(a.commands):this._privateStorageQueue.commands=this._privateSt
orageQueue.commands.concat(a.commands),this._storageBatchTimer||
(this._storageBatchTimer=window.setTimeout(function(){c.executeBatch(B.PUBLIC,c._publicStorageQueue);c.exec
u t e B a t c h ( B . P R I V A T E , c . _ p r i v a t e S t o r a g e Q u e u e ) ; d e l e t e
c._storageBatchTimer},this._storageBatchInterval)))};Pl.prototype.isEmpty=function(){return
0===this._publicStorageQueue.commands.length&&0===this._privateStorageQueue.commands.length};Pl.prototype.
e x e c u t e B a t c h = f u n c t i o n ( a , c ) { i f ( 0 ! = = c . c o m m a n d s . l e n g t h ) { v a r
d;c=l.makeIterator(c.commands);for(d=c.next();!d.done;d=c.next())d=d.value,d.type===nk.SET?
this._core.Storage.set(a,d.key,d.value):d.type===nk.DELETE&&this._core.Storage.delete(a,d.key);this._core.Storage.
write(a);a===B.PUBLIC?(this._publicStorageQueue={commands:[]},this.onPublicStorageWrite.trigger()):(this._priv
ateStorageQueue={commands:[]},this.onPrivateStorageWrite.trigger())}};var
Ev={enabled:!0,coppaCompliant:!1,assetCaching:'disabled',projectId:'0a379f5a-c4fa-4f7f-a5c1-
e49fd3dd63d4',gdprEnabled:!1,optOutEnabled:!1,optOutRecorded:!1,placements:[{id:'defaultVideoAndPictureZone',
name:'Placement',
'default':!0,allowSkip:!0,disableBackButton:!0,muteVideo:!1,useDeviceOrientationForVideo:!1,adTypes:['MRAID','V
IDEO'],skipInSeconds:5},{id:'incentivizedZone',name:'Placement','default':!1,allowSkip:!1,disableBackButton:!0,mut
eVideo:!1,useDeviceOrientationForVideo:!1,adTypes:['MRAID','VIDEO']}],properties:'tynbvvQLwnpf382fQqw4MzI
k8YYdMj8DWebgn+QoOgpVVRYNFXY=',country:'FI',subdivision:'Korso',abGroup:0,token:'abcd.1234.5678',organ
izationId:'5552368'},Op;(Op||(Op={})).ReportNativeError='REPORT_NATIVE_ERROR';
l.inherits(xn,y);xn.prototype.handleEvent=function(a,c){switch(a){case
Op.ReportNativeError:break;default:y.prototype.handleEvent.call(this,a,c)}};var
qn;(function(a){a[a.ACTION=0]='ACTION'})(qn||(qn={}));l.inherits(ti,y);ti.prototype.addBroadcastListener=function
( a , c ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'addBroadcastListener',[a,c])};ti.prototype.addDataSchemeBroadca
stListener=function(a,c,d){return this._nativeBridge.invoke(this._fullApiClassName,'addBroadcastListener',[a,c,
d])};ti.prototype.removeBroadcastListener=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'removeBroadcastListener',[a])};ti.prototype.removeAllBroadcastL
i s t e n e r s = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'removeAllBroadcastListeners',[])};ti.prototype.handleEvent=funct
ion(a,c){a===qn[qn.ACTION]?this.onBroadcastAction.trigger(c[0],c[1],c[2],c[3]):y.prototype.handleEvent.call(this,a
, c ) } ; v a r
Yr;(function(a){a[a.FLAG_GRANT_READ_URI_PERMISSION=1]='FLAG_GRANT_READ_URI_PERMISSION'
;
a[a.FLAG_ACTIVITY_NEW_TASK=268435456]='FLAG_ACTIVITY_NEW_TASK'})(Yr||(Yr={}));l.inherits(Ik,y)
; I k . p r o t o t y p e . l a u n c h = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'launch',[a])};Ik.prototype.canOpenIntent=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'canOpenIntent',[a])};Ik.prototype.canOpenIntents=function(a){ret
urn this._nativeBridge.invoke(this._fullApiClassName,'canOpenIntents',[a])};var
Zr;(function(a){a[a.APPLICATION_NULL=0]='APPLICATION_NULL';a[a.LISTENER_NOT_NULL=
1]='LISTENER_NOT_NULL';a[a.JSON_ERROR=2]='JSON_ERROR'})(Zr||(Zr={}));var
Nd;(function(a){a[a.CREATED=0]='CREATED';a[a.STARTED=1]='STARTED';a[a.RESUMED=2]='RESUMED';a[
a.PAUSED=3]='PAUSED';a[a.STOPPED=4]='STOPPED';a[a.SAVE_INSTANCE_STATE=5]='SAVE_INSTANCE
_STATE';a[a.DESTROYED=6]='DESTROYED'})(Nd||(Nd={}));l.inherits(Jk,y);Jk.prototype.register=function(a){ret
urn this._nativeBridge.invoke(this._fullApiClassName,'register',[a])};Jk.prototype.unregister=function(){return
this._nativeBridge.invoke(this._fullApiClassName,
'unregister')};Jk.prototype.handleEvent=function(a,c){switch(a){case
Nd[Nd.CREATED]:this.onActivityCreated.trigger(c[0]);break;case
Nd[Nd.STARTED]:this.onActivityStarted.trigger(c[0]);break;case
Nd[Nd.RESUMED]:this.onActivityResumed.trigger(c[0]);break;case
Nd[Nd.PAUSED]:this.onActivityPaused.trigger(c[0]);break;case
Nd[Nd.STOPPED]:this.onActivityStopped.trigger(c[0]);break;case
Nd[Nd.SAVE_INSTANCE_STATE]:this.onActivitySaveInstanceState.trigger(c[0]);break;case
Nd[Nd.DESTROYED]:this.onActivityDestroyed.trigger(c[0]);
break;default:y.prototype.handleEvent.call(this,a,c)}};l.inherits(he,y);he.prototype.hasKey=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'hasKey',[a,c])};he.prototype.getString=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'getString',[a,c])};he.prototype.setString=function(a,c,d){return
this._nativeBridge.invoke(this._fullApiClassName,'setString',[a,c,d])};he.prototype.getInt=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'getInt',
[ a , c ] ) } ; h e . p r o t o t y p e . s e t I n t = f u n c t i o n ( a , c , d ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setInt',[a,c,d])};he.prototype.getLong=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'getLong',[a,c])};he.prototype.setLong=function(a,c,d){return
this._nativeBridge.invoke(this._fullApiClassName,'setLong',[a,c,d])};he.prototype.getBoolean=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'getBoolean',[a,c])};he.prototype.setBoolean=function(a,c,d){retur
n this._nativeBridge.invoke(this._fullApiClassName,
'setBoolean',[a,c,d])};he.prototype.getFloat=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'getFloat',[a,c])};he.prototype.setFloat=function(a,c,d){return
this._nativeBridge.invoke(this._fullApiClassName,'setFloat',[a,c,new
t c ( d ) ] ) } ; h e . p r o t o t y p e . r e m o v e K e y = f u n c t i o n ( a , c ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'removeKey',[a,c])};l.inherits(vn,y);vn.prototype.areClassesPresent
=function(a){return this._nativeBridge.invoke(this._fullApiClassName,'areClassesPresent',
[ a ] ) } ; v a r
ri;(function(a){a[a.CONNECTED=0]='CONNECTED';a[a.DISCONNECTED=1]='DISCONNECTED';a[a.NETWOR
K_CHANGE=2]='NETWORK_CHANGE'})(ri||(ri={}));l.inherits(Nl,y);Nl.prototype.setListeningStatus=function(a){
r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setConnectionMonitoring',[a])};Nl.prototype.handleEvent=functio
n(a,c){switch(a){case ri[ri.CONNECTED]:this.onConnected.trigger(c[0],c[1]);break;case
ri[ri.DISCONNECTED]:this.onDisconnected.trigger();break;case
ri[ri.NETWORK_CHANGE]:break;default:y.prototype.handleEvent.call(this,
a , c ) } } ; v a r
$r;(function(a){a[a.Unspecified=0]='Unspecified';a[a.Light=1]='Light';a[a.Dark=2]='Dark'})($r||($r={}));l.inherits(Xb
, y ) ; X b . p r o t o t y p e . g e t S c r e e n S c a l e = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getScreenScale')};Xb.prototype.getUserInterfaceIdiom=function()
{ r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getUserInterfaceIdiom')};Xb.prototype.getDeviceVolume=functio
n(){return this._nativeBridge.invoke(this._fullApiClassName,'getDeviceVolume')};Xb.prototype.checkIsMuted=
f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'checkIsMuted')};Xb.prototype.getFreeSpace=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getFreeSpace')};Xb.prototype.getTotalSpace=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getTotalSpace')};Xb.prototype.isSimulator=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'isSimulator')};Xb.prototype.getSensorList=function(){return
this._nativeBridge.invoke(this._fullApiClassName,
'getSensorList')};Xb.prototype.getStatusBarHeight=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getStatusBarHeight')};Xb.prototype.getStatusBarWidth=function(
) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getStatusBarWidth')};Xb.prototype.isStatusBarHidden=function()
{ r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'isStatusBarHidden')};Xb.prototype.getDeviceMaxVolume=functi
on(){return this._nativeBridge.invoke(this._fullApiClassName,'getDeviceMaxVolume')};
X b . p r o t o t y p e . g e t D e v i c e N a m e = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getDeviceName')};Xb.prototype.getVendorIdentifier=function(){r
e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getVendorIdentifier')};Xb.prototype.getCurrentUITheme=function
( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getCurrentUITheme')};Xb.prototype.getLocaleList=function(){ret
urn this._nativeBridge.invoke(this._fullApiClassName,'getLocaleList')};Xb.prototype.getAdNetworkIdsPlist=
f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getAdNetworkIdsPlist')};Xb.prototype.getSystemBootTime=funct
i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getSystemBootTime')};Xb.prototype.registerVolumeChangeListe
n e r = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'registerVolumeChangeListener')};Xb.prototype.unregisterVolume
C h a n g e L i s t e n e r = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'unregisterVolumeChangeListener')};Xb.prototype.handleEvent=
function(a,c){switch(a){case ii[ii.VOLUME_CHANGED]:this.onVolumeChanged.trigger(c[0],c[1]);break;case
ii[ii.MUTE_STATE_RECEIVED]:this.onMuteChanged.trigger(c[0]);break;default:y.prototype.handleEvent.call(this,
a,c)}};l.inherits(ub,y);ub.prototype.getAdvertisingTrackingId=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getAdvertisingTrackingId')};ub.prototype.getLimitAdTrackingFla
g = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getLimitAdTrackingFlag')};ub.prototype.getOsVersion=
f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getOsVersion')};ub.prototype.getModel=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getModel')};ub.prototype.getScreenWidth=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getScreenWidth')};ub.prototype.getScreenHeight=function(){retur
n
this._nativeBridge.invoke(this._fullApiClassName,'getScreenHeight')};ub.prototype.getTimeZone=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,
'getTimeZone',[a])};ub.prototype.getTimeZoneOffset=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getTimeZoneOffset')};ub.prototype.getConnectionType=function(
) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getConnectionType')};ub.prototype.getNetworkType=function(){r
e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getNetworkType')};ub.prototype.getNetworkOperator=function(){
return this._nativeBridge.getPlatform()===t.IOS?this._nativeBridge.invoke(this._fullApiClassName,
'getNetworkOperator').then(function(a){return'string'===typeof
a?a:''}):this._nativeBridge.invoke(this._fullApiClassName,'getNetworkOperator')};ub.prototype.getNetworkOperator
N a m e = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.getPlatform()===t.IOS?this._nativeBridge.invoke(this._fullApiClassName,'getNetworkOperatorNa
m e ' ) . t h e n ( f u n c t i o n ( a ) { r e t u r n ' s t r i n g ' = = = t y p e o f
a?a:''}):this._nativeBridge.invoke(this._fullApiClassName,'getNetworkOperatorName')};ub.prototype.isRooted=functi
on(){return this._nativeBridge.invoke(this._fullApiClassName,
'isRooted')};ub.prototype.getUniqueEventId=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getUniqueEventId')};ub.prototype.getHeadset=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getHeadset')};ub.prototype.getSystemLanguage=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getSystemLanguage')};ub.prototype.getScreenBrightness=functio
n(){return this._nativeBridge.invoke(this._fullApiClassName,'getScreenBrightness')};ub.prototype.getBatteryLevel=
f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getBatteryLevel')};ub.prototype.getBatteryStatus=function(){retur
n
this._nativeBridge.invoke(this._fullApiClassName,'getBatteryStatus')};ub.prototype.getFreeMemory=function(){retur
n
this._nativeBridge.invoke(this._fullApiClassName,'getFreeMemory')};ub.prototype.getTotalMemory=function(){retur
n
this._nativeBridge.invoke(this._fullApiClassName,'getTotalMemory')};ub.prototype.getGLVersion=function(){return
this._nativeBridge.invoke(this._fullApiClassName,
'getGLVersion')};ub.prototype.getCPUCount=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getCPUCount')};ub.prototype.getUptime=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getUptime')};ub.prototype.getElapsedRealtime=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'getElapsedRealtime')};l.inherits(Ol,y);Ol.prototype.getDataForKe
ysContaining=function(a){return this._nativeBridge.invoke(this._fullApiClassName,'getDataForKeysContaining',
[ a ] ) } ; O l . p r o t o t y p e . g e t D a t a F o r K e y = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getDataForKey',[a])};var
rn;(function(a){a[a.ACTION=0]='ACTION'})(rn||(rn={}));l.inherits(Dh,y);Dh.prototype.addNotificationObserver=fu
n c t i o n ( a , c ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'addNotificationObserver',[a,c])};Dh.prototype.removeNotification
O b s e r v e r = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'removeNotificationObserver',[a])};Dh.prototype.removeAllNotific
ationObservers=
f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'removeAllNotificationObservers')};Dh.prototype.addAVNotificati
o n O b s e r v e r = f u n c t i o n ( a , c ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'addAVNotificationObserver',[a,c])};Dh.prototype.removeAVNoti
f i c a t i o n O b s e r v e r = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'removeAVNotificationObserver',[a])};Dh.prototype.handleEvent=
function(a,c){switch(a){case rn[rn.ACTION]:this.onNotification.trigger(c[0],c[1]);
break;default:y.prototype.handleEvent.call(this,a,c)}};l.inherits(ie,y);ie.prototype.hasKey=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'hasKey',[a])};ie.prototype.getString=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'getString',[a])};ie.prototype.setString=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'setString',[a,c])};ie.prototype.getInt=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'getInt',[a])};ie.prototype.setInt=
f u n c t i o n ( a , c ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setInt',[a,c])};ie.prototype.getLong=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'getLong',[a])};ie.prototype.setLong=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'setLong',[a,c])};ie.prototype.getBoolean=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'getBoolean',[a])};ie.prototype.setBoolean=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,
'setBoolean',[a,c])};ie.prototype.getFloat=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'getFloat',[a])};ie.prototype.setFloat=function(a,c){return
this._nativeBridge.invoke(this._fullApiClassName,'setFloat',[new
t c ( a ) , c ] ) } ; i e . p r o t o t y p e . r e m o v e K e y = f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'removeKey',[a])};l.inherits(Kk,y);Kk.prototype.available=function
(){return this._nativeBridge.invoke(this._fullApiClassName,'available',[])};Kk.prototype.updateConversionValue=
f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'updateConversionValue',[a])};Kk.prototype.registerAppForAdNet
w o r k A t t r i b u t i o n = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'registerAppForAdNetworkAttribution',[])};l.inherits(pj,y);pj.proto
t y p e . a v a i l a b l e = f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'available',[])};pj.prototype.getTrackingAuthorizationStatus=functi
on(){return this._nativeBridge.invoke(this._fullApiClassName,'getTrackingAuthorizationStatus',
[])};pj.prototype.requestTrackingAuthorization=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'requestTrackingAuthorization',[])};pj.prototype.handleEvent=func
t i o n ( a , c ) { s w i t c h ( a ) { c a s e
'TRACKING_AUTHORIZATION_RESPONSE':this.onTrackingAuthorizationStatus.trigger(c[0]);break;default:y.pro
totype.handleEvent.call(this,a,c)}};l.inherits(yn,y);yn.prototype.open=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'open',[a])};l.inherits(wn,y);wn.prototype.sendErrorEvent=
function(a,c){return this._nativeBridge.invoke(this._fullApiClassName,'sendErrorEvent',[a,c])};var
as;(function(a){a[a.PERMISSIONS_RESULT=0]='PERMISSIONS_RESULT';a[a.PERMISSIONS_ERROR=1]='PE
RMISSIONS_ERROR'})(as||(as={}));var bs;(function(a){a[a.PERMISSION_DENIED=-
1]='PERMISSION_DENIED';a[a.PERMISSION_DENIED_APP_OP=-
2]='PERMISSION_DENIED_APP_OP';a[a.PERMISSION_GRANTED=0]='PERMISSION_GRANTED'})(bs||(bs={
} ) ) ; v a r
Pg;(function(a){a.CAMERA='android.permission.CAMERA';a.RECORD_AUDIO='android.permission.RECORD_A
UDIO';
a.READ_PHONE_STATE='android.permission.READ_PHONE_STATE';a.WRITE_EXTERNAL_STORAGE='andr
oid.permission.WRITE_EXTERNAL_STORAGE'})(Pg||(Pg={}));l.inherits(Lk,y);Lk.prototype.getPermissions=funct
i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getPermissions')};Lk.prototype.checkPermission=function(a){retu
r n
this._nativeBridge.invoke(this._fullApiClassName,'checkPermission',[a])};Lk.prototype.requestPermissions=function(
a,c){return this._nativeBridge.invoke(this._fullApiClassName,'requestPermissions',
[a,c])};var si;(function(a){a.AVMediaTypeVideo='vide';a.AVMediaTypeAudio='soun'})(si||(si={}));var
sn;(function(a){a.Camera='NSCameraUsageDescription';a.Audio='NSMicrophoneUsageDescription'})(sn||(sn={}));l.i
nherits(oj,y);oj.prototype.checkPermission=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'checkPermission',[a])};oj.prototype.requestPermission=function(a
){return this._nativeBridge.invoke(this._fullApiClassName,'requestPermission',[a])};var
Qg;(function(a){a[a.UNKNOWN=0]=
'UNKNOWN';a[a.DENIED=1]='DENIED';a[a.ACCEPTED=2]='ACCEPTED';a[a.NOT_IN_MANIFEST=3]='NOT_I
N _ M A N I F E S T ' } ) ( Q g | | ( Q g = { } ) ) ; v a r
nc;(function(a){a.CAMERA='camera';a.AUDIO='audio';a.WRITE_EXTERNAL_STORAGE='write_external_storage
';a.READ_PHONE_STATE='read_phone_state';a.INVALID='invalid'})(nc||(nc={}));fc.checkPermissionInManifest=f
u n c t i o n ( a , c , d ) { d = f c . g e t P l a t f o r m P e r m i s s i o n ( a , d ) ; r e t u r n
a===t.ANDROID?fc.checkAndroidPermissionInManifest(c,d):a===t.IOS?fc.checkIosPermissionInManifest(c,d):Pro
mise.resolve(!1)};fc.checkPermissions=
f u n c t i o n ( a , c , d ) { r e t u r n
a===t.ANDROID?fc.checkAndroidPermission(c,d):a===t.IOS?fc.checkIosPermission(c,d):Promise.resolve(Qg.DENI
ED)};fc.requestPermission=function(a,c,d){var e=fc.getPlatformPermission(a,d);return
e===nc.INVALID?Promise.reject(nc.INVALID):a===t.ANDROID?(c.Permissions.permissionRequestCode+=1,c.An
droid.Preferences.setBoolean(fc.ANDROID_PERMISSIONS_ASKED_KEY,d.toString(),!0).then(function(){return
c.Permissions.Android.requestPermissions([e],c.Permissions.permissionRequestCode)})):a===
t.IOS?c.Permissions.Ios.requestPermission(e):Promise.resolve()};fc.getCommonPermission=function(a){return
a===si.AVMediaTypeVideo?nc.CAMERA:a===si.AVMediaTypeAudio?nc.AUDIO:a===Pg.CAMERA?nc.CAMER
A:a===Pg.RECORD_AUDIO?nc.AUDIO:a===Pg.WRITE_EXTERNAL_STORAGE?nc.WRITE_EXTERNAL_ST
ORAGE:a===Pg.READ_PHONE_STATE?nc.READ_PHONE_STATE:nc.INVALID};fc.checkAndroidPermissionIn
Manifest=function(a,c){return a.Permissions.Android.getPermissions().then(function(a){return
a.some(function(a){return a===c})}).catch(function(){return!1})};
fc.checkIosPermissionInManifest=function(a,c){var d='';if(c===si.AVMediaTypeVideo)d=sn.Camera;else
if(c===si.AVMediaTypeAudio)d=sn.Audio;else return Promise.resolve(!1);return
a.iOS.MainBundle.getDataForKey(d).then(function(a){return''!==a[0]}).catch(function(){return!1})};fc.checkAndroi
dPermission=function(a,c){var d=fc.getPlatformPermission(t.ANDROID,c);return
d = = = n c . I N V A L I D ? P r o m i s e . r e j e c t ( n c . I N V A L I D ) : n e w
Promise(function(e){a.Permissions.Android.checkPermission(d).then(function(d){0===d?e(Qg.ACCEPTED):
a.Android.Preferences.hasKey(fc.ANDROID_PERMISSIONS_ASKED_KEY,c.toString()).then(function(a){a?e(Qg.
DENIED):e(Qg.UNKNOWN)})}).catch(function(){e(Qg.UNKNOWN)})})};fc.checkIosPermission=function(a,c){c=
f c . g e t P l a t f o r m P e r m i s s i o n ( t . I O S , c ) ; r e t u r n
c===nc.INVALID?Promise.reject(nc.INVALID):a.Permissions.Ios.checkPermission(c).then(function(a){return
3===a?Qg.ACCEPTED:0===a?Qg.UNKNOWN:Qg.DENIED})};fc.getPlatformPermission=function(a,c){a=a===t.
ANDROID;return c===nc.CAMERA?a?Pg.CAMERA:si.AVMediaTypeVideo:c===
nc.AUDIO?a?Pg.RECORD_AUDIO:si.AVMediaTypeAudio:c===nc.READ_PHONE_STATE?a?Pg.READ_PHON
E_STATE:nc.INVALID:c===nc.WRITE_EXTERNAL_STORAGE?a?Pg.WRITE_EXTERNAL_STORAGE:nc.INV
ALID:nc.INVALID};fc.ANDROID_PERMISSIONS_ASKED_KEY='unity-ads-permissions-asked';var
Ek;(function(a){a[a.PERMISSIONS_RESULT=0]='PERMISSIONS_RESULT';a[a.PERMISSIONS_ERROR=1]='PE
RMISSIONS_ERROR'})(Ek||(Ek={}));l.inherits(nj,y);nj.prototype.handleEvent=function(a,c){switch(a){case
Ek[Ek.PERMISSIONS_RESULT]:if(this._currentPlatform===t.ANDROID)this.onAndroidPermissionsResult(c[0],
c[1],c[2]);else this.onIosPermissionsResult(c[0],c[1]);break;case
Ek[Ek.PERMISSIONS_ERROR]:this.onAndroidPermissionsError('ERROR');break;default:y.prototype.handleEvent.c
all(this,a,c)}};nj.prototype.onAndroidPermissionsResult=function(a,c,d){a===this.permissionRequestCode&&(a=fc.g
etCommonPermission(c[0]),this.onPermissionsResult.trigger(a,-
1!==d[0]))};nj.prototype.onAndroidPermissionsError=function(a){this.onPermissionsResult.trigger(a,!1)};nj.prototyp
e.onIosPermissionsResult=function(a,c){a=fc.getCommonPermission(a);
this.onPermissionsResult.trigger(a,c)};l.inherits(Hk,y);Hk.prototype.setMaximumPoolSize=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'setMaximumPoolSize',[a])};Hk.prototype.setKeepAliveTime=fun
ction(a){return this._nativeBridge.invoke(this._fullApiClassName,'setKeepAliveTime',[a])};var
Fk;(function(a){a[a.COMPLETE=0]='COMPLETE';a[a.FAILED=1]='FAILED'})(Fk||(Fk={}));l.inherits(kf,y);kf.prot
o t y p e . g e t = f u n c t i o n ( a , c , d , e , f ) { r e t u r n
this._nativeBridge.getPlatform()===t.IOS?this._nativeBridge.invoke(this._fullApiClassName,
'get',[a,c,d,e]):this._nativeBridge.invoke(this._fullApiClassName,'get',[a,c,d,e,f])};kf.prototype.post=function(a,c,d,e,f,
g ) { r e t u r n
this._nativeBridge.getPlatform()===t.IOS?this._nativeBridge.invoke(this._fullApiClassName,'post',[a,c,d,e,f]):this._n
ativeBridge.invoke(this._fullApiClassName,'post',[a,c,d,e,f,g])};kf.prototype.head=function(a,c,d,e,f){return
this._nativeBridge.getPlatform()===t.IOS?this._nativeBridge.invoke(this._fullApiClassName,'head',[a,c,d,e]):this._na
tiveBridge.invoke(this._fullApiClassName,
'head',[a,c,d,e,f])};kf.prototype.setConnectTimeout=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'setConnectTimeout',[a])};kf.prototype.getConnectTimeout=functi
o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getConnectTimeout')};kf.prototype.setReadTimeout=function(a){r
e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setReadTimeout',[a])};kf.prototype.getReadTimeout=function(){r
e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getReadTimeout')};kf.prototype.setConcurrentRequestCount=
f u n c t i o n ( a ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'setConcurrentRequestCount',[a])};kf.prototype.handleEvent=funct
ion(a,c){switch(a){case Fk[Fk.COMPLETE]:this.onComplete.trigger(c[0],c[1],c[2],c[3],c[4]);break;case
Fk[Fk.FAILED]:this.onFailed.trigger(c[0],c[1],c[2]);break;default:y.prototype.handleEvent.call(this,a,c)}};var
Gk;(function(a){a[a.COMPLETE=0]='COMPLETE';a[a.FAILED=1]='FAILED'})(Gk||(Gk={}));l.inherits(Ch,y);Ch.p
rototype.resolve=function(a,c){return this._nativeBridge.invoke(this._fullApiClassName,
'resolve',[a,c])};Ch.prototype.handleEvent=function(a,c){switch(a){case
Gk[Gk.COMPLETE]:this.onComplete.trigger(c[0],c[1],c[2]);break;case
Gk[Gk.FAILED]:this.onFailed.trigger(c[0],c[1],c[2],c[3]);break;default:y.prototype.handleEvent.call(this,a,c)}};l.inhe
rits(jf,y);jf.prototype.startAccelerometerUpdates=function(a){return
this._nativeBridge.invoke(this._fullApiClassName,'startAccelerometerUpdates',[a])};l.inherits(Wa,y);Wa.prototype.st
artAccelerometerUpdates=function(a){return this._nativeBridge.invoke(this._fullApiClassName,
'startAccelerometerUpdates',[a])};l.inherits(cg,y);cg.prototype.stopAccelerometerUpdates=function(){return
this._nativeBridge.invoke(this._fullApiClassName,'stopAccelerometerUpdates')};cg.prototype.isAccelerometerActive
= f u n c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'isAccelerometerActive')};cg.prototype.getAccelerometerData=fun
c t i o n ( ) { r e t u r n
this._nativeBridge.invoke(this._fullApiClassName,'getAccelerometerData')};Ra.prototype.createEmptyHeaderBiddin
gTokenQueue=function(){(new Cn(this.NativeBridge)).createTokens([])};
Ra.prototype.initialize=function(){var a=this;n.initialize();var c=window.performance.now(),d=new Vc;return
this.Api.Sdk.loadComplete().then(function(c){a.createEmptyHeaderBiddingTokenQueue();a.ClientInfo=new
oc(c);Uk.initialize(a.ClientInfo);if(!/^\d+$/.test(a.ClientInfo.getGameId()))return Promise.reject(new
Ql(mj.InvalidArgument,"Unity Ads SDK fail to initialize due to provided Game ID '"+a.ClientInfo.getGameId()+"' is
invalid. Game ID may contain only digits (0-9)."));a.NativeBridge.getPlatform()===
t.ANDROID?(a.DeviceInfo=new ea(a.Api),a.RequestManager=new
H(a.NativeBridge.getPlatform(),a.Api,a.WakeUpManager,a.DeviceInfo)):a.NativeBridge.getPlatform()===t.IOS&&(a
. D e v i c e I n f o = n e w W ( a . A p i ) , a . R e q u e s t M a n a g e r = n e w
H(a.NativeBridge.getPlatform(),a.Api,a.WakeUpManager));Iu(a.ClientInfo.getGameId())?a.CacheManager=new
Bn(a.Api,a.WakeUpManager,a.RequestManager,a.CacheBookkeeping):a.CacheManager=new
Za(a.Api,a.WakeUpManager,a.RequestManager,a.CacheBookkeeping);a.UnityInfo=new
mf(a.NativeBridge.getPlatform(),
a.Api);a.InstallInfo=new nf(a.NativeBridge.getPlatform(),a.Api);a.SdkDetectionInfo=new
Sg(a.NativeBridge.getPlatform(),a.Api);ca.setRequest(a.RequestManager);ca.setPlatform(a.NativeBridge.getPlatform(
));ca.setClientInfo(a.ClientInfo);a.NativeBridge.getPlatform()===t.ANDROID&&a.Api.Request.Android.setKeepAli
veTime(1E4);a.Api.Request.setConcurrentRequestCount(8);d.reset();d.start();Cj.setState({storageApi:a.Api.Storage})
;return Promise.all([a.DeviceInfo.fetch(),a.InstallInfo.fetch(),a.SdkDetectionInfo.detectSdks(),
a.UnityInfo.fetch(a.ClientInfo.getApplicationName()),wa(a.Api)])}).then(function(){d.stopAndSend(Cf.WebviewIniti
alizationPhases,{wel:'undefined',stg:'device_info_collection'});ca.setDeviceInfo(a.DeviceInfo);a.WakeUpManager.set
ListenConnectivity(!0);a.Api.Sdk.logInfo('mediation detection
is:'+a.SdkDetectionInfo.getSdkDetectionJSON());a.NativeBridge.getPlatform()===t.IOS?(a.FocusManager.setListen
AppForeground(!0),a.FocusManager.setListenAppBackground(!0)):(a.FocusManager.setListenScreen(!0),a.FocusMa
nager.setListenAndroidLifecycle(!0));
a . C o n f i g M a n a g e r = n e w
Aa(a.NativeBridge.getPlatform(),a.Api,a.MetaDataManager,a.ClientInfo,a.DeviceInfo,a.UnityInfo,a.RequestManager,
a . I n s t a l l I n f o ) ; d . r e s e t ( ) ; d . s t a r t ( ) ; v a r
c=V.get('creativeUrl')?Promise.resolve(Ev):a.ConfigManager.getConfig();c=c.then(function(c){var
e;d.stopAndSend(Cf.WebviewInitializationPhases,{wel:'undefined',stg:'config_request_received'});var
f = T p . p a r s e ( c ) ; i f ( f . i s C o p p a O v e r r i d e n ( ) ) { v a r
g=a.ClientInfo.getGameId();a.ClientInfo.set('gameId','4032380'===g?'4044720':g)}a.Api.Sdk.logInfo('Received
configuration for token '+
f.getToken()+' (A/B group '+JSON.stringify(null===(e=ab.getState().config)||void 0===e?void
0:e.abGroup)+')');return[c,f]});var f=a.CacheBookkeeping.cleanCache().catch(function(c){a.Api.Sdk.logError('Unity
Ads cleaning cache failed: '+c)});return Promise.all([c,f])}).then(function(d){d=l.makeIterator(d);var
e=l.makeIterator(d.next().value);d=e.next().value;e=e.next().value;a.Config=e;n.setMetricInstance(Gu(a.NativeBridge
.getPlatform(),a.RequestManager,a.ClientInfo,a.DeviceInfo,a.Config.getCountry()));
c&&n.reportTimingEvent(Cf.WebviewLoad,c);ca.setConfiguration(a.Config);if(!a.Config.isEnabled())throw new
Ql(mj.GameIdDisabled,'Unity Ads SDK fail to initialize due to game with ID '+a.ClientInfo.getGameId()+' is not
enabled');return d}).then(function(c){a.Ads=new Mb(c,a);return
a.Ads.initialize()}).then(function(){Rl.sendFeatureAvailability(a.Api,a.SdkDetectionInfo,a.DeviceInfo,a.NativeBridge
,a.ClientInfo);a.MetaDataManager.fetch(ae).then(function(c){n.reportMetricEventWithTags(Cf.InitializeOptions,
{load:''+a.ClientInfo.getUsePerPlacementLoad(),med:''+((null===c||void 0===c?void
0:c.getName())||'none'),mwu:''+a.SdkDetectionInfo.isMadeWithUnity()})})}).then(function(){a.ClientInfo.isWebView
UpdateAvailable()?a.Api.Sdk.downloadLatestWebView().then(function(c){a.Api.Sdk.logInfo('Webview update
s t a t u s :
'+Ml[c]);c===Ml.BackgroundDownloadStarted?n.reportMetricEvent(Cf.WebviewUpdateStarted):n.reportMetricEvent
WithTags(Cf.WebviewUpdateFailed,{rsn:Ml[c]})}).catch(function(){n.reportMetricEvent(Cf.WebviewUpdateUnkno
wnError)}):
( a . A p i . S d k . l o g I n f o ( ' W e b v i e w s t a r t e d u s i n g t h e l a t e s t
version'),n.reportMetricEvent(Cf.WebviewUpdateNotAvailable))}).catch(function(c){var
d=a.Api.Sdk,e=a.Api.Listener;Rf.getState().captureException(c);var h='Unity Ads SDK fail to initialize due to
internal error',m=mj.Unknown;c instanceof Ql&&(m=c.errorCode,h=c.message);c instanceof
Tn&&(m=mj.ConfigurationError,h='Unity Ads SDK fail to initialize due to configuration
error');d.initError(h,m);e.sendErrorEvent(Ff[Ff.INITIALIZE_FAILED],h);d.logError('Initialization error: '+
h);n.reportMetricEventWithTags(rp.InitializeFailed,{rsn:mj[m]})})};Q.prototype.initialize=function(){return
this._core.initialize()};Q.prototype.show=function(a,c){this._core.Ads.validateShowOptions(a,c)};Q.prototype.load=f
unction(a,c){this._core.Ads.load(a,c)};Q.prototype.onError=function(a){Rf.getState().captureException(a);return!0};
G.getObjectValuesFunction=function(){return function(a){return Object.keys(a).map(function(c){return
a[c]})}};(function(a){try{if((new a).parseFromString('','text/html'))return}catch(c){}a.prototype.parseFromString=
Ii.parseFromString})(DOMParser);Object.values||(Object.values=G.getObjectValuesFunction());Array.prototype.uniq
ue=function(){var a=this;return this.filter(function(c,d){return a.indexOf(c)===d})};(function(){var
a;!1==='performance'in window&&(window.performance={});if(!1==='now'in window.performance){var
c = D a t e . n o w ( ) ; i f ( n u l l = = = ( a = p e r f o r m a n c e . t i m i n g ) | | v o i d
0===a?0:a.navigationStart)c=performance.timing.navigationStart;window.performance.now=function(){return
Date.now()-c}}})();window.initTimestamp=
Date.now();var tn=null;'undefined'!==typeof location&&(tn=E.getQueryParameter(location.search,'platform'));var
Rp=null;'undefined'!==typeof navigator&&(Rp=navigator.userAgent.match(/(iPad|iPhone|iPod);.*CPU.*OS
7 _ \ d / i ) ) ; v a r
Sp=window.requestAnimationFrame||window.webkitRequestAnimationFrame,un=!1;document.addEventListener('D
OMContentLoaded',q,!1);window.addEventListener('resize',q,!1);document.addEventListener('DOMContentLoaded',
h,!1);window.addEventListener('orientationchange',h,!1);if('undefined'!==
typeof location){switch(tn){case 'android':var Pp=new Zc(window.webviewbridge,t.ANDROID);break;case
'ios':Pp=window.webkit?new Zc(new Qo,t.IOS):new Zc(new dk,t.IOS);break;default:throw Error('Unity Ads webview
init failure: no platform defined, unable to initialize native bridge');}window.nativebridge=Pp;window.webview=new
Q(Pp);document.addEventListener('DOMContentLoaded',function(){return
window.webview.initialize()},!1)}}'function'===typeof define&&define.amd?define(Qp):Qp();
</script>
<style>html{width:100%;height:100%;background-color:transparent;font-
size:16px}body.iphone,body.ipad,body.android{margin:0;padding:0;width:100%;height:100%;background-
color:transparent;color:#000;font-family:Helvetica,sans-serif;-webkit-text-size-adjust:none;-webkit-touch-
callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-user-drag:none}@-webkit-
keyframes right-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-
transform:rotate(180deg);transform:rotate(180deg)}}@keyframes right-spin{from{-webkit-
transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@-webkit-
keyframes close-progress-wrapper{to{clip:rect(auto,auto,auto,auto)}}@keyframes close-progress-
wrapper{to{clip:rect(auto,auto,auto,auto)}}@font-face{font-family:'unityicons';src:url("data:application/x-font-
ttf;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzIqxjnaAAABjAAAAFZjbWFw49nltwA
AAjgAAAJ6Z2x5ZliAxRMAAATgAAANUGhlYWRhVj4RAAAA4AAAADZoaGVhAsMCTAAAALwAAAAkaG
10eA9E//4AAAHkAAAAVGxvY2Eg+CSOAAAEtAAAACxtYXhwAS4AuQAAARgAAAAgbmFtZUg8AekAABI
wAAACLnBvc3SpYzS8AAAUYAAAAPAAAQAAAIoAAAAAAjf/////AjgAAQAAAAAAAAAAAAAAAAAAAB
UAAQAAAAEAAECkvMtfDzz1AAsAigAAAAAAAAAAAAAAAAAAAAD/////AjgAiwAAAAgAAgAAAAAAA
AABAAAAFQCtAA8AAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF
0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAAB
AAgAAQAGAAAAAQAAAAEAugGQAAUAAAFnAGAAAAATAWcAYAAAAEIABgAjAAACAAUDAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQOAA4BMAigAAAAwAiwABAAAAAQAAAAAAAAAA
AAAAigAAALT//wCKAAAAigAAARwAAACKAAAA/gAAAIr//wCKAAABUgAAAIoAAACKAAAAigAAAIo
AAADsAAAAigAAAjcAAAD+AAAAigAAAIoAAAAAAAUAAAADAAAALAAAAAQAAAF6AAEAAAAAAH
QAAwABAAAALAADAAoAAAF6AAQASAAAAAQABAABAADgE///AADgAP//AAAAAQAEAAAAAQACA
AMABAAFAAYABwAIAAkACgALAAwADQAOAA8AEAARABIAEwAUAAABBgAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAMAAAAAAEAAAAAAAAAABQAAOAAAADgAAAAAAEAAOABAADgAQAAAAIAAOACAADgAg
AAAAMAAOADAADgAwAAAAQAAOAEAADgBAAAAAUAAOAFAADgBQAAAAYAAOAGAADgBgAAA
AcAAOAHAADgBwAAAAgAAOAIAADgCAAAAAkAAOAJAADgCQAAAAoAAOAKAADgCgAAAAsAAOA
LAADgCwAAAAwAAOAMAADgDAAAAA0AAOANAADgDQAAAA4AAOAOAADgDgAAAA8AAOAPAAD
gDwAAABAAAOAQAADgEAAAABEAAOARAADgEQAAABIAAOASAADgEgAAABMAAOATAADgEwAA
ABQAAAAAAAAAcADsAQYBTgGgAdACJAK2AuYDsgPaBAIEOgSYBLYE4gXMBfgGQgaoAAYAAP//AIAAi
wAZACYAMwBLAE8AUwAANxQWOwEVFBYyNj0BMxUUFjI2PQEzMjY9ASsBIgYdARQWMjY9ATQmMyI
GHQEUFjI2PQE0Jic3NjQmIg8BJiIHJzQiBhQfAQ4BFTM0JgcjNTMXIzUzIwMCBgUIBQsFBwYFAwNFDwMFB
QcFBV8EBQUHBQUgBwECAgEICBAHCQMCAQgHB0UIJgYGHQYGIwMDFAQFBQQUFAQFBQQUAwM6B
gMpAwUFAykDBgYDKQMFBQMpAwYhCAECAgEJBAQJAQICAQgFDgkJDgsGBgYABf////8AtQCLABsAKA
AwADkAVgAAMzIzMjY9ATQmIwciLwEmJyMGDwEGKwEiBhUXFDcGLgI+Ah4CDgE3FAYuATY3FgciBhQ
WMjY0JgcmBhQGIiY1NgciJjQ2FjYnMTQ2MhYVBjM2FhQGA1dWAgIHCBMJBQgFByoHBggFCBwEBAFdCh
QNAgoTFRMMAQoRQQQFAwEFB1AMEhIZERECBAIBBgIBBwIDAwYDAQEHAQEHAgMDAwJlBwUBBwc
GAgEGCQUHBGkCFgEKERYUDAEKExQTDEwDAwEDCAEBDREZEhIZESIBAwcCAgMHAQEGAgECBAM
DAwMGAQIGAQABAAAAAABqAHIADAAANzU0JiIPAQYUHwEWNmkDBQI5AwM5AwcgSgMEASQCCAIl
AgMAAAAAAwAAAAAAiwCLAAwAGQAuAAA3Ig4BFB4BMj4BNC4BByIuATQ+ATIeARQOATcHJyYiBzE
GFB8BFjI/ATY0JzEmIkUSIBMTICUgExMgEw8ZDw8ZHhoPDxoKIg8CBgICAhQCBgInAgICBosTICUgExMgJS
ATfQ8ZHhoPDxoeGQ9OIw8CAgIGAhQCAigCBQICAAAABAAAAAABHQCLABMAMAA4ADwAADcVIxUU
By8BNjc2PQEzNRcUIxUzFzMVIzUzNSMGByYnPgE3FxQjBgczNRcUIxUzFSMHNTMVIzUjFTcjFTOHbRIEBA
oDAzQNAzlXPoU9IQYHAwUGDAQMAwMDHQ0DMjIxWgtFRUVFdwofNRkEAw0WDhUqFAECEiQKChkNC
QIDCBoNAwIICBcBAhQJajk5BgYwIAABAAAAAABsAGwAHAAANyYiDwEnJiIGFB8BBwYUFjI/ARcWMjY0
LwE3NjRqAgUBHRwCBAQCHBwCBAQCHB0BBQQCHBwBagEBHBwCBAUBHRwCBAQCHBwCBAQCHB0
BBQAAAAAEAAAAAAD/AIsADwArADQAPQAANyMiBh0BFBY7ATI2PQE0JgcjFRQGIiY9ASMiJjQ2OwE1N
DYyFh0BMzIWFAYXIiY0NjIWFAY3IiY0NjIWFAbn0AkODgnQCg0NiRcGCwYXBQcHBRcGCwYXBQcHOwc
LCw4KCicHCgoOCgqLDgldCQ4OCV0JDlEXBgYGBhcGCgcXBQcHBRcGCwYXCg4KCg4KIgsOCgoOCwAE//8
AAACLAIsAJABJAFkAbAAANzEyHgEGIwcOAR8BFjM3Mj8BNjIWFA8BBisBIg8BJzc2NzE3BjciIwciDwEGFB
8BFDI/ATMwMTI/ATY0JiMiBg8CJzc+AS4BIzcvAQciHQEUFhczPgE9ATQPASMwMSc9ATcxMhUXNzEyMRc
VUQIDAQIDDgMDAgICAxcCAhcCBgQCHwMDMgICCBgfAQQlAQEBASUFAyACARsFAQkxBgUfBAcGAgU
BGRYBDgUGAwYEMBoBGwIPDQILEQ4SAQkDAQUQAQJAAwUEBAEGAwIDAwIXAQQFAh8DAQkYGwE
BBQEGBQMbAgQBGwEBCQUfAwsIAgIXAgIEAQkKBTwIAQkDEQ4VBAMWDhEDEBIJAQECAQQOAgEAA
wAAAAAAgACAAAwAGQAdAAA3Ig4BFB4BMj4BNC4BByImPQE0NjIWHQEUBjcjNTNFDxsPDxsfGw8PGx
ACAwMFAwMDCwt/DxsfGw8PGx8bD1cEAhcDAwMDFwIELwsAAAAACAAAAAABTgCKABYAHwA8AFw
AbgB3AIcAkQAAJTQmJyYrASIHBgcGBwYXHgEzNzI3NjUFIiY0NjIWDgE3Mh8BFgYrASImLwEuASsBIgcVD
gEnIyI/AT4BMxcGJi8BLgEGHQEUIzEGJj0BNDsBMhcWFxYHDgEfARYGJyImPQE0JyYHIgYWHQEUFjI2JzI2
NCYiBhQWNyIjIgYXFQY7ATI3NjU2JgciMQcGFjsBMicBTRcNCAXgCwcVDQYBAQQFIhLpCgwR/vYTGxsnH
AEbXQYCGwIBBgMGAwICAQIGEgYBAwYJAQQBHAIEBGwKBQUIAQsDBgkDBhwGBQ8DAw0DAQINAg
HNBAIJAwgEBgsGEgYUBAUGBwYGvwECCQMBAQYDBgQJAQdUAQUDAQcHBAFiDBkCAQMIFgkRFQoS
GQEFCQ8JGycbHCcaWQZIBgECBgMEAgUCCAMBA0sEA1UBAwkQAwIDAxUFAQMJRAYCBA8RCQIEAhk
DAg4EAxQJAQEBCQEFEggGCi8FCAUFCAUJAQYNBgECCQYIChEJAwQAAgAAAAAAdAB0AAgAGQAAN
zI2NCYiBhQWFyIOAR0BFBY7ATI2PQE0LgFFCg4OEw4OCQgWEAQCUQIEEBZFDhMODhMOCwYKBwYC
BAQCBgcKBgABAAAAAACLAIsAGwAANyMVFAYiJj0BIyImNDY7ATU0NjIWHQEzMhYUBoEyBQkGMQU
FBQUxBgkFMgQGBjsxBAYGBDEGCQUyBAYGBDIFCQYAAAEAAAAAAHYAggAjAAA3NTQmDwEGFB8B
FjY9ATIeAQ4CLgEnNCYiBhceAj4CLgFFAwIVAQEVAgMLEQkFDhQSDQEEBAQBARAYGxQGCxhuEAIBA
RYBAgEWAQECEAsUFQ4EBg8KAgMEAw0TCQUUHBkQAAAEAAAAAABuAG4AEQAjADQARgAANyIGH
QEUFjsBMjY0JisBNTQmJzI2PQEzMjY0JisBIgYdARQWFyMiBhQWOwEyNj0BNCYiBhUnFBY7ARUUFjI2PQE
0JisBIgYjAwMDAxECBAQCDAMCAgMMAgQEAhEDAwNCCwMDAwMRAgQEBAQRAwMLBAQEBAIRAw
M6BAIRAwMDBQMMAgQXAwMLBAQEBAIRAwMpAwUDAwMRAgQEAjQCBAsDAwMDEQIEBAAAAAM
AAAAAALQAZwACAA0AEAAANxcHNzIzNzIdASMiIzQnFwd1PDw1AQEDBAQEAXE8PGYhIEEBAUEVLC
EgAAEAAAAAAHgAdwAYAAA3FxY2LwE3NiYjLwEmIg8CDgEfAQcGFjdFGAQGAQYVAwMDHAsCBwILH
AQCAxUGAQYDJw8CBQQbEgMHAxoDAxoCAQcDEhsEBQIAAAAPAAAAAAI4AIsABwALABkAIgBAAEw
AUABUAFgAawB+AIIAhgCaAKwAACUHMzczFzMnBz8BFzcxJiIGFBYyNxczNSMVByImNDYyFhUGNy4BN
TQyFzMmIyIGFBcWFx4BFRQiJyMWMzI+AScmJQ8BIwcXMx8BNyc3JzcHIxcnMxc3JzcXNyIHIzUjFTM1NDYy
Fh0BMzU0JgcUBiMiPQEjFRQWMjcxFTM1IxU3MxUjNTMVIxcGBzEvASMXFhUUKwEVMzI2PwEjBzUzNSM
1IxUjFTMVFDsBNSMiAaYdCwgfCQseEgkEDEIGFw4NFwYBCAgRCAkJEAoBKQkHGAEKAxQKCgYECwgH
HAIJARgKDAEHBP5POQkQKioQCTgQCQlPKxkyIB8xGQwZGQx9CwUBDQ0HCQYOCjwGBQoNChMGDQ1
MDg4ODlMCAgQJDg8ECAYJCAgDFA40CQkNCAgPBwMGeE8YGE8vGgslEQkQGxAIB08eKwwUDQ0KFhwB
BAQICxIIEAQCAgIEBAoNFAkRBANCDw4pKA4PNw8OFwsqLB8qBykqKRwJCDggBQgGBCMkCQwhBgcKIy
YJCwgGOCAgOEkLHwcGDRkoCwQHDAcKOCceCRIRCiENCwAAAAACAAAAAAD/AIsADwAbAAA3IyIGH
QEUFjsBMjY9ATQmDwEGJj0BNDYfARYU59AJDg4J0AoNDVQwBgwNBTAGiw4JXQkODgldCQ5QHgQGBz8
HBgQfBA0AAAAAAwAAAAAAegB3ABEAGAAwAAA3FRQWOwEXFjY9ATQmDwEjIgYXNCYnFT4BJxUU
FhceARQGBw4BHQEUFjc+ATQmJyYGEQQCERQCBwcCFBECBE4HBwcHDgIBDA4ODAECBAMPEhIPAwR
RFwMDEwMDBEEEAwMTBA4IDAQvAw0zAQICAQUUGRUEAQICAQMDAQUbIRoGAQMAAAQAAAAAA
HoAeAAmADgAPgBEAAA3BhQfAQcjIgYdARQWOwEXFjY9ARcGBw4BFBY3NjcXFjI2NC8BJiIXFAcXNjU0J
icmBh0BFBYXHgEnBxc1NCYXNCYnFRcVAgIVAhECBAQCERQCBxkFBQECBQMHBggBBQMBWQEFVwII
BRIPAwQCAQwOMgEKByEHBw52AgUBFgEEAhcDAxMDAwQYGAMCAQMFAwEDBQgCBAUBWQEyBgcJ
CwsRGgYBAwMBAgIBBRQYAQsIBAMoCAwECw4AAAAAEADGAAEAAAAAAAEACgAAAAEAAAAAAAI
ABwAKAAEAAAAAAAMACgARAAEAAAAAAAQACgAbAAEAAAAAAAUACwAlAAEAAAAAAAYACgA
wAAEAAAAAAAoAKwA6AAEAAAAAAAsAEwBlAAMAAQQJAAEAFAB4AAMAAQQJAAIADgCMAAMA
AQQJAAMAFACaAAMAAQQJAAQAFACuAAMAAQQJAAUAFgDCAAMAAQQJAAYAFADYAAMAAQQJA
AoAVgDsAAMAAQQJAAsAJgFCdW5pdHlpY29uc1JlZ3VsYXJ1bml0eWljb25zdW5pdHlpY29uc1ZlcnNpb24gMS
4wdW5pdHlpY29uc0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm
9udGVsbG8uY29tAHUAbgBpAHQAeQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB1AG4AaQB0AHkAaQ
BjAG8AbgBzAHUAbgBpAHQAeQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHUAbgBpA
HQAeQBpAGMAbwBuAHMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmA
CAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwAD
oALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAABAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAVAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBF
QEWAAdhbmRyb2lkCWFyLWNhbWVyYQRiYWNrDGNoZWNrLWNpcmNsZQhjaGluYS1hZAVjbG9zZQpjb250
cm9sbGVyBGdkcHIEaW5mbwdpbmZvLWFyBnBlcnNvbgRwbHVzBnJlbG9hZAtzY3JlZW4tZnVsbARza2lwBHN0
YXIOdW5pdHktYWRzLWxvZ28FdmlkZW8Gdm9sdW1lC3ZvbHVtZS1tdXRlAAA=") format('truetype')}[data-
icon]:before{content:attr(data-icon);font-family:'unityicons' !important}[class^='icon-']:before,[class*=' icon-
']:before{font-family:'unityicons' !important}.icon-android:before{content:'\e000'}.icon-ar-
camera:before{content:'\e001'}.icon-back:before{content:'\e002'}.icon-check-circle:before{content:'\e003'}.icon-
china-ad:before{content:'\e004'}.icon-close:before{content:'\e005'}.icon-controller:before{content:'\e006'}.icon-
gdpr:before{content:'\e007'}.icon-info:before{content:'\e008'}.icon-info-ar:before{content:'\e009'}.icon-
person:before{content:'\e00a'}.icon-plus:before{content:'\e00b'}.icon-reload:before{content:'\e00c'}.icon-screen-
full:before{content:'\e00d'}.icon-skip:before{content:'\e00e'}.icon-star:before{content:'\e00f'}.icon-unity-ads-
logo:before{content:'\e010'}.icon-video:before{content:'\e011'}.icon-volume:before{content:'\e012'}.icon-volume-
mute:before{content:'\e013'}.ar-phone-x-top{display:none}.ar-phone-x-bottom{display:none}.ar-phone-x-
left{display:none}.ar-phone-x-right{display:none}#webplayer-mraid .gdpr-pop-up{top:0;position:absolute;z-
index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-
direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-
content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background-
color:#fafafa;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.1);box-shadow:0 0 15px 0
rgba(0,0,0,0.1);opacity:1;}#webplayer-mraid .gdpr-pop-up .gdpr-text{padding:.5rem;font-size:.5rem}#webplayer-
mraid .gdpr-pop-up .icon-gdpr{margin:0 .5rem;color:#000;opacity:.25}#webplayer-mraid .gdpr-pop-up .gdpr-text{z-
index:110;padding:.5rem .5rem .5rem 0;width:80%;text-align:center;}#webplayer-mraid .gdpr-pop-up .gdpr-text
.gdpr-link{color:#167dfb}#webplayer-mraid .privacy-button{position:absolute;position:absolute;bottom:0;z-
index:10;color:#e6e6e6;top:0;left:0;z-index:1;padding:7px 7px 0 5px}#mraid #mraid-
iframe{position:absolute;top:0;left:0;width:100vw;height:100vh;border:none}#mraid .close-
region{position:absolute;top:0;right:0;z-index:9998;width:50px;height:50px;opacity:.4}#mraid .icon-
close{position:absolute;top:5px;right:2px;width:32px;height:32px;color:#fff;text-align:center;text-shadow:.03em
.05em .18em #7c7c7c;font-size:28px;line-height:28px}#mraid
.close{position:absolute;top:50%;left:8px;width:36px;height:36px;-webkit-transform:translate(0,-
5 0 % ) ; t r a n s f o r m : t r a n s l a t e ( 0 , - 5 0 % ) } # m r a i d . p r o g r e s s -
wrapper{position:absolute;clip:rect(0,36px,36px,18px);width:36px;height:36px}#mraid
.progress:after{position:absolute;top:50%;left:50%;display:block;color:#fff;font-size:18px;-webkit-
transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#mraid .circle-base,#mraid .circle-left,#mraid
.circle-right{position:absolute;width:28px;height:28px;border-radius:100%;background-color:transparent;vertical-
align:middle}#mraid .circle-base{border:4px solid #696969}#mraid .circle-left,#mraid .circle-
right{clip:rect(0,18px,36px,0);border:4px solid #fff}#mraid .progress-wrapper,#mraid .circle-left,#mraid .circle-
right{-webkit-animation-iteration-count:1;-webkit-animation-fill-mode:forwards;-webkit-animation-timing-
function:linear;-webkit-animation-duration:.01s}#mraid .gdpr-pop-up{bottom:0;position:absolute;z-
index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-
direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-
content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background-
color:#fafafa;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.1);box-shadow:0 0 15px 0
rgba(0,0,0,0.1);opacity:1;}#mraid .gdpr-pop-up .gdpr-text{padding:.5rem;font-size:.5rem}#mraid .gdpr-pop-up .icon-
gdpr{margin:0 .5rem;color:#000;opacity:.25}#mraid .gdpr-pop-up .gdpr-text{z-index:110;padding:.5rem .5rem .5rem
0;width:80%;text-align:center;}#mraid .gdpr-pop-up .gdpr-text .gdpr-link{color:#167dfb}#mraid .privacy-
button{position:absolute;position:absolute;bottom:0;z-index:10;color:#e6e6e6;left:0;z-index:1;padding:7px 7px 0
5px}#mraid .loading-screen,#extended-mraid .loading-screen,#mraid .splash-screen-container,#extended-mraid
.splash-screen-container{position:absolute;top:auto;bottom:0;left:0;width:100%;z-index:9999}.ar-phone-x-
t o p {dis play:none}.ar-phone -x-bottom{di s p l ay : n o n e} . ar-p h o n e-x -l eft { d i s p l ay : n o n e} . ar-ph o n e - x -
right{display:none}#display-interstitial{position:absolute;width:100%;height:100%;}#display-interstitial .gdpr-pop-
up{position:absolute;top:0;width:100%;background-color:#161616;-webkit-box-shadow:0 0 15px 0
rgba(0,0,0,0.1);box-shadow:0 0 15px 0 rgba(0,0,0,0.1);opacity:1;}#display-interstitial .gdpr-pop-up .gdpr-text{z-
index:110;padding:.5rem;width:90%;color:#fff;text-align:center;font-size:.5rem;}#display-interstitial .gdpr-pop-up
.gdpr-text .gdpr-link{color:#167dfb}#display-interstitial .privacy-
button{position:absolute;bottom:0;width:100%;}#display-interstitial .privacy-button .icon-gdpr{color:#fff}.ar-phone-
x-top{display:none}.ar-phone-x-bottom{display:none}.ar-phone-x-left{display:none}.ar-phone-x-
right{display:none}#extended-mraid .game-rating{position:relative;display:inline-block;color:#e6e6e6;vertical-
align:middle;letter-spacing:5px;font-size:20px}#extended-mraid .game-rating-
mask{position:absolute;left:0;overflow:hidden;width:0;height:100%;color:#ff8e00;white-space:nowrap;font-
size:inherit}#extended-mraid .game-rating-count{color:#7c7c7c;font-size:17px}#extended-mraid .game-icon{margin-
bottom:20px;width:75px;height:75px;border-radius:18pt;background-color:#fff;background-size:cover}#extended-
mraid .icon-unity-ads-logo{bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-
orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;text-
align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;z-index:5;max-
height:1rem;color:#696969;font-size:1rem;opacity:.3}#extended-mraid .name-
container{overflow:hidden;color:#000;text-overflow:ellipsis;font-size:17pt}#extended-mraid #mraid-
iframe{position:absolute;top:0;left:0;width:100vw;height:100vh;border:none}#extended-mraid .close-
region{position:absolute;top:0;right:0;z-index:9998;width:50px;height:50px;opacity:.4;display:none}#extended-mraid
.icon-close{position:absolute;top:4px;right:2px;width:32px;height:32px;color:#fff;text-align:center;text-
shadow:.03em .05em .18em #7c7c7c;font-size:28px;line-height:28px}#extended-mraid
.close{position:absolute;top:50%;left:8px;width:36px;height:36px;-webkit-transform:translate(0,-
50%);transform:translate(0,-50%)}#extended-mraid .progress-
wrapper{position:absolute;clip:rect(0,36px,36px,18px);width:36px;height:36px}#extended-mraid
.progress:after{position:absolute;top:50%;left:50%;display:block;color:#fff;font-size:18px;-webkit-
transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#extended-mraid .circle-base,#extended-mraid
.circle-left,#extended-mraid .circle-right{position:absolute;width:28px;height:28px;border-radius:100%;background-
color:transparent;vertical-align:middle}#extended-mraid .circle-base{border:4px solid #696969}#extended-mraid
.circle-left,#extended-mraid .circle-right{clip:rect(0,18px,36px,0);border:4px solid #fff}#extended-mraid .progress-
wrapper,#extended-mraid .circle-left,#extended-mraid .circle-right{-webkit-animation-duration:.01s;animation-
duration:.01s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-
mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:linear;animation-timing-
function:linear}#extended-mraid .gdpr-pop-up{bottom:0;position:absolute;z-index:100;display:-webkit-box;display:-
ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-
direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-
align:center;align-items:center;width:100%;background-color:#fafafa;-webkit-box-shadow:0 0 15px 0
rgba(0,0,0,0.1);box-shadow:0 0 15px 0 rgba(0,0,0,0.1);opacity:1;}#extended-mraid .gdpr-pop-up .gdpr-
text{padding:.5rem;font-size:.5rem}#extended-mraid .gdpr-pop-up .icon-gdpr{margin:0
.5rem;color:#000;opacity:.25}#extended-mraid .gdpr-pop-up .gdpr-text{z-index:110;padding:.5rem .5rem .5rem
0;width:80%;text-align:center;}#extended-mraid .gdpr-pop-up .gdpr-text .gdpr-link{color:#167dfb}#extended-mraid
.gdpr-pop-up.mraid-container{top:100vw;bottom:inherit;z-index:109}#extended-mraid .privacy-
button{position:absolute;bottom:0;z-index:10;color:#e6e6e6;left:0;margin:0 0 0 .25rem}#extended-mraid .loading-
screen{position:absolute;top:0;left:0;z-index:100;display:none;width:100vw;height:100vh;background-
color:#fff;opacity:1;}#extended-mraid .loading-screen.hidden{opacity:0;-webkit-transition:opacity 200ms ease-
out;transition:opacity 200ms ease-out;pointer-events:none}#extended-mraid .loading-screen
.container{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-
flexbox;display:flex;margin:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-
webkit-box-align:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-
content:center;}#extended-mraid .loading-screen .container .user-text,#extended-mraid .loading-screen .container
.game-icon,#extended-mraid .loading-screen .container .store-container,#extended-mraid .loading-screen .container
.name-container,#extended-mraid .loading-screen .container .progress-bar{-ms-flex-item-align:center;align-
self:center;margin:10px}#extended-mraid .loading-screen .container .user-text,#extended-mraid .loading-screen
.container .name-container{text-align:center}#extended-mraid .loading-screen .user-text{color:#000;font-
weight:300;font-size:14.5pt}#extended-mraid .loading-screen .progress-
bar{overflow:hidden;width:60%;height:3pt;background-color:#e6e6e6;}#extended-mraid .loading-screen .progress-
bar .filling{position:relative;left:0;display:block;width:18%;height:5pt;background-color:#167dfb;-webkit-backface-
visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-
animation:progress-bar-dynamic 1s linear infinite;animation:progress-bar-dynamic 1s linear infinite;will-
change:left}@-webkit-keyframes bounce-in-right--default{from,60%,75%,90%,to{-webkit-animation-timing-
function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{right:-
5 e m ; p a d d i n g - r i g h t : 6 . 5 e m ; o p a c i t y : 0 ; - w e b k i t -
transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-
2 5 p x , 0 , 0 ) ; t r a n s f o r m : t r a n s l a t e 3 d ( - 2 5 p x , 0 , 0 ) } 7 5 % { - w e b k i t -
transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{right:-5em;padding-right:6.5em;-webkit-
transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{right:0;padding-right:1.5em;-webkit-
transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounce-in-right--
default{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-
function:cubic-bezier(.215,.61,.355,1)}from{right:-5em;padding-right:6.5em;opacity:0;-webkit-
transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-
2 5 p x , 0 , 0 ) ; t r a n s f o r m : t r a n s l a t e 3 d ( - 2 5 p x , 0 , 0 ) } 7 5 % { - w e b k i t -
transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{right:-5em;padding-right:6.5em;-webkit-
transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{right:0;padding-right:1.5em;-webkit-
transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes bounce-
right{0%,20%,50%,80%,100%{-webkit-transform:translateX(0);transform:translateX(0)}40%{-webkit-
transform:translateX(-15px);transform:translateX(-15px)}60%{-webkit-transform:translateX(-
10px);transform:translateX(-10px)}}@keyframes bounce-right{0%,20%,50%,80%,100%{-webkit-
transform:translateX(0);transform:translateX(0)}40%{-webkit-transform:translateX(-15px);transform:translateX(-
15px)}60%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}}.landscape #extended-mraid .gdpr-
pop-up.mraid-container{top:inherit;bottom:0;width:50vw}@media screen and (min-aspect-ratio:8/19){#extended-
mraid .gdpr-pop-up.mraid-container{top:120vw}}@media screen and (min-aspect-ratio:9/16){#extended-mraid .gdpr-
pop-up.mraid-container{top:100vw}}@media screen and (min-aspect-ratio:3/4){#extended-mraid .gdpr-pop-
up.mraid-container{top:70vw}}@media screen and (min-aspect-ratio:1/2){#extended-mraid .gdpr-pop-up.mraid-
container{top:100vw}}@media screen and (min-aspect-ratio:2/3){#extended-mraid .gdpr-pop-up.mraid-
container{top:80vw}}@media screen and (min-aspect-ratio:1/1){.mraid{height:50vw}.panel{top:50vw}}@media
screen and (min-height:568px){.loading-screen .game-icon{width:96px;height:96px}}@media screen and (max-
height:240px){.loading-screen .container > div{margin:3px}.loading-screen .name-container{font-size:12pt}.loading-
screen .game-rating{font-size:10pt}.loading-screen .user-text{font-size:10.5pt}}@media screen and (min-
height:768px) and (min-width:1024px),screen and (min-height:1024px) and (min-width:768px){.loading-screen .user-
text{font-size:18.5pt}.loading-screen .game-icon{width:150px;height:150px}.loading-screen .progress-
bar{width:48%}.loading-screen .game-rating{font-size:20pt}.loading-screen .name-container{font-size:30pt}}@-
w e b k i t - k e y f r a m e s p r o g r e s s - b a r - d y n a m i c { 0 % { l e f t : -
18%}30%{left:46%}32%{left:44%}35%{left:35%}37%{left:38%}42%{left:42%}45%,60%,70%,80%{left:41%}90
%{left:80%}100%{left:100%}}@keyframes progress-bar-dynamic{0%{left:-
18%}30%{left:46%}32%{left:44%}35%{left:35%}37%{left:38%}42%{left:42%}45%,60%,70%,80%{left:41%}90
%{left:80%}100%{left:100%}}@-webkit-keyframes progress-bar-dynamic{0%{left:-
18%}30%{left:46%}32%{left:44%}35%{left:35%}37%{left:38%}42%{left:42%}45%,60%,70%,80%{left:41%}90
%{left:80%}100%{left:100%}}@keyframes progress-bar-dynamic{0%{left:-
18%}30%{left:46%}32%{left:44%}35%{left:35%}37%{left:38%}42%{left:42%}45%,60%,70%,80%{left:41%}90
%{left:80%}100%{left:100%}}.ar-phone-x-top{display:none}.ar-phone-x-bottom{display:none}.ar-phone-x-
left{display:none}.ar-phone-x-right{display:none}@media (min-width:1025px){html{font-size:43.2px}}@media
only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){html #gdpr-
consent-settings .safe-area-content{padding-top:constant(safe-area-inset-top);padding-right:constant(safe-area-inset-
right);padding-bottom:constant(safe-area-inset-bottom);padding-left:constant(safe-area-inset-left);padding-
top:env(safe-area-inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-
bottom);padding-left:env(safe-area-inset-left)}html #webplayer-mraid #mraid-iframe{padding-top:constant(safe-area-
inset-top);padding-right:constant(safe-area-inset-right);padding-bottom:constant(safe-area-inset-bottom);padding-
left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-area-inset-left) - constant(safe-area-inset-
right));height:calc(100vh - constant(safe-area-inset-top) - constant(safe-area-inset-bottom));padding-top:env(safe-
area-inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-
left:env(safe-area-inset-left);width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-
right));height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}html #webplayer-mraid .ar-phone-
x-top{position:fixed;top:0;left:0;display:block;width:100%;background:#000;height:env(safe-area-inset-
top);height:constant(safe-area-inset-top)}html #webplayer-mraid .ar-phone-x-
bottom{position:fixed;bottom:0;left:0;display:block;width:100%;background:#000;height:env(safe-area-inset-
bottom);height:constant(safe-area-inset-bottom)}html #webplayer-mraid .ar-phone-x-
left{position:fixed;top:0;left:0;display:block;height:100%;background:#000;width:env(safe-area-inset-
left);width:constant(safe-area-inset-left)}html #webplayer-mraid .ar-phone-x-
right{position:fixed;top:0;right:0;display:block;height:100%;background:#000;width:env(safe-area-inset-
right);width:constant(safe-area-inset-right)}html #webplayer-mraid .close-region{top:constant(safe-area-inset-
top);right:constant(safe-area-inset-right);top:env(safe-area-inset-top);right:env(safe-area-inset-right)}html
#webplayer-mraid .camera-permission-panel .gdpr-link{bottom:calc(0.5rem + constant(safe-area-inset-
bottom));bottom:calc(0.5rem + env(safe-area-inset-bottom))}html #webplayer-mraid .camera-permission-panel
.show-learn-more-button{bottom:calc(-0.5rem + constant(safe-area-inset-bottom));bottom:calc(-0.5rem + env(safe-
area-inset-bottom))}html #webplayer-mraid .privacy-button{top:constant(safe-area-inset-top);left:constant(safe-area-
inset-left);top:env(safe-area-inset-top);left:env(safe-area-inset-left)}html #webplayer-mraid .gdpr-pop-
up{top:constant(safe-area-inset-top);left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-area-inset-
left) - constant(safe-area-inset-right));top:env(safe-area-inset-top);left:env(safe-area-inset-left);width:calc(100vw -
env(safe-area-inset-left) - env(safe-area-inset-right))}html #extended-mraid #mraid-iframe,html #mraid #mraid-
iframe{padding-top:constant(safe-area-inset-top);padding-right:constant(safe-area-inset-right);padding-
bottom:constant(safe-area-inset-bottom);padding-left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-
area-inset-left) - constant(safe-area-inset-right));height:calc(100vh - constant(safe-area-inset-top) - constant(safe-area-
inset-bottom));padding-top:env(safe-area-inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-
area-inset-bottom);padding-left:env(safe-area-inset-left);width:calc(100vw - env(safe-area-inset-left) - env(safe-area-
inset-right));height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}html #extended-mraid .ar-
p h o n e - x - t o p , h t m l # m r a i d . a r - p h o n e - x -
top{position:fixed;top:0;left:0;display:block;width:100%;background:#000;height:env(safe-area-inset-
top);height:constant(safe-area-inset-top)}html #extended-mraid .ar-phone-x-bottom,html #mraid .ar-phone-x-
bottom{position:fixed;bottom:0;left:0;display:block;width:100%;background:#000;height:env(safe-area-inset-
bottom);height:constant(safe-area-inset-bottom)}html #extended-mraid .ar-phone-x-left,html #mraid .ar-phone-x-
left{position:fixed;top:0;left:0;display:block;height:100%;background:#000;width:env(safe-area-inset-
left);width:constant(safe-area-inset-left)}html #extended-mraid .ar-phone-x-right,html #mraid .ar-phone-x-
right{position:fixed;top:0;right:0;display:block;height:100%;background:#000;width:env(safe-area-inset-
right);width:constant(safe-area-inset-right)}html #extended-mraid .close-region,html #mraid .close-
region{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #extended-mraid .camera-permission-panel .gdpr-link,html #mraid .camera-
permission-panel .gdpr-link{bottom:calc(0.5rem + constant(safe-area-inset-bottom));bottom:calc(0.5rem + env(safe-
area-inset-bottom))}html #extended-mraid .camera-permission-panel .show-learn-more-button,html #mraid .camera-
permission-panel .show-learn-more-button{bottom:calc(-0.5rem + constant(safe-area-inset-bottom));bottom:calc(-
0.5rem + env(safe-area-inset-bottom))}html #extended-mraid .privacy-button,html #mraid .privacy-
button{bottom:constant(safe-area-inset-bottom);left:constant(safe-area-inset-left);bottom:env(safe-area-inset-
bottom);left:env(safe-area-inset-left)}html #extended-mraid .gdpr-pop-up,html #mraid .gdpr-pop-
up{bottom:constant(safe-area-inset-bottom);left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-area-
inset-left) - constant(safe-area-inset-right));bottom:env(safe-area-inset-bottom);left:env(safe-area-inset-
left);width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right))}html .landscape #extended-mraid .gdpr-
pop-up.mraid-container{top:inherit;bottom:0;width:calc(50vw - env(safe-area-inset-left))}html .landscape #extended-
mraid .camera-permission-panel .show-learn-more-button{right:constant(safe-area-inset-right);right:env(safe-area-
inset-right)}html #admob #admob-iframe{padding-top:constant(safe-area-inset-top);padding-right:constant(safe-area-
inset-right);padding-bottom:constant(safe-area-inset-bottom);padding-left:constant(safe-area-inset-
left);width:calc(100vw - constant(safe-area-inset-left) - constant(safe-area-inset-right));height:calc(100vh -
constant(safe-area-inset-top) - constant(safe-area-inset-bottom));padding-top:env(safe-area-inset-top);padding-
right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-
left);width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right));height:calc(100vh - env(safe-area-inset-
top) - env(safe-area-inset-bottom))}html #admob .privacy-button{padding-right:constant(safe-area-inset-
right);padding-bottom:constant(safe-area-inset-bottom);padding-right:env(safe-area-inset-right);padding-
bottom:env(safe-area-inset-bottom)}html #admob .gdpr-pop-up{bottom:constant(safe-area-inset-
bottom);left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-area-inset-left) - constant(safe-area-inset-
right));bottom:env(safe-area-inset-bottom);left:env(safe-area-inset-left);width:calc(100vw - env(safe-area-inset-left) -
env(safe-area-inset-right))}html #end-screen,html #vast-end-screen{padding-top:constant(safe-area-inset-
top);padding-right:constant(safe-area-inset-right);padding-bottom:constant(safe-area-inset-bottom);padding-
left:constant(safe-area-inset-left);width:calc(100% - constant(safe-area-inset-left) - constant(safe-area-inset-
right));height:calc(100% - constant(safe-area-inset-top) - constant(safe-area-inset-bottom));padding-top:env(safe-area-
inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-
area-inset-left);width:calc(100% - env(safe-area-inset-left) - env(safe-area-inset-right));height:calc(100% - env(safe-
area-inset-top) - env(safe-area-inset-bottom));}html #end-screen .btn-close-region,html #vast-end-screen .btn-close-
region{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #end-screen .btn-close-html-endcard,html #vast-end-screen .btn-close-html-
endcard{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #end-screen .privacy-button-html-endcard,html #vast-end-screen .privacy-
button-html-endcard{top:constant(safe-area-inset-top);left:constant(safe-area-inset-left);top:env(safe-area-inset-
top);left:env(safe-area-inset-left)}html #vast-end-screen .china-advertisement{top:constant(safe-area-inset-
top);left:constant(safe-area-inset-left);top:env(safe-area-inset-top);left:env(safe-area-inset-left)}html #vast-end-screen
.privacy-button{bottom:constant(safe-area-inset-bottom);left:constant(safe-area-inset-left);bottom:env(safe-area-inset-
bottom);left:env(safe-area-inset-left)}html #display-interstitial .close-region,html #closable-video-overlay .close-
region{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #display-interstitial .close{left:-43px}html #display-interstitial .gdpr-pop-
up{top:26px}html #overlay,html #closable-video-overlay{position:absolute;top:constant(safe-area-inset-
top);left:constant(safe-area-inset-left);width:calc(100% - constant(safe-area-inset-left) - constant(safe-area-inset-
right));height:calc(100% - constant(safe-area-inset-top) - constant(safe-area-inset-bottom));top:env(safe-area-inset-
top);left:env(safe-area-inset-left);width:calc(100% - env(safe-area-inset-left) - env(safe-area-inset-
right));height:calc(100% - env(safe-area-inset-top) - env(safe-area-inset-bottom));}html #overlay .skip-hit-area,html
#closable-video-overlay .skip-hit-area{top:constant(safe-area-inset-top);left:constant(safe-area-inset-
left);top:env(safe-area-inset-top);left:env(safe-area-inset-left)}html #overlay .progress,html #closable-video-overlay
.progress{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #privacy-sdk-container #privacy-iframe{padding-top:constant(safe-area-
inset-top);padding-bottom:constant(safe-area-inset-bottom);height:calc(100vh - constant(safe-area-inset-top) -
constant(safe-area-inset-bottom));padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-
bottom);height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.performance-end-screen .portrait
#end-screen{padding:0;padding-top:env(safe-area-inset-top);padding-top:constant(safe-area-inset-
top);width:100vw;height:calc(100vh - env(safe-area-inset-top));height:calc(100vh - constant(safe-area-inset-
top));}.performance-end-screen .portrait #end-screen .bottom-container{margin-bottom:env(safe-area-inset-
bottom);margin-bottom:constant(safe-area-inset-bottom)}.performance-end-screen .landscape #end-
screen{padding:0;height:100vh;}.performance-end-screen .landscape #end-screen .china-
advertisement{right:auto;left:0;margin-right:0;margin-left:1em}.performance-end-screen .landscape #end-screen
.bottom-container{margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-
bottom);}.performance-end-screen .landscape #end-screen .bottom-container .privacy-button{right:0;left:auto;margin-
right:1em;margin-left:0}.performance-end-screen .landscape #end-screen.show-gdpr-banner .gdpr-pop-up{padding-
bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);}.performance-end-screen
.landscape #end-screen.show-gdpr-banner .gdpr-pop-up .gdpr-text{padding-bottom:0}.performance-end-screen .ios-
landscape-right #end-screen{padding-right:env(safe-area-inset-right);padding-right:constant(safe-area-inset-
right);width:calc(100vw - env(safe-area-inset-right));width:calc(100vw - constant(safe-area-inset-
right))}.performance-end-screen .ios-landscape-left #end-screen{padding-left:env(safe-area-inset-left);padding-
left:constant(safe-area-inset-left);width:calc(100vw - env(safe-area-inset-left));width:calc(100vw - constant(safe-area-
inset-left));}.performance-end-screen .ios-landscape-left #end-screen .bottom-container .privacy-
button{right:env(safe-area-inset-right);right:constant(safe-area-inset-right)}@media only screen and (device-
width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait) and (device-
width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){.performance-end-screen #end-screen
.end-screen-info-background{font-size:24px}}}@media only screen and (device-width:414px) and (device-
height:896px) and (-webkit-device-pixel-ratio:3){html #gdpr-consent-settings .safe-area-content{padding-
top:constant(safe-area-inset-top);padding-right:constant(safe-area-inset-right);padding-bottom:constant(safe-area-
inset-bottom);padding-left:constant(safe-area-inset-left);padding-top:env(safe-area-inset-top);padding-right:env(safe-
area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left)}html #webplayer-
mraid #mraid-iframe{padding-top:constant(safe-area-inset-top);padding-right:constant(safe-area-inset-right);padding-
bottom:constant(safe-area-inset-bottom);padding-left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-
area-inset-left) - constant(safe-area-inset-right));height:calc(100vh - constant(safe-area-inset-top) - constant(safe-area-
inset-bottom));padding-top:env(safe-area-inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-
area-inset-bottom);padding-left:env(safe-area-inset-left);width:calc(100vw - env(safe-area-inset-left) - env(safe-area-
inset-right));height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}html #webplayer-mraid .ar-
phone-x-top{position:fixed;top:0;left:0;display:block;width:100%;background:#000;height:env(safe-area-inset-
top);height:constant(safe-area-inset-top)}html #webplayer-mraid .ar-phone-x-
bottom{position:fixed;bottom:0;left:0;display:block;width:100%;background:#000;height:env(safe-area-inset-
bottom);height:constant(safe-area-inset-bottom)}html #webplayer-mraid .ar-phone-x-
left{position:fixed;top:0;left:0;display:block;height:100%;background:#000;width:env(safe-area-inset-
left);width:constant(safe-area-inset-left)}html #webplayer-mraid .ar-phone-x-
right{position:fixed;top:0;right:0;display:block;height:100%;background:#000;width:env(safe-area-inset-
right);width:constant(safe-area-inset-right)}html #webplayer-mraid .close-region{top:constant(safe-area-inset-
top);right:constant(safe-area-inset-right);top:env(safe-area-inset-top);right:env(safe-area-inset-right)}html
#webplayer-mraid .camera-permission-panel .gdpr-link{bottom:calc(0.5rem + constant(safe-area-inset-
bottom));bottom:calc(0.5rem + env(safe-area-inset-bottom))}html #webplayer-mraid .camera-permission-panel
.show-learn-more-button{bottom:calc(-0.5rem + constant(safe-area-inset-bottom));bottom:calc(-0.5rem + env(safe-
area-inset-bottom))}html #webplayer-mraid .privacy-button{top:constant(safe-area-inset-top);left:constant(safe-area-
inset-left);top:env(safe-area-inset-top);left:env(safe-area-inset-left)}html #webplayer-mraid .gdpr-pop-
up{top:constant(safe-area-inset-top);left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-area-inset-
left) - constant(safe-area-inset-right));top:env(safe-area-inset-top);left:env(safe-area-inset-left);width:calc(100vw -
env(safe-area-inset-left) - env(safe-area-inset-right))}html #extended-mraid #mraid-iframe,html #mraid #mraid-
iframe{padding-top:constant(safe-area-inset-top);padding-right:constant(safe-area-inset-right);padding-
bottom:constant(safe-area-inset-bottom);padding-left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-
area-inset-left) - constant(safe-area-inset-right));height:calc(100vh - constant(safe-area-inset-top) - constant(safe-area-
inset-bottom));padding-top:env(safe-area-inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-
area-inset-bottom);padding-left:env(safe-area-inset-left);width:calc(100vw - env(safe-area-inset-left) - env(safe-area-
inset-right));height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}html #extended-mraid .ar-
p h o n e - x - t o p , h t m l # m r a i d . a r - p h o n e - x -
top{position:fixed;top:0;left:0;display:block;width:100%;background:#000;height:env(safe-area-inset-
top);height:constant(safe-area-inset-top)}html #extended-mraid .ar-phone-x-bottom,html #mraid .ar-phone-x-
bottom{position:fixed;bottom:0;left:0;display:block;width:100%;background:#000;height:env(safe-area-inset-
bottom);height:constant(safe-area-inset-bottom)}html #extended-mraid .ar-phone-x-left,html #mraid .ar-phone-x-
left{position:fixed;top:0;left:0;display:block;height:100%;background:#000;width:env(safe-area-inset-
left);width:constant(safe-area-inset-left)}html #extended-mraid .ar-phone-x-right,html #mraid .ar-phone-x-
right{position:fixed;top:0;right:0;display:block;height:100%;background:#000;width:env(safe-area-inset-
right);width:constant(safe-area-inset-right)}html #extended-mraid .close-region,html #mraid .close-
region{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #extended-mraid .camera-permission-panel .gdpr-link,html #mraid .camera-
permission-panel .gdpr-link{bottom:calc(0.5rem + constant(safe-area-inset-bottom));bottom:calc(0.5rem + env(safe-
area-inset-bottom))}html #extended-mraid .camera-permission-panel .show-learn-more-button,html #mraid .camera-
permission-panel .show-learn-more-button{bottom:calc(-0.5rem + constant(safe-area-inset-bottom));bottom:calc(-
0.5rem + env(safe-area-inset-bottom))}html #extended-mraid .privacy-button,html #mraid .privacy-
button{bottom:constant(safe-area-inset-bottom);left:constant(safe-area-inset-left);bottom:env(safe-area-inset-
bottom);left:env(safe-area-inset-left)}html #extended-mraid .gdpr-pop-up,html #mraid .gdpr-pop-
up{bottom:constant(safe-area-inset-bottom);left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-area-
inset-left) - constant(safe-area-inset-right));bottom:env(safe-area-inset-bottom);left:env(safe-area-inset-
left);width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right))}html .landscape #extended-mraid .gdpr-
pop-up.mraid-container{top:inherit;bottom:0;width:calc(50vw - env(safe-area-inset-left))}html .landscape #extended-
mraid .camera-permission-panel .show-learn-more-button{right:constant(safe-area-inset-right);right:env(safe-area-
inset-right)}html #admob #admob-iframe{padding-top:constant(safe-area-inset-top);padding-right:constant(safe-area-
inset-right);padding-bottom:constant(safe-area-inset-bottom);padding-left:constant(safe-area-inset-
left);width:calc(100vw - constant(safe-area-inset-left) - constant(safe-area-inset-right));height:calc(100vh -
constant(safe-area-inset-top) - constant(safe-area-inset-bottom));padding-top:env(safe-area-inset-top);padding-
right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-
left);width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right));height:calc(100vh - env(safe-area-inset-
top) - env(safe-area-inset-bottom))}html #admob .privacy-button{padding-right:constant(safe-area-inset-
right);padding-bottom:constant(safe-area-inset-bottom);padding-right:env(safe-area-inset-right);padding-
bottom:env(safe-area-inset-bottom)}html #admob .gdpr-pop-up{bottom:constant(safe-area-inset-
bottom);left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-area-inset-left) - constant(safe-area-inset-
right));bottom:env(safe-area-inset-bottom);left:env(safe-area-inset-left);width:calc(100vw - env(safe-area-inset-left) -
env(safe-area-inset-right))}html #end-screen,html #vast-end-screen{padding-top:constant(safe-area-inset-
top);padding-right:constant(safe-area-inset-right);padding-bottom:constant(safe-area-inset-bottom);padding-
left:constant(safe-area-inset-left);width:calc(100% - constant(safe-area-inset-left) - constant(safe-area-inset-
right));height:calc(100% - constant(safe-area-inset-top) - constant(safe-area-inset-bottom));padding-top:env(safe-area-
inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-
area-inset-left);width:calc(100% - env(safe-area-inset-left) - env(safe-area-inset-right));height:calc(100% - env(safe-
area-inset-top) - env(safe-area-inset-bottom));}html #end-screen .btn-close-region,html #vast-end-screen .btn-close-
region{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #end-screen .btn-close-html-endcard,html #vast-end-screen .btn-close-html-
endcard{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #end-screen .privacy-button-html-endcard,html #vast-end-screen .privacy-
button-html-endcard{top:constant(safe-area-inset-top);left:constant(safe-area-inset-left);top:env(safe-area-inset-
top);left:env(safe-area-inset-left)}html #vast-end-screen .china-advertisement{top:constant(safe-area-inset-
top);left:constant(safe-area-inset-left);top:env(safe-area-inset-top);left:env(safe-area-inset-left)}html #vast-end-screen
.privacy-button{bottom:constant(safe-area-inset-bottom);left:constant(safe-area-inset-left);bottom:env(safe-area-inset-
bottom);left:env(safe-area-inset-left)}html #display-interstitial .close-region,html #closable-video-overlay .close-
region{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #display-interstitial .close{left:-43px}html #display-interstitial .gdpr-pop-
up{top:26px}html #overlay,html #closable-video-overlay{position:absolute;top:constant(safe-area-inset-
top);left:constant(safe-area-inset-left);width:calc(100% - constant(safe-area-inset-left) - constant(safe-area-inset-
right));height:calc(100% - constant(safe-area-inset-top) - constant(safe-area-inset-bottom));top:env(safe-area-inset-
top);left:env(safe-area-inset-left);width:calc(100% - env(safe-area-inset-left) - env(safe-area-inset-
right));height:calc(100% - env(safe-area-inset-top) - env(safe-area-inset-bottom));}html #overlay .skip-hit-area,html
#closable-video-overlay .skip-hit-area{top:constant(safe-area-inset-top);left:constant(safe-area-inset-
left);top:env(safe-area-inset-top);left:env(safe-area-inset-left)}html #overlay .progress,html #closable-video-overlay
.progress{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #privacy-sdk-container #privacy-iframe{padding-top:constant(safe-area-
inset-top);padding-bottom:constant(safe-area-inset-bottom);height:calc(100vh - constant(safe-area-inset-top) -
constant(safe-area-inset-bottom));padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-
bottom);height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.performance-end-screen .portrait
#end-screen{padding:0;padding-top:env(safe-area-inset-top);padding-top:constant(safe-area-inset-
top);width:100vw;height:calc(100vh - env(safe-area-inset-top));height:calc(100vh - constant(safe-area-inset-
top));}.performance-end-screen .portrait #end-screen .bottom-container{margin-bottom:env(safe-area-inset-
bottom);margin-bottom:constant(safe-area-inset-bottom)}.performance-end-screen .landscape #end-
screen{padding:0;height:100vh;}.performance-end-screen .landscape #end-screen .china-
advertisement{right:auto;left:0;margin-right:0;margin-left:1em}.performance-end-screen .landscape #end-screen
.bottom-container{margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-
bottom);}.performance-end-screen .landscape #end-screen .bottom-container .privacy-button{right:0;left:auto;margin-
right:1em;margin-left:0}.performance-end-screen .landscape #end-screen.show-gdpr-banner .gdpr-pop-up{padding-
bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);}.performance-end-screen
.landscape #end-screen.show-gdpr-banner .gdpr-pop-up .gdpr-text{padding-bottom:0}.performance-end-screen .ios-
landscape-right #end-screen{padding-right:env(safe-area-inset-right);padding-right:constant(safe-area-inset-
right);width:calc(100vw - env(safe-area-inset-right));width:calc(100vw - constant(safe-area-inset-
right))}.performance-end-screen .ios-landscape-left #end-screen{padding-left:env(safe-area-inset-left);padding-
left:constant(safe-area-inset-left);width:calc(100vw - env(safe-area-inset-left));width:calc(100vw - constant(safe-area-
inset-left));}.performance-end-screen .ios-landscape-left #end-screen .bottom-container .privacy-
button{right:env(safe-area-inset-right);right:constant(safe-area-inset-right)}@media only screen and (device-
width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait) and (device-
width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){.performance-end-screen #end-screen
.end-screen-info-background{font-size:24px}}}@media only screen and (device-width:414px) and (device-
height:896px) and (-webkit-device-pixel-ratio:2){html #gdpr-consent-settings .safe-area-content{padding-
top:constant(safe-area-inset-top);padding-right:constant(safe-area-inset-right);padding-bottom:constant(safe-area-
inset-bottom);padding-left:constant(safe-area-inset-left);padding-top:env(safe-area-inset-top);padding-right:env(safe-
area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left)}html #webplayer-
mraid #mraid-iframe{padding-top:constant(safe-area-inset-top);padding-right:constant(safe-area-inset-right);padding-
bottom:constant(safe-area-inset-bottom);padding-left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-
area-inset-left) - constant(safe-area-inset-right));height:calc(100vh - constant(safe-area-inset-top) - constant(safe-area-
inset-bottom));padding-top:env(safe-area-inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-
area-inset-bottom);padding-left:env(safe-area-inset-left);width:calc(100vw - env(safe-area-inset-left) - env(safe-area-
inset-right));height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}html #webplayer-mraid .ar-
phone-x-top{position:fixed;top:0;left:0;display:block;width:100%;background:#000;height:env(safe-area-inset-
top);height:constant(safe-area-inset-top)}html #webplayer-mraid .ar-phone-x-
bottom{position:fixed;bottom:0;left:0;display:block;width:100%;background:#000;height:env(safe-area-inset-
bottom);height:constant(safe-area-inset-bottom)}html #webplayer-mraid .ar-phone-x-
left{position:fixed;top:0;left:0;display:block;height:100%;background:#000;width:env(safe-area-inset-
left);width:constant(safe-area-inset-left)}html #webplayer-mraid .ar-phone-x-
right{position:fixed;top:0;right:0;display:block;height:100%;background:#000;width:env(safe-area-inset-
right);width:constant(safe-area-inset-right)}html #webplayer-mraid .close-region{top:constant(safe-area-inset-
top);right:constant(safe-area-inset-right);top:env(safe-area-inset-top);right:env(safe-area-inset-right)}html
#webplayer-mraid .camera-permission-panel .gdpr-link{bottom:calc(0.5rem + constant(safe-area-inset-
bottom));bottom:calc(0.5rem + env(safe-area-inset-bottom))}html #webplayer-mraid .camera-permission-panel
.show-learn-more-button{bottom:calc(-0.5rem + constant(safe-area-inset-bottom));bottom:calc(-0.5rem + env(safe-
area-inset-bottom))}html #webplayer-mraid .privacy-button{top:constant(safe-area-inset-top);left:constant(safe-area-
inset-left);top:env(safe-area-inset-top);left:env(safe-area-inset-left)}html #webplayer-mraid .gdpr-pop-
up{top:constant(safe-area-inset-top);left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-area-inset-
left) - constant(safe-area-inset-right));top:env(safe-area-inset-top);left:env(safe-area-inset-left);width:calc(100vw -
env(safe-area-inset-left) - env(safe-area-inset-right))}html #extended-mraid #mraid-iframe,html #mraid #mraid-
iframe{padding-top:constant(safe-area-inset-top);padding-right:constant(safe-area-inset-right);padding-
bottom:constant(safe-area-inset-bottom);padding-left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-
area-inset-left) - constant(safe-area-inset-right));height:calc(100vh - constant(safe-area-inset-top) - constant(safe-area-
inset-bottom));padding-top:env(safe-area-inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-
area-inset-bottom);padding-left:env(safe-area-inset-left);width:calc(100vw - env(safe-area-inset-left) - env(safe-area-
inset-right));height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}html #extended-mraid .ar-
p h o n e - x - t o p , h t m l # m r a i d . a r - p h o n e - x -
top{position:fixed;top:0;left:0;display:block;width:100%;background:#000;height:env(safe-area-inset-
top);height:constant(safe-area-inset-top)}html #extended-mraid .ar-phone-x-bottom,html #mraid .ar-phone-x-
bottom{position:fixed;bottom:0;left:0;display:block;width:100%;background:#000;height:env(safe-area-inset-
bottom);height:constant(safe-area-inset-bottom)}html #extended-mraid .ar-phone-x-left,html #mraid .ar-phone-x-
left{position:fixed;top:0;left:0;display:block;height:100%;background:#000;width:env(safe-area-inset-
left);width:constant(safe-area-inset-left)}html #extended-mraid .ar-phone-x-right,html #mraid .ar-phone-x-
right{position:fixed;top:0;right:0;display:block;height:100%;background:#000;width:env(safe-area-inset-
right);width:constant(safe-area-inset-right)}html #extended-mraid .close-region,html #mraid .close-
region{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #extended-mraid .camera-permission-panel .gdpr-link,html #mraid .camera-
permission-panel .gdpr-link{bottom:calc(0.5rem + constant(safe-area-inset-bottom));bottom:calc(0.5rem + env(safe-
area-inset-bottom))}html #extended-mraid .camera-permission-panel .show-learn-more-button,html #mraid .camera-
permission-panel .show-learn-more-button{bottom:calc(-0.5rem + constant(safe-area-inset-bottom));bottom:calc(-
0.5rem + env(safe-area-inset-bottom))}html #extended-mraid .privacy-button,html #mraid .privacy-
button{bottom:constant(safe-area-inset-bottom);left:constant(safe-area-inset-left);bottom:env(safe-area-inset-
bottom);left:env(safe-area-inset-left)}html #extended-mraid .gdpr-pop-up,html #mraid .gdpr-pop-
up{bottom:constant(safe-area-inset-bottom);left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-area-
inset-left) - constant(safe-area-inset-right));bottom:env(safe-area-inset-bottom);left:env(safe-area-inset-
left);width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right))}html .landscape #extended-mraid .gdpr-
pop-up.mraid-container{top:inherit;bottom:0;width:calc(50vw - env(safe-area-inset-left))}html .landscape #extended-
mraid .camera-permission-panel .show-learn-more-button{right:constant(safe-area-inset-right);right:env(safe-area-
inset-right)}html #admob #admob-iframe{padding-top:constant(safe-area-inset-top);padding-right:constant(safe-area-
inset-right);padding-bottom:constant(safe-area-inset-bottom);padding-left:constant(safe-area-inset-
left);width:calc(100vw - constant(safe-area-inset-left) - constant(safe-area-inset-right));height:calc(100vh -
constant(safe-area-inset-top) - constant(safe-area-inset-bottom));padding-top:env(safe-area-inset-top);padding-
right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-
left);width:calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right));height:calc(100vh - env(safe-area-inset-
top) - env(safe-area-inset-bottom))}html #admob .privacy-button{padding-right:constant(safe-area-inset-
right);padding-bottom:constant(safe-area-inset-bottom);padding-right:env(safe-area-inset-right);padding-
bottom:env(safe-area-inset-bottom)}html #admob .gdpr-pop-up{bottom:constant(safe-area-inset-
bottom);left:constant(safe-area-inset-left);width:calc(100vw - constant(safe-area-inset-left) - constant(safe-area-inset-
right));bottom:env(safe-area-inset-bottom);left:env(safe-area-inset-left);width:calc(100vw - env(safe-area-inset-left) -
env(safe-area-inset-right))}html #end-screen,html #vast-end-screen{padding-top:constant(safe-area-inset-
top);padding-right:constant(safe-area-inset-right);padding-bottom:constant(safe-area-inset-bottom);padding-
left:constant(safe-area-inset-left);width:calc(100% - constant(safe-area-inset-left) - constant(safe-area-inset-
right));height:calc(100% - constant(safe-area-inset-top) - constant(safe-area-inset-bottom));padding-top:env(safe-area-
inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-
area-inset-left);width:calc(100% - env(safe-area-inset-left) - env(safe-area-inset-right));height:calc(100% - env(safe-
area-inset-top) - env(safe-area-inset-bottom));}html #end-screen .btn-close-region,html #vast-end-screen .btn-close-
region{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #end-screen .btn-close-html-endcard,html #vast-end-screen .btn-close-html-
endcard{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #end-screen .privacy-button-html-endcard,html #vast-end-screen .privacy-
button-html-endcard{top:constant(safe-area-inset-top);left:constant(safe-area-inset-left);top:env(safe-area-inset-
top);left:env(safe-area-inset-left)}html #vast-end-screen .china-advertisement{top:constant(safe-area-inset-
top);left:constant(safe-area-inset-left);top:env(safe-area-inset-top);left:env(safe-area-inset-left)}html #vast-end-screen
.privacy-button{bottom:constant(safe-area-inset-bottom);left:constant(safe-area-inset-left);bottom:env(safe-area-inset-
bottom);left:env(safe-area-inset-left)}html #display-interstitial .close-region,html #closable-video-overlay .close-
region{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #display-interstitial .close{left:-43px}html #display-interstitial .gdpr-pop-
up{top:26px}html #overlay,html #closable-video-overlay{position:absolute;top:constant(safe-area-inset-
top);left:constant(safe-area-inset-left);width:calc(100% - constant(safe-area-inset-left) - constant(safe-area-inset-
right));height:calc(100% - constant(safe-area-inset-top) - constant(safe-area-inset-bottom));top:env(safe-area-inset-
top);left:env(safe-area-inset-left);width:calc(100% - env(safe-area-inset-left) - env(safe-area-inset-
right));height:calc(100% - env(safe-area-inset-top) - env(safe-area-inset-bottom));}html #overlay .skip-hit-area,html
#closable-video-overlay .skip-hit-area{top:constant(safe-area-inset-top);left:constant(safe-area-inset-
left);top:env(safe-area-inset-top);left:env(safe-area-inset-left)}html #overlay .progress,html #closable-video-overlay
.progress{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #privacy-sdk-container #privacy-iframe{padding-top:constant(safe-area-
inset-top);padding-bottom:constant(safe-area-inset-bottom);height:calc(100vh - constant(safe-area-inset-top) -
constant(safe-area-inset-bottom));padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-
bottom);height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.performance-end-screen .portrait
#end-screen{padding:0;padding-top:env(safe-area-inset-top);padding-top:constant(safe-area-inset-
top);width:100vw;height:calc(100vh - env(safe-area-inset-top));height:calc(100vh - constant(safe-area-inset-
top));}.performance-end-screen .portrait #end-screen .bottom-container{margin-bottom:env(safe-area-inset-
bottom);margin-bottom:constant(safe-area-inset-bottom)}.performance-end-screen .landscape #end-
screen{padding:0;height:100vh;}.performance-end-screen .landscape #end-screen .china-
advertisement{right:auto;left:0;margin-right:0;margin-left:1em}.performance-end-screen .landscape #end-screen
.bottom-container{margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-
bottom);}.performance-end-screen .landscape #end-screen .bottom-container .privacy-button{right:0;left:auto;margin-
right:1em;margin-left:0}.performance-end-screen .landscape #end-screen.show-gdpr-banner .gdpr-pop-up{padding-
bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);}.performance-end-screen
.landscape #end-screen.show-gdpr-banner .gdpr-pop-up .gdpr-text{padding-bottom:0}.performance-end-screen .ios-
landscape-right #end-screen{padding-right:env(safe-area-inset-right);padding-right:constant(safe-area-inset-
right);width:calc(100vw - env(safe-area-inset-right));width:calc(100vw - constant(safe-area-inset-
right))}.performance-end-screen .ios-landscape-left #end-screen{padding-left:env(safe-area-inset-left);padding-
left:constant(safe-area-inset-left);width:calc(100vw - env(safe-area-inset-left));width:calc(100vw - constant(safe-area-
inset-left));}.performance-end-screen .ios-landscape-left #end-screen .bottom-container .privacy-
button{right:env(safe-area-inset-right);right:constant(safe-area-inset-right)}@media only screen and (device-
width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:2) and (orientation:portrait) and (device-
width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){.performance-end-screen #end-screen
.end-screen-info-background{font-size:24px}}}@media only screen and (device-width:390px) and (device-
height:844px) and (-webkit-device-pixel-ratio:3){html #display-interstitial .close-region,html #closable-video-overlay
.close-region{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);top:env(safe-area-inset-
top);right:env(safe-area-inset-right)}html #display-interstitial .close{left:-43px}html #display-interstitial .gdpr-pop-
up{top:26px}html #webplayer-mraid .privacy-button{top:10px;left:25px}html #webplayer-mraid .close-
region{right:18px}html #vast-end-screen .btn-close-html-endcard{right:1.2rem}}@media (orientation:portrait) and
(min-width:960px) and (max-width:1024px){html{font-size:40px}}@media (orientation:portrait) and (min-
width:801px) and (max-width:959px){html{font-size:38.4px}}@media (orientation:portrait) and (min-width:769px)
and (max-width:800px){html{font-size:35.2px}}@media (orientation:portrait) and (min-width:569px) and (max-
width:768px){html{font-size:32px}}@media (orientation:portrait) and (min-width:481px) and (max-
width:568px){html{font-size:22.4px}}@media (orientation:portrait) and (min-width:414px) and (max-
width:480px){html{font-size:20.8px}}@media (orientation:portrait) and (min-width:360px) and (max-
width:413px){html{font-size:19.2px}}@media (orientation:portrait) and (min-width:321px) and (max-
width:359px){html{font-size:16px}}@media only screen and (orientation:portrait) and (device-width:375px) and
(device-height:812px) and (-webkit-device-pixel-ratio:3){html{font-size:20px}}@media (orientation:landscape) and
(min-width:960px) and (max-width:1024px){html{font-size:32px}}@media (orientation:landscape) and (min-
width:569px) and (max-width:768px){html{font-size:20px}}@media only screen and (orientation:landscape) and
(device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){html{font-
size:20px}}#vpaid{width:100vw;height:100vh;}#vpaid #vpaid-
iframe{margin:0;padding:0;width:100%;height:100%;border:none}#vpaid .companion-
container{position:absolute;bottom:0;display:none;width:100vw;text-
align:center}#closer{position:absolute;width:100%;height:100%;}#closer .close-
region{position:absolute;top:20px;right:46px}#closer .icon-
close{position:absolute;top:4px;right:2px;width:32px;height:32px;color:#fff;text-align:center;text-shadow:.03em
.05em .18em #7c7c7c;font-size:28px;line-height:28px}#closer .close{position:absolute;top:50%;left:8px;z-
index:1;width:36px;height:36px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}#closer .progress-
wrapper{position:absolute;clip:rect(0,36px,36px,18px);width:36px;height:36px}#closer
.progress:after{position:absolute;top:50%;left:50%;display:block;color:#fff;font-size:18px;-webkit-
transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#closer .circle-base,#closer .circle-left,#closer
.circle-right{position:absolute;width:28px;height:28px;border-radius:100%;background-color:transparent;vertical-
align:middle}#closer .circle-base{border:4px solid #696969}#closer .circle-left,#closer .circle-
right{clip:rect(0,18px,36px,0);border:4px solid #fff}#closer .progress-wrapper,#closer .circle-left,#closer .circle-
right{-webkit-animation-duration:.01s;animation-duration:.01s;-webkit-animation-timing-function:linear;animation-
timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-
mode:forwards;animation-fill-mode:forwards}#closer .gdpr-pop-
up{position:absolute;bottom:0;width:100%;background-color:#161616;-webkit-box-shadow:0 0 15px 0
rgba(0,0,0,0.1);box-shadow:0 0 15px 0 rgba(0,0,0,0.1);opacity:1;}#closer .gdpr-pop-up .gdpr-text{z-
index:110;padding:.5rem;width:90%;color:#fff;text-align:center;font-size:.5rem;}#closer .gdpr-pop-up .gdpr-text
.gdpr-link{color:#167dfb}#closer .privacy-button{position:absolute;bottom:0;margin:.25rem 0 0
.25rem;width:100%;}#closer .privacy-button .icon-gdpr{color:#fff}.ar-phone-x-top{display:none}.ar-phone-x-
bottom{display:none}.ar-phone-x-left{display:none}.ar-phone-x-right{display:none}#admob #admob-
iframe{position:fixed;display:block;width:100vw;height:100vh;border:none}#admob .gdpr-pop-
up{bottom:0;position:absolute;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-
orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-
ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-
items:center;width:100%;background-color:#fafafa;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.1);box-shadow:0 0
15px 0 rgba(0,0,0,0.1);opacity:1;}#admob .gdpr-pop-up .gdpr-text{padding:.5rem;font-size:.5rem}#admob .gdpr-pop-
up .icon-gdpr{margin:0 .5rem;color:#000;opacity:.25}#admob .gdpr-pop-up .gdpr-text{z-index:110;padding:.5rem
.5rem .5rem 0;width:80%;text-align:center;}#admob .gdpr-pop-up .gdpr-text .gdpr-link{color:#167dfb}#admob
.privacy-button{position:fixed;right:4px;bottom:1px;z-index:1000;width:15px;height:17px;color:#fff;text-
align:center;font-weight:300;font-size:small;}#admob .privacy-button .icon-
gdpr{display:block;width:18px;height:17px;background-color:#fff;color:#0198b3}#vast-end-
screen{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;}#vast-end-screen.hidePrivacyButton
.privacy-button{display:none}#vast-end-screen .campaign-container{width:100%;height:100%}#vast-end-screen
.game-background{width:100%;height:100%;background-color:#000;background-position:center;background-
size:contain;background-repeat:no-repeat}#vast-end-screen .vast-iframe-
endcard{position:fixed;display:block;width:100vw;height:100vh;border:none}body.portrait #vast-end-screen .game-
background-portrait{display:block}body.portrait #vast-end-screen .game-background-
landscape{display:none}body.landscape #vast-end-screen .game-background-portrait{display:none}body.landscape
#vast-end-screen .game-background-landscape{display:block}#vast-end-screen .btn-close-region,#vast-end-screen
.circular-progress{z-index:100;width:3.125rem;font-size:1.25rem;line-
height:3.125rem;position:absolute;color:#fff;text-align:center;text-shadow:.03em .05em .18em
#7c7c7c;padding:.25rem;top:0;top:constant(safe-area-inset-top);top:env(safe-area-inset-
top);right:0;right:constant(safe-area-inset-right);right:env(safe-area-inset-right)}#vast-end-screen .btn-close-html-
endcard{width:3.125rem;font-size:1.25rem;line-height:3.125rem;position:absolute;top:0;right:0;z-
index:100;color:#fff;text-align:center;text-shadow:.03em .05em .18em #7c7c7c;margin:0 .25rem 0 0}#vast-end-
screen .privacy-button-html-endcard{width:3.125rem;line-height:3.125rem;display:-webkit-box;display:-ms-
flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-
ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;z-index:10;color:#e6e6e6;margin:0 0 0
.25rem}#vast-end-screen .privacy-button{position:absolute;bottom:0;z-index:10;color:#e6e6e6;margin:0 0 0
.25rem}#vast-end-screen .china-advertisement{position:fixed;display:none;padding:.7rem;color:#fff;font-
size:.75rem;top:0;padding:.5rem;opacity:.58}#privacy{position:absolute;top:0;right:0;bottom:0;left:0;z-
index:9998;overflow:hidden;width:100%;height:100%;background:rgba(255,255,255,0.5);color:#fff;font-
weight:300;font-size:.75rem;}#privacy .ripple-square{position:relative;overflow:hidden;}#privacy .ripple-
square:hover:active{-webkit-box-shadow:inset 0 0 0 1000px rgba(211,211,211,0.22);box-shadow:inset 0 0 0 1000px
rgba(211,211,211,0.22)}#privacy .ripple-circle{position:relative;overflow:hidden;}#privacy .ripple-
circle:hover:active::after{position:absolute;top:0;left:0;margin-top:.45rem;margin-left:-
.67rem;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,#e2e2e2 22%,transparent
22%);content:"";opacity:.4}#privacy .ripple-circle{width:6%;}#privacy .ripple-
circle:hover:active::after{margin:0;background:radial-gradient(circle,#e2e2e2 44%,transparent 12%)}#privacy
h2{margin-top:1.5rem;margin-bottom:.5rem;font-weight:600;font-size:.8rem}#privacy .view-
container{position:absolute;top:2rem;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-
webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-
direction:column;overflow:hidden;height:calc(100% - 2rem);border-top-left-radius:1rem;border-top-right-
radius:1rem;background:#121317;-webkit-overflow-scrolling:touch}#privacy .scroll-area-
container{position:relative;overflow:auto;min-height:0;max-height:100%}#privacy .privacy-content-
container{position:relative;padding:1rem 1rem 3rem 1rem}#privacy a,#privacy .page-link{color:#2196f3;text-
decoration:none;font-weight:600;cursor:pointer}#privacy .header{position:relative;z-index:9999;border-top-left-
radius:1rem;border-top-right-radius:1rem;background:#0b0b0b;text-align:left;}#privacy .header .close-
button{padding:.5rem .5rem .25rem .75rem;font-size:1rem}#privacy .title-container{background:#000;text-
align:center;}#privacy .title-container .privacy-logo{padding-top:2rem;font-size:1.25rem}#privacy .title-container
.title{padding:1rem;font-weight:600;font-size:1rem}#privacy .title-container .icon-unity-ads-logo{padding-
bottom:.5rem;font-size:1.25rem}#privacy .title-container .tool-button-container{display:-webkit-box;display:-ms-
flexbox;display:flex;padding:.5rem;font-size:.65rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-
content:space-between}#privacy .tool-container{background:#0b0b0b;}#privacy .tool-container .report-ad-
container{padding:1rem;}#privacy .tool-container .report-ad-container .report-button{border-radius:.4rem;text-
align:center;font-weight:500;font-size:.65rem;border:1px solid #167dfb;background-
color:#167dfb;color:#fff;position:relative;padding:.75rem 1rem}#privacy .tool-container .build-info-
container{padding:1rem;word-break:break-all}#privacy .mini-disclosure-container{margin:0 -.5rem;padding:.5rem
1rem;border-radius:.5rem;background:#28282f;font-weight:600}#privacy .radio-group-container{padding:.5rem;font-
size:.75rem;}#privacy .radio-group-container [type="radio"]:checked,#privacy .radio-group-container
[type="radio"]:not(:checked){position:absolute;visibility:hidden}#privacy .radio-group-container
[type="radio"]:checked + label,#privacy .radio-group-container [type="radio"]:not(:checked) +
label{position:relative;padding-left:1.5rem;cursor:pointer;line-height:1.125rem;display:inline-block}#privacy .radio-
group-container [type="radio"]:checked + label:before,#privacy .radio-group-container [type="radio"]:not(:checked) +
label:before{content:'';position:absolute;left:0;top:0;width:.75rem;height:.75rem;background-size:cover;background-
repeat:no-repeat;background-position:center}#privacy .radio-group-container [type="radio"]:checked +
l a b e l : b e f o r e { b a c k g r o u n d -
image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAABG
dBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABFUExURQAAAE6S5UqR40qQ4kuR40uQ40uQ4kqR40+Y
50yT4////2Sh54i37VGV5J7E8O71/avM8vr8/8Pa9sbc9nWr6dLk+OXv+97UQ0gAAAAKdFJOUwAx2f+gt3P0FU2O
6iFTAAAA9UlEQVQ4y5WU6xKEIAiF245Gpnaxy/s/6rZQTWXNsOef9A0cSCyKf1U7Y0ui0hpXvyAfSzhE9vOUx
ayfpn5ehmGZ+2k9mCybI8S2aw51bQS5K1MB4YQwFoDqxvRNpv5COSA1D0rAUbGmPc+Qgo/RhzTsuWh3bxAk
Nvp9An6USIDZ5oMonluc1Ir7CJmX3QIXBkfQbo440YibuGInrhwm9uzvkGf3EzdopLWETEkaNGxplj4ycc8zmyqx/
A4+h/wvvqBcIQLXjjkU2StIC6nKqYyrRqAapuq3qH6w7qqoLp3u+qoWQbdSuuXUrbnuwdA9PcpH7F1fQ1ocieOz1i
AAAAAASUVORK5CYII=")}#privacy .radio-group-container [type="radio"]:not(:checked) +
l a b e l : b e f o r e { b a c k g r o u n d -
image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAABG
dBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURQAAAOjp7ufp7uvx9ers8Ofp7ufr7+bp7ufp7ubp7
+bp7ejq7efp7icP+oYAAAAMdFJOUwB69RInrUSgwVLZV6JS+EoAAADBSURBVDjLlZRXEsMgDEStQvXe/7wh
2HHiArPRh2cMb6RFbVn+NSspV9WaU7EB4kFxmAZ/QlK7yhLdzKPk9pNuWFSo/MQwaQfxzAhw9e8BkAsjdwX
n0wisT09ZgSOi65OfzZd+RCSEUeYC0u7oi98To/CdlnERZItiCptUCvq+LcizemaULltmkHTpGXEGxR6owmeQo7b
vVHdXzkJUOEo4lQIqmVRZqAJzrUI1Hde+1CBwI8UNJzfm3MLgVg+5xMb2AnKHCD3v0FC4AAAAAElFTkSuQ
mCC")}#privacy .radio-group-container [type="radio"]:checked + label{font-weight:500}#privacy .radio-group-
container .radio-item-container{padding:.25rem 0}#privacy .text-small{font-weight:300;font-
size:.5rem}#privacy:not(.report) .report-ad-container{display:none}#privacy:not(.build-info) .build-info-
container{display:none}#privacy .data-deletion-note{display:none;padding:.75rem 0 0 0;text-align:center;font-
style:italic;}#privacy .data-deletion-note.active{display:block}#privacy #data-deletion-container{padding:.75rem
0;}#privacy #data-deletion-container .page-link{pointer-events:none}#privacy #data-deletion-container.active .page-
link{pointer-events:auto}#privacy #data-deletion-container,#privacy #data-deletion-request-
container{display:none;padding:1rem 0;text-align:center;}#privacy #data-deletion-container.active,#privacy #data-
deletion-request-container.active{display:block}body.landscape #privacy .view-
container{top:1rem;left:22%;width:56%;height:calc(100% - 1rem)}@media only screen and (device-width:375px)
and (device-height:812px) and (-webkit-device-pixel-ratio:3){html #privacy .view-container{top:calc(2rem +
constant(safe-area-inset-top));top:calc(2rem + env(safe-area-inset-top));height:calc(100% - 2rem - constant(safe-area-
inset-top));height:calc(100% - 2rem - env(safe-area-inset-top))}}@media only screen and (device-width:414px) and
(device-height:896px) and (-webkit-device-pixel-ratio:3){html #privacy .view-container{top:calc(2rem +
constant(safe-area-inset-top));top:calc(2rem + env(safe-area-inset-top));height:calc(100% - 2rem - constant(safe-area-
inset-top));height:calc(100% - 2rem - env(safe-area-inset-top))}}@media only screen and (device-width:414px) and
(device-height:896px) and (-webkit-device-pixel-ratio:2){html #privacy .view-container{top:calc(2rem +
constant(safe-area-inset-top));top:calc(2rem + env(safe-area-inset-top));height:calc(100% - 2rem - constant(safe-area-
inset-top));height:calc(100% - 2rem - env(safe-area-inset-top))}}#privacy-row-item-container .ripple-
square{position:relative;overflow:hidden;}#privacy-row-item-container .ripple-square:hover:active{-webkit-box-
shadow:inset 0 0 0 1000px rgba(211,211,211,0.22);box-shadow:inset 0 0 0 1000px rgba(211,211,211,0.22)}#privacy-
row-item-container .row-item{margin:.5rem 0 .5rem 0}#privacy-row-item-container .row-item-title{display:-webkit-
box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-
direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-
webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;font-weight:600;font-
size:.55rem}#privacy-row-item-container .description{display:none;padding-right:.5rem;color:#333;text-
align:justify;font-weight:300;font-size:.55rem}#privacy-row-item-container .row-item.show-description
.description{display:block}#privacy-row-item-container .arrow-icon{padding-right:.25rem;color:#000;font-
size:.4rem;opacity:.5}#privacy-row-item-container .heading2{display:block;font-weight:500;font-
size:.55rem}#privacy-row-item-container .intended-span{display:block;padding:0 1rem}#privacy-row-item-container
#data-deletion-container{padding:.75rem 0;}#privacy-row-item-container #data-deletion-container .page-
link{pointer-events:none}#privacy-row-item-container #data-deletion-container.active .page-link{pointer-
events:auto}#privacy-row-item-container #data-deletion-container,#privacy-row-item-container #data-deletion-
request-container{display:block;text-align:center;opacity:0;-webkit-transition:opacity 250ms ease-
in;transition:opacity 250ms ease-in;}#privacy-row-item-container #data-deletion-container.active,#privacy-row-item-
container #data-deletion-request-container.active{opacity:1}#privacy-row-item-container .page-
link{color:#167dfb;cursor:pointer}@font-face{font-family:"consent-icons";src:url("data:application/x-font-
ttf;base64,AAEAAAANAIAAAwBQRkZUTXxz6IwAAAhkAAAAHEdERUYAOAAGAAAIRAAAACBPUy8yL7p
MbgAAAVgAAABWY21hcMBYI54AAAHQAAABSmdhc3D//wADAAAIPAAAAAhnbHlmj4RcMgAAAzQAAA
LIaGVhZBFUhrsAAADcAAAANmhoZWEEMQIFAAABFAAAACRobXR4BhQATgAAAbAAAAAebG9jYQJgA
w4AAAMcAAAAGG1heHAAUQA5AAABOAAAACBuYW1lWJ0IPQAABfwAAAHLcG9zdJs3oXsAAAfIAAAA
cwABAAAAAQAAk+eNpl8PPPUACwIAAAAAANgbIt4AAAAA2Bsi3gAAAAACAAICAAAACAACAAAAAA
AAAAEAAAICAAAALgIAAAAAAAIAAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAALADYABAAAAA
AAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIA
BQkAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4CDgJwHg/+AALgICAAAAAAABAAAAAA
AAAgAAAAAAAAACAAAAAgAAAAAAAA4AAAAAAAAAQAAUAAAAAAADAAAAAwAAABwAAQAA
AAAARAADAAEAAAAcAAQAKAAAAAYABAABAAIAAOAn//8AAAAA4CD//wAAH+MAAQAAAAAAAA
AAAQYAAAEAAAAAAAAAAQIAAAACAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACoAVABqAI4AtgDIARYBZAADAAAAEAHgAf
AABwATABcAAAEXFQcjJzU3ExYyNzY0JyYiBwYUNzUjFQFUjIzIjIxLCh4KCgoKHgoKPTQB8IzIjIzIjP6NCgo
JHgkKCgkeYKCgAAADAAAAEAHgAfAABwATABcAAAEXFQcjJzU3ExYyNzY0JyYiBwYUNzUjFQFUjIzIjIx
LCh4KCgoKHgoKPTQB8IzIjIzIjP6NCgoJHgkKCgkeYKCgAAABAA4AHgHyAgIACAAAARUhFwcnNxcHAfL+
kagq8/MqqAEuPKoq8vIqqgAAAAIAAAAAAgACAAADABMAAAERIRElISIGFREUFjMhMjY1ETQmAcf+cgG
O/nIXIiIXAY4XIiIBx/5yAY45Ihf+chciIhcBjhciAAIAAAAAAgACAAAPABUAABMiBhURFBYzITI2NRE0JiMB
Nxc3FwE5FyIiFwGOFyIiF/5yHHLkHP8AAgAiF/5yFyIiFwGOFyL/ABxVxxz/AAAAAQAAAHgB4AGgAAUAAA
EXByc3FwGoOPDwOLgBoDjw8Di4AAAABABAAAoBqgHmABoAJAAoADUAAAEyFh0BFAYjISImPQE0NjsB
NTQ3NjMyFxYdAS4BIgcGFTMVMzUTNSEVNwYjIicmNDc2MhcWFAF+EhoaEv7wFBoaFBYhIi8uISEqKjoUF
AKKQv7wpw8REg4NDQ4kDg0BRhoS5BIaGhLkEhouLyEiIiEvLkoqFRMeLi7+wuTkUQ0ODCgMDg4MKAAAB
AAUABsB0gHbAAoAFQAjADIAAAAmIyIHBhQWMjc2FyYjIgcGHQEhNTQDNjMyFxYUBwYjIicmNBc2MzIX
FhcWHQEhNTQ3NgEtIhgXExEiMhARODY8OzY5AVT5IC8uISAgIS4vICEVMSooMzIoKv5CKSgBgyIRETAiER
G/FhYVEB4eEAE7ISEgXiAhISFcxQwMDBsbI1RUJBobAAAAAAAMAJYAAQAAAAAAAQANABwAAQAAA
AAAAgAFADYAAQAAAAAAAwAqAJIAAQAAAAAABAANANkAAQAAAAAABQALAP8AAQAAAAAABg
ANAScAAwABBAkAAQAaAAAAAwABBAkAAgAKACoAAwABBAkAAwBUADwAAwABBAkABAAaAL0A
AwABBAkABQAWAOcAAwABBAkABgAaAQsAYwBvAG4AcwBlAG4AdAAtAGkAYwBvAG4AcwAAY29uc2
VudC1pY29ucwAAaQBjAG8AbgBzAABpY29ucwAARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgADo
AIABjAG8AbgBzAGUAbgB0AC0AaQBjAG8AbgBzACAAOgAgADIAMQAtADEAMQAtADIAMAAxADgAAE
ZvbnRGb3JnZSAyLjAgOiBjb25zZW50LWljb25zIDogMjEtMTEtMjAxOAAAYwBvAG4AcwBlAG4AdAAtAGkA
YwBvAG4AcwAAY29uc2VudC1pY29ucwAAVgBlAHIAcwBpAG8AbgAgADEALgAwAABWZXJzaW9uIDEuM
AAAYwBvAG4AcwBlAG4AdAAtAGkAYwBvAG4AcwAAY29uc2VudC1pY29ucwAAAAIAAAAAAAAAAAAA
AAAAAQAAAAAAAAAAAAAAAAAAAAAACwAAAAEAAgBEAQIBAwEEAQUBBgEHAQgFYWxlcnQFYX
Jyb3cIY2hlY2tib3gQY2hlY2tib3gtY2hlY2tlZAdjaGV2cm9uBGxvY2sHcGVyc29uMgAAAAAB//8AAgABAAAAD
gAAABgAAAAAAAIAAQADAAoAAQAEAAAAAgAAAAAAAQAAAADMPaLPAAAAANgbIt4AAAAA2Bsi3
g==") format("truetype")}[data-icon]:before{content:attr(data-icon);font-family:"consent-icons"
!important}[class^="consent-icon-"]:before,[class*=" consent-icon-"]:before{font-family:"consent-icons"
!important}.consent-icon-a:before{content:"\e020"}.consent-icon-alert:before{content:"\e021"}.consent-icon-
arrow:before{content:"\e022"}.consent-icon-checkbox:before{content:"\e023"}.consent-icon-checkbox-
checked:before{content:"\e024"}.consent-icon-chevron:before{content:"\e025"}.consent-icon-
lock:before{content:"\e026"}.consent-icon-person2:before{content:"\e027"}#privacy-
s e t t i n g s { p o s i t i o n : a b s o l u t e ; t o p : 0 ; r i g h t : 0 ; b o t t o m : 0 ; l e f t : 0 ; z -
index:9999;overflow:hidden;width:100%;height:100%;background:rgba(0,0,0,0.5);}#privacy-settings .ripple-
square{position:relative;overflow:hidden;}#privacy-settings .ripple-square:hover:active{-webkit-box-shadow:inset 0 0
0 1000px rgba(211,211,211,0.22);box-shadow:inset 0 0 0 1000px rgba(211,211,211,0.22)}#privacy-settings .ripple-
circle{position:relative;overflow:hidden;}#privacy-settings .ripple-
circle:hover:active::after{position:absolute;top:0;left:0;margin-top:.45rem;margin-left:-
.67rem;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,#e2e2e2 22%,transparent
2 2 % ) ; c o n t e n t : " " ; o p a c i t y : . 4 } # p r i v a c y - s e t t i n g s . s a f e - a r e a -
content{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-
box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-
pack:end;-ms-flex-pack:end;justify-content:flex-end}#privacy-settings .close-area{position:relative;-webkit-box-
flex:1;-ms-flex-positive:1;flex-grow:1}#privacy-settings .close-button{padding:.35rem 1rem;border-
radius:3rem;background:#333;color:#b4b4b4;font-weight:500;font-size:.65rem;position:absolute}#privacy-settings
.page-container{padding:1rem 2rem}#privacy-settings .view-container{position:relative;overflow:auto;padding-
bottom:1rem;min-height:80%;max-height:80%;width:100%;border-top-left-radius:1rem;border-top-right-
radius:1rem;background:#fff;-webkit-overflow-scrolling:touch}#privacy-settings .back-
button{width:2rem;color:#000;font-size:.65rem;padding:2rem 2rem 1rem 2rem}#privacy-settings .main-view-
container{text-align:center;}#privacy-settings .main-view-container .privacy-logo{padding:1rem;color:#000;font-
size:1.5rem}#privacy-settings .main-view-container .settings-button{display:-webkit-box;display:-ms-
flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-
direction:column;margin:.5rem 0;padding:1rem;border-radius:.25rem;background:#f5f5f5;text-align:center;font-
weight:500;font-size:.55rem}#privacy-settings .main-view-container .button-row-container{display:-webkit-
box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-
direction:row;flex-direction:row;}#privacy-settings .main-view-container .button-row-container .row-button{-webkit-
box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-
basis:0;padding:1rem;border-radius:.25rem;background:#f5f5f5;text-align:center;font-weight:500;font-
size:.55rem}#privacy-settings .main-view-container .button-row-container .report-ad-button{margin-
right:.25rem}#privacy-settings .main-view-container .button-row-container .build-info-button{margin-
left:.25rem}#privacy-settings .main-view-container .info-container{padding-top:1rem}#privacy-settings .report-ad-
container .report-button{border-radius:.4rem;text-align:center;font-weight:500;font-size:.65rem;border:1px solid
#167dfb;background-color:#167dfb;color:#fff;position:relative;padding:.75rem 1rem}#privacy-settings
.personalization-container .checkbox-group-container{font-size:.55rem}#privacy-settings .personalization-container
.checkbox-group-container .switch-container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-
webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-
pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-
items:center;padding:.5rem 0}#privacy-settings .personalization-container .checkbox-group-container
.switch{position:relative;display:inline-block;width:46px;height:28px}#privacy-settings .personalization-container
.checkbox-group-container .switch-label{position:relative;width:80%}#privacy-settings .personalization-container
.checkbox-group-container [type="checkbox"]:checked,#privacy-settings .personalization-container .checkbox-group-
container [type="checkbox"]:not(:checked){position:absolute;visibility:hidden}#privacy-settings .personalization-
container .checkbox-group-container [type="checkbox"]:checked + label,#privacy-settings .personalization-container
.checkbox-group-container [type="checkbox"]:not(:checked) +
label{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fafafa;border:2px solid
#e3e3e3;border-radius:34px;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out}#privacy-settings
.personalization-container .checkbox-group-container [type="checkbox"]:checked + label:before,#privacy-settings
.personalization-container .checkbox-group-container [type="checkbox"]:not(:checked) +
label:before{position:absolute;content:"";height:24px;width:24px;background-color:#fff;border-radius:50%;-webkit-
transition:.15s ease-in-out;transition:.15s ease-in-out;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);box-shadow:0
2px 4px 0 rgba(0,0,0,0.2)}#privacy-settings .personalization-container .checkbox-group-container
[type="checkbox"]:checked + label:after,#privacy-settings .personalization-container .checkbox-group-container
[type="checkbox"]:not(:checked) + label:after{position:absolute;content:"";width:46px;height:28px;margin:-
2px;background:#e2e2e2;border-radius:34px;-webkit-transform:scale(1.4);transform:scale(1.4);opacity:0;-webkit-
transition:.15s ease-in-out;transition:.15s ease-in-out}#privacy-settings .personalization-container .checkbox-group-
container [type="checkbox"]:checked + label{background-color:#167dfb;border:2px solid #167dfb}#privacy-settings
.personalization-container .checkbox-group-container [type="checkbox"]:focus + label{-webkit-box-shadow:0 0 1px
#167dfb;box-shadow:0 0 1px #167dfb}#privacy-settings .personalization-container .checkbox-group-container
[type="checkbox"]:hover:active + label:after{opacity:.3}#privacy-settings .personalization-container .checkbox-
group-container [type="checkbox"]:checked + label:before{-webkit-
transform:translateX(18px);transform:translateX(18px)}#privacy-settings .personalization-container #third-party-
switch.disabled{opacity:.33;pointer-events:none}#privacy-settings .radio-group-container{padding:.5rem;font-
size:.55rem;font-weight:300;line-height:1.25rem}#privacy-settings .radio-group-container
[type="radio"]:checked,#privacy-settings .radio-group-container
[type="radio"]:not(:checked){position:absolute;visibility:hidden}#privacy-settings .radio-group-container
[type="radio"]:checked + label,#privacy-settings .radio-group-container [type="radio"]:not(:checked) +
label{position:relative;padding-left:1.5rem;cursor:pointer;line-height:.8250000000000001rem;display:inline-
block}#privacy-settings .radio-group-container [type="radio"]:checked + label:before,#privacy-settings .radio-group-
c o n t a i n e r [ t y p e = " r a d i o " ] : n o t ( : c h e c k e d ) +
label:before{content:'';position:absolute;left:0;top:0;width:.75rem;height:.75rem;background-size:cover;background-
repeat:no-repeat;background-position:center}#privacy-settings .radio-group-container [type="radio"]:checked +
l a b e l : b e f o r e { b a c k g r o u n d -
image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAABG
dBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABFUExURQAAAE6S5UqR40qQ4kuR40uQ40uQ4kqR40+Y
50yT4////2Sh54i37VGV5J7E8O71/avM8vr8/8Pa9sbc9nWr6dLk+OXv+97UQ0gAAAAKdFJOUwAx2f+gt3P0FU2O
6iFTAAAA9UlEQVQ4y5WU6xKEIAiF245Gpnaxy/s/6rZQTWXNsOef9A0cSCyKf1U7Y0ui0hpXvyAfSzhE9vOUx
ayfpn5ehmGZ+2k9mCybI8S2aw51bQS5K1MB4YQwFoDqxvRNpv5COSA1D0rAUbGmPc+Qgo/RhzTsuWh3bxAk
Nvp9An6USIDZ5oMonluc1Ir7CJmX3QIXBkfQbo440YibuGInrhwm9uzvkGf3EzdopLWETEkaNGxplj4ycc8zmyqx/
A4+h/wvvqBcIQLXjjkU2StIC6nKqYyrRqAapuq3qH6w7qqoLp3u+qoWQbdSuuXUrbnuwdA9PcpH7F1fQ1ocieOz1i
AAAAAASUVORK5CYII=")}#privacy-settings .radio-group-container [type="radio"]:not(:checked) +
l a b e l : b e f o r e { b a c k g r o u n d -
image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAABG
dBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURQAAAOjp7ufp7uvx9ers8Ofp7ufr7+bp7ufp7ubp7
+bp7ejq7efp7icP+oYAAAAMdFJOUwB69RInrUSgwVLZV6JS+EoAAADBSURBVDjLlZRXEsMgDEStQvXe/7wh
2HHiArPRh2cMb6RFbVn+NSspV9WaU7EB4kFxmAZ/QlK7yhLdzKPk9pNuWFSo/MQwaQfxzAhw9e8BkAsjdwX
n0wisT09ZgSOi65OfzZd+RCSEUeYC0u7oi98To/CdlnERZItiCptUCvq+LcizemaULltmkHTpGXEGxR6owmeQo7b
vVHdXzkJUOEo4lQIqmVRZqAJzrUI1Hde+1CBwI8UNJzfm3MLgVg+5xMb2AnKHCD3v0FC4AAAAAElFTkSuQ
mCC")}#privacy-settings .radio-group-container [type="radio"]:checked + label{font-weight:500}#privacy-settings
.build-info-container{word-break:break-all}#privacy-settings.initial .back-button{display:none}#privacy-
settings.initial .view-container{-webkit-animation:page-animation-min-to-max .3s ease-out;animation:page-
animation-min-to-max .3s ease-out}#privacy-settings:not(.initial) .view-container{min-height:0;max-height:80%;-
webkit-animation:page-animation-max-to-min .3s ease-out;animation:page-animation-max-to-min .3s ease-
out}#privacy-settings:not(.initial) .main-view-container{display:none}#privacy-settings:not(.personalization)
.personalization-container{display:none}#privacy-settings:not(.data) .view-your-data-
container{display:none}#privacy-settings:not(.report) .report-ad-container{display:none}#privacy-settings:not(.build-
info) .build-info-container{display:none}#privacy-settings .title{margin-bottom:1rem;font-weight:600}#privacy-
settings .heading{font-weight:600;font-size:.65rem}#privacy-settings .heading2{font-weight:500;font-
size:.55rem}#privacy-settings .text{font-weight:300;font-size:.55rem}#privacy-settings .text-small{font-
weight:300;font-size:.5rem}#privacy-settings .delete-data-container{min-height:4rem}#privacy-settings .delete-data-
confirm{display:none}#privacy-settings .delete-data-confirm-buttons{display:-webkit-box;display:-ms-
flexbox;display:flex;-ms-flex-line-pack:start;align-content:flex-start}#privacy-settings #delete-data-cancel,#privacy-
settings #delete-data-yes{padding:.75rem 1.5rem}#privacy-settings #delete-data-yes{border-radius:.4rem;text-
align:center;font-weight:500;font-size:.65rem;border:1px solid #dc1a39;background:#dc1a39;color:#fff}#privacy-
settings #delete-data-cancel{border-radius:.4rem;text-align:center;font-weight:500;font-size:.65rem;border:1px solid
#e2e2e2;background-color:#fff;color:#000;margin-left:.5rem}#privacy-settings .delete-data-confirmed-
text{display:none}#privacy-settings .delete-data-container.active .delete-data-confirm{display:block}#privacy-
settings .delete-data-confirmed-text{display:none;text-align:center;opacity:0;-webkit-transition:opacity 100ms ease-
in;transition:opacity 100ms ease-in}#privacy-settings .delete-data-container.data-deletion-confirmed .delete-data-
confirm{display:none}#privacy-settings .delete-data-container.data-deletion-confirmed .delete-data-confirmed-
text{display:block;opacity:1}#privacy-settings .page-link{color:#167dfb;cursor:pointer}@-webkit-keyframes page-
animation-min-to-max{0%{min-height:0;max-height:50%}50%{min-height:10%;max-height:10%}100%{min-
height:80%;max-height:80%}}@keyframes page-animation-min-to-max{0%{min-height:0;max-
height:50%}50%{min-height:10%;max-height:10%}100%{min-height:80%;max-height:80%}}@-webkit-keyframes
page-animation-max-to-min{0%{min-height:80%;max-height:80%}50%{min-height:10%;max-
height:10%}100%{min-height:0;max-height:80%}}@keyframes page-animation-max-to-min{0%{min-
height:80%;max-height:80%}50%{min-height:10%;max-height:10%}100%{min-height:0;max-
height:80%}}body.portrait #privacy-settings .close-button{bottom:1.25rem;left:50%;-webkit-transform:translateX(-
50%);transform:translateX(-50%)}body.landscape #privacy-settings .close-
button{top:1.25rem;right:1.25rem}body.landscape #privacy-settings .view-container{left:22%;min-height:85%;max-
height:85%;width:56%}body.landscape #privacy-settings:not(.initial) .view-container{min-height:0;max-
height:85%;-webkit-animation:page-animation-max-to-min .3s ease-out;animation:page-animation-max-to-min .3s
ease-out}body.landscape #privacy-settings:not(.initial) .main-view-container{display:none}@media only screen and
(device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3){html #privacy-settings .safe-area-
content{padding-top:constant(safe-area-inset-top);padding-right:constant(safe-area-inset-right);padding-
left:constant(safe-area-inset-left);padding-top:env(safe-area-inset-top);padding-right:env(safe-area-inset-
right);padding-left:env(safe-area-inset-left)}html #privacy-settings .view-container{padding-bottom:constant(safe-
area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}}@media only screen and (device-width:414px) and
(device-height:896px) and (-webkit-device-pixel-ratio:3){html #privacy-settings .safe-area-content{padding-
top:constant(safe-area-inset-top);padding-right:constant(safe-area-inset-right);padding-left:constant(safe-area-inset-
left);padding-top:env(safe-area-inset-top);padding-right:env(safe-area-inset-right);padding-left:env(safe-area-inset-
left)}html #privacy-settings .view-container{padding-bottom:constant(safe-area-inset-bottom);padding-
bottom:env(safe-area-inset-bottom)}}@media only screen and (device-width:414px) and (device-height:896px) and (-
webkit-device-pixel-ratio:2){html #privacy-settings .safe-area-content{padding-top:constant(safe-area-inset-
top);padding-right:constant(safe-area-inset-right);padding-left:constant(safe-area-inset-left);padding-top:env(safe-
area-inset-top);padding-right:env(safe-area-inset-right);padding-left:env(safe-area-inset-left)}html #privacy-settings
.view-container{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-
bottom)}}#consent{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;width:100%;height:100%;backgro
und:rgba(0,0,0,0.5);color:#181818;font-size:.75rem;}#consent .ripple-
square{position:relative;overflow:hidden;}#consent .ripple-square:hover:active{-webkit-box-shadow:inset 0 0 0
1000px rgba(211,211,211,0.22);box-shadow:inset 0 0 0 1000px rgba(211,211,211,0.22)}#consent.prevent-
clicks{pointer-events:none}#consent.agegate #age-gate{display:-webkit-box;display:-ms-
flexbox;display:flex}#consent.agegate #consent-my-choices{display:none}#consent.agegate #consent-
homepage{display:none}#consent.agegate #consent-homescreen{display:none}#consent.mychoices #age-
gate{display:none}#consent.mychoices #consent-my-choices{display:-webkit-box;display:-ms-
flexbox;display:flex}#consent.mychoices #consent-homepage{display:none}#consent.homepage #age-
gate{display:none}#consent.homepage #consent-my-choices{display:none}#consent.homepage #consent-
h o m epage{dis play:-we bkit-box;display:- m s -fl ex b o x ; d i s p l ay : fl ex } # co n s en t . h o m ep ag e #c o n s e n t -
homescreen{display:none}#consent.android4-ios7-ios8 .consent-button-container{padding:.75rem 0;width:100%;-
webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff}#consent.android4-ios7-ios8
.consent-settings{height:100%}#consent.android4-ios7-ios8 .agree{-webkit-box-flex:0;-ms-flex-positive:0;flex-
grow:0}#consent.android4-ios7-ios8 .save-my-choices{-webkit-box-flex:0;-ms-flex-positive:0;flex-
grow:0}#consent.android4-ios7-ios8 .safe-area{padding:0}#consent.android4-ios7-ios8 #consent-my-choices .empty-
block{height:6rem}#consent .safe-area{position:fixed;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-
flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-
direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:.5rem}#age-
gate{position:relative;max-height:100%;border-radius:.5rem;background:#fff;text-align:center;}#age-gate .ripple-
square{position:relative;overflow:hidden;}#age-gate .ripple-square:hover:active{-webkit-box-shadow:inset 0 0 0
1000px rgba(211,211,211,0.22);box-shadow:inset 0 0 0 1000px rgba(211,211,211,0.22)}#age-gate .text-
container{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:scroll;border-
radius:.5rem;background:#fff;-webkit-overflow-scrolling:touch;padding:2rem}#age-gate .title{font-weight:600;font-
size:.95rem}#age-gate .main-text{color:#181818;font-weight:400;font-size:.75rem;line-height:1rem}#age-gate
. e m p t y - b l o c k { h e i g h t : 6 . 2 5 r e m } # a g e - g a t e . h o m e p a g e - b u t t o n -
container{position:absolute;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-
orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-
pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 3.25rem .5rem 3.25rem;border-bottom-
right-radius:.5rem;border-bottom-left-radius:.5rem;background:#fff}#age-gate .consent-
button{position:relative;margin-top:.5rem;padding:.55rem .75rem;border:1px solid #167dfb;border-
radius:2rem;background:#167dfb;color:#fff;text-align:center;font-weight:600;font-size:.85rem}#age-gate .consent-
button.click-animation span{display:block;-webkit-animation:onagree .3s ease-in forwards;animation:onagree .3s
ease-in forwards}@-webkit-keyframes onagree{from{-webkit-
transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-
8px);transform:translateX(-8px);opacity:.25}}@keyframes onagree{from{-webkit-
transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-
8px);transform:translateX(-8px);opacity:.25}}#age-gate .logo-
container{position:relative;bottom:0;left:0;margin:.25rem 0 0 0;width:100%;height:1rem;}#age-gate .logo-container
.icon-unity-ads-logo{bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-
orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;text-
align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;z-index:5;max-
height:1rem;color:#696969;font-size:1rem;opacity:.3;opacity:.6}#consent-my-choices{position:relative;display:-
webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-
direction:column;flex-direction:column;height:80%;border-radius:.5rem;background:#fff;}#consent-my-choices
.ripple-square{position:relative;overflow:hidden;}#consent-my-choices .ripple-square:hover:active{-webkit-box-
shadow:inset 0 0 0 1000px rgba(211,211,211,0.22);box-shadow:inset 0 0 0 1000px rgba(211,211,211,0.22)}#consent-
my-choices .back-button{padding:.35rem 1rem;border-radius:3rem;background:#333;color:#b4b4b4;font-
weight:500;font-size:.65rem;position:absolute;top:0;left:0}#consent-my-choices .consent-
settings{position:relative;overflow:scroll;padding:1.5rem;height:100%;border-radius:.5rem;background:#fff;-webkit-
overflow-scrolling:touch}#consent-my-choices .consent-title{color:#000;font-weight:600;font-size:.95rem}#consent-
my-choices .consent-button-container{position:absolute;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-
flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.75rem
1rem;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;background:#fff;-webkit-box-shadow:0 0 3px
0 rgba(0,0,0,0.19);box-shadow:0 0 3px 0 rgba(0,0,0,0.19)}#consent-my-choices .consent-button{position:relative;-
ms-flex-item-align:center;align-self:center;padding:.75rem .75rem;border-radius:2rem;-webkit-box-shadow:0 2px 4px
0 rgba(0,0,0,0.05);box-shadow:0 2px 4px 0 rgba(0,0,0,0.05);text-align:center;font-weight:500;font-
size:.85rem}#consent-my-choices .consent-button.click-animation span{display:block;-webkit-animation:onagree .3s
ease-in forwards;animation:onagree .3s ease-in forwards}@-webkit-keyframes onagree{from{-webkit-
transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-
8px);transform:translateX(-8px);opacity:.25}}@keyframes onagree{from{-webkit-
transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-
8px);transform:translateX(-8px);opacity:.25}}#consent-my-choices .agree{display:block;-webkit-box-flex:1;-ms-flex-
positive:1;flex-grow:1;border:1px solid #167dfb;background:#167dfb;color:#fff}#consent-my-choices
.disagree{display:block;margin-left:.75rem;border:1px solid #d8d8d8;color:#000}#consent-my-choices .save-my-
choices{display:none;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border:1px solid
#167dfb;background:#167dfb;color:#fff}#consent-my-choices .consent-button-container:not(.show-save-my-choices-
button) .agree{display:block}#consent-my-choices .consent-button-container:not(.show-save-my-choices-button)
.disagree{display:block}#consent-my-choices .consent-button-container:not(.show-save-my-choices-button) .save-
my-choices{display:none}#consent-my-choices .consent-button-container.show-save-my-choices-button
.agree{display:none}#consent-my-choices .consent-button-container.show-save-my-choices-button
.disagree{display:none}#consent-my-choices .consent-button-container.show-save-my-choices-button .save-my-
choices{display:block}#consent-my-choices #third-party-switch.disabled{opacity:.33;pointer-events:none}#consent-
my-choices .switch-group-container{margin-top:.5rem}#consent-my-choices .switch-group-container .switch-
container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-
webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-
pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-
items:center;padding:.5rem 0}#consent-my-choices .switch-group-container .switch{position:relative;display:inline-
block;width:46px;height:28px}#consent-my-choices .switch-group-container .switch-
label{position:relative;width:80%}#consent-my-choices .switch-group-container
[type="checkbox"]:checked,#consent-my-choices .switch-group-container
[type="checkbox"]:not(:checked){position:absolute;visibility:hidden}#consent-my-choices .switch-group-container
[type="checkbox"]:checked + label,#consent-my-choices .switch-group-container [type="checkbox"]:not(:checked) +
label{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fafafa;border:2px solid
#e3e3e3;border-radius:34px;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out}#consent-my-choices
.switch-group-container [type="checkbox"]:checked + label:before,#consent-my-choices .switch-group-container
[type="checkbox"]:not(:checked) + label:before{position:absolute;content:"";height:24px;width:24px;background-
color:#fff;border-radius:50%;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out;-webkit-box-shadow:0 2px
4px 0 rgba(0,0,0,0.2);box-shadow:0 2px 4px 0 rgba(0,0,0,0.2)}#consent-my-choices .switch-group-container
[type="checkbox"]:checked + label:after,#consent-my-choices .switch-group-container
[type="checkbox"]:not(:checked) + label:after{position:absolute;content:"";width:46px;height:28px;margin:-
2px;background:#e2e2e2;border-radius:34px;-webkit-transform:scale(1.4);transform:scale(1.4);opacity:0;-webkit-
transition:.15s ease-in-out;transition:.15s ease-in-out}#consent-my-choices .switch-group-container
[type="checkbox"]:checked + label{background-color:#167dfb;border:2px solid #167dfb}#consent-my-choices
.switch-group-container [type="checkbox"]:focus + label{-webkit-box-shadow:0 0 1px #167dfb;box-shadow:0 0 1px
#167dfb}#consent-my-choices .switch-group-container [type="checkbox"]:hover:active +
label:after{opacity:.3}#consent-my-choices .switch-group-container [type="checkbox"]:checked + label:before{-
webkit-transform:translateX(18px);transform:translateX(18px)}#consent-my-choices .empty-
block{height:5rem}#consent-my-choices .privacy-container #privacy-row-item-container .row-item{margin:0 0 0
0;padding:1rem 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #fff}#consent-my-choices .privacy-container
#privacy-row-item-container .row-item-title{font-size:.75rem}#consent-my-choices .privacy-container #privacy-row-
item-container .description{color:#181818;text-align:left;font-weight:400;font-size:.75rem}#consent-my-choices
.privacy-container #privacy-row-item-container .heading2{display:block;font-weight:600;font-size:.75rem}#consent-
my-choices .privacy-container #privacy-row-item-container .arrow-icon{margin-top:.25rem;padding-right:0;font-
size:.75rem;opacity:1}#consent-my-choices .privacy-container #privacy-row-item-container .heading2{font-
size:.75rem}#consent-homepage{position:relative;max-height:100%;border-radius:.5rem;background:#fff;text-
align:center;}#consent-homepage .ripple-square{position:relative;overflow:hidden;}#consent-homepage .ripple-
square:hover:active{-webkit-box-shadow:inset 0 0 0 1000px rgba(211,211,211,0.22);box-shadow:inset 0 0 0 1000px
rgba(211,211,211,0.22)}#consent-homepage .text-container{position:relative;-webkit-box-flex:1;-ms-flex:1 1
auto;flex:1 1 auto;overflow:scroll;border-radius:.5rem;background:#fff;-webkit-overflow-
scrolling:touch;padding:1.5rem}#consent-homepage .privacy-logo{margin-bottom:.25rem;font-size:1.5rem}#consent-
homepage .title{font-weight:600;font-size:.75rem}#consent-homepage .main-text{color:#181818;font-
weight:300;font-size:.55rem;line-height:1rem}#consent-homepage .empty-block{height:7rem}#consent-homepage
.homepage-button-container{position:absolute;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-
flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-
direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 3.25rem
.5rem 3.25rem;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;background:#fff;-webkit-box-
shadow:0 0 3px 0 rgba(0,0,0,0.19);box-shadow:0 0 3px 0 rgba(0,0,0,0.19)}#consent-homepage .consent-
button{position:relative;padding:.55rem .75rem;border-radius:2rem;text-align:center;font-weight:600}#consent-
homepage .consent-button.click-animation span{display:block;-webkit-animation:onagree .3s ease-in
forwards;animation:onagree .3s ease-in forwards}@-webkit-keyframes onagree{from{-webkit-
transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-
8px);transform:translateX(-8px);opacity:.25}}@keyframes onagree{from{-webkit-
transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-
8px);transform:translateX(-8px);opacity:.25}}#consent-homepage .homepage-accept-all{display:block;border:1px
solid #167dfb;background:#167dfb;color:#fff;font-size:.75rem}#consent-homepage .show-
choices{display:block;margin-top:.5rem;border:1px solid #e2e2e2;color:#878787;font-size:.65rem}#consent-
homepage .page-link{text-decoration:underline;cursor:pointer}#consent-homepage .logo-
container{position:relative;bottom:0;left:0;margin:.25rem 0 0 0;width:100%;height:1rem;}#consent-homepage .logo-
container .icon-unity-ads-logo{bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-
orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;text-
align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;z-index:5;max-
height:1rem;color:#696969;font-size:1rem;opacity:.3;opacity:.6}.portrait #consent .back-button{margin-top:-.5rem;-
webkit-transform:translateY(-100%);transform:translateY(-100%)}.landscape #consent #consent-my-
choices,.landscape #consent #consent-homepage,.landscape #consent #age-gate{left:15%;width:70%}.landscape
#consent #consent-my-choices{height:100%}.landscape #consent .back-button{margin-left:-.5rem;-webkit-
transform:translateX(-100%);transform:translateX(-100%)}body.landscape #consent-homepage .homepage-button-
container{padding:1rem 5rem .5rem 5rem}@media only screen and (device-width:375px) and (device-height:812px)
and (-webkit-device-pixel-ratio:3){html #consent .safe-area{top:constant(safe-area-inset-top);right:constant(safe-area-
inset-right);bottom:constant(safe-area-inset-bottom);left:constant(safe-area-inset-left);top:env(safe-area-inset-
top);right:env(safe-area-inset-right);bottom:env(safe-area-inset-bottom);left:env(safe-area-inset-left);padding:0
.5rem}html .landscape #consent .safe-area{padding:.5rem 0 0 0}}@media only screen and (device-width:414px) and
(device-height:896px) and (-webkit-device-pixel-ratio:3){html #consent .safe-area{top:constant(safe-area-inset-
top);right:constant(safe-area-inset-right);bottom:constant(safe-area-inset-bottom);left:constant(safe-area-inset-
left);top:env(safe-area-inset-top);right:env(safe-area-inset-right);bottom:env(safe-area-inset-bottom);left:env(safe-
area-inset-left);padding:0 .5rem}html .landscape #consent .safe-area{padding:.5rem 0 0 0}}@media only screen and
(device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:2){html #consent .safe-
area{top:constant(safe-area-inset-top);right:constant(safe-area-inset-right);bottom:constant(safe-area-inset-
bottom);left:constant(safe-area-inset-left);top:env(safe-area-inset-top);right:env(safe-area-inset-
right);bottom:env(safe-area-inset-bottom);left:env(safe-area-inset-left);padding:0 .5rem}html .landscape #consent
. s a f e - a r e a { p a d d i n g : . 5 r e m 0 0 0 } } # o m i d -
iframe{position:absolute;top:0;left:0;display:none;width:100vw;height:100vh;border:none}.captcha-request{display:-
webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-
direction:column;flex-direction:column;text-align:left;}.captcha-request .ripple-
square{position:relative;overflow:hidden;}.captcha-request .ripple-square:hover:active{-webkit-box-shadow:inset 0 0
0 1000px rgba(211,211,211,0.22);box-shadow:inset 0 0 0 1000px rgba(211,211,211,0.22)}.captcha-request
input[type=email]{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border:0;margin-
top:.75rem;padding:.5rem;border-radius:.25rem;color:#fff;background:rgba(255,255,255,0.1);font-size:.65rem;-
webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none}.captcha-request ::-webkit-input-
placeholder{color:#c4c4c4}.captcha-request ::-moz-placeholder{color:#c4c4c4}.captcha-request :-ms-input-
placeholder{color:#c4c4c4}.captcha-request ::placeholder{color:#c4c4c4}.captcha-request .captcha-request-submit-
button{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-top:.5rem;margin-
bottom:.5rem;padding:.5rem;border-radius:.25rem;background:#167dfb;-webkit-box-shadow:none;box-
shadow:none;color:#fff;text-align:center;font-weight:500;font-size:.75rem;}.captcha-request .captcha-request-submit-
button.disabled{opacity:.3;pointer-events:none}.captcha-request .captcha-request-submit-button.click-animation
span{display:block;-webkit-animation:onagree .3s ease-in forwards;animation:onagree .3s ease-in forwards}@-
webkit-keyframes onagree{from{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-
transform:translateX(-8px);transform:translateX(-8px);opacity:.25}}@keyframes onagree{from{-webkit-
transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-
8px);transform:translateX(-8px);opacity:.25}}.captcha-request .captcha-request-msg{display:none;-webkit-box-
flex:1;-ms-flex-positive:1;flex-grow:1;margin-top:.5rem;padding:.5rem;background:#28282f;font-
weight:400;}.captcha-request .captcha-request-msg.show-msg{display:block}.captcha-request .nwoi-request-
confimed-text .page-link{pointer-events:auto}.captcha-request .captcha-request-confirm-msg{color:#fff}.captcha-
request .captcha-request-error-msg{color:#dc1a39}#nwoi-container{text-align:center;opacity:0;display:none;-webkit-
transition:opacity 250ms ease-in;transition:opacity 250ms ease-in;padding:.75rem 0;}#nwoi-container .page-
link{pointer-events:none}#nwoi-container.active{display:block;opacity:1;}#nwoi-container.active .page-
link{opacity:1;pointer-events:auto}#privacy-captcha{position:absolute;top:0;right:0;bottom:0;left:0;z-
index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-
align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-
content:center;overflow:hidden;width:100%;height:100%;background:rgba(0,0,0,0.5);text-
align:left;cursor:pointer;}#privacy-captcha.show-retry-message .privacy-captcha-retry-
message{display:block}#privacy-captcha .privacy-captcha-container{display:-webkit-box;display:-ms-
flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-
direction:column;width:14.25rem;border-radius:.5rem;background:#f5f5f5}#privacy-captcha .privacy-captcha-
title{padding:.5rem .5rem .25rem .5rem;border-bottom:1px solid #d8d8d8;border-radius:.5rem .5rem 0
0;background:#e2e2e2;font-weight:500;font-size:.65rem}#privacy-captcha .privacy-captcha-grid-
container{position:relative;width:14.25rem;height:14.25rem}#privacy-captcha .privacy-captcha-grid{display:-webkit-
box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-
align:center;align-items:center;padding:.5rem}#privacy-captcha .privacy-captcha-grid{display:grid;grid-
gap:.25rem;grid-template-columns:repeat(4,auto)}#privacy-captcha .privacy-captcha-grid-
item{width:3rem;height:3rem;border:1px solid #d8d8d8;border-radius:.25rem;background:#fff}#privacy-captcha
.privacy-captcha-retry-message{display:none;padding:.5rem;border-radius:0 0 .5rem
.5rem;background:#e2e2e2;color:#dc1a39;font-size:.65rem}#privacy-captcha .privacy-captcha-spinner-
container{position:absolute;top:0;display:none;width:100%;height:100%;border-radius:0 0 .5rem
.5rem;background:rgba(255,255,255,0.8);-webkit-animation:show-up .2s forwards;animation:show-up .2s
forwards;}#privacy-captcha .privacy-captcha-spinner-container.show{display:block}#privacy-captcha .privacy-
c a p t c h a - s p i n n e r - c o n t a i n e r . p r i v a c y - c a p t c h a -
spinner{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:48px;height:48px;border:6.4px solid
rgba(226,226,226,0.1);border-top:6.4px solid #7c7c7c;border-radius:50%;-webkit-animation:spin 1s ease-in
infinite;animation:spin 1s ease-in infinite}@-webkit-keyframes spin{0%{-webkit-
t r a n s f o r m : r o t a t e ( 0 ) ; t r a n s f o r m : r o t a t e ( 0 ) } 1 0 0 % { - w e b k i t -
transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-
transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-
webkit-keyframes show-up{from{opacity:0}to{opacity:1}}@keyframes show-
up{from{opacity:0}to{opacity:1}}body.landscape #privacy-captcha .privacy-captcha-title{font-
size:.6rem}body.landscape #privacy-captcha .privacy-captcha-container{width:12.25rem}body.landscape #privacy-
captcha .privacy-captcha-grid-container{position:relative;width:12.25rem;height:12.25rem}body.landscape #privacy-
captcha .privacy-captcha-grid-item{width:2.5rem;height:2.5rem}body.landscape #privacy-captcha .privacy-captcha-
retry-message{font-size:.6rem}#privacy-sdk-container #privacy-
iframe{position:absolute;top:0;left:0;width:100vw;height:100vh;border:none;padding:.25rem;width:calc(100% -
0.5rem);height:calc(100% - 0.5rem)}@media (orientation:landscape){#privacy-sdk-container #privacy-
iframe{padding-right:15%;padding-left:15%;width:calc(100% - 30%)}}.ar-phone-x-top{display:none}.ar-phone-x-
bottom{display:none}.ar-phone-x-left{display:none}.ar-phone-x-right{display:none}#container-iframe-end-
screen{position:fixed;top:0;left:0;margin:0;padding:0;width:100vw;height:100vh;}#container-iframe-end-screen
#iframe-end-screen{position:relative;display:block;width:100vw;height:100vh;border:none}#container-iframe-end-
screen #iframe-end-screen.adjust-for-safe-area{top:env(safe-area-inset-top);right:env(safe-area-inset-
right);bottom:env(safe-area-inset-bottom);left:env(safe-area-inset-left);width:calc(100vw - env(safe-area-inset-left) -
env(safe-area-inset-right));height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}#container-
iframe-end-screen .close-region{position:absolute;top:0;right:0;z-
index:9998;width:50px;height:50px;opacity:.4;top:env(safe-area-inset-top)}#container-iframe-end-screen .icon-
close{position:absolute;top:5px;right:2px;width:32px;height:32px;color:#fff;text-align:center;text-shadow:.03em
.05em .18em #7c7c7c;font-size:28px;line-height:28px}#container-iframe-end-screen
.close{position:absolute;top:50%;left:8px;width:36px;height:36px;-webkit-transform:translate(0,-
50%);transform:translate(0,-50%)}#container-iframe-end-screen .progress-
wrapper{position:absolute;clip:rect(0,36px,36px,18px);width:36px;height:36px}#container-iframe-end-screen
.progress:after{position:absolute;top:50%;left:50%;display:block;color:#fff;font-size:18px;-webkit-
transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#container-iframe-end-screen .circle-
base,#container-iframe-end-screen .circle-left,#container-iframe-end-screen .circle-
right{position:absolute;width:28px;height:28px;border-radius:100%;background-color:transparent;vertical-
align:middle}#container-iframe-end-screen .circle-base{border:4px solid #696969}#container-iframe-end-screen
.circle-left,#container-iframe-end-screen .circle-right{clip:rect(0,18px,36px,0);border:4px solid #fff}#container-
iframe-end-screen .progress-wrapper,#container-iframe-end-screen .circle-left,#container-iframe-end-screen .circle-
right{-webkit-animation-iteration-count:1;-webkit-animation-fill-mode:forwards;-webkit-animation-timing-
function:linear;-webkit-animation-duration:.01s}#container-iframe-end-screen .gdpr-pop-
up{bottom:0;position:absolute;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-
orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-
ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-
items:center;width:100%;background-color:#fafafa;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.1);box-shadow:0 0
15px 0 rgba(0,0,0,0.1);opacity:1;bottom:env(safe-area-inset-bottom);}#container-iframe-end-screen .gdpr-pop-up
.gdpr-text{padding:.5rem;font-size:.5rem}#container-iframe-end-screen .gdpr-pop-up .icon-gdpr{margin:0
.5rem;color:#000;opacity:.25}#container-iframe-end-screen .gdpr-pop-up .gdpr-text{z-index:110;padding:.5rem .5rem
.5rem 0;width:80%;text-align:center;}#container-iframe-end-screen .gdpr-pop-up .gdpr-text .gdpr-
link{color:#167dfb}#container-iframe-end-screen .gdpr-pop-up .icon-
gdpr{position:absolute;left:0;color:#fff;opacity:1}.ar-phone-x-top{display:none}.ar-phone-x-
bottom{display:none}.ar-phone-x-left{display:none}.ar-phone-x-right{display:none}#end-screen-
adapter{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden;position:relative}.ar-phone-x-
t o p {dis play:none}.ar-phone -x-bottom{di s p l ay : n o n e} . ar-p h o n e-x -l eft { d i s p l ay : n o n e} . ar-ph o n e - x -
r i g h t { d i s p l a y : n o n e } # v i d e o - s c r e e n -
adapter{position:fixed;top:0;left:0;margin:0;padding:0;width:100vw;height:100vh;font-
family:'unityicons',Helvetica,sans-serif}.ar-phone-x-top{display:none}.ar-phone-x-bottom{display:none}.ar-phone-x-
l e f t { d i s p l a y : n o n e } . a r - p h o n e - x - r i g h t { d i s p l a y : n o n e } # d i s p l a y -
interstitial{position:absolute;width:100%;height:100%;}#display-interstitial .close-
region{position:absolute;top:20px;right:46px}#display-interstitial .icon-
close{position:absolute;top:4px;right:2px;width:32px;height:32px;color:#fff;text-align:center;text-shadow:.03em
.05em .18em #7c7c7c;font-size:28px;line-height:28px}#display-interstitial
.close{position:absolute;top:50%;left:8px;z-index:111;width:36px;height:36px;-webkit-transform:translate(0,-
50%);transform:translate(0,-50%)}#display-interstitial .progress-
wrapper{position:absolute;clip:rect(0,36px,36px,18px);width:36px;height:36px}#display-interstitial
.progress:after{position:absolute;top:50%;left:50%;display:block;color:#fff;font-size:18px;-webkit-
transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#display-interstitial .circle-base,#display-interstitial
.circle-left,#display-interstitial .circle-right{position:absolute;width:28px;height:28px;border-
radius:100%;background-color:transparent;vertical-align:middle}#display-interstitial .circle-base{border:4px solid
#696969}#display-interstitial .circle-left,#display-interstitial .circle-right{clip:rect(0,18px,36px,0);border:4px solid
#fff}#display-interstitial .progress-wrapper,#display-interstitial .circle-left,#display-interstitial .circle-right{-webkit-
animation-duration:.01s;animation-duration:.01s;-webkit-animation-timing-function:linear;animation-timing-
function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-
mode:forwards;animation-fill-mode:forwards}#webplayer-mraid #mraid-
iframe{position:absolute;top:0;left:0;width:100vw;height:100vh;border:none}#webplayer-mraid .close-
region{position:absolute;top:0;right:0;z-index:9998;width:50px;height:50px;opacity:.4}#webplayer-mraid .icon-
close{position:absolute;top:5px;right:2px;width:32px;height:32px;color:#fff;text-align:center;text-shadow:.03em
.05em .18em #7c7c7c;font-size:28px;line-height:28px}#webplayer-mraid
.close{position:absolute;top:50%;left:8px;width:36px;height:36px;-webkit-transform:translate(0,-
50%);transform:translate(0,-50%)}#webplayer-mraid .progress-
wrapper{position:absolute;clip:rect(0,36px,36px,18px);width:36px;height:36px}#webplayer-mraid
.progress:after{position:absolute;top:50%;left:50%;display:block;color:#fff;font-size:18px;-webkit-
transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#webplayer-mraid .circle-base,#webplayer-mraid
.circle-left,#webplayer-mraid .circle-right{position:absolute;width:28px;height:28px;border-radius:100%;background-
color:transparent;vertical-align:middle}#webplayer-mraid .circle-base{border:4px solid #696969}#webplayer-mraid
.circle-left,#webplayer-mraid .circle-right{clip:rect(0,18px,36px,0);border:4px solid #fff}#webplayer-mraid .progress-
wrapper,#webplayer-mraid .circle-left,#webplayer-mraid .circle-right{-webkit-animation-iteration-count:1;-webkit-
animation-fill-mode:forwards;-webkit-animation-timing-function:linear;-webkit-animation-duration:.01s}</style>
</head>
<body></body>
</html>

You might also like

  • Unity Ads Web App
    PDF DocumentPDF
    No ratings yet
    Unity Ads Web App
    555 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    30 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    43 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    44 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    44 pages
  • Untitled
    PDF DocumentPDF
    No ratings yet
    Untitled
    43 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    42 pages
  • Untitled
    PDF DocumentPDF
    No ratings yet
    Untitled
    43 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    46 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    46 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    43 pages
  • FD
    PDF DocumentPDF
    No ratings yet
    FD
    43 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    107 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    12 pages
  • f(8)
    PDF DocumentPDF
    No ratings yet
    f(8)
    31 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    12 pages
  • Untitled
    PDF DocumentPDF
    No ratings yet
    Untitled
    105 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    12 pages
  • Untitled
    PDF DocumentPDF
    No ratings yet
    Untitled
    46 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    46 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    14 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    30 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    109 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    13 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    46 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    12 pages
  • f(2)
    PDF DocumentPDF
    No ratings yet
    f(2)
    105 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    48 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    45 pages
  • background_worker.js.LICENSE
    PDF DocumentPDF
    No ratings yet
    background_worker.js.LICENSE
    4 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    13 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    13 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    12 pages
  • 2bb1012a35095a2f1efd90bc902b1ebf
    PDF DocumentPDF
    No ratings yet
    2bb1012a35095a2f1efd90bc902b1ebf
    29 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    42 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    12 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    13 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    42 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    42 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    42 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    43 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    14 pages
  • Third Party Notices
    PDF DocumentPDF
    No ratings yet
    Third Party Notices
    93 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    14 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    12 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    44 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    43 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    43 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    43 pages
  • Copy Rights
    PDF DocumentPDF
    No ratings yet
    Copy Rights
    6 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    44 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    42 pages
  • f(1)
    PDF DocumentPDF
    No ratings yet
    f(1)
    24 pages
  • Cardview Win32 Bundle TPN
    PDF DocumentPDF
    No ratings yet
    Cardview Win32 Bundle TPN
    8 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    44 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    12 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    132 pages
  • f (2)
    PDF DocumentPDF
    No ratings yet
    f (2)
    7 pages
  • F
    PDF DocumentPDF
    No ratings yet
    F
    42 pages
  • How to a Developers Guide to 4k: Developer edition, #3
    book
    From Everand
    How to a Developers Guide to 4k: Developer edition, #3
    No ratings yet