HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!DOCTYPE html>
<html><head><meta name="GCD" content="YTk3ODQ3ZWZhN2I4NzZmMzBkNTEwYjJl110be620760cb65369d46d6a86d3bbae"/>
<meta charset="utf-8">
<meta name="generator" content="Google Web Designer 5.0.2.0115">
<meta name="template" content="Banner 3.0.0">
<meta name="environment" content="gwd-dv360">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style data-exports-type="gwd-page" data-gwd-node="true">.gwd-inactive{visibility:hidden}gwd-page{display:block}</style>
<style data-exports-type="gwd-pagedeck" data-gwd-node="true">.gwd-pagedeck{position:relative;display:block}.gwd-pagedeck>.gwd-page.transparent{opacity:0}.gwd-pagedeck>.gwd-page{position:absolute;top:0;left:0;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:transform,opacity;transition-property:transform,opacity}.gwd-pagedeck>.gwd-page.linear{transition-timing-function:linear}.gwd-pagedeck>.gwd-page.ease-in{transition-timing-function:ease-in}.gwd-pagedeck>.gwd-page.ease-out{transition-timing-function:ease-out}.gwd-pagedeck>.gwd-page.ease{transition-timing-function:ease}.gwd-pagedeck>.gwd-page.ease-in-out{transition-timing-function:ease-in-out}.linear *,.ease-in *,.ease-out *,.ease *,.ease-in-out *{-webkit-transform:translateZ(0);transform:translateZ(0)}</style>
<style data-exports-type="gwd-google-ad" data-gwd-node="true">div[is=gwd-page].fs,gwd-page.fs{border:none}</style>
<style data-exports-type="gwd-image" data-gwd-node="true">gwd-image.scaled-proportionally>div.intermediate-element>img{background-repeat:no-repeat;background-position:center}gwd-image{display:inline-block}gwd-image>div.intermediate-element{width:100%;height:100%}gwd-image>div.intermediate-element>img{display:block;width:100%;height:100%}</style>
<style data-exports-type="gwd-taparea" data-gwd-node="true">gwd-taparea{display:block;cursor:pointer;background-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}</style>
<style type="text/css" id="gwd-lightbox-style">.gwd-lightbox{overflow:hidden}</style>
<style type="text/css" id="gwd-text-style">p{margin:0px}h1{margin:0px}h2{margin:0px}h3{margin:0px}</style>
<style type="text/css">html,body{width:100%;height:100%;margin:0px}.gwd-page-container{position:relative;width:100%;height:100%}.gwd-page-content{background-color:transparent;transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);-webkit-transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);-moz-transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);perspective:1400px;-webkit-perspective:1400px;-moz-perspective:1400px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;position:absolute}.gwd-page-wrapper{background-color:#fff;position:absolute;transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0)}.gwd-page-size{width:160px;height:600px}.gwd-image-1nhd{position:absolute;width:160px;height:600px;left:0px;top:0px}.gwd-image-1854{position:absolute;width:66px;height:66px;left:3px;top:4px}.gwd-image-gepi{position:absolute;width:126px;height:185px;left:17px;top:141px;opacity:0}.gwd-image-e7c0{position:absolute;width:102px;height:155px;opacity:0;left:29px;top:156px}@keyframes gwd-gen-1hirgwdanimation_gwd-keyframes{0%{opacity:0;transform:translate3d(-11px, 315px, 0);-webkit-transform:translate3d(-11px, 315px, 0);-moz-transform:translate3d(-11px, 315px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}7.5%{transform:translate3d(-11px, 315px, 0);-webkit-transform:translate3d(-11px, 315px, 0);-moz-transform:translate3d(-11px, 315px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}99.1667%{opacity:0;transform:translate3d(-11px, 315px, 0);-webkit-transform:translate3d(-11px, 315px, 0);-moz-transform:translate3d(-11px, 315px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{opacity:1;transform:translate3d(-11px, 315px, 0);-webkit-transform:translate3d(-11px, 315px, 0);-moz-transform:translate3d(-11px, 315px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@-webkit-keyframes gwd-gen-1hirgwdanimation_gwd-keyframes{0%{opacity:0;-webkit-transform:translate3d(-11px, 315px, 0);-webkit-animation-timing-function:linear}7.5%{-webkit-transform:translate3d(-11px, 315px, 0);-webkit-animation-timing-function:linear}99.1667%{opacity:0;-webkit-transform:translate3d(-11px, 315px, 0);-webkit-animation-timing-function:linear}100%{opacity:1;-webkit-transform:translate3d(-11px, 315px, 0);-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-1hirgwdanimation_gwd-keyframes{0%{opacity:0;-moz-transform:translate3d(-11px, 315px, 0);-moz-animation-timing-function:linear}7.5%{-moz-transform:translate3d(-11px, 315px, 0);-moz-animation-timing-function:linear}99.1667%{opacity:0;-moz-transform:translate3d(-11px, 315px, 0);-moz-animation-timing-function:linear}100%{opacity:1;-moz-transform:translate3d(-11px, 315px, 0);-moz-animation-timing-function:linear}}#page1.gwd-play-animation .gwd-gen-1hirgwdanimation{animation:gwd-gen-1hirgwdanimation_gwd-keyframes 2.4s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-1hirgwdanimation_gwd-keyframes 2.4s linear 0s 1 normal forwards;-moz-animation:gwd-gen-1hirgwdanimation_gwd-keyframes 2.4s linear 0s 1 normal forwards}@keyframes gwd-gen-1izfgwdanimation_gwd-keyframes{0%{opacity:0;transform:translate3d(-11px, 315px, 0);-webkit-transform:translate3d(-11px, 315px, 0);-moz-transform:translate3d(-11px, 315px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}5.2941%{transform:translate3d(-11px, 315px, 0);-webkit-transform:translate3d(-11px, 315px, 0);-moz-transform:translate3d(-11px, 315px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}70%{opacity:0;transform:translate3d(-11px, 315px, 0);-webkit-transform:translate3d(-11px, 315px, 0);-moz-transform:translate3d(-11px, 315px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}70.5882%{opacity:1;transform:translate3d(-11px, 315px, 0);-webkit-transform:translate3d(-11px, 315px, 0);-moz-transform:translate3d(-11px, 315px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}97.0588%{opacity:1;transform:translate3d(-11px, 315px, 0);-webkit-transform:translate3d(-11px, 315px, 0);-moz-transform:translate3d(-11px, 315px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{opacity:0;transform:translate3d(-11px, 315px, 0);-webkit-transform:translate3d(-11px, 315px, 0);-moz-transform:translate3d(-11px, 315px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@-webkit-keyframes gwd-gen-1izfgwdanimation_gwd-keyframes{0%{opacity:0;-webkit-transform:translate3d(-11px, 315px, 0);-webkit-animation-timing-function:linear}5.2941%{-webkit-transform:translate3d(-11px, 315px, 0);-webkit-animation-timing-function:linear}70%{opacity:0;-webkit-transform:translate3d(-11px, 315px, 0);-webkit-animation-timing-function:linear}70.5882%{opacity:1;-webkit-transform:translate3d(-11px, 315px, 0);-webkit-animation-timing-function:linear}97.0588%{opacity:1;-webkit-transform:translate3d(-11px, 315px, 0);-webkit-animation-timing-function:linear}100%{opacity:0;-webkit-transform:translate3d(-11px, 315px, 0);-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-1izfgwdanimation_gwd-keyframes{0%{opacity:0;-moz-transform:translate3d(-11px, 315px, 0);-moz-animation-timing-function:linear}5.2941%{-moz-transform:translate3d(-11px, 315px, 0);-moz-animation-timing-function:linear}70%{opacity:0;-moz-transform:translate3d(-11px, 315px, 0);-moz-animation-timing-function:linear}70.5882%{opacity:1;-moz-transform:translate3d(-11px, 315px, 0);-moz-animation-timing-function:linear}97.0588%{opacity:1;-moz-transform:translate3d(-11px, 315px, 0);-moz-animation-timing-function:linear}100%{opacity:0;-moz-transform:translate3d(-11px, 315px, 0);-moz-animation-timing-function:linear}}#page1.gwd-play-animation .gwd-gen-1izfgwdanimation{animation:gwd-gen-1izfgwdanimation_gwd-keyframes 3.4s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-1izfgwdanimation_gwd-keyframes 3.4s linear 0s 1 normal forwards;-moz-animation:gwd-gen-1izfgwdanimation_gwd-keyframes 3.4s linear 0s 1 normal forwards}.gwd-image-w2ej{display:block;height:94.9978px;left:43px;position:absolute;top:132px;width:104.999px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d}.gwd-image-enoa{display:block;height:65.9993px;left:97px;position:absolute;top:159px;width:46.9925px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0)}.gwd-image-8eov{opacity:0;transform:translate3d(-11px, 315px, 0);-webkit-transform:translate3d(-11px, 315px, 0);-moz-transform:translate3d(-11px, 315px, 0)}.gwd-image-4n1s{opacity:0;transform:translate3d(-11px, 315px, 0);-webkit-transform:translate3d(-11px, 315px, 0);-moz-transform:translate3d(-11px, 315px, 0)}.gwd-image-fupu{position:absolute;left:32px;height:auto;width:104.999px;top:446px;opacity:1;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(0, 1px, 0);-webkit-transform:translate3d(0, 1px, 0);-moz-transform:translate3d(0, 1px, 0)}@keyframes gwd-gen-m36zgwdanimation_gwd-keyframes{0%{opacity:1;transform:translate3d(0, 1px, 0);-webkit-transform:translate3d(0, 1px, 0);-moz-transform:translate3d(0, 1px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}7.4689%{transform:translate3d(0, 1px, 0);-webkit-transform:translate3d(0, 1px, 0);-moz-transform:translate3d(0, 1px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}99.5851%{opacity:1;transform:translate3d(0, 1px, 0);-webkit-transform:translate3d(0, 1px, 0);-moz-transform:translate3d(0, 1px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{opacity:0;transform:translate3d(0, 1px, 0);-webkit-transform:translate3d(0, 1px, 0);-moz-transform:translate3d(0, 1px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@-webkit-keyframes gwd-gen-m36zgwdanimation_gwd-keyframes{0%{opacity:1;-webkit-transform:translate3d(0, 1px, 0);-webkit-animation-timing-function:linear}7.4689%{-webkit-transform:translate3d(0, 1px, 0);-webkit-animation-timing-function:linear}99.5851%{opacity:1;-webkit-transform:translate3d(0, 1px, 0);-webkit-animation-timing-function:linear}100%{opacity:0;-webkit-transform:translate3d(0, 1px, 0);-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-m36zgwdanimation_gwd-keyframes{0%{opacity:1;-moz-transform:translate3d(0, 1px, 0);-moz-animation-timing-function:linear}7.4689%{-moz-transform:translate3d(0, 1px, 0);-moz-animation-timing-function:linear}99.5851%{opacity:1;-moz-transform:translate3d(0, 1px, 0);-moz-animation-timing-function:linear}100%{opacity:0;-moz-transform:translate3d(0, 1px, 0);-moz-animation-timing-function:linear}}#page1.gwd-play-animation .gwd-gen-m36zgwdanimation{animation:gwd-gen-m36zgwdanimation_gwd-keyframes 2.41s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-m36zgwdanimation_gwd-keyframes 2.41s linear 0s 1 normal forwards;-moz-animation:gwd-gen-m36zgwdanimation_gwd-keyframes 2.41s linear 0s 1 normal forwards}[data-gwd-group="button1"] .gwd-grp-9ocs.gwd-button-17zk{position:absolute;background-image:none;transform-origin:15.0943px 16.0216px 0px;-webkit-transform-origin:15.0943px 16.0216px 0px;-moz-transform-origin:15.0943px 16.0216px 0px;background-color:#56af31;border-width:0px;color:white;right:2px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;top:-2px;opacity:0.8;border-radius:2px;transform:translate3d(535px, 2px, 0);-webkit-transform:translate3d(535px, 2px, 0);-moz-transform:translate3d(535px, 2px, 0);left:-535px;font-size:12px;height:39.9939px;width:99.9982px}[data-gwd-group="button1"]{width:100px;height:40px}@keyframes gwd-gen-1ppvgwdanimation_gwd-keyframes{0%{opacity:0.8;border-radius:2px;transform:translate3d(535px, 2px, 0);-webkit-transform:translate3d(535px, 2px, 0);-moz-transform:translate3d(535px, 2px, 0);animation-timing-function:ease;-webkit-animation-timing-function:ease;-moz-animation-timing-function:ease}46.1538%{transform:translate3d(535px, 2px, 0);-webkit-transform:translate3d(535px, 2px, 0);-moz-transform:translate3d(535px, 2px, 0);animation-timing-function:ease;-webkit-animation-timing-function:ease;-moz-animation-timing-function:ease}57.6923%{opacity:1;border-radius:2px;transform:translate3d(535px, 2px, 0);-webkit-transform:translate3d(535px, 2px, 0);-moz-transform:translate3d(535px, 2px, 0);animation-timing-function:ease;-webkit-animation-timing-function:ease;-moz-animation-timing-function:ease}100%{opacity:1;border-radius:2px;transform:translate3d(535px, 2px, 0);-webkit-transform:translate3d(535px, 2px, 0);-moz-transform:translate3d(535px, 2px, 0);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}}@-webkit-keyframes gwd-gen-1ppvgwdanimation_gwd-keyframes{0%{opacity:0.8;border-radius:2px;-webkit-transform:translate3d(535px, 2px, 0);-webkit-animation-timing-function:ease}46.1538%{-webkit-transform:translate3d(535px, 2px, 0);-webkit-animation-timing-function:ease}57.6923%{opacity:1;border-radius:2px;-webkit-transform:translate3d(535px, 2px, 0);-webkit-animation-timing-function:ease}100%{opacity:1;border-radius:2px;-webkit-transform:translate3d(535px, 2px, 0);-webkit-animation-timing-function:ease-in-out}}@-moz-keyframes gwd-gen-1ppvgwdanimation_gwd-keyframes{0%{opacity:0.8;border-radius:2px;-moz-transform:translate3d(535px, 2px, 0);-moz-animation-timing-function:ease}46.1538%{-moz-transform:translate3d(535px, 2px, 0);-moz-animation-timing-function:ease}57.6923%{opacity:1;border-radius:2px;-moz-transform:translate3d(535px, 2px, 0);-moz-animation-timing-function:ease}100%{opacity:1;border-radius:2px;-moz-transform:translate3d(535px, 2px, 0);-moz-animation-timing-function:ease-in-out}}.gwd-play-animation [data-gwd-group="button1"] .gwd-gen-1ppvgwdanimation{animation:gwd-gen-1ppvgwdanimation_gwd-keyframes 1.3s linear 5.4s 12 normal forwards;-webkit-animation:gwd-gen-1ppvgwdanimation_gwd-keyframes 1.3s linear 5.4s 12 normal forwards;-moz-animation:gwd-gen-1ppvgwdanimation_gwd-keyframes 1.3s linear 5.4s 12 normal forwards}@keyframes gwd-gen-1fbygwdanimation_gwd-keyframes{0%{opacity:0;transform:translate3d(-505px, 340px, 0);-webkit-transform:translate3d(-505px, 340px, 0);-moz-transform:translate3d(-505px, 340px, 0);animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out}100%{opacity:1;transform:translate3d(-505px, 340px, 0);-webkit-transform:translate3d(-505px, 340px, 0);-moz-transform:translate3d(-505px, 340px, 0);animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@-webkit-keyframes gwd-gen-1fbygwdanimation_gwd-keyframes{0%{opacity:0;-webkit-transform:translate3d(-505px, 340px, 0);-webkit-animation-timing-function:ease-in-out}100%{opacity:1;-webkit-transform:translate3d(-505px, 340px, 0);-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-1fbygwdanimation_gwd-keyframes{0%{opacity:0;-moz-transform:translate3d(-505px, 340px, 0);-moz-animation-timing-function:ease-in-out}100%{opacity:1;-moz-transform:translate3d(-505px, 340px, 0);-moz-animation-timing-function:linear}}#page1.gwd-play-animation .gwd-gen-1fbygwdanimation{animation:gwd-gen-1fbygwdanimation_gwd-keyframes 1.4s linear 4.4s 1 normal forwards;-webkit-animation:gwd-gen-1fbygwdanimation_gwd-keyframes 1.4s linear 4.4s 1 normal forwards;-moz-animation:gwd-gen-1fbygwdanimation_gwd-keyframes 1.4s linear 4.4s 1 normal forwards}.gwd-div-7b8o{height:39.9939px;left:535px;opacity:0;position:absolute;top:4px;width:79.9877px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform:translate3d(-505px, 340px, 0);-webkit-transform:translate3d(-505px, 340px, 0);-moz-transform:translate3d(-505px, 340px, 0)}@keyframes gwd-gen-p44wgwdanimation_gwd-keyframes{0%{opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}4.7923%{opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}94.2492%{opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@-webkit-keyframes gwd-gen-p44wgwdanimation_gwd-keyframes{0%{opacity:0;-webkit-animation-timing-function:linear}4.7923%{opacity:1;-webkit-animation-timing-function:linear}94.2492%{opacity:1;-webkit-animation-timing-function:linear}100%{opacity:0;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-p44wgwdanimation_gwd-keyframes{0%{opacity:0;-moz-animation-timing-function:linear}4.7923%{opacity:1;-moz-animation-timing-function:linear}94.2492%{opacity:1;-moz-animation-timing-function:linear}100%{opacity:0;-moz-animation-timing-function:linear}}#page1.gwd-play-animation .gwd-gen-p44wgwdanimation{animation:gwd-gen-p44wgwdanimation_gwd-keyframes 3.13s linear .11s 1 normal forwards;-webkit-animation:gwd-gen-p44wgwdanimation_gwd-keyframes 3.13s linear .11s 1 normal forwards;-moz-animation:gwd-gen-p44wgwdanimation_gwd-keyframes 3.13s linear .11s 1 normal forwards}@keyframes gwd-gen-df51gwdanimation_gwd-keyframes{0%{opacity:0;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}10.2564%{opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}96.1538%{opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@-webkit-keyframes gwd-gen-df51gwdanimation_gwd-keyframes{0%{opacity:0;-webkit-animation-timing-function:linear}10.2564%{opacity:1;-webkit-animation-timing-function:linear}96.1538%{opacity:1;-webkit-animation-timing-function:linear}100%{opacity:1;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-df51gwdanimation_gwd-keyframes{0%{opacity:0;-moz-animation-timing-function:linear}10.2564%{opacity:1;-moz-animation-timing-function:linear}96.1538%{opacity:1;-moz-animation-timing-function:linear}100%{opacity:1;-moz-animation-timing-function:linear}}#page1.gwd-play-animation .gwd-gen-df51gwdanimation{animation:gwd-gen-df51gwdanimation_gwd-keyframes 1.56s linear 3.2s 1 normal forwards;-webkit-animation:gwd-gen-df51gwdanimation_gwd-keyframes 1.56s linear 3.2s 1 normal forwards;-moz-animation:gwd-gen-df51gwdanimation_gwd-keyframes 1.56s linear 3.2s 1 normal forwards}@keyframes gwd-gen-1dqrgwdanimation_gwd-keyframes{0%{transform:scale3d(1, 1, 1);-webkit-transform:scale3d(1, 1, 1);-moz-transform:scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}1.626%{transform:scale3d(1, 1, 1);-webkit-transform:scale3d(1, 1, 1);-moz-transform:scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}5.8943%{transform:scale3d(1, 1, 1);-webkit-transform:scale3d(1, 1, 1);-moz-transform:scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}6.0976%{transform:scale3d(-1, 1, 1);-webkit-transform:scale3d(-1, 1, 1);-moz-transform:scale3d(-1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}13.8211%{transform:scale3d(-1, 1, 1);-webkit-transform:scale3d(-1, 1, 1);-moz-transform:scale3d(-1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}14.0244%{transform:scale3d(1, 1, 1);-webkit-transform:scale3d(1, 1, 1);-moz-transform:scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}22.561%{transform:scale3d(1, 1, 1);-webkit-transform:scale3d(1, 1, 1);-moz-transform:scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}22.7642%{transform:scale3d(-1, 1, 1);-webkit-transform:scale3d(-1, 1, 1);-moz-transform:scale3d(-1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}32.3171%{transform:scale3d(-1, 1, 1);-webkit-transform:scale3d(-1, 1, 1);-moz-transform:scale3d(-1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}32.5203%{transform:scale3d(1, 1, 1);-webkit-transform:scale3d(1, 1, 1);-moz-transform:scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}42.2764%{transform:scale3d(1, 1, 1);-webkit-transform:scale3d(1, 1, 1);-moz-transform:scale3d(1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}42.4797%{transform:scale3d(-1, 1, 1);-webkit-transform:scale3d(-1, 1, 1);-moz-transform:scale3d(-1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}48.7805%{transform:scale3d(-1, 1, 1);-webkit-transform:scale3d(-1, 1, 1);-moz-transform:scale3d(-1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}49.187%{transform:scale3d(-1, 1, 1);-webkit-transform:scale3d(-1, 1, 1);-moz-transform:scale3d(-1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}56.9106%{transform:scale3d(-1, 1, 1);-webkit-transform:scale3d(-1, 1, 1);-moz-transform:scale3d(-1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}69.1057%{transform:scale3d(-1, 1, 1);-webkit-transform:scale3d(-1, 1, 1);-moz-transform:scale3d(-1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}81.7073%{transform:scale3d(-1, 1, 1);-webkit-transform:scale3d(-1, 1, 1);-moz-transform:scale3d(-1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}100%{transform:scale3d(-1, 1, 1);-webkit-transform:scale3d(-1, 1, 1);-moz-transform:scale3d(-1, 1, 1);opacity:1;animation-timing-function:linear;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear}}@-webkit-keyframes gwd-gen-1dqrgwdanimation_gwd-keyframes{0%{-webkit-transform:scale3d(1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}1.626%{-webkit-transform:scale3d(1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}5.8943%{-webkit-transform:scale3d(1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}6.0976%{-webkit-transform:scale3d(-1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}13.8211%{-webkit-transform:scale3d(-1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}14.0244%{-webkit-transform:scale3d(1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}22.561%{-webkit-transform:scale3d(1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}22.7642%{-webkit-transform:scale3d(-1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}32.3171%{-webkit-transform:scale3d(-1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}32.5203%{-webkit-transform:scale3d(1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}42.2764%{-webkit-transform:scale3d(1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}42.4797%{-webkit-transform:scale3d(-1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}48.7805%{-webkit-transform:scale3d(-1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}49.187%{-webkit-transform:scale3d(-1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}56.9106%{-webkit-transform:scale3d(-1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}69.1057%{-webkit-transform:scale3d(-1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}81.7073%{-webkit-transform:scale3d(-1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}100%{-webkit-transform:scale3d(-1, 1, 1);opacity:1;-webkit-animation-timing-function:linear}}@-moz-keyframes gwd-gen-1dqrgwdanimation_gwd-keyframes{0%{-moz-transform:scale3d(1, 1, 1);opacity:1;-moz-animation-timing-function:linear}1.626%{-moz-transform:scale3d(1, 1, 1);opacity:1;-moz-animation-timing-function:linear}5.8943%{-moz-transform:scale3d(1, 1, 1);opacity:1;-moz-animation-timing-function:linear}6.0976%{-moz-transform:scale3d(-1, 1, 1);opacity:1;-moz-animation-timing-function:linear}13.8211%{-moz-transform:scale3d(-1, 1, 1);opacity:1;-moz-animation-timing-function:linear}14.0244%{-moz-transform:scale3d(1, 1, 1);opacity:1;-moz-animation-timing-function:linear}22.561%{-moz-transform:scale3d(1, 1, 1);opacity:1;-moz-animation-timing-function:linear}22.7642%{-moz-transform:scale3d(-1, 1, 1);opacity:1;-moz-animation-timing-function:linear}32.3171%{-moz-transform:scale3d(-1, 1, 1);opacity:1;-moz-animation-timing-function:linear}32.5203%{-moz-transform:scale3d(1, 1, 1);opacity:1;-moz-animation-timing-function:linear}42.2764%{-moz-transform:scale3d(1, 1, 1);opacity:1;-moz-animation-timing-function:linear}42.4797%{-moz-transform:scale3d(-1, 1, 1);opacity:1;-moz-animation-timing-function:linear}48.7805%{-moz-transform:scale3d(-1, 1, 1);opacity:1;-moz-animation-timing-function:linear}49.187%{-moz-transform:scale3d(-1, 1, 1);opacity:1;-moz-animation-timing-function:linear}56.9106%{-moz-transform:scale3d(-1, 1, 1);opacity:1;-moz-animation-timing-function:linear}69.1057%{-moz-transform:scale3d(-1, 1, 1);opacity:1;-moz-animation-timing-function:linear}81.7073%{-moz-transform:scale3d(-1, 1, 1);opacity:1;-moz-animation-timing-function:linear}100%{-moz-transform:scale3d(-1, 1, 1);opacity:1;-moz-animation-timing-function:linear}}#page1.gwd-play-animation .gwd-gen-1dqrgwdanimation{animation:gwd-gen-1dqrgwdanimation_gwd-keyframes 4.92s linear 0s 1 normal forwards;-webkit-animation:gwd-gen-1dqrgwdanimation_gwd-keyframes 4.92s linear 0s 1 normal forwards;-moz-animation:gwd-gen-1dqrgwdanimation_gwd-keyframes 4.92s linear 0s 1 normal forwards}.gwd-taparea-1yu5{display:block;height:100%;left:0px;position:absolute;top:0px;width:100%;-webkit-text-decorations-in-effect:none;-moz-text-decorations-in-effect:none;text-decorations-in-effect:none}.gwd-taparea-1ia8{position:absolute;width:100%;height:100%;left:0%;top:0%}.gwd-div-ltui{width:100%;height:100%}.gwd-page-6ujd{width:100%;height:100%}#page1.gwd-play-animation .gwd-motion-path-1not-anim-x{animation:gwd-motion-path-1not-keys-x 2.5s linear 2.42s 1 normal forwards;-webkit-animation:gwd-motion-path-1not-keys-x 2.5s linear 2.42s 1 normal forwards;-moz-animation:gwd-motion-path-1not-keys-x 2.5s linear 2.42s 1 normal forwards;transform:translate3d(-7.78px, 0, 0);-webkit-transform:translate3d(-7.78px, 0, 0);-moz-transform:translate3d(-7.78px, 0, 0)}@keyframes gwd-motion-path-1not-keys-x{0%{transform:translate3d(-7.78px, 0, 0);-webkit-transform:translate3d(-7.78px, 0, 0);-moz-transform:translate3d(-7.78px, 0, 0);animation-timing-function:cubic-bezier(.4123, .2533, .6244, .6899);-webkit-animation-timing-function:cubic-bezier(.4123, .2533, .6244, .6899);-moz-animation-timing-function:cubic-bezier(.4123, .2533, .6244, .6899)}31.36%{transform:translate3d(-46.54px, 0, 0);-webkit-transform:translate3d(-46.54px, 0, 0);-moz-transform:translate3d(-46.54px, 0, 0)}39.2%{transform:translate3d(-57.79px, 0, 0);-webkit-transform:translate3d(-57.79px, 0, 0);-moz-transform:translate3d(-57.79px, 0, 0);animation-timing-function:cubic-bezier(.3751, .3241, .5619, .7626);-webkit-animation-timing-function:cubic-bezier(.3751, .3241, .5619, .7626);-moz-animation-timing-function:cubic-bezier(.3751, .3241, .5619, .7626)}57.8%{transform:translate3d(-88.82px, 0, 0);-webkit-transform:translate3d(-88.82px, 0, 0);-moz-transform:translate3d(-88.82px, 0, 0)}64%{transform:translate3d(-100.9px, 0, 0);-webkit-transform:translate3d(-100.9px, 0, 0);-moz-transform:translate3d(-100.9px, 0, 0);animation-timing-function:cubic-bezier(.3608, .3128, .6297, .6959);-webkit-animation-timing-function:cubic-bezier(.3608, .3128, .6297, .6959);-moz-animation-timing-function:cubic-bezier(.3608, .3128, .6297, .6959)}100%{transform:translate3d(-151px, 0, 0);-webkit-transform:translate3d(-151px, 0, 0);-moz-transform:translate3d(-151px, 0, 0)}}@-webkit-keyframes gwd-motion-path-1not-keys-x{0%{-webkit-transform:translate3d(-7.78px, 0, 0);-webkit-animation-timing-function:cubic-bezier(.4123, .2533, .6244, .6899)}31.36%{-webkit-transform:translate3d(-46.54px, 0, 0)}39.2%{-webkit-transform:translate3d(-57.79px, 0, 0);-webkit-animation-timing-function:cubic-bezier(.3751, .3241, .5619, .7626)}57.8%{-webkit-transform:translate3d(-88.82px, 0, 0)}64%{-webkit-transform:translate3d(-100.9px, 0, 0);-webkit-animation-timing-function:cubic-bezier(.3608, .3128, .6297, .6959)}100%{-webkit-transform:translate3d(-151px, 0, 0)}}@-moz-keyframes gwd-motion-path-1not-keys-x{0%{-moz-transform:translate3d(-7.78px, 0, 0);-moz-animation-timing-function:cubic-bezier(.4123, .2533, .6244, .6899)}31.36%{-moz-transform:translate3d(-46.54px, 0, 0)}39.2%{-moz-transform:translate3d(-57.79px, 0, 0);-moz-animation-timing-function:cubic-bezier(.3751, .3241, .5619, .7626)}57.8%{-moz-transform:translate3d(-88.82px, 0, 0)}64%{-moz-transform:translate3d(-100.9px, 0, 0);-moz-animation-timing-function:cubic-bezier(.3608, .3128, .6297, .6959)}100%{-moz-transform:translate3d(-151px, 0, 0)}}#page1.gwd-play-animation .gwd-motion-path-1not-anim-y{animation:gwd-motion-path-1not-keys-y 2.5s linear 2.42s 1 normal forwards;-webkit-animation:gwd-motion-path-1not-keys-y 2.5s linear 2.42s 1 normal forwards;-moz-animation:gwd-motion-path-1not-keys-y 2.5s linear 2.42s 1 normal forwards;transform:translate3d(0, 316.78px, 0);-webkit-transform:translate3d(0, 316.78px, 0);-moz-transform:translate3d(0, 316.78px, 0)}@keyframes gwd-motion-path-1not-keys-y{0%{transform:translate3d(0, 316.78px, 0);-webkit-transform:translate3d(0, 316.78px, 0);-moz-transform:translate3d(0, 316.78px, 0);animation-timing-function:cubic-bezier(.5132, 72.0194, .4151, 55.3716);-webkit-animation-timing-function:cubic-bezier(.5132, 72.0194, .4151, 55.3716);-moz-animation-timing-function:cubic-bezier(.5132, 72.0194, .4151, 55.3716)}34.3%{transform:translate3d(0, 316.46px, 0);-webkit-transform:translate3d(0, 316.46px, 0);-moz-transform:translate3d(0, 316.46px, 0);animation-timing-function:cubic-bezier(.5145, -0.9421, .8473, .5835);-webkit-animation-timing-function:cubic-bezier(.5145, -0.9421, .8473, .5835);-moz-animation-timing-function:cubic-bezier(.5145, -0.9421, .8473, .5835)}39.2%{transform:translate3d(0, 315px, 0);-webkit-transform:translate3d(0, 315px, 0);-moz-transform:translate3d(0, 315px, 0)}43.54%{transform:translate3d(0, 309.21px, 0);-webkit-transform:translate3d(0, 309.21px, 0);-moz-transform:translate3d(0, 309.21px, 0);animation-timing-function:cubic-bezier(.5351, -2.985, .5599, 3.3873);-webkit-animation-timing-function:cubic-bezier(.5351, -2.985, .5599, 3.3873);-moz-animation-timing-function:cubic-bezier(.5351, -2.985, .5599, 3.3873)}64%{transform:translate3d(0, 315px, 0);-webkit-transform:translate3d(0, 315px, 0);-moz-transform:translate3d(0, 315px, 0);animation-timing-function:cubic-bezier(.482, .6438, .742, 1);-webkit-animation-timing-function:cubic-bezier(.482, .6438, .742, 1);-moz-animation-timing-function:cubic-bezier(.482, .6438, .742, 1)}82.9%{transform:translate3d(0, 302.98px, 0);-webkit-transform:translate3d(0, 302.98px, 0);-moz-transform:translate3d(0, 302.98px, 0);animation-timing-function:cubic-bezier(.268, 0, .5341, .3144);-webkit-animation-timing-function:cubic-bezier(.268, 0, .5341, .3144);-moz-animation-timing-function:cubic-bezier(.268, 0, .5341, .3144)}100%{transform:translate3d(0, 315px, 0);-webkit-transform:translate3d(0, 315px, 0);-moz-transform:translate3d(0, 315px, 0)}}@-webkit-keyframes gwd-motion-path-1not-keys-y{0%{-webkit-transform:translate3d(0, 316.78px, 0);-webkit-animation-timing-function:cubic-bezier(.5132, 72.0194, .4151, 55.3716)}34.3%{-webkit-transform:translate3d(0, 316.46px, 0);-webkit-animation-timing-function:cubic-bezier(.5145, -0.9421, .8473, .5835)}39.2%{-webkit-transform:translate3d(0, 315px, 0)}43.54%{-webkit-transform:translate3d(0, 309.21px, 0);-webkit-animation-timing-function:cubic-bezier(.5351, -2.985, .5599, 3.3873)}64%{-webkit-transform:translate3d(0, 315px, 0);-webkit-animation-timing-function:cubic-bezier(.482, .6438, .742, 1)}82.9%{-webkit-transform:translate3d(0, 302.98px, 0);-webkit-animation-timing-function:cubic-bezier(.268, 0, .5341, .3144)}100%{-webkit-transform:translate3d(0, 315px, 0)}}@-moz-keyframes gwd-motion-path-1not-keys-y{0%{-moz-transform:translate3d(0, 316.78px, 0);-moz-animation-timing-function:cubic-bezier(.5132, 72.0194, .4151, 55.3716)}34.3%{-moz-transform:translate3d(0, 316.46px, 0);-moz-animation-timing-function:cubic-bezier(.5145, -0.9421, .8473, .5835)}39.2%{-moz-transform:translate3d(0, 315px, 0)}43.54%{-moz-transform:translate3d(0, 309.21px, 0);-moz-animation-timing-function:cubic-bezier(.5351, -2.985, .5599, 3.3873)}64%{-moz-transform:translate3d(0, 315px, 0);-moz-animation-timing-function:cubic-bezier(.482, .6438, .742, 1)}82.9%{-moz-transform:translate3d(0, 302.98px, 0);-moz-animation-timing-function:cubic-bezier(.268, 0, .5341, .3144)}100%{-moz-transform:translate3d(0, 315px, 0)}}[data-gwd-motion-path-node]{position:absolute;left:0px;top:0px;width:100%;height:100%;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;pointer-events:none}</style>
<script data-source="googbase_min.js" data-version="4" data-exports-type="googbase">(function(){(window.goog=window.goog||{}).inherits=function(a,d){function b(){}b.prototype=d.prototype;a.b=d.prototype;a.prototype=new b;a.prototype.constructor=a;a.a=function(a,b,f){for(var e=Array(arguments.length-2),c=2;c<arguments.length;c++)e[c-2]=arguments[c];return d.prototype[b].apply(a,e)}};}).call(this);
</script>
<script data-source="gwd_webcomponents_min.js" data-version="6" data-exports-type="gwd_webcomponents">"undefined"==typeof document.register&&(document.register=function(a){return document.registerElement.apply(document,arguments)});document.createElement||(document.createElement=document.constructor.prototype.createElement,document.createElementNS=document.constructor.prototype.createElementNS);
/**
* @license
* Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
* The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/
// @version 0.7.24-5b70476
"undefined"==typeof WeakMap&&!function(){var e=Object.defineProperty,t=Date.now()%1e9,n=function(){this.name="__st"+(1e9*Math.random()>>>0)+(t++ +"__")};n.prototype={set:function(t,n){var o=t[this.name];return o&&o[0]===t?o[1]=n:e(t,this.name,{value:[t,n],writable:!0}),this},get:function(e){var t;return(t=e[this.name])&&t[0]===e?t[1]:void 0},"delete":function(e){var t=e[this.name];return!(!t||t[0]!==e)&&(t[0]=t[1]=void 0,!0)},has:function(e){var t=e[this.name];return!!t&&t[0]===e}},window.WeakMap=n}(),function(e){function t(e){E.push(e),b||(b=!0,m(o))}function n(e){return window.ShadowDOMPolyfill&&window.ShadowDOMPolyfill.wrapIfNeeded(e)||e}function o(){b=!1;var e=E;E=[],e.sort(function(e,t){return e.uid_-t.uid_});var t=!1;e.forEach(function(e){var n=e.takeRecords();r(e),n.length&&(e.callback_(n,e),t=!0)}),t&&o()}function r(e){e.nodes_.forEach(function(t){var n=v.get(t);n&&n.forEach(function(t){t.observer===e&&t.removeTransientObservers()})})}function i(e,t){for(var n=e;n;n=n.parentNode){var o=v.get(n);if(o)for(var r=0;r<o.length;r++){var i=o[r],a=i.options;if(n===e||a.subtree){var d=t(a);d&&i.enqueue(d)}}}}function a(e){this.callback_=e,this.nodes_=[],this.records_=[],this.uid_=++_}function d(e,t){this.type=e,this.target=t,this.addedNodes=[],this.removedNodes=[],this.previousSibling=null,this.nextSibling=null,this.attributeName=null,this.attributeNamespace=null,this.oldValue=null}function s(e){var t=new d(e.type,e.target);return t.addedNodes=e.addedNodes.slice(),t.removedNodes=e.removedNodes.slice(),t.previousSibling=e.previousSibling,t.nextSibling=e.nextSibling,t.attributeName=e.attributeName,t.attributeNamespace=e.attributeNamespace,t.oldValue=e.oldValue,t}function u(e,t){return y=new d(e,t)}function c(e){return N?N:(N=s(y),N.oldValue=e,N)}function l(){y=N=void 0}function f(e){return e===N||e===y}function p(e,t){return e===t?e:N&&f(e)?N:null}function w(e,t,n){this.observer=e,this.target=t,this.options=n,this.transientObservedNodes=[]}if(!e.JsMutationObserver){var m,v=new WeakMap;if(/Trident|Edge/.test(navigator.userAgent))m=setTimeout;else if(window.setImmediate)m=window.setImmediate;else{var h=[],g=String(Math.random());window.addEventListener("message",function(e){if(e.data===g){var t=h;h=[],t.forEach(function(e){e()})}}),m=function(e){h.push(e),window.postMessage(g,"*")}}var b=!1,E=[],_=0;a.prototype={observe:function(e,t){if(e=n(e),!t.childList&&!t.attributes&&!t.characterData||t.attributeOldValue&&!t.attributes||t.attributeFilter&&t.attributeFilter.length&&!t.attributes||t.characterDataOldValue&&!t.characterData)throw new SyntaxError;var o=v.get(e);o||v.set(e,o=[]);for(var r,i=0;i<o.length;i++)if(o[i].observer===this){r=o[i],r.removeListeners(),r.options=t;break}r||(r=new w(this,e,t),o.push(r),this.nodes_.push(e)),r.addListeners()},disconnect:function(){this.nodes_.forEach(function(e){for(var t=v.get(e),n=0;n<t.length;n++){var o=t[n];if(o.observer===this){o.removeListeners(),t.splice(n,1);break}}},this),this.records_=[]},takeRecords:function(){var e=this.records_;return this.records_=[],e}};var y,N;w.prototype={enqueue:function(e){var n=this.observer.records_,o=n.length;if(n.length>0){var r=n[o-1],i=p(r,e);if(i)return void(n[o-1]=i)}else t(this.observer);n[o]=e},addListeners:function(){this.addListeners_(this.target)},addListeners_:function(e){var t=this.options;t.attributes&&e.addEventListener("DOMAttrModified",this,!0),t.characterData&&e.addEventListener("DOMCharacterDataModified",this,!0),t.childList&&e.addEventListener("DOMNodeInserted",this,!0),(t.childList||t.subtree)&&e.addEventListener("DOMNodeRemoved",this,!0)},removeListeners:function(){this.removeListeners_(this.target)},removeListeners_:function(e){var t=this.options;t.attributes&&e.removeEventListener("DOMAttrModified",this,!0),t.characterData&&e.removeEventListener("DOMCharacterDataModified",this,!0),t.childList&&e.removeEventListener("DOMNodeInserted",this,!0),(t.childList||t.subtree)&&e.removeEventListener("DOMNodeRemoved",this,!0)},addTransientObserver:function(e){if(e!==this.target){this.addListeners_(e),this.transientObservedNodes.push(e);var t=v.get(e);t||v.set(e,t=[]),t.push(this)}},removeTransientObservers:function(){var e=this.transientObservedNodes;this.transientObservedNodes=[],e.forEach(function(e){this.removeListeners_(e);for(var t=v.get(e),n=0;n<t.length;n++)if(t[n]===this){t.splice(n,1);break}},this)},handleEvent:function(e){switch(e.stopImmediatePropagation(),e.type){case"DOMAttrModified":var t=e.attrName,n=e.relatedNode.namespaceURI,o=e.target,r=new u("attributes",o);r.attributeName=t,r.attributeNamespace=n;var a=e.attrChange===MutationEvent.ADDITION?null:e.prevValue;i(o,function(e){if(e.attributes&&(!e.attributeFilter||!e.attributeFilter.length||e.attributeFilter.indexOf(t)!==-1||e.attributeFilter.indexOf(n)!==-1))return e.attributeOldValue?c(a):r});break;case"DOMCharacterDataModified":var o=e.target,r=u("characterData",o),a=e.prevValue;i(o,function(e){if(e.characterData)return e.characterDataOldValue?c(a):r});break;case"DOMNodeRemoved":this.addTransientObserver(e.target);case"DOMNodeInserted":var d,s,f=e.target;"DOMNodeInserted"===e.type?(d=[f],s=[]):(d=[],s=[f]);var p=f.previousSibling,w=f.nextSibling,r=u("childList",e.target.parentNode);r.addedNodes=d,r.removedNodes=s,r.previousSibling=p,r.nextSibling=w,i(e.relatedNode,function(e){if(e.childList)return r})}l()}},e.JsMutationObserver=a,e.MutationObserver||(e.MutationObserver=a,a._isPolyfilled=!0)}}(self),function(e){"use strict";if(!window.performance||!window.performance.now){var t=Date.now();window.performance={now:function(){return Date.now()-t}}}window.requestAnimationFrame||(window.requestAnimationFrame=function(){var e=window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame;return e?function(t){return e(function(){t(performance.now())})}:function(e){return window.setTimeout(e,1e3/60)}}()),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(){return window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||function(e){clearTimeout(e)}}());var n=function(){var e=document.createEvent("Event");return e.initEvent("foo",!0,!0),e.preventDefault(),e.defaultPrevented}();if(!n){var o=Event.prototype.preventDefault;Event.prototype.preventDefault=function(){this.cancelable&&(o.call(this),Object.defineProperty(this,"defaultPrevented",{get:function(){return!0},configurable:!0}))}}var r=/Trident/.test(navigator.userAgent);if((!window.CustomEvent||r&&"function"!=typeof window.CustomEvent)&&(window.CustomEvent=function(e,t){t=t||{};var n=document.createEvent("CustomEvent");return n.initCustomEvent(e,Boolean(t.bubbles),Boolean(t.cancelable),t.detail),n},window.CustomEvent.prototype=window.Event.prototype),!window.Event||r&&"function"!=typeof window.Event){var i=window.Event;window.Event=function(e,t){t=t||{};var n=document.createEvent("Event");return n.initEvent(e,Boolean(t.bubbles),Boolean(t.cancelable)),n},window.Event.prototype=i.prototype}}(window.WebComponents),window.CustomElements=window.CustomElements||{flags:{}},function(e){var t=e.flags,n=[],o=function(e){n.push(e)},r=function(){n.forEach(function(t){t(e)})};e.addModule=o,e.initializeModules=r,e.hasNative=Boolean(document.registerElement),e.isIE=/Trident/.test(navigator.userAgent),e.useNative=!t.register&&e.hasNative&&!window.ShadowDOMPolyfill&&(!window.HTMLImports||window.HTMLImports.useNative)}(window.CustomElements),window.CustomElements.addModule(function(e){function t(e,t){n(e,function(e){return!!t(e)||void o(e,t)}),o(e,t)}function n(e,t,o){var r=e.firstElementChild;if(!r)for(r=e.firstChild;r&&r.nodeType!==Node.ELEMENT_NODE;)r=r.nextSibling;for(;r;)t(r,o)!==!0&&n(r,t,o),r=r.nextElementSibling;return null}function o(e,n){for(var o=e.shadowRoot;o;)t(o,n),o=o.olderShadowRoot}function r(e,t){i(e,t,[])}function i(e,t,n){if(e=window.wrap(e),!(n.indexOf(e)>=0)){n.push(e);for(var o,r=e.querySelectorAll("link[rel="+a+"]"),d=0,s=r.length;d<s&&(o=r[d]);d++)o["import"]&&i(o["import"],t,n);t(e)}}var a=window.HTMLImports?window.HTMLImports.IMPORT_LINK_TYPE:"none";e.forDocumentTree=r,e.forSubtree=t}),window.CustomElements.addModule(function(e){function t(e,t){return n(e,t)||o(e,t)}function n(t,n){return!!e.upgrade(t,n)||void(n&&a(t))}function o(e,t){b(e,function(e){if(n(e,t))return!0})}function r(e){N.push(e),y||(y=!0,setTimeout(i))}function i(){y=!1;for(var e,t=N,n=0,o=t.length;n<o&&(e=t[n]);n++)e();N=[]}function a(e){_?r(function(){d(e)}):d(e)}function d(e){e.__upgraded__&&!e.__attached&&(e.__attached=!0,e.attachedCallback&&e.attachedCallback())}function s(e){u(e),b(e,function(e){u(e)})}function u(e){_?r(function(){c(e)}):c(e)}function c(e){e.__upgraded__&&e.__attached&&(e.__attached=!1,e.detachedCallback&&e.detachedCallback())}function l(e){for(var t=e,n=window.wrap(document);t;){if(t==n)return!0;t=t.parentNode||t.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&t.host}}function f(e){if(e.shadowRoot&&!e.shadowRoot.__watched){g.dom&&console.log("watching shadow-root for: ",e.localName);for(var t=e.shadowRoot;t;)m(t),t=t.olderShadowRoot}}function p(e,n){if(g.dom){var o=n[0];if(o&&"childList"===o.type&&o.addedNodes&&o.addedNodes){for(var r=o.addedNodes[0];r&&r!==document&&!r.host;)r=r.parentNode;var i=r&&(r.URL||r._URL||r.host&&r.host.localName)||"";i=i.split("/?").shift().split("/").pop()}console.group("mutations (%d) [%s]",n.length,i||"")}var a=l(e);n.forEach(function(e){"childList"===e.type&&(M(e.addedNodes,function(e){e.localName&&t(e,a)}),M(e.removedNodes,function(e){e.localName&&s(e)}))}),g.dom&&console.groupEnd()}function w(e){for(e=window.wrap(e),e||(e=window.wrap(document));e.parentNode;)e=e.parentNode;var t=e.__observer;t&&(p(e,t.takeRecords()),i())}function m(e){if(!e.__observer){var t=new MutationObserver(p.bind(this,e));t.observe(e,{childList:!0,subtree:!0}),e.__observer=t}}function v(e){e=window.wrap(e),g.dom&&console.group("upgradeDocument: ",e.baseURI.split("/").pop());var n=e===window.wrap(document);t(e,n),m(e),g.dom&&console.groupEnd()}function h(e){E(e,v)}var g=e.flags,b=e.forSubtree,E=e.forDocumentTree,_=window.MutationObserver._isPolyfilled&&g["throttle-attached"];e.hasPolyfillMutations=_,e.hasThrottledAttached=_;var y=!1,N=[],M=Array.prototype.forEach.call.bind(Array.prototype.forEach),O=Element.prototype.createShadowRoot;O&&(Element.prototype.createShadowRoot=function(){var e=O.call(this);return window.CustomElements.watchShadow(this),e}),e.watchShadow=f,e.upgradeDocumentTree=h,e.upgradeDocument=v,e.upgradeSubtree=o,e.upgradeAll=t,e.attached=a,e.takeRecords=w}),window.CustomElements.addModule(function(e){function t(t,o){if("template"===t.localName&&window.HTMLTemplateElement&&HTMLTemplateElement.decorate&&HTMLTemplateElement.decorate(t),!t.__upgraded__&&t.nodeType===Node.ELEMENT_NODE){var r=t.getAttribute("is"),i=e.getRegisteredDefinition(t.localName)||e.getRegisteredDefinition(r);if(i&&(r&&i.tag==t.localName||!r&&!i["extends"]))return n(t,i,o)}}function n(t,n,r){return a.upgrade&&console.group("upgrade:",t.localName),n.is&&t.setAttribute("is",n.is),o(t,n),t.__upgraded__=!0,i(t),r&&e.attached(t),e.upgradeSubtree(t,r),a.upgrade&&console.groupEnd(),t}function o(e,t){Object.__proto__?e.__proto__=t.prototype:(r(e,t.prototype,t["native"]),e.__proto__=t.prototype)}function r(e,t,n){for(var o={},r=t;r!==n&&r!==HTMLElement.prototype;){for(var i,a=Object.getOwnPropertyNames(r),d=0;i=a[d];d++)o[i]||(Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(r,i)),o[i]=1);r=Object.getPrototypeOf(r)}}function i(e){e.createdCallback&&e.createdCallback()}var a=e.flags;e.upgrade=t,e.upgradeWithDefinition=n,e.implementPrototype=o}),window.CustomElements.addModule(function(e){function t(t,o){var s=o||{};if(!t)throw new Error("document.registerElement: first argument `name` must not be empty");if(t.indexOf("-")<0)throw new Error("document.registerElement: first argument ('name') must contain a dash ('-'). Argument provided was '"+String(t)+"'.");if(r(t))throw new Error("Failed to execute 'registerElement' on 'Document': Registration failed for type '"+String(t)+"'. The type name is invalid.");if(u(t))throw new Error("DuplicateDefinitionError: a type with name '"+String(t)+"' is already registered");return s.prototype||(s.prototype=Object.create(HTMLElement.prototype)),s.__name=t.toLowerCase(),s["extends"]&&(s["extends"]=s["extends"].toLowerCase()),s.lifecycle=s.lifecycle||{},s.ancestry=i(s["extends"]),a(s),d(s),n(s.prototype),c(s.__name,s),s.ctor=l(s),s.ctor.prototype=s.prototype,s.prototype.constructor=s.ctor,e.ready&&v(document),s.ctor}function n(e){if(!e.setAttribute._polyfilled){var t=e.setAttribute;e.setAttribute=function(e,n){o.call(this,e,n,t)};var n=e.removeAttribute;e.removeAttribute=function(e){o.call(this,e,null,n)},e.setAttribute._polyfilled=!0}}function o(e,t,n){e=e.toLowerCase();var o=this.getAttribute(e);n.apply(this,arguments);var r=this.getAttribute(e);this.attributeChangedCallback&&r!==o&&this.attributeChangedCallback(e,o,r)}function r(e){for(var t=0;t<_.length;t++)if(e===_[t])return!0}function i(e){var t=u(e);return t?i(t["extends"]).concat([t]):[]}function a(e){for(var t,n=e["extends"],o=0;t=e.ancestry[o];o++)n=t.is&&t.tag;e.tag=n||e.__name,n&&(e.is=e.__name)}function d(e){if(!Object.__proto__){var t=HTMLElement.prototype;if(e.is){var n=document.createElement(e.tag);t=Object.getPrototypeOf(n)}for(var o,r=e.prototype,i=!1;r;)r==t&&(i=!0),o=Object.getPrototypeOf(r),o&&(r.__proto__=o),r=o;i||console.warn(e.tag+" prototype not found in prototype chain for "+e.is),e["native"]=t}}function s(e){return g(M(e.tag),e)}function u(e){if(e)return y[e.toLowerCase()]}function c(e,t){y[e]=t}function l(e){return function(){return s(e)}}function f(e,t,n){return e===N?p(t,n):O(e,t)}function p(e,t){e&&(e=e.toLowerCase()),t&&(t=t.toLowerCase());var n=u(t||e);if(n){if(e==n.tag&&t==n.is)return new n.ctor;if(!t&&!n.is)return new n.ctor}var o;return t?(o=p(e),o.setAttribute("is",t),o):(o=M(e),e.indexOf("-")>=0&&b(o,HTMLElement),o)}function w(e,t){var n=e[t];e[t]=function(){var e=n.apply(this,arguments);return h(e),e}}var m,v=(e.isIE,e.upgradeDocumentTree),h=e.upgradeAll,g=e.upgradeWithDefinition,b=e.implementPrototype,E=e.useNative,_=["annotation-xml","color-profile","font-face","font-face-src","font-face-uri","font-face-format","font-face-name","missing-glyph"],y={},N="http://www.w3.org/1999/xhtml",M=document.createElement.bind(document),O=document.createElementNS.bind(document);m=Object.__proto__||E?function(e,t){return e instanceof t}:function(e,t){if(e instanceof t)return!0;for(var n=e;n;){if(n===t.prototype)return!0;n=n.__proto__}return!1},w(Node.prototype,"cloneNode"),w(document,"importNode"),document.registerElement=t,document.createElement=p,document.createElementNS=f,e.registry=y,e["instanceof"]=m,e.reservedTagList=_,e.getRegisteredDefinition=u,document.register=document.registerElement}),function(e){function t(){i(window.wrap(document)),window.CustomElements.ready=!0;window.requestAnimationFrame||function(e){setTimeout(e,16)};setTimeout(function(){window.CustomElements.readyTime=Date.now(),window.HTMLImports&&(window.CustomElements.elapsed=window.CustomElements.readyTime-window.HTMLImports.readyTime),document.dispatchEvent(new CustomEvent("WebComponentsReady",{bubbles:!0}))})}var n=e.useNative,o=e.initializeModules;e.isIE;if(n){var r=function(){};e.watchShadow=r,e.upgrade=r,e.upgradeAll=r,e.upgradeDocumentTree=r,e.upgradeSubtree=r,e.takeRecords=r,e["instanceof"]=function(e,t){return e instanceof t}}else o();var i=e.upgradeDocumentTree,a=e.upgradeDocument;if(window.wrap||(window.ShadowDOMPolyfill?(window.wrap=window.ShadowDOMPolyfill.wrapIfNeeded,window.unwrap=window.ShadowDOMPolyfill.unwrapIfNeeded):window.wrap=window.unwrap=function(e){return e}),window.HTMLImports&&(window.HTMLImports.__importsParsingHook=function(e){e["import"]&&a(wrap(e["import"]))}),"complete"===document.readyState||e.flags.eager)t();else if("interactive"!==document.readyState||window.attachEvent||window.HTMLImports&&!window.HTMLImports.ready){var d=window.HTMLImports&&!window.HTMLImports.ready?"HTMLImportsLoaded":"DOMContentLoaded";window.addEventListener(d,t)}else t()}(window.CustomElements);
</script>
<script data-source="gwdpage_min.js" data-version="12" data-exports-type="gwd-page">(function(){'use strict';var c;var d=function(a,f){var b=document.createEvent("Event");b.initEvent(a,!0,!0);f.dispatchEvent(b)};var e=function(){};goog.inherits(e,HTMLElement);c=e.prototype;c.createdCallback=function(){this.h=this.i.bind(this);this.a=[];this.g=this.b=this.f=!1;var a=parseInt(this.getAttribute("data-gwd-width"),10)||this.clientWidth;this.j=(parseInt(this.getAttribute("data-gwd-height"),10)||this.clientHeight)>=a;this.c=!1};
c.attachedCallback=function(){this.addEventListener("ready",this.h,!1);setTimeout(function(){this.a=Array.prototype.slice.call(this.querySelectorAll("*")).filter(function(a){return"function"!=typeof a.gwdLoad||"function"!=typeof a.gwdIsLoaded||a.gwdIsLoaded()?!1:!0},this);this.g=!0;0<this.a.length?(this.style.visibility="hidden",this.f=!1):g(this);this.b=!0;d("attached",this)}.bind(this),0)};
c.detachedCallback=function(){this.removeEventListener("ready",this.h,!1);this.classList.remove("gwd-play-animation");d("detached",this)};c.gwdActivate=function(){this.classList.remove("gwd-inactive");Array.prototype.slice.call(this.querySelectorAll("*")).forEach(function(a){"function"==typeof a.gwdActivate&&"function"==typeof a.gwdIsActive&&0==a.gwdIsActive()&&a.gwdActivate()});this.c=!0;this.b?this.b=!1:d("attached",this);d("pageactivated",this)};
c.gwdDeactivate=function(){this.classList.add("gwd-inactive");this.classList.remove("gwd-play-animation");var a=Array.prototype.slice.call(this.querySelectorAll("*"));a.push(this);for(var f=0;f<a.length;f++){var b=a[f];if(b.classList&&(b.classList.remove("gwd-pause-animation"),b.hasAttribute("data-gwd-current-label"))){var h=b.getAttribute("data-gwd-current-label");b.classList.remove(h);b.removeAttribute("data-gwd-current-label")}delete b.gwdGotoCounters;b!=this&&"function"==typeof b.gwdDeactivate&&
"function"==typeof b.gwdIsActive&&1==b.gwdIsActive()&&b.gwdDeactivate()}this.c=!1;d("pagedeactivated",this);d("detached",this)};c.gwdIsActive=function(){return this.c};c.gwdIsLoaded=function(){return this.g&&0==this.a.length};c.gwdLoad=function(){if(this.gwdIsLoaded())g(this);else for(var a=this.a.length-1;0<=a;a--)this.a[a].gwdLoad()};c.i=function(a){a=this.a.indexOf(a.target);0<=a&&(this.a.splice(a,1),0==this.a.length&&g(this))};
var g=function(a){a.style.visibility="";a.f||(d("ready",a),d("pageload",a));a.f=!0};e.prototype.gwdPresent=function(){d("pagepresenting",this);this.classList.add("gwd-play-animation")};e.prototype.isPortrait=function(){return this.j};e.prototype.attributeChangedCallback=function(){};document.registerElement("gwd-page",{prototype:e.prototype});}).call(this);
</script>
<script data-source="gwdpagedeck_min.js" data-version="11" data-exports-type="gwd-pagedeck">(function(){'use strict';var g;var l=["-ms-","-moz-","-webkit-",""],m=function(a,c){for(var b,d,e=0;e<l.length;++e)b=l[e]+"transition-duration",d=""+c,a.style.setProperty(b,d)};function n(a,c,b,d,e,h,f){this.j=a;this.f=c;this.w=b;a=d||"none";this.l=e="none"===a?0:e||1E3;this.g=h||"linear";this.i=[];if(e){h=f||"top";if(f=this.j){f.classList.add("gwd-page");f.classList.add("center");f="center";if("push"==a)switch(h){case "top":f="top";break;case "bottom":f="bottom";break;case "left":f="left";break;case "right":f="right"}this.i.push(f);"fade"==a&&this.i.push("transparent")}f=this.f;e="center";if("none"!=a&&"fade"!=a)switch(h){case "top":e="bottom";break;case "bottom":e="top";
break;case "left":e="right";break;case "right":e="left"}f.classList.add(e);f.classList.add("gwd-page");"fade"==a&&f.classList.add("transparent")}}n.prototype.start=function(){if(this.l){var a=this.j,c=this.f;p(c,this.J.bind(this));a&&(m(a,this.l+"ms"),a.classList.add(this.g));m(c,this.l+"ms");c.classList.add(this.g);c.setAttribute("gwd-reflow",c.offsetWidth);if(a)for(var b=0;b<this.i.length;++b)a.classList.add(this.i[b]);q(c)}else this.w()};
var r=function(a,c,b,d){b="transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,"+b+","+d+",0,1);";return a+"."+c+"{-webkit-"+b+"-moz-"+b+"-ms-"+b+b+"}"},t="center top bottom left right transparent".split(" "),q=function(a){t.forEach(function(c){a.classList.remove(c)})},p=function(a,c){var b=function(){a.removeEventListener("webkitTransitionEnd",b);a.removeEventListener("transitionend",b);c()};a.addEventListener("webkitTransitionEnd",b);a.addEventListener("transitionend",b)};
n.prototype.J=function(){var a=this.j;a&&(q(a),m(a,0),a.classList.remove(this.g));m(this.f,0);this.f.classList.remove(this.g);this.w()};var u=function(a,c,b){if(b){var d=document.createEvent("CustomEvent");d.initCustomEvent(a,!0,!0,b)}else d=document.createEvent("Event"),d.initEvent(a,!0,!0);c.dispatchEvent(d)},w=function(a,c){var b=function(d){a.removeEventListener("attached",b);c(d)};a.addEventListener("attached",b)};var x=function(){};goog.inherits(x,HTMLElement);x.prototype.createdCallback=function(){window.addEventListener("WebComponentsReady",this.I.bind(this),!1);this.u=this.h.bind(this,"shake");this.v=this.h.bind(this,"tilt");this.s=this.h.bind(this,"rotatetoportrait");this.o=this.h.bind(this,"rotatetolandscape");this.a=[];this.A=this.H.bind(this);this.D=this.F.bind(this);this.c=this.B=null;this.b=-1;this.m=!1;this.classList.add("gwd-pagedeck");Object.defineProperty(this,"currentIndex",{enumerable:!0,get:this.G.bind(this)})};
x.prototype.I=function(){this.a=Array.prototype.slice.call(this.querySelectorAll("gwd-page"));this.a.forEach(function(a){a.classList.add("gwd-page")});for(u("beforepagesdetached",this,{pages:this.a.slice()});this.firstChild;)this.removeChild(this.firstChild);-1==this.b&&void 0!==this.C&&this.goToPage(this.C)};
x.prototype.attachedCallback=function(){if(!this.B){var a=this.id;var c=this.offsetWidth;var b=this.offsetHeight;a=(a&&"#")+a+".gwd-pagedeck > .gwd-page";c=r(a,"center",0,0)+r(a,"top",0,b)+r(a,"bottom",0,-b)+r(a,"left",c,0)+r(a,"right",-c,0);b=document.createElement("style");void 0!==b.cssText?b.cssText=c:(b.type="text/css",b.innerText=c);document.head.appendChild(b);this.B=b}this.addEventListener("pageload",this.A,!1);document.body.addEventListener("shake",this.u,!0);document.body.addEventListener("tilt",
this.v,!0);document.body.addEventListener("rotatetoportrait",this.s,!0);document.body.addEventListener("rotatetolandscape",this.o,!0)};x.prototype.detachedCallback=function(){this.removeEventListener("pageload",this.A,!1);document.body&&(document.body.removeEventListener("shake",this.u,!0),document.body.removeEventListener("tilt",this.v,!0),document.body.removeEventListener("rotatetoportrait",this.s,!0),document.body.removeEventListener("rotatetolandscape",this.o,!0))};
var z=function(a,c,b,d,e,h){if(!(a.b==c||0>c||c>a.a.length-1||a.c)){var f=a.a[a.b],k=a.a[c];a.b=c;a.c=new n(f,k,a.D,b,d,e,h);var v=k.gwdLoad&&!k.gwdIsLoaded();a.m=v;w(k,function(){k.gwdActivate();v?k.gwdLoad():y(this)}.bind(a));a.appendChild(k)}};x.prototype.H=function(a){this.m&&a.target.parentNode==this&&(y(this),this.m=!1)};var y=function(a){u("pagetransitionstart",a);a.c.start()};g=x.prototype;
g.F=function(){if(this.c){var a=this.c.j,c=this.c.f;this.c=null;u("pagetransitionend",this,{outgoingPage:a?a:null,incomingPage:c});a&&a.gwdDeactivate();c.gwdPresent()}};g.findPageIndexByAttributeValue=function(a,c){for(var b=this.a.length,d,e=0;e<b;e++)if(d=this.a[e],"boolean"==typeof c){if(d.hasAttribute(a))return e}else if(d.getAttribute(a)==c)return e;return-1};g.goToNextPage=function(a,c,b,d,e){var h=this.b,f=h+1;f>=this.a.length&&(f=a?0:h);z(this,f,c,b,d,e)};
g.goToPreviousPage=function(a,c,b,d,e){var h=this.b,f=this.a.length,k=h-1;0>k&&(k=a?f-1:h);z(this,k,c,b,d,e)};g.goToPage=function(a,c,b,d,e){this.a.length?(a="number"==typeof a?a:this.findPageIndexByAttributeValue("id",a),0<=a&&z(this,a,c,b,d,e)):this.C=a};g.G=function(){return 0<=this.b?this.b:void 0};g.getPages=function(){return this.a};g.getPage=function(a){if("number"!=typeof a){if(!a)return null;a=this.findPageIndexByAttributeValue("id",a)}return 0>a||a>this.a.length-1?null:this.a[a]};
g.getCurrentPage=function(){return this.getPage(this.b)};g.getDefaultPage=function(){var a=this.getAttribute("default-page");return a?this.getPage(this.findPageIndexByAttributeValue("id",a)):this.getPage(0)};g.getOrientationSpecificPage=function(a,c){c=this.getPage(c);var b=c.getAttribute("alt-orientation-page");if(!b)return c;var d=c.isPortrait();a=1==a;b=this.getPage(b);return a==d?c:b};g.h=function(a,c){if(c.target==document.body){var b=this.getPage(this.b);u(a,b,c.detail)}};
g.getElementById=function(a){for(var c=this.a.length,b=0;b<c;b++){var d=this.a[b].querySelector("#"+a);if(d)return d}return null};g.getElementsBySelector=function(a){for(var c=this.a.length,b=[],d=0;d<c;d++){var e=this.a[d].querySelectorAll(a);e&&(b=b.concat(Array.prototype.slice.call(e)))}return b};g.attributeChangedCallback=function(){};document.registerElement("gwd-pagedeck",{prototype:x.prototype});}).call(this);
</script>
<script data-source="https://s0.2mdn.net/ads/studio/Enabler.js" data-exports-type="gwd-google-ad" src="https://s0.2mdn.net/ads/studio/Enabler.js"></script>
<script data-source="gwdgooglead_min.js" data-version="2" data-exports-type="gwd-google-ad">(function(){'use strict';var f,h=function(a,b){if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if("undefined"!=typeof a.compareDocumentPosition)return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a},k=function(a){return"gwd-page"==a.tagName.toLowerCase()||"gwd-page"==a.getAttribute("is")},l=function(a){if(k(a))return a;for(;a&&9!=a.nodeType;)if((a=a.parentElement)&&k(a))return a;return null};function m(){this.v={}}m.prototype.add=function(a,b){a="string"==typeof a?a:a.getString();this.v[a]||(this.v[a]=[]);this.v[a].push(b)};var n=function(a){var b=[],c="object"==typeof gwd&&"GwdId"in gwd,d;for(d in a.v)b.push(c?new gwd.GwdId(d):d);return b},p=function(a,b){return b?a.v["string"==typeof b?b:b.getString()]||[]:[]};function q(a,b){this.i=a;this.W=b;this.F=this.J.bind(this)}q.prototype.observe=function(a){if(a.nodeType==Node.ELEMENT_NODE)for(var b=n(this.i),c=0;c<b.length;c++){var d=r(b[c]);if(d&&h(a,d)){var e=p(this.i,b[c]);e&&e.forEach(function(a){d.addEventListener(a.event,this.F,!1)}.bind(this))}}};var t=function(a,b){if(b.nodeType==Node.ELEMENT_NODE)for(var c=n(a.i),d=0;d<c.length;d++){var e=r(c[d]);if(e&&h(b,e)){var g=p(a.i,c[d]);g&&g.forEach(function(a){e.removeEventListener(a.event,this.F,!1)}.bind(a))}}};
q.prototype.J=function(a){this.W(a)};var r=function(a){return"string"==typeof a?document.getElementById(a):a.getElement(document)};document.registerElement("gwd-exit");document.registerElement("gwd-metric-event");document.registerElement("gwd-metric-configuration");document.registerElement("gwd-timer");var u=function(a,b,c){if(c){var d=document.createEvent("CustomEvent");d.initCustomEvent(a,!0,!0,c)}else d=document.createEvent("Event"),d.initEvent(a,!0,!0);b.dispatchEvent(d);return d};var w=function(){};goog.inherits(w,HTMLElement);f=w.prototype;
f.createdCallback=function(){document.body.style.opacity="0";this.P=this.ba.bind(this);this.H=this.da.bind(this);this.R=this.ca.bind(this);this.B=this.aa.bind(this);this.A=this.Z.bind(this);this.C=u.bind(null,"expandfinish",this);this.w=u.bind(null,"collapsefinish",this);this.O=this.$.bind(this);this.F=this.J.bind(this);this.T=this.ea.bind(this);this.V=this.fa.bind(this);this.c=this.h=null;this.s=this.u=!1;this.K=[];this.o=!1;this.L=this.hasAttribute("fullscreen");this.m=null;this.D=this.j=!1;this.G=
window.innerHeight>=window.innerWidth?1:2;this.g=this.b=null};
f.attachedCallback=function(){Enabler.addEventListener(studio.events.StudioEvent.EXPAND_START,this.B);Enabler.addEventListener(studio.events.StudioEvent.COLLAPSE_START,this.A);Enabler.addEventListener(studio.events.StudioEvent.FULLSCREEN_EXPAND_START,this.B);Enabler.addEventListener(studio.events.StudioEvent.FULLSCREEN_COLLAPSE_START,this.A);Enabler.addEventListener(studio.events.StudioEvent.EXPAND_FINISH,this.C);Enabler.addEventListener(studio.events.StudioEvent.COLLAPSE_FINISH,this.w);Enabler.addEventListener(studio.events.StudioEvent.FULLSCREEN_EXPAND_FINISH,
this.C);Enabler.addEventListener(studio.events.StudioEvent.FULLSCREEN_COLLAPSE_FINISH,this.w);Enabler.addEventListener(studio.events.StudioEvent.FULLSCREEN_DIMENSIONS,this.O);this.a=this.querySelector("gwd-pagedeck")||this.querySelector("[is=gwd-pagedeck]");this.a.addEventListener("pagetransitionend",this.T,!1);this.b=document.getElementById(this.getAttribute("data-provider"));this.g=document.querySelector("gwd-data-binder");var a=this.querySelector("gwd-metric-configuration"),b=new m;if(a){a=Array.prototype.slice.call(a.getElementsByTagName("gwd-metric-event"));
for(var c=0;c<a.length;c++){var d=a[c],e=d.getAttribute("source");if(e){var g=d.getAttribute("exit");d={event:d.getAttribute("event"),ga:d.getAttribute("metric")||g,X:d.hasAttribute("cumulative"),exit:g};b.add(x(e),d)}}}this.i=b;this.S=new q(this.i,this.F);window.addEventListener("resize",this.V,!1)};
f.detachedCallback=function(){Enabler.removeEventListener(studio.events.StudioEvent.INIT,this.P);Enabler.removeEventListener(studio.events.StudioEvent.VISIBLE,this.H);Enabler.removeEventListener(studio.events.StudioEvent.PAGE_LOADED,this.R);Enabler.removeEventListener(studio.events.StudioEvent.EXPAND_START,this.B);Enabler.removeEventListener(studio.events.StudioEvent.COLLAPSE_START,this.A);Enabler.removeEventListener(studio.events.StudioEvent.FULLSCREEN_EXPAND_START,this.B);Enabler.removeEventListener(studio.events.StudioEvent.FULLSCREEN_COLLAPSE_START,
this.A);Enabler.removeEventListener(studio.events.StudioEvent.EXPAND_FINISH,this.C);Enabler.removeEventListener(studio.events.StudioEvent.COLLAPSE_FINISH,this.w);Enabler.removeEventListener(studio.events.StudioEvent.FULLSCREEN_EXPAND_FINISH,this.C);Enabler.removeEventListener(studio.events.StudioEvent.FULLSCREEN_COLLAPSE_FINISH,this.w);Enabler.removeEventListener(studio.events.StudioEvent.FULLSCREEN_DIMENSIONS,this.O);this.a.removeEventListener("pagetransitionend",this.T,!1);window.removeEventListener("resize",
this.V,!1);this.b&&this.h&&this.b.removeEventListener("ready",this.h);this.g&&this.c&&this.g.removeEventListener("bindingfinished",this.c)};f.initAd=function(){this.o=!1;var a=this.P;Enabler.removeEventListener(studio.events.StudioEvent.INIT,a);Enabler.addEventListener(studio.events.StudioEvent.INIT,a);Enabler.isInitialized()&&a()};f.exit=function(a,b,c,d,e){Enabler.exit(a,b);("undefined"==typeof d||d)&&y(this);c&&this.goToPage(e)};
f.exitOverride=function(a,b,c,d,e){Enabler.exitOverride(a,b);("undefined"==typeof d||d)&&y(this);c&&this.goToPage(e)};f.incrementCounter=function(a,b){Enabler.counter(a,b)};f.startTimer=function(a){Enabler.startTimer(a)};f.stopTimer=function(a){Enabler.stopTimer(a)};f.reportManualClose=function(){Enabler.reportManualClose()};
f.J=function(a){var b=a.target,c=x(b),d=c+": "+a.type;a:{var e=p(this.i,c);for(var g=0;g<e.length;g++)if(e[g].event==a.type){e=e[g];break a}e=void 0}e.exit&&a.detail&&a.detail.url?(d=c+": "+e.exit,a.detail["exit-id"]&&(d=a.detail["exit-id"]),b="",null!=a.detail["product-index"]&&(b=a.detail["product-index"]),this.b&&"dynamic_remarketing"==this.b.getAttribute("gwd-schema-id")?(c=a.detail["action-event"],e={},c&&(e.clickX=c.clientX||c.changedTouches[0].clientX,e.clickY=c.clientY||c.changedTouches[0].clientY),
Enabler.dynamicExit(d,a.detail.url,b,void 0,e)):Enabler.exitOverride(d,a.detail.url),a.detail.handled=!0,a.detail.collapse&&this.goToPage()):(a=l(b))&&a.gwdIsActive()&&this.incrementCounter(e.ga||d,e.X)};
f.ba=function(){var a=function(){if(this.hasAttribute("polite-load")){var a=this.R;Enabler.isPageLoaded()?a():Enabler.addEventListener(studio.events.StudioEvent.PAGE_LOADED,a)}else a=this.H,Enabler.isVisible()?a():Enabler.addEventListener(studio.events.StudioEvent.VISIBLE,a)}.bind(this);if(this.L){var b=function(c){(this.m=!!c.supported)&&u("fullscreensupport",this);Enabler.removeEventListener(studio.events.StudioEvent.FULLSCREEN_SUPPORT,b);a()}.bind(this);Enabler.addEventListener(studio.events.StudioEvent.FULLSCREEN_SUPPORT,
b);Enabler.queryFullscreenSupport()}else a()};f.da=function(a){if(this.o)this.b&&this.N(null);else{var b;a&&(b=a.detail);var c=this.ia.bind(this,b);this.b&&(c=this.Y.bind(this,c));if(this.L){Enabler.setResponsiveExpanding(!0);var d=function(a){this.D=a;c()}.bind(this);Enabler.loadModule(studio.module.ModuleId.GDN,function(){var a=studio.sdk.gdn.getConfig();a.isInCreativeToolsetContext()?a.isInterstitial(d):c()})}else c()}};
f.ca=function(){var a=this.H;Enabler.isVisible()?a():Enabler.addEventListener(studio.events.StudioEvent.VISIBLE,a)};f.Y=function(a){this.b?(this.h&&this.b.removeEventListener("ready",this.h),this.h=this.N.bind(this,a),this.b.isDataLoaded()&&this.h(),this.b.addEventListener("ready",this.h)):a()};
f.N=function(a){var b=!!a;if(this.g){this.c&&(this.g.removeEventListener("bindingfinished",this.c),this.c=null);var c=this.b.getData();c&&(b=this.a.getElementsBySelector("*"),b=b.concat(this.a.getPages()),this.g.bindData(c,b)?this.U(a):(this.c=this.U.bind(this,a),this.g.addEventListener("bindingfinished",this.c)),b=!1)}b&&a()};
f.U=function(a){this.c&&(this.g.removeEventListener("bindingfinished",this.c),this.c=null);if(this.o){var b=document.getElementsByTagName("gwd-text-helper");0<b.length&&b[0].refitAll()}a&&a()};f.ia=function(a){this.o||(this.o=!0,document.body.style.opacity="",u("adinitialized",this,a),this.D?(a=this.a.getPage(this.a.findPageIndexByAttributeValue("expanded",!0)),this.goToPage(a.id)):this.goToPage())};
f.goToPage=function(a,b,c,d,e){var g=this.a.getPage(this.a.currentIndex);if(a=a?this.a.getPage(a):this.a.getDefaultPage()){var v=!!g&&!!a&&!this.u&&!this.D&&!g.hasAttribute("expanded")&&a.hasAttribute("expanded");g=!!g&&!!a&&!this.s&&!this.D&&g.hasAttribute("expanded")&&!a.hasAttribute("expanded");v&&this.s||g&&this.u||((this.f=a.id,b&&(this.l={transition:b,duration:c,easing:d,direction:e}),v)?this.L&&!1!==this.m?this.m&&(this.j=!0,Enabler.requestFullscreenExpand()):Enabler.requestExpand():g?this.j?
Enabler.requestFullscreenCollapse():Enabler.requestCollapse():(this.s=this.u=!1,this.I()))}};f.aa=function(){u("expandstart",this);this.m?(this.j=!0,Enabler.finishFullscreenExpand()):Enabler.finishExpand();if(!this.f){var a=this.a.getPage(this.a.findPageIndexByAttributeValue("expanded",!0));a&&(this.f=a.id)}a=this.a.getPage(this.a.currentIndex);this.u=!!a&&this.f!=a.id;setTimeout(this.I.bind(this),30)};
f.Z=function(){u("collapsestart",this);this.j?(Enabler.finishFullscreenCollapse(),this.j=!1):Enabler.finishCollapse();this.f||(this.reportManualClose(),this.f=this.a.getDefaultPage().id);var a=this.a.getPage(this.a.currentIndex);this.s=!!a&&this.f!=a.id;setTimeout(this.I.bind(this),30)};f.fa=function(){if(!this.f){var a=window.innerHeight>=window.innerWidth?1:2;this.G!=a&&(this.G=a,(a=this.a.getPage(this.a.currentIndex))&&setTimeout(this.goToPage.bind(this,a.id),0))}};
f.$=function(a){a&&Enabler.setResponsiveSize(a.width,a.height)};f.I=function(){if(this.f){this.G=window.innerHeight>=window.innerWidth?1:2;var a=this.a.getOrientationSpecificPage(this.G,this.f);this.l?this.a.goToPage(a.id,this.l.transition,this.l.duration,this.l.easing,this.l.direction):this.a.goToPage(a.id);this.j&&a.classList.add("fs")}this.l=this.f=void 0};
f.ea=function(a){this.s=this.u=!1;if(a.target==this.a){var b=a.detail;a=b.outgoingPage;b=b.incomingPage;if(a&&(t(this.S,a),(a=a.querySelectorAll("video, gwd-video"))&&0<a.length))for(this.M=[];this.K.length;)studio.video.Reporter.detach(this.K.shift());this.S.observe(b);if((a=b.querySelectorAll("video, gwd-video"))&&0<a.length){b=studio.video&&studio.video.Reporter;var c=this.ha.bind(this);this.M=Array.prototype.slice.call(a);b?c():Enabler.loadModule(studio.module.ModuleId.VIDEO,c)}}};
f.ha=function(){for(var a,b;this.M.length;)if(b=this.M.shift(),a=x(b))studio.video.Reporter.attach(a,"gwd-video"==b.tagName.toLowerCase()?b.nativeElement:b,b.autoplay),this.K.push(a)};var x=function(a){return"object"==typeof gwd&&"GwdId"in gwd?(new gwd.GwdId(a)).getString():"string"==typeof a?a:a.id},y=function(a){Array.prototype.slice.call(a.a.querySelectorAll("video, gwd-video, gwd-youtube, gwd-audio, audio")).forEach(function(a){a.pause()})};w.prototype.attributeChangedCallback=function(){};
document.registerElement("gwd-google-ad",{prototype:w.prototype});}).call(this);
</script>
<script data-source="gwdimage_min.js" data-version="12" data-exports-type="gwd-image">(function(){'use strict';var c=function(a){return"gwd-page"==a.tagName.toLowerCase()||"gwd-page"==a.getAttribute("is")},f=function(a){if(c(a))return a;for(;a&&9!=a.nodeType;)if((a=a.parentElement)&&c(a))return a;return null},g=function(a,b,d){var e=e||b;a.hasAttribute(b)?(a=a.getAttribute(b),d.setAttribute(e,a)):d.removeAttribute(e)};var h=["height","width","alt"];var k=function(){};goog.inherits(k,HTMLElement);
k.prototype.createdCallback=function(){for(var a;a=this.firstChild;)this.removeChild(a);this.a=document.createElement("img");this.g=this.h.bind(this);this.b=0;this.c=this.f=-1;Object.defineProperty(this,"nativeElement",{enumerable:!0,get:function(){return this.a}});Object.defineProperty(this,"assetWidth",{enumerable:!0,get:function(){return this.f}});Object.defineProperty(this,"assetHeight",{enumerable:!0,get:function(){return this.c}});Object.defineProperty(this,"naturalWidth",{enumerable:!0,get:function(){return this.a.naturalWidth}});
Object.defineProperty(this,"naturalHeight",{enumerable:!0,get:function(){return this.a.naturalHeight}});Object.defineProperty(this,"height",{enumerable:!0,get:function(){return this.a.height},set:function(a){this.a.height=a}});Object.defineProperty(this,"width",{enumerable:!0,get:function(){return this.a.width},set:function(a){this.a.width=a}});Object.defineProperty(this,"alt",{enumerable:!0,get:function(){return this.a.alt},set:function(a){this.a.alt=a}});Object.defineProperty(this,"src",{enumerable:!0,
get:function(){return this.a.src}});a=document.createElement("div");a.classList.add("intermediate-element");a.appendChild(this.a);this.appendChild(a);if(a=this.getAttribute("src"))this.setAttribute("source",a),this.removeAttribute("src");this.a.addEventListener("load",this.g,!1);this.a.addEventListener("error",this.g,!1);for(a=0;a<h.length;a++)g(this,h[a],this.a)};
k.prototype.attachedCallback=function(){if("function"==typeof this.gwdLoad&&"function"==typeof this.gwdIsLoaded&&!this.gwdIsLoaded()){var a=f(this),b=a&&"function"==typeof a.gwdIsLoaded;(!a||b&&a.gwdIsLoaded())&&this.gwdLoad()}};k.prototype.gwdIsLoaded=function(){return 2==this.b||3==this.b};k.prototype.gwdLoad=function(){this.b=1;this.c=this.f=-1;var a=this.getAttribute("source")||"data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==";this.a.setAttribute("src",a)};
k.prototype.h=function(a){2!=this.b&&(a&&"error"==a.type?(this.b=3,this.c=this.f=-1,this.a.style.backgroundImage=""):(-1!=this.f&&-1!=this.c||!this.getAttribute("source")||(this.f=this.naturalWidth,this.c=this.naturalHeight),this.b=2),l(this),m(this),a=document.createEvent("Event"),a.initEvent("ready",!0,!0),this.dispatchEvent(a))};
var m=function(a){if(2==a.b){var b=a.getAttribute("source"),d=a.getAttribute("scaling")||"stretch";"stretch"==d?(a.classList.remove("scaled-proportionally"),a.a.style.backgroundImage="",a=a.a,b=b||"data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==",b!=a.getAttribute("src")&&a.setAttribute("src",b)):(a.classList.add("scaled-proportionally"),a.a.style.backgroundImage=b?"url("+JSON.stringify(b)+")":"",a.a.style.backgroundSize="none"!=d?d:"auto",b=a.a,"data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="!=
b.getAttribute("src")&&b.setAttribute("src","data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="))}},l=function(a){var b=a.getAttribute("alignment")||"center";a.a.style.backgroundPosition=b};k.prototype.attributeChangedCallback=function(a){"source"==a?0!==this.b&&this.gwdLoad():"scaling"==a?m(this):"alignment"==a?l(this):"alt"==a&&g(this,a,this.a)};document.registerElement("gwd-image",{prototype:k.prototype});}).call(this);
</script>
<script data-source="gwdtaparea_min.js" data-version="6" data-exports-type="gwd-taparea">(function(){'use strict';var c;var e=function(a,b,f){if(f){var d=document.createEvent("CustomEvent");d.initCustomEvent(a,!0,!0,f)}else d=document.createEvent("Event"),d.initEvent(a,!0,!0);b.dispatchEvent(d);return d};var g=[],h=function(a){a=g.indexOf(a);0<=a&&g.splice(a,1)};document.addEventListener("click",function(a){for(var b=0;b<g.length;b++)if(25>Math.abs(a.clientX-g[b].m)&&25>Math.abs(a.clientY-g[b].o)||25>Math.abs(a.screenX-g[b].A)&&25>Math.abs(a.screenY-g[b].B))g.splice(b,1),a.stopPropagation(),a.preventDefault()},!0);var k=function(){};goog.inherits(k,HTMLElement);c=k.prototype;c.createdCallback=function(){this.l=this.j=0;this.f=this.b=this.g=this.c=null;this.a=!0;this.h=this.s.bind(this)};
c.attachedCallback=function(){this.b||(this.c=this.i.bind(this),this.g=this.w.bind(this),this.b=this.v.bind(this),this.f=this.u.bind(this));this.addEventListener("click",this.c,!1);this.addEventListener("touchstart",this.g,!1);this.addEventListener("action",this.h,!1)};c.detachedCallback=function(){this.removeEventListener("click",this.c,!1);this.removeEventListener("touchstart",this.g,!1);this.removeEventListener("action",this.h,!1)};c.i=function(a){this.a&&e("action",this,a);this.a=!0};
c.w=function(a){this.addEventListener("touchmove",this.b,!1);this.addEventListener("touchend",this.f,!1);a=a.touches[0];this.j=a.clientX;this.l=a.clientY};c.u=function(a){this.i(a);this.removeEventListener("touchmove",this.b,!1);this.removeEventListener("touchend",this.f,!1);a=a.changedTouches[0];a={m:a.clientX,o:a.clientY,A:a.screenX,B:a.screenY};g.push(a);setTimeout(h.bind(null,a),2500)};c.v=function(a){a=a.touches[0];this.a=this.a&&10>=Math.abs(this.j-a.clientX)&&10>=Math.abs(this.l-a.clientY)};
c.s=function(a){var b=this.getAttribute("exit-id"),f=this.getAttribute("product-index"),d=this.getAttribute("exit-override-url");d&&!e("tapareaexit",this,{"exit-id":b,url:d,"product-index":f,"action-event":a.detail}).detail.handled&&window.open(d)};c.attributeChangedCallback=function(){};document.registerElement("gwd-taparea",{prototype:k.prototype});}).call(this);
</script>
<script type="text/javascript" gwd-gwdid-version="1.0">(function(){var c;var f=function(a){this.c="";this.a=[];this.b="";a&&("string"==typeof a?this.h(a):this.g(a))};c=f.prototype;c.i=function(a){for(var b=this.c==a.c&&this.b==a.b&&this.a.length==a.a.length,d=0;b&&d<this.a.length;d++)b=this.a[d]==a.a[d];return b};c.u=function(){return""==this.f()};c.clear=function(){this.c="";this.a=[];this.b=""};
c.g=function(a){this.clear();if(!a)return!1;var b=a.getAttribute("data-gwd-group-def")||"",d=b?[]:[a];for(a=a.parentElement;a&&!b;)a.hasAttribute("data-gwd-group")?d.push(a):b=a.getAttribute("data-gwd-group-def"),a=a.parentElement;d=d.reverse();a=!!b;var g=d[0];if(!a&&!g.id)return!1;for(var e=[],m=a?0:1;m<d.length;m++){var n=d[m].getAttribute("data-gwd-grp-id");if(!n)return!1;e.push(n)}this.c=a?"":g.id;this.a=e;this.b=b||"";return!0};
c.h=function(a){this.clear();a=a.split(" ");for(var b=""==a[0],d="",g=[],e=b?1:0;e<a.length;e++)if(a[e])d?g.push(a[e]):d=a[e];else return!1;if(!d)return!1;b?this.b=d:this.c=d;this.a=g;return!0};
c.j=function(a){if(this.b)a=a.querySelector('[data-gwd-group-def="'+this.b+'"]');else if(this.c){if(a=a.getElementById(this.c),!a){var b=document.querySelector("gwd-pagedeck")||document.querySelector("[is=gwd-pagedeck]");b&&"function"==typeof b.getElementById&&(a=b.getElementById(this.c))}}else return null;return h(this,a)};c.l=function(a,b){if(!this.b)return null;for(a=b;a;){var d=a.getAttribute("data-gwd-group");if(d==this.b)break;a=d&&a!=b?null:a.parentElement}return a?h(this,a):null};
c.f=function(){var a="";this.b?a=" "+this.b:this.c&&(a=this.c);for(var b=0;b<this.a.length;b++)a+=" "+this.a[b];return a};c.o=function(){return this.c};c.s=function(){return this.a};c.m=function(){return this.b};var h=function(a,b){for(var d=0;b&&d<a.a.length;d++){for(var g=b.querySelector('[data-gwd-grp-id="'+a.a[d]+'"]'),e=g?g.parentElement:null;g&&e&&e!=b;)e.hasAttribute("data-gwd-group")?g=null:e=e.parentElement;b=g}return b};var k=["gwd","GwdId"],l=this;k[0]in l||"undefined"==typeof l.execScript||l.execScript("var "+k[0]);for(var p;k.length&&(p=k.shift());)k.length||void 0===f?l=l[p]&&l[p]!==Object.prototype[p]?l[p]:l[p]={}:l[p]=f;f.GROUP_REFERENCE_ATTR="data-gwd-group";f.prototype.equals=f.prototype.i;f.prototype.clear=f.prototype.clear;f.prototype.isEmpty=f.prototype.u;f.prototype.setFromElement=f.prototype.g;f.prototype.setFromString=f.prototype.h;f.prototype.getElement=f.prototype.j;
f.prototype.getElementInInstance=f.prototype.l;f.prototype.getString=f.prototype.f;f.prototype.getLeadingId=f.prototype.o;f.prototype.getPseudoIds=f.prototype.s;f.prototype.getGroupName=f.prototype.m;}).call(this);
</script>
<script type="text/javascript" gwd-events="support">var gwd=gwd||{};gwd.actions=gwd.actions||{};gwd.actions.events=gwd.actions.events||{};gwd.actions.events.getElementById=function(id){var gwdId=new gwd.GwdId(id);var retElement;var target=gwd.actions.events.currentTarget;if(!gwdId.getLeadingId()&&target){retElement=gwdId.getElementInInstance(document,gwd.actions.events.currentTarget)}else{retElement=gwdId.getElement(document)}if(!retElement){switch(id){case"document.body":retElement=document.body;break;case"document":retElement=document;break;case"window":retElement=window;break}}return retElement};gwd.actions.events.addHandler=function(eventTarget,eventName,eventHandler,useCapture){var gwdId=new gwd.GwdId(eventTarget);var groupName=gwdId.getGroupName();if(groupName!==""){var instances=document.querySelectorAll("["+gwd.GwdId.GROUP_REFERENCE_ATTR+" = "+groupName+"]");Array.prototype.forEach.call(instances,function(instance){var target=gwdId.getElementInInstance(document,instance);if(target){var actualHandlerProp=gwd.actions.events.actualHandlerProp;if(!eventHandler[actualHandlerProp]){eventHandler[actualHandlerProp]=gwd.actions.events.wrapHandler_.bind(null,eventHandler)}target.addEventListener(eventName,eventHandler[actualHandlerProp],useCapture)}})}else{var targetElement=gwd.actions.events.getElementById(eventTarget);if(targetElement){targetElement.addEventListener(eventName,eventHandler,useCapture)}}};gwd.actions.events.removeHandler=function(eventTarget,eventName,eventHandler,useCapture){var gwdId=new gwd.GwdId(eventTarget);var groupName=gwdId.getGroupName();if(groupName!==""){var instances=document.querySelectorAll("["+gwd.GwdId.GROUP_REFERENCE_ATTR+" = "+groupName+"]");Array.prototype.forEach.call(instances,function(instance){var target=gwdId.getElementInInstance(document,instance);if(target){var actualHandlerProp=gwd.actions.events.actualHandlerProp;if(eventHandler[actualHandlerProp]){target.removeEventListener(eventName,eventHandler[actualHandlerProp],useCapture)}}})}else{var targetElement=gwd.actions.events.getElementById(eventTarget);if(targetElement&&eventTarget[0]!=" "){targetElement.removeEventListener(eventName,eventHandler,useCapture)}}};gwd.actions.events.setInlineStyle=function(id,styles){var element=gwd.actions.events.getElementById(id);if(!element||!styles){return}var transitionProperty=element.style.transition!==undefined?"transition":"-webkit-transition";var prevTransition=element.style[transitionProperty];var splitStyles=styles.split(/\s*;\s*/);var nameValue;splitStyles.forEach(function(splitStyle){if(splitStyle){var regex=new RegExp("[:](?![/]{2})");nameValue=splitStyle.split(regex);nameValue[1]=nameValue[1]?nameValue[1].trim():null;if(!(nameValue[0]&&nameValue[1])){return}element.style.setProperty(nameValue[0],nameValue[1])}});function restoreTransition(event){var el=event.target;el.style.transition=prevTransition;el.removeEventListener(event.type,restoreTransition,false)}element.addEventListener("transitionend",restoreTransition,false);element.addEventListener("webkitTransitionEnd",restoreTransition,false)};gwd.actions.events.currentTarget=null;gwd.actions.events.actualHandlerProp="gwd_actualHandler";gwd.actions.events.wrapHandler_=function(handler,event){gwd.actions.events.currentTarget=event.target;handler.call(null,event)};gwd.actions.gwdGoogleAd=gwd.actions.gwdGoogleAd||{};gwd.actions.gwdGoogleAd.exit=function(receiver,exitId,url,opt_collapseOnExit,opt_pauseMedia,opt_pageId){gwd.actions.events.getElementById(receiver).exit(exitId,url,opt_collapseOnExit,opt_pauseMedia,opt_pageId)}</script>
<script type="text/javascript" gwd-events="handlers">gwd.auto_Gwd_taparea_2Action=function(event){gwd.actions.gwdGoogleAd.exit("gwd-ad","CTA","https://www.48months.ie/membership-plans",false,false,"page1")}</script>
<script type="text/javascript" gwd-events="registration">gwd.actions.events.registerEventHandlers=function(event){gwd.actions.events.addHandler("gwd-taparea_2","action",gwd.auto_Gwd_taparea_2Action,false)};gwd.actions.events.deregisterEventHandlers=function(event){gwd.actions.events.removeHandler("gwd-taparea_2","action",gwd.auto_Gwd_taparea_2Action,false)};document.addEventListener("DOMContentLoaded",gwd.actions.events.registerEventHandlers);document.addEventListener("unload",gwd.actions.events.deregisterEventHandlers)</script>
</head>
<body>
<gwd-google-ad id="gwd-ad" polite-load="">
<gwd-metric-configuration>
<gwd-metric-event source="gwd-taparea_1" event="tapareaexit" metric="" exit="Exit"></gwd-metric-event>
<gwd-metric-event source="gwd-taparea_2" event="tapareaexit" metric="" exit="Exit"></gwd-metric-event>
</gwd-metric-configuration>
<gwd-pagedeck class="gwd-page-container" id="pagedeck">
<gwd-page id="page1" class="gwd-page-wrapper gwd-page-size gwd-lightbox gwd-page-6ujd" data-gwd-width="100%" data-gwd-height="100%">
<div class="gwd-page-content gwd-page-size gwd-div-ltui">
<gwd-image id="bg" source="http://seansmyth.ie/wp-content/uploads/2019/03/bg.jpg" scaling="stretch" class="gwd-image-1nhd"></gwd-image>
<gwd-image id="48_logo" source="http://seansmyth.ie/wp-content/uploads/2019/03/48_logo.png" scaling="stretch" class="gwd-image-1854"></gwd-image>
<gwd-image id="text_1" source="http://seansmyth.ie/wp-content/uploads/2019/03/text_1-2.png" scaling="stretch" class="gwd-image-gepi gwd-gen-p44wgwdanimation"></gwd-image>
<gwd-image id="text_2" source="http://seansmyth.ie/wp-content/uploads/2019/03/text_2-2.png" scaling="stretch" class="gwd-image-e7c0 gwd-gen-df51gwdanimation"></gwd-image>
<gwd-image id="cell_open_2" source="http://seansmyth.ie/wp-content/uploads/2019/03/cell_open.png" scaling="stretch" class="gwd-image-w2ej gwd-gen-1hirgwdanimation gwd-image-8eov"></gwd-image>
<div data-gwd-motion-path-node="x" class="gwd-motion-path-1not-anim-x"><div data-gwd-motion-path-node="y" class="gwd-motion-path-1not-anim-y"><gwd-image id="guy" source="http://seansmyth.ie/wp-content/uploads/2019/03/guy.png" scaling="stretch" class="gwd-image-enoa gwd-gen-1dqrgwdanimation"></gwd-image></div></div>
<gwd-image id="cell_open" source="http://seansmyth.ie/wp-content/uploads/2019/03/cell_open.png" scaling="stretch" class="gwd-image-w2ej gwd-gen-1izfgwdanimation gwd-image-4n1s"></gwd-image>
<gwd-image id="cell_closed" source="http://seansmyth.ie/wp-content/uploads/2019/03/cell_closed-3.png" scaling="stretch" class="gwd-image-fupu gwd-gen-m36zgwdanimation"></gwd-image>
<div class="gwd-div-7b8o gwd-div-tsu1 gwd-gen-1fbygwdanimation" data-gwd-group="button1" id="Button_1">
<button class="gwd-button-17zk gwd-gen-1ppvgwdanimation gwd-grp-9ocs" data-gwd-grp-id="button_1">Find out more</button>
</div>
<a href="javascript:window.open(window.clickTag)" id="clicktag">
<gwd-taparea id="gwd-taparea_1" class="gwd-taparea-1yu5"></gwd-taparea>
</a>
<gwd-taparea id="gwd-taparea_2" class="gwd-taparea-1ia8"></gwd-taparea>
</div>
</gwd-page>
</gwd-pagedeck>
<gwd-exit metric="CTA" url="https://www.48months.ie/membership-plans"></gwd-exit>
</gwd-google-ad>
<script type="text/javascript" id="gwd-init-code">
(function() {
var gwdAd = document.getElementById('gwd-ad');
/**
* Handles the DOMContentLoaded event. The DOMContentLoaded event is
* fired when the document has been completely loaded and parsed.
*/
function handleDomContentLoaded(event) {
}
/**
* Handles the WebComponentsReady event. This event is fired when all
* custom elements have been registered and upgraded.
*/
function handleWebComponentsReady(event) {
// Start the Ad lifecycle.
setTimeout(function() {
gwdAd.initAd();
}, 0);
}
/**
* Handles the event that is dispatched after the Ad has been
* initialized and before the default page of the Ad is shown.
*/
function handleAdInitialized(event) {}
window.addEventListener('DOMContentLoaded',
handleDomContentLoaded, false);
window.addEventListener('WebComponentsReady',
handleWebComponentsReady, false);
window.addEventListener('adinitialized',
handleAdInitialized, false);
})();
</script>
<script data-exports-type="gwd-studio-registration">function StudioExports() {
Enabler.exit("CTA", "https://www.48months.ie/membership-plans");
}</script><script type="text/gwd-admetadata">{"version":1,"type":"GoogleAd","format":"","template":"Banner 3.0.0","politeload":true,"fullscreen":false,"counters":[],"timers":[],"exits":[{"exitId":"CTA","url":"https://www.48months.ie/membership-plans"}],"creativeProperties":{"minWidth":0,"minHeight":0,"maxWidth":0,"maxHeight":0},"components":["button","gwd-google-ad","gwd-image","gwd-page","gwd-pagedeck","gwd-taparea"],"responsive":true}</script></body></html>
.gwd-page-content
{
position: relative;
width: 160px;
height: 100%;
margin: 0 auto;
display: block;
}
Also see: Tab Triggers