jekyll-theme-persephone 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/assets/main.css +1 -1
  3. data/assets/main.js +13 -13
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a494e21462d6049a08c1df095fbc9b71166ab1705afc0752a4222a59ac7059b
4
- data.tar.gz: 9c71945d0ce288c746c146ae93fe43f2041add9d61173b97090b54d4a3aa922a
3
+ metadata.gz: f0efbd6bd31be1f2f7697e1081618d3b0dbce407f01e41d47904507bb850dba6
4
+ data.tar.gz: 364b86cce18dcdf3148ff449e0884565629bc0d6a910810ace1b2e4145885a00
5
5
  SHA512:
6
- metadata.gz: 816b57b2a9a130c82eb88e13352779b8dd3a0913ca0ef493e39af5b77e61c32c556ee228713e739beb4988c8bb4b59a7b61f03073050637ab3629b0e0e32e3f8
7
- data.tar.gz: 24a4637c220d3656bae0ec84c04c3bce7fa0ff9376ee34d37d594686636cc5d0558c6ea5910a5ef8c4adc4fd2b44976262f87e170e805d3876bf7234679bde7c
6
+ metadata.gz: 1c588b526a733f7b17425090af09f74486eb4b30ca4c51bab3d9eb2c9315412effdca6bba6ba752eddd2749cb68e53bd2f9b673a1e2245eb508bee2427986115
7
+ data.tar.gz: 1ce6d2d7b806f064d55bd93e8b7408336f4bbad6099fa0179e061959e9edf3e59faec9d3f2f22fcf74baed258ef7b9db0326bc5c3136de2651ea6bfc906477b8
data/assets/main.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";:root{--dark:#343a40;--grayer:#495057;--gray:#6c757d;--gray-light:#ced4da;--light-gray:#adb5bd;--light:#dee2e6;--lighter:#e9ecef;--lightest:#faf9fa;--white:#fff;--blue:#007bff;--red:#dc3545;--bg-color:var(--white);--content-width:750px}@keyframes spin{0%{-webkit-transform:rotate(0deg);tranform:rotate(0deg)}to{-webkit-transform:rotate(1turn);tranform:rotate(1turn)}}*{border:0;padding:0;margin:0;box-sizing:border-box}body,html{font-family:Microsoft YaHei,微软雅黑,宋体,STXihei,华文细黑,Arial,Verdana,arial,serif;width:100%;background-color:var(--bg-color);color:var(--dark);font-size:17px}body{min-height:100vh;overflow-x:hidden;display:flex!important;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}main{flex:1}h1,h2,h3{font-weight:400}h1{font-size:2.36rem}h2{font-size:1.77rem}h3{font-size:1.33rem}a,a:active,a:hover,a:visited{text-decoration:none;color:var(--dark)}.loading{display:flex;width:100vw;height:100vh;position:fixed;z-index:15;background-color:var(--bg-color);align-items:center;justify-content:center}.loading__icon{width:60px;height:60px;position:relative;border-radius:30px;border:2px solid var(--gray-light)}.loading__icon:after{content:"";position:absolute;top:-2px;left:-2px;bottom:-2px;right:-2px;border-radius:30px;border:2px solid transparent;border-top:2px solid var(--gray);animation:spin 1s linear infinite}.error-title{font-size:3.5rem}.error-hint{margin:3rem 0}.error-link{text-decoration:underline}.clearfix:after{content:"";clear:both;display:block}.site-footer{line-height:1.5rem;padding:1.25rem 0;color:var(--gray);font-size:.75rem;text-align:center;width:100%}.site-footer a{font-size:.75rem;margin:0 3px}.logo{position:fixed;left:3rem;top:2rem;z-index:11;display:block;color:var(--gray)}.logo h1{font-size:18px;font-weight:400;line-height:30px}.logo img+h1{margin:0;transform:translateX(-20px);opacity:0;position:absolute;left:calc(30px + 1rem);top:0;width:100px}.logo:hover img+h1{opacity:1;transform:none;transition:transform .3s,opacity .3s}.sidebar__toggler{width:40px;height:40px;position:fixed;left:3rem;bottom:2rem;margin:-20px 10px 10px;z-index:11}.logo,.sidebar__toggler{-webkit-transition:all .35s ease-out;-moz-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.sidebar-right .logo,.sidebar-right .sidebar__toggler{right:3rem;left:auto}.sidebar-right .logo h1{left:auto;right:calc(30px + 1rem);transform:translateX(20px);text-align:right}.sidebar-right .logo:hover h1{transform:none}.sidebar__toggler span{display:inline-block;position:absolute;background-color:var(--gray);height:2px;left:5%;transition:all .25s linear;border-radius:2px}.sidebar__toggler_top{width:40%;top:7.5px}.sidebar__toggler_middle{width:70%;top:19px}.sidebar__toggler_bottom{width:90%;bottom:7.5px}.sidebar__toggler:hover .sidebar__toggler_top{width:90%}.sidebar__toggler:hover .sidebar__toggler_bottom{width:40%}.sidebar__toggler.active .sidebar__toggler_top{transform-origin:5% 5%;width:90%;transform:rotate(45deg)}.sidebar__toggler.active .sidebar__toggler_middle{opacity:0}.sidebar__toggler.active .sidebar__toggler_bottom{width:90%;transform-origin:5% 95%;transform:rotate(-45deg)}a.nav-link{display:inline-block;padding:5px .25rem;position:relative}a.nav-link:after{content:"";position:absolute;display:inline-block;left:0;bottom:0;height:1px;background-color:var(--light-gray);width:0;transition:width .25s ease-out}a.nav-link:hover:after{width:100%}a.nav-link.active:after{background-color:var(--gray);width:100%}.top-nav{margin:-2.45rem 0 3.45rem;text-align:right}.top-nav a{margin:0 0 0 1rem}@media screen and (max-width:768px){.logo,.logo.active,.sidebar-right .logo,.sidebar-right .logo.active{position:absolute;left:1.5rem;top:2rem;margin:0}.sidebar-right .sidebar__toggler,.sidebar-right .sidebar__toggler.active,.sidebar__toggler,.sidebar__toggler.active{position:absolute;bottom:auto;top:2rem;right:1rem;margin:-10px 0 0;left:auto}.top-nav{padding-left:40px}}.content{display:block;word-wrap:break-word;overflow:hidden;color:var(--dark);line-height:1.7}.content *{box-sizing:border-box;-webkit-box-sizing:border-box;font-size:inherit}.content>:first-child{margin-top:0!important}.content>:last-child{margin-bottom:0!important}.content blockquote,.content code,.content figure,.content img,.content pre,.content table,.content tr{page-break-inside:avoid}.content h2,.content h3,.content h4,.content h5,.content p{orphans:3;widows:3}.content h1,.content h2,.content h3,.content h4,.content h5{page-break-after:avoid}.content b,.content strong{font-weight:700}.content em{font-style:italic}.content blockquote,.content dl,.content ol,.content p,.content table,.content ul{margin-top:0;margin-bottom:.85em}.content a{text-decoration:none;background:transparent;border-bottom:1px dashed var(--gray);margin:0 .25rem;font-size:.9em;color:var(--grayer)}.content a:active,.content a:focus,.content a:hover{outline:0;border-style:solid}.content img{border:0;max-width:100%;vertical-align:middle}.content hr{height:1px;padding:0;margin:1.7em 0;overflow:hidden;background-color:#e7e7e7;border:none}.content hr:after,.content hr:before{display:table;content:" "}.content hr:after{clear:both}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{margin-top:1.275em;margin-bottom:.85em;font-weight:550}.content h1{font-size:2.3em;font-weight:500;margin-bottom:1em}.content h2{font-size:1.75em}.content h3{font-size:1.5em}.content h4{font-size:1.25em}.content h5,.content h6{font-size:1em}.content h6{color:#777}.content code,.content pre{font-family:Consolas,Liberation Mono,Menlo,Courier,monospace;direction:ltr;margin:0;padding:0;border:none;color:inherit}.content pre{overflow:auto;word-wrap:normal;padding:.85em 1em;margin:0 0 1.275em;background:var(--lightest)}.content pre>code{display:inline;max-width:none;padding:0;margin:0;overflow:initial;line-height:inherit;font-size:.85em;white-space:pre;background:transparent}.content pre>code:after,.content pre>code:before{content:normal}.content code{padding:.2em;margin:0;font-size:.85em;background-color:var(--lightest);border-radius:3px}.content code:after,.content code:before{letter-spacing:-.2em;content:"\00a0"}.content table{display:table;width:100%;border-collapse:collapse;border-spacing:0;overflow:auto}.content table td,.content table th{padding:6px 13px;border:1px solid #ddd}.content table tr{background-color:#fff;border-top:1px solid var(--gray-light)}.content table tr:nth-child(2n){background-color:var(--lightest)}.content table th{font-weight:700}.content ol,.content ul{margin:0 0 .85em;padding:0 0 0 2em}.content ol ol,.content ol ul,.content ul ol,.content ul ul{margin-top:0;margin-bottom:0}.content ol ol{list-style-type:lower-roman}.content blockquote{margin:0 0 .85em;padding:0 15px;color:var(--gray);border-left:4px solid var(--light)}.content blockquote:first-child{margin-top:0}.content blockquote:last-child{margin-bottom:0}.content dl{padding:0}.content dl dt{padding:0;margin-top:.85em;font-style:italic;font-weight:700}.content dl dd{padding:0 .85em;margin-bottom:.85em}.content dd{margin-left:0}.content .mermaid{margin-bottom:.85rem}.content sup .footnote{font-size:.75rem}.content .footnotes{margin:2rem 0 0;padding:1rem 0;position:relative;color:var(--gray);width:100%;text-align:left}.content .footnotes:before{content:"";position:absolute;display:inline-block;left:0;background-color:var(--light);width:30%;height:1px;top:0}.content .footnotes ol li{font-size:.875rem}.error-container{display:flex;width:100vw;height:100vh;align-items:center;justify-content:center;flex-direction:column}.error-title{font-size:4rem}.error-hint{margin:.5rem 0 1.5rem;font-size:1.35rem;text-decoration:none}.body-archive{overflow-x:hidden}.archive{width:100vw;height:100vh;overflow:hidden}.archive .site-footer{position:fixed;width:35%;left:0;bottom:0;z-index:2}.archive__header{width:35%;height:100%;border-right:1px solid var(--lighter);text-align:center;justify-content:center;position:fixed;left:0;top:0;z-index:1;display:flex!important;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.archive__header h1{font-size:1.5rem;margin-bottom:.75rem}.archive__header h1 a:hover{text-decoration:underline}.archive__header .archive__header_intro{width:70%;max-width:345px;margin:0 0 1.5rem;color:var(--grayer);font-size:.875rem}.archive__content{width:65%;min-height:100%;margin-left:35%;-ms-flex-direction:column;flex-direction:column;flex-wrap:nowrap}.archive__content,.archive__list{display:flex!important;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;justify-content:center}.archive__list{width:100%;margin:1.5rem 0 2.5rem;flex:1;-ms-flex-direction:column;flex-direction:column}.archive__item{list-style:none;padding:.75rem 5.35rem;border-top:1px solid transparent;border-bottom:1px solid transparent;width:100%;overflow:hidden}.archive__item:hover{border-color:var(--lighter)}.archive__link{color:var(--dark);width:100%;height:100%;font-size:18px;line-height:1.5rem;display:flex!important;display:-webkit-box;display:-ms-flexbox}.archive__time{width:135px;flex-basis:135px;font-size:.9rem;color:var(--gray);flex-shrink:0}.icon__list{text-align:center;margin:0 0 1.5rem}.icon__link svg{margin:0 5px;width:18px;height:18px}.icon__fill{fill:var(--gray)}.icon__stroke{stroke:var(--gray)}.icon__list a:hover .icon__fill{fill:var(--dark)}.icon__list a:hover .icon__stroke{stroke:var(--dark)}@media screen and (max-width:800px){.archive{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%;height:auto}.archive .site-footer{position:static;width:100%}.archive__content,.archive__header{width:100%;height:auto;margin:0}.archive__header{padding:5rem 0 0;position:static}}@media screen and (max-width:600px){.archive__item{padding:.75rem 2rem}.archive__time{width:100px;flex-basis:100px}}.page__content{max-width:800px;padding:2rem 3rem!important}.slide{width:100vw;height:100vh;overflow:hidden}.slide__section{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;left:0;top:0;z-index:1;opacity:0;overflow:hidden}.slide__section:first-child{z-index:5;opacity:1}.slide__img{height:85%;position:relative;overflow:hidden}.slide__img_placehold{position:absolute;left:0;top:0;width:100%;height:100%;transform:translateY(0);background-color:var(--bg-color);background-size:100% 100%;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;transform-origin:100% 100%}.slide__img .slide__link:hover~.slide__img_placehold{transform:scale(1.1)}.slide__img img{height:100%;width:auto}.slide__text{z-index:5;position:relative;height:120px;width:275px;margin-top:-10%}.slide__link{display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:6}.slide__text_left{margin-right:-10%;text-align:right}.slide__text_right{margin-left:-10%;text-align:left}.slide__title{width:275px;min-height:65px}.slide__time,.slide__title{position:relative;background-color:transparent}.slide__time{display:inline-block;margin-top:.5rem;height:35px;width:120px}.slide__time_inner,.slide__title_inner{background-color:var(--dark);opacity:0;width:0;height:100%;position:absolute;top:0}.slide__text_left .slide__time_inner,.slide__text_left .slide__title_inner{right:0}.slide__text_right .slide__time_inner,.slide__text_right .slide__title_inner{left:0}.slide__time_text,.slide__title_text{color:var(--white);opacity:0}.slide__title_text{padding:0 20px;line-height:65px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.slide__text_left .slide__title_text{transform:translateX(100px)}.slide__text_right .slide__title_text{transform:translateX(-100px)}.slide__time_text{padding:0 15px;line-height:35px;text-align:center}.slide__text_left .slide__time_text{transform:translateX(40px)}.slide__text_right .slide__time_text{transform:translateX(-40px)}.slide__desc{position:absolute;width:80%;top:100%;color:var(--gray);opacity:0;transform:tranlateY(-100px)}.slide__text_left .slide__desc{right:60%}.slide__text_right .slide__desc{left:60%}.slide__controls{position:fixed;right:3rem;top:0;height:100%;display:flex;width:35px;align-items:flex-end;flex-direction:column;justify-content:center;z-index:7}.slide__control{width:100%;height:1.25rem;display:inline-block;cursor:pointer;position:relative}.slide__control:after{content:"";display:inline-block;width:65%;height:3px;background-color:var(--gray-light);position:absolute;right:0;top:50%;margin-top:-1.5px;-webkit-transition:all .35s linear;-moz-transition:all .35s linear;-o-transition:all .35s linear;transition:all .35s linear}.slide__control:hover:after{width:100%}.slide__control.current:after{background-color:var(--dark);width:100%}.slide__control__icon{display:inline-block;width:40px;height:40px;border-radius:50%;position:relative;margin-right:-10px;cursor:pointer}.slide__control__icon.slide__control_top{margin-bottom:3rem}.slide__control__icon.slide__control_bottom{margin-top:3rem}.circle-progress{stroke:var(--gray-light);fill:none;stroke-width:1;stroke-dasharray:0 120;transition:all .45s ease-in}.slide__control__icon:hover .circle-progress{stroke-dasharray:120 120}.slide__control_arrow{position:absolute;height:60%;width:2px;left:calc(50% - 1px);top:20%;background-color:var(--gray-light);transition:all .25s ease-in}.slide__control_arrow:after,.slide__control_arrow:before{content:"";position:absolute;display:inline-block;height:50%;width:2px;background-color:var(--gray-light)}.slide__control_up:after,.slide__control_up:before{top:0;left:0}.slide__control_down:after,.slide__control_down:before{bottom:0;left:0}.slide__control_up:before{transform-origin:top right;transform:rotate(-45deg)}.slide__control_up:after{transform-origin:left top;transform:rotate(45deg)}.slide__control_down:before{transform-origin:bottom right;transform:rotate(-45deg)}.slide__control_down:after{transform-origin:left bottom;transform:rotate(45deg)}@media screen and (max-width:768px){.slide__controls,.slide__desc{display:none}.slide__img{width:calc(100% - 3rem);height:auto}.slide__img img{width:100%;height:auto}.slide__text{position:absolute;margin-top:0}}.book-summary{position:absolute;top:0;bottom:0;left:-300px;z-index:1;overflow-y:auto;width:300px;color:var(--grayer);background:var(--white);border-right:1px solid rgba(0,0,0,.07);-webkit-transition:left .25s ease;-moz-transition:left .25s ease;-o-transition:left .25s ease;transition:left .25s ease}.book-summary::-webkit-scrollbar{width:8px;height:1px}.book-summary::-webkit-scrollbar-thumb{border-radius:8px;background-color:var(--light)}.book-summary::-webkit-scrollbar-track{border-radius:8px;background-color:var(--lightest)}.book-summary ul.summary{list-style:none;margin:0;padding:0;-webkit-transition:top .5s ease;-moz-transition:top .5s ease;-o-transition:top .5s ease;transition:top .5s ease;font-size:16px}.book-summary ul.summary li{list-style:none}.book-summary ul.summary li.header{padding:20px 15px 10px;text-transform:uppercase;color:var(--gray)}.book-summary ul.summary li.divider{height:1px;margin:7px 0;overflow:hidden;background:rgba(0,0,0,.07)}.book-summary ul.summary li i.fa-check{display:none;position:absolute;right:9px;top:16px;font-size:9px;color:#3c3}.book-summary ul.summary li.done>a{color:var(--grayer);font-weight:400}.book-summary ul.summary li.done>a i{display:inline}.book-summary ul.summary li a,.book-summary ul.summary li span{display:block;padding:10px 15px;border-bottom:none;color:var(--grayer);background:transparent;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;position:relative}.book-summary ul.summary li a:hover{text-decoration:underline}.book-summary ul.summary li a:focus{outline:none}.book-summary ul.summary li.active>a{color:var(--blue);background:transparent;text-decoration:none}.book-summary ul.summary li ul{padding-left:20px}@media (max-width:600px){.book-summary{width:calc(100% - 60px);bottom:0;left:-100%}}.book{margin-left:0;width:100vw;height:100vh}.book__cover{height:100vh;width:40%;overflow:hidden;position:fixed;left:0;top:0}.book__img{height:100vh;width:auto}.book__content{width:60%;min-height:100%;margin-left:40%;-ms-flex-direction:column;flex-direction:column;flex-wrap:nowrap}.book__content,.book__content_inner{display:flex!important;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal}.book__content_inner{padding:2.5rem 10%;width:100%;flex:1;-ms-flex-direction:column;flex-direction:column;justify-content:center;flex-wrap:nowrap}.book__title{margin:2.5rem 0;color:var(--dark);font-size:2.85rem}.book__desc{color:var(--dark-light);line-height:2rem}.book__meta{margin:0 0 1.5rem;color:var(--gray);font-size:.875rem}.book__icon{display:inline-block;width:80px;height:80px;border-radius:50%;position:relative;cursor:pointer;margin:1.5rem 0}.book__icon .circle-progress{stroke-dasharray:0 226}.book__icon:hover .circle-progress{stroke-dasharray:226 226}.book__icon_arrow{position:absolute;width:60%;height:2px;top:calc(50% - 1px);left:20%;background-color:var(--gray-light);transition:all .25s ease-in}.book__icon_arrow:after,.book__icon_arrow:before{content:"";position:absolute;display:inline-block;width:50%;height:2px;background-color:var(--gray-light);right:0;top:0}.book__icon_arrow:before{transform-origin:bottom right;transform:rotate(45deg)}.book__icon_arrow:after{transform-origin:top right;transform:rotate(-45deg)}@media screen and (max-width:750px){.book{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;min-height:100vh;position:relative}.book__content,.book__cover{width:100%}.book__cover{height:35%;position:static}.book__cover .book__img{width:100%;height:auto;margin-top:-35%}.book__content{margin-left:0}.book__content_inner{padding:1rem 10%}.book__more{display:block;text-align:center}}.book__wrapper{position:relative;min-height:100vh;width:100%}.book-header{position:fixed;top:0;right:0;width:100%;z-index:7}.with-summary .book-header{width:calc(100% - 300px)}.book-header h1{font-size:20px;font-weight:200;text-align:center;opacity:0;padding-left:200px;padding-right:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:1.5rem 0 0;-webkit-transition:opacity .4s ease;-moz-transition:opacity ease .4s;-o-transition:opacity ease .4s;transition:opacity .4s ease}.book-header h1 a,.book-header h1 a:hover{color:inherit;text-decoration:none}.summary__toggler{position:absolute;top:1.5rem;left:3rem;width:30px;height:30px;z-index:8;transition:transform .25s linear;transform-origin:top left;color:var(--gray)}.summary__toggler.active{transform:rotate(90deg)}@media (max-width:1000px){.book-header h1{display:none}}.book-header h1 i{display:none}.book-header:hover h1{opacity:1}.book__body{-webkit-transition:left .25s ease;-moz-transition:left .25s ease;-o-transition:left .25s ease;transition:left .25s ease}.book__body,.book__body .body__inner{position:absolute;top:0;right:0;left:0;bottom:0;overflow-y:auto}.book__wrapper.with-summary .book-summary{left:0}.book__wrapper.with-summary .book__body{left:300px}@media (max-width:1240px){.book__body{-webkit-transition:transform .25s ease;-moz-transition:transform .25s ease;-o-transition:transform .25s ease;transition:transform .25s ease;padding-bottom:20px}.book__body .body__inner{position:static;min-height:calc(100% - 50px)}}@media (max-width:600px){.book__wrapper.with-summary{overflow:hidden}.book__wrapper.with-summary .book__body{left:calc(100% - 60px);right:calc(60px - 100%)}.book__wrapper.with-summary .sidebar__toggler{display:none}}.chapter__wrapper{position:relative;outline:none;padding-top:5rem;min-height:100vh;display:flex!important;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chapter__wrapper .site-footer{margin-top:2.5rem}.chapter__inner{position:relative;margin:0 auto;padding:1.5rem 1rem;max-width:var(--content-width);flex:1}.navigation{position:absolute;top:50px;bottom:0;margin:0;max-width:150px;min-width:90px;display:flex!important;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;justify-content:center;align-content:center;align-items:center;font-size:40px;color:var(--gray-light);text-align:center;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.navigation:hover{text-decoration:none;color:var(--gray)}.navigation.navigation-next{right:20px}.navigation.navigation-prev{left:0}@media (max-width:1240px){.navigation{position:static;top:auto;max-width:50%;width:50%;display:inline-block;float:left}.navigation.navigation-unique{max-width:100%;width:100%}}@media screen and (max-width:768px){.book__wrapper.sidebar-right .logo,.book_wrapper.sidebar-right.logo{left:50%;margin-left:-20px}.book-summary{z-index:12}.summary__toggler{left:1.5rem;top:2rem;position:absolute}}@media screen and (max-width:600px){.summary__toggler.active{left:45px}.book-header{right:auto}}.post__top_navs{margin-bottom:2rem}.post__archive__header{margin:5rem 0;display:flex!important;display:-webkit-box;display:-ms-flexbox;flex-direction:column;align-items:center}.post__archive__header h1{font-weight:300;display:inline-block;margin:0 auto;position:relative;text-transform:capitalize}.post__archive__header h1:after,.post__archive__header h1:before{content:"";position:absolute;display:inline-block;width:30px;height:1px;top:50%;background-color:var(--gray)}.post__archive__header h1:before{left:-40px}.post__archive__header h1:after{right:-40px}.post__archive__header p{color:var(--gray)}.post__entry{margin:0 0 3rem}.post__entry .post__link{display:block}.post__entry h2{margin-bottom:.75rem}.post__entry .post__meta{font-size:.875rem;color:var(--gray);margin:.5rem 0 1rem}.post__entry .post__excerpt{color:var(--gray);margin:.5rem 0 0}.post__entry .post__excerpt p{line-height:1.5rem}.post__entry .post__more_arrow{margin-top:2rem;width:30%;height:1px;background-color:var(--light);position:relative;transition:all .35s ease-out;display:inline-block}.post__entry .post__more_arrow:after,.post__entry .post__more_arrow:before{content:"";position:absolute;width:15px;height:1px;background-color:var(--light);right:-2.5px;opacity:0;transition:all .35s ease-out}.post__entry .post__more_arrow:after{transform:rotate(45deg);top:-5px}.post__entry .post__more_arrow:before{transform:rotate(-45deg);top:5px}.post__entry .post__entry__link{display:block}.post__entry .post__entry__link:hover .post__more_arrow{width:30px;background-color:var(--gray)}.post__entry .post__entry__link:hover .post__more_arrow:after,.post__entry .post__entry__link:hover .post__more_arrow:before{opacity:1;background-color:var(--gray)}.post__entry .post-link.emit .more-arrow{margin-left:30%;opacity:0}.paginiation{text-align:center}.paginiation li{list-style:none;display:inline-block;margin:0 5px}.paginiation li .pagi__icon,.paginiation li .pagi__link{width:40px;height:40px;line-height:40px;text-align:center;vertical-align:bottom;display:inline-block;position:relative}.paginiation li .pagi__link:after{content:"";position:absolute;display:inline-block;left:0;bottom:-1px;width:0;height:1px;transition:all .35s ease-out;background-color:var(--gray)}.paginiation li .pagi__link.active{color:var(--gray);border-color:var(--gray)}.paginiation li .pagi__link:hover{border-color:var(--gray-light)}.paginiation li .pagi__link:hover:after{width:100%}.paginiation li .pagi__icon{border-radius:50%}.paginiation li .pagi__icon .circle-progress{stroke:var(--gray);stroke-width:1}.paginiation li .pagi__icon:hover .circle-progress{stroke-dasharray:120 120}.paginiation li .pagi__icon .pagi__icon_arrow{position:absolute;width:60%;height:1px;top:calc(50% - 1px);left:20%;background-color:var(--gray);transition:all .25s ease-in}.paginiation li .pagi__icon .pagi__icon_arrow:after,.paginiation li .pagi__icon .pagi__icon_arrow:before{content:"";position:absolute;display:inline-block;width:50%;height:1px;background-color:var(--gray)}.paginiation li .pagi__icon.next .pagi__icon_arrow:after,.paginiation li .pagi__icon.next .pagi__icon_arrow:before{right:0;top:0}.paginiation li .pagi__icon.next .pagi__icon_arrow:before{transform-origin:bottom right;transform:rotate(45deg)}.paginiation li .pagi__icon.next .pagi__icon_arrow:after{transform-origin:top right;transform:rotate(-45deg)}.paginiation li .pagi__icon.prev .pagi__icon_arrow:after,.paginiation li .pagi__icon.prev .pagi__icon_arrow:before{left:0;top:0}.paginiation li .pagi__icon.prev .pagi__icon_arrow:before{transform-origin:bottom left;transform:rotate(45deg)}.paginiation li .pagi__icon.prev .pagi__icon_arrow:after{transform-origin:top left;transform:rotate(-45deg)}.post__archive{max-width:var(--content-width);width:100%;margin:3rem auto;padding:1.5rem 1rem}.blog__categories{margin:1rem 0 .75rem}.blog__categories a{margin:0 2.75rem .75rem 0}.post__list_title{margin:2.75rem 0 1.25rem}.post__list_item{list-style:none;padding:0;width:100%;margin:.875rem 0;position:relative}.post__list_item a{display:block;width:100%;padding:.5rem 0}.post__list_item .archive__arrow{display:inline-block;position:absolute;width:0;height:1px;left:0;top:50%;background-color:var(--light-gray);transition:width .25s ease-in}.post__list_item .archive__arrow:after,.post__list_item .archive__arrow:before{content:"";position:absolute;width:9px;height:1px;background-color:var(--light-gray);right:-2.5px;opacity:0;transition:all .25s ease-in}.post__list_item .archive__arrow:after{transform:rotate(45deg);top:-3px}.post__list_item .archive__arrow:before{transform:rotate(-45deg);top:3px}.post__list_item .archive__time{display:inline-block;width:135px;font-size:.9rem;color:var(--gray)}.post__list_item .archive__time,.post__list_item a{transition:color .125s ease-in}.post__list_item.fade .archive__time,.post__list_item.fade a{color:var(--light-gray)}@media screen and (max-width:700px){.post__list_item .archive__time{display:block;margin-bottom:.35rem}}.hover-reveal{position:fixed;width:250px;height:175px;top:0;left:0;pointer-events:none;opacity:0}.hover-reveal__img,.hover-reveal__inner{width:100%;height:100%;position:relative}.hover-reveal__deco{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#181314}.hover-reveal__img{background-size:cover;background-position:50% 50%}.blog-status{margin:1.5rem 0 2.5rem;padding:15px 1rem;background-color:var(--lighter)}.blog-status svg{float:left;margin-right:15px}.post__wrapper{max-width:var(--content-width);width:100%;margin:3rem auto 1.5rem;padding:1.5rem 1rem}.post__wrapper:after{content:"";display:block;clear:both}.post__archive_path{float:left}.post__archive_path .post__archive_icon{display:inline-block;width:40px;height:40px;border-radius:50%;float:left;margin-right:10px;position:relative}.post__archive_path .post__archive_icon .circle-progress{stroke:var(--gray);fill:none;stroke-width:1;stroke-dasharray:0 120;transition:all .45s ease-in}.post__archive_path .post__archive_icon .post__archive_icon{position:absolute;width:60%;left:20%;top:50%;height:1px;background-color:var(--gray);transition:all .25s ease-in}.post__archive_path .post__archive_icon .post__archive_icon:after,.post__archive_path .post__archive_icon .post__archive_icon:before{content:"";position:absolute;display:inline-block;height:1px;width:50%;background-color:var(--gray);top:0;left:0}.post__archive_path .post__archive_icon .post__archive_icon:before{transform-origin:left bottom;transform:rotate(-45deg)}.post__archive_path .post__archive_icon .post__archive_icon:after{transform-origin:left top;transform:rotate(45deg)}.post__archive_path .post__archive_icon .post__archive_icon.emit{left:-110%}.post__archive_path a{display:block;font-size:1.2rem;line-height:40px;text-transform:capitalize}.post__archive_path a:hover .circle-progress{stroke-dasharray:120 120}.post__archive_path a.emit .post__archive_icon{left:-150%;opacity:0}.post__langs{float:right;line-height:40px}.post__header{margin-bottom:1rem}.post__header .post__title{margin:3rem 0 1.3rem}.post__header .page__title{margin-top:1rem}.post__header .post__meta{color:var(--gray);font-size:.935rem}.post__relative ul{padding:0}.post__relative ul li{list-style:none}.post__content{padding:1.5rem 0;margin-bottom:4rem}.post__contact{margin:0;padding:1.5rem 0;position:relative;color:var(--gray);width:100%;text-align:left}.post__contact:before{content:"";position:absolute;display:inline-block;left:0;background-color:var(--light);width:30%;height:1px;top:0}.post__contact h4{color:var(--grayer);font-size:1.15rem;font-weight:400;margin-bottom:.5rem}.post__contact p{font-size:.875rem;margin:0 0 1rem}.post__contact .icon__list{text-align:left}.section-nav{position:fixed;left:50%;top:8rem;margin-left:calc(var(--content-width)/2 + 30px)!important;list-style:none;max-width:calc(50vh - 60px)}.section-nav li{margin:10px 0;line-height:1.35rem}.section-nav li>a{color:var(--gray)}.section-nav li>a:hover{color:var(--blue)}@media screen and (max-width:1200px){.section-nav{display:none}}@media screen and (max-width:600px){.contact,.post__archive_path{width:100%}.contact{text-align:left}.contact:after{left:0;right:auto}}.comment-container{padding:1.5rem 0}.comment-left{float:left;width:60px}.comment__avatar img{border-radius:50%}.comment-right{float:right;width:calc(100% - 60px)}.new-comment-right{padding-left:1rem}.comment__box{position:relative;border:1px solid var(--lighter);display:flex!important;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:.35rem}.comment__box:after,.comment__box:before{content:"";position:absolute;display:inline-block;width:0;height:0;right:100%;border-style:solid solid outset;pointer-events:none}.comment__box:after{border-width:8px;border-left-color:transparent;border-bottom-color:transparent;border-right-color:var(--lighter);border-top-color:transparent;left:-16px;top:11px;z-index:4}.comment__box:before{border-width:7px;border-left-color:transparent;border-bottom-color:transparent;border-right-color:var(--bg-color);border-top-color:transparent;left:-14px;top:12px;z-index:5}.comment__box_bottom,.comment__box_top{width:100%;display:flex!important;display:-webkit-box;display:-ms-flexbox}.comment__box_top{border-bottom:1px solid var(--lighter)}@media screen and (max-width:500px){.comment__box_top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.comment__box_bottom{border-top:1px solid var(--lighter);justify-content:flex-end}.comment__hint{font-size:.875rem;color:var(--gray);flex:1;line-height:40px;padding:0 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.comment__smileys_box{padding:4px 10px;border-top:1px solid var(--lighter);position:absolute;bottom:40px;left:0;width:100%;display:none}.comment__smileys_box img{width:34px;height:auto}.comment__smileys_toggler{width:48px;text-align:center;padding:9px 0 0;border-right:1px solid var(--lighter);cursor:pointer}.comment__smileys_toggler svg{stroke:var(--light-gray)}.comment__error{color:var(--red)}.input-group{position:relative;padding-left:35px}.input-label{position:absolute;left:10px;top:8px;width:24px;height:24px;z-index:33;transition:all .25s linear}.input-label svg{stroke:var(--light-gray);stroke-width:2}.form__inputs__group.hide{display:none}.form__inputs__group .input-group{width:48%;float:left;margin-right:2%}.form-control{width:100%;padding:.375rem .75rem;color:var(--gray);font-size:1rem;line-height:1.5;background-color:transparent;font-family:OpenSans,Microsoft YaHei,微软雅黑,宋体,STXihei,华文细黑,Arial,Verdana,arial,serif}.form-control:focus{outline:none}.form-control::placeholder{font-size:.875rem;color:var(--gray-light)}.form-control-name{max-width:180px}textarea.form-control{height:7em;padding-top:.5rem;padding-bottom:.5rem;resize:vertical}.submit-btn{width:120px;display:inline-block;background:none;color:var(--gray);border-left:1px solid var(--lighter);cursor:pointer;position:relative;height:40px;line-height:40px;transition:all .45s ease-in}.submit-btn:disabled{cursor:not-allowed;opacity:.5}.comment__list{margin:3rem 0}.comment{margin:1rem 0;border-radius:.35rem}.comment__list>.comment{padding:.5rem 0 .5rem .5rem}.comment__list>.comment>.comment{margin-left:2.5rem}.comment_new{background-color:var(--lighter);padding:.75rem}.comment__author{font-size:1.05rem;line-height:2.5rem;margin-right:10px}.comment__reply_to{color:var(--gray);margin-right:10px;font-size:.875rem}.comment__date{color:var(--light-gray);font-size:.875rem}.comment__content{padding:.5rem 0}.comment__content p{color:var(--gray);font-size:.95rem;white-space:pre-line}.comment__reply{float:right;font-size:.8rem;border-bottom:1px dashed var(--gray)}.comment__reply:hover{border-style:solid}
1
+ :root{--dark:#343a40;--grayer:#495057;--gray:#6c757d;--gray-light:#ced4da;--light-gray:#adb5bd;--light:#dee2e6;--lighter:#e9ecef;--lightest:#faf9fa;--white:#fff;--blue:#007bff;--red:#dc3545;--bg-color:var(--white);--content-width:750px}@keyframes spin{0%{-webkit-transform:rotate(0deg);tranform:rotate(0deg)}to{-webkit-transform:rotate(1turn);tranform:rotate(1turn)}}*{border:0;padding:0;margin:0;box-sizing:border-box}body,html{font-family:Microsoft YaHei,微软雅黑,宋体,STXihei,华文细黑,Arial,Verdana,arial,serif;width:100%;background-color:var(--bg-color);color:var(--dark);font-size:17px}body{min-height:100vh;overflow-x:hidden;display:flex!important;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}main{flex:1}h1,h2,h3{font-weight:400}h1{font-size:2.36rem}h2{font-size:1.77rem}h3{font-size:1.33rem}a,a:active,a:hover,a:visited{text-decoration:none;color:var(--dark)}.loading{display:flex;width:100vw;height:100vh;position:fixed;z-index:15;background-color:var(--bg-color);align-items:center;justify-content:center}.loading__icon{width:60px;height:60px;position:relative;border-radius:30px;border:2px solid var(--gray-light)}.loading__icon:after{content:"";position:absolute;top:-2px;left:-2px;bottom:-2px;right:-2px;border-radius:30px;border:2px solid transparent;border-top:2px solid var(--gray);animation:spin 1s linear infinite}.error-title{font-size:3.5rem}.error-hint{margin:3rem 0}.error-link{text-decoration:underline}.clearfix:after{content:"";clear:both;display:block}.site-footer{line-height:1.5rem;padding:1.25rem 0;color:var(--gray);font-size:.75rem;text-align:center;width:100%}.site-footer a{font-size:.75rem;margin:0 3px}.logo{position:fixed;left:3rem;top:2rem;z-index:11;display:block;color:var(--gray)}.logo h1{font-size:18px;font-weight:400;line-height:30px}.logo img+h1{margin:0;transform:translateX(-20px);opacity:0;position:absolute;left:calc(30px + 1rem);top:0;width:100px}.logo:hover img+h1{opacity:1;transform:none;transition:transform .3s,opacity .3s}.sidebar__toggler{width:40px;height:40px;position:fixed;left:3rem;bottom:2rem;margin:-20px 10px 10px;z-index:11}.logo,.sidebar__toggler{-webkit-transition:all .35s ease-out;-moz-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.sidebar-right .logo,.sidebar-right .sidebar__toggler{right:3rem;left:auto}.sidebar-right .logo h1{left:auto;right:calc(30px + 1rem);transform:translateX(20px);text-align:right}.sidebar-right .logo:hover h1{transform:none}.sidebar__toggler span{display:inline-block;position:absolute;background-color:var(--gray);height:2px;left:5%;transition:all .25s linear;border-radius:2px}.sidebar__toggler_top{width:40%;top:7.5px}.sidebar__toggler_middle{width:70%;top:19px}.sidebar__toggler_bottom{width:90%;bottom:7.5px}.sidebar__toggler:hover .sidebar__toggler_top{width:90%}.sidebar__toggler:hover .sidebar__toggler_bottom{width:40%}.sidebar__toggler.active .sidebar__toggler_top{transform-origin:5% 5%;width:90%;transform:rotate(45deg)}.sidebar__toggler.active .sidebar__toggler_middle{opacity:0}.sidebar__toggler.active .sidebar__toggler_bottom{width:90%;transform-origin:5% 95%;transform:rotate(-45deg)}a.nav-link{display:inline-block;padding:5px .25rem;position:relative}a.nav-link:after{content:"";position:absolute;display:inline-block;left:0;bottom:0;height:1px;background-color:var(--light-gray);width:0;transition:width .25s ease-out}a.nav-link:hover:after{width:100%}a.nav-link.active:after{background-color:var(--gray);width:100%}.top-nav{margin:-2.45rem 0 3.45rem;text-align:right}.top-nav a{margin:0 0 0 1rem}@media screen and (max-width:768px){.logo,.logo.active,.sidebar-right .logo,.sidebar-right .logo.active{position:absolute;left:1.5rem;top:2rem;margin:0}.sidebar-right .sidebar__toggler,.sidebar-right .sidebar__toggler.active,.sidebar__toggler,.sidebar__toggler.active{position:absolute;bottom:auto;top:2rem;right:1rem;margin:-10px 0 0;left:auto}.top-nav{padding-left:40px}}.content{display:block;word-wrap:break-word;overflow:hidden;color:var(--dark);line-height:1.7}.content *{box-sizing:border-box;-webkit-box-sizing:border-box;font-size:inherit}.content>:first-child{margin-top:0!important}.content>:last-child{margin-bottom:0!important}.content blockquote,.content code,.content figure,.content img,.content pre,.content table,.content tr{page-break-inside:avoid}.content h2,.content h3,.content h4,.content h5,.content p{orphans:3;widows:3}.content h1,.content h2,.content h3,.content h4,.content h5{page-break-after:avoid}.content b,.content strong{font-weight:700}.content em{font-style:italic}.content blockquote,.content dl,.content ol,.content p,.content table,.content ul{margin-top:0;margin-bottom:.85em}.content a{text-decoration:none;background:transparent;border-bottom:1px dashed var(--gray);margin:0 .25rem;font-size:.9em;color:var(--grayer)}.content a:active,.content a:focus,.content a:hover{outline:0;border-style:solid}.content img{border:0;max-width:100%;vertical-align:middle}.content hr{height:1px;padding:0;margin:1.7em 0;overflow:hidden;background-color:#e7e7e7;border:none}.content hr:after,.content hr:before{display:table;content:" "}.content hr:after{clear:both}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{margin-top:1.275em;margin-bottom:.85em;font-weight:550}.content h1{font-size:2.3em;font-weight:500;margin-bottom:1em}.content h2{font-size:1.75em}.content h3{font-size:1.5em}.content h4{font-size:1.25em}.content h5,.content h6{font-size:1em}.content h6{color:#777}.content code,.content pre{font-family:Consolas,Liberation Mono,Menlo,Courier,monospace;direction:ltr;margin:0;padding:0;border:none;color:inherit}.content pre{overflow:auto;word-wrap:normal;padding:.85em 1em;margin:0 0 1.275em;background:var(--lightest)}.content pre>code{display:inline;max-width:none;padding:0;margin:0;overflow:initial;line-height:inherit;font-size:.85em;white-space:pre;background:transparent}.content pre>code:after,.content pre>code:before{content:normal}.content code{padding:.2em;margin:0;font-size:.85em;background-color:var(--lightest);border-radius:3px}.content code:after,.content code:before{letter-spacing:-.2em;content:"\00a0"}.content table{display:table;width:100%;border-collapse:collapse;border-spacing:0;overflow:auto}.content table td,.content table th{padding:6px 13px;border:1px solid #ddd}.content table tr{background-color:#fff;border-top:1px solid var(--gray-light)}.content table tr:nth-child(2n){background-color:var(--lightest)}.content table th{font-weight:700}.content ol,.content ul{margin:0 0 .85em;padding:0 0 0 2em}.content ol ol,.content ol ul,.content ul ol,.content ul ul{margin-top:0;margin-bottom:0}.content ol ol{list-style-type:lower-roman}.content blockquote{margin:0 0 .85em;padding:0 15px;color:var(--gray);border-left:4px solid var(--light)}.content blockquote:first-child{margin-top:0}.content blockquote:last-child{margin-bottom:0}.content dl{padding:0}.content dl dt{padding:0;margin-top:.85em;font-style:italic;font-weight:700}.content dl dd{padding:0 .85em;margin-bottom:.85em}.content dd{margin-left:0}.content .mermaid{margin-bottom:.85rem}.content sup .footnote{font-size:.75rem}.content .footnotes{margin:2rem 0 0;padding:1rem 0;position:relative;color:var(--gray);width:100%;text-align:left}.content .footnotes:before{content:"";position:absolute;display:inline-block;left:0;background-color:var(--light);width:30%;height:1px;top:0}.content .footnotes ol li{font-size:.875rem}.error-container{display:flex;width:100vw;height:100vh;align-items:center;justify-content:center;flex-direction:column}.error-title{font-size:4rem}.error-hint{margin:.5rem 0 1.5rem;font-size:1.35rem;text-decoration:none}.body-archive{overflow-x:hidden}.archive{width:100vw;height:100vh;overflow:hidden}.archive .site-footer{position:fixed;width:35%;left:0;bottom:0;z-index:2}.archive__header{width:35%;height:100%;border-right:1px solid var(--lighter);text-align:center;justify-content:center;position:fixed;left:0;top:0;z-index:1;display:flex!important;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.archive__header h1{font-size:1.5rem;margin-bottom:.75rem}.archive__header h1 a:hover{text-decoration:underline}.archive__header .archive__header_intro{width:70%;max-width:345px;margin:0 0 1.5rem;color:var(--grayer);font-size:.875rem}.archive__content{width:65%;min-height:100%;margin-left:35%;-ms-flex-direction:column;flex-direction:column;flex-wrap:nowrap}.archive__content,.archive__list{display:flex!important;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;justify-content:center}.archive__list{width:100%;margin:1.5rem 0 2.5rem;flex:1;-ms-flex-direction:column;flex-direction:column}.archive__item{list-style:none;padding:.75rem 5.35rem;border-top:1px solid transparent;border-bottom:1px solid transparent;width:100%;overflow:hidden}.archive__item:hover{border-color:var(--lighter)}.archive__link{color:var(--dark);width:100%;height:100%;font-size:18px;line-height:1.5rem;display:flex!important;display:-webkit-box;display:-ms-flexbox}.archive__time{width:135px;flex-basis:135px;font-size:.9rem;color:var(--gray);flex-shrink:0}.icon__list{text-align:center;margin:0 0 1.5rem}.icon__link svg{margin:0 5px;width:18px;height:18px}.icon__fill{fill:var(--gray)}.icon__stroke{stroke:var(--gray)}.icon__list a:hover .icon__fill{fill:var(--dark)}.icon__list a:hover .icon__stroke{stroke:var(--dark)}@media screen and (max-width:800px){.archive{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%;height:auto}.archive .site-footer{position:static;width:100%}.archive__content,.archive__header{width:100%;height:auto;margin:0}.archive__header{padding:5rem 0 0;position:static}}@media screen and (max-width:600px){.archive__item{padding:.75rem 2rem}.archive__time{width:100px;flex-basis:100px}}.page__content{max-width:800px;padding:2rem 3rem!important}.slide{width:100vw;height:100vh;overflow:hidden}.slide__section{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;left:0;top:0;z-index:1;opacity:0;overflow:hidden}.slide__section:first-child{z-index:5;opacity:1}.slide__img{height:85%;position:relative;overflow:hidden}.slide__img_placehold{position:absolute;left:0;top:0;width:100%;height:100%;transform:translateY(0);background-color:var(--bg-color);background-size:100% 100%;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;transform-origin:100% 100%}.slide__img .slide__link:hover~.slide__img_placehold{transform:scale(1.1)}.slide__img img{height:100%;width:auto}.slide__text{z-index:5;position:relative;height:120px;width:275px;margin-top:-10%}.slide__link{display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:6}.slide__text_left{margin-right:-10%;text-align:right}.slide__text_right{margin-left:-10%;text-align:left}.slide__title{width:275px;min-height:65px}.slide__time,.slide__title{position:relative;background-color:transparent}.slide__time{display:inline-block;margin-top:.5rem;height:35px;width:120px}.slide__time_inner,.slide__title_inner{background-color:var(--dark);opacity:0;width:0;height:100%;position:absolute;top:0}.slide__text_left .slide__time_inner,.slide__text_left .slide__title_inner{right:0}.slide__text_right .slide__time_inner,.slide__text_right .slide__title_inner{left:0}.slide__time_text,.slide__title_text{color:var(--white);opacity:0}.slide__title_text{padding:0 20px;line-height:65px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.slide__text_left .slide__title_text{transform:translateX(100px)}.slide__text_right .slide__title_text{transform:translateX(-100px)}.slide__time_text{padding:0 15px;line-height:35px;text-align:center}.slide__text_left .slide__time_text{transform:translateX(40px)}.slide__text_right .slide__time_text{transform:translateX(-40px)}.slide__desc{position:absolute;width:80%;top:100%;color:var(--gray);opacity:0;transform:tranlateY(-100px)}.slide__text_left .slide__desc{right:60%}.slide__text_right .slide__desc{left:60%}.slide__controls{position:fixed;right:3rem;top:0;height:100%;display:flex;width:35px;align-items:flex-end;flex-direction:column;justify-content:center;z-index:7}.slide__control{width:100%;height:1.25rem;display:inline-block;cursor:pointer;position:relative}.slide__control:after{content:"";display:inline-block;width:65%;height:3px;background-color:var(--gray-light);position:absolute;right:0;top:50%;margin-top:-1.5px;-webkit-transition:all .35s linear;-moz-transition:all .35s linear;-o-transition:all .35s linear;transition:all .35s linear}.slide__control:hover:after{width:100%}.slide__control.current:after{background-color:var(--dark);width:100%}.slide__control__icon{display:inline-block;width:40px;height:40px;border-radius:50%;position:relative;margin-right:-10px;cursor:pointer}.slide__control__icon.slide__control_top{margin-bottom:3rem}.slide__control__icon.slide__control_bottom{margin-top:3rem}.circle-progress{stroke:var(--gray-light);fill:none;stroke-width:1;stroke-dasharray:0 120;transition:all .45s ease-in}.slide__control__icon:hover .circle-progress{stroke-dasharray:120 120}.slide__control_arrow{position:absolute;height:60%;width:2px;left:calc(50% - 1px);top:20%;background-color:var(--gray-light);transition:all .25s ease-in}.slide__control_arrow:after,.slide__control_arrow:before{content:"";position:absolute;display:inline-block;height:50%;width:2px;background-color:var(--gray-light)}.slide__control_up:after,.slide__control_up:before{top:0;left:0}.slide__control_down:after,.slide__control_down:before{bottom:0;left:0}.slide__control_up:before{transform-origin:top right;transform:rotate(-45deg)}.slide__control_up:after{transform-origin:left top;transform:rotate(45deg)}.slide__control_down:before{transform-origin:bottom right;transform:rotate(-45deg)}.slide__control_down:after{transform-origin:left bottom;transform:rotate(45deg)}@media screen and (max-width:768px){.slide__controls,.slide__desc{display:none}.slide__img{width:calc(100% - 3rem);height:auto}.slide__img img{width:100%;height:auto}.slide__text{position:absolute;margin-top:0}}.book-summary{position:absolute;top:0;bottom:0;left:-300px;z-index:1;overflow-y:auto;width:300px;color:var(--grayer);background:var(--white);border-right:1px solid rgba(0,0,0,.07);-webkit-transition:left .25s ease;-moz-transition:left .25s ease;-o-transition:left .25s ease;transition:left .25s ease}.book-summary::-webkit-scrollbar{width:8px;height:1px}.book-summary::-webkit-scrollbar-thumb{border-radius:8px;background-color:var(--light)}.book-summary::-webkit-scrollbar-track{border-radius:8px;background-color:var(--lightest)}.book-summary ul.summary{list-style:none;margin:0;padding:0;-webkit-transition:top .5s ease;-moz-transition:top .5s ease;-o-transition:top .5s ease;transition:top .5s ease;font-size:16px}.book-summary ul.summary li{list-style:none}.book-summary ul.summary li.header{padding:20px 15px 10px;text-transform:uppercase;color:var(--gray)}.book-summary ul.summary li.divider{height:1px;margin:7px 0;overflow:hidden;background:rgba(0,0,0,.07)}.book-summary ul.summary li i.fa-check{display:none;position:absolute;right:9px;top:16px;font-size:9px;color:#3c3}.book-summary ul.summary li.done>a{color:var(--grayer);font-weight:400}.book-summary ul.summary li.done>a i{display:inline}.book-summary ul.summary li a,.book-summary ul.summary li span{display:block;padding:10px 15px;border-bottom:none;color:var(--grayer);background:transparent;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;position:relative}.book-summary ul.summary li a:hover{text-decoration:underline}.book-summary ul.summary li a:focus{outline:none}.book-summary ul.summary li.active>a{color:var(--blue);background:transparent;text-decoration:none}.book-summary ul.summary li ul{padding-left:20px}@media (max-width:600px){.book-summary{width:calc(100% - 60px);bottom:0;left:-100%}}.book{margin-left:0;width:100vw;height:100vh}.book__cover{height:100vh;width:40%;overflow:hidden;position:fixed;left:0;top:0}.book__img{height:100vh;width:auto}.book__content{width:60%;min-height:100%;margin-left:40%;-ms-flex-direction:column;flex-direction:column;flex-wrap:nowrap}.book__content,.book__content_inner{display:flex!important;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal}.book__content_inner{padding:2.5rem 10%;width:100%;flex:1;-ms-flex-direction:column;flex-direction:column;justify-content:center;flex-wrap:nowrap}.book__title{margin:2.5rem 0;color:var(--dark);font-size:2.85rem}.book__desc{color:var(--dark-light);line-height:2rem}.book__meta{margin:0 0 1.5rem;color:var(--gray);font-size:.875rem}.book__icon{display:inline-block;width:80px;height:80px;border-radius:50%;position:relative;cursor:pointer;margin:1.5rem 0}.book__icon .circle-progress{stroke-dasharray:0 226}.book__icon:hover .circle-progress{stroke-dasharray:226 226}.book__icon_arrow{position:absolute;width:60%;height:2px;top:calc(50% - 1px);left:20%;background-color:var(--gray-light);transition:all .25s ease-in}.book__icon_arrow:after,.book__icon_arrow:before{content:"";position:absolute;display:inline-block;width:50%;height:2px;background-color:var(--gray-light);right:0;top:0}.book__icon_arrow:before{transform-origin:bottom right;transform:rotate(45deg)}.book__icon_arrow:after{transform-origin:top right;transform:rotate(-45deg)}@media screen and (max-width:750px){.book{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;min-height:100vh;position:relative}.book__content,.book__cover{width:100%}.book__cover{height:35%;position:static}.book__cover .book__img{width:100%;height:auto;margin-top:-35%}.book__content{margin-left:0}.book__content_inner{padding:1rem 10%}.book__more{display:block;text-align:center}}.book__wrapper{position:relative;min-height:100vh;width:100%}.book-header{position:fixed;top:0;right:0;width:100%;z-index:7}.with-summary .book-header{width:calc(100% - 300px)}.book-header h1{font-size:20px;font-weight:200;text-align:center;opacity:0;padding-left:200px;padding-right:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:1.5rem 0 0;-webkit-transition:opacity .4s ease;-moz-transition:opacity ease .4s;-o-transition:opacity ease .4s;transition:opacity .4s ease}.book-header h1 a,.book-header h1 a:hover{color:inherit;text-decoration:none}.summary__toggler{position:absolute;top:1.5rem;left:3rem;width:30px;height:30px;z-index:8;transition:transform .25s linear;transform-origin:top left;color:var(--gray)}.summary__toggler.active{transform:rotate(90deg)}@media (max-width:1000px){.book-header h1{display:none}}.book-header h1 i{display:none}.book-header:hover h1{opacity:1}.book__body{-webkit-transition:left .25s ease;-moz-transition:left .25s ease;-o-transition:left .25s ease;transition:left .25s ease}.book__body,.book__body .body__inner{position:absolute;top:0;right:0;left:0;bottom:0;overflow-y:auto}.book__wrapper.with-summary .book-summary{left:0}.book__wrapper.with-summary .book__body{left:300px}@media (max-width:1240px){.book__body{-webkit-transition:transform .25s ease;-moz-transition:transform .25s ease;-o-transition:transform .25s ease;transition:transform .25s ease;padding-bottom:20px}.book__body .body__inner{position:static;min-height:calc(100% - 50px)}}@media (max-width:600px){.book__wrapper.with-summary{overflow:hidden}.book__wrapper.with-summary .book__body{left:calc(100% - 60px);right:calc(60px - 100%)}.book__wrapper.with-summary .sidebar__toggler{display:none}}.chapter__wrapper{position:relative;outline:none;padding-top:5rem;min-height:100vh;display:flex!important;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chapter__wrapper .site-footer{margin-top:2.5rem}.chapter__inner{position:relative;margin:0 auto;padding:1.5rem 1rem;max-width:var(--content-width);flex:1}.navigation{position:absolute;top:50px;bottom:0;margin:0;max-width:150px;min-width:90px;display:flex!important;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;justify-content:center;align-content:center;align-items:center;font-size:40px;color:var(--gray-light);text-align:center;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.navigation:hover{text-decoration:none;color:var(--gray)}.navigation.navigation-next{right:20px}.navigation.navigation-prev{left:0}@media (max-width:1240px){.navigation{position:static;top:auto;max-width:50%;width:50%;display:inline-block;float:left}.navigation.navigation-unique{max-width:100%;width:100%}}@media screen and (max-width:768px){.book__wrapper.sidebar-right .logo,.book_wrapper.sidebar-right.logo{left:50%;margin-left:-20px}.book-summary{z-index:12}.summary__toggler{left:1.5rem;top:2rem;position:absolute}}@media screen and (max-width:600px){.summary__toggler.active{left:45px}.book-header{right:auto}}.post__top_navs{margin-bottom:2rem}.post__archive__header{margin:5rem 0;display:flex!important;display:-webkit-box;display:-ms-flexbox;flex-direction:column;align-items:center}.post__archive__header h1{font-weight:300;display:inline-block;margin:0 auto;position:relative;text-transform:capitalize}.post__archive__header h1:after,.post__archive__header h1:before{content:"";position:absolute;display:inline-block;width:30px;height:1px;top:50%;background-color:var(--gray)}.post__archive__header h1:before{left:-40px}.post__archive__header h1:after{right:-40px}.post__archive__header p{color:var(--gray)}.post__entry{margin:0 0 3rem}.post__entry .post__link{display:block}.post__entry h2{margin-bottom:.75rem}.post__entry .post__meta{font-size:.875rem;color:var(--gray);margin:.5rem 0 1rem}.post__entry .post__excerpt{color:var(--gray);margin:.5rem 0 0}.post__entry .post__excerpt p{line-height:1.5rem}.post__entry .post__more_arrow{margin-top:2rem;width:30%;height:1px;background-color:var(--light);position:relative;transition:all .35s ease-out;display:inline-block}.post__entry .post__more_arrow:after,.post__entry .post__more_arrow:before{content:"";position:absolute;width:15px;height:1px;background-color:var(--light);right:-2.5px;opacity:0;transition:all .35s ease-out}.post__entry .post__more_arrow:after{transform:rotate(45deg);top:-5px}.post__entry .post__more_arrow:before{transform:rotate(-45deg);top:5px}.post__entry .post__entry__link{display:block}.post__entry .post__entry__link:hover .post__more_arrow{width:30px;background-color:var(--gray)}.post__entry .post__entry__link:hover .post__more_arrow:after,.post__entry .post__entry__link:hover .post__more_arrow:before{opacity:1;background-color:var(--gray)}.post__entry .post-link.emit .more-arrow{margin-left:30%;opacity:0}.paginiation{text-align:center}.paginiation li{list-style:none;display:inline-block;margin:0 5px}.paginiation li .pagi__icon,.paginiation li .pagi__link{width:40px;height:40px;line-height:40px;text-align:center;vertical-align:bottom;display:inline-block;position:relative}.paginiation li .pagi__link:after{content:"";position:absolute;display:inline-block;left:0;bottom:-1px;width:0;height:1px;transition:all .35s ease-out;background-color:var(--gray)}.paginiation li .pagi__link.active{color:var(--gray);border-color:var(--gray)}.paginiation li .pagi__link:hover{border-color:var(--gray-light)}.paginiation li .pagi__link:hover:after{width:100%}.paginiation li .pagi__icon{border-radius:50%}.paginiation li .pagi__icon .circle-progress{stroke:var(--gray);stroke-width:1}.paginiation li .pagi__icon:hover .circle-progress{stroke-dasharray:120 120}.paginiation li .pagi__icon .pagi__icon_arrow{position:absolute;width:60%;height:1px;top:calc(50% - 1px);left:20%;background-color:var(--gray);transition:all .25s ease-in}.paginiation li .pagi__icon .pagi__icon_arrow:after,.paginiation li .pagi__icon .pagi__icon_arrow:before{content:"";position:absolute;display:inline-block;width:50%;height:1px;background-color:var(--gray)}.paginiation li .pagi__icon.next .pagi__icon_arrow:after,.paginiation li .pagi__icon.next .pagi__icon_arrow:before{right:0;top:0}.paginiation li .pagi__icon.next .pagi__icon_arrow:before{transform-origin:bottom right;transform:rotate(45deg)}.paginiation li .pagi__icon.next .pagi__icon_arrow:after{transform-origin:top right;transform:rotate(-45deg)}.paginiation li .pagi__icon.prev .pagi__icon_arrow:after,.paginiation li .pagi__icon.prev .pagi__icon_arrow:before{left:0;top:0}.paginiation li .pagi__icon.prev .pagi__icon_arrow:before{transform-origin:bottom left;transform:rotate(45deg)}.paginiation li .pagi__icon.prev .pagi__icon_arrow:after{transform-origin:top left;transform:rotate(-45deg)}.post__archive{max-width:var(--content-width);width:100%;margin:3rem auto;padding:1.5rem 1rem}.blog__categories{margin:1rem 0 .75rem}.blog__categories a{margin:0 2.75rem .75rem 0}.post__list_title{margin:2.75rem 0 1.25rem}.post__list_item{list-style:none;padding:0;width:100%;margin:.875rem 0;position:relative}.post__list_item a{display:block;width:100%;padding:.5rem 0}.post__list_item .archive__arrow{display:inline-block;position:absolute;width:0;height:1px;left:0;top:50%;background-color:var(--light-gray);transition:width .25s ease-in}.post__list_item .archive__arrow:after,.post__list_item .archive__arrow:before{content:"";position:absolute;width:9px;height:1px;background-color:var(--light-gray);right:-2.5px;opacity:0;transition:all .25s ease-in}.post__list_item .archive__arrow:after{transform:rotate(45deg);top:-3px}.post__list_item .archive__arrow:before{transform:rotate(-45deg);top:3px}.post__list_item .archive__time{display:inline-block;width:135px;font-size:.9rem;color:var(--gray)}.post__list_item .archive__time,.post__list_item a{transition:color .125s ease-in}.post__list_item.fade .archive__time,.post__list_item.fade a{color:var(--light-gray)}@media screen and (max-width:700px){.post__list_item .archive__time{display:block;margin-bottom:.35rem}}.hover-reveal{position:fixed;width:250px;height:175px;top:0;left:0;pointer-events:none;opacity:0}.hover-reveal__img,.hover-reveal__inner{width:100%;height:100%;position:relative}.hover-reveal__deco{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#181314}.hover-reveal__img{background-size:cover;background-position:50% 50%}.blog-status{margin:1.5rem 0 2.5rem;padding:15px 1rem;background-color:var(--lighter)}.blog-status svg{float:left;margin-right:15px}.post__wrapper{max-width:var(--content-width);width:100%;margin:3rem auto 1.5rem;padding:1.5rem 1rem}.post__wrapper:after{content:"";display:block;clear:both}.post__archive_path{float:left}.post__archive_path .post__archive_icon{display:inline-block;width:40px;height:40px;border-radius:50%;float:left;margin-right:10px;position:relative}.post__archive_path .post__archive_icon .circle-progress{stroke:var(--gray);fill:none;stroke-width:1;stroke-dasharray:0 120;transition:all .45s ease-in}.post__archive_path .post__archive_icon .post__archive_icon{position:absolute;width:60%;left:20%;top:50%;height:1px;background-color:var(--gray);transition:all .25s ease-in}.post__archive_path .post__archive_icon .post__archive_icon:after,.post__archive_path .post__archive_icon .post__archive_icon:before{content:"";position:absolute;display:inline-block;height:1px;width:50%;background-color:var(--gray);top:0;left:0}.post__archive_path .post__archive_icon .post__archive_icon:before{transform-origin:left bottom;transform:rotate(-45deg)}.post__archive_path .post__archive_icon .post__archive_icon:after{transform-origin:left top;transform:rotate(45deg)}.post__archive_path .post__archive_icon .post__archive_icon.emit{left:-110%}.post__archive_path a{display:block;font-size:1.2rem;line-height:40px;text-transform:capitalize}.post__archive_path a:hover .circle-progress{stroke-dasharray:120 120}.post__archive_path a.emit .post__archive_icon{left:-150%;opacity:0}.post__langs{float:right;line-height:40px}.post__header{margin-bottom:1rem}.post__header .post__title{margin:3rem 0 1.3rem}.post__header .page__title{margin-top:1rem}.post__header .post__meta{color:var(--gray);font-size:.935rem}.post__relative ul{padding:0}.post__relative ul li{list-style:none}.post__content{padding:1.5rem 0;margin-bottom:4rem}.post__contact{margin:0;padding:1.5rem 0;position:relative;color:var(--gray);width:100%;text-align:left}.post__contact:before{content:"";position:absolute;display:inline-block;left:0;background-color:var(--light);width:30%;height:1px;top:0}.post__contact h4{color:var(--grayer);font-size:1.15rem;font-weight:400;margin-bottom:.5rem}.post__contact p{font-size:.875rem;margin:0 0 1rem}.post__contact .icon__list{text-align:left}.section-nav{position:fixed;left:50%;top:8rem;margin-left:calc(var(--content-width)/2 + 30px)!important;list-style:none;max-width:calc(50vh - 60px)}.section-nav li{margin:10px 0;line-height:1.35rem}.section-nav li>a{color:var(--gray)}.section-nav li>a:hover{color:var(--blue)}@media screen and (max-width:1200px){.section-nav{display:none}}@media screen and (max-width:600px){.contact,.post__archive_path{width:100%}.contact{text-align:left}.contact:after{left:0;right:auto}}.comment-container{padding:1.5rem 0}.comment-left{float:left;width:60px}.comment__avatar img{border-radius:50%}.comment-right{float:right;width:calc(100% - 60px)}.new-comment-right{padding-left:1rem}.comment__box{position:relative;border:1px solid var(--lighter);display:flex!important;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:.35rem}.comment__box:after,.comment__box:before{content:"";position:absolute;display:inline-block;width:0;height:0;right:100%;border-style:solid solid outset;pointer-events:none}.comment__box:after{border-width:8px;border-left-color:transparent;border-bottom-color:transparent;border-right-color:var(--lighter);border-top-color:transparent;left:-16px;top:11px;z-index:4}.comment__box:before{border-width:7px;border-left-color:transparent;border-bottom-color:transparent;border-right-color:var(--bg-color);border-top-color:transparent;left:-14px;top:12px;z-index:5}.comment__box_bottom,.comment__box_top{width:100%;display:flex!important;display:-webkit-box;display:-ms-flexbox}.comment__box_top{border-bottom:1px solid var(--lighter)}@media screen and (max-width:500px){.comment__box_top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.comment__box_bottom{border-top:1px solid var(--lighter);justify-content:flex-end}.comment__hint{font-size:.875rem;color:var(--gray);flex:1;line-height:40px;padding:0 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.comment__smileys_box{padding:4px 10px;border-top:1px solid var(--lighter);position:absolute;bottom:40px;left:0;width:100%;display:none}.comment__smileys_box img{width:34px;height:auto}.comment__smileys_toggler{width:48px;text-align:center;padding:9px 0 0;border-right:1px solid var(--lighter);cursor:pointer}.comment__smileys_toggler svg{stroke:var(--light-gray)}.comment__error{color:var(--red)}.input-group{position:relative;padding-left:35px}.input-label{position:absolute;left:10px;top:8px;width:24px;height:24px;z-index:33;transition:all .25s linear}.input-label svg{stroke:var(--light-gray);stroke-width:2}.form__inputs__group.hide{display:none}.form__inputs__group .input-group{width:48%;float:left;margin-right:2%}.form-control{width:100%;padding:.375rem .75rem;color:var(--gray);font-size:1rem;line-height:1.5;background-color:transparent;font-family:OpenSans,Microsoft YaHei,微软雅黑,宋体,STXihei,华文细黑,Arial,Verdana,arial,serif}.form-control:focus{outline:none}.form-control::placeholder{font-size:.875rem;color:var(--gray-light)}.form-control-name{max-width:180px}textarea.form-control{height:7em;padding-top:.5rem;padding-bottom:.5rem;resize:vertical}.submit-btn{width:120px;display:inline-block;background:none;color:var(--gray);border-left:1px solid var(--lighter);cursor:pointer;position:relative;height:40px;line-height:40px;transition:all .45s ease-in}.submit-btn:disabled{cursor:not-allowed;opacity:.5}.comment__list{margin:3rem 0}.comment{margin:1rem 0;border-radius:.35rem}.comment__list>.comment{padding:.5rem 0 .5rem .5rem}.comment__list>.comment>.comment{margin-left:2.5rem}.comment_new{background-color:var(--lighter);padding:.75rem}.comment__author{font-size:1.05rem;line-height:2.5rem;margin-right:10px}.comment__reply_to{color:var(--gray);margin-right:10px;font-size:.875rem}.comment__date{color:var(--light-gray);font-size:.875rem}.comment__content{padding:.5rem 0}.comment__content p{color:var(--gray);font-size:.9rem;white-space:pre-line;line-height:1.5rem}.comment__content p img{width:35px}.comment__reply{float:right;font-size:.8rem;border-bottom:1px dashed var(--gray)}.comment__reply:hover{border-style:solid}
data/assets/main.js CHANGED
@@ -10,7 +10,7 @@
10
10
  *
11
11
  * @author: Jack Doyle, jack@greensock.com
12
12
  */
13
- var r="undefined"!=typeof window?window:t.exports&&void 0!==n?n:{},s=function(t){var e={},i=t.document,n=t.GreenSockGlobals=t.GreenSockGlobals||t;if(n.TweenLite)return n.TweenLite;var r,s,o,a,l,u,h,c=function(t){var e,i=t.split("."),r=n;for(e=0;e<i.length;e++)r[i[e]]=r=r[i[e]]||{};return r},f=c("com.greensock"),p=function(t){var e,i=[],n=t.length;for(e=0;e!==n;i.push(t[e++]));return i},d=function(){},m=(u=Object.prototype.toString,h=u.call([]),function(t){return null!=t&&(t instanceof Array||"object"==typeof t&&!!t.push&&u.call(t)===h)}),g={},_=function(t,i,r,s){this.sc=g[t]?g[t].sc:[],g[t]=this,this.gsClass=null,this.func=r;var o=[];this.check=function(a){for(var l,u,h,f,p=i.length,d=p;--p>-1;)(l=g[i[p]]||new _(i[p],[])).gsClass?(o[p]=l.gsClass,d--):a&&l.sc.push(this);if(0===d&&r)for(h=(u=("com.greensock."+t).split(".")).pop(),f=c(u.join("."))[h]=this.gsClass=r.apply(r,o),s&&(n[h]=e[h]=f),p=0;p<this.sc.length;p++)this.sc[p].check()},this.check(!0)},v=t._gsDefine=function(t,e,i,n){return new _(t,e,i,n)},y=f._class=function(t,e,i){return e=e||function(){},v(t,[],function(){return e},i),e};v.globals=n;var x=[0,0,1,1],b=y("easing.Ease",function(t,e,i,n){this._func=t,this._type=i||0,this._power=n||0,this._params=e?x.concat(e):x},!0),T=b.map={},w=b.register=function(t,e,i,n){for(var r,s,o,a,l=e.split(","),u=l.length,h=(i||"easeIn,easeOut,easeInOut").split(",");--u>-1;)for(s=l[u],r=n?y("easing."+s,null,!0):f.easing[s]||{},o=h.length;--o>-1;)a=h[o],T[s+"."+a]=T[a+s]=r[a]=t.getRatio?t:t[a]||new t};for((o=b.prototype)._calcEnd=!1,o.getRatio=function(t){if(this._func)return this._params[0]=t,this._func.apply(null,this._params);var e=this._type,i=this._power,n=1===e?1-t:2===e?t:t<.5?2*t:2*(1-t);return 1===i?n*=n:2===i?n*=n*n:3===i?n*=n*n*n:4===i&&(n*=n*n*n*n),1===e?1-n:2===e?n:t<.5?n/2:1-n/2},s=(r=["Linear","Quad","Cubic","Quart","Quint,Strong"]).length;--s>-1;)o=r[s]+",Power"+s,w(new b(null,null,1,s),o,"easeOut",!0),w(new b(null,null,2,s),o,"easeIn"+(0===s?",easeNone":"")),w(new b(null,null,3,s),o,"easeInOut");T.linear=f.easing.Linear.easeIn,T.swing=f.easing.Quad.easeInOut;var C=y("events.EventDispatcher",function(t){this._listeners={},this._eventTarget=t||this});(o=C.prototype).addEventListener=function(t,e,i,n,r){r=r||0;var s,o,u=this._listeners[t],h=0;for(this!==a||l||a.wake(),null==u&&(this._listeners[t]=u=[]),o=u.length;--o>-1;)(s=u[o]).c===e&&s.s===i?u.splice(o,1):0===h&&s.pr<r&&(h=o+1);u.splice(h,0,{c:e,s:i,up:n,pr:r})},o.removeEventListener=function(t,e){var i,n=this._listeners[t];if(n)for(i=n.length;--i>-1;)if(n[i].c===e)return void n.splice(i,1)},o.dispatchEvent=function(t){var e,i,n,r=this._listeners[t];if(r)for((e=r.length)>1&&(r=r.slice(0)),i=this._eventTarget;--e>-1;)(n=r[e])&&(n.up?n.c.call(n.s||i,{type:t,target:i}):n.c.call(n.s||i))};var P=t.requestAnimationFrame,k=t.cancelAnimationFrame,S=Date.now||function(){return(new Date).getTime()},O=S();for(s=(r=["ms","moz","webkit","o"]).length;--s>-1&&!P;)P=t[r[s]+"RequestAnimationFrame"],k=t[r[s]+"CancelAnimationFrame"]||t[r[s]+"CancelRequestAnimationFrame"];y("Ticker",function(t,e){var n,r,s,o,u,h=this,c=S(),f=!(!1===e||!P)&&"auto",p=500,m=33,g=function(t){var e,i,a=S()-O;a>p&&(c+=a-m),O+=a,h.time=(O-c)/1e3,e=h.time-u,(!n||e>0||!0===t)&&(h.frame++,u+=e+(e>=o?.004:o-e),i=!0),!0!==t&&(s=r(g)),i&&h.dispatchEvent("tick")};C.call(h),h.time=h.frame=0,h.tick=function(){g(!0)},h.lagSmoothing=function(t,e){if(!arguments.length)return p<1e8;p=t||1e8,m=Math.min(e,p,0)},h.sleep=function(){null!=s&&(f&&k?k(s):clearTimeout(s),r=d,s=null,h===a&&(l=!1))},h.wake=function(t){null!==s?h.sleep():t?c+=-O+(O=S()):h.frame>10&&(O=S()-p+5),r=0===n?d:f&&P?P:function(t){return setTimeout(t,1e3*(u-h.time)+1|0)},h===a&&(l=!0),g(2)},h.fps=function(t){if(!arguments.length)return n;o=1/((n=t)||60),u=this.time+o,h.wake()},h.useRAF=function(t){if(!arguments.length)return f;h.sleep(),f=t,h.fps(n)},h.fps(t),setTimeout(function(){"auto"===f&&h.frame<5&&"hidden"!==(i||{}).visibilityState&&h.useRAF(!1)},1500)}),(o=f.Ticker.prototype=new f.events.EventDispatcher).constructor=f.Ticker;var A=y("core.Animation",function(t,e){if(this.vars=e=e||{},this._duration=this._totalDuration=t||0,this._delay=Number(e.delay)||0,this._timeScale=1,this._active=!!e.immediateRender,this.data=e.data,this._reversed=!!e.reversed,G){l||a.wake();var i=this.vars.useFrames?V:G;i.add(this,i._time),this.vars.paused&&this.paused(!0)}});a=A.ticker=new f.Ticker,(o=A.prototype)._dirty=o._gc=o._initted=o._paused=!1,o._totalTime=o._time=0,o._rawPrevTime=-1,o._next=o._last=o._onUpdate=o._timeline=o.timeline=null,o._paused=!1;var E=function(){l&&S()-O>2e3&&("hidden"!==(i||{}).visibilityState||!a.lagSmoothing())&&a.wake();var t=setTimeout(E,2e3);t.unref&&t.unref()};E(),o.play=function(t,e){return null!=t&&this.seek(t,e),this.reversed(!1).paused(!1)},o.pause=function(t,e){return null!=t&&this.seek(t,e),this.paused(!0)},o.resume=function(t,e){return null!=t&&this.seek(t,e),this.paused(!1)},o.seek=function(t,e){return this.totalTime(Number(t),!1!==e)},o.restart=function(t,e){return this.reversed(!1).paused(!1).totalTime(t?-this._delay:0,!1!==e,!0)},o.reverse=function(t,e){return null!=t&&this.seek(t||this.totalDuration(),e),this.reversed(!0).paused(!1)},o.render=function(t,e,i){},o.invalidate=function(){return this._time=this._totalTime=0,this._initted=this._gc=!1,this._rawPrevTime=-1,!this._gc&&this.timeline||this._enabled(!0),this},o.isActive=function(){var t,e=this._timeline,i=this._startTime;return!e||!this._gc&&!this._paused&&e.isActive()&&(t=e.rawTime(!0))>=i&&t<i+this.totalDuration()/this._timeScale-1e-8},o._enabled=function(t,e){return l||a.wake(),this._gc=!t,this._active=this.isActive(),!0!==e&&(t&&!this.timeline?this._timeline.add(this,this._startTime-this._delay):!t&&this.timeline&&this._timeline._remove(this,!0)),!1},o._kill=function(t,e){return this._enabled(!1,!1)},o.kill=function(t,e){return this._kill(t,e),this},o._uncache=function(t){for(var e=t?this:this.timeline;e;)e._dirty=!0,e=e.timeline;return this},o._swapSelfInParams=function(t){for(var e=t.length,i=t.concat();--e>-1;)"{self}"===t[e]&&(i[e]=this);return i},o._callback=function(t){var e=this.vars,i=e[t],n=e[t+"Params"],r=e[t+"Scope"]||e.callbackScope||this;switch(n?n.length:0){case 0:i.call(r);break;case 1:i.call(r,n[0]);break;case 2:i.call(r,n[0],n[1]);break;default:i.apply(r,n)}},o.eventCallback=function(t,e,i,n){if("on"===(t||"").substr(0,2)){var r=this.vars;if(1===arguments.length)return r[t];null==e?delete r[t]:(r[t]=e,r[t+"Params"]=m(i)&&-1!==i.join("").indexOf("{self}")?this._swapSelfInParams(i):i,r[t+"Scope"]=n),"onUpdate"===t&&(this._onUpdate=e)}return this},o.delay=function(t){return arguments.length?(this._timeline.smoothChildTiming&&this.startTime(this._startTime+t-this._delay),this._delay=t,this):this._delay},o.duration=function(t){return arguments.length?(this._duration=this._totalDuration=t,this._uncache(!0),this._timeline.smoothChildTiming&&this._time>0&&this._time<this._duration&&0!==t&&this.totalTime(this._totalTime*(t/this._duration),!0),this):(this._dirty=!1,this._duration)},o.totalDuration=function(t){return this._dirty=!1,arguments.length?this.duration(t):this._totalDuration},o.time=function(t,e){return arguments.length?(this._dirty&&this.totalDuration(),this.totalTime(t>this._duration?this._duration:t,e)):this._time},o.totalTime=function(t,e,i){if(l||a.wake(),!arguments.length)return this._totalTime;if(this._timeline){if(t<0&&!i&&(t+=this.totalDuration()),this._timeline.smoothChildTiming){this._dirty&&this.totalDuration();var n=this._totalDuration,r=this._timeline;if(t>n&&!i&&(t=n),this._startTime=(this._paused?this._pauseTime:r._time)-(this._reversed?n-t:t)/this._timeScale,r._dirty||this._uncache(!1),r._timeline)for(;r._timeline;)r._timeline._time!==(r._startTime+r._totalTime)/r._timeScale&&r.totalTime(r._totalTime,!0),r=r._timeline}this._gc&&this._enabled(!0,!1),this._totalTime===t&&0!==this._duration||(L.length&&Q(),this.render(t,e,!1),L.length&&Q())}return this},o.progress=o.totalProgress=function(t,e){var i=this.duration();return arguments.length?this.totalTime(i*t,e):i?this._time/i:this.ratio},o.startTime=function(t){return arguments.length?(t!==this._startTime&&(this._startTime=t,this.timeline&&this.timeline._sortChildren&&this.timeline.add(this,t-this._delay)),this):this._startTime},o.endTime=function(t){return this._startTime+(0!=t?this.totalDuration():this.duration())/this._timeScale},o.timeScale=function(t){if(!arguments.length)return this._timeScale;var e,i;for(t=t||1e-8,this._timeline&&this._timeline.smoothChildTiming&&(i=(e=this._pauseTime)||0===e?e:this._timeline.totalTime(),this._startTime=i-(i-this._startTime)*this._timeScale/t),this._timeScale=t,i=this.timeline;i&&i.timeline;)i._dirty=!0,i.totalDuration(),i=i.timeline;return this},o.reversed=function(t){return arguments.length?(t!=this._reversed&&(this._reversed=t,this.totalTime(this._timeline&&!this._timeline.smoothChildTiming?this.totalDuration()-this._totalTime:this._totalTime,!0)),this):this._reversed},o.paused=function(t){if(!arguments.length)return this._paused;var e,i,n=this._timeline;return t!=this._paused&&n&&(l||t||a.wake(),i=(e=n.rawTime())-this._pauseTime,!t&&n.smoothChildTiming&&(this._startTime+=i,this._uncache(!1)),this._pauseTime=t?e:null,this._paused=t,this._active=this.isActive(),!t&&0!==i&&this._initted&&this.duration()&&(e=n.smoothChildTiming?this._totalTime:(e-this._startTime)/this._timeScale,this.render(e,e===this._totalTime,!0))),this._gc&&!t&&this._enabled(!0,!1),this};var D=y("core.SimpleTimeline",function(t){A.call(this,0,t),this.autoRemoveChildren=this.smoothChildTiming=!0});(o=D.prototype=new A).constructor=D,o.kill()._gc=!1,o._first=o._last=o._recent=null,o._sortChildren=!1,o.add=o.insert=function(t,e,i,n){var r,s;if(t._startTime=Number(e||0)+t._delay,t._paused&&this!==t._timeline&&(t._pauseTime=this.rawTime()-(t._timeline.rawTime()-t._pauseTime)),t.timeline&&t.timeline._remove(t,!0),t.timeline=t._timeline=this,t._gc&&t._enabled(!0,!0),r=this._last,this._sortChildren)for(s=t._startTime;r&&r._startTime>s;)r=r._prev;return r?(t._next=r._next,r._next=t):(t._next=this._first,this._first=t),t._next?t._next._prev=t:this._last=t,t._prev=r,this._recent=t,this._timeline&&this._uncache(!0),this},o._remove=function(t,e){return t.timeline===this&&(e||t._enabled(!1,!0),t._prev?t._prev._next=t._next:this._first===t&&(this._first=t._next),t._next?t._next._prev=t._prev:this._last===t&&(this._last=t._prev),t._next=t._prev=t.timeline=null,t===this._recent&&(this._recent=this._last),this._timeline&&this._uncache(!0)),this},o.render=function(t,e,i){var n,r=this._first;for(this._totalTime=this._time=this._rawPrevTime=t;r;)n=r._next,(r._active||t>=r._startTime&&!r._paused&&!r._gc)&&(r._reversed?r.render((r._dirty?r.totalDuration():r._totalDuration)-(t-r._startTime)*r._timeScale,e,i):r.render((t-r._startTime)*r._timeScale,e,i)),r=n},o.rawTime=function(){return l||a.wake(),this._totalTime};var R=y("TweenLite",function(e,i,n){if(A.call(this,i,n),this.render=R.prototype.render,null==e)throw"Cannot tween a null target.";this.target=e="string"!=typeof e?e:R.selector(e)||e;var r,s,o,a=e.jquery||e.length&&e!==t&&e[0]&&(e[0]===t||e[0].nodeType&&e[0].style&&!e.nodeType),l=this.vars.overwrite;if(this._overwrite=l=null==l?$[R.defaultOverwrite]:"number"==typeof l?l>>0:$[l],(a||e instanceof Array||e.push&&m(e))&&"number"!=typeof e[0])for(this._targets=o=p(e),this._propLookup=[],this._siblings=[],r=0;r<o.length;r++)(s=o[r])?"string"!=typeof s?s.length&&s!==t&&s[0]&&(s[0]===t||s[0].nodeType&&s[0].style&&!s.nodeType)?(o.splice(r--,1),this._targets=o=o.concat(p(s))):(this._siblings[r]=J(s,this,!1),1===l&&this._siblings[r].length>1&&tt(s,this,null,1,this._siblings[r])):"string"==typeof(s=o[r--]=R.selector(s))&&o.splice(r+1,1):o.splice(r--,1);else this._propLookup={},this._siblings=J(e,this,!1),1===l&&this._siblings.length>1&&tt(e,this,null,1,this._siblings);(this.vars.immediateRender||0===i&&0===this._delay&&!1!==this.vars.immediateRender)&&(this._time=-1e-8,this.render(Math.min(0,-this._delay)))},!0),M=function(e){return e&&e.length&&e!==t&&e[0]&&(e[0]===t||e[0].nodeType&&e[0].style&&!e.nodeType)};(o=R.prototype=new A).constructor=R,o.kill()._gc=!1,o.ratio=0,o._firstPT=o._targets=o._overwrittenProps=o._startAt=null,o._notifyPluginsOfEnabled=o._lazy=!1,R.version="2.1.3",R.defaultEase=o._ease=new b(null,null,1,1),R.defaultOverwrite="auto",R.ticker=a,R.autoSleep=120,R.lagSmoothing=function(t,e){a.lagSmoothing(t,e)},R.selector=t.$||t.jQuery||function(e){var n=t.$||t.jQuery;return n?(R.selector=n,n(e)):(i||(i=t.document),i?i.querySelectorAll?i.querySelectorAll(e):i.getElementById("#"===e.charAt(0)?e.substr(1):e):e)};var L=[],I={},N=/(?:(-|-=|\+=)?\d*\.?\d*(?:e[\-+]?\d+)?)[0-9]/gi,j=/[\+-]=-?[\.\d]/,B=function(t){for(var e,i=this._firstPT;i;)e=i.blob?1===t&&null!=this.end?this.end:t?this.join(""):this.start:i.c*t+i.s,i.m?e=i.m.call(this._tween,e,this._target||i.t,this._tween):e<1e-6&&e>-1e-6&&!i.blob&&(e=0),i.f?i.fp?i.t[i.p](i.fp,e):i.t[i.p](e):i.t[i.p]=e,i=i._next},F=function(t){return(1e3*t|0)/1e3+""},q=function(t,e,i,n){var r,s,o,a,l,u,h,c=[],f=0,p="",d=0;for(c.start=t,c.end=e,t=c[0]=t+"",e=c[1]=e+"",i&&(i(c),t=c[0],e=c[1]),c.length=0,r=t.match(N)||[],s=e.match(N)||[],n&&(n._next=null,n.blob=1,c._firstPT=c._applyPT=n),l=s.length,a=0;a<l;a++)h=s[a],p+=(u=e.substr(f,e.indexOf(h,f)-f))||!a?u:",",f+=u.length,d?d=(d+1)%5:"rgba("===u.substr(-5)&&(d=1),h===r[a]||r.length<=a?p+=h:(p&&(c.push(p),p=""),o=parseFloat(r[a]),c.push(o),c._firstPT={_next:c._firstPT,t:c,p:c.length-1,s:o,c:("="===h.charAt(1)?parseInt(h.charAt(0)+"1",10)*parseFloat(h.substr(2)):parseFloat(h)-o)||0,f:0,m:d&&d<4?Math.round:F}),f+=h.length;return(p+=e.substr(f))&&c.push(p),c.setRatio=B,j.test(e)&&(c.end=null),c},z=function(t,e,i,n,r,s,o,a,l){"function"==typeof n&&(n=n(l||0,t));var u=typeof t[e],h="function"!==u?"":e.indexOf("set")||"function"!=typeof t["get"+e.substr(3)]?e:"get"+e.substr(3),c="get"!==i?i:h?o?t[h](o):t[h]():t[e],f="string"==typeof n&&"="===n.charAt(1),p={t:t,p:e,s:c,f:"function"===u,pg:0,n:r||e,m:s?"function"==typeof s?s:Math.round:0,pr:0,c:f?parseInt(n.charAt(0)+"1",10)*parseFloat(n.substr(2)):parseFloat(n)-c||0};if(("number"!=typeof c||"number"!=typeof n&&!f)&&(o||isNaN(c)||!f&&isNaN(n)||"boolean"==typeof c||"boolean"==typeof n?(p.fp=o,p={t:q(c,f?parseFloat(p.s)+p.c+(p.s+"").replace(/[0-9\-\.]/g,""):n,a||R.defaultStringFilter,p),p:"setRatio",s:0,c:1,f:2,pg:0,n:r||e,pr:0,m:0}):(p.s=parseFloat(c),f||(p.c=parseFloat(n)-p.s||0))),p.c)return(p._next=this._firstPT)&&(p._next._prev=p),this._firstPT=p,p},H=R._internals={isArray:m,isSelector:M,lazyTweens:L,blobDif:q},X=R._plugins={},W=H.tweenLookup={},Y=0,U=H.reservedProps={ease:1,delay:1,overwrite:1,onComplete:1,onCompleteParams:1,onCompleteScope:1,useFrames:1,runBackwards:1,startAt:1,onUpdate:1,onUpdateParams:1,onUpdateScope:1,onStart:1,onStartParams:1,onStartScope:1,onReverseComplete:1,onReverseCompleteParams:1,onReverseCompleteScope:1,onRepeat:1,onRepeatParams:1,onRepeatScope:1,easeParams:1,yoyo:1,immediateRender:1,repeat:1,repeatDelay:1,data:1,paused:1,reversed:1,autoCSS:1,lazy:1,onOverwrite:1,callbackScope:1,stringFilter:1,id:1,yoyoEase:1,stagger:1},$={none:0,all:1,auto:2,concurrent:3,allOnStart:4,preexisting:5,true:1,false:0},V=A._rootFramesTimeline=new D,G=A._rootTimeline=new D,Z=30,Q=H.lazyRender=function(){var t,e,i=L.length;for(I={},t=0;t<i;t++)(e=L[t])&&!1!==e._lazy&&(e.render(e._lazy[0],e._lazy[1],!0),e._lazy=!1);L.length=0};G._startTime=a.time,V._startTime=a.frame,G._active=V._active=!0,setTimeout(Q,1),A._updateRoot=R.render=function(){var t,e,i;if(L.length&&Q(),G.render((a.time-G._startTime)*G._timeScale,!1,!1),V.render((a.frame-V._startTime)*V._timeScale,!1,!1),L.length&&Q(),a.frame>=Z){for(i in Z=a.frame+(parseInt(R.autoSleep,10)||120),W){for(t=(e=W[i].tweens).length;--t>-1;)e[t]._gc&&e.splice(t,1);0===e.length&&delete W[i]}if((!(i=G._first)||i._paused)&&R.autoSleep&&!V._first&&1===a._listeners.tick.length){for(;i&&i._paused;)i=i._next;i||a.sleep()}}},a.addEventListener("tick",A._updateRoot);var J=function(t,e,i){var n,r,s=t._gsTweenID;if(W[s||(t._gsTweenID=s="t"+Y++)]||(W[s]={target:t,tweens:[]}),e&&((n=W[s].tweens)[r=n.length]=e,i))for(;--r>-1;)n[r]===e&&n.splice(r,1);return W[s].tweens},K=function(t,e,i,n){var r,s,o=t.vars.onOverwrite;return o&&(r=o(t,e,i,n)),(o=R.onOverwrite)&&(s=o(t,e,i,n)),!1!==r&&!1!==s},tt=function(t,e,i,n,r){var s,o,a,l;if(1===n||n>=4){for(l=r.length,s=0;s<l;s++)if((a=r[s])!==e)a._gc||a._kill(null,t,e)&&(o=!0);else if(5===n)break;return o}var u,h=e._startTime+1e-8,c=[],f=0,p=0===e._duration;for(s=r.length;--s>-1;)(a=r[s])===e||a._gc||a._paused||(a._timeline!==e._timeline?(u=u||et(e,0,p),0===et(a,u,p)&&(c[f++]=a)):a._startTime<=h&&a._startTime+a.totalDuration()/a._timeScale>h&&((p||!a._initted)&&h-a._startTime<=2e-8||(c[f++]=a)));for(s=f;--s>-1;)if(l=(a=c[s])._firstPT,2===n&&a._kill(i,t,e)&&(o=!0),2!==n||!a._firstPT&&a._initted&&l){if(2!==n&&!K(a,e))continue;a._enabled(!1,!1)&&(o=!0)}return o},et=function(t,e,i){for(var n=t._timeline,r=n._timeScale,s=t._startTime;n._timeline;){if(s+=n._startTime,r*=n._timeScale,n._paused)return-100;n=n._timeline}return(s/=r)>e?s-e:i&&s===e||!t._initted&&s-e<2e-8?1e-8:(s+=t.totalDuration()/t._timeScale/r)>e+1e-8?0:s-e-1e-8};o._init=function(){var t,e,i,n,r,s,o=this.vars,a=this._overwrittenProps,l=this._duration,u=!!o.immediateRender,h=o.ease,c=this._startAt;if(o.startAt){for(n in c&&(c.render(-1,!0),c.kill()),r={},o.startAt)r[n]=o.startAt[n];if(r.data="isStart",r.overwrite=!1,r.immediateRender=!0,r.lazy=u&&!1!==o.lazy,r.startAt=r.delay=null,r.onUpdate=o.onUpdate,r.onUpdateParams=o.onUpdateParams,r.onUpdateScope=o.onUpdateScope||o.callbackScope||this,this._startAt=R.to(this.target||{},0,r),u)if(this._time>0)this._startAt=null;else if(0!==l)return}else if(o.runBackwards&&0!==l)if(c)c.render(-1,!0),c.kill(),this._startAt=null;else{for(n in 0!==this._time&&(u=!1),i={},o)U[n]&&"autoCSS"!==n||(i[n]=o[n]);if(i.overwrite=0,i.data="isFromStart",i.lazy=u&&!1!==o.lazy,i.immediateRender=u,this._startAt=R.to(this.target,0,i),u){if(0===this._time)return}else this._startAt._init(),this._startAt._enabled(!1),this.vars.immediateRender&&(this._startAt=null)}if(this._ease=h=h?h instanceof b?h:"function"==typeof h?new b(h,o.easeParams):T[h]||R.defaultEase:R.defaultEase,o.easeParams instanceof Array&&h.config&&(this._ease=h.config.apply(h,o.easeParams)),this._easeType=this._ease._type,this._easePower=this._ease._power,this._firstPT=null,this._targets)for(s=this._targets.length,t=0;t<s;t++)this._initProps(this._targets[t],this._propLookup[t]={},this._siblings[t],a?a[t]:null,t)&&(e=!0);else e=this._initProps(this.target,this._propLookup,this._siblings,a,0);if(e&&R._onPluginEvent("_onInitAllProps",this),a&&(this._firstPT||"function"!=typeof this.target&&this._enabled(!1,!1)),o.runBackwards)for(i=this._firstPT;i;)i.s+=i.c,i.c=-i.c,i=i._next;this._onUpdate=o.onUpdate,this._initted=!0},o._initProps=function(e,i,n,r,s){var o,a,l,u,h,c;if(null==e)return!1;for(o in I[e._gsTweenID]&&Q(),this.vars.css||e.style&&e!==t&&e.nodeType&&X.css&&!1!==this.vars.autoCSS&&function(t,e){var i,n={};for(i in t)U[i]||i in e&&"transform"!==i&&"x"!==i&&"y"!==i&&"width"!==i&&"height"!==i&&"className"!==i&&"border"!==i||!(!X[i]||X[i]&&X[i]._autoCSS)||(n[i]=t[i],delete t[i]);t.css=n}(this.vars,e),this.vars)if(c=this.vars[o],U[o])c&&(c instanceof Array||c.push&&m(c))&&-1!==c.join("").indexOf("{self}")&&(this.vars[o]=c=this._swapSelfInParams(c,this));else if(X[o]&&(u=new X[o])._onInitTween(e,this.vars[o],this,s)){for(this._firstPT=h={_next:this._firstPT,t:u,p:"setRatio",s:0,c:1,f:1,n:o,pg:1,pr:u._priority,m:0},a=u._overwriteProps.length;--a>-1;)i[u._overwriteProps[a]]=this._firstPT;(u._priority||u._onInitAllProps)&&(l=!0),(u._onDisable||u._onEnable)&&(this._notifyPluginsOfEnabled=!0),h._next&&(h._next._prev=h)}else i[o]=z.call(this,e,o,"get",c,o,0,null,this.vars.stringFilter,s);return r&&this._kill(r,e)?this._initProps(e,i,n,r,s):this._overwrite>1&&this._firstPT&&n.length>1&&tt(e,this,i,this._overwrite,n)?(this._kill(i,e),this._initProps(e,i,n,r,s)):(this._firstPT&&(!1!==this.vars.lazy&&this._duration||this.vars.lazy&&!this._duration)&&(I[e._gsTweenID]=!0),l)},o.render=function(t,e,i){var n,r,s,o,a=this._time,l=this._duration,u=this._rawPrevTime;if(t>=l-1e-8&&t>=0)this._totalTime=this._time=l,this.ratio=this._ease._calcEnd?this._ease.getRatio(1):1,this._reversed||(n=!0,r="onComplete",i=i||this._timeline.autoRemoveChildren),0===l&&(this._initted||!this.vars.lazy||i)&&(this._startTime===this._timeline._duration&&(t=0),(u<0||t<=0&&t>=-1e-8||1e-8===u&&"isPause"!==this.data)&&u!==t&&(i=!0,u>1e-8&&(r="onReverseComplete")),this._rawPrevTime=o=!e||t||u===t?t:1e-8);else if(t<1e-8)this._totalTime=this._time=0,this.ratio=this._ease._calcEnd?this._ease.getRatio(0):0,(0!==a||0===l&&u>0)&&(r="onReverseComplete",n=this._reversed),t>-1e-8?t=0:t<0&&(this._active=!1,0===l&&(this._initted||!this.vars.lazy||i)&&(u>=0&&(1e-8!==u||"isPause"!==this.data)&&(i=!0),this._rawPrevTime=o=!e||t||u===t?t:1e-8)),(!this._initted||this._startAt&&this._startAt.progress())&&(i=!0);else if(this._totalTime=this._time=t,this._easeType){var h=t/l,c=this._easeType,f=this._easePower;(1===c||3===c&&h>=.5)&&(h=1-h),3===c&&(h*=2),1===f?h*=h:2===f?h*=h*h:3===f?h*=h*h*h:4===f&&(h*=h*h*h*h),this.ratio=1===c?1-h:2===c?h:t/l<.5?h/2:1-h/2}else this.ratio=this._ease.getRatio(t/l);if(this._time!==a||i){if(!this._initted){if(this._init(),!this._initted||this._gc)return;if(!i&&this._firstPT&&(!1!==this.vars.lazy&&this._duration||this.vars.lazy&&!this._duration))return this._time=this._totalTime=a,this._rawPrevTime=u,L.push(this),void(this._lazy=[t,e]);this._time&&!n?this.ratio=this._ease.getRatio(this._time/l):n&&this._ease._calcEnd&&(this.ratio=this._ease.getRatio(0===this._time?0:1))}for(!1!==this._lazy&&(this._lazy=!1),this._active||!this._paused&&this._time!==a&&t>=0&&(this._active=!0),0===a&&(this._startAt&&(t>=0?this._startAt.render(t,!0,i):r||(r="_dummyGS")),this.vars.onStart&&(0===this._time&&0!==l||e||this._callback("onStart"))),s=this._firstPT;s;)s.f?s.t[s.p](s.c*this.ratio+s.s):s.t[s.p]=s.c*this.ratio+s.s,s=s._next;this._onUpdate&&(t<0&&this._startAt&&-1e-4!==t&&this._startAt.render(t,!0,i),e||(this._time!==a||n||i)&&this._callback("onUpdate")),r&&(this._gc&&!i||(t<0&&this._startAt&&!this._onUpdate&&-1e-4!==t&&this._startAt.render(t,!0,i),n&&(this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!e&&this.vars[r]&&this._callback(r),0===l&&1e-8===this._rawPrevTime&&1e-8!==o&&(this._rawPrevTime=0)))}},o._kill=function(t,e,i){if("all"===t&&(t=null),null==t&&(null==e||e===this.target))return this._lazy=!1,this._enabled(!1,!1);e="string"!=typeof e?e||this._targets||this.target:R.selector(e)||e;var n,r,s,o,a,l,u,h,c,f=i&&this._time&&i._startTime===this._startTime&&this._timeline===i._timeline,p=this._firstPT;if((m(e)||M(e))&&"number"!=typeof e[0])for(n=e.length;--n>-1;)this._kill(t,e[n],i)&&(l=!0);else{if(this._targets){for(n=this._targets.length;--n>-1;)if(e===this._targets[n]){a=this._propLookup[n]||{},this._overwrittenProps=this._overwrittenProps||[],r=this._overwrittenProps[n]=t?this._overwrittenProps[n]||{}:"all";break}}else{if(e!==this.target)return!1;a=this._propLookup,r=this._overwrittenProps=t?this._overwrittenProps||{}:"all"}if(a){if(u=t||a,h=t!==r&&"all"!==r&&t!==a&&("object"!=typeof t||!t._tempKill),i&&(R.onOverwrite||this.vars.onOverwrite)){for(s in u)a[s]&&(c||(c=[]),c.push(s));if((c||!t)&&!K(this,i,e,c))return!1}for(s in u)(o=a[s])&&(f&&(o.f?o.t[o.p](o.s):o.t[o.p]=o.s,l=!0),o.pg&&o.t._kill(u)&&(l=!0),o.pg&&0!==o.t._overwriteProps.length||(o._prev?o._prev._next=o._next:o===this._firstPT&&(this._firstPT=o._next),o._next&&(o._next._prev=o._prev),o._next=o._prev=null),delete a[s]),h&&(r[s]=1);!this._firstPT&&this._initted&&p&&this._enabled(!1,!1)}}return l},o.invalidate=function(){this._notifyPluginsOfEnabled&&R._onPluginEvent("_onDisable",this);var t=this._time;return this._firstPT=this._overwrittenProps=this._startAt=this._onUpdate=null,this._notifyPluginsOfEnabled=this._active=this._lazy=!1,this._propLookup=this._targets?{}:[],A.prototype.invalidate.call(this),this.vars.immediateRender&&(this._time=-1e-8,this.render(t,!1,!1!==this.vars.lazy)),this},o._enabled=function(t,e){if(l||a.wake(),t&&this._gc){var i,n=this._targets;if(n)for(i=n.length;--i>-1;)this._siblings[i]=J(n[i],this,!0);else this._siblings=J(this.target,this,!0)}return A.prototype._enabled.call(this,t,e),!(!this._notifyPluginsOfEnabled||!this._firstPT)&&R._onPluginEvent(t?"_onEnable":"_onDisable",this)},R.to=function(t,e,i){return new R(t,e,i)},R.from=function(t,e,i){return i.runBackwards=!0,i.immediateRender=0!=i.immediateRender,new R(t,e,i)},R.fromTo=function(t,e,i,n){return n.startAt=i,n.immediateRender=0!=n.immediateRender&&0!=i.immediateRender,new R(t,e,n)},R.delayedCall=function(t,e,i,n,r){return new R(e,0,{delay:t,onComplete:e,onCompleteParams:i,callbackScope:n,onReverseComplete:e,onReverseCompleteParams:i,immediateRender:!1,lazy:!1,useFrames:r,overwrite:0})},R.set=function(t,e){return new R(t,0,e)},R.getTweensOf=function(t,e){if(null==t)return[];var i,n,r,s;if(t="string"!=typeof t?t:R.selector(t)||t,(m(t)||M(t))&&"number"!=typeof t[0]){for(i=t.length,n=[];--i>-1;)n=n.concat(R.getTweensOf(t[i],e));for(i=n.length;--i>-1;)for(s=n[i],r=i;--r>-1;)s===n[r]&&n.splice(i,1)}else if(t._gsTweenID)for(i=(n=J(t).concat()).length;--i>-1;)(n[i]._gc||e&&!n[i].isActive())&&n.splice(i,1);return n||[]},R.killTweensOf=R.killDelayedCallsTo=function(t,e,i){"object"==typeof e&&(i=e,e=!1);for(var n=R.getTweensOf(t,e),r=n.length;--r>-1;)n[r]._kill(i,t)};var it=y("plugins.TweenPlugin",function(t,e){this._overwriteProps=(t||"").split(","),this._propName=this._overwriteProps[0],this._priority=e||0,this._super=it.prototype},!0);if(o=it.prototype,it.version="1.19.0",it.API=2,o._firstPT=null,o._addTween=z,o.setRatio=B,o._kill=function(t){var e,i=this._overwriteProps,n=this._firstPT;if(null!=t[this._propName])this._overwriteProps=[];else for(e=i.length;--e>-1;)null!=t[i[e]]&&i.splice(e,1);for(;n;)null!=t[n.n]&&(n._next&&(n._next._prev=n._prev),n._prev?(n._prev._next=n._next,n._prev=null):this._firstPT===n&&(this._firstPT=n._next)),n=n._next;return!1},o._mod=o._roundProps=function(t){for(var e,i=this._firstPT;i;)(e=t[this._propName]||null!=i.n&&t[i.n.split(this._propName+"_").join("")])&&"function"==typeof e&&(2===i.f?i.t._applyPT.m=e:i.m=e),i=i._next},R._onPluginEvent=function(t,e){var i,n,r,s,o,a=e._firstPT;if("_onInitAllProps"===t){for(;a;){for(o=a._next,n=r;n&&n.pr>a.pr;)n=n._next;(a._prev=n?n._prev:s)?a._prev._next=a:r=a,(a._next=n)?n._prev=a:s=a,a=o}a=e._firstPT=r}for(;a;)a.pg&&"function"==typeof a.t[t]&&a.t[t]()&&(i=!0),a=a._next;return i},it.activate=function(t){for(var e=t.length;--e>-1;)t[e].API===it.API&&(X[(new t[e])._propName]=t[e]);return!0},v.plugin=function(t){if(!(t&&t.propName&&t.init&&t.API))throw"illegal plugin definition.";var e,i=t.propName,n=t.priority||0,r=t.overwriteProps,s={init:"_onInitTween",set:"setRatio",kill:"_kill",round:"_mod",mod:"_mod",initAll:"_onInitAllProps"},o=y("plugins."+i.charAt(0).toUpperCase()+i.substr(1)+"Plugin",function(){it.call(this,i,n),this._overwriteProps=r||[]},!0===t.global),a=o.prototype=new it(i);for(e in a.constructor=o,o.API=t.API,s)"function"==typeof t[e]&&(a[s[e]]=t[e]);return o.version=t.version,it.activate([o]),o},r=t._gsQueue){for(s=0;s<r.length;s++)r[s]();for(o in g)g[o].func||t.console.log("GSAP encountered missing dependency: "+o)}return l=!1,R}(r),o=r.GreenSockGlobals,a=o.com.greensock,l=a.core.SimpleTimeline,u=a.core.Animation,h=o.Ease,c=(o.Linear,o.Power1,o.Power2,o.Power3,o.Power4,o.TweenPlugin);a.events.EventDispatcher}).call(this,i(4)(t),i(5))},function(t,e,i){var n,r;
13
+ var r="undefined"!=typeof window?window:t.exports&&void 0!==n?n:{},s=function(t){var e={},i=t.document,n=t.GreenSockGlobals=t.GreenSockGlobals||t;if(n.TweenLite)return n.TweenLite;var r,s,o,a,l,u,h,c=function(t){var e,i=t.split("."),r=n;for(e=0;e<i.length;e++)r[i[e]]=r=r[i[e]]||{};return r},f=c("com.greensock"),p=function(t){var e,i=[],n=t.length;for(e=0;e!==n;i.push(t[e++]));return i},d=function(){},m=(u=Object.prototype.toString,h=u.call([]),function(t){return null!=t&&(t instanceof Array||"object"==typeof t&&!!t.push&&u.call(t)===h)}),g={},_=function(t,i,r,s){this.sc=g[t]?g[t].sc:[],g[t]=this,this.gsClass=null,this.func=r;var o=[];this.check=function(a){for(var l,u,h,f,p=i.length,d=p;--p>-1;)(l=g[i[p]]||new _(i[p],[])).gsClass?(o[p]=l.gsClass,d--):a&&l.sc.push(this);if(0===d&&r)for(h=(u=("com.greensock."+t).split(".")).pop(),f=c(u.join("."))[h]=this.gsClass=r.apply(r,o),s&&(n[h]=e[h]=f),p=0;p<this.sc.length;p++)this.sc[p].check()},this.check(!0)},v=t._gsDefine=function(t,e,i,n){return new _(t,e,i,n)},y=f._class=function(t,e,i){return e=e||function(){},v(t,[],function(){return e},i),e};v.globals=n;var x=[0,0,1,1],b=y("easing.Ease",function(t,e,i,n){this._func=t,this._type=i||0,this._power=n||0,this._params=e?x.concat(e):x},!0),T=b.map={},w=b.register=function(t,e,i,n){for(var r,s,o,a,l=e.split(","),u=l.length,h=(i||"easeIn,easeOut,easeInOut").split(",");--u>-1;)for(s=l[u],r=n?y("easing."+s,null,!0):f.easing[s]||{},o=h.length;--o>-1;)a=h[o],T[s+"."+a]=T[a+s]=r[a]=t.getRatio?t:t[a]||new t};for((o=b.prototype)._calcEnd=!1,o.getRatio=function(t){if(this._func)return this._params[0]=t,this._func.apply(null,this._params);var e=this._type,i=this._power,n=1===e?1-t:2===e?t:t<.5?2*t:2*(1-t);return 1===i?n*=n:2===i?n*=n*n:3===i?n*=n*n*n:4===i&&(n*=n*n*n*n),1===e?1-n:2===e?n:t<.5?n/2:1-n/2},s=(r=["Linear","Quad","Cubic","Quart","Quint,Strong"]).length;--s>-1;)o=r[s]+",Power"+s,w(new b(null,null,1,s),o,"easeOut",!0),w(new b(null,null,2,s),o,"easeIn"+(0===s?",easeNone":"")),w(new b(null,null,3,s),o,"easeInOut");T.linear=f.easing.Linear.easeIn,T.swing=f.easing.Quad.easeInOut;var C=y("events.EventDispatcher",function(t){this._listeners={},this._eventTarget=t||this});(o=C.prototype).addEventListener=function(t,e,i,n,r){r=r||0;var s,o,u=this._listeners[t],h=0;for(this!==a||l||a.wake(),null==u&&(this._listeners[t]=u=[]),o=u.length;--o>-1;)(s=u[o]).c===e&&s.s===i?u.splice(o,1):0===h&&s.pr<r&&(h=o+1);u.splice(h,0,{c:e,s:i,up:n,pr:r})},o.removeEventListener=function(t,e){var i,n=this._listeners[t];if(n)for(i=n.length;--i>-1;)if(n[i].c===e)return void n.splice(i,1)},o.dispatchEvent=function(t){var e,i,n,r=this._listeners[t];if(r)for((e=r.length)>1&&(r=r.slice(0)),i=this._eventTarget;--e>-1;)(n=r[e])&&(n.up?n.c.call(n.s||i,{type:t,target:i}):n.c.call(n.s||i))};var P=t.requestAnimationFrame,S=t.cancelAnimationFrame,k=Date.now||function(){return(new Date).getTime()},O=k();for(s=(r=["ms","moz","webkit","o"]).length;--s>-1&&!P;)P=t[r[s]+"RequestAnimationFrame"],S=t[r[s]+"CancelAnimationFrame"]||t[r[s]+"CancelRequestAnimationFrame"];y("Ticker",function(t,e){var n,r,s,o,u,h=this,c=k(),f=!(!1===e||!P)&&"auto",p=500,m=33,g=function(t){var e,i,a=k()-O;a>p&&(c+=a-m),O+=a,h.time=(O-c)/1e3,e=h.time-u,(!n||e>0||!0===t)&&(h.frame++,u+=e+(e>=o?.004:o-e),i=!0),!0!==t&&(s=r(g)),i&&h.dispatchEvent("tick")};C.call(h),h.time=h.frame=0,h.tick=function(){g(!0)},h.lagSmoothing=function(t,e){if(!arguments.length)return p<1e8;p=t||1e8,m=Math.min(e,p,0)},h.sleep=function(){null!=s&&(f&&S?S(s):clearTimeout(s),r=d,s=null,h===a&&(l=!1))},h.wake=function(t){null!==s?h.sleep():t?c+=-O+(O=k()):h.frame>10&&(O=k()-p+5),r=0===n?d:f&&P?P:function(t){return setTimeout(t,1e3*(u-h.time)+1|0)},h===a&&(l=!0),g(2)},h.fps=function(t){if(!arguments.length)return n;o=1/((n=t)||60),u=this.time+o,h.wake()},h.useRAF=function(t){if(!arguments.length)return f;h.sleep(),f=t,h.fps(n)},h.fps(t),setTimeout(function(){"auto"===f&&h.frame<5&&"hidden"!==(i||{}).visibilityState&&h.useRAF(!1)},1500)}),(o=f.Ticker.prototype=new f.events.EventDispatcher).constructor=f.Ticker;var A=y("core.Animation",function(t,e){if(this.vars=e=e||{},this._duration=this._totalDuration=t||0,this._delay=Number(e.delay)||0,this._timeScale=1,this._active=!!e.immediateRender,this.data=e.data,this._reversed=!!e.reversed,G){l||a.wake();var i=this.vars.useFrames?V:G;i.add(this,i._time),this.vars.paused&&this.paused(!0)}});a=A.ticker=new f.Ticker,(o=A.prototype)._dirty=o._gc=o._initted=o._paused=!1,o._totalTime=o._time=0,o._rawPrevTime=-1,o._next=o._last=o._onUpdate=o._timeline=o.timeline=null,o._paused=!1;var E=function(){l&&k()-O>2e3&&("hidden"!==(i||{}).visibilityState||!a.lagSmoothing())&&a.wake();var t=setTimeout(E,2e3);t.unref&&t.unref()};E(),o.play=function(t,e){return null!=t&&this.seek(t,e),this.reversed(!1).paused(!1)},o.pause=function(t,e){return null!=t&&this.seek(t,e),this.paused(!0)},o.resume=function(t,e){return null!=t&&this.seek(t,e),this.paused(!1)},o.seek=function(t,e){return this.totalTime(Number(t),!1!==e)},o.restart=function(t,e){return this.reversed(!1).paused(!1).totalTime(t?-this._delay:0,!1!==e,!0)},o.reverse=function(t,e){return null!=t&&this.seek(t||this.totalDuration(),e),this.reversed(!0).paused(!1)},o.render=function(t,e,i){},o.invalidate=function(){return this._time=this._totalTime=0,this._initted=this._gc=!1,this._rawPrevTime=-1,!this._gc&&this.timeline||this._enabled(!0),this},o.isActive=function(){var t,e=this._timeline,i=this._startTime;return!e||!this._gc&&!this._paused&&e.isActive()&&(t=e.rawTime(!0))>=i&&t<i+this.totalDuration()/this._timeScale-1e-8},o._enabled=function(t,e){return l||a.wake(),this._gc=!t,this._active=this.isActive(),!0!==e&&(t&&!this.timeline?this._timeline.add(this,this._startTime-this._delay):!t&&this.timeline&&this._timeline._remove(this,!0)),!1},o._kill=function(t,e){return this._enabled(!1,!1)},o.kill=function(t,e){return this._kill(t,e),this},o._uncache=function(t){for(var e=t?this:this.timeline;e;)e._dirty=!0,e=e.timeline;return this},o._swapSelfInParams=function(t){for(var e=t.length,i=t.concat();--e>-1;)"{self}"===t[e]&&(i[e]=this);return i},o._callback=function(t){var e=this.vars,i=e[t],n=e[t+"Params"],r=e[t+"Scope"]||e.callbackScope||this;switch(n?n.length:0){case 0:i.call(r);break;case 1:i.call(r,n[0]);break;case 2:i.call(r,n[0],n[1]);break;default:i.apply(r,n)}},o.eventCallback=function(t,e,i,n){if("on"===(t||"").substr(0,2)){var r=this.vars;if(1===arguments.length)return r[t];null==e?delete r[t]:(r[t]=e,r[t+"Params"]=m(i)&&-1!==i.join("").indexOf("{self}")?this._swapSelfInParams(i):i,r[t+"Scope"]=n),"onUpdate"===t&&(this._onUpdate=e)}return this},o.delay=function(t){return arguments.length?(this._timeline.smoothChildTiming&&this.startTime(this._startTime+t-this._delay),this._delay=t,this):this._delay},o.duration=function(t){return arguments.length?(this._duration=this._totalDuration=t,this._uncache(!0),this._timeline.smoothChildTiming&&this._time>0&&this._time<this._duration&&0!==t&&this.totalTime(this._totalTime*(t/this._duration),!0),this):(this._dirty=!1,this._duration)},o.totalDuration=function(t){return this._dirty=!1,arguments.length?this.duration(t):this._totalDuration},o.time=function(t,e){return arguments.length?(this._dirty&&this.totalDuration(),this.totalTime(t>this._duration?this._duration:t,e)):this._time},o.totalTime=function(t,e,i){if(l||a.wake(),!arguments.length)return this._totalTime;if(this._timeline){if(t<0&&!i&&(t+=this.totalDuration()),this._timeline.smoothChildTiming){this._dirty&&this.totalDuration();var n=this._totalDuration,r=this._timeline;if(t>n&&!i&&(t=n),this._startTime=(this._paused?this._pauseTime:r._time)-(this._reversed?n-t:t)/this._timeScale,r._dirty||this._uncache(!1),r._timeline)for(;r._timeline;)r._timeline._time!==(r._startTime+r._totalTime)/r._timeScale&&r.totalTime(r._totalTime,!0),r=r._timeline}this._gc&&this._enabled(!0,!1),this._totalTime===t&&0!==this._duration||(L.length&&Q(),this.render(t,e,!1),L.length&&Q())}return this},o.progress=o.totalProgress=function(t,e){var i=this.duration();return arguments.length?this.totalTime(i*t,e):i?this._time/i:this.ratio},o.startTime=function(t){return arguments.length?(t!==this._startTime&&(this._startTime=t,this.timeline&&this.timeline._sortChildren&&this.timeline.add(this,t-this._delay)),this):this._startTime},o.endTime=function(t){return this._startTime+(0!=t?this.totalDuration():this.duration())/this._timeScale},o.timeScale=function(t){if(!arguments.length)return this._timeScale;var e,i;for(t=t||1e-8,this._timeline&&this._timeline.smoothChildTiming&&(i=(e=this._pauseTime)||0===e?e:this._timeline.totalTime(),this._startTime=i-(i-this._startTime)*this._timeScale/t),this._timeScale=t,i=this.timeline;i&&i.timeline;)i._dirty=!0,i.totalDuration(),i=i.timeline;return this},o.reversed=function(t){return arguments.length?(t!=this._reversed&&(this._reversed=t,this.totalTime(this._timeline&&!this._timeline.smoothChildTiming?this.totalDuration()-this._totalTime:this._totalTime,!0)),this):this._reversed},o.paused=function(t){if(!arguments.length)return this._paused;var e,i,n=this._timeline;return t!=this._paused&&n&&(l||t||a.wake(),i=(e=n.rawTime())-this._pauseTime,!t&&n.smoothChildTiming&&(this._startTime+=i,this._uncache(!1)),this._pauseTime=t?e:null,this._paused=t,this._active=this.isActive(),!t&&0!==i&&this._initted&&this.duration()&&(e=n.smoothChildTiming?this._totalTime:(e-this._startTime)/this._timeScale,this.render(e,e===this._totalTime,!0))),this._gc&&!t&&this._enabled(!0,!1),this};var D=y("core.SimpleTimeline",function(t){A.call(this,0,t),this.autoRemoveChildren=this.smoothChildTiming=!0});(o=D.prototype=new A).constructor=D,o.kill()._gc=!1,o._first=o._last=o._recent=null,o._sortChildren=!1,o.add=o.insert=function(t,e,i,n){var r,s;if(t._startTime=Number(e||0)+t._delay,t._paused&&this!==t._timeline&&(t._pauseTime=this.rawTime()-(t._timeline.rawTime()-t._pauseTime)),t.timeline&&t.timeline._remove(t,!0),t.timeline=t._timeline=this,t._gc&&t._enabled(!0,!0),r=this._last,this._sortChildren)for(s=t._startTime;r&&r._startTime>s;)r=r._prev;return r?(t._next=r._next,r._next=t):(t._next=this._first,this._first=t),t._next?t._next._prev=t:this._last=t,t._prev=r,this._recent=t,this._timeline&&this._uncache(!0),this},o._remove=function(t,e){return t.timeline===this&&(e||t._enabled(!1,!0),t._prev?t._prev._next=t._next:this._first===t&&(this._first=t._next),t._next?t._next._prev=t._prev:this._last===t&&(this._last=t._prev),t._next=t._prev=t.timeline=null,t===this._recent&&(this._recent=this._last),this._timeline&&this._uncache(!0)),this},o.render=function(t,e,i){var n,r=this._first;for(this._totalTime=this._time=this._rawPrevTime=t;r;)n=r._next,(r._active||t>=r._startTime&&!r._paused&&!r._gc)&&(r._reversed?r.render((r._dirty?r.totalDuration():r._totalDuration)-(t-r._startTime)*r._timeScale,e,i):r.render((t-r._startTime)*r._timeScale,e,i)),r=n},o.rawTime=function(){return l||a.wake(),this._totalTime};var R=y("TweenLite",function(e,i,n){if(A.call(this,i,n),this.render=R.prototype.render,null==e)throw"Cannot tween a null target.";this.target=e="string"!=typeof e?e:R.selector(e)||e;var r,s,o,a=e.jquery||e.length&&e!==t&&e[0]&&(e[0]===t||e[0].nodeType&&e[0].style&&!e.nodeType),l=this.vars.overwrite;if(this._overwrite=l=null==l?$[R.defaultOverwrite]:"number"==typeof l?l>>0:$[l],(a||e instanceof Array||e.push&&m(e))&&"number"!=typeof e[0])for(this._targets=o=p(e),this._propLookup=[],this._siblings=[],r=0;r<o.length;r++)(s=o[r])?"string"!=typeof s?s.length&&s!==t&&s[0]&&(s[0]===t||s[0].nodeType&&s[0].style&&!s.nodeType)?(o.splice(r--,1),this._targets=o=o.concat(p(s))):(this._siblings[r]=J(s,this,!1),1===l&&this._siblings[r].length>1&&tt(s,this,null,1,this._siblings[r])):"string"==typeof(s=o[r--]=R.selector(s))&&o.splice(r+1,1):o.splice(r--,1);else this._propLookup={},this._siblings=J(e,this,!1),1===l&&this._siblings.length>1&&tt(e,this,null,1,this._siblings);(this.vars.immediateRender||0===i&&0===this._delay&&!1!==this.vars.immediateRender)&&(this._time=-1e-8,this.render(Math.min(0,-this._delay)))},!0),M=function(e){return e&&e.length&&e!==t&&e[0]&&(e[0]===t||e[0].nodeType&&e[0].style&&!e.nodeType)};(o=R.prototype=new A).constructor=R,o.kill()._gc=!1,o.ratio=0,o._firstPT=o._targets=o._overwrittenProps=o._startAt=null,o._notifyPluginsOfEnabled=o._lazy=!1,R.version="2.1.3",R.defaultEase=o._ease=new b(null,null,1,1),R.defaultOverwrite="auto",R.ticker=a,R.autoSleep=120,R.lagSmoothing=function(t,e){a.lagSmoothing(t,e)},R.selector=t.$||t.jQuery||function(e){var n=t.$||t.jQuery;return n?(R.selector=n,n(e)):(i||(i=t.document),i?i.querySelectorAll?i.querySelectorAll(e):i.getElementById("#"===e.charAt(0)?e.substr(1):e):e)};var L=[],I={},N=/(?:(-|-=|\+=)?\d*\.?\d*(?:e[\-+]?\d+)?)[0-9]/gi,j=/[\+-]=-?[\.\d]/,B=function(t){for(var e,i=this._firstPT;i;)e=i.blob?1===t&&null!=this.end?this.end:t?this.join(""):this.start:i.c*t+i.s,i.m?e=i.m.call(this._tween,e,this._target||i.t,this._tween):e<1e-6&&e>-1e-6&&!i.blob&&(e=0),i.f?i.fp?i.t[i.p](i.fp,e):i.t[i.p](e):i.t[i.p]=e,i=i._next},F=function(t){return(1e3*t|0)/1e3+""},q=function(t,e,i,n){var r,s,o,a,l,u,h,c=[],f=0,p="",d=0;for(c.start=t,c.end=e,t=c[0]=t+"",e=c[1]=e+"",i&&(i(c),t=c[0],e=c[1]),c.length=0,r=t.match(N)||[],s=e.match(N)||[],n&&(n._next=null,n.blob=1,c._firstPT=c._applyPT=n),l=s.length,a=0;a<l;a++)h=s[a],p+=(u=e.substr(f,e.indexOf(h,f)-f))||!a?u:",",f+=u.length,d?d=(d+1)%5:"rgba("===u.substr(-5)&&(d=1),h===r[a]||r.length<=a?p+=h:(p&&(c.push(p),p=""),o=parseFloat(r[a]),c.push(o),c._firstPT={_next:c._firstPT,t:c,p:c.length-1,s:o,c:("="===h.charAt(1)?parseInt(h.charAt(0)+"1",10)*parseFloat(h.substr(2)):parseFloat(h)-o)||0,f:0,m:d&&d<4?Math.round:F}),f+=h.length;return(p+=e.substr(f))&&c.push(p),c.setRatio=B,j.test(e)&&(c.end=null),c},z=function(t,e,i,n,r,s,o,a,l){"function"==typeof n&&(n=n(l||0,t));var u=typeof t[e],h="function"!==u?"":e.indexOf("set")||"function"!=typeof t["get"+e.substr(3)]?e:"get"+e.substr(3),c="get"!==i?i:h?o?t[h](o):t[h]():t[e],f="string"==typeof n&&"="===n.charAt(1),p={t:t,p:e,s:c,f:"function"===u,pg:0,n:r||e,m:s?"function"==typeof s?s:Math.round:0,pr:0,c:f?parseInt(n.charAt(0)+"1",10)*parseFloat(n.substr(2)):parseFloat(n)-c||0};if(("number"!=typeof c||"number"!=typeof n&&!f)&&(o||isNaN(c)||!f&&isNaN(n)||"boolean"==typeof c||"boolean"==typeof n?(p.fp=o,p={t:q(c,f?parseFloat(p.s)+p.c+(p.s+"").replace(/[0-9\-\.]/g,""):n,a||R.defaultStringFilter,p),p:"setRatio",s:0,c:1,f:2,pg:0,n:r||e,pr:0,m:0}):(p.s=parseFloat(c),f||(p.c=parseFloat(n)-p.s||0))),p.c)return(p._next=this._firstPT)&&(p._next._prev=p),this._firstPT=p,p},H=R._internals={isArray:m,isSelector:M,lazyTweens:L,blobDif:q},X=R._plugins={},W=H.tweenLookup={},Y=0,U=H.reservedProps={ease:1,delay:1,overwrite:1,onComplete:1,onCompleteParams:1,onCompleteScope:1,useFrames:1,runBackwards:1,startAt:1,onUpdate:1,onUpdateParams:1,onUpdateScope:1,onStart:1,onStartParams:1,onStartScope:1,onReverseComplete:1,onReverseCompleteParams:1,onReverseCompleteScope:1,onRepeat:1,onRepeatParams:1,onRepeatScope:1,easeParams:1,yoyo:1,immediateRender:1,repeat:1,repeatDelay:1,data:1,paused:1,reversed:1,autoCSS:1,lazy:1,onOverwrite:1,callbackScope:1,stringFilter:1,id:1,yoyoEase:1,stagger:1},$={none:0,all:1,auto:2,concurrent:3,allOnStart:4,preexisting:5,true:1,false:0},V=A._rootFramesTimeline=new D,G=A._rootTimeline=new D,Z=30,Q=H.lazyRender=function(){var t,e,i=L.length;for(I={},t=0;t<i;t++)(e=L[t])&&!1!==e._lazy&&(e.render(e._lazy[0],e._lazy[1],!0),e._lazy=!1);L.length=0};G._startTime=a.time,V._startTime=a.frame,G._active=V._active=!0,setTimeout(Q,1),A._updateRoot=R.render=function(){var t,e,i;if(L.length&&Q(),G.render((a.time-G._startTime)*G._timeScale,!1,!1),V.render((a.frame-V._startTime)*V._timeScale,!1,!1),L.length&&Q(),a.frame>=Z){for(i in Z=a.frame+(parseInt(R.autoSleep,10)||120),W){for(t=(e=W[i].tweens).length;--t>-1;)e[t]._gc&&e.splice(t,1);0===e.length&&delete W[i]}if((!(i=G._first)||i._paused)&&R.autoSleep&&!V._first&&1===a._listeners.tick.length){for(;i&&i._paused;)i=i._next;i||a.sleep()}}},a.addEventListener("tick",A._updateRoot);var J=function(t,e,i){var n,r,s=t._gsTweenID;if(W[s||(t._gsTweenID=s="t"+Y++)]||(W[s]={target:t,tweens:[]}),e&&((n=W[s].tweens)[r=n.length]=e,i))for(;--r>-1;)n[r]===e&&n.splice(r,1);return W[s].tweens},K=function(t,e,i,n){var r,s,o=t.vars.onOverwrite;return o&&(r=o(t,e,i,n)),(o=R.onOverwrite)&&(s=o(t,e,i,n)),!1!==r&&!1!==s},tt=function(t,e,i,n,r){var s,o,a,l;if(1===n||n>=4){for(l=r.length,s=0;s<l;s++)if((a=r[s])!==e)a._gc||a._kill(null,t,e)&&(o=!0);else if(5===n)break;return o}var u,h=e._startTime+1e-8,c=[],f=0,p=0===e._duration;for(s=r.length;--s>-1;)(a=r[s])===e||a._gc||a._paused||(a._timeline!==e._timeline?(u=u||et(e,0,p),0===et(a,u,p)&&(c[f++]=a)):a._startTime<=h&&a._startTime+a.totalDuration()/a._timeScale>h&&((p||!a._initted)&&h-a._startTime<=2e-8||(c[f++]=a)));for(s=f;--s>-1;)if(l=(a=c[s])._firstPT,2===n&&a._kill(i,t,e)&&(o=!0),2!==n||!a._firstPT&&a._initted&&l){if(2!==n&&!K(a,e))continue;a._enabled(!1,!1)&&(o=!0)}return o},et=function(t,e,i){for(var n=t._timeline,r=n._timeScale,s=t._startTime;n._timeline;){if(s+=n._startTime,r*=n._timeScale,n._paused)return-100;n=n._timeline}return(s/=r)>e?s-e:i&&s===e||!t._initted&&s-e<2e-8?1e-8:(s+=t.totalDuration()/t._timeScale/r)>e+1e-8?0:s-e-1e-8};o._init=function(){var t,e,i,n,r,s,o=this.vars,a=this._overwrittenProps,l=this._duration,u=!!o.immediateRender,h=o.ease,c=this._startAt;if(o.startAt){for(n in c&&(c.render(-1,!0),c.kill()),r={},o.startAt)r[n]=o.startAt[n];if(r.data="isStart",r.overwrite=!1,r.immediateRender=!0,r.lazy=u&&!1!==o.lazy,r.startAt=r.delay=null,r.onUpdate=o.onUpdate,r.onUpdateParams=o.onUpdateParams,r.onUpdateScope=o.onUpdateScope||o.callbackScope||this,this._startAt=R.to(this.target||{},0,r),u)if(this._time>0)this._startAt=null;else if(0!==l)return}else if(o.runBackwards&&0!==l)if(c)c.render(-1,!0),c.kill(),this._startAt=null;else{for(n in 0!==this._time&&(u=!1),i={},o)U[n]&&"autoCSS"!==n||(i[n]=o[n]);if(i.overwrite=0,i.data="isFromStart",i.lazy=u&&!1!==o.lazy,i.immediateRender=u,this._startAt=R.to(this.target,0,i),u){if(0===this._time)return}else this._startAt._init(),this._startAt._enabled(!1),this.vars.immediateRender&&(this._startAt=null)}if(this._ease=h=h?h instanceof b?h:"function"==typeof h?new b(h,o.easeParams):T[h]||R.defaultEase:R.defaultEase,o.easeParams instanceof Array&&h.config&&(this._ease=h.config.apply(h,o.easeParams)),this._easeType=this._ease._type,this._easePower=this._ease._power,this._firstPT=null,this._targets)for(s=this._targets.length,t=0;t<s;t++)this._initProps(this._targets[t],this._propLookup[t]={},this._siblings[t],a?a[t]:null,t)&&(e=!0);else e=this._initProps(this.target,this._propLookup,this._siblings,a,0);if(e&&R._onPluginEvent("_onInitAllProps",this),a&&(this._firstPT||"function"!=typeof this.target&&this._enabled(!1,!1)),o.runBackwards)for(i=this._firstPT;i;)i.s+=i.c,i.c=-i.c,i=i._next;this._onUpdate=o.onUpdate,this._initted=!0},o._initProps=function(e,i,n,r,s){var o,a,l,u,h,c;if(null==e)return!1;for(o in I[e._gsTweenID]&&Q(),this.vars.css||e.style&&e!==t&&e.nodeType&&X.css&&!1!==this.vars.autoCSS&&function(t,e){var i,n={};for(i in t)U[i]||i in e&&"transform"!==i&&"x"!==i&&"y"!==i&&"width"!==i&&"height"!==i&&"className"!==i&&"border"!==i||!(!X[i]||X[i]&&X[i]._autoCSS)||(n[i]=t[i],delete t[i]);t.css=n}(this.vars,e),this.vars)if(c=this.vars[o],U[o])c&&(c instanceof Array||c.push&&m(c))&&-1!==c.join("").indexOf("{self}")&&(this.vars[o]=c=this._swapSelfInParams(c,this));else if(X[o]&&(u=new X[o])._onInitTween(e,this.vars[o],this,s)){for(this._firstPT=h={_next:this._firstPT,t:u,p:"setRatio",s:0,c:1,f:1,n:o,pg:1,pr:u._priority,m:0},a=u._overwriteProps.length;--a>-1;)i[u._overwriteProps[a]]=this._firstPT;(u._priority||u._onInitAllProps)&&(l=!0),(u._onDisable||u._onEnable)&&(this._notifyPluginsOfEnabled=!0),h._next&&(h._next._prev=h)}else i[o]=z.call(this,e,o,"get",c,o,0,null,this.vars.stringFilter,s);return r&&this._kill(r,e)?this._initProps(e,i,n,r,s):this._overwrite>1&&this._firstPT&&n.length>1&&tt(e,this,i,this._overwrite,n)?(this._kill(i,e),this._initProps(e,i,n,r,s)):(this._firstPT&&(!1!==this.vars.lazy&&this._duration||this.vars.lazy&&!this._duration)&&(I[e._gsTweenID]=!0),l)},o.render=function(t,e,i){var n,r,s,o,a=this._time,l=this._duration,u=this._rawPrevTime;if(t>=l-1e-8&&t>=0)this._totalTime=this._time=l,this.ratio=this._ease._calcEnd?this._ease.getRatio(1):1,this._reversed||(n=!0,r="onComplete",i=i||this._timeline.autoRemoveChildren),0===l&&(this._initted||!this.vars.lazy||i)&&(this._startTime===this._timeline._duration&&(t=0),(u<0||t<=0&&t>=-1e-8||1e-8===u&&"isPause"!==this.data)&&u!==t&&(i=!0,u>1e-8&&(r="onReverseComplete")),this._rawPrevTime=o=!e||t||u===t?t:1e-8);else if(t<1e-8)this._totalTime=this._time=0,this.ratio=this._ease._calcEnd?this._ease.getRatio(0):0,(0!==a||0===l&&u>0)&&(r="onReverseComplete",n=this._reversed),t>-1e-8?t=0:t<0&&(this._active=!1,0===l&&(this._initted||!this.vars.lazy||i)&&(u>=0&&(1e-8!==u||"isPause"!==this.data)&&(i=!0),this._rawPrevTime=o=!e||t||u===t?t:1e-8)),(!this._initted||this._startAt&&this._startAt.progress())&&(i=!0);else if(this._totalTime=this._time=t,this._easeType){var h=t/l,c=this._easeType,f=this._easePower;(1===c||3===c&&h>=.5)&&(h=1-h),3===c&&(h*=2),1===f?h*=h:2===f?h*=h*h:3===f?h*=h*h*h:4===f&&(h*=h*h*h*h),this.ratio=1===c?1-h:2===c?h:t/l<.5?h/2:1-h/2}else this.ratio=this._ease.getRatio(t/l);if(this._time!==a||i){if(!this._initted){if(this._init(),!this._initted||this._gc)return;if(!i&&this._firstPT&&(!1!==this.vars.lazy&&this._duration||this.vars.lazy&&!this._duration))return this._time=this._totalTime=a,this._rawPrevTime=u,L.push(this),void(this._lazy=[t,e]);this._time&&!n?this.ratio=this._ease.getRatio(this._time/l):n&&this._ease._calcEnd&&(this.ratio=this._ease.getRatio(0===this._time?0:1))}for(!1!==this._lazy&&(this._lazy=!1),this._active||!this._paused&&this._time!==a&&t>=0&&(this._active=!0),0===a&&(this._startAt&&(t>=0?this._startAt.render(t,!0,i):r||(r="_dummyGS")),this.vars.onStart&&(0===this._time&&0!==l||e||this._callback("onStart"))),s=this._firstPT;s;)s.f?s.t[s.p](s.c*this.ratio+s.s):s.t[s.p]=s.c*this.ratio+s.s,s=s._next;this._onUpdate&&(t<0&&this._startAt&&-1e-4!==t&&this._startAt.render(t,!0,i),e||(this._time!==a||n||i)&&this._callback("onUpdate")),r&&(this._gc&&!i||(t<0&&this._startAt&&!this._onUpdate&&-1e-4!==t&&this._startAt.render(t,!0,i),n&&(this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!e&&this.vars[r]&&this._callback(r),0===l&&1e-8===this._rawPrevTime&&1e-8!==o&&(this._rawPrevTime=0)))}},o._kill=function(t,e,i){if("all"===t&&(t=null),null==t&&(null==e||e===this.target))return this._lazy=!1,this._enabled(!1,!1);e="string"!=typeof e?e||this._targets||this.target:R.selector(e)||e;var n,r,s,o,a,l,u,h,c,f=i&&this._time&&i._startTime===this._startTime&&this._timeline===i._timeline,p=this._firstPT;if((m(e)||M(e))&&"number"!=typeof e[0])for(n=e.length;--n>-1;)this._kill(t,e[n],i)&&(l=!0);else{if(this._targets){for(n=this._targets.length;--n>-1;)if(e===this._targets[n]){a=this._propLookup[n]||{},this._overwrittenProps=this._overwrittenProps||[],r=this._overwrittenProps[n]=t?this._overwrittenProps[n]||{}:"all";break}}else{if(e!==this.target)return!1;a=this._propLookup,r=this._overwrittenProps=t?this._overwrittenProps||{}:"all"}if(a){if(u=t||a,h=t!==r&&"all"!==r&&t!==a&&("object"!=typeof t||!t._tempKill),i&&(R.onOverwrite||this.vars.onOverwrite)){for(s in u)a[s]&&(c||(c=[]),c.push(s));if((c||!t)&&!K(this,i,e,c))return!1}for(s in u)(o=a[s])&&(f&&(o.f?o.t[o.p](o.s):o.t[o.p]=o.s,l=!0),o.pg&&o.t._kill(u)&&(l=!0),o.pg&&0!==o.t._overwriteProps.length||(o._prev?o._prev._next=o._next:o===this._firstPT&&(this._firstPT=o._next),o._next&&(o._next._prev=o._prev),o._next=o._prev=null),delete a[s]),h&&(r[s]=1);!this._firstPT&&this._initted&&p&&this._enabled(!1,!1)}}return l},o.invalidate=function(){this._notifyPluginsOfEnabled&&R._onPluginEvent("_onDisable",this);var t=this._time;return this._firstPT=this._overwrittenProps=this._startAt=this._onUpdate=null,this._notifyPluginsOfEnabled=this._active=this._lazy=!1,this._propLookup=this._targets?{}:[],A.prototype.invalidate.call(this),this.vars.immediateRender&&(this._time=-1e-8,this.render(t,!1,!1!==this.vars.lazy)),this},o._enabled=function(t,e){if(l||a.wake(),t&&this._gc){var i,n=this._targets;if(n)for(i=n.length;--i>-1;)this._siblings[i]=J(n[i],this,!0);else this._siblings=J(this.target,this,!0)}return A.prototype._enabled.call(this,t,e),!(!this._notifyPluginsOfEnabled||!this._firstPT)&&R._onPluginEvent(t?"_onEnable":"_onDisable",this)},R.to=function(t,e,i){return new R(t,e,i)},R.from=function(t,e,i){return i.runBackwards=!0,i.immediateRender=0!=i.immediateRender,new R(t,e,i)},R.fromTo=function(t,e,i,n){return n.startAt=i,n.immediateRender=0!=n.immediateRender&&0!=i.immediateRender,new R(t,e,n)},R.delayedCall=function(t,e,i,n,r){return new R(e,0,{delay:t,onComplete:e,onCompleteParams:i,callbackScope:n,onReverseComplete:e,onReverseCompleteParams:i,immediateRender:!1,lazy:!1,useFrames:r,overwrite:0})},R.set=function(t,e){return new R(t,0,e)},R.getTweensOf=function(t,e){if(null==t)return[];var i,n,r,s;if(t="string"!=typeof t?t:R.selector(t)||t,(m(t)||M(t))&&"number"!=typeof t[0]){for(i=t.length,n=[];--i>-1;)n=n.concat(R.getTweensOf(t[i],e));for(i=n.length;--i>-1;)for(s=n[i],r=i;--r>-1;)s===n[r]&&n.splice(i,1)}else if(t._gsTweenID)for(i=(n=J(t).concat()).length;--i>-1;)(n[i]._gc||e&&!n[i].isActive())&&n.splice(i,1);return n||[]},R.killTweensOf=R.killDelayedCallsTo=function(t,e,i){"object"==typeof e&&(i=e,e=!1);for(var n=R.getTweensOf(t,e),r=n.length;--r>-1;)n[r]._kill(i,t)};var it=y("plugins.TweenPlugin",function(t,e){this._overwriteProps=(t||"").split(","),this._propName=this._overwriteProps[0],this._priority=e||0,this._super=it.prototype},!0);if(o=it.prototype,it.version="1.19.0",it.API=2,o._firstPT=null,o._addTween=z,o.setRatio=B,o._kill=function(t){var e,i=this._overwriteProps,n=this._firstPT;if(null!=t[this._propName])this._overwriteProps=[];else for(e=i.length;--e>-1;)null!=t[i[e]]&&i.splice(e,1);for(;n;)null!=t[n.n]&&(n._next&&(n._next._prev=n._prev),n._prev?(n._prev._next=n._next,n._prev=null):this._firstPT===n&&(this._firstPT=n._next)),n=n._next;return!1},o._mod=o._roundProps=function(t){for(var e,i=this._firstPT;i;)(e=t[this._propName]||null!=i.n&&t[i.n.split(this._propName+"_").join("")])&&"function"==typeof e&&(2===i.f?i.t._applyPT.m=e:i.m=e),i=i._next},R._onPluginEvent=function(t,e){var i,n,r,s,o,a=e._firstPT;if("_onInitAllProps"===t){for(;a;){for(o=a._next,n=r;n&&n.pr>a.pr;)n=n._next;(a._prev=n?n._prev:s)?a._prev._next=a:r=a,(a._next=n)?n._prev=a:s=a,a=o}a=e._firstPT=r}for(;a;)a.pg&&"function"==typeof a.t[t]&&a.t[t]()&&(i=!0),a=a._next;return i},it.activate=function(t){for(var e=t.length;--e>-1;)t[e].API===it.API&&(X[(new t[e])._propName]=t[e]);return!0},v.plugin=function(t){if(!(t&&t.propName&&t.init&&t.API))throw"illegal plugin definition.";var e,i=t.propName,n=t.priority||0,r=t.overwriteProps,s={init:"_onInitTween",set:"setRatio",kill:"_kill",round:"_mod",mod:"_mod",initAll:"_onInitAllProps"},o=y("plugins."+i.charAt(0).toUpperCase()+i.substr(1)+"Plugin",function(){it.call(this,i,n),this._overwriteProps=r||[]},!0===t.global),a=o.prototype=new it(i);for(e in a.constructor=o,o.API=t.API,s)"function"==typeof t[e]&&(a[s[e]]=t[e]);return o.version=t.version,it.activate([o]),o},r=t._gsQueue){for(s=0;s<r.length;s++)r[s]();for(o in g)g[o].func||t.console.log("GSAP encountered missing dependency: "+o)}return l=!1,R}(r),o=r.GreenSockGlobals,a=o.com.greensock,l=a.core.SimpleTimeline,u=a.core.Animation,h=o.Ease,c=(o.Linear,o.Power1,o.Power2,o.Power3,o.Power4,o.TweenPlugin);a.events.EventDispatcher}).call(this,i(4)(t),i(5))},function(t,e,i){var n,r;
14
14
  /*!
15
15
  * JavaScript Cookie v2.2.0
16
16
  * https://github.com/js-cookie/js-cookie
@@ -30,7 +30,7 @@ var r="undefined"!=typeof window?window:t.exports&&void 0!==n?n:{},s=function(t)
30
30
  */
31
31
  !function(s,o){"use strict";n=[i(6)],void 0===(r=function(t){return function(t,e){var i=t.jQuery,n=t.console;function r(t,e){for(var i in e)t[i]=e[i];return t}var s=Array.prototype.slice;function o(t,e,a){if(!(this instanceof o))return new o(t,e,a);var l=t;"string"==typeof t&&(l=document.querySelectorAll(t)),l?(this.elements=function(t){if(Array.isArray(t))return t;if("object"==typeof t&&"number"==typeof t.length)return s.call(t);return[t]}(l),this.options=r({},this.options),"function"==typeof e?a=e:r(this.options,e),a&&this.on("always",a),this.getImages(),i&&(this.jqDeferred=new i.Deferred),setTimeout(this.check.bind(this))):n.error("Bad element for imagesLoaded "+(l||t))}o.prototype=Object.create(e.prototype),o.prototype.options={},o.prototype.getImages=function(){this.images=[],this.elements.forEach(this.addElementImages,this)},o.prototype.addElementImages=function(t){"IMG"==t.nodeName&&this.addImage(t),!0===this.options.background&&this.addElementBackgroundImages(t);var e=t.nodeType;if(e&&a[e]){for(var i=t.querySelectorAll("img"),n=0;n<i.length;n++){var r=i[n];this.addImage(r)}if("string"==typeof this.options.background){var s=t.querySelectorAll(this.options.background);for(n=0;n<s.length;n++){var o=s[n];this.addElementBackgroundImages(o)}}}};var a={1:!0,9:!0,11:!0};function l(t){this.img=t}function u(t,e){this.url=t,this.element=e,this.img=new Image}return o.prototype.addElementBackgroundImages=function(t){var e=getComputedStyle(t);if(e)for(var i=/url\((['"])?(.*?)\1\)/gi,n=i.exec(e.backgroundImage);null!==n;){var r=n&&n[2];r&&this.addBackground(r,t),n=i.exec(e.backgroundImage)}},o.prototype.addImage=function(t){var e=new l(t);this.images.push(e)},o.prototype.addBackground=function(t,e){var i=new u(t,e);this.images.push(i)},o.prototype.check=function(){var t=this;function e(e,i,n){setTimeout(function(){t.progress(e,i,n)})}this.progressedCount=0,this.hasAnyBroken=!1,this.images.length?this.images.forEach(function(t){t.once("progress",e),t.check()}):this.complete()},o.prototype.progress=function(t,e,i){this.progressedCount++,this.hasAnyBroken=this.hasAnyBroken||!t.isLoaded,this.emitEvent("progress",[this,t,e]),this.jqDeferred&&this.jqDeferred.notify&&this.jqDeferred.notify(this,t),this.progressedCount==this.images.length&&this.complete(),this.options.debug&&n&&n.log("progress: "+i,t,e)},o.prototype.complete=function(){var t=this.hasAnyBroken?"fail":"done";if(this.isComplete=!0,this.emitEvent(t,[this]),this.emitEvent("always",[this]),this.jqDeferred){var e=this.hasAnyBroken?"reject":"resolve";this.jqDeferred[e](this)}},l.prototype=Object.create(e.prototype),l.prototype.check=function(){this.getIsImageComplete()?this.confirm(0!==this.img.naturalWidth,"naturalWidth"):(this.proxyImage=new Image,this.proxyImage.addEventListener("load",this),this.proxyImage.addEventListener("error",this),this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.proxyImage.src=this.img.src)},l.prototype.getIsImageComplete=function(){return this.img.complete&&this.img.naturalWidth},l.prototype.confirm=function(t,e){this.isLoaded=t,this.emitEvent("progress",[this,this.img,e])},l.prototype.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},l.prototype.onload=function(){this.confirm(!0,"onload"),this.unbindEvents()},l.prototype.onerror=function(){this.confirm(!1,"onerror"),this.unbindEvents()},l.prototype.unbindEvents=function(){this.proxyImage.removeEventListener("load",this),this.proxyImage.removeEventListener("error",this),this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},u.prototype=Object.create(l.prototype),u.prototype.check=function(){this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.img.src=this.url,this.getIsImageComplete()&&(this.confirm(0!==this.img.naturalWidth,"naturalWidth"),this.unbindEvents())},u.prototype.unbindEvents=function(){this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},u.prototype.confirm=function(t,e){this.isLoaded=t,this.emitEvent("progress",[this,this.element,e])},o.makeJQueryPlugin=function(e){(e=e||t.jQuery)&&((i=e).fn.imagesLoaded=function(t,e){return new o(this,t,e).jqDeferred.promise(i(this))})},o.makeJQueryPlugin(),o}(s,t)}.apply(e,n))||(t.exports=r)}("undefined"!=typeof window?window:this)},function(t,e,i){var n;!function(r){"use strict";function s(t,e){var i=(65535&t)+(65535&e);return(t>>16)+(e>>16)+(i>>16)<<16|65535&i}function o(t,e,i,n,r,o){return s((a=s(s(e,t),s(n,o)))<<(l=r)|a>>>32-l,i);var a,l}function a(t,e,i,n,r,s,a){return o(e&i|~e&n,t,e,r,s,a)}function l(t,e,i,n,r,s,a){return o(e&n|i&~n,t,e,r,s,a)}function u(t,e,i,n,r,s,a){return o(e^i^n,t,e,r,s,a)}function h(t,e,i,n,r,s,a){return o(i^(e|~n),t,e,r,s,a)}function c(t,e){var i,n,r,o,c;t[e>>5]|=128<<e%32,t[14+(e+64>>>9<<4)]=e;var f=1732584193,p=-271733879,d=-1732584194,m=271733878;for(i=0;i<t.length;i+=16)n=f,r=p,o=d,c=m,f=a(f,p,d,m,t[i],7,-680876936),m=a(m,f,p,d,t[i+1],12,-389564586),d=a(d,m,f,p,t[i+2],17,606105819),p=a(p,d,m,f,t[i+3],22,-1044525330),f=a(f,p,d,m,t[i+4],7,-176418897),m=a(m,f,p,d,t[i+5],12,1200080426),d=a(d,m,f,p,t[i+6],17,-1473231341),p=a(p,d,m,f,t[i+7],22,-45705983),f=a(f,p,d,m,t[i+8],7,1770035416),m=a(m,f,p,d,t[i+9],12,-1958414417),d=a(d,m,f,p,t[i+10],17,-42063),p=a(p,d,m,f,t[i+11],22,-1990404162),f=a(f,p,d,m,t[i+12],7,1804603682),m=a(m,f,p,d,t[i+13],12,-40341101),d=a(d,m,f,p,t[i+14],17,-1502002290),f=l(f,p=a(p,d,m,f,t[i+15],22,1236535329),d,m,t[i+1],5,-165796510),m=l(m,f,p,d,t[i+6],9,-1069501632),d=l(d,m,f,p,t[i+11],14,643717713),p=l(p,d,m,f,t[i],20,-373897302),f=l(f,p,d,m,t[i+5],5,-701558691),m=l(m,f,p,d,t[i+10],9,38016083),d=l(d,m,f,p,t[i+15],14,-660478335),p=l(p,d,m,f,t[i+4],20,-405537848),f=l(f,p,d,m,t[i+9],5,568446438),m=l(m,f,p,d,t[i+14],9,-1019803690),d=l(d,m,f,p,t[i+3],14,-187363961),p=l(p,d,m,f,t[i+8],20,1163531501),f=l(f,p,d,m,t[i+13],5,-1444681467),m=l(m,f,p,d,t[i+2],9,-51403784),d=l(d,m,f,p,t[i+7],14,1735328473),f=u(f,p=l(p,d,m,f,t[i+12],20,-1926607734),d,m,t[i+5],4,-378558),m=u(m,f,p,d,t[i+8],11,-2022574463),d=u(d,m,f,p,t[i+11],16,1839030562),p=u(p,d,m,f,t[i+14],23,-35309556),f=u(f,p,d,m,t[i+1],4,-1530992060),m=u(m,f,p,d,t[i+4],11,1272893353),d=u(d,m,f,p,t[i+7],16,-155497632),p=u(p,d,m,f,t[i+10],23,-1094730640),f=u(f,p,d,m,t[i+13],4,681279174),m=u(m,f,p,d,t[i],11,-358537222),d=u(d,m,f,p,t[i+3],16,-722521979),p=u(p,d,m,f,t[i+6],23,76029189),f=u(f,p,d,m,t[i+9],4,-640364487),m=u(m,f,p,d,t[i+12],11,-421815835),d=u(d,m,f,p,t[i+15],16,530742520),f=h(f,p=u(p,d,m,f,t[i+2],23,-995338651),d,m,t[i],6,-198630844),m=h(m,f,p,d,t[i+7],10,1126891415),d=h(d,m,f,p,t[i+14],15,-1416354905),p=h(p,d,m,f,t[i+5],21,-57434055),f=h(f,p,d,m,t[i+12],6,1700485571),m=h(m,f,p,d,t[i+3],10,-1894986606),d=h(d,m,f,p,t[i+10],15,-1051523),p=h(p,d,m,f,t[i+1],21,-2054922799),f=h(f,p,d,m,t[i+8],6,1873313359),m=h(m,f,p,d,t[i+15],10,-30611744),d=h(d,m,f,p,t[i+6],15,-1560198380),p=h(p,d,m,f,t[i+13],21,1309151649),f=h(f,p,d,m,t[i+4],6,-145523070),m=h(m,f,p,d,t[i+11],10,-1120210379),d=h(d,m,f,p,t[i+2],15,718787259),p=h(p,d,m,f,t[i+9],21,-343485551),f=s(f,n),p=s(p,r),d=s(d,o),m=s(m,c);return[f,p,d,m]}function f(t){var e,i="",n=32*t.length;for(e=0;e<n;e+=8)i+=String.fromCharCode(t[e>>5]>>>e%32&255);return i}function p(t){var e,i=[];for(i[(t.length>>2)-1]=void 0,e=0;e<i.length;e+=1)i[e]=0;var n=8*t.length;for(e=0;e<n;e+=8)i[e>>5]|=(255&t.charCodeAt(e/8))<<e%32;return i}function d(t){var e,i,n="";for(i=0;i<t.length;i+=1)e=t.charCodeAt(i),n+="0123456789abcdef".charAt(e>>>4&15)+"0123456789abcdef".charAt(15&e);return n}function m(t){return unescape(encodeURIComponent(t))}function g(t){return function(t){return f(c(p(t),8*t.length))}(m(t))}function _(t,e){return function(t,e){var i,n,r=p(t),s=[],o=[];for(s[15]=o[15]=void 0,r.length>16&&(r=c(r,8*t.length)),i=0;i<16;i+=1)s[i]=909522486^r[i],o[i]=1549556828^r[i];return n=c(s.concat(p(e)),512+8*e.length),f(c(o.concat(n),640))}(m(t),m(e))}function v(t,e,i){return e?i?_(e,t):d(_(e,t)):i?g(t):d(g(t))}void 0===(n=function(){return v}.call(e,i,e,t))||(t.exports=n)}()},function(t,e){t.exports=function(t){if(!t.webpackPolyfill){var e=Object.create(t);e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),Object.defineProperty(e,"exports",{enumerable:!0}),e.webpackPolyfill=1}return e}},function(t,e){var i;i=function(){return this}();try{i=i||new Function("return this")()}catch(t){"object"==typeof window&&(i=window)}t.exports=i},function(t,e,i){var n,r;"undefined"!=typeof window&&window,void 0===(r="function"==typeof(n=function(){"use strict";function t(){}var e=t.prototype;return e.on=function(t,e){if(t&&e){var i=this._events=this._events||{},n=i[t]=i[t]||[];return-1==n.indexOf(e)&&n.push(e),this}},e.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{};return(i[t]=i[t]||{})[e]=!0,this}},e.off=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var n=i.indexOf(e);return-1!=n&&i.splice(n,1),this}},e.emitEvent=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){i=i.slice(0),e=e||[];for(var n=this._onceEvents&&this._onceEvents[t],r=0;r<i.length;r++){var s=i[r];n&&n[s]&&(this.off(t,s),delete n[s]),s.apply(this,e)}return this}},e.allOff=function(){delete this._events,delete this._onceEvents},t})?n.call(e,i,e,t):n)||(t.exports=r)},function(t,e,i){var n;
32
32
  /*!
33
- * jQuery JavaScript Library v3.4.1
33
+ * jQuery JavaScript Library v3.5.0
34
34
  * https://jquery.com/
35
35
  *
36
36
  * Includes Sizzle.js
@@ -40,10 +40,10 @@ var r="undefined"!=typeof window?window:t.exports&&void 0!==n?n:{},s=function(t)
40
40
  * Released under the MIT license
41
41
  * https://jquery.org/license
42
42
  *
43
- * Date: 2019-05-01T21:04Z
43
+ * Date: 2020-04-10T15:07Z
44
44
  */
45
45
  /*!
46
- * jQuery JavaScript Library v3.4.1
46
+ * jQuery JavaScript Library v3.5.0
47
47
  * https://jquery.com/
48
48
  *
49
49
  * Includes Sizzle.js
@@ -53,20 +53,20 @@ var r="undefined"!=typeof window?window:t.exports&&void 0!==n?n:{},s=function(t)
53
53
  * Released under the MIT license
54
54
  * https://jquery.org/license
55
55
  *
56
- * Date: 2019-05-01T21:04Z
56
+ * Date: 2020-04-10T15:07Z
57
57
  */
58
- !function(e,i){"use strict";"object"==typeof t.exports?t.exports=e.document?i(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return i(t)}:i(e)}("undefined"!=typeof window?window:this,function(i,r){"use strict";var s=[],o=i.document,a=Object.getPrototypeOf,l=s.slice,u=s.concat,h=s.push,c=s.indexOf,f={},p=f.toString,d=f.hasOwnProperty,m=d.toString,g=m.call(Object),_={},v=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function(t){return null!=t&&t===t.window},x={type:!0,src:!0,nonce:!0,noModule:!0};function b(t,e,i){var n,r,s=(i=i||o).createElement("script");if(s.text=t,e)for(n in x)(r=e[n]||e.getAttribute&&e.getAttribute(n))&&s.setAttribute(n,r);i.head.appendChild(s).parentNode.removeChild(s)}function T(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?f[p.call(t)]||"object":typeof t}var w=function(t,e){return new w.fn.init(t,e)},C=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function P(t){var e=!!t&&"length"in t&&t.length,i=T(t);return!v(t)&&!y(t)&&("array"===i||0===e||"number"==typeof e&&e>0&&e-1 in t)}w.fn=w.prototype={jquery:"3.4.1",constructor:w,length:0,toArray:function(){return l.call(this)},get:function(t){return null==t?l.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=w.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return w.each(this,t)},map:function(t){return this.pushStack(w.map(this,function(e,i){return t.call(e,i,e)}))},slice:function(){return this.pushStack(l.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(t){var e=this.length,i=+t+(t<0?e:0);return this.pushStack(i>=0&&i<e?[this[i]]:[])},end:function(){return this.prevObject||this.constructor()},push:h,sort:s.sort,splice:s.splice},w.extend=w.fn.extend=function(){var t,e,i,n,r,s,o=arguments[0]||{},a=1,l=arguments.length,u=!1;for("boolean"==typeof o&&(u=o,o=arguments[a]||{},a++),"object"==typeof o||v(o)||(o={}),a===l&&(o=this,a--);a<l;a++)if(null!=(t=arguments[a]))for(e in t)n=t[e],"__proto__"!==e&&o!==n&&(u&&n&&(w.isPlainObject(n)||(r=Array.isArray(n)))?(i=o[e],s=r&&!Array.isArray(i)?[]:r||w.isPlainObject(i)?i:{},r=!1,o[e]=w.extend(u,s,n)):void 0!==n&&(o[e]=n));return o},w.extend({expando:"jQuery"+("3.4.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isPlainObject:function(t){var e,i;return!(!t||"[object Object]"!==p.call(t))&&(!(e=a(t))||"function"==typeof(i=d.call(e,"constructor")&&e.constructor)&&m.call(i)===g)},isEmptyObject:function(t){var e;for(e in t)return!1;return!0},globalEval:function(t,e){b(t,{nonce:e&&e.nonce})},each:function(t,e){var i,n=0;if(P(t))for(i=t.length;n<i&&!1!==e.call(t[n],n,t[n]);n++);else for(n in t)if(!1===e.call(t[n],n,t[n]))break;return t},trim:function(t){return null==t?"":(t+"").replace(C,"")},makeArray:function(t,e){var i=e||[];return null!=t&&(P(Object(t))?w.merge(i,"string"==typeof t?[t]:t):h.call(i,t)),i},inArray:function(t,e,i){return null==e?-1:c.call(e,t,i)},merge:function(t,e){for(var i=+e.length,n=0,r=t.length;n<i;n++)t[r++]=e[n];return t.length=r,t},grep:function(t,e,i){for(var n=[],r=0,s=t.length,o=!i;r<s;r++)!e(t[r],r)!==o&&n.push(t[r]);return n},map:function(t,e,i){var n,r,s=0,o=[];if(P(t))for(n=t.length;s<n;s++)null!=(r=e(t[s],s,i))&&o.push(r);else for(s in t)null!=(r=e(t[s],s,i))&&o.push(r);return u.apply([],o)},guid:1,support:_}),"function"==typeof Symbol&&(w.fn[Symbol.iterator]=s[Symbol.iterator]),w.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(t,e){f["[object "+e+"]"]=e.toLowerCase()});var k=
58
+ !function(e,i){"use strict";"object"==typeof t.exports?t.exports=e.document?i(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return i(t)}:i(e)}("undefined"!=typeof window?window:this,function(i,r){"use strict";var s=[],o=Object.getPrototypeOf,a=s.slice,l=s.flat?function(t){return s.flat.call(t)}:function(t){return s.concat.apply([],t)},u=s.push,h=s.indexOf,c={},f=c.toString,p=c.hasOwnProperty,d=p.toString,m=d.call(Object),g={},_=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType},v=function(t){return null!=t&&t===t.window},y=i.document,x={type:!0,src:!0,nonce:!0,noModule:!0};function b(t,e,i){var n,r,s=(i=i||y).createElement("script");if(s.text=t,e)for(n in x)(r=e[n]||e.getAttribute&&e.getAttribute(n))&&s.setAttribute(n,r);i.head.appendChild(s).parentNode.removeChild(s)}function T(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?c[f.call(t)]||"object":typeof t}var w=function(t,e){return new w.fn.init(t,e)};function C(t){var e=!!t&&"length"in t&&t.length,i=T(t);return!_(t)&&!v(t)&&("array"===i||0===e||"number"==typeof e&&e>0&&e-1 in t)}w.fn=w.prototype={jquery:"3.5.0",constructor:w,length:0,toArray:function(){return a.call(this)},get:function(t){return null==t?a.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=w.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return w.each(this,t)},map:function(t){return this.pushStack(w.map(this,function(e,i){return t.call(e,i,e)}))},slice:function(){return this.pushStack(a.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(w.grep(this,function(t,e){return(e+1)%2}))},odd:function(){return this.pushStack(w.grep(this,function(t,e){return e%2}))},eq:function(t){var e=this.length,i=+t+(t<0?e:0);return this.pushStack(i>=0&&i<e?[this[i]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:s.sort,splice:s.splice},w.extend=w.fn.extend=function(){var t,e,i,n,r,s,o=arguments[0]||{},a=1,l=arguments.length,u=!1;for("boolean"==typeof o&&(u=o,o=arguments[a]||{},a++),"object"==typeof o||_(o)||(o={}),a===l&&(o=this,a--);a<l;a++)if(null!=(t=arguments[a]))for(e in t)n=t[e],"__proto__"!==e&&o!==n&&(u&&n&&(w.isPlainObject(n)||(r=Array.isArray(n)))?(i=o[e],s=r&&!Array.isArray(i)?[]:r||w.isPlainObject(i)?i:{},r=!1,o[e]=w.extend(u,s,n)):void 0!==n&&(o[e]=n));return o},w.extend({expando:"jQuery"+("3.5.0"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isPlainObject:function(t){var e,i;return!(!t||"[object Object]"!==f.call(t))&&(!(e=o(t))||"function"==typeof(i=p.call(e,"constructor")&&e.constructor)&&d.call(i)===m)},isEmptyObject:function(t){var e;for(e in t)return!1;return!0},globalEval:function(t,e,i){b(t,{nonce:e&&e.nonce},i)},each:function(t,e){var i,n=0;if(C(t))for(i=t.length;n<i&&!1!==e.call(t[n],n,t[n]);n++);else for(n in t)if(!1===e.call(t[n],n,t[n]))break;return t},makeArray:function(t,e){var i=e||[];return null!=t&&(C(Object(t))?w.merge(i,"string"==typeof t?[t]:t):u.call(i,t)),i},inArray:function(t,e,i){return null==e?-1:h.call(e,t,i)},merge:function(t,e){for(var i=+e.length,n=0,r=t.length;n<i;n++)t[r++]=e[n];return t.length=r,t},grep:function(t,e,i){for(var n=[],r=0,s=t.length,o=!i;r<s;r++)!e(t[r],r)!==o&&n.push(t[r]);return n},map:function(t,e,i){var n,r,s=0,o=[];if(C(t))for(n=t.length;s<n;s++)null!=(r=e(t[s],s,i))&&o.push(r);else for(s in t)null!=(r=e(t[s],s,i))&&o.push(r);return l(o)},guid:1,support:g}),"function"==typeof Symbol&&(w.fn[Symbol.iterator]=s[Symbol.iterator]),w.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(t,e){c["[object "+e+"]"]=e.toLowerCase()});var P=
59
59
  /*!
60
- * Sizzle CSS Selector Engine v2.3.4
60
+ * Sizzle CSS Selector Engine v2.3.5
61
61
  * https://sizzlejs.com/
62
62
  *
63
63
  * Copyright JS Foundation and other contributors
64
64
  * Released under the MIT license
65
65
  * https://js.foundation/
66
66
  *
67
- * Date: 2019-04-08
67
+ * Date: 2020-03-14
68
68
  */
69
- function(t){var e,i,n,r,s,o,a,l,u,h,c,f,p,d,m,g,_,v,y,x="sizzle"+1*new Date,b=t.document,T=0,w=0,C=lt(),P=lt(),k=lt(),S=lt(),O=function(t,e){return t===e&&(c=!0),0},A={}.hasOwnProperty,E=[],D=E.pop,R=E.push,M=E.push,L=E.slice,I=function(t,e){for(var i=0,n=t.length;i<n;i++)if(t[i]===e)return i;return-1},N="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",j="[\\x20\\t\\r\\n\\f]",B="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",F="\\["+j+"*("+B+")(?:"+j+"*([*^$|!~]?=)"+j+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+B+"))|)"+j+"*\\]",q=":("+B+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+F+")*)|.*)\\)|)",z=new RegExp(j+"+","g"),H=new RegExp("^"+j+"+|((?:^|[^\\\\])(?:\\\\.)*)"+j+"+$","g"),X=new RegExp("^"+j+"*,"+j+"*"),W=new RegExp("^"+j+"*([>+~]|"+j+")"+j+"*"),Y=new RegExp(j+"|>"),U=new RegExp(q),$=new RegExp("^"+B+"$"),V={ID:new RegExp("^#("+B+")"),CLASS:new RegExp("^\\.("+B+")"),TAG:new RegExp("^("+B+"|[*])"),ATTR:new RegExp("^"+F),PSEUDO:new RegExp("^"+q),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+j+"*(even|odd|(([+-]|)(\\d*)n|)"+j+"*(?:([+-]|)"+j+"*(\\d+)|))"+j+"*\\)|)","i"),bool:new RegExp("^(?:"+N+")$","i"),needsContext:new RegExp("^"+j+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+j+"*((?:-\\d)?\\d*)"+j+"*\\)|)(?=[^-]|$)","i")},G=/HTML$/i,Z=/^(?:input|select|textarea|button)$/i,Q=/^h\d$/i,J=/^[^{]+\{\s*\[native \w/,K=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,tt=/[+~]/,et=new RegExp("\\\\([\\da-f]{1,6}"+j+"?|("+j+")|.)","ig"),it=function(t,e,i){var n="0x"+e-65536;return n!=n||i?e:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320)},nt=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,rt=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},st=function(){f()},ot=xt(function(t){return!0===t.disabled&&"fieldset"===t.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{M.apply(E=L.call(b.childNodes),b.childNodes),E[b.childNodes.length].nodeType}catch(t){M={apply:E.length?function(t,e){R.apply(t,L.call(e))}:function(t,e){for(var i=t.length,n=0;t[i++]=e[n++];);t.length=i-1}}}function at(t,e,n,r){var s,a,u,h,c,d,_,v=e&&e.ownerDocument,T=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==T&&9!==T&&11!==T)return n;if(!r&&((e?e.ownerDocument||e:b)!==p&&f(e),e=e||p,m)){if(11!==T&&(c=K.exec(t)))if(s=c[1]){if(9===T){if(!(u=e.getElementById(s)))return n;if(u.id===s)return n.push(u),n}else if(v&&(u=v.getElementById(s))&&y(e,u)&&u.id===s)return n.push(u),n}else{if(c[2])return M.apply(n,e.getElementsByTagName(t)),n;if((s=c[3])&&i.getElementsByClassName&&e.getElementsByClassName)return M.apply(n,e.getElementsByClassName(s)),n}if(i.qsa&&!S[t+" "]&&(!g||!g.test(t))&&(1!==T||"object"!==e.nodeName.toLowerCase())){if(_=t,v=e,1===T&&Y.test(t)){for((h=e.getAttribute("id"))?h=h.replace(nt,rt):e.setAttribute("id",h=x),a=(d=o(t)).length;a--;)d[a]="#"+h+" "+yt(d[a]);_=d.join(","),v=tt.test(t)&&_t(e.parentNode)||e}try{return M.apply(n,v.querySelectorAll(_)),n}catch(e){S(t,!0)}finally{h===x&&e.removeAttribute("id")}}}return l(t.replace(H,"$1"),e,n,r)}function lt(){var t=[];return function e(i,r){return t.push(i+" ")>n.cacheLength&&delete e[t.shift()],e[i+" "]=r}}function ut(t){return t[x]=!0,t}function ht(t){var e=p.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function ct(t,e){for(var i=t.split("|"),r=i.length;r--;)n.attrHandle[i[r]]=e}function ft(t,e){var i=e&&t,n=i&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(n)return n;if(i)for(;i=i.nextSibling;)if(i===e)return-1;return t?1:-1}function pt(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function dt(t){return function(e){var i=e.nodeName.toLowerCase();return("input"===i||"button"===i)&&e.type===t}}function mt(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ot(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function gt(t){return ut(function(e){return e=+e,ut(function(i,n){for(var r,s=t([],i.length,e),o=s.length;o--;)i[r=s[o]]&&(i[r]=!(n[r]=i[r]))})})}function _t(t){return t&&void 0!==t.getElementsByTagName&&t}for(e in i=at.support={},s=at.isXML=function(t){var e=t.namespaceURI,i=(t.ownerDocument||t).documentElement;return!G.test(e||i&&i.nodeName||"HTML")},f=at.setDocument=function(t){var e,r,o=t?t.ownerDocument||t:b;return o!==p&&9===o.nodeType&&o.documentElement?(d=(p=o).documentElement,m=!s(p),b!==p&&(r=p.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener("unload",st,!1):r.attachEvent&&r.attachEvent("onunload",st)),i.attributes=ht(function(t){return t.className="i",!t.getAttribute("className")}),i.getElementsByTagName=ht(function(t){return t.appendChild(p.createComment("")),!t.getElementsByTagName("*").length}),i.getElementsByClassName=J.test(p.getElementsByClassName),i.getById=ht(function(t){return d.appendChild(t).id=x,!p.getElementsByName||!p.getElementsByName(x).length}),i.getById?(n.filter.ID=function(t){var e=t.replace(et,it);return function(t){return t.getAttribute("id")===e}},n.find.ID=function(t,e){if(void 0!==e.getElementById&&m){var i=e.getElementById(t);return i?[i]:[]}}):(n.filter.ID=function(t){var e=t.replace(et,it);return function(t){var i=void 0!==t.getAttributeNode&&t.getAttributeNode("id");return i&&i.value===e}},n.find.ID=function(t,e){if(void 0!==e.getElementById&&m){var i,n,r,s=e.getElementById(t);if(s){if((i=s.getAttributeNode("id"))&&i.value===t)return[s];for(r=e.getElementsByName(t),n=0;s=r[n++];)if((i=s.getAttributeNode("id"))&&i.value===t)return[s]}return[]}}),n.find.TAG=i.getElementsByTagName?function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):i.qsa?e.querySelectorAll(t):void 0}:function(t,e){var i,n=[],r=0,s=e.getElementsByTagName(t);if("*"===t){for(;i=s[r++];)1===i.nodeType&&n.push(i);return n}return s},n.find.CLASS=i.getElementsByClassName&&function(t,e){if(void 0!==e.getElementsByClassName&&m)return e.getElementsByClassName(t)},_=[],g=[],(i.qsa=J.test(p.querySelectorAll))&&(ht(function(t){d.appendChild(t).innerHTML="<a id='"+x+"'></a><select id='"+x+"-\r\\' msallowcapture=''><option selected=''></option></select>",t.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+j+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||g.push("\\["+j+"*(?:value|"+N+")"),t.querySelectorAll("[id~="+x+"-]").length||g.push("~="),t.querySelectorAll(":checked").length||g.push(":checked"),t.querySelectorAll("a#"+x+"+*").length||g.push(".#.+[+~]")}),ht(function(t){t.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var e=p.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&g.push("name"+j+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),d.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),g.push(",.*:")})),(i.matchesSelector=J.test(v=d.matches||d.webkitMatchesSelector||d.mozMatchesSelector||d.oMatchesSelector||d.msMatchesSelector))&&ht(function(t){i.disconnectedMatch=v.call(t,"*"),v.call(t,"[s!='']:x"),_.push("!=",q)}),g=g.length&&new RegExp(g.join("|")),_=_.length&&new RegExp(_.join("|")),e=J.test(d.compareDocumentPosition),y=e||J.test(d.contains)?function(t,e){var i=9===t.nodeType?t.documentElement:t,n=e&&e.parentNode;return t===n||!(!n||1!==n.nodeType||!(i.contains?i.contains(n):t.compareDocumentPosition&&16&t.compareDocumentPosition(n)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},O=e?function(t,e){if(t===e)return c=!0,0;var n=!t.compareDocumentPosition-!e.compareDocumentPosition;return n||(1&(n=(t.ownerDocument||t)===(e.ownerDocument||e)?t.compareDocumentPosition(e):1)||!i.sortDetached&&e.compareDocumentPosition(t)===n?t===p||t.ownerDocument===b&&y(b,t)?-1:e===p||e.ownerDocument===b&&y(b,e)?1:h?I(h,t)-I(h,e):0:4&n?-1:1)}:function(t,e){if(t===e)return c=!0,0;var i,n=0,r=t.parentNode,s=e.parentNode,o=[t],a=[e];if(!r||!s)return t===p?-1:e===p?1:r?-1:s?1:h?I(h,t)-I(h,e):0;if(r===s)return ft(t,e);for(i=t;i=i.parentNode;)o.unshift(i);for(i=e;i=i.parentNode;)a.unshift(i);for(;o[n]===a[n];)n++;return n?ft(o[n],a[n]):o[n]===b?-1:a[n]===b?1:0},p):p},at.matches=function(t,e){return at(t,null,null,e)},at.matchesSelector=function(t,e){if((t.ownerDocument||t)!==p&&f(t),i.matchesSelector&&m&&!S[e+" "]&&(!_||!_.test(e))&&(!g||!g.test(e)))try{var n=v.call(t,e);if(n||i.disconnectedMatch||t.document&&11!==t.document.nodeType)return n}catch(t){S(e,!0)}return at(e,p,null,[t]).length>0},at.contains=function(t,e){return(t.ownerDocument||t)!==p&&f(t),y(t,e)},at.attr=function(t,e){(t.ownerDocument||t)!==p&&f(t);var r=n.attrHandle[e.toLowerCase()],s=r&&A.call(n.attrHandle,e.toLowerCase())?r(t,e,!m):void 0;return void 0!==s?s:i.attributes||!m?t.getAttribute(e):(s=t.getAttributeNode(e))&&s.specified?s.value:null},at.escape=function(t){return(t+"").replace(nt,rt)},at.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},at.uniqueSort=function(t){var e,n=[],r=0,s=0;if(c=!i.detectDuplicates,h=!i.sortStable&&t.slice(0),t.sort(O),c){for(;e=t[s++];)e===t[s]&&(r=n.push(s));for(;r--;)t.splice(n[r],1)}return h=null,t},r=at.getText=function(t){var e,i="",n=0,s=t.nodeType;if(s){if(1===s||9===s||11===s){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)i+=r(t)}else if(3===s||4===s)return t.nodeValue}else for(;e=t[n++];)i+=r(e);return i},(n=at.selectors={cacheLength:50,createPseudo:ut,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(et,it),t[3]=(t[3]||t[4]||t[5]||"").replace(et,it),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||at.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&at.error(t[0]),t},PSEUDO:function(t){var e,i=!t[6]&&t[2];return V.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":i&&U.test(i)&&(e=o(i,!0))&&(e=i.indexOf(")",i.length-e)-i.length)&&(t[0]=t[0].slice(0,e),t[2]=i.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(et,it).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=C[t+" "];return e||(e=new RegExp("(^|"+j+")"+t+"("+j+"|$)"))&&C(t,function(t){return e.test("string"==typeof t.className&&t.className||void 0!==t.getAttribute&&t.getAttribute("class")||"")})},ATTR:function(t,e,i){return function(n){var r=at.attr(n,t);return null==r?"!="===e:!e||(r+="","="===e?r===i:"!="===e?r!==i:"^="===e?i&&0===r.indexOf(i):"*="===e?i&&r.indexOf(i)>-1:"$="===e?i&&r.slice(-i.length)===i:"~="===e?(" "+r.replace(z," ")+" ").indexOf(i)>-1:"|="===e&&(r===i||r.slice(0,i.length+1)===i+"-"))}},CHILD:function(t,e,i,n,r){var s="nth"!==t.slice(0,3),o="last"!==t.slice(-4),a="of-type"===e;return 1===n&&0===r?function(t){return!!t.parentNode}:function(e,i,l){var u,h,c,f,p,d,m=s!==o?"nextSibling":"previousSibling",g=e.parentNode,_=a&&e.nodeName.toLowerCase(),v=!l&&!a,y=!1;if(g){if(s){for(;m;){for(f=e;f=f[m];)if(a?f.nodeName.toLowerCase()===_:1===f.nodeType)return!1;d=m="only"===t&&!d&&"nextSibling"}return!0}if(d=[o?g.firstChild:g.lastChild],o&&v){for(y=(p=(u=(h=(c=(f=g)[x]||(f[x]={}))[f.uniqueID]||(c[f.uniqueID]={}))[t]||[])[0]===T&&u[1])&&u[2],f=p&&g.childNodes[p];f=++p&&f&&f[m]||(y=p=0)||d.pop();)if(1===f.nodeType&&++y&&f===e){h[t]=[T,p,y];break}}else if(v&&(y=p=(u=(h=(c=(f=e)[x]||(f[x]={}))[f.uniqueID]||(c[f.uniqueID]={}))[t]||[])[0]===T&&u[1]),!1===y)for(;(f=++p&&f&&f[m]||(y=p=0)||d.pop())&&((a?f.nodeName.toLowerCase()!==_:1!==f.nodeType)||!++y||(v&&((h=(c=f[x]||(f[x]={}))[f.uniqueID]||(c[f.uniqueID]={}))[t]=[T,y]),f!==e)););return(y-=r)===n||y%n==0&&y/n>=0}}},PSEUDO:function(t,e){var i,r=n.pseudos[t]||n.setFilters[t.toLowerCase()]||at.error("unsupported pseudo: "+t);return r[x]?r(e):r.length>1?(i=[t,t,"",e],n.setFilters.hasOwnProperty(t.toLowerCase())?ut(function(t,i){for(var n,s=r(t,e),o=s.length;o--;)t[n=I(t,s[o])]=!(i[n]=s[o])}):function(t){return r(t,0,i)}):r}},pseudos:{not:ut(function(t){var e=[],i=[],n=a(t.replace(H,"$1"));return n[x]?ut(function(t,e,i,r){for(var s,o=n(t,null,r,[]),a=t.length;a--;)(s=o[a])&&(t[a]=!(e[a]=s))}):function(t,r,s){return e[0]=t,n(e,null,s,i),e[0]=null,!i.pop()}}),has:ut(function(t){return function(e){return at(t,e).length>0}}),contains:ut(function(t){return t=t.replace(et,it),function(e){return(e.textContent||r(e)).indexOf(t)>-1}}),lang:ut(function(t){return $.test(t||"")||at.error("unsupported lang: "+t),t=t.replace(et,it).toLowerCase(),function(e){var i;do{if(i=m?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(i=i.toLowerCase())===t||0===i.indexOf(t+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var i=t.location&&t.location.hash;return i&&i.slice(1)===e.id},root:function(t){return t===d},focus:function(t){return t===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:mt(!1),disabled:mt(!0),checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!n.pseudos.empty(t)},header:function(t){return Q.test(t.nodeName)},input:function(t){return Z.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:gt(function(){return[0]}),last:gt(function(t,e){return[e-1]}),eq:gt(function(t,e,i){return[i<0?i+e:i]}),even:gt(function(t,e){for(var i=0;i<e;i+=2)t.push(i);return t}),odd:gt(function(t,e){for(var i=1;i<e;i+=2)t.push(i);return t}),lt:gt(function(t,e,i){for(var n=i<0?i+e:i>e?e:i;--n>=0;)t.push(n);return t}),gt:gt(function(t,e,i){for(var n=i<0?i+e:i;++n<e;)t.push(n);return t})}}).pseudos.nth=n.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})n.pseudos[e]=pt(e);for(e in{submit:!0,reset:!0})n.pseudos[e]=dt(e);function vt(){}function yt(t){for(var e=0,i=t.length,n="";e<i;e++)n+=t[e].value;return n}function xt(t,e,i){var n=e.dir,r=e.next,s=r||n,o=i&&"parentNode"===s,a=w++;return e.first?function(e,i,r){for(;e=e[n];)if(1===e.nodeType||o)return t(e,i,r);return!1}:function(e,i,l){var u,h,c,f=[T,a];if(l){for(;e=e[n];)if((1===e.nodeType||o)&&t(e,i,l))return!0}else for(;e=e[n];)if(1===e.nodeType||o)if(h=(c=e[x]||(e[x]={}))[e.uniqueID]||(c[e.uniqueID]={}),r&&r===e.nodeName.toLowerCase())e=e[n]||e;else{if((u=h[s])&&u[0]===T&&u[1]===a)return f[2]=u[2];if(h[s]=f,f[2]=t(e,i,l))return!0}return!1}}function bt(t){return t.length>1?function(e,i,n){for(var r=t.length;r--;)if(!t[r](e,i,n))return!1;return!0}:t[0]}function Tt(t,e,i,n,r){for(var s,o=[],a=0,l=t.length,u=null!=e;a<l;a++)(s=t[a])&&(i&&!i(s,n,r)||(o.push(s),u&&e.push(a)));return o}function wt(t,e,i,n,r,s){return n&&!n[x]&&(n=wt(n)),r&&!r[x]&&(r=wt(r,s)),ut(function(s,o,a,l){var u,h,c,f=[],p=[],d=o.length,m=s||function(t,e,i){for(var n=0,r=e.length;n<r;n++)at(t,e[n],i);return i}(e||"*",a.nodeType?[a]:a,[]),g=!t||!s&&e?m:Tt(m,f,t,a,l),_=i?r||(s?t:d||n)?[]:o:g;if(i&&i(g,_,a,l),n)for(u=Tt(_,p),n(u,[],a,l),h=u.length;h--;)(c=u[h])&&(_[p[h]]=!(g[p[h]]=c));if(s){if(r||t){if(r){for(u=[],h=_.length;h--;)(c=_[h])&&u.push(g[h]=c);r(null,_=[],u,l)}for(h=_.length;h--;)(c=_[h])&&(u=r?I(s,c):f[h])>-1&&(s[u]=!(o[u]=c))}}else _=Tt(_===o?_.splice(d,_.length):_),r?r(null,o,_,l):M.apply(o,_)})}function Ct(t){for(var e,i,r,s=t.length,o=n.relative[t[0].type],a=o||n.relative[" "],l=o?1:0,h=xt(function(t){return t===e},a,!0),c=xt(function(t){return I(e,t)>-1},a,!0),f=[function(t,i,n){var r=!o&&(n||i!==u)||((e=i).nodeType?h(t,i,n):c(t,i,n));return e=null,r}];l<s;l++)if(i=n.relative[t[l].type])f=[xt(bt(f),i)];else{if((i=n.filter[t[l].type].apply(null,t[l].matches))[x]){for(r=++l;r<s&&!n.relative[t[r].type];r++);return wt(l>1&&bt(f),l>1&&yt(t.slice(0,l-1).concat({value:" "===t[l-2].type?"*":""})).replace(H,"$1"),i,l<r&&Ct(t.slice(l,r)),r<s&&Ct(t=t.slice(r)),r<s&&yt(t))}f.push(i)}return bt(f)}return vt.prototype=n.filters=n.pseudos,n.setFilters=new vt,o=at.tokenize=function(t,e){var i,r,s,o,a,l,u,h=P[t+" "];if(h)return e?0:h.slice(0);for(a=t,l=[],u=n.preFilter;a;){for(o in i&&!(r=X.exec(a))||(r&&(a=a.slice(r[0].length)||a),l.push(s=[])),i=!1,(r=W.exec(a))&&(i=r.shift(),s.push({value:i,type:r[0].replace(H," ")}),a=a.slice(i.length)),n.filter)!(r=V[o].exec(a))||u[o]&&!(r=u[o](r))||(i=r.shift(),s.push({value:i,type:o,matches:r}),a=a.slice(i.length));if(!i)break}return e?a.length:a?at.error(t):P(t,l).slice(0)},a=at.compile=function(t,e){var i,r=[],s=[],a=k[t+" "];if(!a){for(e||(e=o(t)),i=e.length;i--;)(a=Ct(e[i]))[x]?r.push(a):s.push(a);(a=k(t,function(t,e){var i=e.length>0,r=t.length>0,s=function(s,o,a,l,h){var c,d,g,_=0,v="0",y=s&&[],x=[],b=u,w=s||r&&n.find.TAG("*",h),C=T+=null==b?1:Math.random()||.1,P=w.length;for(h&&(u=o===p||o||h);v!==P&&null!=(c=w[v]);v++){if(r&&c){for(d=0,o||c.ownerDocument===p||(f(c),a=!m);g=t[d++];)if(g(c,o||p,a)){l.push(c);break}h&&(T=C)}i&&((c=!g&&c)&&_--,s&&y.push(c))}if(_+=v,i&&v!==_){for(d=0;g=e[d++];)g(y,x,o,a);if(s){if(_>0)for(;v--;)y[v]||x[v]||(x[v]=D.call(l));x=Tt(x)}M.apply(l,x),h&&!s&&x.length>0&&_+e.length>1&&at.uniqueSort(l)}return h&&(T=C,u=b),y};return i?ut(s):s}(s,r))).selector=t}return a},l=at.select=function(t,e,i,r){var s,l,u,h,c,f="function"==typeof t&&t,p=!r&&o(t=f.selector||t);if(i=i||[],1===p.length){if((l=p[0]=p[0].slice(0)).length>2&&"ID"===(u=l[0]).type&&9===e.nodeType&&m&&n.relative[l[1].type]){if(!(e=(n.find.ID(u.matches[0].replace(et,it),e)||[])[0]))return i;f&&(e=e.parentNode),t=t.slice(l.shift().value.length)}for(s=V.needsContext.test(t)?0:l.length;s--&&(u=l[s],!n.relative[h=u.type]);)if((c=n.find[h])&&(r=c(u.matches[0].replace(et,it),tt.test(l[0].type)&&_t(e.parentNode)||e))){if(l.splice(s,1),!(t=r.length&&yt(l)))return M.apply(i,r),i;break}}return(f||a(t,p))(r,e,!m,i,!e||tt.test(t)&&_t(e.parentNode)||e),i},i.sortStable=x.split("").sort(O).join("")===x,i.detectDuplicates=!!c,f(),i.sortDetached=ht(function(t){return 1&t.compareDocumentPosition(p.createElement("fieldset"))}),ht(function(t){return t.innerHTML="<a href='#'></a>","#"===t.firstChild.getAttribute("href")})||ct("type|href|height|width",function(t,e,i){if(!i)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)}),i.attributes&&ht(function(t){return t.innerHTML="<input/>",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")})||ct("value",function(t,e,i){if(!i&&"input"===t.nodeName.toLowerCase())return t.defaultValue}),ht(function(t){return null==t.getAttribute("disabled")})||ct(N,function(t,e,i){var n;if(!i)return!0===t[e]?e.toLowerCase():(n=t.getAttributeNode(e))&&n.specified?n.value:null}),at}(i);w.find=k,w.expr=k.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=k.uniqueSort,w.text=k.getText,w.isXMLDoc=k.isXML,w.contains=k.contains,w.escapeSelector=k.escape;var S=function(t,e,i){for(var n=[],r=void 0!==i;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(r&&w(t).is(i))break;n.push(t)}return n},O=function(t,e){for(var i=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&i.push(t);return i},A=w.expr.match.needsContext;function E(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}var D=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function R(t,e,i){return v(e)?w.grep(t,function(t,n){return!!e.call(t,n,t)!==i}):e.nodeType?w.grep(t,function(t){return t===e!==i}):"string"!=typeof e?w.grep(t,function(t){return c.call(e,t)>-1!==i}):w.filter(e,t,i)}w.filter=function(t,e,i){var n=e[0];return i&&(t=":not("+t+")"),1===e.length&&1===n.nodeType?w.find.matchesSelector(n,t)?[n]:[]:w.find.matches(t,w.grep(e,function(t){return 1===t.nodeType}))},w.fn.extend({find:function(t){var e,i,n=this.length,r=this;if("string"!=typeof t)return this.pushStack(w(t).filter(function(){for(e=0;e<n;e++)if(w.contains(r[e],this))return!0}));for(i=this.pushStack([]),e=0;e<n;e++)w.find(t,r[e],i);return n>1?w.uniqueSort(i):i},filter:function(t){return this.pushStack(R(this,t||[],!1))},not:function(t){return this.pushStack(R(this,t||[],!0))},is:function(t){return!!R(this,"string"==typeof t&&A.test(t)?w(t):t||[],!1).length}});var M,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(t,e,i){var n,r;if(!t)return this;if(i=i||M,"string"==typeof t){if(!(n="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:L.exec(t))||!n[1]&&e)return!e||e.jquery?(e||i).find(t):this.constructor(e).find(t);if(n[1]){if(e=e instanceof w?e[0]:e,w.merge(this,w.parseHTML(n[1],e&&e.nodeType?e.ownerDocument||e:o,!0)),D.test(n[1])&&w.isPlainObject(e))for(n in e)v(this[n])?this[n](e[n]):this.attr(n,e[n]);return this}return(r=o.getElementById(n[2]))&&(this[0]=r,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):v(t)?void 0!==i.ready?i.ready(t):t(w):w.makeArray(t,this)}).prototype=w.fn,M=w(o);var I=/^(?:parents|prev(?:Until|All))/,N={children:!0,contents:!0,next:!0,prev:!0};function j(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}w.fn.extend({has:function(t){var e=w(t,this),i=e.length;return this.filter(function(){for(var t=0;t<i;t++)if(w.contains(this,e[t]))return!0})},closest:function(t,e){var i,n=0,r=this.length,s=[],o="string"!=typeof t&&w(t);if(!A.test(t))for(;n<r;n++)for(i=this[n];i&&i!==e;i=i.parentNode)if(i.nodeType<11&&(o?o.index(i)>-1:1===i.nodeType&&w.find.matchesSelector(i,t))){s.push(i);break}return this.pushStack(s.length>1?w.uniqueSort(s):s)},index:function(t){return t?"string"==typeof t?c.call(w(t),this[0]):c.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),w.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return S(t,"parentNode")},parentsUntil:function(t,e,i){return S(t,"parentNode",i)},next:function(t){return j(t,"nextSibling")},prev:function(t){return j(t,"previousSibling")},nextAll:function(t){return S(t,"nextSibling")},prevAll:function(t){return S(t,"previousSibling")},nextUntil:function(t,e,i){return S(t,"nextSibling",i)},prevUntil:function(t,e,i){return S(t,"previousSibling",i)},siblings:function(t){return O((t.parentNode||{}).firstChild,t)},children:function(t){return O(t.firstChild)},contents:function(t){return void 0!==t.contentDocument?t.contentDocument:(E(t,"template")&&(t=t.content||t),w.merge([],t.childNodes))}},function(t,e){w.fn[t]=function(i,n){var r=w.map(this,e,i);return"Until"!==t.slice(-5)&&(n=i),n&&"string"==typeof n&&(r=w.filter(n,r)),this.length>1&&(N[t]||w.uniqueSort(r),I.test(t)&&r.reverse()),this.pushStack(r)}});var B=/[^\x20\t\r\n\f]+/g;function F(t){return t}function q(t){throw t}function z(t,e,i,n){var r;try{t&&v(r=t.promise)?r.call(t).done(e).fail(i):t&&v(r=t.then)?r.call(t,e,i):e.apply(void 0,[t].slice(n))}catch(t){i.apply(void 0,[t])}}w.Callbacks=function(t){t="string"==typeof t?function(t){var e={};return w.each(t.match(B)||[],function(t,i){e[i]=!0}),e}(t):w.extend({},t);var e,i,n,r,s=[],o=[],a=-1,l=function(){for(r=r||t.once,n=e=!0;o.length;a=-1)for(i=o.shift();++a<s.length;)!1===s[a].apply(i[0],i[1])&&t.stopOnFalse&&(a=s.length,i=!1);t.memory||(i=!1),e=!1,r&&(s=i?[]:"")},u={add:function(){return s&&(i&&!e&&(a=s.length-1,o.push(i)),function e(i){w.each(i,function(i,n){v(n)?t.unique&&u.has(n)||s.push(n):n&&n.length&&"string"!==T(n)&&e(n)})}(arguments),i&&!e&&l()),this},remove:function(){return w.each(arguments,function(t,e){for(var i;(i=w.inArray(e,s,i))>-1;)s.splice(i,1),i<=a&&a--}),this},has:function(t){return t?w.inArray(t,s)>-1:s.length>0},empty:function(){return s&&(s=[]),this},disable:function(){return r=o=[],s=i="",this},disabled:function(){return!s},lock:function(){return r=o=[],i||e||(s=i=""),this},locked:function(){return!!r},fireWith:function(t,i){return r||(i=[t,(i=i||[]).slice?i.slice():i],o.push(i),e||l()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!n}};return u},w.extend({Deferred:function(t){var e=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],n="pending",r={state:function(){return n},always:function(){return s.done(arguments).fail(arguments),this},catch:function(t){return r.then(null,t)},pipe:function(){var t=arguments;return w.Deferred(function(i){w.each(e,function(e,n){var r=v(t[n[4]])&&t[n[4]];s[n[1]](function(){var t=r&&r.apply(this,arguments);t&&v(t.promise)?t.promise().progress(i.notify).done(i.resolve).fail(i.reject):i[n[0]+"With"](this,r?[t]:arguments)})}),t=null}).promise()},then:function(t,n,r){var s=0;function o(t,e,n,r){return function(){var a=this,l=arguments,u=function(){var i,u;if(!(t<s)){if((i=n.apply(a,l))===e.promise())throw new TypeError("Thenable self-resolution");u=i&&("object"==typeof i||"function"==typeof i)&&i.then,v(u)?r?u.call(i,o(s,e,F,r),o(s,e,q,r)):(s++,u.call(i,o(s,e,F,r),o(s,e,q,r),o(s,e,F,e.notifyWith))):(n!==F&&(a=void 0,l=[i]),(r||e.resolveWith)(a,l))}},h=r?u:function(){try{u()}catch(i){w.Deferred.exceptionHook&&w.Deferred.exceptionHook(i,h.stackTrace),t+1>=s&&(n!==q&&(a=void 0,l=[i]),e.rejectWith(a,l))}};t?h():(w.Deferred.getStackHook&&(h.stackTrace=w.Deferred.getStackHook()),i.setTimeout(h))}}return w.Deferred(function(i){e[0][3].add(o(0,i,v(r)?r:F,i.notifyWith)),e[1][3].add(o(0,i,v(t)?t:F)),e[2][3].add(o(0,i,v(n)?n:q))}).promise()},promise:function(t){return null!=t?w.extend(t,r):r}},s={};return w.each(e,function(t,i){var o=i[2],a=i[5];r[i[1]]=o.add,a&&o.add(function(){n=a},e[3-t][2].disable,e[3-t][3].disable,e[0][2].lock,e[0][3].lock),o.add(i[3].fire),s[i[0]]=function(){return s[i[0]+"With"](this===s?void 0:this,arguments),this},s[i[0]+"With"]=o.fireWith}),r.promise(s),t&&t.call(s,s),s},when:function(t){var e=arguments.length,i=e,n=Array(i),r=l.call(arguments),s=w.Deferred(),o=function(t){return function(i){n[t]=this,r[t]=arguments.length>1?l.call(arguments):i,--e||s.resolveWith(n,r)}};if(e<=1&&(z(t,s.done(o(i)).resolve,s.reject,!e),"pending"===s.state()||v(r[i]&&r[i].then)))return s.then();for(;i--;)z(r[i],o(i),s.reject);return s.promise()}});var H=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,e){i.console&&i.console.warn&&t&&H.test(t.name)&&i.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},w.readyException=function(t){i.setTimeout(function(){throw t})};var X=w.Deferred();function W(){o.removeEventListener("DOMContentLoaded",W),i.removeEventListener("load",W),w.ready()}w.fn.ready=function(t){return X.then(t).catch(function(t){w.readyException(t)}),this},w.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==t&&--w.readyWait>0||X.resolveWith(o,[w]))}}),w.ready.then=X.then,"complete"===o.readyState||"loading"!==o.readyState&&!o.documentElement.doScroll?i.setTimeout(w.ready):(o.addEventListener("DOMContentLoaded",W),i.addEventListener("load",W));var Y=function(t,e,i,n,r,s,o){var a=0,l=t.length,u=null==i;if("object"===T(i))for(a in r=!0,i)Y(t,e,a,i[a],!0,s,o);else if(void 0!==n&&(r=!0,v(n)||(o=!0),u&&(o?(e.call(t,n),e=null):(u=e,e=function(t,e,i){return u.call(w(t),i)})),e))for(;a<l;a++)e(t[a],i,o?n:n.call(t[a],a,e(t[a],i)));return r?t:u?e.call(t):l?e(t[0],i):s},U=/^-ms-/,$=/-([a-z])/g;function V(t,e){return e.toUpperCase()}function G(t){return t.replace(U,"ms-").replace($,V)}var Z=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};function Q(){this.expando=w.expando+Q.uid++}Q.uid=1,Q.prototype={cache:function(t){var e=t[this.expando];return e||(e={},Z(t)&&(t.nodeType?t[this.expando]=e:Object.defineProperty(t,this.expando,{value:e,configurable:!0}))),e},set:function(t,e,i){var n,r=this.cache(t);if("string"==typeof e)r[G(e)]=i;else for(n in e)r[G(n)]=e[n];return r},get:function(t,e){return void 0===e?this.cache(t):t[this.expando]&&t[this.expando][G(e)]},access:function(t,e,i){return void 0===e||e&&"string"==typeof e&&void 0===i?this.get(t,e):(this.set(t,e,i),void 0!==i?i:e)},remove:function(t,e){var i,n=t[this.expando];if(void 0!==n){if(void 0!==e){i=(e=Array.isArray(e)?e.map(G):(e=G(e))in n?[e]:e.match(B)||[]).length;for(;i--;)delete n[e[i]]}(void 0===e||w.isEmptyObject(n))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var e=t[this.expando];return void 0!==e&&!w.isEmptyObject(e)}};var J=new Q,K=new Q,tt=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,et=/[A-Z]/g;function it(t,e,i){var n;if(void 0===i&&1===t.nodeType)if(n="data-"+e.replace(et,"-$&").toLowerCase(),"string"==typeof(i=t.getAttribute(n))){try{i=function(t){return"true"===t||"false"!==t&&("null"===t?null:t===+t+""?+t:tt.test(t)?JSON.parse(t):t)}(i)}catch(t){}K.set(t,e,i)}else i=void 0;return i}w.extend({hasData:function(t){return K.hasData(t)||J.hasData(t)},data:function(t,e,i){return K.access(t,e,i)},removeData:function(t,e){K.remove(t,e)},_data:function(t,e,i){return J.access(t,e,i)},_removeData:function(t,e){J.remove(t,e)}}),w.fn.extend({data:function(t,e){var i,n,r,s=this[0],o=s&&s.attributes;if(void 0===t){if(this.length&&(r=K.get(s),1===s.nodeType&&!J.get(s,"hasDataAttrs"))){for(i=o.length;i--;)o[i]&&0===(n=o[i].name).indexOf("data-")&&(n=G(n.slice(5)),it(s,n,r[n]));J.set(s,"hasDataAttrs",!0)}return r}return"object"==typeof t?this.each(function(){K.set(this,t)}):Y(this,function(e){var i;if(s&&void 0===e)return void 0!==(i=K.get(s,t))?i:void 0!==(i=it(s,t))?i:void 0;this.each(function(){K.set(this,t,e)})},null,e,arguments.length>1,null,!0)},removeData:function(t){return this.each(function(){K.remove(this,t)})}}),w.extend({queue:function(t,e,i){var n;if(t)return e=(e||"fx")+"queue",n=J.get(t,e),i&&(!n||Array.isArray(i)?n=J.access(t,e,w.makeArray(i)):n.push(i)),n||[]},dequeue:function(t,e){e=e||"fx";var i=w.queue(t,e),n=i.length,r=i.shift(),s=w._queueHooks(t,e);"inprogress"===r&&(r=i.shift(),n--),r&&("fx"===e&&i.unshift("inprogress"),delete s.stop,r.call(t,function(){w.dequeue(t,e)},s)),!n&&s&&s.empty.fire()},_queueHooks:function(t,e){var i=e+"queueHooks";return J.get(t,i)||J.access(t,i,{empty:w.Callbacks("once memory").add(function(){J.remove(t,[e+"queue",i])})})}}),w.fn.extend({queue:function(t,e){var i=2;return"string"!=typeof t&&(e=t,t="fx",i--),arguments.length<i?w.queue(this[0],t):void 0===e?this:this.each(function(){var i=w.queue(this,t,e);w._queueHooks(this,t),"fx"===t&&"inprogress"!==i[0]&&w.dequeue(this,t)})},dequeue:function(t){return this.each(function(){w.dequeue(this,t)})},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,e){var i,n=1,r=w.Deferred(),s=this,o=this.length,a=function(){--n||r.resolveWith(s,[s])};for("string"!=typeof t&&(e=t,t=void 0),t=t||"fx";o--;)(i=J.get(s[o],t+"queueHooks"))&&i.empty&&(n++,i.empty.add(a));return a(),r.promise(e)}});var nt=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,rt=new RegExp("^(?:([+-])=|)("+nt+")([a-z%]*)$","i"),st=["Top","Right","Bottom","Left"],ot=o.documentElement,at=function(t){return w.contains(t.ownerDocument,t)},lt={composed:!0};ot.getRootNode&&(at=function(t){return w.contains(t.ownerDocument,t)||t.getRootNode(lt)===t.ownerDocument});var ut=function(t,e){return"none"===(t=e||t).style.display||""===t.style.display&&at(t)&&"none"===w.css(t,"display")},ht=function(t,e,i,n){var r,s,o={};for(s in e)o[s]=t.style[s],t.style[s]=e[s];for(s in r=i.apply(t,n||[]),e)t.style[s]=o[s];return r};function ct(t,e,i,n){var r,s,o=20,a=n?function(){return n.cur()}:function(){return w.css(t,e,"")},l=a(),u=i&&i[3]||(w.cssNumber[e]?"":"px"),h=t.nodeType&&(w.cssNumber[e]||"px"!==u&&+l)&&rt.exec(w.css(t,e));if(h&&h[3]!==u){for(l/=2,u=u||h[3],h=+l||1;o--;)w.style(t,e,h+u),(1-s)*(1-(s=a()/l||.5))<=0&&(o=0),h/=s;h*=2,w.style(t,e,h+u),i=i||[]}return i&&(h=+h||+l||0,r=i[1]?h+(i[1]+1)*i[2]:+i[2],n&&(n.unit=u,n.start=h,n.end=r)),r}var ft={};function pt(t){var e,i=t.ownerDocument,n=t.nodeName,r=ft[n];return r||(e=i.body.appendChild(i.createElement(n)),r=w.css(e,"display"),e.parentNode.removeChild(e),"none"===r&&(r="block"),ft[n]=r,r)}function dt(t,e){for(var i,n,r=[],s=0,o=t.length;s<o;s++)(n=t[s]).style&&(i=n.style.display,e?("none"===i&&(r[s]=J.get(n,"display")||null,r[s]||(n.style.display="")),""===n.style.display&&ut(n)&&(r[s]=pt(n))):"none"!==i&&(r[s]="none",J.set(n,"display",i)));for(s=0;s<o;s++)null!=r[s]&&(t[s].style.display=r[s]);return t}w.fn.extend({show:function(){return dt(this,!0)},hide:function(){return dt(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each(function(){ut(this)?w(this).show():w(this).hide()})}});var mt=/^(?:checkbox|radio)$/i,gt=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,_t=/^$|^module$|\/(?:java|ecma)script/i,vt={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function yt(t,e){var i;return i=void 0!==t.getElementsByTagName?t.getElementsByTagName(e||"*"):void 0!==t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&E(t,e)?w.merge([t],i):i}function xt(t,e){for(var i=0,n=t.length;i<n;i++)J.set(t[i],"globalEval",!e||J.get(e[i],"globalEval"))}vt.optgroup=vt.option,vt.tbody=vt.tfoot=vt.colgroup=vt.caption=vt.thead,vt.th=vt.td;var bt,Tt,wt=/<|&#?\w+;/;function Ct(t,e,i,n,r){for(var s,o,a,l,u,h,c=e.createDocumentFragment(),f=[],p=0,d=t.length;p<d;p++)if((s=t[p])||0===s)if("object"===T(s))w.merge(f,s.nodeType?[s]:s);else if(wt.test(s)){for(o=o||c.appendChild(e.createElement("div")),a=(gt.exec(s)||["",""])[1].toLowerCase(),l=vt[a]||vt._default,o.innerHTML=l[1]+w.htmlPrefilter(s)+l[2],h=l[0];h--;)o=o.lastChild;w.merge(f,o.childNodes),(o=c.firstChild).textContent=""}else f.push(e.createTextNode(s));for(c.textContent="",p=0;s=f[p++];)if(n&&w.inArray(s,n)>-1)r&&r.push(s);else if(u=at(s),o=yt(c.appendChild(s),"script"),u&&xt(o),i)for(h=0;s=o[h++];)_t.test(s.type||"")&&i.push(s);return c}bt=o.createDocumentFragment().appendChild(o.createElement("div")),(Tt=o.createElement("input")).setAttribute("type","radio"),Tt.setAttribute("checked","checked"),Tt.setAttribute("name","t"),bt.appendChild(Tt),_.checkClone=bt.cloneNode(!0).cloneNode(!0).lastChild.checked,bt.innerHTML="<textarea>x</textarea>",_.noCloneChecked=!!bt.cloneNode(!0).lastChild.defaultValue;var Pt=/^key/,kt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,St=/^([^.]*)(?:\.(.+)|)/;function Ot(){return!0}function At(){return!1}function Et(t,e){return t===function(){try{return o.activeElement}catch(t){}}()==("focus"===e)}function Dt(t,e,i,n,r,s){var o,a;if("object"==typeof e){for(a in"string"!=typeof i&&(n=n||i,i=void 0),e)Dt(t,a,i,n,e[a],s);return t}if(null==n&&null==r?(r=i,n=i=void 0):null==r&&("string"==typeof i?(r=n,n=void 0):(r=n,n=i,i=void 0)),!1===r)r=At;else if(!r)return t;return 1===s&&(o=r,(r=function(t){return w().off(t),o.apply(this,arguments)}).guid=o.guid||(o.guid=w.guid++)),t.each(function(){w.event.add(this,e,r,n,i)})}function Rt(t,e,i){i?(J.set(t,e,!1),w.event.add(t,e,{namespace:!1,handler:function(t){var n,r,s=J.get(this,e);if(1&t.isTrigger&&this[e]){if(s.length)(w.event.special[e]||{}).delegateType&&t.stopPropagation();else if(s=l.call(arguments),J.set(this,e,s),n=i(this,e),this[e](),s!==(r=J.get(this,e))||n?J.set(this,e,!1):r={},s!==r)return t.stopImmediatePropagation(),t.preventDefault(),r.value}else s.length&&(J.set(this,e,{value:w.event.trigger(w.extend(s[0],w.Event.prototype),s.slice(1),this)}),t.stopImmediatePropagation())}})):void 0===J.get(t,e)&&w.event.add(t,e,Ot)}w.event={global:{},add:function(t,e,i,n,r){var s,o,a,l,u,h,c,f,p,d,m,g=J.get(t);if(g)for(i.handler&&(i=(s=i).handler,r=s.selector),r&&w.find.matchesSelector(ot,r),i.guid||(i.guid=w.guid++),(l=g.events)||(l=g.events={}),(o=g.handle)||(o=g.handle=function(e){return void 0!==w&&w.event.triggered!==e.type?w.event.dispatch.apply(t,arguments):void 0}),u=(e=(e||"").match(B)||[""]).length;u--;)p=m=(a=St.exec(e[u])||[])[1],d=(a[2]||"").split(".").sort(),p&&(c=w.event.special[p]||{},p=(r?c.delegateType:c.bindType)||p,c=w.event.special[p]||{},h=w.extend({type:p,origType:m,data:n,handler:i,guid:i.guid,selector:r,needsContext:r&&w.expr.match.needsContext.test(r),namespace:d.join(".")},s),(f=l[p])||((f=l[p]=[]).delegateCount=0,c.setup&&!1!==c.setup.call(t,n,d,o)||t.addEventListener&&t.addEventListener(p,o)),c.add&&(c.add.call(t,h),h.handler.guid||(h.handler.guid=i.guid)),r?f.splice(f.delegateCount++,0,h):f.push(h),w.event.global[p]=!0)},remove:function(t,e,i,n,r){var s,o,a,l,u,h,c,f,p,d,m,g=J.hasData(t)&&J.get(t);if(g&&(l=g.events)){for(u=(e=(e||"").match(B)||[""]).length;u--;)if(p=m=(a=St.exec(e[u])||[])[1],d=(a[2]||"").split(".").sort(),p){for(c=w.event.special[p]||{},f=l[p=(n?c.delegateType:c.bindType)||p]||[],a=a[2]&&new RegExp("(^|\\.)"+d.join("\\.(?:.*\\.|)")+"(\\.|$)"),o=s=f.length;s--;)h=f[s],!r&&m!==h.origType||i&&i.guid!==h.guid||a&&!a.test(h.namespace)||n&&n!==h.selector&&("**"!==n||!h.selector)||(f.splice(s,1),h.selector&&f.delegateCount--,c.remove&&c.remove.call(t,h));o&&!f.length&&(c.teardown&&!1!==c.teardown.call(t,d,g.handle)||w.removeEvent(t,p,g.handle),delete l[p])}else for(p in l)w.event.remove(t,p+e[u],i,n,!0);w.isEmptyObject(l)&&J.remove(t,"handle events")}},dispatch:function(t){var e,i,n,r,s,o,a=w.event.fix(t),l=new Array(arguments.length),u=(J.get(this,"events")||{})[a.type]||[],h=w.event.special[a.type]||{};for(l[0]=a,e=1;e<arguments.length;e++)l[e]=arguments[e];if(a.delegateTarget=this,!h.preDispatch||!1!==h.preDispatch.call(this,a)){for(o=w.event.handlers.call(this,a,u),e=0;(r=o[e++])&&!a.isPropagationStopped();)for(a.currentTarget=r.elem,i=0;(s=r.handlers[i++])&&!a.isImmediatePropagationStopped();)a.rnamespace&&!1!==s.namespace&&!a.rnamespace.test(s.namespace)||(a.handleObj=s,a.data=s.data,void 0!==(n=((w.event.special[s.origType]||{}).handle||s.handler).apply(r.elem,l))&&!1===(a.result=n)&&(a.preventDefault(),a.stopPropagation()));return h.postDispatch&&h.postDispatch.call(this,a),a.result}},handlers:function(t,e){var i,n,r,s,o,a=[],l=e.delegateCount,u=t.target;if(l&&u.nodeType&&!("click"===t.type&&t.button>=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==t.type||!0!==u.disabled)){for(s=[],o={},i=0;i<l;i++)void 0===o[r=(n=e[i]).selector+" "]&&(o[r]=n.needsContext?w(r,this).index(u)>-1:w.find(r,this,null,[u]).length),o[r]&&s.push(n);s.length&&a.push({elem:u,handlers:s})}return u=this,l<e.length&&a.push({elem:u,handlers:e.slice(l)}),a},addProp:function(t,e){Object.defineProperty(w.Event.prototype,t,{enumerable:!0,configurable:!0,get:v(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(t){return t[w.expando]?t:new w.Event(t)},special:{load:{noBubble:!0},click:{setup:function(t){var e=this||t;return mt.test(e.type)&&e.click&&E(e,"input")&&Rt(e,"click",Ot),!1},trigger:function(t){var e=this||t;return mt.test(e.type)&&e.click&&E(e,"input")&&Rt(e,"click"),!0},_default:function(t){var e=t.target;return mt.test(e.type)&&e.click&&E(e,"input")&&J.get(e,"click")||E(e,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},w.removeEvent=function(t,e,i){t.removeEventListener&&t.removeEventListener(e,i)},w.Event=function(t,e){if(!(this instanceof w.Event))return new w.Event(t,e);t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&!1===t.returnValue?Ot:At,this.target=t.target&&3===t.target.nodeType?t.target.parentNode:t.target,this.currentTarget=t.currentTarget,this.relatedTarget=t.relatedTarget):this.type=t,e&&w.extend(this,e),this.timeStamp=t&&t.timeStamp||Date.now(),this[w.expando]=!0},w.Event.prototype={constructor:w.Event,isDefaultPrevented:At,isPropagationStopped:At,isImmediatePropagationStopped:At,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=Ot,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=Ot,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=Ot,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},w.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(t){var e=t.button;return null==t.which&&Pt.test(t.type)?null!=t.charCode?t.charCode:t.keyCode:!t.which&&void 0!==e&&kt.test(t.type)?1&e?1:2&e?3:4&e?2:0:t.which}},w.event.addProp),w.each({focus:"focusin",blur:"focusout"},function(t,e){w.event.special[t]={setup:function(){return Rt(this,t,Et),!1},trigger:function(){return Rt(this,t),!0},delegateType:e}}),w.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(t,e){w.event.special[t]={delegateType:e,bindType:e,handle:function(t){var i,n=t.relatedTarget,r=t.handleObj;return n&&(n===this||w.contains(this,n))||(t.type=r.origType,i=r.handler.apply(this,arguments),t.type=e),i}}}),w.fn.extend({on:function(t,e,i,n){return Dt(this,t,e,i,n)},one:function(t,e,i,n){return Dt(this,t,e,i,n,1)},off:function(t,e,i){var n,r;if(t&&t.preventDefault&&t.handleObj)return n=t.handleObj,w(t.delegateTarget).off(n.namespace?n.origType+"."+n.namespace:n.origType,n.selector,n.handler),this;if("object"==typeof t){for(r in t)this.off(r,e,t[r]);return this}return!1!==e&&"function"!=typeof e||(i=e,e=void 0),!1===i&&(i=At),this.each(function(){w.event.remove(this,t,i,e)})}});var Mt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Lt=/<script|<style|<link/i,It=/checked\s*(?:[^=]|=\s*.checked.)/i,Nt=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function jt(t,e){return E(t,"table")&&E(11!==e.nodeType?e:e.firstChild,"tr")&&w(t).children("tbody")[0]||t}function Bt(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function Ft(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function qt(t,e){var i,n,r,s,o,a,l,u;if(1===e.nodeType){if(J.hasData(t)&&(s=J.access(t),o=J.set(e,s),u=s.events))for(r in delete o.handle,o.events={},u)for(i=0,n=u[r].length;i<n;i++)w.event.add(e,r,u[r][i]);K.hasData(t)&&(a=K.access(t),l=w.extend({},a),K.set(e,l))}}function zt(t,e){var i=e.nodeName.toLowerCase();"input"===i&&mt.test(t.type)?e.checked=t.checked:"input"!==i&&"textarea"!==i||(e.defaultValue=t.defaultValue)}function Ht(t,e,i,n){e=u.apply([],e);var r,s,o,a,l,h,c=0,f=t.length,p=f-1,d=e[0],m=v(d);if(m||f>1&&"string"==typeof d&&!_.checkClone&&It.test(d))return t.each(function(r){var s=t.eq(r);m&&(e[0]=d.call(this,r,s.html())),Ht(s,e,i,n)});if(f&&(s=(r=Ct(e,t[0].ownerDocument,!1,t,n)).firstChild,1===r.childNodes.length&&(r=s),s||n)){for(a=(o=w.map(yt(r,"script"),Bt)).length;c<f;c++)l=r,c!==p&&(l=w.clone(l,!0,!0),a&&w.merge(o,yt(l,"script"))),i.call(t[c],l,c);if(a)for(h=o[o.length-1].ownerDocument,w.map(o,Ft),c=0;c<a;c++)l=o[c],_t.test(l.type||"")&&!J.access(l,"globalEval")&&w.contains(h,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?w._evalUrl&&!l.noModule&&w._evalUrl(l.src,{nonce:l.nonce||l.getAttribute("nonce")}):b(l.textContent.replace(Nt,""),l,h))}return t}function Xt(t,e,i){for(var n,r=e?w.filter(e,t):t,s=0;null!=(n=r[s]);s++)i||1!==n.nodeType||w.cleanData(yt(n)),n.parentNode&&(i&&at(n)&&xt(yt(n,"script")),n.parentNode.removeChild(n));return t}w.extend({htmlPrefilter:function(t){return t.replace(Mt,"<$1></$2>")},clone:function(t,e,i){var n,r,s,o,a=t.cloneNode(!0),l=at(t);if(!(_.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||w.isXMLDoc(t)))for(o=yt(a),n=0,r=(s=yt(t)).length;n<r;n++)zt(s[n],o[n]);if(e)if(i)for(s=s||yt(t),o=o||yt(a),n=0,r=s.length;n<r;n++)qt(s[n],o[n]);else qt(t,a);return(o=yt(a,"script")).length>0&&xt(o,!l&&yt(t,"script")),a},cleanData:function(t){for(var e,i,n,r=w.event.special,s=0;void 0!==(i=t[s]);s++)if(Z(i)){if(e=i[J.expando]){if(e.events)for(n in e.events)r[n]?w.event.remove(i,n):w.removeEvent(i,n,e.handle);i[J.expando]=void 0}i[K.expando]&&(i[K.expando]=void 0)}}}),w.fn.extend({detach:function(t){return Xt(this,t,!0)},remove:function(t){return Xt(this,t)},text:function(t){return Y(this,function(t){return void 0===t?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)})},null,t,arguments.length)},append:function(){return Ht(this,arguments,function(t){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||jt(this,t).appendChild(t)})},prepend:function(){return Ht(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=jt(this,t);e.insertBefore(t,e.firstChild)}})},before:function(){return Ht(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this)})},after:function(){return Ht(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)})},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(w.cleanData(yt(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map(function(){return w.clone(this,t,e)})},html:function(t){return Y(this,function(t){var e=this[0]||{},i=0,n=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!Lt.test(t)&&!vt[(gt.exec(t)||["",""])[1].toLowerCase()]){t=w.htmlPrefilter(t);try{for(;i<n;i++)1===(e=this[i]||{}).nodeType&&(w.cleanData(yt(e,!1)),e.innerHTML=t);e=0}catch(t){}}e&&this.empty().append(t)},null,t,arguments.length)},replaceWith:function(){var t=[];return Ht(this,arguments,function(e){var i=this.parentNode;w.inArray(this,t)<0&&(w.cleanData(yt(this)),i&&i.replaceChild(e,this))},t)}}),w.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(t,e){w.fn[t]=function(t){for(var i,n=[],r=w(t),s=r.length-1,o=0;o<=s;o++)i=o===s?this:this.clone(!0),w(r[o])[e](i),h.apply(n,i.get());return this.pushStack(n)}});var Wt=new RegExp("^("+nt+")(?!px)[a-z%]+$","i"),Yt=function(t){var e=t.ownerDocument.defaultView;return e&&e.opener||(e=i),e.getComputedStyle(t)},Ut=new RegExp(st.join("|"),"i");function $t(t,e,i){var n,r,s,o,a=t.style;return(i=i||Yt(t))&&(""!==(o=i.getPropertyValue(e)||i[e])||at(t)||(o=w.style(t,e)),!_.pixelBoxStyles()&&Wt.test(o)&&Ut.test(e)&&(n=a.width,r=a.minWidth,s=a.maxWidth,a.minWidth=a.maxWidth=a.width=o,o=i.width,a.width=n,a.minWidth=r,a.maxWidth=s)),void 0!==o?o+"":o}function Vt(t,e){return{get:function(){if(!t())return(this.get=e).apply(this,arguments);delete this.get}}}!function(){function t(){if(h){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",h.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",ot.appendChild(u).appendChild(h);var t=i.getComputedStyle(h);n="1%"!==t.top,l=12===e(t.marginLeft),h.style.right="60%",a=36===e(t.right),r=36===e(t.width),h.style.position="absolute",s=12===e(h.offsetWidth/3),ot.removeChild(u),h=null}}function e(t){return Math.round(parseFloat(t))}var n,r,s,a,l,u=o.createElement("div"),h=o.createElement("div");h.style&&(h.style.backgroundClip="content-box",h.cloneNode(!0).style.backgroundClip="",_.clearCloneStyle="content-box"===h.style.backgroundClip,w.extend(_,{boxSizingReliable:function(){return t(),r},pixelBoxStyles:function(){return t(),a},pixelPosition:function(){return t(),n},reliableMarginLeft:function(){return t(),l},scrollboxSize:function(){return t(),s}}))}();var Gt=["Webkit","Moz","ms"],Zt=o.createElement("div").style,Qt={};function Jt(t){var e=w.cssProps[t]||Qt[t];return e||(t in Zt?t:Qt[t]=function(t){for(var e=t[0].toUpperCase()+t.slice(1),i=Gt.length;i--;)if((t=Gt[i]+e)in Zt)return t}(t)||t)}var Kt=/^(none|table(?!-c[ea]).+)/,te=/^--/,ee={position:"absolute",visibility:"hidden",display:"block"},ie={letterSpacing:"0",fontWeight:"400"};function ne(t,e,i){var n=rt.exec(e);return n?Math.max(0,n[2]-(i||0))+(n[3]||"px"):e}function re(t,e,i,n,r,s){var o="width"===e?1:0,a=0,l=0;if(i===(n?"border":"content"))return 0;for(;o<4;o+=2)"margin"===i&&(l+=w.css(t,i+st[o],!0,r)),n?("content"===i&&(l-=w.css(t,"padding"+st[o],!0,r)),"margin"!==i&&(l-=w.css(t,"border"+st[o]+"Width",!0,r))):(l+=w.css(t,"padding"+st[o],!0,r),"padding"!==i?l+=w.css(t,"border"+st[o]+"Width",!0,r):a+=w.css(t,"border"+st[o]+"Width",!0,r));return!n&&s>=0&&(l+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-s-l-a-.5))||0),l}function se(t,e,i){var n=Yt(t),r=(!_.boxSizingReliable()||i)&&"border-box"===w.css(t,"boxSizing",!1,n),s=r,o=$t(t,e,n),a="offset"+e[0].toUpperCase()+e.slice(1);if(Wt.test(o)){if(!i)return o;o="auto"}return(!_.boxSizingReliable()&&r||"auto"===o||!parseFloat(o)&&"inline"===w.css(t,"display",!1,n))&&t.getClientRects().length&&(r="border-box"===w.css(t,"boxSizing",!1,n),(s=a in t)&&(o=t[a])),(o=parseFloat(o)||0)+re(t,e,i||(r?"border":"content"),s,n,o)+"px"}function oe(t,e,i,n,r){return new oe.prototype.init(t,e,i,n,r)}w.extend({cssHooks:{opacity:{get:function(t,e){if(e){var i=$t(t,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(t,e,i,n){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var r,s,o,a=G(e),l=te.test(e),u=t.style;if(l||(e=Jt(a)),o=w.cssHooks[e]||w.cssHooks[a],void 0===i)return o&&"get"in o&&void 0!==(r=o.get(t,!1,n))?r:u[e];"string"===(s=typeof i)&&(r=rt.exec(i))&&r[1]&&(i=ct(t,e,r),s="number"),null!=i&&i==i&&("number"!==s||l||(i+=r&&r[3]||(w.cssNumber[a]?"":"px")),_.clearCloneStyle||""!==i||0!==e.indexOf("background")||(u[e]="inherit"),o&&"set"in o&&void 0===(i=o.set(t,i,n))||(l?u.setProperty(e,i):u[e]=i))}},css:function(t,e,i,n){var r,s,o,a=G(e);return te.test(e)||(e=Jt(a)),(o=w.cssHooks[e]||w.cssHooks[a])&&"get"in o&&(r=o.get(t,!0,i)),void 0===r&&(r=$t(t,e,n)),"normal"===r&&e in ie&&(r=ie[e]),""===i||i?(s=parseFloat(r),!0===i||isFinite(s)?s||0:r):r}}),w.each(["height","width"],function(t,e){w.cssHooks[e]={get:function(t,i,n){if(i)return!Kt.test(w.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?se(t,e,n):ht(t,ee,function(){return se(t,e,n)})},set:function(t,i,n){var r,s=Yt(t),o=!_.scrollboxSize()&&"absolute"===s.position,a=(o||n)&&"border-box"===w.css(t,"boxSizing",!1,s),l=n?re(t,e,n,a,s):0;return a&&o&&(l-=Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-parseFloat(s[e])-re(t,e,"border",!1,s)-.5)),l&&(r=rt.exec(i))&&"px"!==(r[3]||"px")&&(t.style[e]=i,i=w.css(t,e)),ne(0,i,l)}}}),w.cssHooks.marginLeft=Vt(_.reliableMarginLeft,function(t,e){if(e)return(parseFloat($t(t,"marginLeft"))||t.getBoundingClientRect().left-ht(t,{marginLeft:0},function(){return t.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(t,e){w.cssHooks[t+e]={expand:function(i){for(var n=0,r={},s="string"==typeof i?i.split(" "):[i];n<4;n++)r[t+st[n]+e]=s[n]||s[n-2]||s[0];return r}},"margin"!==t&&(w.cssHooks[t+e].set=ne)}),w.fn.extend({css:function(t,e){return Y(this,function(t,e,i){var n,r,s={},o=0;if(Array.isArray(e)){for(n=Yt(t),r=e.length;o<r;o++)s[e[o]]=w.css(t,e[o],!1,n);return s}return void 0!==i?w.style(t,e,i):w.css(t,e)},t,e,arguments.length>1)}}),w.Tween=oe,oe.prototype={constructor:oe,init:function(t,e,i,n,r,s){this.elem=t,this.prop=i,this.easing=r||w.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=n,this.unit=s||(w.cssNumber[i]?"":"px")},cur:function(){var t=oe.propHooks[this.prop];return t&&t.get?t.get(this):oe.propHooks._default.get(this)},run:function(t){var e,i=oe.propHooks[this.prop];return this.options.duration?this.pos=e=w.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),i&&i.set?i.set(this):oe.propHooks._default.set(this),this}},oe.prototype.init.prototype=oe.prototype,oe.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=w.css(t.elem,t.prop,""))&&"auto"!==e?e:0},set:function(t){w.fx.step[t.prop]?w.fx.step[t.prop](t):1!==t.elem.nodeType||!w.cssHooks[t.prop]&&null==t.elem.style[Jt(t.prop)]?t.elem[t.prop]=t.now:w.style(t.elem,t.prop,t.now+t.unit)}}},oe.propHooks.scrollTop=oe.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},w.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},w.fx=oe.prototype.init,w.fx.step={};var ae,le,ue=/^(?:toggle|show|hide)$/,he=/queueHooks$/;function ce(){le&&(!1===o.hidden&&i.requestAnimationFrame?i.requestAnimationFrame(ce):i.setTimeout(ce,w.fx.interval),w.fx.tick())}function fe(){return i.setTimeout(function(){ae=void 0}),ae=Date.now()}function pe(t,e){var i,n=0,r={height:t};for(e=e?1:0;n<4;n+=2-e)r["margin"+(i=st[n])]=r["padding"+i]=t;return e&&(r.opacity=r.width=t),r}function de(t,e,i){for(var n,r=(me.tweeners[e]||[]).concat(me.tweeners["*"]),s=0,o=r.length;s<o;s++)if(n=r[s].call(i,e,t))return n}function me(t,e,i){var n,r,s=0,o=me.prefilters.length,a=w.Deferred().always(function(){delete l.elem}),l=function(){if(r)return!1;for(var e=ae||fe(),i=Math.max(0,u.startTime+u.duration-e),n=1-(i/u.duration||0),s=0,o=u.tweens.length;s<o;s++)u.tweens[s].run(n);return a.notifyWith(t,[u,n,i]),n<1&&o?i:(o||a.notifyWith(t,[u,1,0]),a.resolveWith(t,[u]),!1)},u=a.promise({elem:t,props:w.extend({},e),opts:w.extend(!0,{specialEasing:{},easing:w.easing._default},i),originalProperties:e,originalOptions:i,startTime:ae||fe(),duration:i.duration,tweens:[],createTween:function(e,i){var n=w.Tween(t,u.opts,e,i,u.opts.specialEasing[e]||u.opts.easing);return u.tweens.push(n),n},stop:function(e){var i=0,n=e?u.tweens.length:0;if(r)return this;for(r=!0;i<n;i++)u.tweens[i].run(1);return e?(a.notifyWith(t,[u,1,0]),a.resolveWith(t,[u,e])):a.rejectWith(t,[u,e]),this}}),h=u.props;for(!function(t,e){var i,n,r,s,o;for(i in t)if(r=e[n=G(i)],s=t[i],Array.isArray(s)&&(r=s[1],s=t[i]=s[0]),i!==n&&(t[n]=s,delete t[i]),(o=w.cssHooks[n])&&"expand"in o)for(i in s=o.expand(s),delete t[n],s)i in t||(t[i]=s[i],e[i]=r);else e[n]=r}(h,u.opts.specialEasing);s<o;s++)if(n=me.prefilters[s].call(u,t,h,u.opts))return v(n.stop)&&(w._queueHooks(u.elem,u.opts.queue).stop=n.stop.bind(n)),n;return w.map(h,de,u),v(u.opts.start)&&u.opts.start.call(t,u),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always),w.fx.timer(w.extend(l,{elem:t,anim:u,queue:u.opts.queue})),u}w.Animation=w.extend(me,{tweeners:{"*":[function(t,e){var i=this.createTween(t,e);return ct(i.elem,t,rt.exec(e),i),i}]},tweener:function(t,e){v(t)?(e=t,t=["*"]):t=t.match(B);for(var i,n=0,r=t.length;n<r;n++)i=t[n],me.tweeners[i]=me.tweeners[i]||[],me.tweeners[i].unshift(e)},prefilters:[function(t,e,i){var n,r,s,o,a,l,u,h,c="width"in e||"height"in e,f=this,p={},d=t.style,m=t.nodeType&&ut(t),g=J.get(t,"fxshow");for(n in i.queue||(null==(o=w._queueHooks(t,"fx")).unqueued&&(o.unqueued=0,a=o.empty.fire,o.empty.fire=function(){o.unqueued||a()}),o.unqueued++,f.always(function(){f.always(function(){o.unqueued--,w.queue(t,"fx").length||o.empty.fire()})})),e)if(r=e[n],ue.test(r)){if(delete e[n],s=s||"toggle"===r,r===(m?"hide":"show")){if("show"!==r||!g||void 0===g[n])continue;m=!0}p[n]=g&&g[n]||w.style(t,n)}if((l=!w.isEmptyObject(e))||!w.isEmptyObject(p))for(n in c&&1===t.nodeType&&(i.overflow=[d.overflow,d.overflowX,d.overflowY],null==(u=g&&g.display)&&(u=J.get(t,"display")),"none"===(h=w.css(t,"display"))&&(u?h=u:(dt([t],!0),u=t.style.display||u,h=w.css(t,"display"),dt([t]))),("inline"===h||"inline-block"===h&&null!=u)&&"none"===w.css(t,"float")&&(l||(f.done(function(){d.display=u}),null==u&&(h=d.display,u="none"===h?"":h)),d.display="inline-block")),i.overflow&&(d.overflow="hidden",f.always(function(){d.overflow=i.overflow[0],d.overflowX=i.overflow[1],d.overflowY=i.overflow[2]})),l=!1,p)l||(g?"hidden"in g&&(m=g.hidden):g=J.access(t,"fxshow",{display:u}),s&&(g.hidden=!m),m&&dt([t],!0),f.done(function(){for(n in m||dt([t]),J.remove(t,"fxshow"),p)w.style(t,n,p[n])})),l=de(m?g[n]:0,n,f),n in g||(g[n]=l.start,m&&(l.end=l.start,l.start=0))}],prefilter:function(t,e){e?me.prefilters.unshift(t):me.prefilters.push(t)}}),w.speed=function(t,e,i){var n=t&&"object"==typeof t?w.extend({},t):{complete:i||!i&&e||v(t)&&t,duration:t,easing:i&&e||e&&!v(e)&&e};return w.fx.off?n.duration=0:"number"!=typeof n.duration&&(n.duration in w.fx.speeds?n.duration=w.fx.speeds[n.duration]:n.duration=w.fx.speeds._default),null!=n.queue&&!0!==n.queue||(n.queue="fx"),n.old=n.complete,n.complete=function(){v(n.old)&&n.old.call(this),n.queue&&w.dequeue(this,n.queue)},n},w.fn.extend({fadeTo:function(t,e,i,n){return this.filter(ut).css("opacity",0).show().end().animate({opacity:e},t,i,n)},animate:function(t,e,i,n){var r=w.isEmptyObject(t),s=w.speed(e,i,n),o=function(){var e=me(this,w.extend({},t),s);(r||J.get(this,"finish"))&&e.stop(!0)};return o.finish=o,r||!1===s.queue?this.each(o):this.queue(s.queue,o)},stop:function(t,e,i){var n=function(t){var e=t.stop;delete t.stop,e(i)};return"string"!=typeof t&&(i=e,e=t,t=void 0),e&&!1!==t&&this.queue(t||"fx",[]),this.each(function(){var e=!0,r=null!=t&&t+"queueHooks",s=w.timers,o=J.get(this);if(r)o[r]&&o[r].stop&&n(o[r]);else for(r in o)o[r]&&o[r].stop&&he.test(r)&&n(o[r]);for(r=s.length;r--;)s[r].elem!==this||null!=t&&s[r].queue!==t||(s[r].anim.stop(i),e=!1,s.splice(r,1));!e&&i||w.dequeue(this,t)})},finish:function(t){return!1!==t&&(t=t||"fx"),this.each(function(){var e,i=J.get(this),n=i[t+"queue"],r=i[t+"queueHooks"],s=w.timers,o=n?n.length:0;for(i.finish=!0,w.queue(this,t,[]),r&&r.stop&&r.stop.call(this,!0),e=s.length;e--;)s[e].elem===this&&s[e].queue===t&&(s[e].anim.stop(!0),s.splice(e,1));for(e=0;e<o;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete i.finish})}}),w.each(["toggle","show","hide"],function(t,e){var i=w.fn[e];w.fn[e]=function(t,n,r){return null==t||"boolean"==typeof t?i.apply(this,arguments):this.animate(pe(e,!0),t,n,r)}}),w.each({slideDown:pe("show"),slideUp:pe("hide"),slideToggle:pe("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(t,e){w.fn[t]=function(t,i,n){return this.animate(e,t,i,n)}}),w.timers=[],w.fx.tick=function(){var t,e=0,i=w.timers;for(ae=Date.now();e<i.length;e++)(t=i[e])()||i[e]!==t||i.splice(e--,1);i.length||w.fx.stop(),ae=void 0},w.fx.timer=function(t){w.timers.push(t),w.fx.start()},w.fx.interval=13,w.fx.start=function(){le||(le=!0,ce())},w.fx.stop=function(){le=null},w.fx.speeds={slow:600,fast:200,_default:400},w.fn.delay=function(t,e){return t=w.fx&&w.fx.speeds[t]||t,e=e||"fx",this.queue(e,function(e,n){var r=i.setTimeout(e,t);n.stop=function(){i.clearTimeout(r)}})},function(){var t=o.createElement("input"),e=o.createElement("select").appendChild(o.createElement("option"));t.type="checkbox",_.checkOn=""!==t.value,_.optSelected=e.selected,(t=o.createElement("input")).value="t",t.type="radio",_.radioValue="t"===t.value}();var ge,_e=w.expr.attrHandle;w.fn.extend({attr:function(t,e){return Y(this,w.attr,t,e,arguments.length>1)},removeAttr:function(t){return this.each(function(){w.removeAttr(this,t)})}}),w.extend({attr:function(t,e,i){var n,r,s=t.nodeType;if(3!==s&&8!==s&&2!==s)return void 0===t.getAttribute?w.prop(t,e,i):(1===s&&w.isXMLDoc(t)||(r=w.attrHooks[e.toLowerCase()]||(w.expr.match.bool.test(e)?ge:void 0)),void 0!==i?null===i?void w.removeAttr(t,e):r&&"set"in r&&void 0!==(n=r.set(t,i,e))?n:(t.setAttribute(e,i+""),i):r&&"get"in r&&null!==(n=r.get(t,e))?n:null==(n=w.find.attr(t,e))?void 0:n)},attrHooks:{type:{set:function(t,e){if(!_.radioValue&&"radio"===e&&E(t,"input")){var i=t.value;return t.setAttribute("type",e),i&&(t.value=i),e}}}},removeAttr:function(t,e){var i,n=0,r=e&&e.match(B);if(r&&1===t.nodeType)for(;i=r[n++];)t.removeAttribute(i)}}),ge={set:function(t,e,i){return!1===e?w.removeAttr(t,i):t.setAttribute(i,i),i}},w.each(w.expr.match.bool.source.match(/\w+/g),function(t,e){var i=_e[e]||w.find.attr;_e[e]=function(t,e,n){var r,s,o=e.toLowerCase();return n||(s=_e[o],_e[o]=r,r=null!=i(t,e,n)?o:null,_e[o]=s),r}});var ve=/^(?:input|select|textarea|button)$/i,ye=/^(?:a|area)$/i;function xe(t){return(t.match(B)||[]).join(" ")}function be(t){return t.getAttribute&&t.getAttribute("class")||""}function Te(t){return Array.isArray(t)?t:"string"==typeof t&&t.match(B)||[]}w.fn.extend({prop:function(t,e){return Y(this,w.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each(function(){delete this[w.propFix[t]||t]})}}),w.extend({prop:function(t,e,i){var n,r,s=t.nodeType;if(3!==s&&8!==s&&2!==s)return 1===s&&w.isXMLDoc(t)||(e=w.propFix[e]||e,r=w.propHooks[e]),void 0!==i?r&&"set"in r&&void 0!==(n=r.set(t,i,e))?n:t[e]=i:r&&"get"in r&&null!==(n=r.get(t,e))?n:t[e]},propHooks:{tabIndex:{get:function(t){var e=w.find.attr(t,"tabindex");return e?parseInt(e,10):ve.test(t.nodeName)||ye.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),_.optSelected||(w.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this}),w.fn.extend({addClass:function(t){var e,i,n,r,s,o,a,l=0;if(v(t))return this.each(function(e){w(this).addClass(t.call(this,e,be(this)))});if((e=Te(t)).length)for(;i=this[l++];)if(r=be(i),n=1===i.nodeType&&" "+xe(r)+" "){for(o=0;s=e[o++];)n.indexOf(" "+s+" ")<0&&(n+=s+" ");r!==(a=xe(n))&&i.setAttribute("class",a)}return this},removeClass:function(t){var e,i,n,r,s,o,a,l=0;if(v(t))return this.each(function(e){w(this).removeClass(t.call(this,e,be(this)))});if(!arguments.length)return this.attr("class","");if((e=Te(t)).length)for(;i=this[l++];)if(r=be(i),n=1===i.nodeType&&" "+xe(r)+" "){for(o=0;s=e[o++];)for(;n.indexOf(" "+s+" ")>-1;)n=n.replace(" "+s+" "," ");r!==(a=xe(n))&&i.setAttribute("class",a)}return this},toggleClass:function(t,e){var i=typeof t,n="string"===i||Array.isArray(t);return"boolean"==typeof e&&n?e?this.addClass(t):this.removeClass(t):v(t)?this.each(function(i){w(this).toggleClass(t.call(this,i,be(this),e),e)}):this.each(function(){var e,r,s,o;if(n)for(r=0,s=w(this),o=Te(t);e=o[r++];)s.hasClass(e)?s.removeClass(e):s.addClass(e);else void 0!==t&&"boolean"!==i||((e=be(this))&&J.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===t?"":J.get(this,"__className__")||""))})},hasClass:function(t){var e,i,n=0;for(e=" "+t+" ";i=this[n++];)if(1===i.nodeType&&(" "+xe(be(i))+" ").indexOf(e)>-1)return!0;return!1}});var we=/\r/g;w.fn.extend({val:function(t){var e,i,n,r=this[0];return arguments.length?(n=v(t),this.each(function(i){var r;1===this.nodeType&&(null==(r=n?t.call(this,i,w(this).val()):t)?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=w.map(r,function(t){return null==t?"":t+""})),(e=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in e&&void 0!==e.set(this,r,"value")||(this.value=r))})):r?(e=w.valHooks[r.type]||w.valHooks[r.nodeName.toLowerCase()])&&"get"in e&&void 0!==(i=e.get(r,"value"))?i:"string"==typeof(i=r.value)?i.replace(we,""):null==i?"":i:void 0}}),w.extend({valHooks:{option:{get:function(t){var e=w.find.attr(t,"value");return null!=e?e:xe(w.text(t))}},select:{get:function(t){var e,i,n,r=t.options,s=t.selectedIndex,o="select-one"===t.type,a=o?null:[],l=o?s+1:r.length;for(n=s<0?l:o?s:0;n<l;n++)if(((i=r[n]).selected||n===s)&&!i.disabled&&(!i.parentNode.disabled||!E(i.parentNode,"optgroup"))){if(e=w(i).val(),o)return e;a.push(e)}return a},set:function(t,e){for(var i,n,r=t.options,s=w.makeArray(e),o=r.length;o--;)((n=r[o]).selected=w.inArray(w.valHooks.option.get(n),s)>-1)&&(i=!0);return i||(t.selectedIndex=-1),s}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=w.inArray(w(t).val(),e)>-1}},_.checkOn||(w.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})}),_.focusin="onfocusin"in i;var Ce=/^(?:focusinfocus|focusoutblur)$/,Pe=function(t){t.stopPropagation()};w.extend(w.event,{trigger:function(t,e,n,r){var s,a,l,u,h,c,f,p,m=[n||o],g=d.call(t,"type")?t.type:t,_=d.call(t,"namespace")?t.namespace.split("."):[];if(a=p=l=n=n||o,3!==n.nodeType&&8!==n.nodeType&&!Ce.test(g+w.event.triggered)&&(g.indexOf(".")>-1&&(_=g.split("."),g=_.shift(),_.sort()),h=g.indexOf(":")<0&&"on"+g,(t=t[w.expando]?t:new w.Event(g,"object"==typeof t&&t)).isTrigger=r?2:3,t.namespace=_.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+_.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=n),e=null==e?[t]:w.makeArray(e,[t]),f=w.event.special[g]||{},r||!f.trigger||!1!==f.trigger.apply(n,e))){if(!r&&!f.noBubble&&!y(n)){for(u=f.delegateType||g,Ce.test(u+g)||(a=a.parentNode);a;a=a.parentNode)m.push(a),l=a;l===(n.ownerDocument||o)&&m.push(l.defaultView||l.parentWindow||i)}for(s=0;(a=m[s++])&&!t.isPropagationStopped();)p=a,t.type=s>1?u:f.bindType||g,(c=(J.get(a,"events")||{})[t.type]&&J.get(a,"handle"))&&c.apply(a,e),(c=h&&a[h])&&c.apply&&Z(a)&&(t.result=c.apply(a,e),!1===t.result&&t.preventDefault());return t.type=g,r||t.isDefaultPrevented()||f._default&&!1!==f._default.apply(m.pop(),e)||!Z(n)||h&&v(n[g])&&!y(n)&&((l=n[h])&&(n[h]=null),w.event.triggered=g,t.isPropagationStopped()&&p.addEventListener(g,Pe),n[g](),t.isPropagationStopped()&&p.removeEventListener(g,Pe),w.event.triggered=void 0,l&&(n[h]=l)),t.result}},simulate:function(t,e,i){var n=w.extend(new w.Event,i,{type:t,isSimulated:!0});w.event.trigger(n,null,e)}}),w.fn.extend({trigger:function(t,e){return this.each(function(){w.event.trigger(t,e,this)})},triggerHandler:function(t,e){var i=this[0];if(i)return w.event.trigger(t,e,i,!0)}}),_.focusin||w.each({focus:"focusin",blur:"focusout"},function(t,e){var i=function(t){w.event.simulate(e,t.target,w.event.fix(t))};w.event.special[e]={setup:function(){var n=this.ownerDocument||this,r=J.access(n,e);r||n.addEventListener(t,i,!0),J.access(n,e,(r||0)+1)},teardown:function(){var n=this.ownerDocument||this,r=J.access(n,e)-1;r?J.access(n,e,r):(n.removeEventListener(t,i,!0),J.remove(n,e))}}});var ke=i.location,Se=Date.now(),Oe=/\?/;w.parseXML=function(t){var e;if(!t||"string"!=typeof t)return null;try{e=(new i.DOMParser).parseFromString(t,"text/xml")}catch(t){e=void 0}return e&&!e.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),e};var Ae=/\[\]$/,Ee=/\r?\n/g,De=/^(?:submit|button|image|reset|file)$/i,Re=/^(?:input|select|textarea|keygen)/i;function Me(t,e,i,n){var r;if(Array.isArray(e))w.each(e,function(e,r){i||Ae.test(t)?n(t,r):Me(t+"["+("object"==typeof r&&null!=r?e:"")+"]",r,i,n)});else if(i||"object"!==T(e))n(t,e);else for(r in e)Me(t+"["+r+"]",e[r],i,n)}w.param=function(t,e){var i,n=[],r=function(t,e){var i=v(e)?e():e;n[n.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==i?"":i)};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!w.isPlainObject(t))w.each(t,function(){r(this.name,this.value)});else for(i in t)Me(i,t[i],e,r);return n.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var t=w.prop(this,"elements");return t?w.makeArray(t):this}).filter(function(){var t=this.type;return this.name&&!w(this).is(":disabled")&&Re.test(this.nodeName)&&!De.test(t)&&(this.checked||!mt.test(t))}).map(function(t,e){var i=w(this).val();return null==i?null:Array.isArray(i)?w.map(i,function(t){return{name:e.name,value:t.replace(Ee,"\r\n")}}):{name:e.name,value:i.replace(Ee,"\r\n")}}).get()}});var Le=/%20/g,Ie=/#.*$/,Ne=/([?&])_=[^&]*/,je=/^(.*?):[ \t]*([^\r\n]*)$/gm,Be=/^(?:GET|HEAD)$/,Fe=/^\/\//,qe={},ze={},He="*/".concat("*"),Xe=o.createElement("a");function We(t){return function(e,i){"string"!=typeof e&&(i=e,e="*");var n,r=0,s=e.toLowerCase().match(B)||[];if(v(i))for(;n=s[r++];)"+"===n[0]?(n=n.slice(1)||"*",(t[n]=t[n]||[]).unshift(i)):(t[n]=t[n]||[]).push(i)}}function Ye(t,e,i,n){var r={},s=t===ze;function o(a){var l;return r[a]=!0,w.each(t[a]||[],function(t,a){var u=a(e,i,n);return"string"!=typeof u||s||r[u]?s?!(l=u):void 0:(e.dataTypes.unshift(u),o(u),!1)}),l}return o(e.dataTypes[0])||!r["*"]&&o("*")}function Ue(t,e){var i,n,r=w.ajaxSettings.flatOptions||{};for(i in e)void 0!==e[i]&&((r[i]?t:n||(n={}))[i]=e[i]);return n&&w.extend(!0,t,n),t}Xe.href=ke.href,w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:ke.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(ke.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":He,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?Ue(Ue(t,w.ajaxSettings),e):Ue(w.ajaxSettings,t)},ajaxPrefilter:We(qe),ajaxTransport:We(ze),ajax:function(t,e){"object"==typeof t&&(e=t,t=void 0),e=e||{};var n,r,s,a,l,u,h,c,f,p,d=w.ajaxSetup({},e),m=d.context||d,g=d.context&&(m.nodeType||m.jquery)?w(m):w.event,_=w.Deferred(),v=w.Callbacks("once memory"),y=d.statusCode||{},x={},b={},T="canceled",C={readyState:0,getResponseHeader:function(t){var e;if(h){if(!a)for(a={};e=je.exec(s);)a[e[1].toLowerCase()+" "]=(a[e[1].toLowerCase()+" "]||[]).concat(e[2]);e=a[t.toLowerCase()+" "]}return null==e?null:e.join(", ")},getAllResponseHeaders:function(){return h?s:null},setRequestHeader:function(t,e){return null==h&&(t=b[t.toLowerCase()]=b[t.toLowerCase()]||t,x[t]=e),this},overrideMimeType:function(t){return null==h&&(d.mimeType=t),this},statusCode:function(t){var e;if(t)if(h)C.always(t[C.status]);else for(e in t)y[e]=[y[e],t[e]];return this},abort:function(t){var e=t||T;return n&&n.abort(e),P(0,e),this}};if(_.promise(C),d.url=((t||d.url||ke.href)+"").replace(Fe,ke.protocol+"//"),d.type=e.method||e.type||d.method||d.type,d.dataTypes=(d.dataType||"*").toLowerCase().match(B)||[""],null==d.crossDomain){u=o.createElement("a");try{u.href=d.url,u.href=u.href,d.crossDomain=Xe.protocol+"//"+Xe.host!=u.protocol+"//"+u.host}catch(t){d.crossDomain=!0}}if(d.data&&d.processData&&"string"!=typeof d.data&&(d.data=w.param(d.data,d.traditional)),Ye(qe,d,e,C),h)return C;for(f in(c=w.event&&d.global)&&0==w.active++&&w.event.trigger("ajaxStart"),d.type=d.type.toUpperCase(),d.hasContent=!Be.test(d.type),r=d.url.replace(Ie,""),d.hasContent?d.data&&d.processData&&0===(d.contentType||"").indexOf("application/x-www-form-urlencoded")&&(d.data=d.data.replace(Le,"+")):(p=d.url.slice(r.length),d.data&&(d.processData||"string"==typeof d.data)&&(r+=(Oe.test(r)?"&":"?")+d.data,delete d.data),!1===d.cache&&(r=r.replace(Ne,"$1"),p=(Oe.test(r)?"&":"?")+"_="+Se+++p),d.url=r+p),d.ifModified&&(w.lastModified[r]&&C.setRequestHeader("If-Modified-Since",w.lastModified[r]),w.etag[r]&&C.setRequestHeader("If-None-Match",w.etag[r])),(d.data&&d.hasContent&&!1!==d.contentType||e.contentType)&&C.setRequestHeader("Content-Type",d.contentType),C.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+("*"!==d.dataTypes[0]?", "+He+"; q=0.01":""):d.accepts["*"]),d.headers)C.setRequestHeader(f,d.headers[f]);if(d.beforeSend&&(!1===d.beforeSend.call(m,C,d)||h))return C.abort();if(T="abort",v.add(d.complete),C.done(d.success),C.fail(d.error),n=Ye(ze,d,e,C)){if(C.readyState=1,c&&g.trigger("ajaxSend",[C,d]),h)return C;d.async&&d.timeout>0&&(l=i.setTimeout(function(){C.abort("timeout")},d.timeout));try{h=!1,n.send(x,P)}catch(t){if(h)throw t;P(-1,t)}}else P(-1,"No Transport");function P(t,e,o,a){var u,f,p,x,b,T=e;h||(h=!0,l&&i.clearTimeout(l),n=void 0,s=a||"",C.readyState=t>0?4:0,u=t>=200&&t<300||304===t,o&&(x=function(t,e,i){for(var n,r,s,o,a=t.contents,l=t.dataTypes;"*"===l[0];)l.shift(),void 0===n&&(n=t.mimeType||e.getResponseHeader("Content-Type"));if(n)for(r in a)if(a[r]&&a[r].test(n)){l.unshift(r);break}if(l[0]in i)s=l[0];else{for(r in i){if(!l[0]||t.converters[r+" "+l[0]]){s=r;break}o||(o=r)}s=s||o}if(s)return s!==l[0]&&l.unshift(s),i[s]}(d,C,o)),x=function(t,e,i,n){var r,s,o,a,l,u={},h=t.dataTypes.slice();if(h[1])for(o in t.converters)u[o.toLowerCase()]=t.converters[o];for(s=h.shift();s;)if(t.responseFields[s]&&(i[t.responseFields[s]]=e),!l&&n&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),l=s,s=h.shift())if("*"===s)s=l;else if("*"!==l&&l!==s){if(!(o=u[l+" "+s]||u["* "+s]))for(r in u)if((a=r.split(" "))[1]===s&&(o=u[l+" "+a[0]]||u["* "+a[0]])){!0===o?o=u[r]:!0!==u[r]&&(s=a[0],h.unshift(a[1]));break}if(!0!==o)if(o&&t.throws)e=o(e);else try{e=o(e)}catch(t){return{state:"parsererror",error:o?t:"No conversion from "+l+" to "+s}}}return{state:"success",data:e}}(d,x,C,u),u?(d.ifModified&&((b=C.getResponseHeader("Last-Modified"))&&(w.lastModified[r]=b),(b=C.getResponseHeader("etag"))&&(w.etag[r]=b)),204===t||"HEAD"===d.type?T="nocontent":304===t?T="notmodified":(T=x.state,f=x.data,u=!(p=x.error))):(p=T,!t&&T||(T="error",t<0&&(t=0))),C.status=t,C.statusText=(e||T)+"",u?_.resolveWith(m,[f,T,C]):_.rejectWith(m,[C,T,p]),C.statusCode(y),y=void 0,c&&g.trigger(u?"ajaxSuccess":"ajaxError",[C,d,u?f:p]),v.fireWith(m,[C,T]),c&&(g.trigger("ajaxComplete",[C,d]),--w.active||w.event.trigger("ajaxStop")))}return C},getJSON:function(t,e,i){return w.get(t,e,i,"json")},getScript:function(t,e){return w.get(t,void 0,e,"script")}}),w.each(["get","post"],function(t,e){w[e]=function(t,i,n,r){return v(i)&&(r=r||n,n=i,i=void 0),w.ajax(w.extend({url:t,type:e,dataType:r,data:i,success:n},w.isPlainObject(t)&&t))}}),w._evalUrl=function(t,e){return w.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(t){w.globalEval(t,e)}})},w.fn.extend({wrapAll:function(t){var e;return this[0]&&(v(t)&&(t=t.call(this[0])),e=w(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map(function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t}).append(this)),this},wrapInner:function(t){return v(t)?this.each(function(e){w(this).wrapInner(t.call(this,e))}):this.each(function(){var e=w(this),i=e.contents();i.length?i.wrapAll(t):e.append(t)})},wrap:function(t){var e=v(t);return this.each(function(i){w(this).wrapAll(e?t.call(this,i):t)})},unwrap:function(t){return this.parent(t).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(t){return!w.expr.pseudos.visible(t)},w.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new i.XMLHttpRequest}catch(t){}};var $e={0:200,1223:204},Ve=w.ajaxSettings.xhr();_.cors=!!Ve&&"withCredentials"in Ve,_.ajax=Ve=!!Ve,w.ajaxTransport(function(t){var e,n;if(_.cors||Ve&&!t.crossDomain)return{send:function(r,s){var o,a=t.xhr();if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(o in t.xhrFields)a[o]=t.xhrFields[o];for(o in t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)a.setRequestHeader(o,r[o]);e=function(t){return function(){e&&(e=n=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===t?a.abort():"error"===t?"number"!=typeof a.status?s(0,"error"):s(a.status,a.statusText):s($e[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=e(),n=a.onerror=a.ontimeout=e("error"),void 0!==a.onabort?a.onabort=n:a.onreadystatechange=function(){4===a.readyState&&i.setTimeout(function(){e&&n()})},e=e("abort");try{a.send(t.hasContent&&t.data||null)}catch(t){if(e)throw t}},abort:function(){e&&e()}}}),w.ajaxPrefilter(function(t){t.crossDomain&&(t.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return w.globalEval(t),t}}}),w.ajaxPrefilter("script",function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")}),w.ajaxTransport("script",function(t){var e,i;if(t.crossDomain||t.scriptAttrs)return{send:function(n,r){e=w("<script>").attr(t.scriptAttrs||{}).prop({charset:t.scriptCharset,src:t.url}).on("load error",i=function(t){e.remove(),i=null,t&&r("error"===t.type?404:200,t.type)}),o.head.appendChild(e[0])},abort:function(){i&&i()}}});var Ge,Ze=[],Qe=/(=)\?(?=&|$)|\?\?/;w.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=Ze.pop()||w.expando+"_"+Se++;return this[t]=!0,t}}),w.ajaxPrefilter("json jsonp",function(t,e,n){var r,s,o,a=!1!==t.jsonp&&(Qe.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&Qe.test(t.data)&&"data");if(a||"jsonp"===t.dataTypes[0])return r=t.jsonpCallback=v(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,a?t[a]=t[a].replace(Qe,"$1"+r):!1!==t.jsonp&&(t.url+=(Oe.test(t.url)?"&":"?")+t.jsonp+"="+r),t.converters["script json"]=function(){return o||w.error(r+" was not called"),o[0]},t.dataTypes[0]="json",s=i[r],i[r]=function(){o=arguments},n.always(function(){void 0===s?w(i).removeProp(r):i[r]=s,t[r]&&(t.jsonpCallback=e.jsonpCallback,Ze.push(r)),o&&v(s)&&s(o[0]),o=s=void 0}),"script"}),_.createHTMLDocument=((Ge=o.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Ge.childNodes.length),w.parseHTML=function(t,e,i){return"string"!=typeof t?[]:("boolean"==typeof e&&(i=e,e=!1),e||(_.createHTMLDocument?((n=(e=o.implementation.createHTMLDocument("")).createElement("base")).href=o.location.href,e.head.appendChild(n)):e=o),s=!i&&[],(r=D.exec(t))?[e.createElement(r[1])]:(r=Ct([t],e,s),s&&s.length&&w(s).remove(),w.merge([],r.childNodes)));var n,r,s},w.fn.load=function(t,e,i){var n,r,s,o=this,a=t.indexOf(" ");return a>-1&&(n=xe(t.slice(a)),t=t.slice(0,a)),v(e)?(i=e,e=void 0):e&&"object"==typeof e&&(r="POST"),o.length>0&&w.ajax({url:t,type:r||"GET",dataType:"html",data:e}).done(function(t){s=arguments,o.html(n?w("<div>").append(w.parseHTML(t)).find(n):t)}).always(i&&function(t,e){o.each(function(){i.apply(this,s||[t.responseText,e,t])})}),this},w.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(t,e){w.fn[e]=function(t){return this.on(e,t)}}),w.expr.pseudos.animated=function(t){return w.grep(w.timers,function(e){return t===e.elem}).length},w.offset={setOffset:function(t,e,i){var n,r,s,o,a,l,u=w.css(t,"position"),h=w(t),c={};"static"===u&&(t.style.position="relative"),a=h.offset(),s=w.css(t,"top"),l=w.css(t,"left"),("absolute"===u||"fixed"===u)&&(s+l).indexOf("auto")>-1?(o=(n=h.position()).top,r=n.left):(o=parseFloat(s)||0,r=parseFloat(l)||0),v(e)&&(e=e.call(t,i,w.extend({},a))),null!=e.top&&(c.top=e.top-a.top+o),null!=e.left&&(c.left=e.left-a.left+r),"using"in e?e.using.call(t,c):h.css(c)}},w.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){w.offset.setOffset(this,t,e)});var e,i,n=this[0];return n?n.getClientRects().length?(e=n.getBoundingClientRect(),i=n.ownerDocument.defaultView,{top:e.top+i.pageYOffset,left:e.left+i.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var t,e,i,n=this[0],r={top:0,left:0};if("fixed"===w.css(n,"position"))e=n.getBoundingClientRect();else{for(e=this.offset(),i=n.ownerDocument,t=n.offsetParent||i.documentElement;t&&(t===i.body||t===i.documentElement)&&"static"===w.css(t,"position");)t=t.parentNode;t&&t!==n&&1===t.nodeType&&((r=w(t).offset()).top+=w.css(t,"borderTopWidth",!0),r.left+=w.css(t,"borderLeftWidth",!0))}return{top:e.top-r.top-w.css(n,"marginTop",!0),left:e.left-r.left-w.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent;t&&"static"===w.css(t,"position");)t=t.offsetParent;return t||ot})}}),w.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,e){var i="pageYOffset"===e;w.fn[t]=function(n){return Y(this,function(t,n,r){var s;if(y(t)?s=t:9===t.nodeType&&(s=t.defaultView),void 0===r)return s?s[e]:t[n];s?s.scrollTo(i?s.pageXOffset:r,i?r:s.pageYOffset):t[n]=r},t,n,arguments.length)}}),w.each(["top","left"],function(t,e){w.cssHooks[e]=Vt(_.pixelPosition,function(t,i){if(i)return i=$t(t,e),Wt.test(i)?w(t).position()[e]+"px":i})}),w.each({Height:"height",Width:"width"},function(t,e){w.each({padding:"inner"+t,content:e,"":"outer"+t},function(i,n){w.fn[n]=function(r,s){var o=arguments.length&&(i||"boolean"!=typeof r),a=i||(!0===r||!0===s?"margin":"border");return Y(this,function(e,i,r){var s;return y(e)?0===n.indexOf("outer")?e["inner"+t]:e.document.documentElement["client"+t]:9===e.nodeType?(s=e.documentElement,Math.max(e.body["scroll"+t],s["scroll"+t],e.body["offset"+t],s["offset"+t],s["client"+t])):void 0===r?w.css(e,i,a):w.style(e,i,r,a)},e,o?r:void 0,o)}})}),w.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(t,e){w.fn[e]=function(t,i){return arguments.length>0?this.on(e,null,t,i):this.trigger(e)}}),w.fn.extend({hover:function(t,e){return this.mouseenter(t).mouseleave(e||t)}}),w.fn.extend({bind:function(t,e,i){return this.on(t,null,e,i)},unbind:function(t,e){return this.off(t,null,e)},delegate:function(t,e,i,n){return this.on(e,t,i,n)},undelegate:function(t,e,i){return 1===arguments.length?this.off(t,"**"):this.off(e,t||"**",i)}}),w.proxy=function(t,e){var i,n,r;if("string"==typeof e&&(i=t[e],e=t,t=i),v(t))return n=l.call(arguments,2),(r=function(){return t.apply(e||this,n.concat(l.call(arguments)))}).guid=t.guid=t.guid||w.guid++,r},w.holdReady=function(t){t?w.readyWait++:w.ready(!0)},w.isArray=Array.isArray,w.parseJSON=JSON.parse,w.nodeName=E,w.isFunction=v,w.isWindow=y,w.camelCase=G,w.type=T,w.now=Date.now,w.isNumeric=function(t){var e=w.type(t);return("number"===e||"string"===e)&&!isNaN(t-parseFloat(t))},void 0===(n=function(){return w}.apply(e,[]))||(t.exports=n);var Je=i.jQuery,Ke=i.$;return w.noConflict=function(t){return i.$===w&&(i.$=Ke),t&&i.jQuery===w&&(i.jQuery=Je),w},r||(i.jQuery=i.$=w),w})},function(t,e,i){},function(t,e,i){"use strict";i.r(e);var n=i(0);
69
+ function(t){var e,i,n,r,s,o,a,l,u,h,c,f,p,d,m,g,_,v,y,x="sizzle"+1*new Date,b=t.document,T=0,w=0,C=lt(),P=lt(),S=lt(),k=lt(),O=function(t,e){return t===e&&(c=!0),0},A={}.hasOwnProperty,E=[],D=E.pop,R=E.push,M=E.push,L=E.slice,I=function(t,e){for(var i=0,n=t.length;i<n;i++)if(t[i]===e)return i;return-1},N="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",j="[\\x20\\t\\r\\n\\f]",B="(?:\\\\[\\da-fA-F]{1,6}"+j+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",F="\\["+j+"*("+B+")(?:"+j+"*([*^$|!~]?=)"+j+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+B+"))|)"+j+"*\\]",q=":("+B+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+F+")*)|.*)\\)|)",z=new RegExp(j+"+","g"),H=new RegExp("^"+j+"+|((?:^|[^\\\\])(?:\\\\.)*)"+j+"+$","g"),X=new RegExp("^"+j+"*,"+j+"*"),W=new RegExp("^"+j+"*([>+~]|"+j+")"+j+"*"),Y=new RegExp(j+"|>"),U=new RegExp(q),$=new RegExp("^"+B+"$"),V={ID:new RegExp("^#("+B+")"),CLASS:new RegExp("^\\.("+B+")"),TAG:new RegExp("^("+B+"|[*])"),ATTR:new RegExp("^"+F),PSEUDO:new RegExp("^"+q),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+j+"*(even|odd|(([+-]|)(\\d*)n|)"+j+"*(?:([+-]|)"+j+"*(\\d+)|))"+j+"*\\)|)","i"),bool:new RegExp("^(?:"+N+")$","i"),needsContext:new RegExp("^"+j+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+j+"*((?:-\\d)?\\d*)"+j+"*\\)|)(?=[^-]|$)","i")},G=/HTML$/i,Z=/^(?:input|select|textarea|button)$/i,Q=/^h\d$/i,J=/^[^{]+\{\s*\[native \w/,K=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,tt=/[+~]/,et=new RegExp("\\\\[\\da-fA-F]{1,6}"+j+"?|\\\\([^\\r\\n\\f])","g"),it=function(t,e){var i="0x"+t.slice(1)-65536;return e||(i<0?String.fromCharCode(i+65536):String.fromCharCode(i>>10|55296,1023&i|56320))},nt=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,rt=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},st=function(){f()},ot=xt(function(t){return!0===t.disabled&&"fieldset"===t.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{M.apply(E=L.call(b.childNodes),b.childNodes),E[b.childNodes.length].nodeType}catch(t){M={apply:E.length?function(t,e){R.apply(t,L.call(e))}:function(t,e){for(var i=t.length,n=0;t[i++]=e[n++];);t.length=i-1}}}function at(t,e,n,r){var s,a,u,h,c,d,_,v=e&&e.ownerDocument,b=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==b&&9!==b&&11!==b)return n;if(!r&&(f(e),e=e||p,m)){if(11!==b&&(c=K.exec(t)))if(s=c[1]){if(9===b){if(!(u=e.getElementById(s)))return n;if(u.id===s)return n.push(u),n}else if(v&&(u=v.getElementById(s))&&y(e,u)&&u.id===s)return n.push(u),n}else{if(c[2])return M.apply(n,e.getElementsByTagName(t)),n;if((s=c[3])&&i.getElementsByClassName&&e.getElementsByClassName)return M.apply(n,e.getElementsByClassName(s)),n}if(i.qsa&&!k[t+" "]&&(!g||!g.test(t))&&(1!==b||"object"!==e.nodeName.toLowerCase())){if(_=t,v=e,1===b&&(Y.test(t)||W.test(t))){for((v=tt.test(t)&&_t(e.parentNode)||e)===e&&i.scope||((h=e.getAttribute("id"))?h=h.replace(nt,rt):e.setAttribute("id",h=x)),a=(d=o(t)).length;a--;)d[a]=(h?"#"+h:":scope")+" "+yt(d[a]);_=d.join(",")}try{return M.apply(n,v.querySelectorAll(_)),n}catch(e){k(t,!0)}finally{h===x&&e.removeAttribute("id")}}}return l(t.replace(H,"$1"),e,n,r)}function lt(){var t=[];return function e(i,r){return t.push(i+" ")>n.cacheLength&&delete e[t.shift()],e[i+" "]=r}}function ut(t){return t[x]=!0,t}function ht(t){var e=p.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function ct(t,e){for(var i=t.split("|"),r=i.length;r--;)n.attrHandle[i[r]]=e}function ft(t,e){var i=e&&t,n=i&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(n)return n;if(i)for(;i=i.nextSibling;)if(i===e)return-1;return t?1:-1}function pt(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function dt(t){return function(e){var i=e.nodeName.toLowerCase();return("input"===i||"button"===i)&&e.type===t}}function mt(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ot(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function gt(t){return ut(function(e){return e=+e,ut(function(i,n){for(var r,s=t([],i.length,e),o=s.length;o--;)i[r=s[o]]&&(i[r]=!(n[r]=i[r]))})})}function _t(t){return t&&void 0!==t.getElementsByTagName&&t}for(e in i=at.support={},s=at.isXML=function(t){var e=t.namespaceURI,i=(t.ownerDocument||t).documentElement;return!G.test(e||i&&i.nodeName||"HTML")},f=at.setDocument=function(t){var e,r,o=t?t.ownerDocument||t:b;return o!=p&&9===o.nodeType&&o.documentElement?(d=(p=o).documentElement,m=!s(p),b!=p&&(r=p.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener("unload",st,!1):r.attachEvent&&r.attachEvent("onunload",st)),i.scope=ht(function(t){return d.appendChild(t).appendChild(p.createElement("div")),void 0!==t.querySelectorAll&&!t.querySelectorAll(":scope fieldset div").length}),i.attributes=ht(function(t){return t.className="i",!t.getAttribute("className")}),i.getElementsByTagName=ht(function(t){return t.appendChild(p.createComment("")),!t.getElementsByTagName("*").length}),i.getElementsByClassName=J.test(p.getElementsByClassName),i.getById=ht(function(t){return d.appendChild(t).id=x,!p.getElementsByName||!p.getElementsByName(x).length}),i.getById?(n.filter.ID=function(t){var e=t.replace(et,it);return function(t){return t.getAttribute("id")===e}},n.find.ID=function(t,e){if(void 0!==e.getElementById&&m){var i=e.getElementById(t);return i?[i]:[]}}):(n.filter.ID=function(t){var e=t.replace(et,it);return function(t){var i=void 0!==t.getAttributeNode&&t.getAttributeNode("id");return i&&i.value===e}},n.find.ID=function(t,e){if(void 0!==e.getElementById&&m){var i,n,r,s=e.getElementById(t);if(s){if((i=s.getAttributeNode("id"))&&i.value===t)return[s];for(r=e.getElementsByName(t),n=0;s=r[n++];)if((i=s.getAttributeNode("id"))&&i.value===t)return[s]}return[]}}),n.find.TAG=i.getElementsByTagName?function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):i.qsa?e.querySelectorAll(t):void 0}:function(t,e){var i,n=[],r=0,s=e.getElementsByTagName(t);if("*"===t){for(;i=s[r++];)1===i.nodeType&&n.push(i);return n}return s},n.find.CLASS=i.getElementsByClassName&&function(t,e){if(void 0!==e.getElementsByClassName&&m)return e.getElementsByClassName(t)},_=[],g=[],(i.qsa=J.test(p.querySelectorAll))&&(ht(function(t){var e;d.appendChild(t).innerHTML="<a id='"+x+"'></a><select id='"+x+"-\r\\' msallowcapture=''><option selected=''></option></select>",t.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+j+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||g.push("\\["+j+"*(?:value|"+N+")"),t.querySelectorAll("[id~="+x+"-]").length||g.push("~="),(e=p.createElement("input")).setAttribute("name",""),t.appendChild(e),t.querySelectorAll("[name='']").length||g.push("\\["+j+"*name"+j+"*="+j+"*(?:''|\"\")"),t.querySelectorAll(":checked").length||g.push(":checked"),t.querySelectorAll("a#"+x+"+*").length||g.push(".#.+[+~]"),t.querySelectorAll("\\\f"),g.push("[\\r\\n\\f]")}),ht(function(t){t.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var e=p.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&g.push("name"+j+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),d.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),g.push(",.*:")})),(i.matchesSelector=J.test(v=d.matches||d.webkitMatchesSelector||d.mozMatchesSelector||d.oMatchesSelector||d.msMatchesSelector))&&ht(function(t){i.disconnectedMatch=v.call(t,"*"),v.call(t,"[s!='']:x"),_.push("!=",q)}),g=g.length&&new RegExp(g.join("|")),_=_.length&&new RegExp(_.join("|")),e=J.test(d.compareDocumentPosition),y=e||J.test(d.contains)?function(t,e){var i=9===t.nodeType?t.documentElement:t,n=e&&e.parentNode;return t===n||!(!n||1!==n.nodeType||!(i.contains?i.contains(n):t.compareDocumentPosition&&16&t.compareDocumentPosition(n)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},O=e?function(t,e){if(t===e)return c=!0,0;var n=!t.compareDocumentPosition-!e.compareDocumentPosition;return n||(1&(n=(t.ownerDocument||t)==(e.ownerDocument||e)?t.compareDocumentPosition(e):1)||!i.sortDetached&&e.compareDocumentPosition(t)===n?t==p||t.ownerDocument==b&&y(b,t)?-1:e==p||e.ownerDocument==b&&y(b,e)?1:h?I(h,t)-I(h,e):0:4&n?-1:1)}:function(t,e){if(t===e)return c=!0,0;var i,n=0,r=t.parentNode,s=e.parentNode,o=[t],a=[e];if(!r||!s)return t==p?-1:e==p?1:r?-1:s?1:h?I(h,t)-I(h,e):0;if(r===s)return ft(t,e);for(i=t;i=i.parentNode;)o.unshift(i);for(i=e;i=i.parentNode;)a.unshift(i);for(;o[n]===a[n];)n++;return n?ft(o[n],a[n]):o[n]==b?-1:a[n]==b?1:0},p):p},at.matches=function(t,e){return at(t,null,null,e)},at.matchesSelector=function(t,e){if(f(t),i.matchesSelector&&m&&!k[e+" "]&&(!_||!_.test(e))&&(!g||!g.test(e)))try{var n=v.call(t,e);if(n||i.disconnectedMatch||t.document&&11!==t.document.nodeType)return n}catch(t){k(e,!0)}return at(e,p,null,[t]).length>0},at.contains=function(t,e){return(t.ownerDocument||t)!=p&&f(t),y(t,e)},at.attr=function(t,e){(t.ownerDocument||t)!=p&&f(t);var r=n.attrHandle[e.toLowerCase()],s=r&&A.call(n.attrHandle,e.toLowerCase())?r(t,e,!m):void 0;return void 0!==s?s:i.attributes||!m?t.getAttribute(e):(s=t.getAttributeNode(e))&&s.specified?s.value:null},at.escape=function(t){return(t+"").replace(nt,rt)},at.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},at.uniqueSort=function(t){var e,n=[],r=0,s=0;if(c=!i.detectDuplicates,h=!i.sortStable&&t.slice(0),t.sort(O),c){for(;e=t[s++];)e===t[s]&&(r=n.push(s));for(;r--;)t.splice(n[r],1)}return h=null,t},r=at.getText=function(t){var e,i="",n=0,s=t.nodeType;if(s){if(1===s||9===s||11===s){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)i+=r(t)}else if(3===s||4===s)return t.nodeValue}else for(;e=t[n++];)i+=r(e);return i},(n=at.selectors={cacheLength:50,createPseudo:ut,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(et,it),t[3]=(t[3]||t[4]||t[5]||"").replace(et,it),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||at.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&at.error(t[0]),t},PSEUDO:function(t){var e,i=!t[6]&&t[2];return V.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":i&&U.test(i)&&(e=o(i,!0))&&(e=i.indexOf(")",i.length-e)-i.length)&&(t[0]=t[0].slice(0,e),t[2]=i.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(et,it).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=C[t+" "];return e||(e=new RegExp("(^|"+j+")"+t+"("+j+"|$)"))&&C(t,function(t){return e.test("string"==typeof t.className&&t.className||void 0!==t.getAttribute&&t.getAttribute("class")||"")})},ATTR:function(t,e,i){return function(n){var r=at.attr(n,t);return null==r?"!="===e:!e||(r+="","="===e?r===i:"!="===e?r!==i:"^="===e?i&&0===r.indexOf(i):"*="===e?i&&r.indexOf(i)>-1:"$="===e?i&&r.slice(-i.length)===i:"~="===e?(" "+r.replace(z," ")+" ").indexOf(i)>-1:"|="===e&&(r===i||r.slice(0,i.length+1)===i+"-"))}},CHILD:function(t,e,i,n,r){var s="nth"!==t.slice(0,3),o="last"!==t.slice(-4),a="of-type"===e;return 1===n&&0===r?function(t){return!!t.parentNode}:function(e,i,l){var u,h,c,f,p,d,m=s!==o?"nextSibling":"previousSibling",g=e.parentNode,_=a&&e.nodeName.toLowerCase(),v=!l&&!a,y=!1;if(g){if(s){for(;m;){for(f=e;f=f[m];)if(a?f.nodeName.toLowerCase()===_:1===f.nodeType)return!1;d=m="only"===t&&!d&&"nextSibling"}return!0}if(d=[o?g.firstChild:g.lastChild],o&&v){for(y=(p=(u=(h=(c=(f=g)[x]||(f[x]={}))[f.uniqueID]||(c[f.uniqueID]={}))[t]||[])[0]===T&&u[1])&&u[2],f=p&&g.childNodes[p];f=++p&&f&&f[m]||(y=p=0)||d.pop();)if(1===f.nodeType&&++y&&f===e){h[t]=[T,p,y];break}}else if(v&&(y=p=(u=(h=(c=(f=e)[x]||(f[x]={}))[f.uniqueID]||(c[f.uniqueID]={}))[t]||[])[0]===T&&u[1]),!1===y)for(;(f=++p&&f&&f[m]||(y=p=0)||d.pop())&&((a?f.nodeName.toLowerCase()!==_:1!==f.nodeType)||!++y||(v&&((h=(c=f[x]||(f[x]={}))[f.uniqueID]||(c[f.uniqueID]={}))[t]=[T,y]),f!==e)););return(y-=r)===n||y%n==0&&y/n>=0}}},PSEUDO:function(t,e){var i,r=n.pseudos[t]||n.setFilters[t.toLowerCase()]||at.error("unsupported pseudo: "+t);return r[x]?r(e):r.length>1?(i=[t,t,"",e],n.setFilters.hasOwnProperty(t.toLowerCase())?ut(function(t,i){for(var n,s=r(t,e),o=s.length;o--;)t[n=I(t,s[o])]=!(i[n]=s[o])}):function(t){return r(t,0,i)}):r}},pseudos:{not:ut(function(t){var e=[],i=[],n=a(t.replace(H,"$1"));return n[x]?ut(function(t,e,i,r){for(var s,o=n(t,null,r,[]),a=t.length;a--;)(s=o[a])&&(t[a]=!(e[a]=s))}):function(t,r,s){return e[0]=t,n(e,null,s,i),e[0]=null,!i.pop()}}),has:ut(function(t){return function(e){return at(t,e).length>0}}),contains:ut(function(t){return t=t.replace(et,it),function(e){return(e.textContent||r(e)).indexOf(t)>-1}}),lang:ut(function(t){return $.test(t||"")||at.error("unsupported lang: "+t),t=t.replace(et,it).toLowerCase(),function(e){var i;do{if(i=m?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(i=i.toLowerCase())===t||0===i.indexOf(t+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var i=t.location&&t.location.hash;return i&&i.slice(1)===e.id},root:function(t){return t===d},focus:function(t){return t===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:mt(!1),disabled:mt(!0),checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!n.pseudos.empty(t)},header:function(t){return Q.test(t.nodeName)},input:function(t){return Z.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:gt(function(){return[0]}),last:gt(function(t,e){return[e-1]}),eq:gt(function(t,e,i){return[i<0?i+e:i]}),even:gt(function(t,e){for(var i=0;i<e;i+=2)t.push(i);return t}),odd:gt(function(t,e){for(var i=1;i<e;i+=2)t.push(i);return t}),lt:gt(function(t,e,i){for(var n=i<0?i+e:i>e?e:i;--n>=0;)t.push(n);return t}),gt:gt(function(t,e,i){for(var n=i<0?i+e:i;++n<e;)t.push(n);return t})}}).pseudos.nth=n.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})n.pseudos[e]=pt(e);for(e in{submit:!0,reset:!0})n.pseudos[e]=dt(e);function vt(){}function yt(t){for(var e=0,i=t.length,n="";e<i;e++)n+=t[e].value;return n}function xt(t,e,i){var n=e.dir,r=e.next,s=r||n,o=i&&"parentNode"===s,a=w++;return e.first?function(e,i,r){for(;e=e[n];)if(1===e.nodeType||o)return t(e,i,r);return!1}:function(e,i,l){var u,h,c,f=[T,a];if(l){for(;e=e[n];)if((1===e.nodeType||o)&&t(e,i,l))return!0}else for(;e=e[n];)if(1===e.nodeType||o)if(h=(c=e[x]||(e[x]={}))[e.uniqueID]||(c[e.uniqueID]={}),r&&r===e.nodeName.toLowerCase())e=e[n]||e;else{if((u=h[s])&&u[0]===T&&u[1]===a)return f[2]=u[2];if(h[s]=f,f[2]=t(e,i,l))return!0}return!1}}function bt(t){return t.length>1?function(e,i,n){for(var r=t.length;r--;)if(!t[r](e,i,n))return!1;return!0}:t[0]}function Tt(t,e,i,n,r){for(var s,o=[],a=0,l=t.length,u=null!=e;a<l;a++)(s=t[a])&&(i&&!i(s,n,r)||(o.push(s),u&&e.push(a)));return o}function wt(t,e,i,n,r,s){return n&&!n[x]&&(n=wt(n)),r&&!r[x]&&(r=wt(r,s)),ut(function(s,o,a,l){var u,h,c,f=[],p=[],d=o.length,m=s||function(t,e,i){for(var n=0,r=e.length;n<r;n++)at(t,e[n],i);return i}(e||"*",a.nodeType?[a]:a,[]),g=!t||!s&&e?m:Tt(m,f,t,a,l),_=i?r||(s?t:d||n)?[]:o:g;if(i&&i(g,_,a,l),n)for(u=Tt(_,p),n(u,[],a,l),h=u.length;h--;)(c=u[h])&&(_[p[h]]=!(g[p[h]]=c));if(s){if(r||t){if(r){for(u=[],h=_.length;h--;)(c=_[h])&&u.push(g[h]=c);r(null,_=[],u,l)}for(h=_.length;h--;)(c=_[h])&&(u=r?I(s,c):f[h])>-1&&(s[u]=!(o[u]=c))}}else _=Tt(_===o?_.splice(d,_.length):_),r?r(null,o,_,l):M.apply(o,_)})}function Ct(t){for(var e,i,r,s=t.length,o=n.relative[t[0].type],a=o||n.relative[" "],l=o?1:0,h=xt(function(t){return t===e},a,!0),c=xt(function(t){return I(e,t)>-1},a,!0),f=[function(t,i,n){var r=!o&&(n||i!==u)||((e=i).nodeType?h(t,i,n):c(t,i,n));return e=null,r}];l<s;l++)if(i=n.relative[t[l].type])f=[xt(bt(f),i)];else{if((i=n.filter[t[l].type].apply(null,t[l].matches))[x]){for(r=++l;r<s&&!n.relative[t[r].type];r++);return wt(l>1&&bt(f),l>1&&yt(t.slice(0,l-1).concat({value:" "===t[l-2].type?"*":""})).replace(H,"$1"),i,l<r&&Ct(t.slice(l,r)),r<s&&Ct(t=t.slice(r)),r<s&&yt(t))}f.push(i)}return bt(f)}return vt.prototype=n.filters=n.pseudos,n.setFilters=new vt,o=at.tokenize=function(t,e){var i,r,s,o,a,l,u,h=P[t+" "];if(h)return e?0:h.slice(0);for(a=t,l=[],u=n.preFilter;a;){for(o in i&&!(r=X.exec(a))||(r&&(a=a.slice(r[0].length)||a),l.push(s=[])),i=!1,(r=W.exec(a))&&(i=r.shift(),s.push({value:i,type:r[0].replace(H," ")}),a=a.slice(i.length)),n.filter)!(r=V[o].exec(a))||u[o]&&!(r=u[o](r))||(i=r.shift(),s.push({value:i,type:o,matches:r}),a=a.slice(i.length));if(!i)break}return e?a.length:a?at.error(t):P(t,l).slice(0)},a=at.compile=function(t,e){var i,r=[],s=[],a=S[t+" "];if(!a){for(e||(e=o(t)),i=e.length;i--;)(a=Ct(e[i]))[x]?r.push(a):s.push(a);(a=S(t,function(t,e){var i=e.length>0,r=t.length>0,s=function(s,o,a,l,h){var c,d,g,_=0,v="0",y=s&&[],x=[],b=u,w=s||r&&n.find.TAG("*",h),C=T+=null==b?1:Math.random()||.1,P=w.length;for(h&&(u=o==p||o||h);v!==P&&null!=(c=w[v]);v++){if(r&&c){for(d=0,o||c.ownerDocument==p||(f(c),a=!m);g=t[d++];)if(g(c,o||p,a)){l.push(c);break}h&&(T=C)}i&&((c=!g&&c)&&_--,s&&y.push(c))}if(_+=v,i&&v!==_){for(d=0;g=e[d++];)g(y,x,o,a);if(s){if(_>0)for(;v--;)y[v]||x[v]||(x[v]=D.call(l));x=Tt(x)}M.apply(l,x),h&&!s&&x.length>0&&_+e.length>1&&at.uniqueSort(l)}return h&&(T=C,u=b),y};return i?ut(s):s}(s,r))).selector=t}return a},l=at.select=function(t,e,i,r){var s,l,u,h,c,f="function"==typeof t&&t,p=!r&&o(t=f.selector||t);if(i=i||[],1===p.length){if((l=p[0]=p[0].slice(0)).length>2&&"ID"===(u=l[0]).type&&9===e.nodeType&&m&&n.relative[l[1].type]){if(!(e=(n.find.ID(u.matches[0].replace(et,it),e)||[])[0]))return i;f&&(e=e.parentNode),t=t.slice(l.shift().value.length)}for(s=V.needsContext.test(t)?0:l.length;s--&&(u=l[s],!n.relative[h=u.type]);)if((c=n.find[h])&&(r=c(u.matches[0].replace(et,it),tt.test(l[0].type)&&_t(e.parentNode)||e))){if(l.splice(s,1),!(t=r.length&&yt(l)))return M.apply(i,r),i;break}}return(f||a(t,p))(r,e,!m,i,!e||tt.test(t)&&_t(e.parentNode)||e),i},i.sortStable=x.split("").sort(O).join("")===x,i.detectDuplicates=!!c,f(),i.sortDetached=ht(function(t){return 1&t.compareDocumentPosition(p.createElement("fieldset"))}),ht(function(t){return t.innerHTML="<a href='#'></a>","#"===t.firstChild.getAttribute("href")})||ct("type|href|height|width",function(t,e,i){if(!i)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)}),i.attributes&&ht(function(t){return t.innerHTML="<input/>",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")})||ct("value",function(t,e,i){if(!i&&"input"===t.nodeName.toLowerCase())return t.defaultValue}),ht(function(t){return null==t.getAttribute("disabled")})||ct(N,function(t,e,i){var n;if(!i)return!0===t[e]?e.toLowerCase():(n=t.getAttributeNode(e))&&n.specified?n.value:null}),at}(i);w.find=P,w.expr=P.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=P.uniqueSort,w.text=P.getText,w.isXMLDoc=P.isXML,w.contains=P.contains,w.escapeSelector=P.escape;var S=function(t,e,i){for(var n=[],r=void 0!==i;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(r&&w(t).is(i))break;n.push(t)}return n},k=function(t,e){for(var i=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&i.push(t);return i},O=w.expr.match.needsContext;function A(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}var E=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(t,e,i){return _(e)?w.grep(t,function(t,n){return!!e.call(t,n,t)!==i}):e.nodeType?w.grep(t,function(t){return t===e!==i}):"string"!=typeof e?w.grep(t,function(t){return h.call(e,t)>-1!==i}):w.filter(e,t,i)}w.filter=function(t,e,i){var n=e[0];return i&&(t=":not("+t+")"),1===e.length&&1===n.nodeType?w.find.matchesSelector(n,t)?[n]:[]:w.find.matches(t,w.grep(e,function(t){return 1===t.nodeType}))},w.fn.extend({find:function(t){var e,i,n=this.length,r=this;if("string"!=typeof t)return this.pushStack(w(t).filter(function(){for(e=0;e<n;e++)if(w.contains(r[e],this))return!0}));for(i=this.pushStack([]),e=0;e<n;e++)w.find(t,r[e],i);return n>1?w.uniqueSort(i):i},filter:function(t){return this.pushStack(D(this,t||[],!1))},not:function(t){return this.pushStack(D(this,t||[],!0))},is:function(t){return!!D(this,"string"==typeof t&&O.test(t)?w(t):t||[],!1).length}});var R,M=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(t,e,i){var n,r;if(!t)return this;if(i=i||R,"string"==typeof t){if(!(n="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:M.exec(t))||!n[1]&&e)return!e||e.jquery?(e||i).find(t):this.constructor(e).find(t);if(n[1]){if(e=e instanceof w?e[0]:e,w.merge(this,w.parseHTML(n[1],e&&e.nodeType?e.ownerDocument||e:y,!0)),E.test(n[1])&&w.isPlainObject(e))for(n in e)_(this[n])?this[n](e[n]):this.attr(n,e[n]);return this}return(r=y.getElementById(n[2]))&&(this[0]=r,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):_(t)?void 0!==i.ready?i.ready(t):t(w):w.makeArray(t,this)}).prototype=w.fn,R=w(y);var L=/^(?:parents|prev(?:Until|All))/,I={children:!0,contents:!0,next:!0,prev:!0};function N(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}w.fn.extend({has:function(t){var e=w(t,this),i=e.length;return this.filter(function(){for(var t=0;t<i;t++)if(w.contains(this,e[t]))return!0})},closest:function(t,e){var i,n=0,r=this.length,s=[],o="string"!=typeof t&&w(t);if(!O.test(t))for(;n<r;n++)for(i=this[n];i&&i!==e;i=i.parentNode)if(i.nodeType<11&&(o?o.index(i)>-1:1===i.nodeType&&w.find.matchesSelector(i,t))){s.push(i);break}return this.pushStack(s.length>1?w.uniqueSort(s):s)},index:function(t){return t?"string"==typeof t?h.call(w(t),this[0]):h.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),w.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return S(t,"parentNode")},parentsUntil:function(t,e,i){return S(t,"parentNode",i)},next:function(t){return N(t,"nextSibling")},prev:function(t){return N(t,"previousSibling")},nextAll:function(t){return S(t,"nextSibling")},prevAll:function(t){return S(t,"previousSibling")},nextUntil:function(t,e,i){return S(t,"nextSibling",i)},prevUntil:function(t,e,i){return S(t,"previousSibling",i)},siblings:function(t){return k((t.parentNode||{}).firstChild,t)},children:function(t){return k(t.firstChild)},contents:function(t){return null!=t.contentDocument&&o(t.contentDocument)?t.contentDocument:(A(t,"template")&&(t=t.content||t),w.merge([],t.childNodes))}},function(t,e){w.fn[t]=function(i,n){var r=w.map(this,e,i);return"Until"!==t.slice(-5)&&(n=i),n&&"string"==typeof n&&(r=w.filter(n,r)),this.length>1&&(I[t]||w.uniqueSort(r),L.test(t)&&r.reverse()),this.pushStack(r)}});var j=/[^\x20\t\r\n\f]+/g;function B(t){return t}function F(t){throw t}function q(t,e,i,n){var r;try{t&&_(r=t.promise)?r.call(t).done(e).fail(i):t&&_(r=t.then)?r.call(t,e,i):e.apply(void 0,[t].slice(n))}catch(t){i.apply(void 0,[t])}}w.Callbacks=function(t){t="string"==typeof t?function(t){var e={};return w.each(t.match(j)||[],function(t,i){e[i]=!0}),e}(t):w.extend({},t);var e,i,n,r,s=[],o=[],a=-1,l=function(){for(r=r||t.once,n=e=!0;o.length;a=-1)for(i=o.shift();++a<s.length;)!1===s[a].apply(i[0],i[1])&&t.stopOnFalse&&(a=s.length,i=!1);t.memory||(i=!1),e=!1,r&&(s=i?[]:"")},u={add:function(){return s&&(i&&!e&&(a=s.length-1,o.push(i)),function e(i){w.each(i,function(i,n){_(n)?t.unique&&u.has(n)||s.push(n):n&&n.length&&"string"!==T(n)&&e(n)})}(arguments),i&&!e&&l()),this},remove:function(){return w.each(arguments,function(t,e){for(var i;(i=w.inArray(e,s,i))>-1;)s.splice(i,1),i<=a&&a--}),this},has:function(t){return t?w.inArray(t,s)>-1:s.length>0},empty:function(){return s&&(s=[]),this},disable:function(){return r=o=[],s=i="",this},disabled:function(){return!s},lock:function(){return r=o=[],i||e||(s=i=""),this},locked:function(){return!!r},fireWith:function(t,i){return r||(i=[t,(i=i||[]).slice?i.slice():i],o.push(i),e||l()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!n}};return u},w.extend({Deferred:function(t){var e=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],n="pending",r={state:function(){return n},always:function(){return s.done(arguments).fail(arguments),this},catch:function(t){return r.then(null,t)},pipe:function(){var t=arguments;return w.Deferred(function(i){w.each(e,function(e,n){var r=_(t[n[4]])&&t[n[4]];s[n[1]](function(){var t=r&&r.apply(this,arguments);t&&_(t.promise)?t.promise().progress(i.notify).done(i.resolve).fail(i.reject):i[n[0]+"With"](this,r?[t]:arguments)})}),t=null}).promise()},then:function(t,n,r){var s=0;function o(t,e,n,r){return function(){var a=this,l=arguments,u=function(){var i,u;if(!(t<s)){if((i=n.apply(a,l))===e.promise())throw new TypeError("Thenable self-resolution");u=i&&("object"==typeof i||"function"==typeof i)&&i.then,_(u)?r?u.call(i,o(s,e,B,r),o(s,e,F,r)):(s++,u.call(i,o(s,e,B,r),o(s,e,F,r),o(s,e,B,e.notifyWith))):(n!==B&&(a=void 0,l=[i]),(r||e.resolveWith)(a,l))}},h=r?u:function(){try{u()}catch(i){w.Deferred.exceptionHook&&w.Deferred.exceptionHook(i,h.stackTrace),t+1>=s&&(n!==F&&(a=void 0,l=[i]),e.rejectWith(a,l))}};t?h():(w.Deferred.getStackHook&&(h.stackTrace=w.Deferred.getStackHook()),i.setTimeout(h))}}return w.Deferred(function(i){e[0][3].add(o(0,i,_(r)?r:B,i.notifyWith)),e[1][3].add(o(0,i,_(t)?t:B)),e[2][3].add(o(0,i,_(n)?n:F))}).promise()},promise:function(t){return null!=t?w.extend(t,r):r}},s={};return w.each(e,function(t,i){var o=i[2],a=i[5];r[i[1]]=o.add,a&&o.add(function(){n=a},e[3-t][2].disable,e[3-t][3].disable,e[0][2].lock,e[0][3].lock),o.add(i[3].fire),s[i[0]]=function(){return s[i[0]+"With"](this===s?void 0:this,arguments),this},s[i[0]+"With"]=o.fireWith}),r.promise(s),t&&t.call(s,s),s},when:function(t){var e=arguments.length,i=e,n=Array(i),r=a.call(arguments),s=w.Deferred(),o=function(t){return function(i){n[t]=this,r[t]=arguments.length>1?a.call(arguments):i,--e||s.resolveWith(n,r)}};if(e<=1&&(q(t,s.done(o(i)).resolve,s.reject,!e),"pending"===s.state()||_(r[i]&&r[i].then)))return s.then();for(;i--;)q(r[i],o(i),s.reject);return s.promise()}});var z=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,e){i.console&&i.console.warn&&t&&z.test(t.name)&&i.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},w.readyException=function(t){i.setTimeout(function(){throw t})};var H=w.Deferred();function X(){y.removeEventListener("DOMContentLoaded",X),i.removeEventListener("load",X),w.ready()}w.fn.ready=function(t){return H.then(t).catch(function(t){w.readyException(t)}),this},w.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==t&&--w.readyWait>0||H.resolveWith(y,[w]))}}),w.ready.then=H.then,"complete"===y.readyState||"loading"!==y.readyState&&!y.documentElement.doScroll?i.setTimeout(w.ready):(y.addEventListener("DOMContentLoaded",X),i.addEventListener("load",X));var W=function(t,e,i,n,r,s,o){var a=0,l=t.length,u=null==i;if("object"===T(i))for(a in r=!0,i)W(t,e,a,i[a],!0,s,o);else if(void 0!==n&&(r=!0,_(n)||(o=!0),u&&(o?(e.call(t,n),e=null):(u=e,e=function(t,e,i){return u.call(w(t),i)})),e))for(;a<l;a++)e(t[a],i,o?n:n.call(t[a],a,e(t[a],i)));return r?t:u?e.call(t):l?e(t[0],i):s},Y=/^-ms-/,U=/-([a-z])/g;function $(t,e){return e.toUpperCase()}function V(t){return t.replace(Y,"ms-").replace(U,$)}var G=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};function Z(){this.expando=w.expando+Z.uid++}Z.uid=1,Z.prototype={cache:function(t){var e=t[this.expando];return e||(e=Object.create(null),G(t)&&(t.nodeType?t[this.expando]=e:Object.defineProperty(t,this.expando,{value:e,configurable:!0}))),e},set:function(t,e,i){var n,r=this.cache(t);if("string"==typeof e)r[V(e)]=i;else for(n in e)r[V(n)]=e[n];return r},get:function(t,e){return void 0===e?this.cache(t):t[this.expando]&&t[this.expando][V(e)]},access:function(t,e,i){return void 0===e||e&&"string"==typeof e&&void 0===i?this.get(t,e):(this.set(t,e,i),void 0!==i?i:e)},remove:function(t,e){var i,n=t[this.expando];if(void 0!==n){if(void 0!==e){i=(e=Array.isArray(e)?e.map(V):(e=V(e))in n?[e]:e.match(j)||[]).length;for(;i--;)delete n[e[i]]}(void 0===e||w.isEmptyObject(n))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var e=t[this.expando];return void 0!==e&&!w.isEmptyObject(e)}};var Q=new Z,J=new Z,K=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,tt=/[A-Z]/g;function et(t,e,i){var n;if(void 0===i&&1===t.nodeType)if(n="data-"+e.replace(tt,"-$&").toLowerCase(),"string"==typeof(i=t.getAttribute(n))){try{i=function(t){return"true"===t||"false"!==t&&("null"===t?null:t===+t+""?+t:K.test(t)?JSON.parse(t):t)}(i)}catch(t){}J.set(t,e,i)}else i=void 0;return i}w.extend({hasData:function(t){return J.hasData(t)||Q.hasData(t)},data:function(t,e,i){return J.access(t,e,i)},removeData:function(t,e){J.remove(t,e)},_data:function(t,e,i){return Q.access(t,e,i)},_removeData:function(t,e){Q.remove(t,e)}}),w.fn.extend({data:function(t,e){var i,n,r,s=this[0],o=s&&s.attributes;if(void 0===t){if(this.length&&(r=J.get(s),1===s.nodeType&&!Q.get(s,"hasDataAttrs"))){for(i=o.length;i--;)o[i]&&0===(n=o[i].name).indexOf("data-")&&(n=V(n.slice(5)),et(s,n,r[n]));Q.set(s,"hasDataAttrs",!0)}return r}return"object"==typeof t?this.each(function(){J.set(this,t)}):W(this,function(e){var i;if(s&&void 0===e)return void 0!==(i=J.get(s,t))?i:void 0!==(i=et(s,t))?i:void 0;this.each(function(){J.set(this,t,e)})},null,e,arguments.length>1,null,!0)},removeData:function(t){return this.each(function(){J.remove(this,t)})}}),w.extend({queue:function(t,e,i){var n;if(t)return e=(e||"fx")+"queue",n=Q.get(t,e),i&&(!n||Array.isArray(i)?n=Q.access(t,e,w.makeArray(i)):n.push(i)),n||[]},dequeue:function(t,e){e=e||"fx";var i=w.queue(t,e),n=i.length,r=i.shift(),s=w._queueHooks(t,e);"inprogress"===r&&(r=i.shift(),n--),r&&("fx"===e&&i.unshift("inprogress"),delete s.stop,r.call(t,function(){w.dequeue(t,e)},s)),!n&&s&&s.empty.fire()},_queueHooks:function(t,e){var i=e+"queueHooks";return Q.get(t,i)||Q.access(t,i,{empty:w.Callbacks("once memory").add(function(){Q.remove(t,[e+"queue",i])})})}}),w.fn.extend({queue:function(t,e){var i=2;return"string"!=typeof t&&(e=t,t="fx",i--),arguments.length<i?w.queue(this[0],t):void 0===e?this:this.each(function(){var i=w.queue(this,t,e);w._queueHooks(this,t),"fx"===t&&"inprogress"!==i[0]&&w.dequeue(this,t)})},dequeue:function(t){return this.each(function(){w.dequeue(this,t)})},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,e){var i,n=1,r=w.Deferred(),s=this,o=this.length,a=function(){--n||r.resolveWith(s,[s])};for("string"!=typeof t&&(e=t,t=void 0),t=t||"fx";o--;)(i=Q.get(s[o],t+"queueHooks"))&&i.empty&&(n++,i.empty.add(a));return a(),r.promise(e)}});var it=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,nt=new RegExp("^(?:([+-])=|)("+it+")([a-z%]*)$","i"),rt=["Top","Right","Bottom","Left"],st=y.documentElement,ot=function(t){return w.contains(t.ownerDocument,t)},at={composed:!0};st.getRootNode&&(ot=function(t){return w.contains(t.ownerDocument,t)||t.getRootNode(at)===t.ownerDocument});var lt=function(t,e){return"none"===(t=e||t).style.display||""===t.style.display&&ot(t)&&"none"===w.css(t,"display")};function ut(t,e,i,n){var r,s,o=20,a=n?function(){return n.cur()}:function(){return w.css(t,e,"")},l=a(),u=i&&i[3]||(w.cssNumber[e]?"":"px"),h=t.nodeType&&(w.cssNumber[e]||"px"!==u&&+l)&&nt.exec(w.css(t,e));if(h&&h[3]!==u){for(l/=2,u=u||h[3],h=+l||1;o--;)w.style(t,e,h+u),(1-s)*(1-(s=a()/l||.5))<=0&&(o=0),h/=s;h*=2,w.style(t,e,h+u),i=i||[]}return i&&(h=+h||+l||0,r=i[1]?h+(i[1]+1)*i[2]:+i[2],n&&(n.unit=u,n.start=h,n.end=r)),r}var ht={};function ct(t){var e,i=t.ownerDocument,n=t.nodeName,r=ht[n];return r||(e=i.body.appendChild(i.createElement(n)),r=w.css(e,"display"),e.parentNode.removeChild(e),"none"===r&&(r="block"),ht[n]=r,r)}function ft(t,e){for(var i,n,r=[],s=0,o=t.length;s<o;s++)(n=t[s]).style&&(i=n.style.display,e?("none"===i&&(r[s]=Q.get(n,"display")||null,r[s]||(n.style.display="")),""===n.style.display&&lt(n)&&(r[s]=ct(n))):"none"!==i&&(r[s]="none",Q.set(n,"display",i)));for(s=0;s<o;s++)null!=r[s]&&(t[s].style.display=r[s]);return t}w.fn.extend({show:function(){return ft(this,!0)},hide:function(){return ft(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each(function(){lt(this)?w(this).show():w(this).hide()})}});var pt,dt,mt=/^(?:checkbox|radio)$/i,gt=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,_t=/^$|^module$|\/(?:java|ecma)script/i;pt=y.createDocumentFragment().appendChild(y.createElement("div")),(dt=y.createElement("input")).setAttribute("type","radio"),dt.setAttribute("checked","checked"),dt.setAttribute("name","t"),pt.appendChild(dt),g.checkClone=pt.cloneNode(!0).cloneNode(!0).lastChild.checked,pt.innerHTML="<textarea>x</textarea>",g.noCloneChecked=!!pt.cloneNode(!0).lastChild.defaultValue,pt.innerHTML="<option></option>",g.option=!!pt.lastChild;var vt={thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function yt(t,e){var i;return i=void 0!==t.getElementsByTagName?t.getElementsByTagName(e||"*"):void 0!==t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&A(t,e)?w.merge([t],i):i}function xt(t,e){for(var i=0,n=t.length;i<n;i++)Q.set(t[i],"globalEval",!e||Q.get(e[i],"globalEval"))}vt.tbody=vt.tfoot=vt.colgroup=vt.caption=vt.thead,vt.th=vt.td,g.option||(vt.optgroup=vt.option=[1,"<select multiple='multiple'>","</select>"]);var bt=/<|&#?\w+;/;function Tt(t,e,i,n,r){for(var s,o,a,l,u,h,c=e.createDocumentFragment(),f=[],p=0,d=t.length;p<d;p++)if((s=t[p])||0===s)if("object"===T(s))w.merge(f,s.nodeType?[s]:s);else if(bt.test(s)){for(o=o||c.appendChild(e.createElement("div")),a=(gt.exec(s)||["",""])[1].toLowerCase(),l=vt[a]||vt._default,o.innerHTML=l[1]+w.htmlPrefilter(s)+l[2],h=l[0];h--;)o=o.lastChild;w.merge(f,o.childNodes),(o=c.firstChild).textContent=""}else f.push(e.createTextNode(s));for(c.textContent="",p=0;s=f[p++];)if(n&&w.inArray(s,n)>-1)r&&r.push(s);else if(u=ot(s),o=yt(c.appendChild(s),"script"),u&&xt(o),i)for(h=0;s=o[h++];)_t.test(s.type||"")&&i.push(s);return c}var wt=/^key/,Ct=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Pt=/^([^.]*)(?:\.(.+)|)/;function St(){return!0}function kt(){return!1}function Ot(t,e){return t===function(){try{return y.activeElement}catch(t){}}()==("focus"===e)}function At(t,e,i,n,r,s){var o,a;if("object"==typeof e){for(a in"string"!=typeof i&&(n=n||i,i=void 0),e)At(t,a,i,n,e[a],s);return t}if(null==n&&null==r?(r=i,n=i=void 0):null==r&&("string"==typeof i?(r=n,n=void 0):(r=n,n=i,i=void 0)),!1===r)r=kt;else if(!r)return t;return 1===s&&(o=r,(r=function(t){return w().off(t),o.apply(this,arguments)}).guid=o.guid||(o.guid=w.guid++)),t.each(function(){w.event.add(this,e,r,n,i)})}function Et(t,e,i){i?(Q.set(t,e,!1),w.event.add(t,e,{namespace:!1,handler:function(t){var n,r,s=Q.get(this,e);if(1&t.isTrigger&&this[e]){if(s.length)(w.event.special[e]||{}).delegateType&&t.stopPropagation();else if(s=a.call(arguments),Q.set(this,e,s),n=i(this,e),this[e](),s!==(r=Q.get(this,e))||n?Q.set(this,e,!1):r={},s!==r)return t.stopImmediatePropagation(),t.preventDefault(),r.value}else s.length&&(Q.set(this,e,{value:w.event.trigger(w.extend(s[0],w.Event.prototype),s.slice(1),this)}),t.stopImmediatePropagation())}})):void 0===Q.get(t,e)&&w.event.add(t,e,St)}w.event={global:{},add:function(t,e,i,n,r){var s,o,a,l,u,h,c,f,p,d,m,g=Q.get(t);if(G(t))for(i.handler&&(i=(s=i).handler,r=s.selector),r&&w.find.matchesSelector(st,r),i.guid||(i.guid=w.guid++),(l=g.events)||(l=g.events=Object.create(null)),(o=g.handle)||(o=g.handle=function(e){return void 0!==w&&w.event.triggered!==e.type?w.event.dispatch.apply(t,arguments):void 0}),u=(e=(e||"").match(j)||[""]).length;u--;)p=m=(a=Pt.exec(e[u])||[])[1],d=(a[2]||"").split(".").sort(),p&&(c=w.event.special[p]||{},p=(r?c.delegateType:c.bindType)||p,c=w.event.special[p]||{},h=w.extend({type:p,origType:m,data:n,handler:i,guid:i.guid,selector:r,needsContext:r&&w.expr.match.needsContext.test(r),namespace:d.join(".")},s),(f=l[p])||((f=l[p]=[]).delegateCount=0,c.setup&&!1!==c.setup.call(t,n,d,o)||t.addEventListener&&t.addEventListener(p,o)),c.add&&(c.add.call(t,h),h.handler.guid||(h.handler.guid=i.guid)),r?f.splice(f.delegateCount++,0,h):f.push(h),w.event.global[p]=!0)},remove:function(t,e,i,n,r){var s,o,a,l,u,h,c,f,p,d,m,g=Q.hasData(t)&&Q.get(t);if(g&&(l=g.events)){for(u=(e=(e||"").match(j)||[""]).length;u--;)if(p=m=(a=Pt.exec(e[u])||[])[1],d=(a[2]||"").split(".").sort(),p){for(c=w.event.special[p]||{},f=l[p=(n?c.delegateType:c.bindType)||p]||[],a=a[2]&&new RegExp("(^|\\.)"+d.join("\\.(?:.*\\.|)")+"(\\.|$)"),o=s=f.length;s--;)h=f[s],!r&&m!==h.origType||i&&i.guid!==h.guid||a&&!a.test(h.namespace)||n&&n!==h.selector&&("**"!==n||!h.selector)||(f.splice(s,1),h.selector&&f.delegateCount--,c.remove&&c.remove.call(t,h));o&&!f.length&&(c.teardown&&!1!==c.teardown.call(t,d,g.handle)||w.removeEvent(t,p,g.handle),delete l[p])}else for(p in l)w.event.remove(t,p+e[u],i,n,!0);w.isEmptyObject(l)&&Q.remove(t,"handle events")}},dispatch:function(t){var e,i,n,r,s,o,a=new Array(arguments.length),l=w.event.fix(t),u=(Q.get(this,"events")||Object.create(null))[l.type]||[],h=w.event.special[l.type]||{};for(a[0]=l,e=1;e<arguments.length;e++)a[e]=arguments[e];if(l.delegateTarget=this,!h.preDispatch||!1!==h.preDispatch.call(this,l)){for(o=w.event.handlers.call(this,l,u),e=0;(r=o[e++])&&!l.isPropagationStopped();)for(l.currentTarget=r.elem,i=0;(s=r.handlers[i++])&&!l.isImmediatePropagationStopped();)l.rnamespace&&!1!==s.namespace&&!l.rnamespace.test(s.namespace)||(l.handleObj=s,l.data=s.data,void 0!==(n=((w.event.special[s.origType]||{}).handle||s.handler).apply(r.elem,a))&&!1===(l.result=n)&&(l.preventDefault(),l.stopPropagation()));return h.postDispatch&&h.postDispatch.call(this,l),l.result}},handlers:function(t,e){var i,n,r,s,o,a=[],l=e.delegateCount,u=t.target;if(l&&u.nodeType&&!("click"===t.type&&t.button>=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==t.type||!0!==u.disabled)){for(s=[],o={},i=0;i<l;i++)void 0===o[r=(n=e[i]).selector+" "]&&(o[r]=n.needsContext?w(r,this).index(u)>-1:w.find(r,this,null,[u]).length),o[r]&&s.push(n);s.length&&a.push({elem:u,handlers:s})}return u=this,l<e.length&&a.push({elem:u,handlers:e.slice(l)}),a},addProp:function(t,e){Object.defineProperty(w.Event.prototype,t,{enumerable:!0,configurable:!0,get:_(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(t){return t[w.expando]?t:new w.Event(t)},special:{load:{noBubble:!0},click:{setup:function(t){var e=this||t;return mt.test(e.type)&&e.click&&A(e,"input")&&Et(e,"click",St),!1},trigger:function(t){var e=this||t;return mt.test(e.type)&&e.click&&A(e,"input")&&Et(e,"click"),!0},_default:function(t){var e=t.target;return mt.test(e.type)&&e.click&&A(e,"input")&&Q.get(e,"click")||A(e,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},w.removeEvent=function(t,e,i){t.removeEventListener&&t.removeEventListener(e,i)},w.Event=function(t,e){if(!(this instanceof w.Event))return new w.Event(t,e);t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&!1===t.returnValue?St:kt,this.target=t.target&&3===t.target.nodeType?t.target.parentNode:t.target,this.currentTarget=t.currentTarget,this.relatedTarget=t.relatedTarget):this.type=t,e&&w.extend(this,e),this.timeStamp=t&&t.timeStamp||Date.now(),this[w.expando]=!0},w.Event.prototype={constructor:w.Event,isDefaultPrevented:kt,isPropagationStopped:kt,isImmediatePropagationStopped:kt,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=St,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=St,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=St,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},w.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(t){var e=t.button;return null==t.which&&wt.test(t.type)?null!=t.charCode?t.charCode:t.keyCode:!t.which&&void 0!==e&&Ct.test(t.type)?1&e?1:2&e?3:4&e?2:0:t.which}},w.event.addProp),w.each({focus:"focusin",blur:"focusout"},function(t,e){w.event.special[t]={setup:function(){return Et(this,t,Ot),!1},trigger:function(){return Et(this,t),!0},delegateType:e}}),w.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(t,e){w.event.special[t]={delegateType:e,bindType:e,handle:function(t){var i,n=t.relatedTarget,r=t.handleObj;return n&&(n===this||w.contains(this,n))||(t.type=r.origType,i=r.handler.apply(this,arguments),t.type=e),i}}}),w.fn.extend({on:function(t,e,i,n){return At(this,t,e,i,n)},one:function(t,e,i,n){return At(this,t,e,i,n,1)},off:function(t,e,i){var n,r;if(t&&t.preventDefault&&t.handleObj)return n=t.handleObj,w(t.delegateTarget).off(n.namespace?n.origType+"."+n.namespace:n.origType,n.selector,n.handler),this;if("object"==typeof t){for(r in t)this.off(r,e,t[r]);return this}return!1!==e&&"function"!=typeof e||(i=e,e=void 0),!1===i&&(i=kt),this.each(function(){w.event.remove(this,t,i,e)})}});var Dt=/<script|<style|<link/i,Rt=/checked\s*(?:[^=]|=\s*.checked.)/i,Mt=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Lt(t,e){return A(t,"table")&&A(11!==e.nodeType?e:e.firstChild,"tr")&&w(t).children("tbody")[0]||t}function It(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function Nt(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function jt(t,e){var i,n,r,s,o,a;if(1===e.nodeType){if(Q.hasData(t)&&(a=Q.get(t).events))for(r in Q.remove(e,"handle events"),a)for(i=0,n=a[r].length;i<n;i++)w.event.add(e,r,a[r][i]);J.hasData(t)&&(s=J.access(t),o=w.extend({},s),J.set(e,o))}}function Bt(t,e){var i=e.nodeName.toLowerCase();"input"===i&&mt.test(t.type)?e.checked=t.checked:"input"!==i&&"textarea"!==i||(e.defaultValue=t.defaultValue)}function Ft(t,e,i,n){e=l(e);var r,s,o,a,u,h,c=0,f=t.length,p=f-1,d=e[0],m=_(d);if(m||f>1&&"string"==typeof d&&!g.checkClone&&Rt.test(d))return t.each(function(r){var s=t.eq(r);m&&(e[0]=d.call(this,r,s.html())),Ft(s,e,i,n)});if(f&&(s=(r=Tt(e,t[0].ownerDocument,!1,t,n)).firstChild,1===r.childNodes.length&&(r=s),s||n)){for(a=(o=w.map(yt(r,"script"),It)).length;c<f;c++)u=r,c!==p&&(u=w.clone(u,!0,!0),a&&w.merge(o,yt(u,"script"))),i.call(t[c],u,c);if(a)for(h=o[o.length-1].ownerDocument,w.map(o,Nt),c=0;c<a;c++)u=o[c],_t.test(u.type||"")&&!Q.access(u,"globalEval")&&w.contains(h,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?w._evalUrl&&!u.noModule&&w._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")},h):b(u.textContent.replace(Mt,""),u,h))}return t}function qt(t,e,i){for(var n,r=e?w.filter(e,t):t,s=0;null!=(n=r[s]);s++)i||1!==n.nodeType||w.cleanData(yt(n)),n.parentNode&&(i&&ot(n)&&xt(yt(n,"script")),n.parentNode.removeChild(n));return t}w.extend({htmlPrefilter:function(t){return t},clone:function(t,e,i){var n,r,s,o,a=t.cloneNode(!0),l=ot(t);if(!(g.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||w.isXMLDoc(t)))for(o=yt(a),n=0,r=(s=yt(t)).length;n<r;n++)Bt(s[n],o[n]);if(e)if(i)for(s=s||yt(t),o=o||yt(a),n=0,r=s.length;n<r;n++)jt(s[n],o[n]);else jt(t,a);return(o=yt(a,"script")).length>0&&xt(o,!l&&yt(t,"script")),a},cleanData:function(t){for(var e,i,n,r=w.event.special,s=0;void 0!==(i=t[s]);s++)if(G(i)){if(e=i[Q.expando]){if(e.events)for(n in e.events)r[n]?w.event.remove(i,n):w.removeEvent(i,n,e.handle);i[Q.expando]=void 0}i[J.expando]&&(i[J.expando]=void 0)}}}),w.fn.extend({detach:function(t){return qt(this,t,!0)},remove:function(t){return qt(this,t)},text:function(t){return W(this,function(t){return void 0===t?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)})},null,t,arguments.length)},append:function(){return Ft(this,arguments,function(t){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Lt(this,t).appendChild(t)})},prepend:function(){return Ft(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=Lt(this,t);e.insertBefore(t,e.firstChild)}})},before:function(){return Ft(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this)})},after:function(){return Ft(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)})},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(w.cleanData(yt(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map(function(){return w.clone(this,t,e)})},html:function(t){return W(this,function(t){var e=this[0]||{},i=0,n=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!Dt.test(t)&&!vt[(gt.exec(t)||["",""])[1].toLowerCase()]){t=w.htmlPrefilter(t);try{for(;i<n;i++)1===(e=this[i]||{}).nodeType&&(w.cleanData(yt(e,!1)),e.innerHTML=t);e=0}catch(t){}}e&&this.empty().append(t)},null,t,arguments.length)},replaceWith:function(){var t=[];return Ft(this,arguments,function(e){var i=this.parentNode;w.inArray(this,t)<0&&(w.cleanData(yt(this)),i&&i.replaceChild(e,this))},t)}}),w.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(t,e){w.fn[t]=function(t){for(var i,n=[],r=w(t),s=r.length-1,o=0;o<=s;o++)i=o===s?this:this.clone(!0),w(r[o])[e](i),u.apply(n,i.get());return this.pushStack(n)}});var zt=new RegExp("^("+it+")(?!px)[a-z%]+$","i"),Ht=function(t){var e=t.ownerDocument.defaultView;return e&&e.opener||(e=i),e.getComputedStyle(t)},Xt=function(t,e,i){var n,r,s={};for(r in e)s[r]=t.style[r],t.style[r]=e[r];for(r in n=i.call(t),e)t.style[r]=s[r];return n},Wt=new RegExp(rt.join("|"),"i");function Yt(t,e,i){var n,r,s,o,a=t.style;return(i=i||Ht(t))&&(""!==(o=i.getPropertyValue(e)||i[e])||ot(t)||(o=w.style(t,e)),!g.pixelBoxStyles()&&zt.test(o)&&Wt.test(e)&&(n=a.width,r=a.minWidth,s=a.maxWidth,a.minWidth=a.maxWidth=a.width=o,o=i.width,a.width=n,a.minWidth=r,a.maxWidth=s)),void 0!==o?o+"":o}function Ut(t,e){return{get:function(){if(!t())return(this.get=e).apply(this,arguments);delete this.get}}}!function(){function t(){if(h){u.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",h.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",st.appendChild(u).appendChild(h);var t=i.getComputedStyle(h);n="1%"!==t.top,l=12===e(t.marginLeft),h.style.right="60%",o=36===e(t.right),r=36===e(t.width),h.style.position="absolute",s=12===e(h.offsetWidth/3),st.removeChild(u),h=null}}function e(t){return Math.round(parseFloat(t))}var n,r,s,o,a,l,u=y.createElement("div"),h=y.createElement("div");h.style&&(h.style.backgroundClip="content-box",h.cloneNode(!0).style.backgroundClip="",g.clearCloneStyle="content-box"===h.style.backgroundClip,w.extend(g,{boxSizingReliable:function(){return t(),r},pixelBoxStyles:function(){return t(),o},pixelPosition:function(){return t(),n},reliableMarginLeft:function(){return t(),l},scrollboxSize:function(){return t(),s},reliableTrDimensions:function(){var t,e,n,r;return null==a&&(t=y.createElement("table"),e=y.createElement("tr"),n=y.createElement("div"),t.style.cssText="position:absolute;left:-11111px",e.style.height="1px",n.style.height="9px",st.appendChild(t).appendChild(e).appendChild(n),r=i.getComputedStyle(e),a=parseInt(r.height)>3,st.removeChild(t)),a}}))}();var $t=["Webkit","Moz","ms"],Vt=y.createElement("div").style,Gt={};function Zt(t){var e=w.cssProps[t]||Gt[t];return e||(t in Vt?t:Gt[t]=function(t){for(var e=t[0].toUpperCase()+t.slice(1),i=$t.length;i--;)if((t=$t[i]+e)in Vt)return t}(t)||t)}var Qt=/^(none|table(?!-c[ea]).+)/,Jt=/^--/,Kt={position:"absolute",visibility:"hidden",display:"block"},te={letterSpacing:"0",fontWeight:"400"};function ee(t,e,i){var n=nt.exec(e);return n?Math.max(0,n[2]-(i||0))+(n[3]||"px"):e}function ie(t,e,i,n,r,s){var o="width"===e?1:0,a=0,l=0;if(i===(n?"border":"content"))return 0;for(;o<4;o+=2)"margin"===i&&(l+=w.css(t,i+rt[o],!0,r)),n?("content"===i&&(l-=w.css(t,"padding"+rt[o],!0,r)),"margin"!==i&&(l-=w.css(t,"border"+rt[o]+"Width",!0,r))):(l+=w.css(t,"padding"+rt[o],!0,r),"padding"!==i?l+=w.css(t,"border"+rt[o]+"Width",!0,r):a+=w.css(t,"border"+rt[o]+"Width",!0,r));return!n&&s>=0&&(l+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-s-l-a-.5))||0),l}function ne(t,e,i){var n=Ht(t),r=(!g.boxSizingReliable()||i)&&"border-box"===w.css(t,"boxSizing",!1,n),s=r,o=Yt(t,e,n),a="offset"+e[0].toUpperCase()+e.slice(1);if(zt.test(o)){if(!i)return o;o="auto"}return(!g.boxSizingReliable()&&r||!g.reliableTrDimensions()&&A(t,"tr")||"auto"===o||!parseFloat(o)&&"inline"===w.css(t,"display",!1,n))&&t.getClientRects().length&&(r="border-box"===w.css(t,"boxSizing",!1,n),(s=a in t)&&(o=t[a])),(o=parseFloat(o)||0)+ie(t,e,i||(r?"border":"content"),s,n,o)+"px"}function re(t,e,i,n,r){return new re.prototype.init(t,e,i,n,r)}w.extend({cssHooks:{opacity:{get:function(t,e){if(e){var i=Yt(t,"opacity");return""===i?"1":i}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(t,e,i,n){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var r,s,o,a=V(e),l=Jt.test(e),u=t.style;if(l||(e=Zt(a)),o=w.cssHooks[e]||w.cssHooks[a],void 0===i)return o&&"get"in o&&void 0!==(r=o.get(t,!1,n))?r:u[e];"string"===(s=typeof i)&&(r=nt.exec(i))&&r[1]&&(i=ut(t,e,r),s="number"),null!=i&&i==i&&("number"!==s||l||(i+=r&&r[3]||(w.cssNumber[a]?"":"px")),g.clearCloneStyle||""!==i||0!==e.indexOf("background")||(u[e]="inherit"),o&&"set"in o&&void 0===(i=o.set(t,i,n))||(l?u.setProperty(e,i):u[e]=i))}},css:function(t,e,i,n){var r,s,o,a=V(e);return Jt.test(e)||(e=Zt(a)),(o=w.cssHooks[e]||w.cssHooks[a])&&"get"in o&&(r=o.get(t,!0,i)),void 0===r&&(r=Yt(t,e,n)),"normal"===r&&e in te&&(r=te[e]),""===i||i?(s=parseFloat(r),!0===i||isFinite(s)?s||0:r):r}}),w.each(["height","width"],function(t,e){w.cssHooks[e]={get:function(t,i,n){if(i)return!Qt.test(w.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?ne(t,e,n):Xt(t,Kt,function(){return ne(t,e,n)})},set:function(t,i,n){var r,s=Ht(t),o=!g.scrollboxSize()&&"absolute"===s.position,a=(o||n)&&"border-box"===w.css(t,"boxSizing",!1,s),l=n?ie(t,e,n,a,s):0;return a&&o&&(l-=Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-parseFloat(s[e])-ie(t,e,"border",!1,s)-.5)),l&&(r=nt.exec(i))&&"px"!==(r[3]||"px")&&(t.style[e]=i,i=w.css(t,e)),ee(0,i,l)}}}),w.cssHooks.marginLeft=Ut(g.reliableMarginLeft,function(t,e){if(e)return(parseFloat(Yt(t,"marginLeft"))||t.getBoundingClientRect().left-Xt(t,{marginLeft:0},function(){return t.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(t,e){w.cssHooks[t+e]={expand:function(i){for(var n=0,r={},s="string"==typeof i?i.split(" "):[i];n<4;n++)r[t+rt[n]+e]=s[n]||s[n-2]||s[0];return r}},"margin"!==t&&(w.cssHooks[t+e].set=ee)}),w.fn.extend({css:function(t,e){return W(this,function(t,e,i){var n,r,s={},o=0;if(Array.isArray(e)){for(n=Ht(t),r=e.length;o<r;o++)s[e[o]]=w.css(t,e[o],!1,n);return s}return void 0!==i?w.style(t,e,i):w.css(t,e)},t,e,arguments.length>1)}}),w.Tween=re,re.prototype={constructor:re,init:function(t,e,i,n,r,s){this.elem=t,this.prop=i,this.easing=r||w.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=n,this.unit=s||(w.cssNumber[i]?"":"px")},cur:function(){var t=re.propHooks[this.prop];return t&&t.get?t.get(this):re.propHooks._default.get(this)},run:function(t){var e,i=re.propHooks[this.prop];return this.options.duration?this.pos=e=w.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),i&&i.set?i.set(this):re.propHooks._default.set(this),this}},re.prototype.init.prototype=re.prototype,re.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=w.css(t.elem,t.prop,""))&&"auto"!==e?e:0},set:function(t){w.fx.step[t.prop]?w.fx.step[t.prop](t):1!==t.elem.nodeType||!w.cssHooks[t.prop]&&null==t.elem.style[Zt(t.prop)]?t.elem[t.prop]=t.now:w.style(t.elem,t.prop,t.now+t.unit)}}},re.propHooks.scrollTop=re.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},w.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},w.fx=re.prototype.init,w.fx.step={};var se,oe,ae=/^(?:toggle|show|hide)$/,le=/queueHooks$/;function ue(){oe&&(!1===y.hidden&&i.requestAnimationFrame?i.requestAnimationFrame(ue):i.setTimeout(ue,w.fx.interval),w.fx.tick())}function he(){return i.setTimeout(function(){se=void 0}),se=Date.now()}function ce(t,e){var i,n=0,r={height:t};for(e=e?1:0;n<4;n+=2-e)r["margin"+(i=rt[n])]=r["padding"+i]=t;return e&&(r.opacity=r.width=t),r}function fe(t,e,i){for(var n,r=(pe.tweeners[e]||[]).concat(pe.tweeners["*"]),s=0,o=r.length;s<o;s++)if(n=r[s].call(i,e,t))return n}function pe(t,e,i){var n,r,s=0,o=pe.prefilters.length,a=w.Deferred().always(function(){delete l.elem}),l=function(){if(r)return!1;for(var e=se||he(),i=Math.max(0,u.startTime+u.duration-e),n=1-(i/u.duration||0),s=0,o=u.tweens.length;s<o;s++)u.tweens[s].run(n);return a.notifyWith(t,[u,n,i]),n<1&&o?i:(o||a.notifyWith(t,[u,1,0]),a.resolveWith(t,[u]),!1)},u=a.promise({elem:t,props:w.extend({},e),opts:w.extend(!0,{specialEasing:{},easing:w.easing._default},i),originalProperties:e,originalOptions:i,startTime:se||he(),duration:i.duration,tweens:[],createTween:function(e,i){var n=w.Tween(t,u.opts,e,i,u.opts.specialEasing[e]||u.opts.easing);return u.tweens.push(n),n},stop:function(e){var i=0,n=e?u.tweens.length:0;if(r)return this;for(r=!0;i<n;i++)u.tweens[i].run(1);return e?(a.notifyWith(t,[u,1,0]),a.resolveWith(t,[u,e])):a.rejectWith(t,[u,e]),this}}),h=u.props;for(!function(t,e){var i,n,r,s,o;for(i in t)if(r=e[n=V(i)],s=t[i],Array.isArray(s)&&(r=s[1],s=t[i]=s[0]),i!==n&&(t[n]=s,delete t[i]),(o=w.cssHooks[n])&&"expand"in o)for(i in s=o.expand(s),delete t[n],s)i in t||(t[i]=s[i],e[i]=r);else e[n]=r}(h,u.opts.specialEasing);s<o;s++)if(n=pe.prefilters[s].call(u,t,h,u.opts))return _(n.stop)&&(w._queueHooks(u.elem,u.opts.queue).stop=n.stop.bind(n)),n;return w.map(h,fe,u),_(u.opts.start)&&u.opts.start.call(t,u),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always),w.fx.timer(w.extend(l,{elem:t,anim:u,queue:u.opts.queue})),u}w.Animation=w.extend(pe,{tweeners:{"*":[function(t,e){var i=this.createTween(t,e);return ut(i.elem,t,nt.exec(e),i),i}]},tweener:function(t,e){_(t)?(e=t,t=["*"]):t=t.match(j);for(var i,n=0,r=t.length;n<r;n++)i=t[n],pe.tweeners[i]=pe.tweeners[i]||[],pe.tweeners[i].unshift(e)},prefilters:[function(t,e,i){var n,r,s,o,a,l,u,h,c="width"in e||"height"in e,f=this,p={},d=t.style,m=t.nodeType&&lt(t),g=Q.get(t,"fxshow");for(n in i.queue||(null==(o=w._queueHooks(t,"fx")).unqueued&&(o.unqueued=0,a=o.empty.fire,o.empty.fire=function(){o.unqueued||a()}),o.unqueued++,f.always(function(){f.always(function(){o.unqueued--,w.queue(t,"fx").length||o.empty.fire()})})),e)if(r=e[n],ae.test(r)){if(delete e[n],s=s||"toggle"===r,r===(m?"hide":"show")){if("show"!==r||!g||void 0===g[n])continue;m=!0}p[n]=g&&g[n]||w.style(t,n)}if((l=!w.isEmptyObject(e))||!w.isEmptyObject(p))for(n in c&&1===t.nodeType&&(i.overflow=[d.overflow,d.overflowX,d.overflowY],null==(u=g&&g.display)&&(u=Q.get(t,"display")),"none"===(h=w.css(t,"display"))&&(u?h=u:(ft([t],!0),u=t.style.display||u,h=w.css(t,"display"),ft([t]))),("inline"===h||"inline-block"===h&&null!=u)&&"none"===w.css(t,"float")&&(l||(f.done(function(){d.display=u}),null==u&&(h=d.display,u="none"===h?"":h)),d.display="inline-block")),i.overflow&&(d.overflow="hidden",f.always(function(){d.overflow=i.overflow[0],d.overflowX=i.overflow[1],d.overflowY=i.overflow[2]})),l=!1,p)l||(g?"hidden"in g&&(m=g.hidden):g=Q.access(t,"fxshow",{display:u}),s&&(g.hidden=!m),m&&ft([t],!0),f.done(function(){for(n in m||ft([t]),Q.remove(t,"fxshow"),p)w.style(t,n,p[n])})),l=fe(m?g[n]:0,n,f),n in g||(g[n]=l.start,m&&(l.end=l.start,l.start=0))}],prefilter:function(t,e){e?pe.prefilters.unshift(t):pe.prefilters.push(t)}}),w.speed=function(t,e,i){var n=t&&"object"==typeof t?w.extend({},t):{complete:i||!i&&e||_(t)&&t,duration:t,easing:i&&e||e&&!_(e)&&e};return w.fx.off?n.duration=0:"number"!=typeof n.duration&&(n.duration in w.fx.speeds?n.duration=w.fx.speeds[n.duration]:n.duration=w.fx.speeds._default),null!=n.queue&&!0!==n.queue||(n.queue="fx"),n.old=n.complete,n.complete=function(){_(n.old)&&n.old.call(this),n.queue&&w.dequeue(this,n.queue)},n},w.fn.extend({fadeTo:function(t,e,i,n){return this.filter(lt).css("opacity",0).show().end().animate({opacity:e},t,i,n)},animate:function(t,e,i,n){var r=w.isEmptyObject(t),s=w.speed(e,i,n),o=function(){var e=pe(this,w.extend({},t),s);(r||Q.get(this,"finish"))&&e.stop(!0)};return o.finish=o,r||!1===s.queue?this.each(o):this.queue(s.queue,o)},stop:function(t,e,i){var n=function(t){var e=t.stop;delete t.stop,e(i)};return"string"!=typeof t&&(i=e,e=t,t=void 0),e&&this.queue(t||"fx",[]),this.each(function(){var e=!0,r=null!=t&&t+"queueHooks",s=w.timers,o=Q.get(this);if(r)o[r]&&o[r].stop&&n(o[r]);else for(r in o)o[r]&&o[r].stop&&le.test(r)&&n(o[r]);for(r=s.length;r--;)s[r].elem!==this||null!=t&&s[r].queue!==t||(s[r].anim.stop(i),e=!1,s.splice(r,1));!e&&i||w.dequeue(this,t)})},finish:function(t){return!1!==t&&(t=t||"fx"),this.each(function(){var e,i=Q.get(this),n=i[t+"queue"],r=i[t+"queueHooks"],s=w.timers,o=n?n.length:0;for(i.finish=!0,w.queue(this,t,[]),r&&r.stop&&r.stop.call(this,!0),e=s.length;e--;)s[e].elem===this&&s[e].queue===t&&(s[e].anim.stop(!0),s.splice(e,1));for(e=0;e<o;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete i.finish})}}),w.each(["toggle","show","hide"],function(t,e){var i=w.fn[e];w.fn[e]=function(t,n,r){return null==t||"boolean"==typeof t?i.apply(this,arguments):this.animate(ce(e,!0),t,n,r)}}),w.each({slideDown:ce("show"),slideUp:ce("hide"),slideToggle:ce("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(t,e){w.fn[t]=function(t,i,n){return this.animate(e,t,i,n)}}),w.timers=[],w.fx.tick=function(){var t,e=0,i=w.timers;for(se=Date.now();e<i.length;e++)(t=i[e])()||i[e]!==t||i.splice(e--,1);i.length||w.fx.stop(),se=void 0},w.fx.timer=function(t){w.timers.push(t),w.fx.start()},w.fx.interval=13,w.fx.start=function(){oe||(oe=!0,ue())},w.fx.stop=function(){oe=null},w.fx.speeds={slow:600,fast:200,_default:400},w.fn.delay=function(t,e){return t=w.fx&&w.fx.speeds[t]||t,e=e||"fx",this.queue(e,function(e,n){var r=i.setTimeout(e,t);n.stop=function(){i.clearTimeout(r)}})},function(){var t=y.createElement("input"),e=y.createElement("select").appendChild(y.createElement("option"));t.type="checkbox",g.checkOn=""!==t.value,g.optSelected=e.selected,(t=y.createElement("input")).value="t",t.type="radio",g.radioValue="t"===t.value}();var de,me=w.expr.attrHandle;w.fn.extend({attr:function(t,e){return W(this,w.attr,t,e,arguments.length>1)},removeAttr:function(t){return this.each(function(){w.removeAttr(this,t)})}}),w.extend({attr:function(t,e,i){var n,r,s=t.nodeType;if(3!==s&&8!==s&&2!==s)return void 0===t.getAttribute?w.prop(t,e,i):(1===s&&w.isXMLDoc(t)||(r=w.attrHooks[e.toLowerCase()]||(w.expr.match.bool.test(e)?de:void 0)),void 0!==i?null===i?void w.removeAttr(t,e):r&&"set"in r&&void 0!==(n=r.set(t,i,e))?n:(t.setAttribute(e,i+""),i):r&&"get"in r&&null!==(n=r.get(t,e))?n:null==(n=w.find.attr(t,e))?void 0:n)},attrHooks:{type:{set:function(t,e){if(!g.radioValue&&"radio"===e&&A(t,"input")){var i=t.value;return t.setAttribute("type",e),i&&(t.value=i),e}}}},removeAttr:function(t,e){var i,n=0,r=e&&e.match(j);if(r&&1===t.nodeType)for(;i=r[n++];)t.removeAttribute(i)}}),de={set:function(t,e,i){return!1===e?w.removeAttr(t,i):t.setAttribute(i,i),i}},w.each(w.expr.match.bool.source.match(/\w+/g),function(t,e){var i=me[e]||w.find.attr;me[e]=function(t,e,n){var r,s,o=e.toLowerCase();return n||(s=me[o],me[o]=r,r=null!=i(t,e,n)?o:null,me[o]=s),r}});var ge=/^(?:input|select|textarea|button)$/i,_e=/^(?:a|area)$/i;function ve(t){return(t.match(j)||[]).join(" ")}function ye(t){return t.getAttribute&&t.getAttribute("class")||""}function xe(t){return Array.isArray(t)?t:"string"==typeof t&&t.match(j)||[]}w.fn.extend({prop:function(t,e){return W(this,w.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each(function(){delete this[w.propFix[t]||t]})}}),w.extend({prop:function(t,e,i){var n,r,s=t.nodeType;if(3!==s&&8!==s&&2!==s)return 1===s&&w.isXMLDoc(t)||(e=w.propFix[e]||e,r=w.propHooks[e]),void 0!==i?r&&"set"in r&&void 0!==(n=r.set(t,i,e))?n:t[e]=i:r&&"get"in r&&null!==(n=r.get(t,e))?n:t[e]},propHooks:{tabIndex:{get:function(t){var e=w.find.attr(t,"tabindex");return e?parseInt(e,10):ge.test(t.nodeName)||_e.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(w.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this}),w.fn.extend({addClass:function(t){var e,i,n,r,s,o,a,l=0;if(_(t))return this.each(function(e){w(this).addClass(t.call(this,e,ye(this)))});if((e=xe(t)).length)for(;i=this[l++];)if(r=ye(i),n=1===i.nodeType&&" "+ve(r)+" "){for(o=0;s=e[o++];)n.indexOf(" "+s+" ")<0&&(n+=s+" ");r!==(a=ve(n))&&i.setAttribute("class",a)}return this},removeClass:function(t){var e,i,n,r,s,o,a,l=0;if(_(t))return this.each(function(e){w(this).removeClass(t.call(this,e,ye(this)))});if(!arguments.length)return this.attr("class","");if((e=xe(t)).length)for(;i=this[l++];)if(r=ye(i),n=1===i.nodeType&&" "+ve(r)+" "){for(o=0;s=e[o++];)for(;n.indexOf(" "+s+" ")>-1;)n=n.replace(" "+s+" "," ");r!==(a=ve(n))&&i.setAttribute("class",a)}return this},toggleClass:function(t,e){var i=typeof t,n="string"===i||Array.isArray(t);return"boolean"==typeof e&&n?e?this.addClass(t):this.removeClass(t):_(t)?this.each(function(i){w(this).toggleClass(t.call(this,i,ye(this),e),e)}):this.each(function(){var e,r,s,o;if(n)for(r=0,s=w(this),o=xe(t);e=o[r++];)s.hasClass(e)?s.removeClass(e):s.addClass(e);else void 0!==t&&"boolean"!==i||((e=ye(this))&&Q.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===t?"":Q.get(this,"__className__")||""))})},hasClass:function(t){var e,i,n=0;for(e=" "+t+" ";i=this[n++];)if(1===i.nodeType&&(" "+ve(ye(i))+" ").indexOf(e)>-1)return!0;return!1}});var be=/\r/g;w.fn.extend({val:function(t){var e,i,n,r=this[0];return arguments.length?(n=_(t),this.each(function(i){var r;1===this.nodeType&&(null==(r=n?t.call(this,i,w(this).val()):t)?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=w.map(r,function(t){return null==t?"":t+""})),(e=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in e&&void 0!==e.set(this,r,"value")||(this.value=r))})):r?(e=w.valHooks[r.type]||w.valHooks[r.nodeName.toLowerCase()])&&"get"in e&&void 0!==(i=e.get(r,"value"))?i:"string"==typeof(i=r.value)?i.replace(be,""):null==i?"":i:void 0}}),w.extend({valHooks:{option:{get:function(t){var e=w.find.attr(t,"value");return null!=e?e:ve(w.text(t))}},select:{get:function(t){var e,i,n,r=t.options,s=t.selectedIndex,o="select-one"===t.type,a=o?null:[],l=o?s+1:r.length;for(n=s<0?l:o?s:0;n<l;n++)if(((i=r[n]).selected||n===s)&&!i.disabled&&(!i.parentNode.disabled||!A(i.parentNode,"optgroup"))){if(e=w(i).val(),o)return e;a.push(e)}return a},set:function(t,e){for(var i,n,r=t.options,s=w.makeArray(e),o=r.length;o--;)((n=r[o]).selected=w.inArray(w.valHooks.option.get(n),s)>-1)&&(i=!0);return i||(t.selectedIndex=-1),s}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=w.inArray(w(t).val(),e)>-1}},g.checkOn||(w.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})}),g.focusin="onfocusin"in i;var Te=/^(?:focusinfocus|focusoutblur)$/,we=function(t){t.stopPropagation()};w.extend(w.event,{trigger:function(t,e,n,r){var s,o,a,l,u,h,c,f,d=[n||y],m=p.call(t,"type")?t.type:t,g=p.call(t,"namespace")?t.namespace.split("."):[];if(o=f=a=n=n||y,3!==n.nodeType&&8!==n.nodeType&&!Te.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(g=m.split("."),m=g.shift(),g.sort()),u=m.indexOf(":")<0&&"on"+m,(t=t[w.expando]?t:new w.Event(m,"object"==typeof t&&t)).isTrigger=r?2:3,t.namespace=g.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=n),e=null==e?[t]:w.makeArray(e,[t]),c=w.event.special[m]||{},r||!c.trigger||!1!==c.trigger.apply(n,e))){if(!r&&!c.noBubble&&!v(n)){for(l=c.delegateType||m,Te.test(l+m)||(o=o.parentNode);o;o=o.parentNode)d.push(o),a=o;a===(n.ownerDocument||y)&&d.push(a.defaultView||a.parentWindow||i)}for(s=0;(o=d[s++])&&!t.isPropagationStopped();)f=o,t.type=s>1?l:c.bindType||m,(h=(Q.get(o,"events")||Object.create(null))[t.type]&&Q.get(o,"handle"))&&h.apply(o,e),(h=u&&o[u])&&h.apply&&G(o)&&(t.result=h.apply(o,e),!1===t.result&&t.preventDefault());return t.type=m,r||t.isDefaultPrevented()||c._default&&!1!==c._default.apply(d.pop(),e)||!G(n)||u&&_(n[m])&&!v(n)&&((a=n[u])&&(n[u]=null),w.event.triggered=m,t.isPropagationStopped()&&f.addEventListener(m,we),n[m](),t.isPropagationStopped()&&f.removeEventListener(m,we),w.event.triggered=void 0,a&&(n[u]=a)),t.result}},simulate:function(t,e,i){var n=w.extend(new w.Event,i,{type:t,isSimulated:!0});w.event.trigger(n,null,e)}}),w.fn.extend({trigger:function(t,e){return this.each(function(){w.event.trigger(t,e,this)})},triggerHandler:function(t,e){var i=this[0];if(i)return w.event.trigger(t,e,i,!0)}}),g.focusin||w.each({focus:"focusin",blur:"focusout"},function(t,e){var i=function(t){w.event.simulate(e,t.target,w.event.fix(t))};w.event.special[e]={setup:function(){var n=this.ownerDocument||this.document||this,r=Q.access(n,e);r||n.addEventListener(t,i,!0),Q.access(n,e,(r||0)+1)},teardown:function(){var n=this.ownerDocument||this.document||this,r=Q.access(n,e)-1;r?Q.access(n,e,r):(n.removeEventListener(t,i,!0),Q.remove(n,e))}}});var Ce=i.location,Pe={guid:Date.now()},Se=/\?/;w.parseXML=function(t){var e;if(!t||"string"!=typeof t)return null;try{e=(new i.DOMParser).parseFromString(t,"text/xml")}catch(t){e=void 0}return e&&!e.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),e};var ke=/\[\]$/,Oe=/\r?\n/g,Ae=/^(?:submit|button|image|reset|file)$/i,Ee=/^(?:input|select|textarea|keygen)/i;function De(t,e,i,n){var r;if(Array.isArray(e))w.each(e,function(e,r){i||ke.test(t)?n(t,r):De(t+"["+("object"==typeof r&&null!=r?e:"")+"]",r,i,n)});else if(i||"object"!==T(e))n(t,e);else for(r in e)De(t+"["+r+"]",e[r],i,n)}w.param=function(t,e){var i,n=[],r=function(t,e){var i=_(e)?e():e;n[n.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==i?"":i)};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!w.isPlainObject(t))w.each(t,function(){r(this.name,this.value)});else for(i in t)De(i,t[i],e,r);return n.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var t=w.prop(this,"elements");return t?w.makeArray(t):this}).filter(function(){var t=this.type;return this.name&&!w(this).is(":disabled")&&Ee.test(this.nodeName)&&!Ae.test(t)&&(this.checked||!mt.test(t))}).map(function(t,e){var i=w(this).val();return null==i?null:Array.isArray(i)?w.map(i,function(t){return{name:e.name,value:t.replace(Oe,"\r\n")}}):{name:e.name,value:i.replace(Oe,"\r\n")}}).get()}});var Re=/%20/g,Me=/#.*$/,Le=/([?&])_=[^&]*/,Ie=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ne=/^(?:GET|HEAD)$/,je=/^\/\//,Be={},Fe={},qe="*/".concat("*"),ze=y.createElement("a");function He(t){return function(e,i){"string"!=typeof e&&(i=e,e="*");var n,r=0,s=e.toLowerCase().match(j)||[];if(_(i))for(;n=s[r++];)"+"===n[0]?(n=n.slice(1)||"*",(t[n]=t[n]||[]).unshift(i)):(t[n]=t[n]||[]).push(i)}}function Xe(t,e,i,n){var r={},s=t===Fe;function o(a){var l;return r[a]=!0,w.each(t[a]||[],function(t,a){var u=a(e,i,n);return"string"!=typeof u||s||r[u]?s?!(l=u):void 0:(e.dataTypes.unshift(u),o(u),!1)}),l}return o(e.dataTypes[0])||!r["*"]&&o("*")}function We(t,e){var i,n,r=w.ajaxSettings.flatOptions||{};for(i in e)void 0!==e[i]&&((r[i]?t:n||(n={}))[i]=e[i]);return n&&w.extend(!0,t,n),t}ze.href=Ce.href,w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ce.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Ce.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":qe,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?We(We(t,w.ajaxSettings),e):We(w.ajaxSettings,t)},ajaxPrefilter:He(Be),ajaxTransport:He(Fe),ajax:function(t,e){"object"==typeof t&&(e=t,t=void 0),e=e||{};var n,r,s,o,a,l,u,h,c,f,p=w.ajaxSetup({},e),d=p.context||p,m=p.context&&(d.nodeType||d.jquery)?w(d):w.event,g=w.Deferred(),_=w.Callbacks("once memory"),v=p.statusCode||{},x={},b={},T="canceled",C={readyState:0,getResponseHeader:function(t){var e;if(u){if(!o)for(o={};e=Ie.exec(s);)o[e[1].toLowerCase()+" "]=(o[e[1].toLowerCase()+" "]||[]).concat(e[2]);e=o[t.toLowerCase()+" "]}return null==e?null:e.join(", ")},getAllResponseHeaders:function(){return u?s:null},setRequestHeader:function(t,e){return null==u&&(t=b[t.toLowerCase()]=b[t.toLowerCase()]||t,x[t]=e),this},overrideMimeType:function(t){return null==u&&(p.mimeType=t),this},statusCode:function(t){var e;if(t)if(u)C.always(t[C.status]);else for(e in t)v[e]=[v[e],t[e]];return this},abort:function(t){var e=t||T;return n&&n.abort(e),P(0,e),this}};if(g.promise(C),p.url=((t||p.url||Ce.href)+"").replace(je,Ce.protocol+"//"),p.type=e.method||e.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(j)||[""],null==p.crossDomain){l=y.createElement("a");try{l.href=p.url,l.href=l.href,p.crossDomain=ze.protocol+"//"+ze.host!=l.protocol+"//"+l.host}catch(t){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!=typeof p.data&&(p.data=w.param(p.data,p.traditional)),Xe(Be,p,e,C),u)return C;for(c in(h=w.event&&p.global)&&0==w.active++&&w.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Ne.test(p.type),r=p.url.replace(Me,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(Re,"+")):(f=p.url.slice(r.length),p.data&&(p.processData||"string"==typeof p.data)&&(r+=(Se.test(r)?"&":"?")+p.data,delete p.data),!1===p.cache&&(r=r.replace(Le,"$1"),f=(Se.test(r)?"&":"?")+"_="+Pe.guid+++f),p.url=r+f),p.ifModified&&(w.lastModified[r]&&C.setRequestHeader("If-Modified-Since",w.lastModified[r]),w.etag[r]&&C.setRequestHeader("If-None-Match",w.etag[r])),(p.data&&p.hasContent&&!1!==p.contentType||e.contentType)&&C.setRequestHeader("Content-Type",p.contentType),C.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+qe+"; q=0.01":""):p.accepts["*"]),p.headers)C.setRequestHeader(c,p.headers[c]);if(p.beforeSend&&(!1===p.beforeSend.call(d,C,p)||u))return C.abort();if(T="abort",_.add(p.complete),C.done(p.success),C.fail(p.error),n=Xe(Fe,p,e,C)){if(C.readyState=1,h&&m.trigger("ajaxSend",[C,p]),u)return C;p.async&&p.timeout>0&&(a=i.setTimeout(function(){C.abort("timeout")},p.timeout));try{u=!1,n.send(x,P)}catch(t){if(u)throw t;P(-1,t)}}else P(-1,"No Transport");function P(t,e,o,l){var c,f,y,x,b,T=e;u||(u=!0,a&&i.clearTimeout(a),n=void 0,s=l||"",C.readyState=t>0?4:0,c=t>=200&&t<300||304===t,o&&(x=function(t,e,i){for(var n,r,s,o,a=t.contents,l=t.dataTypes;"*"===l[0];)l.shift(),void 0===n&&(n=t.mimeType||e.getResponseHeader("Content-Type"));if(n)for(r in a)if(a[r]&&a[r].test(n)){l.unshift(r);break}if(l[0]in i)s=l[0];else{for(r in i){if(!l[0]||t.converters[r+" "+l[0]]){s=r;break}o||(o=r)}s=s||o}if(s)return s!==l[0]&&l.unshift(s),i[s]}(p,C,o)),!c&&w.inArray("script",p.dataTypes)>-1&&(p.converters["text script"]=function(){}),x=function(t,e,i,n){var r,s,o,a,l,u={},h=t.dataTypes.slice();if(h[1])for(o in t.converters)u[o.toLowerCase()]=t.converters[o];for(s=h.shift();s;)if(t.responseFields[s]&&(i[t.responseFields[s]]=e),!l&&n&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),l=s,s=h.shift())if("*"===s)s=l;else if("*"!==l&&l!==s){if(!(o=u[l+" "+s]||u["* "+s]))for(r in u)if((a=r.split(" "))[1]===s&&(o=u[l+" "+a[0]]||u["* "+a[0]])){!0===o?o=u[r]:!0!==u[r]&&(s=a[0],h.unshift(a[1]));break}if(!0!==o)if(o&&t.throws)e=o(e);else try{e=o(e)}catch(t){return{state:"parsererror",error:o?t:"No conversion from "+l+" to "+s}}}return{state:"success",data:e}}(p,x,C,c),c?(p.ifModified&&((b=C.getResponseHeader("Last-Modified"))&&(w.lastModified[r]=b),(b=C.getResponseHeader("etag"))&&(w.etag[r]=b)),204===t||"HEAD"===p.type?T="nocontent":304===t?T="notmodified":(T=x.state,f=x.data,c=!(y=x.error))):(y=T,!t&&T||(T="error",t<0&&(t=0))),C.status=t,C.statusText=(e||T)+"",c?g.resolveWith(d,[f,T,C]):g.rejectWith(d,[C,T,y]),C.statusCode(v),v=void 0,h&&m.trigger(c?"ajaxSuccess":"ajaxError",[C,p,c?f:y]),_.fireWith(d,[C,T]),h&&(m.trigger("ajaxComplete",[C,p]),--w.active||w.event.trigger("ajaxStop")))}return C},getJSON:function(t,e,i){return w.get(t,e,i,"json")},getScript:function(t,e){return w.get(t,void 0,e,"script")}}),w.each(["get","post"],function(t,e){w[e]=function(t,i,n,r){return _(i)&&(r=r||n,n=i,i=void 0),w.ajax(w.extend({url:t,type:e,dataType:r,data:i,success:n},w.isPlainObject(t)&&t))}}),w.ajaxPrefilter(function(t){var e;for(e in t.headers)"content-type"===e.toLowerCase()&&(t.contentType=t.headers[e]||"")}),w._evalUrl=function(t,e,i){return w.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(t){w.globalEval(t,e,i)}})},w.fn.extend({wrapAll:function(t){var e;return this[0]&&(_(t)&&(t=t.call(this[0])),e=w(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map(function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t}).append(this)),this},wrapInner:function(t){return _(t)?this.each(function(e){w(this).wrapInner(t.call(this,e))}):this.each(function(){var e=w(this),i=e.contents();i.length?i.wrapAll(t):e.append(t)})},wrap:function(t){var e=_(t);return this.each(function(i){w(this).wrapAll(e?t.call(this,i):t)})},unwrap:function(t){return this.parent(t).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(t){return!w.expr.pseudos.visible(t)},w.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new i.XMLHttpRequest}catch(t){}};var Ye={0:200,1223:204},Ue=w.ajaxSettings.xhr();g.cors=!!Ue&&"withCredentials"in Ue,g.ajax=Ue=!!Ue,w.ajaxTransport(function(t){var e,n;if(g.cors||Ue&&!t.crossDomain)return{send:function(r,s){var o,a=t.xhr();if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(o in t.xhrFields)a[o]=t.xhrFields[o];for(o in t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)a.setRequestHeader(o,r[o]);e=function(t){return function(){e&&(e=n=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===t?a.abort():"error"===t?"number"!=typeof a.status?s(0,"error"):s(a.status,a.statusText):s(Ye[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=e(),n=a.onerror=a.ontimeout=e("error"),void 0!==a.onabort?a.onabort=n:a.onreadystatechange=function(){4===a.readyState&&i.setTimeout(function(){e&&n()})},e=e("abort");try{a.send(t.hasContent&&t.data||null)}catch(t){if(e)throw t}},abort:function(){e&&e()}}}),w.ajaxPrefilter(function(t){t.crossDomain&&(t.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return w.globalEval(t),t}}}),w.ajaxPrefilter("script",function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")}),w.ajaxTransport("script",function(t){var e,i;if(t.crossDomain||t.scriptAttrs)return{send:function(n,r){e=w("<script>").attr(t.scriptAttrs||{}).prop({charset:t.scriptCharset,src:t.url}).on("load error",i=function(t){e.remove(),i=null,t&&r("error"===t.type?404:200,t.type)}),y.head.appendChild(e[0])},abort:function(){i&&i()}}});var $e,Ve=[],Ge=/(=)\?(?=&|$)|\?\?/;w.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=Ve.pop()||w.expando+"_"+Pe.guid++;return this[t]=!0,t}}),w.ajaxPrefilter("json jsonp",function(t,e,n){var r,s,o,a=!1!==t.jsonp&&(Ge.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ge.test(t.data)&&"data");if(a||"jsonp"===t.dataTypes[0])return r=t.jsonpCallback=_(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,a?t[a]=t[a].replace(Ge,"$1"+r):!1!==t.jsonp&&(t.url+=(Se.test(t.url)?"&":"?")+t.jsonp+"="+r),t.converters["script json"]=function(){return o||w.error(r+" was not called"),o[0]},t.dataTypes[0]="json",s=i[r],i[r]=function(){o=arguments},n.always(function(){void 0===s?w(i).removeProp(r):i[r]=s,t[r]&&(t.jsonpCallback=e.jsonpCallback,Ve.push(r)),o&&_(s)&&s(o[0]),o=s=void 0}),"script"}),g.createHTMLDocument=(($e=y.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===$e.childNodes.length),w.parseHTML=function(t,e,i){return"string"!=typeof t?[]:("boolean"==typeof e&&(i=e,e=!1),e||(g.createHTMLDocument?((n=(e=y.implementation.createHTMLDocument("")).createElement("base")).href=y.location.href,e.head.appendChild(n)):e=y),s=!i&&[],(r=E.exec(t))?[e.createElement(r[1])]:(r=Tt([t],e,s),s&&s.length&&w(s).remove(),w.merge([],r.childNodes)));var n,r,s},w.fn.load=function(t,e,i){var n,r,s,o=this,a=t.indexOf(" ");return a>-1&&(n=ve(t.slice(a)),t=t.slice(0,a)),_(e)?(i=e,e=void 0):e&&"object"==typeof e&&(r="POST"),o.length>0&&w.ajax({url:t,type:r||"GET",dataType:"html",data:e}).done(function(t){s=arguments,o.html(n?w("<div>").append(w.parseHTML(t)).find(n):t)}).always(i&&function(t,e){o.each(function(){i.apply(this,s||[t.responseText,e,t])})}),this},w.expr.pseudos.animated=function(t){return w.grep(w.timers,function(e){return t===e.elem}).length},w.offset={setOffset:function(t,e,i){var n,r,s,o,a,l,u=w.css(t,"position"),h=w(t),c={};"static"===u&&(t.style.position="relative"),a=h.offset(),s=w.css(t,"top"),l=w.css(t,"left"),("absolute"===u||"fixed"===u)&&(s+l).indexOf("auto")>-1?(o=(n=h.position()).top,r=n.left):(o=parseFloat(s)||0,r=parseFloat(l)||0),_(e)&&(e=e.call(t,i,w.extend({},a))),null!=e.top&&(c.top=e.top-a.top+o),null!=e.left&&(c.left=e.left-a.left+r),"using"in e?e.using.call(t,c):("number"==typeof c.top&&(c.top+="px"),"number"==typeof c.left&&(c.left+="px"),h.css(c))}},w.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){w.offset.setOffset(this,t,e)});var e,i,n=this[0];return n?n.getClientRects().length?(e=n.getBoundingClientRect(),i=n.ownerDocument.defaultView,{top:e.top+i.pageYOffset,left:e.left+i.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var t,e,i,n=this[0],r={top:0,left:0};if("fixed"===w.css(n,"position"))e=n.getBoundingClientRect();else{for(e=this.offset(),i=n.ownerDocument,t=n.offsetParent||i.documentElement;t&&(t===i.body||t===i.documentElement)&&"static"===w.css(t,"position");)t=t.parentNode;t&&t!==n&&1===t.nodeType&&((r=w(t).offset()).top+=w.css(t,"borderTopWidth",!0),r.left+=w.css(t,"borderLeftWidth",!0))}return{top:e.top-r.top-w.css(n,"marginTop",!0),left:e.left-r.left-w.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent;t&&"static"===w.css(t,"position");)t=t.offsetParent;return t||st})}}),w.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,e){var i="pageYOffset"===e;w.fn[t]=function(n){return W(this,function(t,n,r){var s;if(v(t)?s=t:9===t.nodeType&&(s=t.defaultView),void 0===r)return s?s[e]:t[n];s?s.scrollTo(i?s.pageXOffset:r,i?r:s.pageYOffset):t[n]=r},t,n,arguments.length)}}),w.each(["top","left"],function(t,e){w.cssHooks[e]=Ut(g.pixelPosition,function(t,i){if(i)return i=Yt(t,e),zt.test(i)?w(t).position()[e]+"px":i})}),w.each({Height:"height",Width:"width"},function(t,e){w.each({padding:"inner"+t,content:e,"":"outer"+t},function(i,n){w.fn[n]=function(r,s){var o=arguments.length&&(i||"boolean"!=typeof r),a=i||(!0===r||!0===s?"margin":"border");return W(this,function(e,i,r){var s;return v(e)?0===n.indexOf("outer")?e["inner"+t]:e.document.documentElement["client"+t]:9===e.nodeType?(s=e.documentElement,Math.max(e.body["scroll"+t],s["scroll"+t],e.body["offset"+t],s["offset"+t],s["client"+t])):void 0===r?w.css(e,i,a):w.style(e,i,r,a)},e,o?r:void 0,o)}})}),w.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(t,e){w.fn[e]=function(t){return this.on(e,t)}}),w.fn.extend({bind:function(t,e,i){return this.on(t,null,e,i)},unbind:function(t,e){return this.off(t,null,e)},delegate:function(t,e,i,n){return this.on(e,t,i,n)},undelegate:function(t,e,i){return 1===arguments.length?this.off(t,"**"):this.off(e,t||"**",i)},hover:function(t,e){return this.mouseenter(t).mouseleave(e||t)}}),w.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(t,e){w.fn[e]=function(t,i){return arguments.length>0?this.on(e,null,t,i):this.trigger(e)}});var Ze=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.proxy=function(t,e){var i,n,r;if("string"==typeof e&&(i=t[e],e=t,t=i),_(t))return n=a.call(arguments,2),(r=function(){return t.apply(e||this,n.concat(a.call(arguments)))}).guid=t.guid=t.guid||w.guid++,r},w.holdReady=function(t){t?w.readyWait++:w.ready(!0)},w.isArray=Array.isArray,w.parseJSON=JSON.parse,w.nodeName=A,w.isFunction=_,w.isWindow=v,w.camelCase=V,w.type=T,w.now=Date.now,w.isNumeric=function(t){var e=w.type(t);return("number"===e||"string"===e)&&!isNaN(t-parseFloat(t))},w.trim=function(t){return null==t?"":(t+"").replace(Ze,"")},void 0===(n=function(){return w}.apply(e,[]))||(t.exports=n);var Qe=i.jQuery,Je=i.$;return w.noConflict=function(t){return i.$===w&&(i.$=Je),t&&i.jQuery===w&&(i.jQuery=Qe),w},void 0===r&&(i.jQuery=i.$=w),w})},function(t,e,i){},function(t,e,i){"use strict";i.r(e);var n=i(0);
70
70
  /*!
71
71
  * VERSION: 2.1.3
72
72
  * DATE: 2019-05-17
@@ -89,7 +89,7 @@ function(t){var e,i,n,r,s,o,a,l,u,h,c,f,p,d,m,g,_,v,y,x="sizzle"+1*new Date,b=t.
89
89
  *
90
90
  * @author: Jack Doyle, jack@greensock.com
91
91
  */
92
- n.e._gsDefine("plugins.CSSPlugin",["plugins.TweenPlugin","TweenLite"],function(){var t,e,i,r,s=function(){n.d.call(this,"css"),this._overwriteProps.length=0,this.setRatio=s.prototype.setRatio},o=n.e._gsDefine.globals,a={},l=s.prototype=new n.d("css");l.constructor=s,s.version="2.1.3",s.API=2,s.defaultTransformPerspective=0,s.defaultSkewType="compensated",s.defaultSmoothOrigin=!0,l="px",s.suffixMap={top:l,right:l,bottom:l,left:l,width:l,height:l,fontSize:l,padding:l,margin:l,perspective:l,lineHeight:""};var u,h,c,f,p,d,m,g,_=/(?:\-|\.|\b)(\d|\.|e\-)+/g,v=/(?:\d|\-\d|\.\d|\-\.\d|\+=\d|\-=\d|\+=.\d|\-=\.\d)+/g,y=/(?:\+=|\-=|\-|\b)[\d\-\.]+[a-zA-Z0-9]*(?:%|\b)/gi,x=/(?:\+=|\-=|\-|\b)[\d\-\.]+[a-zA-Z0-9]*(?:%|\b),?/gi,b=/(?![+-]?\d*\.?\d+|[+-]|e[+-]\d+)[^0-9]/g,T=/(?:\d|\-|\+|=|#|\.)*/g,w=/opacity *= *([^)]*)/i,C=/opacity:([^;]*)/i,P=/alpha\(opacity *=.+?\)/i,k=/^(rgb|hsl)/,S=/([A-Z])/g,O=/-([a-z])/gi,A=/(^(?:url\(\"|url\())|(?:(\"\))$|\)$)/gi,E=function(t,e){return e.toUpperCase()},D=/(?:Left|Right|Width)/i,R=/(M11|M12|M21|M22)=[\d\-\.e]+/gi,M=/progid\:DXImageTransform\.Microsoft\.Matrix\(.+?\)/i,L=/,(?=[^\)]*(?:\(|$))/gi,I=/[\s,\(]/i,N=Math.PI/180,j=180/Math.PI,B={},F={style:{}},q=n.e.document||{createElement:function(){return F}},z=function(t,e){var i=q.createElementNS?q.createElementNS(e||"http://www.w3.org/1999/xhtml",t):q.createElement(t);return i.style?i:q.createElement(t)},H=z("div"),X=z("img"),W=s._internals={_specialProps:a},Y=(n.e.navigator||{}).userAgent||"",U=function(){var t=Y.indexOf("Android"),e=z("a");return c=-1!==Y.indexOf("Safari")&&-1===Y.indexOf("Chrome")&&(-1===t||parseFloat(Y.substr(t+8,2))>3),p=c&&parseFloat(Y.substr(Y.indexOf("Version/")+8,2))<6,f=-1!==Y.indexOf("Firefox"),(/MSIE ([0-9]{1,}[\.0-9]{0,})/.exec(Y)||/Trident\/.*rv:([0-9]{1,}[\.0-9]{0,})/.exec(Y))&&(d=parseFloat(RegExp.$1)),!!e&&(e.style.cssText="top:1px;opacity:.55;",/^0.55/.test(e.style.opacity))}(),$=function(t){return w.test("string"==typeof t?t:(t.currentStyle?t.currentStyle.filter:t.style.filter)||"")?parseFloat(RegExp.$1)/100:1},V=function(t){n.e.console&&console.log(t)},G="",Z="",Q=function(t,e){var i,n,r=(e=e||H).style;if(void 0!==r[t])return t;for(t=t.charAt(0).toUpperCase()+t.substr(1),i=["O","Moz","ms","Ms","Webkit"],n=5;--n>-1&&void 0===r[i[n]+t];);return n>=0?(G="-"+(Z=3===n?"ms":i[n]).toLowerCase()+"-",Z+t):null},J="undefined"!=typeof window?window:q.defaultView||{getComputedStyle:function(){}},K=function(t){return J.getComputedStyle(t)},tt=s.getStyle=function(t,e,i,n,r){var s;return U||"opacity"!==e?(!n&&t.style[e]?s=t.style[e]:(i=i||K(t))?s=i[e]||i.getPropertyValue(e)||i.getPropertyValue(e.replace(S,"-$1").toLowerCase()):t.currentStyle&&(s=t.currentStyle[e]),null==r||s&&"none"!==s&&"auto"!==s&&"auto auto"!==s?s:r):$(t)},et=W.convertToPixels=function(t,e,i,r,o){if("px"===r||!r&&"lineHeight"!==e)return i;if("auto"===r||!i)return 0;var a,l,u,h=D.test(e),c=t,f=H.style,p=i<0,d=1===i;if(p&&(i=-i),d&&(i*=100),"lineHeight"!==e||r)if("%"===r&&-1!==e.indexOf("border"))a=i/100*(h?t.clientWidth:t.clientHeight);else{if(f.cssText="border:0 solid red;position:"+tt(t,"position")+";line-height:0;","%"!==r&&c.appendChild&&"v"!==r.charAt(0)&&"rem"!==r)f[h?"borderLeftWidth":"borderTopWidth"]=i+r;else{if(c=t.parentNode||q.body,-1!==tt(c,"display").indexOf("flex")&&(f.position="absolute"),l=c._gsCache,u=n.f.ticker.frame,l&&h&&l.time===u)return l.width*i/100;f[h?"width":"height"]=i+r}c.appendChild(H),a=parseFloat(H[h?"offsetWidth":"offsetHeight"]),c.removeChild(H),h&&"%"===r&&!1!==s.cacheWidths&&((l=c._gsCache=c._gsCache||{}).time=u,l.width=a/i*100),0!==a||o||(a=et(t,e,i,r,!0))}else l=K(t).lineHeight,t.style.lineHeight=i,a=parseFloat(K(t).lineHeight),t.style.lineHeight=l;return d&&(a/=100),p?-a:a},it=W.calculateOffset=function(t,e,i){if("absolute"!==tt(t,"position",i))return 0;var n="left"===e?"Left":"Top",r=tt(t,"margin"+n,i);return t["offset"+n]-(et(t,e,parseFloat(r),r.replace(T,""))||0)},nt=function(t,e){var i,n,r,s={};if(e=e||K(t))if(i=e.length)for(;--i>-1;)-1!==(r=e[i]).indexOf("-transform")&&Lt!==r||(s[r.replace(O,E)]=e.getPropertyValue(r));else for(i in e)-1!==i.indexOf("Transform")&&Mt!==i||(s[i]=e[i]);else if(e=t.currentStyle||t.style)for(i in e)"string"==typeof i&&void 0===s[i]&&(s[i.replace(O,E)]=e[i]);return U||(s.opacity=$(t)),n=$t(t,e,!1),s.rotation=n.rotation,s.skewX=n.skewX,s.scaleX=n.scaleX,s.scaleY=n.scaleY,s.x=n.x,s.y=n.y,Nt&&(s.z=n.z,s.rotationX=n.rotationX,s.rotationY=n.rotationY,s.scaleZ=n.scaleZ),s.filters&&delete s.filters,s},rt=function(t,e,i,n,r){var s,o,a,l={},u=t.style;for(o in i)"cssText"!==o&&"length"!==o&&isNaN(o)&&(e[o]!==(s=i[o])||r&&r[o])&&-1===o.indexOf("Origin")&&("number"!=typeof s&&"string"!=typeof s||(l[o]="auto"!==s||"left"!==o&&"top"!==o?""!==s&&"auto"!==s&&"none"!==s||"string"!=typeof e[o]||""===e[o].replace(b,"")?s:0:it(t,o),void 0!==u[o]&&(a=new yt(u,o,u[o],a))));if(n)for(o in n)"className"!==o&&(l[o]=n[o]);return{difs:l,firstMPT:a}},st={width:["Left","Right"],height:["Top","Bottom"]},ot=["marginLeft","marginRight","marginTop","marginBottom"],at=function(t,e,i){if("svg"===(t.nodeName+"").toLowerCase())return(i||K(t))[e]||0;if(t.getCTM&&Wt(t))return t.getBBox()[e]||0;var n=parseFloat("width"===e?t.offsetWidth:t.offsetHeight),r=st[e],s=r.length;for(i=i||K(t);--s>-1;)n-=parseFloat(tt(t,"padding"+r[s],i,!0))||0,n-=parseFloat(tt(t,"border"+r[s]+"Width",i,!0))||0;return n},lt=function(t,e){if("contain"===t||"auto"===t||"auto auto"===t)return t+" ";null!=t&&""!==t||(t="0 0");var i,n=t.split(" "),r=-1!==t.indexOf("left")?"0%":-1!==t.indexOf("right")?"100%":n[0],s=-1!==t.indexOf("top")?"0%":-1!==t.indexOf("bottom")?"100%":n[1];if(n.length>3&&!e){for(n=t.split(", ").join(",").split(","),t=[],i=0;i<n.length;i++)t.push(lt(n[i]));return t.join(",")}return null==s?s="center"===r?"50%":"0":"center"===s&&(s="50%"),("center"===r||isNaN(parseFloat(r))&&-1===(r+"").indexOf("="))&&(r="50%"),t=r+" "+s+(n.length>2?" "+n[2]:""),e&&(e.oxp=-1!==r.indexOf("%"),e.oyp=-1!==s.indexOf("%"),e.oxr="="===r.charAt(1),e.oyr="="===s.charAt(1),e.ox=parseFloat(r.replace(b,"")),e.oy=parseFloat(s.replace(b,"")),e.v=t),e||t},ut=function(t,e){return"function"==typeof t&&(t=t(g,m)),"string"==typeof t&&"="===t.charAt(1)?parseInt(t.charAt(0)+"1",10)*parseFloat(t.substr(2)):parseFloat(t)-parseFloat(e)||0},ht=function(t,e){"function"==typeof t&&(t=t(g,m));var i="string"==typeof t&&"="===t.charAt(1);return"string"==typeof t&&"v"===t.charAt(t.length-2)&&(t=(i?t.substr(0,2):0)+window["inner"+("vh"===t.substr(-2)?"Height":"Width")]*(parseFloat(i?t.substr(2):t)/100)),null==t?e:i?parseInt(t.charAt(0)+"1",10)*parseFloat(t.substr(2))+e:parseFloat(t)||0},ct=function(t,e,i,n){var r,s,o,a;return"function"==typeof t&&(t=t(g,m)),null==t?o=e:"number"==typeof t?o=t:(360,r=t.split("_"),s=((a="="===t.charAt(1))?parseInt(t.charAt(0)+"1",10)*parseFloat(r[0].substr(2)):parseFloat(r[0]))*(-1===t.indexOf("rad")?1:j)-(a?0:e),r.length&&(n&&(n[i]=e+s),-1!==t.indexOf("short")&&(s%=360)!==s%180&&(s=s<0?s+360:s-360),-1!==t.indexOf("_cw")&&s<0?s=(s+3599999999640)%360-360*(s/360|0):-1!==t.indexOf("ccw")&&s>0&&(s=(s-3599999999640)%360-360*(s/360|0))),o=e+s),o<1e-6&&o>-1e-6&&(o=0),o},ft={aqua:[0,255,255],lime:[0,255,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,255],navy:[0,0,128],white:[255,255,255],fuchsia:[255,0,255],olive:[128,128,0],yellow:[255,255,0],orange:[255,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[255,0,0],pink:[255,192,203],cyan:[0,255,255],transparent:[255,255,255,0]},pt=function(t,e,i){return 255*(6*(t=t<0?t+1:t>1?t-1:t)<1?e+(i-e)*t*6:t<.5?i:3*t<2?e+(i-e)*(2/3-t)*6:e)+.5|0},dt=s.parseColor=function(t,e){var i,n,r,s,o,a,l,u,h,c,f;if(t)if("number"==typeof t)i=[t>>16,t>>8&255,255&t];else{if(","===t.charAt(t.length-1)&&(t=t.substr(0,t.length-1)),ft[t])i=ft[t];else if("#"===t.charAt(0))4===t.length&&(n=t.charAt(1),r=t.charAt(2),s=t.charAt(3),t="#"+n+n+r+r+s+s),i=[(t=parseInt(t.substr(1),16))>>16,t>>8&255,255&t];else if("hsl"===t.substr(0,3))if(i=f=t.match(_),e){if(-1!==t.indexOf("="))return t.match(v)}else o=Number(i[0])%360/360,a=Number(i[1])/100,n=2*(l=Number(i[2])/100)-(r=l<=.5?l*(a+1):l+a-l*a),i.length>3&&(i[3]=Number(i[3])),i[0]=pt(o+1/3,n,r),i[1]=pt(o,n,r),i[2]=pt(o-1/3,n,r);else i=t.match(_)||ft.transparent;i[0]=Number(i[0]),i[1]=Number(i[1]),i[2]=Number(i[2]),i.length>3&&(i[3]=Number(i[3]))}else i=ft.black;return e&&!f&&(n=i[0]/255,r=i[1]/255,s=i[2]/255,l=((u=Math.max(n,r,s))+(h=Math.min(n,r,s)))/2,u===h?o=a=0:(c=u-h,a=l>.5?c/(2-u-h):c/(u+h),o=u===n?(r-s)/c+(r<s?6:0):u===r?(s-n)/c+2:(n-r)/c+4,o*=60),i[0]=o+.5|0,i[1]=100*a+.5|0,i[2]=100*l+.5|0),i},mt=function(t,e){var i,n,r,s=t.match(gt)||[],o=0,a="";if(!s.length)return t;for(i=0;i<s.length;i++)n=s[i],o+=(r=t.substr(o,t.indexOf(n,o)-o)).length+n.length,3===(n=dt(n,e)).length&&n.push(1),a+=r+(e?"hsla("+n[0]+","+n[1]+"%,"+n[2]+"%,"+n[3]:"rgba("+n.join(","))+")";return a+t.substr(o)},gt="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#(?:[0-9a-f]{3}){1,2}\\b";for(l in ft)gt+="|"+l+"\\b";gt=new RegExp(gt+")","gi"),s.colorStringFilter=function(t){var e,i=t[0]+" "+t[1];gt.test(i)&&(e=-1!==i.indexOf("hsl(")||-1!==i.indexOf("hsla("),t[0]=mt(t[0],e),t[1]=mt(t[1],e)),gt.lastIndex=0},n.f.defaultStringFilter||(n.f.defaultStringFilter=s.colorStringFilter);var _t=function(t,e,i,n){if(null==t)return function(t){return t};var r,s=e?(t.match(gt)||[""])[0]:"",o=t.split(s).join("").match(y)||[],a=t.substr(0,t.indexOf(o[0])),l=")"===t.charAt(t.length-1)?")":"",u=-1!==t.indexOf(" ")?" ":",",h=o.length,c=h>0?o[0].replace(_,""):"";return h?r=e?function(t){var e,f,p,d;if("number"==typeof t)t+=c;else if(n&&L.test(t)){for(d=t.replace(L,"|").split("|"),p=0;p<d.length;p++)d[p]=r(d[p]);return d.join(",")}if(e=(t.match(gt)||[s])[0],p=(f=t.split(e).join("").match(y)||[]).length,h>p--)for(;++p<h;)f[p]=i?f[(p-1)/2|0]:o[p];return a+f.join(u)+u+e+l+(-1!==t.indexOf("inset")?" inset":"")}:function(t){var e,s,f;if("number"==typeof t)t+=c;else if(n&&L.test(t)){for(s=t.replace(L,"|").split("|"),f=0;f<s.length;f++)s[f]=r(s[f]);return s.join(",")}if(f=(e=t.match(","===u?y:x)||[]).length,h>f--)for(;++f<h;)e[f]=i?e[(f-1)/2|0]:o[f];return(a&&"none"!==t&&t.substr(0,t.indexOf(e[0]))||a)+e.join(u)+l}:function(t){return t}},vt=function(t){return t=t.split(","),function(e,i,n,r,s,o,a){var l,u=(i+"").split(" ");for(a={},l=0;l<4;l++)a[t[l]]=u[l]=u[l]||u[(l-1)/2>>0];return r.parse(e,a,s,o)}},yt=(W._setPluginRatio=function(t){this.plugin.setRatio(t);for(var e,i,n,r,s,o=this.data,a=o.proxy,l=o.firstMPT;l;)e=a[l.v],l.r?e=l.r(e):e<1e-6&&e>-1e-6&&(e=0),l.t[l.p]=e,l=l._next;if(o.autoRotate&&(o.autoRotate.rotation=o.mod?o.mod.call(this._tween,a.rotation,this.t,this._tween):a.rotation),1===t||0===t)for(l=o.firstMPT,s=1===t?"e":"b";l;){if((i=l.t).type){if(1===i.type){for(r=i.xs0+i.s+i.xs1,n=1;n<i.l;n++)r+=i["xn"+n]+i["xs"+(n+1)];i[s]=r}}else i[s]=i.s+i.xs0;l=l._next}},function(t,e,i,n,r){this.t=t,this.p=e,this.v=i,this.r=r,n&&(n._prev=this,this._next=n)}),xt=(W._parseToProxy=function(t,e,i,n,r,s){var o,a,l,u,h,c=n,f={},p={},d=i._transform,m=B;for(i._transform=null,B=e,n=h=i.parse(t,e,n,r),B=m,s&&(i._transform=d,c&&(c._prev=null,c._prev&&(c._prev._next=null)));n&&n!==c;){if(n.type<=1&&(p[a=n.p]=n.s+n.c,f[a]=n.s,s||(u=new yt(n,"s",a,u,n.r),n.c=0),1===n.type))for(o=n.l;--o>0;)l="xn"+o,p[a=n.p+"_"+l]=n.data[l],f[a]=n[l],s||(u=new yt(n,l,a,u,n.rxp[l]));n=n._next}return{proxy:f,end:p,firstMPT:u,pt:h}},W.CSSPropTween=function(e,i,n,s,o,a,l,u,h,c,f){this.t=e,this.p=i,this.s=n,this.c=s,this.n=l||i,e instanceof xt||r.push(this.n),this.r=u?"function"==typeof u?u:Math.round:u,this.type=a||0,h&&(this.pr=h,t=!0),this.b=void 0===c?n:c,this.e=void 0===f?n+s:f,o&&(this._next=o,o._prev=this)}),bt=function(t,e,i,n,r,s){var o=new xt(t,e,i,n-i,r,-1,s);return o.b=i,o.e=o.xs0=n,o},Tt=s.parseComplex=function(t,e,i,n,r,o,a,l,h,c){i=i||o||"","function"==typeof n&&(n=n(g,m)),a=new xt(t,e,0,0,a,c?2:1,null,!1,l,i,n),n+="",r&&gt.test(n+i)&&(n=[i,n],s.colorStringFilter(n),i=n[0],n=n[1]);var f,p,d,y,x,b,T,w,C,P,k,S,O,A=i.split(", ").join(",").split(" "),E=n.split(", ").join(",").split(" "),D=A.length,R=!1!==u;for(-1===n.indexOf(",")&&-1===i.indexOf(",")||(-1!==(n+i).indexOf("rgb")||-1!==(n+i).indexOf("hsl")?(A=A.join(" ").replace(L,", ").split(" "),E=E.join(" ").replace(L,", ").split(" ")):(A=A.join(" ").split(",").join(", ").split(" "),E=E.join(" ").split(",").join(", ").split(" ")),D=A.length),D!==E.length&&(D=(A=(o||"").split(" ")).length),a.plugin=h,a.setRatio=c,gt.lastIndex=0,f=0;f<D;f++)if(y=A[f],x=E[f]+"",(w=parseFloat(y))||0===w)a.appendXtra("",w,ut(x,w),x.replace(v,""),!(!R||-1===x.indexOf("px"))&&Math.round,!0);else if(r&&gt.test(y))S=")"+((S=x.indexOf(")")+1)?x.substr(S):""),O=-1!==x.indexOf("hsl")&&U,P=x,y=dt(y,O),x=dt(x,O),(C=y.length+x.length>6)&&!U&&0===x[3]?(a["xs"+a.l]+=a.l?" transparent":"transparent",a.e=a.e.split(E[f]).join("transparent")):(U||(C=!1),O?a.appendXtra(P.substr(0,P.indexOf("hsl"))+(C?"hsla(":"hsl("),y[0],ut(x[0],y[0]),",",!1,!0).appendXtra("",y[1],ut(x[1],y[1]),"%,",!1).appendXtra("",y[2],ut(x[2],y[2]),C?"%,":"%"+S,!1):a.appendXtra(P.substr(0,P.indexOf("rgb"))+(C?"rgba(":"rgb("),y[0],x[0]-y[0],",",Math.round,!0).appendXtra("",y[1],x[1]-y[1],",",Math.round).appendXtra("",y[2],x[2]-y[2],C?",":S,Math.round),C&&(y=y.length<4?1:y[3],a.appendXtra("",y,(x.length<4?1:x[3])-y,S,!1))),gt.lastIndex=0;else if(b=y.match(_)){if(!(T=x.match(v))||T.length!==b.length)return a;for(d=0,p=0;p<b.length;p++)k=b[p],P=y.indexOf(k,d),a.appendXtra(y.substr(d,P-d),Number(k),ut(T[p],k),"",!(!R||"px"!==y.substr(P+k.length,2))&&Math.round,0===p),d=P+k.length;a["xs"+a.l]+=y.substr(d)}else a["xs"+a.l]+=a.l||a["xs"+a.l]?" "+x:x;if(-1!==n.indexOf("=")&&a.data){for(S=a.xs0+a.data.s,f=1;f<a.l;f++)S+=a["xs"+f]+a.data["xn"+f];a.e=S+a["xs"+f]}return a.l||(a.type=-1,a.xs0=a.e),a.xfirst||a},wt=9;for((l=xt.prototype).l=l.pr=0;--wt>0;)l["xn"+wt]=0,l["xs"+wt]="";l.xs0="",l._next=l._prev=l.xfirst=l.data=l.plugin=l.setRatio=l.rxp=null,l.appendXtra=function(t,e,i,n,r,s){var o=this,a=o.l;return o["xs"+a]+=s&&(a||o["xs"+a])?" "+t:t||"",i||0===a||o.plugin?(o.l++,o.type=o.setRatio?2:1,o["xs"+o.l]=n||"",a>0?(o.data["xn"+a]=e+i,o.rxp["xn"+a]=r,o["xn"+a]=e,o.plugin||(o.xfirst=new xt(o,"xn"+a,e,i,o.xfirst||o,0,o.n,r,o.pr),o.xfirst.xs0=0),o):(o.data={s:e+i},o.rxp={},o.s=e,o.c=i,o.r=r,o)):(o["xs"+a]+=e+(n||""),o)};var Ct=function(t,e){e=e||{},this.p=e.prefix&&Q(t)||t,a[t]=a[this.p]=this,this.format=e.formatter||_t(e.defaultValue,e.color,e.collapsible,e.multi),e.parser&&(this.parse=e.parser),this.clrs=e.color,this.multi=e.multi,this.keyword=e.keyword,this.dflt=e.defaultValue,this.allowFunc=e.allowFunc,this.pr=e.priority||0},Pt=W._registerComplexSpecialProp=function(t,e,i){"object"!=typeof e&&(e={parser:i});var n,r=t.split(","),s=e.defaultValue;for(i=i||[s],n=0;n<r.length;n++)e.prefix=0===n&&e.prefix,e.defaultValue=i[n]||s,new Ct(r[n],e)},kt=W._registerPluginProp=function(t){if(!a[t]){var e=t.charAt(0).toUpperCase()+t.substr(1)+"Plugin";Pt(t,{parser:function(t,i,n,r,s,l,u){var h=o.com.greensock.plugins[e];return h?(h._cssRegister(),a[n].parse(t,i,n,r,s,l,u)):(V("Error: "+e+" js file not loaded."),s)}})}};(l=Ct.prototype).parseComplex=function(t,e,i,n,r,s){var o,a,l,u,h,c,f=this.keyword;if(this.multi&&(L.test(i)||L.test(e)?(a=e.replace(L,"|").split("|"),l=i.replace(L,"|").split("|")):f&&(a=[e],l=[i])),l){for(u=l.length>a.length?l.length:a.length,o=0;o<u;o++)e=a[o]=a[o]||this.dflt,i=l[o]=l[o]||this.dflt,f&&(h=e.indexOf(f))!==(c=i.indexOf(f))&&(-1===c?a[o]=a[o].split(f).join(""):-1===h&&(a[o]+=" "+f));e=a.join(", "),i=l.join(", ")}return Tt(t,this.p,e,i,this.clrs,this.dflt,n,this.pr,r,s)},l.parse=function(t,e,n,r,s,o,a){return this.parseComplex(t.style,this.format(tt(t,this.p,i,!1,this.dflt)),this.format(e),s,o)},s.registerSpecialProp=function(t,e,i){Pt(t,{parser:function(t,n,r,s,o,a,l){var u=new xt(t,r,0,0,o,2,r,!1,i);return u.plugin=a,u.setRatio=e(t,n,s._tween,r),u},priority:i})},s.useSVGTransformAttr=!0;var St,Ot,At,Et,Dt,Rt="scaleX,scaleY,scaleZ,x,y,z,skewX,skewY,rotation,rotationX,rotationY,perspective,xPercent,yPercent".split(","),Mt=Q("transform"),Lt=G+"transform",It=Q("transformOrigin"),Nt=null!==Q("perspective"),jt=W.Transform=function(){this.perspective=parseFloat(s.defaultTransformPerspective)||0,this.force3D=!(!1===s.defaultForce3D||!Nt)&&(s.defaultForce3D||"auto")},Bt=n.e.SVGElement,Ft=function(t,e,i){var n,r=q.createElementNS("http://www.w3.org/2000/svg",t),s=/([a-z])([A-Z])/g;for(n in i)r.setAttributeNS(null,n.replace(s,"$1-$2").toLowerCase(),i[n]);return e.appendChild(r),r},qt=q.documentElement||{},zt=(Dt=d||/Android/i.test(Y)&&!n.e.chrome,q.createElementNS&&qt.appendChild&&!Dt&&(Ot=Ft("svg",qt),Et=(At=Ft("rect",Ot,{width:100,height:50,x:100})).getBoundingClientRect().width,At.style[It]="50% 50%",At.style[Mt]="scaleX(0.5)",Dt=Et===At.getBoundingClientRect().width&&!(f&&Nt),qt.removeChild(Ot)),Dt),Ht=function(t,e,i,n,r,o){var a,l,u,h,c,f,p,d,m,g,_,v,y,x,b=t._gsTransform,T=Ut(t,!0);b&&(y=b.xOrigin,x=b.yOrigin),(!n||(a=n.split(" ")).length<2)&&(0===(p=t.getBBox()).x&&0===p.y&&p.width+p.height===0&&(p={x:parseFloat(t.hasAttribute("x")?t.getAttribute("x"):t.hasAttribute("cx")?t.getAttribute("cx"):0)||0,y:parseFloat(t.hasAttribute("y")?t.getAttribute("y"):t.hasAttribute("cy")?t.getAttribute("cy"):0)||0,width:0,height:0}),a=[(-1!==(e=lt(e).split(" "))[0].indexOf("%")?parseFloat(e[0])/100*p.width:parseFloat(e[0]))+p.x,(-1!==e[1].indexOf("%")?parseFloat(e[1])/100*p.height:parseFloat(e[1]))+p.y]),i.xOrigin=h=parseFloat(a[0]),i.yOrigin=c=parseFloat(a[1]),n&&T!==Yt&&(f=T[0],p=T[1],d=T[2],m=T[3],g=T[4],_=T[5],(v=f*m-p*d)&&(l=h*(m/v)+c*(-d/v)+(d*_-m*g)/v,u=h*(-p/v)+c*(f/v)-(f*_-p*g)/v,h=i.xOrigin=a[0]=l,c=i.yOrigin=a[1]=u)),b&&(o&&(i.xOffset=b.xOffset,i.yOffset=b.yOffset,b=i),r||!1!==r&&!1!==s.defaultSmoothOrigin?(l=h-y,u=c-x,b.xOffset+=l*T[0]+u*T[2]-l,b.yOffset+=l*T[1]+u*T[3]-u):b.xOffset=b.yOffset=0),o||t.setAttribute("data-svg-origin",a.join(" "))},Xt=function(t){var e,i=z("svg",this.ownerSVGElement&&this.ownerSVGElement.getAttribute("xmlns")||"http://www.w3.org/2000/svg"),n=this.parentNode,r=this.nextSibling,s=this.style.cssText;if(qt.appendChild(i),i.appendChild(this),this.style.display="block",t)try{e=this.getBBox(),this._originalGetBBox=this.getBBox,this.getBBox=Xt}catch(t){}else this._originalGetBBox&&(e=this._originalGetBBox());return r?n.insertBefore(this,r):n.appendChild(this),qt.removeChild(i),this.style.cssText=s,e},Wt=function(t){return!(!Bt||!t.getCTM||t.parentNode&&!t.ownerSVGElement||!function(t){try{return t.getBBox()}catch(e){return Xt.call(t,!0)}}(t))},Yt=[1,0,0,1,0,0],Ut=function(t,e){var i,n,r,s,o,a,l,u=t._gsTransform||new jt,h=t.style;if(Mt?n=tt(t,Lt,null,!0):t.currentStyle&&(n=(n=t.currentStyle.filter.match(R))&&4===n.length?[n[0].substr(4),Number(n[2].substr(4)),Number(n[1].substr(4)),n[3].substr(4),u.x||0,u.y||0].join(","):""),i=!n||"none"===n||"matrix(1, 0, 0, 1, 0, 0)"===n,Mt&&i&&!t.offsetParent&&t!==qt&&(s=h.display,h.display="block",(l=t.parentNode)&&t.offsetParent||(o=1,a=t.nextSibling,qt.appendChild(t)),i=!(n=tt(t,Lt,null,!0))||"none"===n||"matrix(1, 0, 0, 1, 0, 0)"===n,s?h.display=s:Qt(h,"display"),o&&(a?l.insertBefore(t,a):l?l.appendChild(t):qt.removeChild(t))),(u.svg||t.getCTM&&Wt(t))&&(i&&-1!==(h[Mt]+"").indexOf("matrix")&&(n=h[Mt],i=0),r=t.getAttribute("transform"),i&&r&&(n="matrix("+(r=t.transform.baseVal.consolidate().matrix).a+","+r.b+","+r.c+","+r.d+","+r.e+","+r.f+")",i=0)),i)return Yt;for(r=(n||"").match(_)||[],wt=r.length;--wt>-1;)s=Number(r[wt]),r[wt]=(o=s-(s|=0))?(1e5*o+(o<0?-.5:.5)|0)/1e5+s:s;return e&&r.length>6?[r[0],r[1],r[4],r[5],r[12],r[13]]:r},$t=W.getTransform=function(t,e,i,r){if(t._gsTransform&&i&&!r)return t._gsTransform;var o,a,l,u,h,c,f=i&&t._gsTransform||new jt,p=f.scaleX<0,d=Nt&&(parseFloat(tt(t,It,e,!1,"0 0 0").split(" ")[2])||f.zOrigin)||0,m=parseFloat(s.defaultTransformPerspective)||0;if(f.svg=!(!t.getCTM||!Wt(t)),f.svg&&(Ht(t,tt(t,It,e,!1,"50% 50%")+"",f,t.getAttribute("data-svg-origin")),St=s.useSVGTransformAttr||zt),(o=Ut(t))!==Yt){if(16===o.length){var g,_,v,y,x,b=o[0],T=o[1],w=o[2],C=o[3],P=o[4],k=o[5],S=o[6],O=o[7],A=o[8],E=o[9],D=o[10],R=o[12],M=o[13],L=o[14],I=o[11],N=Math.atan2(S,D);f.zOrigin&&(R=A*(L=-f.zOrigin)-o[12],M=E*L-o[13],L=D*L+f.zOrigin-o[14]),f.rotationX=N*j,N&&(g=P*(y=Math.cos(-N))+A*(x=Math.sin(-N)),_=k*y+E*x,v=S*y+D*x,A=P*-x+A*y,E=k*-x+E*y,D=S*-x+D*y,I=O*-x+I*y,P=g,k=_,S=v),N=Math.atan2(-w,D),f.rotationY=N*j,N&&(_=T*(y=Math.cos(-N))-E*(x=Math.sin(-N)),v=w*y-D*x,E=T*x+E*y,D=w*x+D*y,I=C*x+I*y,b=g=b*y-A*x,T=_,w=v),N=Math.atan2(T,b),f.rotation=N*j,N&&(g=b*(y=Math.cos(N))+T*(x=Math.sin(N)),_=P*y+k*x,v=A*y+E*x,T=T*y-b*x,k=k*y-P*x,E=E*y-A*x,b=g,P=_,A=v),f.rotationX&&Math.abs(f.rotationX)+Math.abs(f.rotation)>359.9&&(f.rotationX=f.rotation=0,f.rotationY=180-f.rotationY),N=Math.atan2(P,k),f.scaleX=(1e5*Math.sqrt(b*b+T*T+w*w)+.5|0)/1e5,f.scaleY=(1e5*Math.sqrt(k*k+S*S)+.5|0)/1e5,f.scaleZ=(1e5*Math.sqrt(A*A+E*E+D*D)+.5|0)/1e5,b/=f.scaleX,P/=f.scaleY,T/=f.scaleX,k/=f.scaleY,Math.abs(N)>2e-5?(f.skewX=N*j,P=0,"simple"!==f.skewType&&(f.scaleY*=1/Math.cos(N))):f.skewX=0,f.perspective=I?1/(I<0?-I:I):0,f.x=R,f.y=M,f.z=L,f.svg&&(f.x-=f.xOrigin-(f.xOrigin*b-f.yOrigin*P),f.y-=f.yOrigin-(f.yOrigin*T-f.xOrigin*k))}else if(!Nt||r||!o.length||f.x!==o[4]||f.y!==o[5]||!f.rotationX&&!f.rotationY){var B=o.length>=6,F=B?o[0]:1,q=o[1]||0,z=o[2]||0,H=B?o[3]:1;f.x=o[4]||0,f.y=o[5]||0,l=Math.sqrt(F*F+q*q),u=Math.sqrt(H*H+z*z),h=F||q?Math.atan2(q,F)*j:f.rotation||0,c=z||H?Math.atan2(z,H)*j+h:f.skewX||0,f.scaleX=l,f.scaleY=u,f.rotation=h,f.skewX=c,Nt&&(f.rotationX=f.rotationY=f.z=0,f.perspective=m,f.scaleZ=1),f.svg&&(f.x-=f.xOrigin-(f.xOrigin*F+f.yOrigin*z),f.y-=f.yOrigin-(f.xOrigin*q+f.yOrigin*H))}for(a in Math.abs(f.skewX)>90&&Math.abs(f.skewX)<270&&(p?(f.scaleX*=-1,f.skewX+=f.rotation<=0?180:-180,f.rotation+=f.rotation<=0?180:-180):(f.scaleY*=-1,f.skewX+=f.skewX<=0?180:-180)),f.zOrigin=d,f)f[a]<2e-5&&f[a]>-2e-5&&(f[a]=0)}return i&&(t._gsTransform=f,f.svg&&(St&&t.style[Mt]?n.f.delayedCall(.001,function(){Qt(t.style,Mt)}):!St&&t.getAttribute("transform")&&n.f.delayedCall(.001,function(){t.removeAttribute("transform")}))),f},Vt=function(t){var e,i,n=this.data,r=-n.rotation*N,s=r+n.skewX*N,o=(Math.cos(r)*n.scaleX*1e5|0)/1e5,a=(Math.sin(r)*n.scaleX*1e5|0)/1e5,l=(Math.sin(s)*-n.scaleY*1e5|0)/1e5,u=(Math.cos(s)*n.scaleY*1e5|0)/1e5,h=this.t.style,c=this.t.currentStyle;if(c){i=a,a=-l,l=-i,e=c.filter,h.filter="";var f,p,m=this.t.offsetWidth,g=this.t.offsetHeight,_="absolute"!==c.position,v="progid:DXImageTransform.Microsoft.Matrix(M11="+o+", M12="+a+", M21="+l+", M22="+u,y=n.x+m*n.xPercent/100,x=n.y+g*n.yPercent/100;if(null!=n.ox&&(y+=(f=(n.oxp?m*n.ox*.01:n.ox)-m/2)-(f*o+(p=(n.oyp?g*n.oy*.01:n.oy)-g/2)*a),x+=p-(f*l+p*u)),v+=_?", Dx="+((f=m/2)-(f*o+(p=g/2)*a)+y)+", Dy="+(p-(f*l+p*u)+x)+")":", sizingMethod='auto expand')",-1!==e.indexOf("DXImageTransform.Microsoft.Matrix(")?h.filter=e.replace(M,v):h.filter=v+" "+e,0!==t&&1!==t||1===o&&0===a&&0===l&&1===u&&(_&&-1===v.indexOf("Dx=0, Dy=0")||w.test(e)&&100!==parseFloat(RegExp.$1)||-1===e.indexOf(e.indexOf("Alpha"))&&h.removeAttribute("filter")),!_){var b,C,P,k=d<8?1:-1;for(f=n.ieOffsetX||0,p=n.ieOffsetY||0,n.ieOffsetX=Math.round((m-((o<0?-o:o)*m+(a<0?-a:a)*g))/2+y),n.ieOffsetY=Math.round((g-((u<0?-u:u)*g+(l<0?-l:l)*m))/2+x),wt=0;wt<4;wt++)P=(i=-1!==(b=c[C=ot[wt]]).indexOf("px")?parseFloat(b):et(this.t,C,parseFloat(b),b.replace(T,""))||0)!==n[C]?wt<2?-n.ieOffsetX:-n.ieOffsetY:wt<2?f-n.ieOffsetX:p-n.ieOffsetY,h[C]=(n[C]=Math.round(i-P*(0===wt||2===wt?1:k)))+"px"}}},Gt=W.set3DTransformRatio=W.setTransformRatio=function(t){var e,i,n,r,s,o,a,l,u,h,c,p,d,m,g,_,v,y,x,b,T=this.data,w=this.t.style,C=T.rotation,P=T.rotationX,k=T.rotationY,S=T.scaleX,O=T.scaleY,A=T.scaleZ,E=T.x,D=T.y,R=T.z,M=T.svg,L=T.perspective,I=T.force3D,j=T.skewY,B=T.skewX;if(j&&(B+=j,C+=j),!((1!==t&&0!==t||"auto"!==I||this.tween._totalTime!==this.tween._totalDuration&&this.tween._totalTime)&&I||R||L||k||P||1!==A)||St&&M||!Nt)C||B||M?(C*=N,b=B*N,1e5,i=Math.cos(C)*S,s=Math.sin(C)*S,n=Math.sin(C-b)*-O,o=Math.cos(C-b)*O,b&&"simple"===T.skewType&&(e=Math.tan(b-j*N),n*=e=Math.sqrt(1+e*e),o*=e,j&&(e=Math.tan(j*N),i*=e=Math.sqrt(1+e*e),s*=e)),M&&(E+=T.xOrigin-(T.xOrigin*i+T.yOrigin*n)+T.xOffset,D+=T.yOrigin-(T.xOrigin*s+T.yOrigin*o)+T.yOffset,St&&(T.xPercent||T.yPercent)&&(g=this.t.getBBox(),E+=.01*T.xPercent*g.width,D+=.01*T.yPercent*g.height),E<(g=1e-6)&&E>-g&&(E=0),D<g&&D>-g&&(D=0)),x=(1e5*i|0)/1e5+","+(1e5*s|0)/1e5+","+(1e5*n|0)/1e5+","+(1e5*o|0)/1e5+","+E+","+D+")",M&&St?this.t.setAttribute("transform","matrix("+x):w[Mt]=(T.xPercent||T.yPercent?"translate("+T.xPercent+"%,"+T.yPercent+"%) matrix(":"matrix(")+x):w[Mt]=(T.xPercent||T.yPercent?"translate("+T.xPercent+"%,"+T.yPercent+"%) matrix(":"matrix(")+S+",0,0,"+O+","+E+","+D+")";else{if(f&&(S<(g=1e-4)&&S>-g&&(S=A=2e-5),O<g&&O>-g&&(O=A=2e-5),!L||T.z||T.rotationX||T.rotationY||(L=0)),C||B)C*=N,_=i=Math.cos(C),v=s=Math.sin(C),B&&(C-=B*N,_=Math.cos(C),v=Math.sin(C),"simple"===T.skewType&&(e=Math.tan((B-j)*N),_*=e=Math.sqrt(1+e*e),v*=e,T.skewY&&(e=Math.tan(j*N),i*=e=Math.sqrt(1+e*e),s*=e))),n=-v,o=_;else{if(!(k||P||1!==A||L||M))return void(w[Mt]=(T.xPercent||T.yPercent?"translate("+T.xPercent+"%,"+T.yPercent+"%) translate3d(":"translate3d(")+E+"px,"+D+"px,"+R+"px)"+(1!==S||1!==O?" scale("+S+","+O+")":""));i=o=1,n=s=0}h=1,r=a=l=u=c=p=0,d=L?-1/L:0,m=T.zOrigin,g=1e-6,",","0",(C=k*N)&&(_=Math.cos(C),l=-(v=Math.sin(C)),c=d*-v,r=i*v,a=s*v,h=_,d*=_,i*=_,s*=_),(C=P*N)&&(e=n*(_=Math.cos(C))+r*(v=Math.sin(C)),y=o*_+a*v,u=h*v,p=d*v,r=n*-v+r*_,a=o*-v+a*_,h*=_,d*=_,n=e,o=y),1!==A&&(r*=A,a*=A,h*=A,d*=A),1!==O&&(n*=O,o*=O,u*=O,p*=O),1!==S&&(i*=S,s*=S,l*=S,c*=S),(m||M)&&(m&&(E+=r*-m,D+=a*-m,R+=h*-m+m),M&&(E+=T.xOrigin-(T.xOrigin*i+T.yOrigin*n)+T.xOffset,D+=T.yOrigin-(T.xOrigin*s+T.yOrigin*o)+T.yOffset),E<g&&E>-g&&(E="0"),D<g&&D>-g&&(D="0"),R<g&&R>-g&&(R=0)),x=T.xPercent||T.yPercent?"translate("+T.xPercent+"%,"+T.yPercent+"%) matrix3d(":"matrix3d(",x+=(i<g&&i>-g?"0":i)+","+(s<g&&s>-g?"0":s)+","+(l<g&&l>-g?"0":l),x+=","+(c<g&&c>-g?"0":c)+","+(n<g&&n>-g?"0":n)+","+(o<g&&o>-g?"0":o),P||k||1!==A?(x+=","+(u<g&&u>-g?"0":u)+","+(p<g&&p>-g?"0":p)+","+(r<g&&r>-g?"0":r),x+=","+(a<g&&a>-g?"0":a)+","+(h<g&&h>-g?"0":h)+","+(d<g&&d>-g?"0":d)+","):x+=",0,0,0,0,1,0,",x+=E+","+D+","+R+","+(L?1+-R/L:1)+")",w[Mt]=x}};(l=jt.prototype).x=l.y=l.z=l.skewX=l.skewY=l.rotation=l.rotationX=l.rotationY=l.zOrigin=l.xPercent=l.yPercent=l.xOffset=l.yOffset=0,l.scaleX=l.scaleY=l.scaleZ=1,Pt("transform,scale,scaleX,scaleY,scaleZ,x,y,z,rotation,rotationX,rotationY,rotationZ,skewX,skewY,shortRotation,shortRotationX,shortRotationY,shortRotationZ,transformOrigin,svgOrigin,transformPerspective,directionalRotation,parseTransform,force3D,skewType,xPercent,yPercent,smoothOrigin",{parser:function(t,e,n,r,o,a,l){if(r._lastParsedTransform===l)return o;r._lastParsedTransform=l;var u=l.scale&&"function"==typeof l.scale?l.scale:0;u&&(l.scale=u(g,t));var h,c,f,p,d,_,v,y,x,b=t._gsTransform,T=t.style,w=Rt.length,C=l,P={},k=$t(t,i,!0,C.parseTransform),S=C.transform&&("function"==typeof C.transform?C.transform(g,m):C.transform);if(k.skewType=C.skewType||k.skewType||s.defaultSkewType,r._transform=k,"rotationZ"in C&&(C.rotation=C.rotationZ),S&&"string"==typeof S&&Mt)(c=H.style)[Mt]=S,c.display="block",c.position="absolute",-1!==S.indexOf("%")&&(c.width=tt(t,"width"),c.height=tt(t,"height")),q.body.appendChild(H),h=$t(H,null,!1),"simple"===k.skewType&&(h.scaleY*=Math.cos(h.skewX*N)),k.svg&&(_=k.xOrigin,v=k.yOrigin,h.x-=k.xOffset,h.y-=k.yOffset,(C.transformOrigin||C.svgOrigin)&&(S={},Ht(t,lt(C.transformOrigin),S,C.svgOrigin,C.smoothOrigin,!0),_=S.xOrigin,v=S.yOrigin,h.x-=S.xOffset-k.xOffset,h.y-=S.yOffset-k.yOffset),(_||v)&&(y=Ut(H,!0),h.x-=_-(_*y[0]+v*y[2]),h.y-=v-(_*y[1]+v*y[3]))),q.body.removeChild(H),h.perspective||(h.perspective=k.perspective),null!=C.xPercent&&(h.xPercent=ht(C.xPercent,k.xPercent)),null!=C.yPercent&&(h.yPercent=ht(C.yPercent,k.yPercent));else if("object"==typeof C){if(h={scaleX:ht(null!=C.scaleX?C.scaleX:C.scale,k.scaleX),scaleY:ht(null!=C.scaleY?C.scaleY:C.scale,k.scaleY),scaleZ:ht(C.scaleZ,k.scaleZ),x:ht(C.x,k.x),y:ht(C.y,k.y),z:ht(C.z,k.z),xPercent:ht(C.xPercent,k.xPercent),yPercent:ht(C.yPercent,k.yPercent),perspective:ht(C.transformPerspective,k.perspective)},null!=(d=C.directionalRotation))if("object"==typeof d)for(c in d)C[c]=d[c];else C.rotation=d;"string"==typeof C.x&&-1!==C.x.indexOf("%")&&(h.x=0,h.xPercent=ht(C.x,k.xPercent)),"string"==typeof C.y&&-1!==C.y.indexOf("%")&&(h.y=0,h.yPercent=ht(C.y,k.yPercent)),h.rotation=ct("rotation"in C?C.rotation:"shortRotation"in C?C.shortRotation+"_short":k.rotation,k.rotation,"rotation",P),Nt&&(h.rotationX=ct("rotationX"in C?C.rotationX:"shortRotationX"in C?C.shortRotationX+"_short":k.rotationX||0,k.rotationX,"rotationX",P),h.rotationY=ct("rotationY"in C?C.rotationY:"shortRotationY"in C?C.shortRotationY+"_short":k.rotationY||0,k.rotationY,"rotationY",P)),h.skewX=ct(C.skewX,k.skewX),h.skewY=ct(C.skewY,k.skewY)}for(Nt&&null!=C.force3D&&(k.force3D=C.force3D,p=!0),(f=k.force3D||k.z||k.rotationX||k.rotationY||h.z||h.rotationX||h.rotationY||h.perspective)||null==C.scale||(h.scaleZ=1);--w>-1;)((S=h[x=Rt[w]]-k[x])>1e-6||S<-1e-6||null!=C[x]||null!=B[x])&&(p=!0,o=new xt(k,x,k[x],S,o),x in P&&(o.e=P[x]),o.xs0=0,o.plugin=a,r._overwriteProps.push(o.n));return S="function"==typeof C.transformOrigin?C.transformOrigin(g,m):C.transformOrigin,k.svg&&(S||C.svgOrigin)&&(_=k.xOffset,v=k.yOffset,Ht(t,lt(S),h,C.svgOrigin,C.smoothOrigin),o=bt(k,"xOrigin",(b?k:h).xOrigin,h.xOrigin,o,"transformOrigin"),o=bt(k,"yOrigin",(b?k:h).yOrigin,h.yOrigin,o,"transformOrigin"),_===k.xOffset&&v===k.yOffset||(o=bt(k,"xOffset",b?_:k.xOffset,k.xOffset,o,"transformOrigin"),o=bt(k,"yOffset",b?v:k.yOffset,k.yOffset,o,"transformOrigin")),S="0px 0px"),(S||Nt&&f&&k.zOrigin)&&(Mt?(p=!0,x=It,S||(S=(S=(tt(t,x,i,!1,"50% 50%")+"").split(" "))[0]+" "+S[1]+" "+k.zOrigin+"px"),S+="",(o=new xt(T,x,0,0,o,-1,"transformOrigin")).b=T[x],o.plugin=a,Nt?(c=k.zOrigin,S=S.split(" "),k.zOrigin=(S.length>2?parseFloat(S[2]):c)||0,o.xs0=o.e=S[0]+" "+(S[1]||"50%")+" 0px",(o=new xt(k,"zOrigin",0,0,o,-1,o.n)).b=c,o.xs0=o.e=k.zOrigin):o.xs0=o.e=S):lt(S+"",k)),p&&(r._transformType=k.svg&&St||!f&&3!==this._transformType?2:3),u&&(l.scale=u),o},allowFunc:!0,prefix:!0}),Pt("boxShadow",{defaultValue:"0px 0px 0px 0px #999",prefix:!0,color:!0,multi:!0,keyword:"inset"}),Pt("clipPath",{defaultValue:"inset(0%)",prefix:!0,multi:!0,formatter:_t("inset(0% 0% 0% 0%)",!1,!0)}),Pt("borderRadius",{defaultValue:"0px",parser:function(t,n,r,s,o,a){n=this.format(n);var l,u,h,c,f,p,d,m,g,_,v,y,x,b,T,w,C=["borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"],P=t.style;for(g=parseFloat(t.offsetWidth),_=parseFloat(t.offsetHeight),l=n.split(" "),u=0;u<C.length;u++)this.p.indexOf("border")&&(C[u]=Q(C[u])),-1!==(f=c=tt(t,C[u],i,!1,"0px")).indexOf(" ")&&(c=f.split(" "),f=c[0],c=c[1]),p=h=l[u],d=parseFloat(f),y=f.substr((d+"").length),(x="="===p.charAt(1))?(m=parseInt(p.charAt(0)+"1",10),p=p.substr(2),m*=parseFloat(p),v=p.substr((m+"").length-(m<0?1:0))||""):(m=parseFloat(p),v=p.substr((m+"").length)),""===v&&(v=e[r]||y),v!==y&&(b=et(t,"borderLeft",d,y),T=et(t,"borderTop",d,y),"%"===v?(f=b/g*100+"%",c=T/_*100+"%"):"em"===v?(f=b/(w=et(t,"borderLeft",1,"em"))+"em",c=T/w+"em"):(f=b+"px",c=T+"px"),x&&(p=parseFloat(f)+m+v,h=parseFloat(c)+m+v)),o=Tt(P,C[u],f+" "+c,p+" "+h,!1,"0px",o);return o},prefix:!0,formatter:_t("0px 0px 0px 0px",!1,!0)}),Pt("borderBottomLeftRadius,borderBottomRightRadius,borderTopLeftRadius,borderTopRightRadius",{defaultValue:"0px",parser:function(t,e,n,r,s,o){return Tt(t.style,n,this.format(tt(t,n,i,!1,"0px 0px")),this.format(e),!1,"0px",s)},prefix:!0,formatter:_t("0px 0px",!1,!0)}),Pt("backgroundPosition",{defaultValue:"0 0",parser:function(t,e,n,r,s,o){var a,l,u,h,c,f,p="background-position",m=i||K(t),g=this.format((m?d?m.getPropertyValue(p+"-x")+" "+m.getPropertyValue(p+"-y"):m.getPropertyValue(p):t.currentStyle.backgroundPositionX+" "+t.currentStyle.backgroundPositionY)||"0 0"),_=this.format(e);if(-1!==g.indexOf("%")!=(-1!==_.indexOf("%"))&&_.split(",").length<2&&(f=tt(t,"backgroundImage").replace(A,""))&&"none"!==f){for(a=g.split(" "),l=_.split(" "),X.setAttribute("src",f),u=2;--u>-1;)(h=-1!==(g=a[u]).indexOf("%"))!==(-1!==l[u].indexOf("%"))&&(c=0===u?t.offsetWidth-X.width:t.offsetHeight-X.height,a[u]=h?parseFloat(g)/100*c+"px":parseFloat(g)/c*100+"%");g=a.join(" ")}return this.parseComplex(t.style,g,_,s,o)},formatter:lt}),Pt("backgroundSize",{defaultValue:"0 0",formatter:function(t){return"co"===(t+="").substr(0,2)?t:lt(-1===t.indexOf(" ")?t+" "+t:t)}}),Pt("perspective",{defaultValue:"0px",prefix:!0}),Pt("perspectiveOrigin",{defaultValue:"50% 50%",prefix:!0}),Pt("transformStyle",{prefix:!0}),Pt("backfaceVisibility",{prefix:!0}),Pt("userSelect",{prefix:!0}),Pt("margin",{parser:vt("marginTop,marginRight,marginBottom,marginLeft")}),Pt("padding",{parser:vt("paddingTop,paddingRight,paddingBottom,paddingLeft")}),Pt("clip",{defaultValue:"rect(0px,0px,0px,0px)",parser:function(t,e,n,r,s,o){var a,l,u;return d<9?(l=t.currentStyle,u=d<8?" ":",",a="rect("+l.clipTop+u+l.clipRight+u+l.clipBottom+u+l.clipLeft+")",e=this.format(e).split(",").join(u)):(a=this.format(tt(t,this.p,i,!1,this.dflt)),e=this.format(e)),this.parseComplex(t.style,a,e,s,o)}}),Pt("textShadow",{defaultValue:"0px 0px 0px #999",color:!0,multi:!0}),Pt("autoRound,strictUnits",{parser:function(t,e,i,n,r){return r}}),Pt("border",{defaultValue:"0px solid #000",parser:function(t,e,n,r,s,o){var a=tt(t,"borderTopWidth",i,!1,"0px"),l=this.format(e).split(" "),u=l[0].replace(T,"");return"px"!==u&&(a=parseFloat(a)/et(t,"borderTopWidth",1,u)+u),this.parseComplex(t.style,this.format(a+" "+tt(t,"borderTopStyle",i,!1,"solid")+" "+tt(t,"borderTopColor",i,!1,"#000")),l.join(" "),s,o)},color:!0,formatter:function(t){var e=t.split(" ");return e[0]+" "+(e[1]||"solid")+" "+(t.match(gt)||["#000"])[0]}}),Pt("borderWidth",{parser:vt("borderTopWidth,borderRightWidth,borderBottomWidth,borderLeftWidth")}),Pt("float,cssFloat,styleFloat",{parser:function(t,e,i,n,r,s){var o=t.style,a="cssFloat"in o?"cssFloat":"styleFloat";return new xt(o,a,0,0,r,-1,i,!1,0,o[a],e)}});var Zt=function(t){var e,i=this.t,n=i.filter||tt(this.data,"filter")||"",r=this.s+this.c*t|0;100===r&&(-1===n.indexOf("atrix(")&&-1===n.indexOf("radient(")&&-1===n.indexOf("oader(")?(i.removeAttribute("filter"),e=!tt(this.data,"filter")):(i.filter=n.replace(P,""),e=!0)),e||(this.xn1&&(i.filter=n=n||"alpha(opacity="+r+")"),-1===n.indexOf("pacity")?0===r&&this.xn1||(i.filter=n+" alpha(opacity="+r+")"):i.filter=n.replace(w,"opacity="+r))};Pt("opacity,alpha,autoAlpha",{defaultValue:"1",parser:function(t,e,n,r,s,o){var a=parseFloat(tt(t,"opacity",i,!1,"1")),l=t.style,u="autoAlpha"===n;return"string"==typeof e&&"="===e.charAt(1)&&(e=("-"===e.charAt(0)?-1:1)*parseFloat(e.substr(2))+a),u&&1===a&&"hidden"===tt(t,"visibility",i)&&0!==e&&(a=0),U?s=new xt(l,"opacity",a,e-a,s):((s=new xt(l,"opacity",100*a,100*(e-a),s)).xn1=u?1:0,l.zoom=1,s.type=2,s.b="alpha(opacity="+s.s+")",s.e="alpha(opacity="+(s.s+s.c)+")",s.data=t,s.plugin=o,s.setRatio=Zt),u&&((s=new xt(l,"visibility",0,0,s,-1,null,!1,0,0!==a?"inherit":"hidden",0===e?"hidden":"inherit")).xs0="inherit",r._overwriteProps.push(s.n),r._overwriteProps.push(n)),s}});var Qt=function(t,e){e&&(t.removeProperty?("ms"!==e.substr(0,2)&&"webkit"!==e.substr(0,6)||(e="-"+e),t.removeProperty(e.replace(S,"-$1").toLowerCase())):t.removeAttribute(e))},Jt=function(t){if(this.t._gsClassPT=this,1===t||0===t){this.t.setAttribute("class",0===t?this.b:this.e);for(var e=this.data,i=this.t.style;e;)e.v?i[e.p]=e.v:Qt(i,e.p),e=e._next;1===t&&this.t._gsClassPT===this&&(this.t._gsClassPT=null)}else this.t.getAttribute("class")!==this.e&&this.t.setAttribute("class",this.e)};Pt("className",{parser:function(e,n,r,s,o,a,l){var u,h,c,f,p,d=e.getAttribute("class")||"",m=e.style.cssText;if((o=s._classNamePT=new xt(e,r,0,0,o,2)).setRatio=Jt,o.pr=-11,t=!0,o.b=d,h=nt(e,i),c=e._gsClassPT){for(f={},p=c.data;p;)f[p.p]=1,p=p._next;c.setRatio(1)}return e._gsClassPT=o,o.e="="!==n.charAt(1)?n:d.replace(new RegExp("(?:\\s|^)"+n.substr(2)+"(?![\\w-])"),"")+("+"===n.charAt(0)?" "+n.substr(2):""),e.setAttribute("class",o.e),u=rt(e,h,nt(e),l,f),e.setAttribute("class",d),o.data=u.firstMPT,e.style.cssText!==m&&(e.style.cssText=m),o=o.xfirst=s.parse(e,u.difs,o,a)}});var Kt=function(t){if((1===t||0===t)&&this.data._totalTime===this.data._totalDuration&&"isFromStart"!==this.data.data){var e,i,n,r,s,o=this.t.style,l=a.transform.parse;if("all"===this.e)o.cssText="",r=!0;else for(n=(e=this.e.split(" ").join("").split(",")).length;--n>-1;)i=e[n],a[i]&&(a[i].parse===l?r=!0:i="transformOrigin"===i?It:a[i].p),Qt(o,i);r&&(Qt(o,Mt),(s=this.t._gsTransform)&&(s.svg&&(this.t.removeAttribute("data-svg-origin"),this.t.removeAttribute("transform")),delete this.t._gsTransform))}};for(Pt("clearProps",{parser:function(e,i,n,r,s){return(s=new xt(e,n,0,0,s,2)).setRatio=Kt,s.e=i,s.pr=-10,s.data=r._tween,t=!0,s}}),l="bezier,throwProps,physicsProps,physics2D".split(","),wt=l.length;wt--;)kt(l[wt]);(l=s.prototype)._firstPT=l._lastParsedTransform=l._transform=null,l._onInitTween=function(n,o,l,f){if(!n.nodeType)return!1;this._target=m=n,this._tween=l,this._vars=o,g=f,u=o.autoRound,t=!1,e=o.suffixMap||s.suffixMap,i=K(n),r=this._overwriteProps;var d,_,v,y,x,b,T,w,P,k=n.style;if(h&&""===k.zIndex&&("auto"!==(d=tt(n,"zIndex",i))&&""!==d||this._addLazySet(k,"zIndex",0)),"string"==typeof o&&(y=k.cssText,d=nt(n,i),k.cssText=y+";"+o,d=rt(n,d,nt(n)).difs,!U&&C.test(o)&&(d.opacity=parseFloat(RegExp.$1)),o=d,k.cssText=y),o.className?this._firstPT=_=a.className.parse(n,o.className,"className",this,null,null,o):this._firstPT=_=this.parse(n,o,null),this._transformType){for(P=3===this._transformType,Mt?c&&(h=!0,""===k.zIndex&&("auto"!==(T=tt(n,"zIndex",i))&&""!==T||this._addLazySet(k,"zIndex",0)),p&&this._addLazySet(k,"WebkitBackfaceVisibility",this._vars.WebkitBackfaceVisibility||(P?"visible":"hidden"))):k.zoom=1,v=_;v&&v._next;)v=v._next;w=new xt(n,"transform",0,0,null,2),this._linkCSSP(w,null,v),w.setRatio=Mt?Gt:Vt,w.data=this._transform||$t(n,i,!0),w.tween=l,w.pr=-1,r.pop()}if(t){for(;_;){for(b=_._next,v=y;v&&v.pr>_.pr;)v=v._next;(_._prev=v?v._prev:x)?_._prev._next=_:y=_,(_._next=v)?v._prev=_:x=_,_=b}this._firstPT=y}return!0},l.parse=function(t,n,r,s){var o,l,h,c,f,p,d,_,v,y,x=t.style;for(o in n){if(p=n[o],l=a[o],"function"!=typeof p||l&&l.allowFunc||(p=p(g,m)),l)r=l.parse(t,p,o,this,r,s,n);else{if("--"===o.substr(0,2)){this._tween._propLookup[o]=this._addTween.call(this._tween,t.style,"setProperty",K(t).getPropertyValue(o)+"",p+"",o,!1,o);continue}f=tt(t,o,i)+"",v="string"==typeof p,"color"===o||"fill"===o||"stroke"===o||-1!==o.indexOf("Color")||v&&k.test(p)?(v||(p=((p=dt(p)).length>3?"rgba(":"rgb(")+p.join(",")+")"),r=Tt(x,o,f,p,!0,"transparent",r,0,s)):v&&I.test(p)?r=Tt(x,o,f,p,!0,null,r,0,s):(d=(h=parseFloat(f))||0===h?f.substr((h+"").length):"",""!==f&&"auto"!==f||("width"===o||"height"===o?(h=at(t,o,i),d="px"):"left"===o||"top"===o?(h=it(t,o,i),d="px"):(h="opacity"!==o?0:1,d="")),(y=v&&"="===p.charAt(1))?(c=parseInt(p.charAt(0)+"1",10),p=p.substr(2),c*=parseFloat(p),_=p.replace(T,"")):(c=parseFloat(p),_=v?p.replace(T,""):""),""===_&&(_=o in e?e[o]:d),p=c||0===c?(y?c+h:c)+_:n[o],d!==_&&(""===_&&"lineHeight"!==o||(c||0===c)&&h&&(h=et(t,o,h,d),"%"===_?(h/=et(t,o,100,"%")/100,!0!==n.strictUnits&&(f=h+"%")):"em"===_||"rem"===_||"vw"===_||"vh"===_?h/=et(t,o,1,_):"px"!==_&&(c=et(t,o,c,_),_="px"),y&&(c||0===c)&&(p=c+h+_))),y&&(c+=h),!h&&0!==h||!c&&0!==c?void 0!==x[o]&&(p||p+""!="NaN"&&null!=p)?(r=new xt(x,o,c||h||0,0,r,-1,o,!1,0,f,p)).xs0="none"!==p||"display"!==o&&-1===o.indexOf("Style")?p:f:V("invalid "+o+" tween value: "+n[o]):(r=new xt(x,o,h,c-h,r,0,o,!1!==u&&("px"===_||"zIndex"===o),0,f,p)).xs0=_)}s&&r&&!r.plugin&&(r.plugin=s)}return r},l.setRatio=function(t){var e,i,n,r=this._firstPT;if(1!==t||this._tween._time!==this._tween._duration&&0!==this._tween._time)if(t||this._tween._time!==this._tween._duration&&0!==this._tween._time||-1e-6===this._tween._rawPrevTime)for(;r;){if(e=r.c*t+r.s,r.r?e=r.r(e):e<1e-6&&e>-1e-6&&(e=0),r.type)if(1===r.type)if(2===(n=r.l))r.t[r.p]=r.xs0+e+r.xs1+r.xn1+r.xs2;else if(3===n)r.t[r.p]=r.xs0+e+r.xs1+r.xn1+r.xs2+r.xn2+r.xs3;else if(4===n)r.t[r.p]=r.xs0+e+r.xs1+r.xn1+r.xs2+r.xn2+r.xs3+r.xn3+r.xs4;else if(5===n)r.t[r.p]=r.xs0+e+r.xs1+r.xn1+r.xs2+r.xn2+r.xs3+r.xn3+r.xs4+r.xn4+r.xs5;else{for(i=r.xs0+e+r.xs1,n=1;n<r.l;n++)i+=r["xn"+n]+r["xs"+(n+1)];r.t[r.p]=i}else-1===r.type?r.t[r.p]=r.xs0:r.setRatio&&r.setRatio(t);else r.t[r.p]=e+r.xs0;r=r._next}else for(;r;)2!==r.type?r.t[r.p]=r.b:r.setRatio(t),r=r._next;else for(;r;){if(2!==r.type)if(r.r&&-1!==r.type)if(e=r.r(r.s+r.c),r.type){if(1===r.type){for(n=r.l,i=r.xs0+e+r.xs1,n=1;n<r.l;n++)i+=r["xn"+n]+r["xs"+(n+1)];r.t[r.p]=i}}else r.t[r.p]=e+r.xs0;else r.t[r.p]=r.e;else r.setRatio(t);r=r._next}},l._enableTransforms=function(t){this._transform=this._transform||$t(this._target,i,!0),this._transformType=this._transform.svg&&St||!t&&3!==this._transformType?2:3};var te=function(t){this.t[this.p]=this.e,this.data._linkCSSP(this,this._next,null,!0)};l._addLazySet=function(t,e,i){var n=this._firstPT=new xt(t,e,0,0,this._firstPT,2);n.e=i,n.setRatio=te,n.data=this},l._linkCSSP=function(t,e,i,n){return t&&(e&&(e._prev=t),t._next&&(t._next._prev=t._prev),t._prev?t._prev._next=t._next:this._firstPT===t&&(this._firstPT=t._next,n=!0),i?i._next=t:n||null!==this._firstPT||(this._firstPT=t),t._next=e,t._prev=i),t},l._mod=function(t){for(var e=this._firstPT;e;)"function"==typeof t[e.p]&&(e.r=t[e.p]),e=e._next},l._kill=function(t){var e,i,r,s=t;if(t.autoAlpha||t.alpha){for(i in s={},t)s[i]=t[i];s.opacity=1,s.autoAlpha&&(s.visibility=1)}for(t.className&&(e=this._classNamePT)&&((r=e.xfirst)&&r._prev?this._linkCSSP(r._prev,e._next,r._prev._prev):r===this._firstPT&&(this._firstPT=e._next),e._next&&this._linkCSSP(e._next,e._next._next,r._prev),this._classNamePT=null),e=this._firstPT;e;)e.plugin&&e.plugin!==i&&e.plugin._kill&&(e.plugin._kill(t),i=e.plugin),e=e._next;return n.d.prototype._kill.call(this,s)};var ee=function(t,e,i){var n,r,s,o;if(t.slice)for(r=t.length;--r>-1;)ee(t[r],e,i);else for(r=(n=t.childNodes).length;--r>-1;)o=(s=n[r]).type,s.style&&(e.push(nt(s)),i&&i.push(s)),1!==o&&9!==o&&11!==o||!s.childNodes.length||ee(s,e,i)};return s.cascadeTo=function(t,e,i){var r,s,o,a,l=n.f.to(t,e,i),u=[l],h=[],c=[],f=[],p=n.f._internals.reservedProps;for(t=l._targets||l.target,ee(t,h,f),l.render(e,!0,!0),ee(t,c),l.render(0,!0,!0),l._enabled(!0),r=f.length;--r>-1;)if((s=rt(f[r],h[r],c[r])).firstMPT){for(o in s=s.difs,i)p[o]&&(s[o]=i[o]);for(o in a={},s)a[o]=h[r][o];u.push(n.f.fromTo(f[r],e,a,s))}return u},n.d.activate([s]),s},!0);var s=n.g.CSSPlugin,o=n.e._gsDefine.plugin({propName:"attr",API:2,version:"0.6.1",init:function(t,e,i,n){var r,s;if("function"!=typeof t.setAttribute)return!1;for(r in e)"function"==typeof(s=e[r])&&(s=s(n,t)),this._addTween(t,"setAttribute",t.getAttribute(r)+"",s+"",r,!1,r),this._overwriteProps.push(r);return!0}}),a=n.e._gsDefine.plugin({propName:"roundProps",version:"1.7.0",priority:-1,API:2,init:function(t,e,i){return this._tween=i,!0}}),l=function(t){var e=t<1?Math.pow(10,(t+"").length-2):1;return function(i){return(Math.round(i/t)*t*e|0)/e}},u=function(t,e){for(;t;)t.f||t.blob||(t.m=e||Math.round),t=t._next},h=a.prototype;
92
+ n.e._gsDefine("plugins.CSSPlugin",["plugins.TweenPlugin","TweenLite"],function(){var t,e,i,r,s=function(){n.d.call(this,"css"),this._overwriteProps.length=0,this.setRatio=s.prototype.setRatio},o=n.e._gsDefine.globals,a={},l=s.prototype=new n.d("css");l.constructor=s,s.version="2.1.3",s.API=2,s.defaultTransformPerspective=0,s.defaultSkewType="compensated",s.defaultSmoothOrigin=!0,l="px",s.suffixMap={top:l,right:l,bottom:l,left:l,width:l,height:l,fontSize:l,padding:l,margin:l,perspective:l,lineHeight:""};var u,h,c,f,p,d,m,g,_=/(?:\-|\.|\b)(\d|\.|e\-)+/g,v=/(?:\d|\-\d|\.\d|\-\.\d|\+=\d|\-=\d|\+=.\d|\-=\.\d)+/g,y=/(?:\+=|\-=|\-|\b)[\d\-\.]+[a-zA-Z0-9]*(?:%|\b)/gi,x=/(?:\+=|\-=|\-|\b)[\d\-\.]+[a-zA-Z0-9]*(?:%|\b),?/gi,b=/(?![+-]?\d*\.?\d+|[+-]|e[+-]\d+)[^0-9]/g,T=/(?:\d|\-|\+|=|#|\.)*/g,w=/opacity *= *([^)]*)/i,C=/opacity:([^;]*)/i,P=/alpha\(opacity *=.+?\)/i,S=/^(rgb|hsl)/,k=/([A-Z])/g,O=/-([a-z])/gi,A=/(^(?:url\(\"|url\())|(?:(\"\))$|\)$)/gi,E=function(t,e){return e.toUpperCase()},D=/(?:Left|Right|Width)/i,R=/(M11|M12|M21|M22)=[\d\-\.e]+/gi,M=/progid\:DXImageTransform\.Microsoft\.Matrix\(.+?\)/i,L=/,(?=[^\)]*(?:\(|$))/gi,I=/[\s,\(]/i,N=Math.PI/180,j=180/Math.PI,B={},F={style:{}},q=n.e.document||{createElement:function(){return F}},z=function(t,e){var i=q.createElementNS?q.createElementNS(e||"http://www.w3.org/1999/xhtml",t):q.createElement(t);return i.style?i:q.createElement(t)},H=z("div"),X=z("img"),W=s._internals={_specialProps:a},Y=(n.e.navigator||{}).userAgent||"",U=function(){var t=Y.indexOf("Android"),e=z("a");return c=-1!==Y.indexOf("Safari")&&-1===Y.indexOf("Chrome")&&(-1===t||parseFloat(Y.substr(t+8,2))>3),p=c&&parseFloat(Y.substr(Y.indexOf("Version/")+8,2))<6,f=-1!==Y.indexOf("Firefox"),(/MSIE ([0-9]{1,}[\.0-9]{0,})/.exec(Y)||/Trident\/.*rv:([0-9]{1,}[\.0-9]{0,})/.exec(Y))&&(d=parseFloat(RegExp.$1)),!!e&&(e.style.cssText="top:1px;opacity:.55;",/^0.55/.test(e.style.opacity))}(),$=function(t){return w.test("string"==typeof t?t:(t.currentStyle?t.currentStyle.filter:t.style.filter)||"")?parseFloat(RegExp.$1)/100:1},V=function(t){n.e.console&&console.log(t)},G="",Z="",Q=function(t,e){var i,n,r=(e=e||H).style;if(void 0!==r[t])return t;for(t=t.charAt(0).toUpperCase()+t.substr(1),i=["O","Moz","ms","Ms","Webkit"],n=5;--n>-1&&void 0===r[i[n]+t];);return n>=0?(G="-"+(Z=3===n?"ms":i[n]).toLowerCase()+"-",Z+t):null},J="undefined"!=typeof window?window:q.defaultView||{getComputedStyle:function(){}},K=function(t){return J.getComputedStyle(t)},tt=s.getStyle=function(t,e,i,n,r){var s;return U||"opacity"!==e?(!n&&t.style[e]?s=t.style[e]:(i=i||K(t))?s=i[e]||i.getPropertyValue(e)||i.getPropertyValue(e.replace(k,"-$1").toLowerCase()):t.currentStyle&&(s=t.currentStyle[e]),null==r||s&&"none"!==s&&"auto"!==s&&"auto auto"!==s?s:r):$(t)},et=W.convertToPixels=function(t,e,i,r,o){if("px"===r||!r&&"lineHeight"!==e)return i;if("auto"===r||!i)return 0;var a,l,u,h=D.test(e),c=t,f=H.style,p=i<0,d=1===i;if(p&&(i=-i),d&&(i*=100),"lineHeight"!==e||r)if("%"===r&&-1!==e.indexOf("border"))a=i/100*(h?t.clientWidth:t.clientHeight);else{if(f.cssText="border:0 solid red;position:"+tt(t,"position")+";line-height:0;","%"!==r&&c.appendChild&&"v"!==r.charAt(0)&&"rem"!==r)f[h?"borderLeftWidth":"borderTopWidth"]=i+r;else{if(c=t.parentNode||q.body,-1!==tt(c,"display").indexOf("flex")&&(f.position="absolute"),l=c._gsCache,u=n.f.ticker.frame,l&&h&&l.time===u)return l.width*i/100;f[h?"width":"height"]=i+r}c.appendChild(H),a=parseFloat(H[h?"offsetWidth":"offsetHeight"]),c.removeChild(H),h&&"%"===r&&!1!==s.cacheWidths&&((l=c._gsCache=c._gsCache||{}).time=u,l.width=a/i*100),0!==a||o||(a=et(t,e,i,r,!0))}else l=K(t).lineHeight,t.style.lineHeight=i,a=parseFloat(K(t).lineHeight),t.style.lineHeight=l;return d&&(a/=100),p?-a:a},it=W.calculateOffset=function(t,e,i){if("absolute"!==tt(t,"position",i))return 0;var n="left"===e?"Left":"Top",r=tt(t,"margin"+n,i);return t["offset"+n]-(et(t,e,parseFloat(r),r.replace(T,""))||0)},nt=function(t,e){var i,n,r,s={};if(e=e||K(t))if(i=e.length)for(;--i>-1;)-1!==(r=e[i]).indexOf("-transform")&&Lt!==r||(s[r.replace(O,E)]=e.getPropertyValue(r));else for(i in e)-1!==i.indexOf("Transform")&&Mt!==i||(s[i]=e[i]);else if(e=t.currentStyle||t.style)for(i in e)"string"==typeof i&&void 0===s[i]&&(s[i.replace(O,E)]=e[i]);return U||(s.opacity=$(t)),n=$t(t,e,!1),s.rotation=n.rotation,s.skewX=n.skewX,s.scaleX=n.scaleX,s.scaleY=n.scaleY,s.x=n.x,s.y=n.y,Nt&&(s.z=n.z,s.rotationX=n.rotationX,s.rotationY=n.rotationY,s.scaleZ=n.scaleZ),s.filters&&delete s.filters,s},rt=function(t,e,i,n,r){var s,o,a,l={},u=t.style;for(o in i)"cssText"!==o&&"length"!==o&&isNaN(o)&&(e[o]!==(s=i[o])||r&&r[o])&&-1===o.indexOf("Origin")&&("number"!=typeof s&&"string"!=typeof s||(l[o]="auto"!==s||"left"!==o&&"top"!==o?""!==s&&"auto"!==s&&"none"!==s||"string"!=typeof e[o]||""===e[o].replace(b,"")?s:0:it(t,o),void 0!==u[o]&&(a=new yt(u,o,u[o],a))));if(n)for(o in n)"className"!==o&&(l[o]=n[o]);return{difs:l,firstMPT:a}},st={width:["Left","Right"],height:["Top","Bottom"]},ot=["marginLeft","marginRight","marginTop","marginBottom"],at=function(t,e,i){if("svg"===(t.nodeName+"").toLowerCase())return(i||K(t))[e]||0;if(t.getCTM&&Wt(t))return t.getBBox()[e]||0;var n=parseFloat("width"===e?t.offsetWidth:t.offsetHeight),r=st[e],s=r.length;for(i=i||K(t);--s>-1;)n-=parseFloat(tt(t,"padding"+r[s],i,!0))||0,n-=parseFloat(tt(t,"border"+r[s]+"Width",i,!0))||0;return n},lt=function(t,e){if("contain"===t||"auto"===t||"auto auto"===t)return t+" ";null!=t&&""!==t||(t="0 0");var i,n=t.split(" "),r=-1!==t.indexOf("left")?"0%":-1!==t.indexOf("right")?"100%":n[0],s=-1!==t.indexOf("top")?"0%":-1!==t.indexOf("bottom")?"100%":n[1];if(n.length>3&&!e){for(n=t.split(", ").join(",").split(","),t=[],i=0;i<n.length;i++)t.push(lt(n[i]));return t.join(",")}return null==s?s="center"===r?"50%":"0":"center"===s&&(s="50%"),("center"===r||isNaN(parseFloat(r))&&-1===(r+"").indexOf("="))&&(r="50%"),t=r+" "+s+(n.length>2?" "+n[2]:""),e&&(e.oxp=-1!==r.indexOf("%"),e.oyp=-1!==s.indexOf("%"),e.oxr="="===r.charAt(1),e.oyr="="===s.charAt(1),e.ox=parseFloat(r.replace(b,"")),e.oy=parseFloat(s.replace(b,"")),e.v=t),e||t},ut=function(t,e){return"function"==typeof t&&(t=t(g,m)),"string"==typeof t&&"="===t.charAt(1)?parseInt(t.charAt(0)+"1",10)*parseFloat(t.substr(2)):parseFloat(t)-parseFloat(e)||0},ht=function(t,e){"function"==typeof t&&(t=t(g,m));var i="string"==typeof t&&"="===t.charAt(1);return"string"==typeof t&&"v"===t.charAt(t.length-2)&&(t=(i?t.substr(0,2):0)+window["inner"+("vh"===t.substr(-2)?"Height":"Width")]*(parseFloat(i?t.substr(2):t)/100)),null==t?e:i?parseInt(t.charAt(0)+"1",10)*parseFloat(t.substr(2))+e:parseFloat(t)||0},ct=function(t,e,i,n){var r,s,o,a;return"function"==typeof t&&(t=t(g,m)),null==t?o=e:"number"==typeof t?o=t:(360,r=t.split("_"),s=((a="="===t.charAt(1))?parseInt(t.charAt(0)+"1",10)*parseFloat(r[0].substr(2)):parseFloat(r[0]))*(-1===t.indexOf("rad")?1:j)-(a?0:e),r.length&&(n&&(n[i]=e+s),-1!==t.indexOf("short")&&(s%=360)!==s%180&&(s=s<0?s+360:s-360),-1!==t.indexOf("_cw")&&s<0?s=(s+3599999999640)%360-360*(s/360|0):-1!==t.indexOf("ccw")&&s>0&&(s=(s-3599999999640)%360-360*(s/360|0))),o=e+s),o<1e-6&&o>-1e-6&&(o=0),o},ft={aqua:[0,255,255],lime:[0,255,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,255],navy:[0,0,128],white:[255,255,255],fuchsia:[255,0,255],olive:[128,128,0],yellow:[255,255,0],orange:[255,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[255,0,0],pink:[255,192,203],cyan:[0,255,255],transparent:[255,255,255,0]},pt=function(t,e,i){return 255*(6*(t=t<0?t+1:t>1?t-1:t)<1?e+(i-e)*t*6:t<.5?i:3*t<2?e+(i-e)*(2/3-t)*6:e)+.5|0},dt=s.parseColor=function(t,e){var i,n,r,s,o,a,l,u,h,c,f;if(t)if("number"==typeof t)i=[t>>16,t>>8&255,255&t];else{if(","===t.charAt(t.length-1)&&(t=t.substr(0,t.length-1)),ft[t])i=ft[t];else if("#"===t.charAt(0))4===t.length&&(n=t.charAt(1),r=t.charAt(2),s=t.charAt(3),t="#"+n+n+r+r+s+s),i=[(t=parseInt(t.substr(1),16))>>16,t>>8&255,255&t];else if("hsl"===t.substr(0,3))if(i=f=t.match(_),e){if(-1!==t.indexOf("="))return t.match(v)}else o=Number(i[0])%360/360,a=Number(i[1])/100,n=2*(l=Number(i[2])/100)-(r=l<=.5?l*(a+1):l+a-l*a),i.length>3&&(i[3]=Number(i[3])),i[0]=pt(o+1/3,n,r),i[1]=pt(o,n,r),i[2]=pt(o-1/3,n,r);else i=t.match(_)||ft.transparent;i[0]=Number(i[0]),i[1]=Number(i[1]),i[2]=Number(i[2]),i.length>3&&(i[3]=Number(i[3]))}else i=ft.black;return e&&!f&&(n=i[0]/255,r=i[1]/255,s=i[2]/255,l=((u=Math.max(n,r,s))+(h=Math.min(n,r,s)))/2,u===h?o=a=0:(c=u-h,a=l>.5?c/(2-u-h):c/(u+h),o=u===n?(r-s)/c+(r<s?6:0):u===r?(s-n)/c+2:(n-r)/c+4,o*=60),i[0]=o+.5|0,i[1]=100*a+.5|0,i[2]=100*l+.5|0),i},mt=function(t,e){var i,n,r,s=t.match(gt)||[],o=0,a="";if(!s.length)return t;for(i=0;i<s.length;i++)n=s[i],o+=(r=t.substr(o,t.indexOf(n,o)-o)).length+n.length,3===(n=dt(n,e)).length&&n.push(1),a+=r+(e?"hsla("+n[0]+","+n[1]+"%,"+n[2]+"%,"+n[3]:"rgba("+n.join(","))+")";return a+t.substr(o)},gt="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#(?:[0-9a-f]{3}){1,2}\\b";for(l in ft)gt+="|"+l+"\\b";gt=new RegExp(gt+")","gi"),s.colorStringFilter=function(t){var e,i=t[0]+" "+t[1];gt.test(i)&&(e=-1!==i.indexOf("hsl(")||-1!==i.indexOf("hsla("),t[0]=mt(t[0],e),t[1]=mt(t[1],e)),gt.lastIndex=0},n.f.defaultStringFilter||(n.f.defaultStringFilter=s.colorStringFilter);var _t=function(t,e,i,n){if(null==t)return function(t){return t};var r,s=e?(t.match(gt)||[""])[0]:"",o=t.split(s).join("").match(y)||[],a=t.substr(0,t.indexOf(o[0])),l=")"===t.charAt(t.length-1)?")":"",u=-1!==t.indexOf(" ")?" ":",",h=o.length,c=h>0?o[0].replace(_,""):"";return h?r=e?function(t){var e,f,p,d;if("number"==typeof t)t+=c;else if(n&&L.test(t)){for(d=t.replace(L,"|").split("|"),p=0;p<d.length;p++)d[p]=r(d[p]);return d.join(",")}if(e=(t.match(gt)||[s])[0],p=(f=t.split(e).join("").match(y)||[]).length,h>p--)for(;++p<h;)f[p]=i?f[(p-1)/2|0]:o[p];return a+f.join(u)+u+e+l+(-1!==t.indexOf("inset")?" inset":"")}:function(t){var e,s,f;if("number"==typeof t)t+=c;else if(n&&L.test(t)){for(s=t.replace(L,"|").split("|"),f=0;f<s.length;f++)s[f]=r(s[f]);return s.join(",")}if(f=(e=t.match(","===u?y:x)||[]).length,h>f--)for(;++f<h;)e[f]=i?e[(f-1)/2|0]:o[f];return(a&&"none"!==t&&t.substr(0,t.indexOf(e[0]))||a)+e.join(u)+l}:function(t){return t}},vt=function(t){return t=t.split(","),function(e,i,n,r,s,o,a){var l,u=(i+"").split(" ");for(a={},l=0;l<4;l++)a[t[l]]=u[l]=u[l]||u[(l-1)/2>>0];return r.parse(e,a,s,o)}},yt=(W._setPluginRatio=function(t){this.plugin.setRatio(t);for(var e,i,n,r,s,o=this.data,a=o.proxy,l=o.firstMPT;l;)e=a[l.v],l.r?e=l.r(e):e<1e-6&&e>-1e-6&&(e=0),l.t[l.p]=e,l=l._next;if(o.autoRotate&&(o.autoRotate.rotation=o.mod?o.mod.call(this._tween,a.rotation,this.t,this._tween):a.rotation),1===t||0===t)for(l=o.firstMPT,s=1===t?"e":"b";l;){if((i=l.t).type){if(1===i.type){for(r=i.xs0+i.s+i.xs1,n=1;n<i.l;n++)r+=i["xn"+n]+i["xs"+(n+1)];i[s]=r}}else i[s]=i.s+i.xs0;l=l._next}},function(t,e,i,n,r){this.t=t,this.p=e,this.v=i,this.r=r,n&&(n._prev=this,this._next=n)}),xt=(W._parseToProxy=function(t,e,i,n,r,s){var o,a,l,u,h,c=n,f={},p={},d=i._transform,m=B;for(i._transform=null,B=e,n=h=i.parse(t,e,n,r),B=m,s&&(i._transform=d,c&&(c._prev=null,c._prev&&(c._prev._next=null)));n&&n!==c;){if(n.type<=1&&(p[a=n.p]=n.s+n.c,f[a]=n.s,s||(u=new yt(n,"s",a,u,n.r),n.c=0),1===n.type))for(o=n.l;--o>0;)l="xn"+o,p[a=n.p+"_"+l]=n.data[l],f[a]=n[l],s||(u=new yt(n,l,a,u,n.rxp[l]));n=n._next}return{proxy:f,end:p,firstMPT:u,pt:h}},W.CSSPropTween=function(e,i,n,s,o,a,l,u,h,c,f){this.t=e,this.p=i,this.s=n,this.c=s,this.n=l||i,e instanceof xt||r.push(this.n),this.r=u?"function"==typeof u?u:Math.round:u,this.type=a||0,h&&(this.pr=h,t=!0),this.b=void 0===c?n:c,this.e=void 0===f?n+s:f,o&&(this._next=o,o._prev=this)}),bt=function(t,e,i,n,r,s){var o=new xt(t,e,i,n-i,r,-1,s);return o.b=i,o.e=o.xs0=n,o},Tt=s.parseComplex=function(t,e,i,n,r,o,a,l,h,c){i=i||o||"","function"==typeof n&&(n=n(g,m)),a=new xt(t,e,0,0,a,c?2:1,null,!1,l,i,n),n+="",r&&gt.test(n+i)&&(n=[i,n],s.colorStringFilter(n),i=n[0],n=n[1]);var f,p,d,y,x,b,T,w,C,P,S,k,O,A=i.split(", ").join(",").split(" "),E=n.split(", ").join(",").split(" "),D=A.length,R=!1!==u;for(-1===n.indexOf(",")&&-1===i.indexOf(",")||(-1!==(n+i).indexOf("rgb")||-1!==(n+i).indexOf("hsl")?(A=A.join(" ").replace(L,", ").split(" "),E=E.join(" ").replace(L,", ").split(" ")):(A=A.join(" ").split(",").join(", ").split(" "),E=E.join(" ").split(",").join(", ").split(" ")),D=A.length),D!==E.length&&(D=(A=(o||"").split(" ")).length),a.plugin=h,a.setRatio=c,gt.lastIndex=0,f=0;f<D;f++)if(y=A[f],x=E[f]+"",(w=parseFloat(y))||0===w)a.appendXtra("",w,ut(x,w),x.replace(v,""),!(!R||-1===x.indexOf("px"))&&Math.round,!0);else if(r&&gt.test(y))k=")"+((k=x.indexOf(")")+1)?x.substr(k):""),O=-1!==x.indexOf("hsl")&&U,P=x,y=dt(y,O),x=dt(x,O),(C=y.length+x.length>6)&&!U&&0===x[3]?(a["xs"+a.l]+=a.l?" transparent":"transparent",a.e=a.e.split(E[f]).join("transparent")):(U||(C=!1),O?a.appendXtra(P.substr(0,P.indexOf("hsl"))+(C?"hsla(":"hsl("),y[0],ut(x[0],y[0]),",",!1,!0).appendXtra("",y[1],ut(x[1],y[1]),"%,",!1).appendXtra("",y[2],ut(x[2],y[2]),C?"%,":"%"+k,!1):a.appendXtra(P.substr(0,P.indexOf("rgb"))+(C?"rgba(":"rgb("),y[0],x[0]-y[0],",",Math.round,!0).appendXtra("",y[1],x[1]-y[1],",",Math.round).appendXtra("",y[2],x[2]-y[2],C?",":k,Math.round),C&&(y=y.length<4?1:y[3],a.appendXtra("",y,(x.length<4?1:x[3])-y,k,!1))),gt.lastIndex=0;else if(b=y.match(_)){if(!(T=x.match(v))||T.length!==b.length)return a;for(d=0,p=0;p<b.length;p++)S=b[p],P=y.indexOf(S,d),a.appendXtra(y.substr(d,P-d),Number(S),ut(T[p],S),"",!(!R||"px"!==y.substr(P+S.length,2))&&Math.round,0===p),d=P+S.length;a["xs"+a.l]+=y.substr(d)}else a["xs"+a.l]+=a.l||a["xs"+a.l]?" "+x:x;if(-1!==n.indexOf("=")&&a.data){for(k=a.xs0+a.data.s,f=1;f<a.l;f++)k+=a["xs"+f]+a.data["xn"+f];a.e=k+a["xs"+f]}return a.l||(a.type=-1,a.xs0=a.e),a.xfirst||a},wt=9;for((l=xt.prototype).l=l.pr=0;--wt>0;)l["xn"+wt]=0,l["xs"+wt]="";l.xs0="",l._next=l._prev=l.xfirst=l.data=l.plugin=l.setRatio=l.rxp=null,l.appendXtra=function(t,e,i,n,r,s){var o=this,a=o.l;return o["xs"+a]+=s&&(a||o["xs"+a])?" "+t:t||"",i||0===a||o.plugin?(o.l++,o.type=o.setRatio?2:1,o["xs"+o.l]=n||"",a>0?(o.data["xn"+a]=e+i,o.rxp["xn"+a]=r,o["xn"+a]=e,o.plugin||(o.xfirst=new xt(o,"xn"+a,e,i,o.xfirst||o,0,o.n,r,o.pr),o.xfirst.xs0=0),o):(o.data={s:e+i},o.rxp={},o.s=e,o.c=i,o.r=r,o)):(o["xs"+a]+=e+(n||""),o)};var Ct=function(t,e){e=e||{},this.p=e.prefix&&Q(t)||t,a[t]=a[this.p]=this,this.format=e.formatter||_t(e.defaultValue,e.color,e.collapsible,e.multi),e.parser&&(this.parse=e.parser),this.clrs=e.color,this.multi=e.multi,this.keyword=e.keyword,this.dflt=e.defaultValue,this.allowFunc=e.allowFunc,this.pr=e.priority||0},Pt=W._registerComplexSpecialProp=function(t,e,i){"object"!=typeof e&&(e={parser:i});var n,r=t.split(","),s=e.defaultValue;for(i=i||[s],n=0;n<r.length;n++)e.prefix=0===n&&e.prefix,e.defaultValue=i[n]||s,new Ct(r[n],e)},St=W._registerPluginProp=function(t){if(!a[t]){var e=t.charAt(0).toUpperCase()+t.substr(1)+"Plugin";Pt(t,{parser:function(t,i,n,r,s,l,u){var h=o.com.greensock.plugins[e];return h?(h._cssRegister(),a[n].parse(t,i,n,r,s,l,u)):(V("Error: "+e+" js file not loaded."),s)}})}};(l=Ct.prototype).parseComplex=function(t,e,i,n,r,s){var o,a,l,u,h,c,f=this.keyword;if(this.multi&&(L.test(i)||L.test(e)?(a=e.replace(L,"|").split("|"),l=i.replace(L,"|").split("|")):f&&(a=[e],l=[i])),l){for(u=l.length>a.length?l.length:a.length,o=0;o<u;o++)e=a[o]=a[o]||this.dflt,i=l[o]=l[o]||this.dflt,f&&(h=e.indexOf(f))!==(c=i.indexOf(f))&&(-1===c?a[o]=a[o].split(f).join(""):-1===h&&(a[o]+=" "+f));e=a.join(", "),i=l.join(", ")}return Tt(t,this.p,e,i,this.clrs,this.dflt,n,this.pr,r,s)},l.parse=function(t,e,n,r,s,o,a){return this.parseComplex(t.style,this.format(tt(t,this.p,i,!1,this.dflt)),this.format(e),s,o)},s.registerSpecialProp=function(t,e,i){Pt(t,{parser:function(t,n,r,s,o,a,l){var u=new xt(t,r,0,0,o,2,r,!1,i);return u.plugin=a,u.setRatio=e(t,n,s._tween,r),u},priority:i})},s.useSVGTransformAttr=!0;var kt,Ot,At,Et,Dt,Rt="scaleX,scaleY,scaleZ,x,y,z,skewX,skewY,rotation,rotationX,rotationY,perspective,xPercent,yPercent".split(","),Mt=Q("transform"),Lt=G+"transform",It=Q("transformOrigin"),Nt=null!==Q("perspective"),jt=W.Transform=function(){this.perspective=parseFloat(s.defaultTransformPerspective)||0,this.force3D=!(!1===s.defaultForce3D||!Nt)&&(s.defaultForce3D||"auto")},Bt=n.e.SVGElement,Ft=function(t,e,i){var n,r=q.createElementNS("http://www.w3.org/2000/svg",t),s=/([a-z])([A-Z])/g;for(n in i)r.setAttributeNS(null,n.replace(s,"$1-$2").toLowerCase(),i[n]);return e.appendChild(r),r},qt=q.documentElement||{},zt=(Dt=d||/Android/i.test(Y)&&!n.e.chrome,q.createElementNS&&qt.appendChild&&!Dt&&(Ot=Ft("svg",qt),Et=(At=Ft("rect",Ot,{width:100,height:50,x:100})).getBoundingClientRect().width,At.style[It]="50% 50%",At.style[Mt]="scaleX(0.5)",Dt=Et===At.getBoundingClientRect().width&&!(f&&Nt),qt.removeChild(Ot)),Dt),Ht=function(t,e,i,n,r,o){var a,l,u,h,c,f,p,d,m,g,_,v,y,x,b=t._gsTransform,T=Ut(t,!0);b&&(y=b.xOrigin,x=b.yOrigin),(!n||(a=n.split(" ")).length<2)&&(0===(p=t.getBBox()).x&&0===p.y&&p.width+p.height===0&&(p={x:parseFloat(t.hasAttribute("x")?t.getAttribute("x"):t.hasAttribute("cx")?t.getAttribute("cx"):0)||0,y:parseFloat(t.hasAttribute("y")?t.getAttribute("y"):t.hasAttribute("cy")?t.getAttribute("cy"):0)||0,width:0,height:0}),a=[(-1!==(e=lt(e).split(" "))[0].indexOf("%")?parseFloat(e[0])/100*p.width:parseFloat(e[0]))+p.x,(-1!==e[1].indexOf("%")?parseFloat(e[1])/100*p.height:parseFloat(e[1]))+p.y]),i.xOrigin=h=parseFloat(a[0]),i.yOrigin=c=parseFloat(a[1]),n&&T!==Yt&&(f=T[0],p=T[1],d=T[2],m=T[3],g=T[4],_=T[5],(v=f*m-p*d)&&(l=h*(m/v)+c*(-d/v)+(d*_-m*g)/v,u=h*(-p/v)+c*(f/v)-(f*_-p*g)/v,h=i.xOrigin=a[0]=l,c=i.yOrigin=a[1]=u)),b&&(o&&(i.xOffset=b.xOffset,i.yOffset=b.yOffset,b=i),r||!1!==r&&!1!==s.defaultSmoothOrigin?(l=h-y,u=c-x,b.xOffset+=l*T[0]+u*T[2]-l,b.yOffset+=l*T[1]+u*T[3]-u):b.xOffset=b.yOffset=0),o||t.setAttribute("data-svg-origin",a.join(" "))},Xt=function(t){var e,i=z("svg",this.ownerSVGElement&&this.ownerSVGElement.getAttribute("xmlns")||"http://www.w3.org/2000/svg"),n=this.parentNode,r=this.nextSibling,s=this.style.cssText;if(qt.appendChild(i),i.appendChild(this),this.style.display="block",t)try{e=this.getBBox(),this._originalGetBBox=this.getBBox,this.getBBox=Xt}catch(t){}else this._originalGetBBox&&(e=this._originalGetBBox());return r?n.insertBefore(this,r):n.appendChild(this),qt.removeChild(i),this.style.cssText=s,e},Wt=function(t){return!(!Bt||!t.getCTM||t.parentNode&&!t.ownerSVGElement||!function(t){try{return t.getBBox()}catch(e){return Xt.call(t,!0)}}(t))},Yt=[1,0,0,1,0,0],Ut=function(t,e){var i,n,r,s,o,a,l,u=t._gsTransform||new jt,h=t.style;if(Mt?n=tt(t,Lt,null,!0):t.currentStyle&&(n=(n=t.currentStyle.filter.match(R))&&4===n.length?[n[0].substr(4),Number(n[2].substr(4)),Number(n[1].substr(4)),n[3].substr(4),u.x||0,u.y||0].join(","):""),i=!n||"none"===n||"matrix(1, 0, 0, 1, 0, 0)"===n,Mt&&i&&!t.offsetParent&&t!==qt&&(s=h.display,h.display="block",(l=t.parentNode)&&t.offsetParent||(o=1,a=t.nextSibling,qt.appendChild(t)),i=!(n=tt(t,Lt,null,!0))||"none"===n||"matrix(1, 0, 0, 1, 0, 0)"===n,s?h.display=s:Qt(h,"display"),o&&(a?l.insertBefore(t,a):l?l.appendChild(t):qt.removeChild(t))),(u.svg||t.getCTM&&Wt(t))&&(i&&-1!==(h[Mt]+"").indexOf("matrix")&&(n=h[Mt],i=0),r=t.getAttribute("transform"),i&&r&&(n="matrix("+(r=t.transform.baseVal.consolidate().matrix).a+","+r.b+","+r.c+","+r.d+","+r.e+","+r.f+")",i=0)),i)return Yt;for(r=(n||"").match(_)||[],wt=r.length;--wt>-1;)s=Number(r[wt]),r[wt]=(o=s-(s|=0))?(1e5*o+(o<0?-.5:.5)|0)/1e5+s:s;return e&&r.length>6?[r[0],r[1],r[4],r[5],r[12],r[13]]:r},$t=W.getTransform=function(t,e,i,r){if(t._gsTransform&&i&&!r)return t._gsTransform;var o,a,l,u,h,c,f=i&&t._gsTransform||new jt,p=f.scaleX<0,d=Nt&&(parseFloat(tt(t,It,e,!1,"0 0 0").split(" ")[2])||f.zOrigin)||0,m=parseFloat(s.defaultTransformPerspective)||0;if(f.svg=!(!t.getCTM||!Wt(t)),f.svg&&(Ht(t,tt(t,It,e,!1,"50% 50%")+"",f,t.getAttribute("data-svg-origin")),kt=s.useSVGTransformAttr||zt),(o=Ut(t))!==Yt){if(16===o.length){var g,_,v,y,x,b=o[0],T=o[1],w=o[2],C=o[3],P=o[4],S=o[5],k=o[6],O=o[7],A=o[8],E=o[9],D=o[10],R=o[12],M=o[13],L=o[14],I=o[11],N=Math.atan2(k,D);f.zOrigin&&(R=A*(L=-f.zOrigin)-o[12],M=E*L-o[13],L=D*L+f.zOrigin-o[14]),f.rotationX=N*j,N&&(g=P*(y=Math.cos(-N))+A*(x=Math.sin(-N)),_=S*y+E*x,v=k*y+D*x,A=P*-x+A*y,E=S*-x+E*y,D=k*-x+D*y,I=O*-x+I*y,P=g,S=_,k=v),N=Math.atan2(-w,D),f.rotationY=N*j,N&&(_=T*(y=Math.cos(-N))-E*(x=Math.sin(-N)),v=w*y-D*x,E=T*x+E*y,D=w*x+D*y,I=C*x+I*y,b=g=b*y-A*x,T=_,w=v),N=Math.atan2(T,b),f.rotation=N*j,N&&(g=b*(y=Math.cos(N))+T*(x=Math.sin(N)),_=P*y+S*x,v=A*y+E*x,T=T*y-b*x,S=S*y-P*x,E=E*y-A*x,b=g,P=_,A=v),f.rotationX&&Math.abs(f.rotationX)+Math.abs(f.rotation)>359.9&&(f.rotationX=f.rotation=0,f.rotationY=180-f.rotationY),N=Math.atan2(P,S),f.scaleX=(1e5*Math.sqrt(b*b+T*T+w*w)+.5|0)/1e5,f.scaleY=(1e5*Math.sqrt(S*S+k*k)+.5|0)/1e5,f.scaleZ=(1e5*Math.sqrt(A*A+E*E+D*D)+.5|0)/1e5,b/=f.scaleX,P/=f.scaleY,T/=f.scaleX,S/=f.scaleY,Math.abs(N)>2e-5?(f.skewX=N*j,P=0,"simple"!==f.skewType&&(f.scaleY*=1/Math.cos(N))):f.skewX=0,f.perspective=I?1/(I<0?-I:I):0,f.x=R,f.y=M,f.z=L,f.svg&&(f.x-=f.xOrigin-(f.xOrigin*b-f.yOrigin*P),f.y-=f.yOrigin-(f.yOrigin*T-f.xOrigin*S))}else if(!Nt||r||!o.length||f.x!==o[4]||f.y!==o[5]||!f.rotationX&&!f.rotationY){var B=o.length>=6,F=B?o[0]:1,q=o[1]||0,z=o[2]||0,H=B?o[3]:1;f.x=o[4]||0,f.y=o[5]||0,l=Math.sqrt(F*F+q*q),u=Math.sqrt(H*H+z*z),h=F||q?Math.atan2(q,F)*j:f.rotation||0,c=z||H?Math.atan2(z,H)*j+h:f.skewX||0,f.scaleX=l,f.scaleY=u,f.rotation=h,f.skewX=c,Nt&&(f.rotationX=f.rotationY=f.z=0,f.perspective=m,f.scaleZ=1),f.svg&&(f.x-=f.xOrigin-(f.xOrigin*F+f.yOrigin*z),f.y-=f.yOrigin-(f.xOrigin*q+f.yOrigin*H))}for(a in Math.abs(f.skewX)>90&&Math.abs(f.skewX)<270&&(p?(f.scaleX*=-1,f.skewX+=f.rotation<=0?180:-180,f.rotation+=f.rotation<=0?180:-180):(f.scaleY*=-1,f.skewX+=f.skewX<=0?180:-180)),f.zOrigin=d,f)f[a]<2e-5&&f[a]>-2e-5&&(f[a]=0)}return i&&(t._gsTransform=f,f.svg&&(kt&&t.style[Mt]?n.f.delayedCall(.001,function(){Qt(t.style,Mt)}):!kt&&t.getAttribute("transform")&&n.f.delayedCall(.001,function(){t.removeAttribute("transform")}))),f},Vt=function(t){var e,i,n=this.data,r=-n.rotation*N,s=r+n.skewX*N,o=(Math.cos(r)*n.scaleX*1e5|0)/1e5,a=(Math.sin(r)*n.scaleX*1e5|0)/1e5,l=(Math.sin(s)*-n.scaleY*1e5|0)/1e5,u=(Math.cos(s)*n.scaleY*1e5|0)/1e5,h=this.t.style,c=this.t.currentStyle;if(c){i=a,a=-l,l=-i,e=c.filter,h.filter="";var f,p,m=this.t.offsetWidth,g=this.t.offsetHeight,_="absolute"!==c.position,v="progid:DXImageTransform.Microsoft.Matrix(M11="+o+", M12="+a+", M21="+l+", M22="+u,y=n.x+m*n.xPercent/100,x=n.y+g*n.yPercent/100;if(null!=n.ox&&(y+=(f=(n.oxp?m*n.ox*.01:n.ox)-m/2)-(f*o+(p=(n.oyp?g*n.oy*.01:n.oy)-g/2)*a),x+=p-(f*l+p*u)),v+=_?", Dx="+((f=m/2)-(f*o+(p=g/2)*a)+y)+", Dy="+(p-(f*l+p*u)+x)+")":", sizingMethod='auto expand')",-1!==e.indexOf("DXImageTransform.Microsoft.Matrix(")?h.filter=e.replace(M,v):h.filter=v+" "+e,0!==t&&1!==t||1===o&&0===a&&0===l&&1===u&&(_&&-1===v.indexOf("Dx=0, Dy=0")||w.test(e)&&100!==parseFloat(RegExp.$1)||-1===e.indexOf(e.indexOf("Alpha"))&&h.removeAttribute("filter")),!_){var b,C,P,S=d<8?1:-1;for(f=n.ieOffsetX||0,p=n.ieOffsetY||0,n.ieOffsetX=Math.round((m-((o<0?-o:o)*m+(a<0?-a:a)*g))/2+y),n.ieOffsetY=Math.round((g-((u<0?-u:u)*g+(l<0?-l:l)*m))/2+x),wt=0;wt<4;wt++)P=(i=-1!==(b=c[C=ot[wt]]).indexOf("px")?parseFloat(b):et(this.t,C,parseFloat(b),b.replace(T,""))||0)!==n[C]?wt<2?-n.ieOffsetX:-n.ieOffsetY:wt<2?f-n.ieOffsetX:p-n.ieOffsetY,h[C]=(n[C]=Math.round(i-P*(0===wt||2===wt?1:S)))+"px"}}},Gt=W.set3DTransformRatio=W.setTransformRatio=function(t){var e,i,n,r,s,o,a,l,u,h,c,p,d,m,g,_,v,y,x,b,T=this.data,w=this.t.style,C=T.rotation,P=T.rotationX,S=T.rotationY,k=T.scaleX,O=T.scaleY,A=T.scaleZ,E=T.x,D=T.y,R=T.z,M=T.svg,L=T.perspective,I=T.force3D,j=T.skewY,B=T.skewX;if(j&&(B+=j,C+=j),!((1!==t&&0!==t||"auto"!==I||this.tween._totalTime!==this.tween._totalDuration&&this.tween._totalTime)&&I||R||L||S||P||1!==A)||kt&&M||!Nt)C||B||M?(C*=N,b=B*N,1e5,i=Math.cos(C)*k,s=Math.sin(C)*k,n=Math.sin(C-b)*-O,o=Math.cos(C-b)*O,b&&"simple"===T.skewType&&(e=Math.tan(b-j*N),n*=e=Math.sqrt(1+e*e),o*=e,j&&(e=Math.tan(j*N),i*=e=Math.sqrt(1+e*e),s*=e)),M&&(E+=T.xOrigin-(T.xOrigin*i+T.yOrigin*n)+T.xOffset,D+=T.yOrigin-(T.xOrigin*s+T.yOrigin*o)+T.yOffset,kt&&(T.xPercent||T.yPercent)&&(g=this.t.getBBox(),E+=.01*T.xPercent*g.width,D+=.01*T.yPercent*g.height),E<(g=1e-6)&&E>-g&&(E=0),D<g&&D>-g&&(D=0)),x=(1e5*i|0)/1e5+","+(1e5*s|0)/1e5+","+(1e5*n|0)/1e5+","+(1e5*o|0)/1e5+","+E+","+D+")",M&&kt?this.t.setAttribute("transform","matrix("+x):w[Mt]=(T.xPercent||T.yPercent?"translate("+T.xPercent+"%,"+T.yPercent+"%) matrix(":"matrix(")+x):w[Mt]=(T.xPercent||T.yPercent?"translate("+T.xPercent+"%,"+T.yPercent+"%) matrix(":"matrix(")+k+",0,0,"+O+","+E+","+D+")";else{if(f&&(k<(g=1e-4)&&k>-g&&(k=A=2e-5),O<g&&O>-g&&(O=A=2e-5),!L||T.z||T.rotationX||T.rotationY||(L=0)),C||B)C*=N,_=i=Math.cos(C),v=s=Math.sin(C),B&&(C-=B*N,_=Math.cos(C),v=Math.sin(C),"simple"===T.skewType&&(e=Math.tan((B-j)*N),_*=e=Math.sqrt(1+e*e),v*=e,T.skewY&&(e=Math.tan(j*N),i*=e=Math.sqrt(1+e*e),s*=e))),n=-v,o=_;else{if(!(S||P||1!==A||L||M))return void(w[Mt]=(T.xPercent||T.yPercent?"translate("+T.xPercent+"%,"+T.yPercent+"%) translate3d(":"translate3d(")+E+"px,"+D+"px,"+R+"px)"+(1!==k||1!==O?" scale("+k+","+O+")":""));i=o=1,n=s=0}h=1,r=a=l=u=c=p=0,d=L?-1/L:0,m=T.zOrigin,g=1e-6,",","0",(C=S*N)&&(_=Math.cos(C),l=-(v=Math.sin(C)),c=d*-v,r=i*v,a=s*v,h=_,d*=_,i*=_,s*=_),(C=P*N)&&(e=n*(_=Math.cos(C))+r*(v=Math.sin(C)),y=o*_+a*v,u=h*v,p=d*v,r=n*-v+r*_,a=o*-v+a*_,h*=_,d*=_,n=e,o=y),1!==A&&(r*=A,a*=A,h*=A,d*=A),1!==O&&(n*=O,o*=O,u*=O,p*=O),1!==k&&(i*=k,s*=k,l*=k,c*=k),(m||M)&&(m&&(E+=r*-m,D+=a*-m,R+=h*-m+m),M&&(E+=T.xOrigin-(T.xOrigin*i+T.yOrigin*n)+T.xOffset,D+=T.yOrigin-(T.xOrigin*s+T.yOrigin*o)+T.yOffset),E<g&&E>-g&&(E="0"),D<g&&D>-g&&(D="0"),R<g&&R>-g&&(R=0)),x=T.xPercent||T.yPercent?"translate("+T.xPercent+"%,"+T.yPercent+"%) matrix3d(":"matrix3d(",x+=(i<g&&i>-g?"0":i)+","+(s<g&&s>-g?"0":s)+","+(l<g&&l>-g?"0":l),x+=","+(c<g&&c>-g?"0":c)+","+(n<g&&n>-g?"0":n)+","+(o<g&&o>-g?"0":o),P||S||1!==A?(x+=","+(u<g&&u>-g?"0":u)+","+(p<g&&p>-g?"0":p)+","+(r<g&&r>-g?"0":r),x+=","+(a<g&&a>-g?"0":a)+","+(h<g&&h>-g?"0":h)+","+(d<g&&d>-g?"0":d)+","):x+=",0,0,0,0,1,0,",x+=E+","+D+","+R+","+(L?1+-R/L:1)+")",w[Mt]=x}};(l=jt.prototype).x=l.y=l.z=l.skewX=l.skewY=l.rotation=l.rotationX=l.rotationY=l.zOrigin=l.xPercent=l.yPercent=l.xOffset=l.yOffset=0,l.scaleX=l.scaleY=l.scaleZ=1,Pt("transform,scale,scaleX,scaleY,scaleZ,x,y,z,rotation,rotationX,rotationY,rotationZ,skewX,skewY,shortRotation,shortRotationX,shortRotationY,shortRotationZ,transformOrigin,svgOrigin,transformPerspective,directionalRotation,parseTransform,force3D,skewType,xPercent,yPercent,smoothOrigin",{parser:function(t,e,n,r,o,a,l){if(r._lastParsedTransform===l)return o;r._lastParsedTransform=l;var u=l.scale&&"function"==typeof l.scale?l.scale:0;u&&(l.scale=u(g,t));var h,c,f,p,d,_,v,y,x,b=t._gsTransform,T=t.style,w=Rt.length,C=l,P={},S=$t(t,i,!0,C.parseTransform),k=C.transform&&("function"==typeof C.transform?C.transform(g,m):C.transform);if(S.skewType=C.skewType||S.skewType||s.defaultSkewType,r._transform=S,"rotationZ"in C&&(C.rotation=C.rotationZ),k&&"string"==typeof k&&Mt)(c=H.style)[Mt]=k,c.display="block",c.position="absolute",-1!==k.indexOf("%")&&(c.width=tt(t,"width"),c.height=tt(t,"height")),q.body.appendChild(H),h=$t(H,null,!1),"simple"===S.skewType&&(h.scaleY*=Math.cos(h.skewX*N)),S.svg&&(_=S.xOrigin,v=S.yOrigin,h.x-=S.xOffset,h.y-=S.yOffset,(C.transformOrigin||C.svgOrigin)&&(k={},Ht(t,lt(C.transformOrigin),k,C.svgOrigin,C.smoothOrigin,!0),_=k.xOrigin,v=k.yOrigin,h.x-=k.xOffset-S.xOffset,h.y-=k.yOffset-S.yOffset),(_||v)&&(y=Ut(H,!0),h.x-=_-(_*y[0]+v*y[2]),h.y-=v-(_*y[1]+v*y[3]))),q.body.removeChild(H),h.perspective||(h.perspective=S.perspective),null!=C.xPercent&&(h.xPercent=ht(C.xPercent,S.xPercent)),null!=C.yPercent&&(h.yPercent=ht(C.yPercent,S.yPercent));else if("object"==typeof C){if(h={scaleX:ht(null!=C.scaleX?C.scaleX:C.scale,S.scaleX),scaleY:ht(null!=C.scaleY?C.scaleY:C.scale,S.scaleY),scaleZ:ht(C.scaleZ,S.scaleZ),x:ht(C.x,S.x),y:ht(C.y,S.y),z:ht(C.z,S.z),xPercent:ht(C.xPercent,S.xPercent),yPercent:ht(C.yPercent,S.yPercent),perspective:ht(C.transformPerspective,S.perspective)},null!=(d=C.directionalRotation))if("object"==typeof d)for(c in d)C[c]=d[c];else C.rotation=d;"string"==typeof C.x&&-1!==C.x.indexOf("%")&&(h.x=0,h.xPercent=ht(C.x,S.xPercent)),"string"==typeof C.y&&-1!==C.y.indexOf("%")&&(h.y=0,h.yPercent=ht(C.y,S.yPercent)),h.rotation=ct("rotation"in C?C.rotation:"shortRotation"in C?C.shortRotation+"_short":S.rotation,S.rotation,"rotation",P),Nt&&(h.rotationX=ct("rotationX"in C?C.rotationX:"shortRotationX"in C?C.shortRotationX+"_short":S.rotationX||0,S.rotationX,"rotationX",P),h.rotationY=ct("rotationY"in C?C.rotationY:"shortRotationY"in C?C.shortRotationY+"_short":S.rotationY||0,S.rotationY,"rotationY",P)),h.skewX=ct(C.skewX,S.skewX),h.skewY=ct(C.skewY,S.skewY)}for(Nt&&null!=C.force3D&&(S.force3D=C.force3D,p=!0),(f=S.force3D||S.z||S.rotationX||S.rotationY||h.z||h.rotationX||h.rotationY||h.perspective)||null==C.scale||(h.scaleZ=1);--w>-1;)((k=h[x=Rt[w]]-S[x])>1e-6||k<-1e-6||null!=C[x]||null!=B[x])&&(p=!0,o=new xt(S,x,S[x],k,o),x in P&&(o.e=P[x]),o.xs0=0,o.plugin=a,r._overwriteProps.push(o.n));return k="function"==typeof C.transformOrigin?C.transformOrigin(g,m):C.transformOrigin,S.svg&&(k||C.svgOrigin)&&(_=S.xOffset,v=S.yOffset,Ht(t,lt(k),h,C.svgOrigin,C.smoothOrigin),o=bt(S,"xOrigin",(b?S:h).xOrigin,h.xOrigin,o,"transformOrigin"),o=bt(S,"yOrigin",(b?S:h).yOrigin,h.yOrigin,o,"transformOrigin"),_===S.xOffset&&v===S.yOffset||(o=bt(S,"xOffset",b?_:S.xOffset,S.xOffset,o,"transformOrigin"),o=bt(S,"yOffset",b?v:S.yOffset,S.yOffset,o,"transformOrigin")),k="0px 0px"),(k||Nt&&f&&S.zOrigin)&&(Mt?(p=!0,x=It,k||(k=(k=(tt(t,x,i,!1,"50% 50%")+"").split(" "))[0]+" "+k[1]+" "+S.zOrigin+"px"),k+="",(o=new xt(T,x,0,0,o,-1,"transformOrigin")).b=T[x],o.plugin=a,Nt?(c=S.zOrigin,k=k.split(" "),S.zOrigin=(k.length>2?parseFloat(k[2]):c)||0,o.xs0=o.e=k[0]+" "+(k[1]||"50%")+" 0px",(o=new xt(S,"zOrigin",0,0,o,-1,o.n)).b=c,o.xs0=o.e=S.zOrigin):o.xs0=o.e=k):lt(k+"",S)),p&&(r._transformType=S.svg&&kt||!f&&3!==this._transformType?2:3),u&&(l.scale=u),o},allowFunc:!0,prefix:!0}),Pt("boxShadow",{defaultValue:"0px 0px 0px 0px #999",prefix:!0,color:!0,multi:!0,keyword:"inset"}),Pt("clipPath",{defaultValue:"inset(0%)",prefix:!0,multi:!0,formatter:_t("inset(0% 0% 0% 0%)",!1,!0)}),Pt("borderRadius",{defaultValue:"0px",parser:function(t,n,r,s,o,a){n=this.format(n);var l,u,h,c,f,p,d,m,g,_,v,y,x,b,T,w,C=["borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"],P=t.style;for(g=parseFloat(t.offsetWidth),_=parseFloat(t.offsetHeight),l=n.split(" "),u=0;u<C.length;u++)this.p.indexOf("border")&&(C[u]=Q(C[u])),-1!==(f=c=tt(t,C[u],i,!1,"0px")).indexOf(" ")&&(c=f.split(" "),f=c[0],c=c[1]),p=h=l[u],d=parseFloat(f),y=f.substr((d+"").length),(x="="===p.charAt(1))?(m=parseInt(p.charAt(0)+"1",10),p=p.substr(2),m*=parseFloat(p),v=p.substr((m+"").length-(m<0?1:0))||""):(m=parseFloat(p),v=p.substr((m+"").length)),""===v&&(v=e[r]||y),v!==y&&(b=et(t,"borderLeft",d,y),T=et(t,"borderTop",d,y),"%"===v?(f=b/g*100+"%",c=T/_*100+"%"):"em"===v?(f=b/(w=et(t,"borderLeft",1,"em"))+"em",c=T/w+"em"):(f=b+"px",c=T+"px"),x&&(p=parseFloat(f)+m+v,h=parseFloat(c)+m+v)),o=Tt(P,C[u],f+" "+c,p+" "+h,!1,"0px",o);return o},prefix:!0,formatter:_t("0px 0px 0px 0px",!1,!0)}),Pt("borderBottomLeftRadius,borderBottomRightRadius,borderTopLeftRadius,borderTopRightRadius",{defaultValue:"0px",parser:function(t,e,n,r,s,o){return Tt(t.style,n,this.format(tt(t,n,i,!1,"0px 0px")),this.format(e),!1,"0px",s)},prefix:!0,formatter:_t("0px 0px",!1,!0)}),Pt("backgroundPosition",{defaultValue:"0 0",parser:function(t,e,n,r,s,o){var a,l,u,h,c,f,p="background-position",m=i||K(t),g=this.format((m?d?m.getPropertyValue(p+"-x")+" "+m.getPropertyValue(p+"-y"):m.getPropertyValue(p):t.currentStyle.backgroundPositionX+" "+t.currentStyle.backgroundPositionY)||"0 0"),_=this.format(e);if(-1!==g.indexOf("%")!=(-1!==_.indexOf("%"))&&_.split(",").length<2&&(f=tt(t,"backgroundImage").replace(A,""))&&"none"!==f){for(a=g.split(" "),l=_.split(" "),X.setAttribute("src",f),u=2;--u>-1;)(h=-1!==(g=a[u]).indexOf("%"))!==(-1!==l[u].indexOf("%"))&&(c=0===u?t.offsetWidth-X.width:t.offsetHeight-X.height,a[u]=h?parseFloat(g)/100*c+"px":parseFloat(g)/c*100+"%");g=a.join(" ")}return this.parseComplex(t.style,g,_,s,o)},formatter:lt}),Pt("backgroundSize",{defaultValue:"0 0",formatter:function(t){return"co"===(t+="").substr(0,2)?t:lt(-1===t.indexOf(" ")?t+" "+t:t)}}),Pt("perspective",{defaultValue:"0px",prefix:!0}),Pt("perspectiveOrigin",{defaultValue:"50% 50%",prefix:!0}),Pt("transformStyle",{prefix:!0}),Pt("backfaceVisibility",{prefix:!0}),Pt("userSelect",{prefix:!0}),Pt("margin",{parser:vt("marginTop,marginRight,marginBottom,marginLeft")}),Pt("padding",{parser:vt("paddingTop,paddingRight,paddingBottom,paddingLeft")}),Pt("clip",{defaultValue:"rect(0px,0px,0px,0px)",parser:function(t,e,n,r,s,o){var a,l,u;return d<9?(l=t.currentStyle,u=d<8?" ":",",a="rect("+l.clipTop+u+l.clipRight+u+l.clipBottom+u+l.clipLeft+")",e=this.format(e).split(",").join(u)):(a=this.format(tt(t,this.p,i,!1,this.dflt)),e=this.format(e)),this.parseComplex(t.style,a,e,s,o)}}),Pt("textShadow",{defaultValue:"0px 0px 0px #999",color:!0,multi:!0}),Pt("autoRound,strictUnits",{parser:function(t,e,i,n,r){return r}}),Pt("border",{defaultValue:"0px solid #000",parser:function(t,e,n,r,s,o){var a=tt(t,"borderTopWidth",i,!1,"0px"),l=this.format(e).split(" "),u=l[0].replace(T,"");return"px"!==u&&(a=parseFloat(a)/et(t,"borderTopWidth",1,u)+u),this.parseComplex(t.style,this.format(a+" "+tt(t,"borderTopStyle",i,!1,"solid")+" "+tt(t,"borderTopColor",i,!1,"#000")),l.join(" "),s,o)},color:!0,formatter:function(t){var e=t.split(" ");return e[0]+" "+(e[1]||"solid")+" "+(t.match(gt)||["#000"])[0]}}),Pt("borderWidth",{parser:vt("borderTopWidth,borderRightWidth,borderBottomWidth,borderLeftWidth")}),Pt("float,cssFloat,styleFloat",{parser:function(t,e,i,n,r,s){var o=t.style,a="cssFloat"in o?"cssFloat":"styleFloat";return new xt(o,a,0,0,r,-1,i,!1,0,o[a],e)}});var Zt=function(t){var e,i=this.t,n=i.filter||tt(this.data,"filter")||"",r=this.s+this.c*t|0;100===r&&(-1===n.indexOf("atrix(")&&-1===n.indexOf("radient(")&&-1===n.indexOf("oader(")?(i.removeAttribute("filter"),e=!tt(this.data,"filter")):(i.filter=n.replace(P,""),e=!0)),e||(this.xn1&&(i.filter=n=n||"alpha(opacity="+r+")"),-1===n.indexOf("pacity")?0===r&&this.xn1||(i.filter=n+" alpha(opacity="+r+")"):i.filter=n.replace(w,"opacity="+r))};Pt("opacity,alpha,autoAlpha",{defaultValue:"1",parser:function(t,e,n,r,s,o){var a=parseFloat(tt(t,"opacity",i,!1,"1")),l=t.style,u="autoAlpha"===n;return"string"==typeof e&&"="===e.charAt(1)&&(e=("-"===e.charAt(0)?-1:1)*parseFloat(e.substr(2))+a),u&&1===a&&"hidden"===tt(t,"visibility",i)&&0!==e&&(a=0),U?s=new xt(l,"opacity",a,e-a,s):((s=new xt(l,"opacity",100*a,100*(e-a),s)).xn1=u?1:0,l.zoom=1,s.type=2,s.b="alpha(opacity="+s.s+")",s.e="alpha(opacity="+(s.s+s.c)+")",s.data=t,s.plugin=o,s.setRatio=Zt),u&&((s=new xt(l,"visibility",0,0,s,-1,null,!1,0,0!==a?"inherit":"hidden",0===e?"hidden":"inherit")).xs0="inherit",r._overwriteProps.push(s.n),r._overwriteProps.push(n)),s}});var Qt=function(t,e){e&&(t.removeProperty?("ms"!==e.substr(0,2)&&"webkit"!==e.substr(0,6)||(e="-"+e),t.removeProperty(e.replace(k,"-$1").toLowerCase())):t.removeAttribute(e))},Jt=function(t){if(this.t._gsClassPT=this,1===t||0===t){this.t.setAttribute("class",0===t?this.b:this.e);for(var e=this.data,i=this.t.style;e;)e.v?i[e.p]=e.v:Qt(i,e.p),e=e._next;1===t&&this.t._gsClassPT===this&&(this.t._gsClassPT=null)}else this.t.getAttribute("class")!==this.e&&this.t.setAttribute("class",this.e)};Pt("className",{parser:function(e,n,r,s,o,a,l){var u,h,c,f,p,d=e.getAttribute("class")||"",m=e.style.cssText;if((o=s._classNamePT=new xt(e,r,0,0,o,2)).setRatio=Jt,o.pr=-11,t=!0,o.b=d,h=nt(e,i),c=e._gsClassPT){for(f={},p=c.data;p;)f[p.p]=1,p=p._next;c.setRatio(1)}return e._gsClassPT=o,o.e="="!==n.charAt(1)?n:d.replace(new RegExp("(?:\\s|^)"+n.substr(2)+"(?![\\w-])"),"")+("+"===n.charAt(0)?" "+n.substr(2):""),e.setAttribute("class",o.e),u=rt(e,h,nt(e),l,f),e.setAttribute("class",d),o.data=u.firstMPT,e.style.cssText!==m&&(e.style.cssText=m),o=o.xfirst=s.parse(e,u.difs,o,a)}});var Kt=function(t){if((1===t||0===t)&&this.data._totalTime===this.data._totalDuration&&"isFromStart"!==this.data.data){var e,i,n,r,s,o=this.t.style,l=a.transform.parse;if("all"===this.e)o.cssText="",r=!0;else for(n=(e=this.e.split(" ").join("").split(",")).length;--n>-1;)i=e[n],a[i]&&(a[i].parse===l?r=!0:i="transformOrigin"===i?It:a[i].p),Qt(o,i);r&&(Qt(o,Mt),(s=this.t._gsTransform)&&(s.svg&&(this.t.removeAttribute("data-svg-origin"),this.t.removeAttribute("transform")),delete this.t._gsTransform))}};for(Pt("clearProps",{parser:function(e,i,n,r,s){return(s=new xt(e,n,0,0,s,2)).setRatio=Kt,s.e=i,s.pr=-10,s.data=r._tween,t=!0,s}}),l="bezier,throwProps,physicsProps,physics2D".split(","),wt=l.length;wt--;)St(l[wt]);(l=s.prototype)._firstPT=l._lastParsedTransform=l._transform=null,l._onInitTween=function(n,o,l,f){if(!n.nodeType)return!1;this._target=m=n,this._tween=l,this._vars=o,g=f,u=o.autoRound,t=!1,e=o.suffixMap||s.suffixMap,i=K(n),r=this._overwriteProps;var d,_,v,y,x,b,T,w,P,S=n.style;if(h&&""===S.zIndex&&("auto"!==(d=tt(n,"zIndex",i))&&""!==d||this._addLazySet(S,"zIndex",0)),"string"==typeof o&&(y=S.cssText,d=nt(n,i),S.cssText=y+";"+o,d=rt(n,d,nt(n)).difs,!U&&C.test(o)&&(d.opacity=parseFloat(RegExp.$1)),o=d,S.cssText=y),o.className?this._firstPT=_=a.className.parse(n,o.className,"className",this,null,null,o):this._firstPT=_=this.parse(n,o,null),this._transformType){for(P=3===this._transformType,Mt?c&&(h=!0,""===S.zIndex&&("auto"!==(T=tt(n,"zIndex",i))&&""!==T||this._addLazySet(S,"zIndex",0)),p&&this._addLazySet(S,"WebkitBackfaceVisibility",this._vars.WebkitBackfaceVisibility||(P?"visible":"hidden"))):S.zoom=1,v=_;v&&v._next;)v=v._next;w=new xt(n,"transform",0,0,null,2),this._linkCSSP(w,null,v),w.setRatio=Mt?Gt:Vt,w.data=this._transform||$t(n,i,!0),w.tween=l,w.pr=-1,r.pop()}if(t){for(;_;){for(b=_._next,v=y;v&&v.pr>_.pr;)v=v._next;(_._prev=v?v._prev:x)?_._prev._next=_:y=_,(_._next=v)?v._prev=_:x=_,_=b}this._firstPT=y}return!0},l.parse=function(t,n,r,s){var o,l,h,c,f,p,d,_,v,y,x=t.style;for(o in n){if(p=n[o],l=a[o],"function"!=typeof p||l&&l.allowFunc||(p=p(g,m)),l)r=l.parse(t,p,o,this,r,s,n);else{if("--"===o.substr(0,2)){this._tween._propLookup[o]=this._addTween.call(this._tween,t.style,"setProperty",K(t).getPropertyValue(o)+"",p+"",o,!1,o);continue}f=tt(t,o,i)+"",v="string"==typeof p,"color"===o||"fill"===o||"stroke"===o||-1!==o.indexOf("Color")||v&&S.test(p)?(v||(p=((p=dt(p)).length>3?"rgba(":"rgb(")+p.join(",")+")"),r=Tt(x,o,f,p,!0,"transparent",r,0,s)):v&&I.test(p)?r=Tt(x,o,f,p,!0,null,r,0,s):(d=(h=parseFloat(f))||0===h?f.substr((h+"").length):"",""!==f&&"auto"!==f||("width"===o||"height"===o?(h=at(t,o,i),d="px"):"left"===o||"top"===o?(h=it(t,o,i),d="px"):(h="opacity"!==o?0:1,d="")),(y=v&&"="===p.charAt(1))?(c=parseInt(p.charAt(0)+"1",10),p=p.substr(2),c*=parseFloat(p),_=p.replace(T,"")):(c=parseFloat(p),_=v?p.replace(T,""):""),""===_&&(_=o in e?e[o]:d),p=c||0===c?(y?c+h:c)+_:n[o],d!==_&&(""===_&&"lineHeight"!==o||(c||0===c)&&h&&(h=et(t,o,h,d),"%"===_?(h/=et(t,o,100,"%")/100,!0!==n.strictUnits&&(f=h+"%")):"em"===_||"rem"===_||"vw"===_||"vh"===_?h/=et(t,o,1,_):"px"!==_&&(c=et(t,o,c,_),_="px"),y&&(c||0===c)&&(p=c+h+_))),y&&(c+=h),!h&&0!==h||!c&&0!==c?void 0!==x[o]&&(p||p+""!="NaN"&&null!=p)?(r=new xt(x,o,c||h||0,0,r,-1,o,!1,0,f,p)).xs0="none"!==p||"display"!==o&&-1===o.indexOf("Style")?p:f:V("invalid "+o+" tween value: "+n[o]):(r=new xt(x,o,h,c-h,r,0,o,!1!==u&&("px"===_||"zIndex"===o),0,f,p)).xs0=_)}s&&r&&!r.plugin&&(r.plugin=s)}return r},l.setRatio=function(t){var e,i,n,r=this._firstPT;if(1!==t||this._tween._time!==this._tween._duration&&0!==this._tween._time)if(t||this._tween._time!==this._tween._duration&&0!==this._tween._time||-1e-6===this._tween._rawPrevTime)for(;r;){if(e=r.c*t+r.s,r.r?e=r.r(e):e<1e-6&&e>-1e-6&&(e=0),r.type)if(1===r.type)if(2===(n=r.l))r.t[r.p]=r.xs0+e+r.xs1+r.xn1+r.xs2;else if(3===n)r.t[r.p]=r.xs0+e+r.xs1+r.xn1+r.xs2+r.xn2+r.xs3;else if(4===n)r.t[r.p]=r.xs0+e+r.xs1+r.xn1+r.xs2+r.xn2+r.xs3+r.xn3+r.xs4;else if(5===n)r.t[r.p]=r.xs0+e+r.xs1+r.xn1+r.xs2+r.xn2+r.xs3+r.xn3+r.xs4+r.xn4+r.xs5;else{for(i=r.xs0+e+r.xs1,n=1;n<r.l;n++)i+=r["xn"+n]+r["xs"+(n+1)];r.t[r.p]=i}else-1===r.type?r.t[r.p]=r.xs0:r.setRatio&&r.setRatio(t);else r.t[r.p]=e+r.xs0;r=r._next}else for(;r;)2!==r.type?r.t[r.p]=r.b:r.setRatio(t),r=r._next;else for(;r;){if(2!==r.type)if(r.r&&-1!==r.type)if(e=r.r(r.s+r.c),r.type){if(1===r.type){for(n=r.l,i=r.xs0+e+r.xs1,n=1;n<r.l;n++)i+=r["xn"+n]+r["xs"+(n+1)];r.t[r.p]=i}}else r.t[r.p]=e+r.xs0;else r.t[r.p]=r.e;else r.setRatio(t);r=r._next}},l._enableTransforms=function(t){this._transform=this._transform||$t(this._target,i,!0),this._transformType=this._transform.svg&&kt||!t&&3!==this._transformType?2:3};var te=function(t){this.t[this.p]=this.e,this.data._linkCSSP(this,this._next,null,!0)};l._addLazySet=function(t,e,i){var n=this._firstPT=new xt(t,e,0,0,this._firstPT,2);n.e=i,n.setRatio=te,n.data=this},l._linkCSSP=function(t,e,i,n){return t&&(e&&(e._prev=t),t._next&&(t._next._prev=t._prev),t._prev?t._prev._next=t._next:this._firstPT===t&&(this._firstPT=t._next,n=!0),i?i._next=t:n||null!==this._firstPT||(this._firstPT=t),t._next=e,t._prev=i),t},l._mod=function(t){for(var e=this._firstPT;e;)"function"==typeof t[e.p]&&(e.r=t[e.p]),e=e._next},l._kill=function(t){var e,i,r,s=t;if(t.autoAlpha||t.alpha){for(i in s={},t)s[i]=t[i];s.opacity=1,s.autoAlpha&&(s.visibility=1)}for(t.className&&(e=this._classNamePT)&&((r=e.xfirst)&&r._prev?this._linkCSSP(r._prev,e._next,r._prev._prev):r===this._firstPT&&(this._firstPT=e._next),e._next&&this._linkCSSP(e._next,e._next._next,r._prev),this._classNamePT=null),e=this._firstPT;e;)e.plugin&&e.plugin!==i&&e.plugin._kill&&(e.plugin._kill(t),i=e.plugin),e=e._next;return n.d.prototype._kill.call(this,s)};var ee=function(t,e,i){var n,r,s,o;if(t.slice)for(r=t.length;--r>-1;)ee(t[r],e,i);else for(r=(n=t.childNodes).length;--r>-1;)o=(s=n[r]).type,s.style&&(e.push(nt(s)),i&&i.push(s)),1!==o&&9!==o&&11!==o||!s.childNodes.length||ee(s,e,i)};return s.cascadeTo=function(t,e,i){var r,s,o,a,l=n.f.to(t,e,i),u=[l],h=[],c=[],f=[],p=n.f._internals.reservedProps;for(t=l._targets||l.target,ee(t,h,f),l.render(e,!0,!0),ee(t,c),l.render(0,!0,!0),l._enabled(!0),r=f.length;--r>-1;)if((s=rt(f[r],h[r],c[r])).firstMPT){for(o in s=s.difs,i)p[o]&&(s[o]=i[o]);for(o in a={},s)a[o]=h[r][o];u.push(n.f.fromTo(f[r],e,a,s))}return u},n.d.activate([s]),s},!0);var s=n.g.CSSPlugin,o=n.e._gsDefine.plugin({propName:"attr",API:2,version:"0.6.1",init:function(t,e,i,n){var r,s;if("function"!=typeof t.setAttribute)return!1;for(r in e)"function"==typeof(s=e[r])&&(s=s(n,t)),this._addTween(t,"setAttribute",t.getAttribute(r)+"",s+"",r,!1,r),this._overwriteProps.push(r);return!0}}),a=n.e._gsDefine.plugin({propName:"roundProps",version:"1.7.0",priority:-1,API:2,init:function(t,e,i){return this._tween=i,!0}}),l=function(t){var e=t<1?Math.pow(10,(t+"").length-2):1;return function(i){return(Math.round(i/t)*t*e|0)/e}},u=function(t,e){for(;t;)t.f||t.blob||(t.m=e||Math.round),t=t._next},h=a.prototype;
93
93
  /*!
94
94
  * VERSION: 0.6.1
95
95
  * DATE: 2018-08-27
@@ -135,7 +135,7 @@ n.e._gsDefine("TimelineLite",["core.Animation","core.SimpleTimeline","TweenLite"
135
135
  * Club GreenSock members, the software agreement that was issued with your membership.
136
136
  *
137
137
  * @author: Jack Doyle, jack@greensock.com
138
- */n.e._gsDefine("TimelineMax",["TimelineLite","TweenLite","easing.Ease"],function(){var t=function(t){f.call(this,t),this._repeat=this.vars.repeat||0,this._repeatDelay=this.vars.repeatDelay||0,this._cycle=0,this._yoyo=!!this.vars.yoyo,this._dirty=!0},e=n.f._internals,i=e.lazyTweens,r=e.lazyRender,s=n.e._gsDefine.globals,o=new n.b(null,null,1,0),a=t.prototype=new f;return a.constructor=t,a.kill()._gc=!1,t.version="2.1.3",a.invalidate=function(){return this._yoyo=!!this.vars.yoyo,this._repeat=this.vars.repeat||0,this._repeatDelay=this.vars.repeatDelay||0,this._uncache(!0),f.prototype.invalidate.call(this)},a.addCallback=function(t,e,i,r){return this.add(n.f.delayedCall(0,t,i,r),e)},a.removeCallback=function(t,e){if(t)if(null==e)this._kill(null,t);else for(var i=this.getTweensOf(t,!1),n=i.length,r=this._parseTimeOrLabel(e);--n>-1;)i[n]._startTime===r&&i[n]._enabled(!1,!1);return this},a.removePause=function(t){return this.removeCallback(f._internals.pauseCallback,t)},a.tweenTo=function(t,e){e=e||{};var i,r,a,l={ease:o,useFrames:this.usesFrames(),immediateRender:!1,lazy:!1},u=e.repeat&&s.TweenMax||n.f;for(r in e)l[r]=e[r];return l.time=this._parseTimeOrLabel(t),i=Math.abs(Number(l.time)-this._time)/this._timeScale||.001,a=new u(this,i,l),l.onStart=function(){a.target.paused(!0),a.vars.time===a.target.time()||i!==a.duration()||a.isFromTo||a.duration(Math.abs(a.vars.time-a.target.time())/a.target._timeScale).render(a.time(),!0,!0),e.onStart&&e.onStart.apply(e.onStartScope||e.callbackScope||a,e.onStartParams||[])},a},a.tweenFromTo=function(t,e,i){i=i||{},t=this._parseTimeOrLabel(t),i.startAt={onComplete:this.seek,onCompleteParams:[t],callbackScope:this},i.immediateRender=!1!==i.immediateRender;var n=this.tweenTo(e,i);return n.isFromTo=1,n.duration(Math.abs(n.vars.time-t)/this._timeScale||.001)},a.render=function(t,e,n){this._gc&&this._enabled(!0,!1);var s,o,a,l,u,h,c,f,p,d=this._time,m=this._dirty?this.totalDuration():this._totalDuration,g=this._duration,_=this._totalTime,v=this._startTime,y=this._timeScale,x=this._rawPrevTime,b=this._paused,T=this._cycle;if(d!==this._time&&(t+=this._time-d),t>=m-1e-8&&t>=0)this._locked||(this._totalTime=m,this._cycle=this._repeat),this._reversed||this._hasPausedChild()||(o=!0,l="onComplete",u=!!this._timeline.autoRemoveChildren,0===this._duration&&(t<=0&&t>=-1e-8||x<0||1e-8===x)&&x!==t&&this._first&&(u=!0,x>1e-8&&(l="onReverseComplete"))),this._rawPrevTime=this._duration||!e||t||this._rawPrevTime===t?t:1e-8,this._yoyo&&1&this._cycle?this._time=t=0:(this._time=g,t=g+1e-4);else if(t<1e-8)if(this._locked||(this._totalTime=this._cycle=0),this._time=0,t>-1e-8&&(t=0),(0!==d||0===g&&1e-8!==x&&(x>0||t<0&&x>=0)&&!this._locked)&&(l="onReverseComplete",o=this._reversed),t<0)this._active=!1,this._timeline.autoRemoveChildren&&this._reversed?(u=o=!0,l="onReverseComplete"):x>=0&&this._first&&(u=!0),this._rawPrevTime=t;else{if(this._rawPrevTime=g||!e||t||this._rawPrevTime===t?t:1e-8,0===t&&o)for(s=this._first;s&&0===s._startTime;)s._duration||(o=!1),s=s._next;t=0,this._initted||(u=!0)}else 0===g&&x<0&&(u=!0),this._time=this._rawPrevTime=t,this._locked||(this._totalTime=t,0!==this._repeat&&(h=g+this._repeatDelay,this._cycle=this._totalTime/h>>0,this._cycle&&this._cycle===this._totalTime/h&&_<=t&&this._cycle--,this._time=this._totalTime-this._cycle*h,this._yoyo&&1&this._cycle&&(this._time=g-this._time),this._time>g?(this._time=g,t=g+1e-4):this._time<0?this._time=t=0:t=this._time));if(this._hasPause&&!this._forcingPlayhead&&!e){if((t=this._time)>d||this._repeat&&T!==this._cycle)for(s=this._first;s&&s._startTime<=t&&!c;)s._duration||"isPause"!==s.data||s.ratio||0===s._startTime&&0===this._rawPrevTime||(c=s),s=s._next;else for(s=this._last;s&&s._startTime>=t&&!c;)s._duration||"isPause"===s.data&&s._rawPrevTime>0&&(c=s),s=s._prev;c&&(p=this._startTime+(this._reversed?this._duration-c._startTime:c._startTime)/this._timeScale,c._startTime<g&&(this._time=this._rawPrevTime=t=c._startTime,this._totalTime=t+this._cycle*(this._totalDuration+this._repeatDelay)))}if(this._cycle!==T&&!this._locked){var w=this._yoyo&&0!=(1&T),C=w===(this._yoyo&&0!=(1&this._cycle)),P=this._totalTime,k=this._cycle,S=this._rawPrevTime,O=this._time;if(this._totalTime=T*g,this._cycle<T?w=!w:this._totalTime+=g,this._time=d,this._rawPrevTime=0===g?x-1e-4:x,this._cycle=T,this._locked=!0,d=w?0:g,this.render(d,e,0===g),e||this._gc||this.vars.onRepeat&&(this._cycle=k,this._locked=!1,this._callback("onRepeat")),d!==this._time)return;if(C&&(this._cycle=T,this._locked=!0,d=w?g+1e-4:-1e-4,this.render(d,!0,!1)),this._locked=!1,this._paused&&!b)return;this._time=O,this._totalTime=P,this._cycle=k,this._rawPrevTime=S}if(this._time!==d&&this._first||n||u||c){if(this._initted||(this._initted=!0),this._active||!this._paused&&this._totalTime!==_&&t>0&&(this._active=!0),0===_&&this.vars.onStart&&(0===this._totalTime&&this._totalDuration||e||this._callback("onStart")),(f=this._time)>=d)for(s=this._first;s&&(a=s._next,f===this._time&&(!this._paused||b));)(s._active||s._startTime<=this._time&&!s._paused&&!s._gc)&&(c===s&&(this.pause(),this._pauseTime=p),s._reversed?s.render((s._dirty?s.totalDuration():s._totalDuration)-(t-s._startTime)*s._timeScale,e,n):s.render((t-s._startTime)*s._timeScale,e,n)),s=a;else for(s=this._last;s&&(a=s._prev,f===this._time&&(!this._paused||b));){if(s._active||s._startTime<=d&&!s._paused&&!s._gc){if(c===s){for(c=s._prev;c&&c.endTime()>this._time;)c.render(c._reversed?c.totalDuration()-(t-c._startTime)*c._timeScale:(t-c._startTime)*c._timeScale,e,n),c=c._prev;c=null,this.pause(),this._pauseTime=p}s._reversed?s.render((s._dirty?s.totalDuration():s._totalDuration)-(t-s._startTime)*s._timeScale,e,n):s.render((t-s._startTime)*s._timeScale,e,n)}s=a}this._onUpdate&&(e||(i.length&&r(),this._callback("onUpdate"))),l&&(this._locked||this._gc||v!==this._startTime&&y===this._timeScale||(0===this._time||m>=this.totalDuration())&&(o&&(i.length&&r(),this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!e&&this.vars[l]&&this._callback(l)))}else _!==this._totalTime&&this._onUpdate&&(e||this._callback("onUpdate"))},a.getActive=function(t,e,i){var n,r,s=[],o=this.getChildren(t||null==t,e||null==t,!!i),a=0,l=o.length;for(n=0;n<l;n++)(r=o[n]).isActive()&&(s[a++]=r);return s},a.getLabelAfter=function(t){t||0!==t&&(t=this._time);var e,i=this.getLabelsArray(),n=i.length;for(e=0;e<n;e++)if(i[e].time>t)return i[e].name;return null},a.getLabelBefore=function(t){null==t&&(t=this._time);for(var e=this.getLabelsArray(),i=e.length;--i>-1;)if(e[i].time<t)return e[i].name;return null},a.getLabelsArray=function(){var t,e=[],i=0;for(t in this._labels)e[i++]={time:this._labels[t],name:t};return e.sort(function(t,e){return t.time-e.time}),e},a.invalidate=function(){return this._locked=!1,f.prototype.invalidate.call(this)},a.progress=function(t,e){return arguments.length?this.totalTime(this.duration()*(this._yoyo&&0!=(1&this._cycle)?1-t:t)+this._cycle*(this._duration+this._repeatDelay),e):this._time/this.duration()||0},a.totalProgress=function(t,e){return arguments.length?this.totalTime(this.totalDuration()*t,e):this._totalTime/this.totalDuration()||0},a.totalDuration=function(t){return arguments.length?-1!==this._repeat&&t?this.timeScale(this.totalDuration()/t):this:(this._dirty&&(f.prototype.totalDuration.call(this),this._totalDuration=-1===this._repeat?999999999999:this._duration*(this._repeat+1)+this._repeatDelay*this._repeat),this._totalDuration)},a.time=function(t,e){if(!arguments.length)return this._time;this._dirty&&this.totalDuration();var i=this._duration,n=this._cycle,r=n*(i+this._repeatDelay);return t>i&&(t=i),this.totalTime(this._yoyo&&1&n?i-t+r:this._repeat?t+r:t,e)},a.repeat=function(t){return arguments.length?(this._repeat=t,this._uncache(!0)):this._repeat},a.repeatDelay=function(t){return arguments.length?(this._repeatDelay=t,this._uncache(!0)):this._repeatDelay},a.yoyo=function(t){return arguments.length?(this._yoyo=t,this):this._yoyo},a.currentLabel=function(t){return arguments.length?this.seek(t,!0):this.getLabelBefore(this._time+1e-8)},t},!0);var p=n.g.TimelineMax,d=180/Math.PI,m=[],g=[],_=[],v={},y=n.e._gsDefine.globals,x=function(t,e,i,n){i===n&&(i=n-(n-e)/1e6),t===e&&(e=t+(i-t)/1e6),this.a=t,this.b=e,this.c=i,this.d=n,this.da=n-t,this.ca=i-t,this.ba=e-t},b=function(t,e,i,n){var r={a:t},s={},o={},a={c:n},l=(t+e)/2,u=(e+i)/2,h=(i+n)/2,c=(l+u)/2,f=(u+h)/2,p=(f-c)/8;return r.b=l+(t-l)/4,s.b=c+p,r.c=s.a=(r.b+s.b)/2,s.c=o.a=(c+f)/2,o.b=f-p,a.b=h+(n-h)/4,o.c=a.a=(o.b+a.b)/2,[r,s,o,a]},T=function(t,e,i,n,r){var s,o,a,l,u,h,c,f,p,d,v,y,x,T=t.length-1,w=0,C=t[0].a;for(s=0;s<T;s++)o=(u=t[w]).a,a=u.d,l=t[w+1].d,r?(v=m[s],x=((y=g[s])+v)*e*.25/(n?.5:_[s]||.5),f=a-((h=a-(a-o)*(n?.5*e:0!==v?x/v:0))+(((c=a+(l-a)*(n?.5*e:0!==y?x/y:0))-h)*(3*v/(v+y)+.5)/4||0))):f=a-((h=a-(a-o)*e*.5)+(c=a+(l-a)*e*.5))/2,h+=f,c+=f,u.c=p=h,u.b=0!==s?C:C=u.a+.6*(u.c-u.a),u.da=a-o,u.ca=p-o,u.ba=C-o,i?(d=b(o,C,p,a),t.splice(w,1,d[0],d[1],d[2],d[3]),w+=4):w++,C=c;(u=t[w]).b=C,u.c=C+.4*(u.d-C),u.da=u.d-u.a,u.ca=u.c-u.a,u.ba=C-u.a,i&&(d=b(u.a,C,u.c,u.d),t.splice(w,1,d[0],d[1],d[2],d[3]))},w=function(t,e,i,n){var r,s,o,a,l,u,h=[];if(n)for(s=(t=[n].concat(t)).length;--s>-1;)"string"==typeof(u=t[s][e])&&"="===u.charAt(1)&&(t[s][e]=n[e]+Number(u.charAt(0)+u.substr(2)));if((r=t.length-2)<0)return h[0]=new x(t[0][e],0,0,t[0][e]),h;for(s=0;s<r;s++)o=t[s][e],a=t[s+1][e],h[s]=new x(o,0,0,a),i&&(l=t[s+2][e],m[s]=(m[s]||0)+(a-o)*(a-o),g[s]=(g[s]||0)+(l-a)*(l-a));return h[s]=new x(t[s][e],0,0,t[s+1][e]),h},C=function(t,e,i,n,r,s){var o,a,l,u,h,c,f,p,d={},y=[],x=s||t[0];for(a in r="string"==typeof r?","+r+",":",x,y,z,left,top,right,bottom,marginTop,marginLeft,marginRight,marginBottom,paddingLeft,paddingTop,paddingRight,paddingBottom,backgroundPosition,backgroundPosition_y,",null==e&&(e=1),t[0])y.push(a);if(t.length>1){for(p=t[t.length-1],f=!0,o=y.length;--o>-1;)if(a=y[o],Math.abs(x[a]-p[a])>.05){f=!1;break}f&&(t=t.concat(),s&&t.unshift(s),t.push(t[1]),s=t[t.length-3])}for(m.length=g.length=_.length=0,o=y.length;--o>-1;)a=y[o],v[a]=-1!==r.indexOf(","+a+","),d[a]=w(t,a,v[a],s);for(o=m.length;--o>-1;)m[o]=Math.sqrt(m[o]),g[o]=Math.sqrt(g[o]);if(!n){for(o=y.length;--o>-1;)if(v[a])for(c=(l=d[y[o]]).length-1,u=0;u<c;u++)h=l[u+1].da/g[u]+l[u].da/m[u]||0,_[u]=(_[u]||0)+h*h;for(o=_.length;--o>-1;)_[o]=Math.sqrt(_[o])}for(o=y.length,u=i?4:1;--o>-1;)l=d[a=y[o]],T(l,e,i,n,v[a]),f&&(l.splice(0,u),l.splice(l.length-u,u));return d},P=function(t,e,i){for(var n,r,s,o,a,l,u,h,c,f,p,d=1/i,m=t.length;--m>-1;)for(s=(f=t[m]).a,o=f.d-s,a=f.c-s,l=f.b-s,n=r=0,h=1;h<=i;h++)n=r-(r=((u=d*h)*u*o+3*(c=1-u)*(u*a+c*l))*u),e[p=m*i+h-1]=(e[p]||0)+n*n},k=n.e._gsDefine.plugin({propName:"bezier",priority:-1,version:"1.3.9",API:2,global:!0,init:function(t,e,i){this._target=t,e instanceof Array&&(e={values:e}),this._func={},this._mod={},this._props=[],this._timeRes=null==e.timeResolution?6:parseInt(e.timeResolution,10);var n,r,s,o,a,l=e.values||[],u={},h=l[0],c=e.autoRotate||i.vars.orientToBezier;for(n in this._autoRotate=c?c instanceof Array?c:[["x","y","rotation",!0===c?0:Number(c)||0]]:null,h)this._props.push(n);for(s=this._props.length;--s>-1;)n=this._props[s],this._overwriteProps.push(n),r=this._func[n]="function"==typeof t[n],u[n]=r?t[n.indexOf("set")||"function"!=typeof t["get"+n.substr(3)]?n:"get"+n.substr(3)]():parseFloat(t[n]),a||u[n]!==l[0][n]&&(a=u);if(this._beziers="cubic"!==e.type&&"quadratic"!==e.type&&"soft"!==e.type?C(l,isNaN(e.curviness)?1:e.curviness,!1,"thruBasic"===e.type,e.correlate,a):function(t,e,i){var n,r,s,o,a,l,u,h,c,f,p,d={},m="cubic"===(e=e||"soft")?3:2,g="soft"===e,_=[];if(g&&i&&(t=[i].concat(t)),null==t||t.length<m+1)throw"invalid Bezier data";for(c in t[0])_.push(c);for(l=_.length;--l>-1;){for(d[c=_[l]]=a=[],f=0,h=t.length,u=0;u<h;u++)n=null==i?t[u][c]:"string"==typeof(p=t[u][c])&&"="===p.charAt(1)?i[c]+Number(p.charAt(0)+p.substr(2)):Number(p),g&&u>1&&u<h-1&&(a[f++]=(n+a[f-2])/2),a[f++]=n;for(h=f-m+1,f=0,u=0;u<h;u+=m)n=a[u],r=a[u+1],s=a[u+2],o=2===m?0:a[u+3],a[f++]=p=3===m?new x(n,r,s,o):new x(n,(2*r+n)/3,(2*r+s)/3,s);a.length=f}return d}(l,e.type,u),this._segCount=this._beziers[n].length,this._timeRes){var f=function(t,e){var i,n,r,s,o=[],a=[],l=0,u=0,h=(e=e>>0||6)-1,c=[],f=[];for(i in t)P(t[i],o,e);for(r=o.length,n=0;n<r;n++)l+=Math.sqrt(o[n]),f[s=n%e]=l,s===h&&(u+=l,c[s=n/e>>0]=f,a[s]=u,l=0,f=[]);return{length:u,lengths:a,segments:c}}(this._beziers,this._timeRes);this._length=f.length,this._lengths=f.lengths,this._segments=f.segments,this._l1=this._li=this._s1=this._si=0,this._l2=this._lengths[0],this._curSeg=this._segments[0],this._s2=this._curSeg[0],this._prec=1/this._curSeg.length}if(c=this._autoRotate)for(this._initialRotations=[],c[0]instanceof Array||(this._autoRotate=c=[c]),s=c.length;--s>-1;){for(o=0;o<3;o++)n=c[s][o],this._func[n]="function"==typeof t[n]&&t[n.indexOf("set")||"function"!=typeof t["get"+n.substr(3)]?n:"get"+n.substr(3)];n=c[s][2],this._initialRotations[s]=(this._func[n]?this._func[n].call(this._target):this._target[n])||0,this._overwriteProps.push(n)}return this._startRatio=i.vars.runBackwards?1:0,!0},set:function(t){var e,i,n,r,s,o,a,l,u,h,c,f=this._segCount,p=this._func,m=this._target,g=t!==this._startRatio;if(this._timeRes){if(u=this._lengths,h=this._curSeg,c=t*this._length,n=this._li,c>this._l2&&n<f-1){for(l=f-1;n<l&&(this._l2=u[++n])<=c;);this._l1=u[n-1],this._li=n,this._curSeg=h=this._segments[n],this._s2=h[this._s1=this._si=0]}else if(c<this._l1&&n>0){for(;n>0&&(this._l1=u[--n])>=c;);0===n&&c<this._l1?this._l1=0:n++,this._l2=u[n],this._li=n,this._curSeg=h=this._segments[n],this._s1=h[(this._si=h.length-1)-1]||0,this._s2=h[this._si]}if(e=n,c-=this._l1,n=this._si,c>this._s2&&n<h.length-1){for(l=h.length-1;n<l&&(this._s2=h[++n])<=c;);this._s1=h[n-1],this._si=n}else if(c<this._s1&&n>0){for(;n>0&&(this._s1=h[--n])>=c;);0===n&&c<this._s1?this._s1=0:n++,this._s2=h[n],this._si=n}o=1===t?1:(n+(c-this._s1)/(this._s2-this._s1))*this._prec||0}else o=(t-(e=t<0?0:t>=1?f-1:f*t>>0)*(1/f))*f;for(i=1-o,n=this._props.length;--n>-1;)r=this._props[n],a=(o*o*(s=this._beziers[r][e]).da+3*i*(o*s.ca+i*s.ba))*o+s.a,this._mod[r]&&(a=this._mod[r](a,m)),p[r]?m[r](a):m[r]=a;if(this._autoRotate){var _,v,y,x,b,T,w,C=this._autoRotate;for(n=C.length;--n>-1;)r=C[n][2],T=C[n][3]||0,w=!0===C[n][4]?1:d,s=this._beziers[C[n][0]],_=this._beziers[C[n][1]],s&&_&&(s=s[e],_=_[e],v=s.a+(s.b-s.a)*o,v+=((x=s.b+(s.c-s.b)*o)-v)*o,x+=(s.c+(s.d-s.c)*o-x)*o,y=_.a+(_.b-_.a)*o,y+=((b=_.b+(_.c-_.b)*o)-y)*o,b+=(_.c+(_.d-_.c)*o-b)*o,a=g?Math.atan2(b-y,x-v)*w+T:this._initialRotations[n],this._mod[r]&&(a=this._mod[r](a,m)),p[r]?m[r](a):m[r]=a)}}}),S=k.prototype;
138
+ */n.e._gsDefine("TimelineMax",["TimelineLite","TweenLite","easing.Ease"],function(){var t=function(t){f.call(this,t),this._repeat=this.vars.repeat||0,this._repeatDelay=this.vars.repeatDelay||0,this._cycle=0,this._yoyo=!!this.vars.yoyo,this._dirty=!0},e=n.f._internals,i=e.lazyTweens,r=e.lazyRender,s=n.e._gsDefine.globals,o=new n.b(null,null,1,0),a=t.prototype=new f;return a.constructor=t,a.kill()._gc=!1,t.version="2.1.3",a.invalidate=function(){return this._yoyo=!!this.vars.yoyo,this._repeat=this.vars.repeat||0,this._repeatDelay=this.vars.repeatDelay||0,this._uncache(!0),f.prototype.invalidate.call(this)},a.addCallback=function(t,e,i,r){return this.add(n.f.delayedCall(0,t,i,r),e)},a.removeCallback=function(t,e){if(t)if(null==e)this._kill(null,t);else for(var i=this.getTweensOf(t,!1),n=i.length,r=this._parseTimeOrLabel(e);--n>-1;)i[n]._startTime===r&&i[n]._enabled(!1,!1);return this},a.removePause=function(t){return this.removeCallback(f._internals.pauseCallback,t)},a.tweenTo=function(t,e){e=e||{};var i,r,a,l={ease:o,useFrames:this.usesFrames(),immediateRender:!1,lazy:!1},u=e.repeat&&s.TweenMax||n.f;for(r in e)l[r]=e[r];return l.time=this._parseTimeOrLabel(t),i=Math.abs(Number(l.time)-this._time)/this._timeScale||.001,a=new u(this,i,l),l.onStart=function(){a.target.paused(!0),a.vars.time===a.target.time()||i!==a.duration()||a.isFromTo||a.duration(Math.abs(a.vars.time-a.target.time())/a.target._timeScale).render(a.time(),!0,!0),e.onStart&&e.onStart.apply(e.onStartScope||e.callbackScope||a,e.onStartParams||[])},a},a.tweenFromTo=function(t,e,i){i=i||{},t=this._parseTimeOrLabel(t),i.startAt={onComplete:this.seek,onCompleteParams:[t],callbackScope:this},i.immediateRender=!1!==i.immediateRender;var n=this.tweenTo(e,i);return n.isFromTo=1,n.duration(Math.abs(n.vars.time-t)/this._timeScale||.001)},a.render=function(t,e,n){this._gc&&this._enabled(!0,!1);var s,o,a,l,u,h,c,f,p,d=this._time,m=this._dirty?this.totalDuration():this._totalDuration,g=this._duration,_=this._totalTime,v=this._startTime,y=this._timeScale,x=this._rawPrevTime,b=this._paused,T=this._cycle;if(d!==this._time&&(t+=this._time-d),t>=m-1e-8&&t>=0)this._locked||(this._totalTime=m,this._cycle=this._repeat),this._reversed||this._hasPausedChild()||(o=!0,l="onComplete",u=!!this._timeline.autoRemoveChildren,0===this._duration&&(t<=0&&t>=-1e-8||x<0||1e-8===x)&&x!==t&&this._first&&(u=!0,x>1e-8&&(l="onReverseComplete"))),this._rawPrevTime=this._duration||!e||t||this._rawPrevTime===t?t:1e-8,this._yoyo&&1&this._cycle?this._time=t=0:(this._time=g,t=g+1e-4);else if(t<1e-8)if(this._locked||(this._totalTime=this._cycle=0),this._time=0,t>-1e-8&&(t=0),(0!==d||0===g&&1e-8!==x&&(x>0||t<0&&x>=0)&&!this._locked)&&(l="onReverseComplete",o=this._reversed),t<0)this._active=!1,this._timeline.autoRemoveChildren&&this._reversed?(u=o=!0,l="onReverseComplete"):x>=0&&this._first&&(u=!0),this._rawPrevTime=t;else{if(this._rawPrevTime=g||!e||t||this._rawPrevTime===t?t:1e-8,0===t&&o)for(s=this._first;s&&0===s._startTime;)s._duration||(o=!1),s=s._next;t=0,this._initted||(u=!0)}else 0===g&&x<0&&(u=!0),this._time=this._rawPrevTime=t,this._locked||(this._totalTime=t,0!==this._repeat&&(h=g+this._repeatDelay,this._cycle=this._totalTime/h>>0,this._cycle&&this._cycle===this._totalTime/h&&_<=t&&this._cycle--,this._time=this._totalTime-this._cycle*h,this._yoyo&&1&this._cycle&&(this._time=g-this._time),this._time>g?(this._time=g,t=g+1e-4):this._time<0?this._time=t=0:t=this._time));if(this._hasPause&&!this._forcingPlayhead&&!e){if((t=this._time)>d||this._repeat&&T!==this._cycle)for(s=this._first;s&&s._startTime<=t&&!c;)s._duration||"isPause"!==s.data||s.ratio||0===s._startTime&&0===this._rawPrevTime||(c=s),s=s._next;else for(s=this._last;s&&s._startTime>=t&&!c;)s._duration||"isPause"===s.data&&s._rawPrevTime>0&&(c=s),s=s._prev;c&&(p=this._startTime+(this._reversed?this._duration-c._startTime:c._startTime)/this._timeScale,c._startTime<g&&(this._time=this._rawPrevTime=t=c._startTime,this._totalTime=t+this._cycle*(this._totalDuration+this._repeatDelay)))}if(this._cycle!==T&&!this._locked){var w=this._yoyo&&0!=(1&T),C=w===(this._yoyo&&0!=(1&this._cycle)),P=this._totalTime,S=this._cycle,k=this._rawPrevTime,O=this._time;if(this._totalTime=T*g,this._cycle<T?w=!w:this._totalTime+=g,this._time=d,this._rawPrevTime=0===g?x-1e-4:x,this._cycle=T,this._locked=!0,d=w?0:g,this.render(d,e,0===g),e||this._gc||this.vars.onRepeat&&(this._cycle=S,this._locked=!1,this._callback("onRepeat")),d!==this._time)return;if(C&&(this._cycle=T,this._locked=!0,d=w?g+1e-4:-1e-4,this.render(d,!0,!1)),this._locked=!1,this._paused&&!b)return;this._time=O,this._totalTime=P,this._cycle=S,this._rawPrevTime=k}if(this._time!==d&&this._first||n||u||c){if(this._initted||(this._initted=!0),this._active||!this._paused&&this._totalTime!==_&&t>0&&(this._active=!0),0===_&&this.vars.onStart&&(0===this._totalTime&&this._totalDuration||e||this._callback("onStart")),(f=this._time)>=d)for(s=this._first;s&&(a=s._next,f===this._time&&(!this._paused||b));)(s._active||s._startTime<=this._time&&!s._paused&&!s._gc)&&(c===s&&(this.pause(),this._pauseTime=p),s._reversed?s.render((s._dirty?s.totalDuration():s._totalDuration)-(t-s._startTime)*s._timeScale,e,n):s.render((t-s._startTime)*s._timeScale,e,n)),s=a;else for(s=this._last;s&&(a=s._prev,f===this._time&&(!this._paused||b));){if(s._active||s._startTime<=d&&!s._paused&&!s._gc){if(c===s){for(c=s._prev;c&&c.endTime()>this._time;)c.render(c._reversed?c.totalDuration()-(t-c._startTime)*c._timeScale:(t-c._startTime)*c._timeScale,e,n),c=c._prev;c=null,this.pause(),this._pauseTime=p}s._reversed?s.render((s._dirty?s.totalDuration():s._totalDuration)-(t-s._startTime)*s._timeScale,e,n):s.render((t-s._startTime)*s._timeScale,e,n)}s=a}this._onUpdate&&(e||(i.length&&r(),this._callback("onUpdate"))),l&&(this._locked||this._gc||v!==this._startTime&&y===this._timeScale||(0===this._time||m>=this.totalDuration())&&(o&&(i.length&&r(),this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!e&&this.vars[l]&&this._callback(l)))}else _!==this._totalTime&&this._onUpdate&&(e||this._callback("onUpdate"))},a.getActive=function(t,e,i){var n,r,s=[],o=this.getChildren(t||null==t,e||null==t,!!i),a=0,l=o.length;for(n=0;n<l;n++)(r=o[n]).isActive()&&(s[a++]=r);return s},a.getLabelAfter=function(t){t||0!==t&&(t=this._time);var e,i=this.getLabelsArray(),n=i.length;for(e=0;e<n;e++)if(i[e].time>t)return i[e].name;return null},a.getLabelBefore=function(t){null==t&&(t=this._time);for(var e=this.getLabelsArray(),i=e.length;--i>-1;)if(e[i].time<t)return e[i].name;return null},a.getLabelsArray=function(){var t,e=[],i=0;for(t in this._labels)e[i++]={time:this._labels[t],name:t};return e.sort(function(t,e){return t.time-e.time}),e},a.invalidate=function(){return this._locked=!1,f.prototype.invalidate.call(this)},a.progress=function(t,e){return arguments.length?this.totalTime(this.duration()*(this._yoyo&&0!=(1&this._cycle)?1-t:t)+this._cycle*(this._duration+this._repeatDelay),e):this._time/this.duration()||0},a.totalProgress=function(t,e){return arguments.length?this.totalTime(this.totalDuration()*t,e):this._totalTime/this.totalDuration()||0},a.totalDuration=function(t){return arguments.length?-1!==this._repeat&&t?this.timeScale(this.totalDuration()/t):this:(this._dirty&&(f.prototype.totalDuration.call(this),this._totalDuration=-1===this._repeat?999999999999:this._duration*(this._repeat+1)+this._repeatDelay*this._repeat),this._totalDuration)},a.time=function(t,e){if(!arguments.length)return this._time;this._dirty&&this.totalDuration();var i=this._duration,n=this._cycle,r=n*(i+this._repeatDelay);return t>i&&(t=i),this.totalTime(this._yoyo&&1&n?i-t+r:this._repeat?t+r:t,e)},a.repeat=function(t){return arguments.length?(this._repeat=t,this._uncache(!0)):this._repeat},a.repeatDelay=function(t){return arguments.length?(this._repeatDelay=t,this._uncache(!0)):this._repeatDelay},a.yoyo=function(t){return arguments.length?(this._yoyo=t,this):this._yoyo},a.currentLabel=function(t){return arguments.length?this.seek(t,!0):this.getLabelBefore(this._time+1e-8)},t},!0);var p=n.g.TimelineMax,d=180/Math.PI,m=[],g=[],_=[],v={},y=n.e._gsDefine.globals,x=function(t,e,i,n){i===n&&(i=n-(n-e)/1e6),t===e&&(e=t+(i-t)/1e6),this.a=t,this.b=e,this.c=i,this.d=n,this.da=n-t,this.ca=i-t,this.ba=e-t},b=function(t,e,i,n){var r={a:t},s={},o={},a={c:n},l=(t+e)/2,u=(e+i)/2,h=(i+n)/2,c=(l+u)/2,f=(u+h)/2,p=(f-c)/8;return r.b=l+(t-l)/4,s.b=c+p,r.c=s.a=(r.b+s.b)/2,s.c=o.a=(c+f)/2,o.b=f-p,a.b=h+(n-h)/4,o.c=a.a=(o.b+a.b)/2,[r,s,o,a]},T=function(t,e,i,n,r){var s,o,a,l,u,h,c,f,p,d,v,y,x,T=t.length-1,w=0,C=t[0].a;for(s=0;s<T;s++)o=(u=t[w]).a,a=u.d,l=t[w+1].d,r?(v=m[s],x=((y=g[s])+v)*e*.25/(n?.5:_[s]||.5),f=a-((h=a-(a-o)*(n?.5*e:0!==v?x/v:0))+(((c=a+(l-a)*(n?.5*e:0!==y?x/y:0))-h)*(3*v/(v+y)+.5)/4||0))):f=a-((h=a-(a-o)*e*.5)+(c=a+(l-a)*e*.5))/2,h+=f,c+=f,u.c=p=h,u.b=0!==s?C:C=u.a+.6*(u.c-u.a),u.da=a-o,u.ca=p-o,u.ba=C-o,i?(d=b(o,C,p,a),t.splice(w,1,d[0],d[1],d[2],d[3]),w+=4):w++,C=c;(u=t[w]).b=C,u.c=C+.4*(u.d-C),u.da=u.d-u.a,u.ca=u.c-u.a,u.ba=C-u.a,i&&(d=b(u.a,C,u.c,u.d),t.splice(w,1,d[0],d[1],d[2],d[3]))},w=function(t,e,i,n){var r,s,o,a,l,u,h=[];if(n)for(s=(t=[n].concat(t)).length;--s>-1;)"string"==typeof(u=t[s][e])&&"="===u.charAt(1)&&(t[s][e]=n[e]+Number(u.charAt(0)+u.substr(2)));if((r=t.length-2)<0)return h[0]=new x(t[0][e],0,0,t[0][e]),h;for(s=0;s<r;s++)o=t[s][e],a=t[s+1][e],h[s]=new x(o,0,0,a),i&&(l=t[s+2][e],m[s]=(m[s]||0)+(a-o)*(a-o),g[s]=(g[s]||0)+(l-a)*(l-a));return h[s]=new x(t[s][e],0,0,t[s+1][e]),h},C=function(t,e,i,n,r,s){var o,a,l,u,h,c,f,p,d={},y=[],x=s||t[0];for(a in r="string"==typeof r?","+r+",":",x,y,z,left,top,right,bottom,marginTop,marginLeft,marginRight,marginBottom,paddingLeft,paddingTop,paddingRight,paddingBottom,backgroundPosition,backgroundPosition_y,",null==e&&(e=1),t[0])y.push(a);if(t.length>1){for(p=t[t.length-1],f=!0,o=y.length;--o>-1;)if(a=y[o],Math.abs(x[a]-p[a])>.05){f=!1;break}f&&(t=t.concat(),s&&t.unshift(s),t.push(t[1]),s=t[t.length-3])}for(m.length=g.length=_.length=0,o=y.length;--o>-1;)a=y[o],v[a]=-1!==r.indexOf(","+a+","),d[a]=w(t,a,v[a],s);for(o=m.length;--o>-1;)m[o]=Math.sqrt(m[o]),g[o]=Math.sqrt(g[o]);if(!n){for(o=y.length;--o>-1;)if(v[a])for(c=(l=d[y[o]]).length-1,u=0;u<c;u++)h=l[u+1].da/g[u]+l[u].da/m[u]||0,_[u]=(_[u]||0)+h*h;for(o=_.length;--o>-1;)_[o]=Math.sqrt(_[o])}for(o=y.length,u=i?4:1;--o>-1;)l=d[a=y[o]],T(l,e,i,n,v[a]),f&&(l.splice(0,u),l.splice(l.length-u,u));return d},P=function(t,e,i){for(var n,r,s,o,a,l,u,h,c,f,p,d=1/i,m=t.length;--m>-1;)for(s=(f=t[m]).a,o=f.d-s,a=f.c-s,l=f.b-s,n=r=0,h=1;h<=i;h++)n=r-(r=((u=d*h)*u*o+3*(c=1-u)*(u*a+c*l))*u),e[p=m*i+h-1]=(e[p]||0)+n*n},S=n.e._gsDefine.plugin({propName:"bezier",priority:-1,version:"1.3.9",API:2,global:!0,init:function(t,e,i){this._target=t,e instanceof Array&&(e={values:e}),this._func={},this._mod={},this._props=[],this._timeRes=null==e.timeResolution?6:parseInt(e.timeResolution,10);var n,r,s,o,a,l=e.values||[],u={},h=l[0],c=e.autoRotate||i.vars.orientToBezier;for(n in this._autoRotate=c?c instanceof Array?c:[["x","y","rotation",!0===c?0:Number(c)||0]]:null,h)this._props.push(n);for(s=this._props.length;--s>-1;)n=this._props[s],this._overwriteProps.push(n),r=this._func[n]="function"==typeof t[n],u[n]=r?t[n.indexOf("set")||"function"!=typeof t["get"+n.substr(3)]?n:"get"+n.substr(3)]():parseFloat(t[n]),a||u[n]!==l[0][n]&&(a=u);if(this._beziers="cubic"!==e.type&&"quadratic"!==e.type&&"soft"!==e.type?C(l,isNaN(e.curviness)?1:e.curviness,!1,"thruBasic"===e.type,e.correlate,a):function(t,e,i){var n,r,s,o,a,l,u,h,c,f,p,d={},m="cubic"===(e=e||"soft")?3:2,g="soft"===e,_=[];if(g&&i&&(t=[i].concat(t)),null==t||t.length<m+1)throw"invalid Bezier data";for(c in t[0])_.push(c);for(l=_.length;--l>-1;){for(d[c=_[l]]=a=[],f=0,h=t.length,u=0;u<h;u++)n=null==i?t[u][c]:"string"==typeof(p=t[u][c])&&"="===p.charAt(1)?i[c]+Number(p.charAt(0)+p.substr(2)):Number(p),g&&u>1&&u<h-1&&(a[f++]=(n+a[f-2])/2),a[f++]=n;for(h=f-m+1,f=0,u=0;u<h;u+=m)n=a[u],r=a[u+1],s=a[u+2],o=2===m?0:a[u+3],a[f++]=p=3===m?new x(n,r,s,o):new x(n,(2*r+n)/3,(2*r+s)/3,s);a.length=f}return d}(l,e.type,u),this._segCount=this._beziers[n].length,this._timeRes){var f=function(t,e){var i,n,r,s,o=[],a=[],l=0,u=0,h=(e=e>>0||6)-1,c=[],f=[];for(i in t)P(t[i],o,e);for(r=o.length,n=0;n<r;n++)l+=Math.sqrt(o[n]),f[s=n%e]=l,s===h&&(u+=l,c[s=n/e>>0]=f,a[s]=u,l=0,f=[]);return{length:u,lengths:a,segments:c}}(this._beziers,this._timeRes);this._length=f.length,this._lengths=f.lengths,this._segments=f.segments,this._l1=this._li=this._s1=this._si=0,this._l2=this._lengths[0],this._curSeg=this._segments[0],this._s2=this._curSeg[0],this._prec=1/this._curSeg.length}if(c=this._autoRotate)for(this._initialRotations=[],c[0]instanceof Array||(this._autoRotate=c=[c]),s=c.length;--s>-1;){for(o=0;o<3;o++)n=c[s][o],this._func[n]="function"==typeof t[n]&&t[n.indexOf("set")||"function"!=typeof t["get"+n.substr(3)]?n:"get"+n.substr(3)];n=c[s][2],this._initialRotations[s]=(this._func[n]?this._func[n].call(this._target):this._target[n])||0,this._overwriteProps.push(n)}return this._startRatio=i.vars.runBackwards?1:0,!0},set:function(t){var e,i,n,r,s,o,a,l,u,h,c,f=this._segCount,p=this._func,m=this._target,g=t!==this._startRatio;if(this._timeRes){if(u=this._lengths,h=this._curSeg,c=t*this._length,n=this._li,c>this._l2&&n<f-1){for(l=f-1;n<l&&(this._l2=u[++n])<=c;);this._l1=u[n-1],this._li=n,this._curSeg=h=this._segments[n],this._s2=h[this._s1=this._si=0]}else if(c<this._l1&&n>0){for(;n>0&&(this._l1=u[--n])>=c;);0===n&&c<this._l1?this._l1=0:n++,this._l2=u[n],this._li=n,this._curSeg=h=this._segments[n],this._s1=h[(this._si=h.length-1)-1]||0,this._s2=h[this._si]}if(e=n,c-=this._l1,n=this._si,c>this._s2&&n<h.length-1){for(l=h.length-1;n<l&&(this._s2=h[++n])<=c;);this._s1=h[n-1],this._si=n}else if(c<this._s1&&n>0){for(;n>0&&(this._s1=h[--n])>=c;);0===n&&c<this._s1?this._s1=0:n++,this._s2=h[n],this._si=n}o=1===t?1:(n+(c-this._s1)/(this._s2-this._s1))*this._prec||0}else o=(t-(e=t<0?0:t>=1?f-1:f*t>>0)*(1/f))*f;for(i=1-o,n=this._props.length;--n>-1;)r=this._props[n],a=(o*o*(s=this._beziers[r][e]).da+3*i*(o*s.ca+i*s.ba))*o+s.a,this._mod[r]&&(a=this._mod[r](a,m)),p[r]?m[r](a):m[r]=a;if(this._autoRotate){var _,v,y,x,b,T,w,C=this._autoRotate;for(n=C.length;--n>-1;)r=C[n][2],T=C[n][3]||0,w=!0===C[n][4]?1:d,s=this._beziers[C[n][0]],_=this._beziers[C[n][1]],s&&_&&(s=s[e],_=_[e],v=s.a+(s.b-s.a)*o,v+=((x=s.b+(s.c-s.b)*o)-v)*o,x+=(s.c+(s.d-s.c)*o-x)*o,y=_.a+(_.b-_.a)*o,y+=((b=_.b+(_.c-_.b)*o)-y)*o,b+=(_.c+(_.d-_.c)*o-b)*o,a=g?Math.atan2(b-y,x-v)*w+T:this._initialRotations[n],this._mod[r]&&(a=this._mod[r](a,m)),p[r]?m[r](a):m[r]=a)}}}),k=S.prototype;
139
139
  /*!
140
140
  * VERSION: 1.3.9
141
141
  * DATE: 2019-05-17
@@ -146,7 +146,7 @@ n.e._gsDefine("TimelineLite",["core.Animation","core.SimpleTimeline","TweenLite"
146
146
  * Club GreenSock members, the software agreement that was issued with your membership.
147
147
  *
148
148
  * @author: Jack Doyle, jack@greensock.com
149
- **/k.bezierThrough=C,k.cubicToQuadratic=b,k._autoCSS=!0,k.quadraticToCubic=function(t,e,i){return new x(t,(2*e+t)/3,(2*e+i)/3,i)},k._cssRegister=function(){var t=y.CSSPlugin;if(t){var e=t._internals,i=e._parseToProxy,n=e._setPluginRatio,r=e.CSSPropTween;e._registerComplexSpecialProp("bezier",{parser:function(t,e,s,o,a,l){e instanceof Array&&(e={values:e}),l=new k;var u,h,c,f=e.values,p=f.length-1,d=[],m={};if(p<0)return a;for(u=0;u<=p;u++)c=i(t,f[u],o,a,l,p!==u),d[u]=c.end;for(h in e)m[h]=e[h];return m.values=d,(a=new r(t,"bezier",0,0,c.pt,2)).data=c,a.plugin=l,a.setRatio=n,0===m.autoRotate&&(m.autoRotate=!0),!m.autoRotate||m.autoRotate instanceof Array||(u=!0===m.autoRotate?0:Number(m.autoRotate),m.autoRotate=null!=c.end.left?[["left","top","rotation",u,!1]]:null!=c.end.x&&[["x","y","rotation",u,!1]]),m.autoRotate&&(o._transform||o._enableTransforms(!1),c.autoRotate=o._target._gsTransform,c.proxy.rotation=c.autoRotate.rotation||0,o._overwriteProps.push("rotation")),l._onInitTween(c.proxy,m,o._tween),a}})}},S._mod=function(t){for(var e,i=this._overwriteProps,n=i.length;--n>-1;)(e=t[i[n]])&&"function"==typeof e&&(this._mod[i[n]]=e)},S._kill=function(t){var e,i,n=this._props;for(e in this._beziers)if(e in t)for(delete this._beziers[e],delete this._func[e],i=n.length;--i>-1;)n[i]===e&&n.splice(i,1);if(n=this._autoRotate)for(i=n.length;--i>-1;)t[n[i][2]]&&n.splice(i,1);return this._super._kill.call(this,t)},
149
+ **/S.bezierThrough=C,S.cubicToQuadratic=b,S._autoCSS=!0,S.quadraticToCubic=function(t,e,i){return new x(t,(2*e+t)/3,(2*e+i)/3,i)},S._cssRegister=function(){var t=y.CSSPlugin;if(t){var e=t._internals,i=e._parseToProxy,n=e._setPluginRatio,r=e.CSSPropTween;e._registerComplexSpecialProp("bezier",{parser:function(t,e,s,o,a,l){e instanceof Array&&(e={values:e}),l=new S;var u,h,c,f=e.values,p=f.length-1,d=[],m={};if(p<0)return a;for(u=0;u<=p;u++)c=i(t,f[u],o,a,l,p!==u),d[u]=c.end;for(h in e)m[h]=e[h];return m.values=d,(a=new r(t,"bezier",0,0,c.pt,2)).data=c,a.plugin=l,a.setRatio=n,0===m.autoRotate&&(m.autoRotate=!0),!m.autoRotate||m.autoRotate instanceof Array||(u=!0===m.autoRotate?0:Number(m.autoRotate),m.autoRotate=null!=c.end.left?[["left","top","rotation",u,!1]]:null!=c.end.x&&[["x","y","rotation",u,!1]]),m.autoRotate&&(o._transform||o._enableTransforms(!1),c.autoRotate=o._target._gsTransform,c.proxy.rotation=c.autoRotate.rotation||0,o._overwriteProps.push("rotation")),l._onInitTween(c.proxy,m,o._tween),a}})}},k._mod=function(t){for(var e,i=this._overwriteProps,n=i.length;--n>-1;)(e=t[i[n]])&&"function"==typeof e&&(this._mod[i[n]]=e)},k._kill=function(t){var e,i,n=this._props;for(e in this._beziers)if(e in t)for(delete this._beziers[e],delete this._func[e],i=n.length;--i>-1;)n[i]===e&&n.splice(i,1);if(n=this._autoRotate)for(i=n.length;--i>-1;)t[n[i][2]]&&n.splice(i,1);return this._super._kill.call(this,t)},
150
150
  /*!
151
151
  * VERSION: 1.16.1
152
152
  * DATE: 2018-08-27
@@ -158,4 +158,4 @@ n.e._gsDefine("TimelineLite",["core.Animation","core.SimpleTimeline","TweenLite"
158
158
  *
159
159
  * @author: Jack Doyle, jack@greensock.com
160
160
  **/
161
- n.e._gsDefine("easing.Back",["easing.Ease"],function(){var t,e,i,r,s=n.e.GreenSockGlobals||n.e,o=s.com.greensock,a=2*Math.PI,l=Math.PI/2,u=o._class,h=function(t,e){var i=u("easing."+t,function(){},!0),r=i.prototype=new n.b;return r.constructor=i,r.getRatio=e,i},c=n.b.register||function(){},f=function(t,e,i,n,r){var s=u("easing."+t,{easeOut:new e,easeIn:new i,easeInOut:new n},!0);return c(s,t),s},p=function(t,e,i){this.t=t,this.v=e,i&&(this.next=i,i.prev=this,this.c=i.v-e,this.gap=i.t-t)},d=function(t,e){var i=u("easing."+t,function(t){this._p1=t||0===t?t:1.70158,this._p2=1.525*this._p1},!0),r=i.prototype=new n.b;return r.constructor=i,r.getRatio=e,r.config=function(t){return new i(t)},i},m=f("Back",d("BackOut",function(t){return(t-=1)*t*((this._p1+1)*t+this._p1)+1}),d("BackIn",function(t){return t*t*((this._p1+1)*t-this._p1)}),d("BackInOut",function(t){return(t*=2)<1?.5*t*t*((this._p2+1)*t-this._p2):.5*((t-=2)*t*((this._p2+1)*t+this._p2)+2)})),g=u("easing.SlowMo",function(t,e,i){e=e||0===e?e:.7,null==t?t=.7:t>1&&(t=1),this._p=1!==t?e:0,this._p1=(1-t)/2,this._p2=t,this._p3=this._p1+this._p2,this._calcEnd=!0===i},!0),_=g.prototype=new n.b;return _.constructor=g,_.getRatio=function(t){var e=t+(.5-t)*this._p;return t<this._p1?this._calcEnd?1-(t=1-t/this._p1)*t:e-(t=1-t/this._p1)*t*t*t*e:t>this._p3?this._calcEnd?1===t?0:1-(t=(t-this._p3)/this._p1)*t:e+(t-e)*(t=(t-this._p3)/this._p1)*t*t*t:this._calcEnd?1:e},g.ease=new g(.7,.7),_.config=g.config=function(t,e,i){return new g(t,e,i)},(_=(t=u("easing.SteppedEase",function(t,e){t=t||1,this._p1=1/t,this._p2=t+(e?0:1),this._p3=e?1:0},!0)).prototype=new n.b).constructor=t,_.getRatio=function(t){return t<0?t=0:t>=1&&(t=.999999999),((this._p2*t|0)+this._p3)*this._p1},_.config=t.config=function(e,i){return new t(e,i)},(_=(e=u("easing.ExpoScaleEase",function(t,e,i){this._p1=Math.log(e/t),this._p2=e-t,this._p3=t,this._ease=i},!0)).prototype=new n.b).constructor=e,_.getRatio=function(t){return this._ease&&(t=this._ease.getRatio(t)),(this._p3*Math.exp(this._p1*t)-this._p3)/this._p2},_.config=e.config=function(t,i,n){return new e(t,i,n)},(_=(i=u("easing.RoughEase",function(t){for(var e,i,r,s,o,a,l=(t=t||{}).taper||"none",u=[],h=0,c=0|(t.points||20),f=c,d=!1!==t.randomize,m=!0===t.clamp,g=t.template instanceof n.b?t.template:null,_="number"==typeof t.strength?.4*t.strength:.4;--f>-1;)e=d?Math.random():1/c*f,i=g?g.getRatio(e):e,r="none"===l?_:"out"===l?(s=1-e)*s*_:"in"===l?e*e*_:e<.5?(s=2*e)*s*.5*_:(s=2*(1-e))*s*.5*_,d?i+=Math.random()*r-.5*r:f%2?i+=.5*r:i-=.5*r,m&&(i>1?i=1:i<0&&(i=0)),u[h++]={x:e,y:i};for(u.sort(function(t,e){return t.x-e.x}),a=new p(1,1,null),f=c;--f>-1;)o=u[f],a=new p(o.x,o.y,a);this._prev=new p(0,0,0!==a.t?a:a.next)},!0)).prototype=new n.b).constructor=i,_.getRatio=function(t){var e=this._prev;if(t>e.t){for(;e.next&&t>=e.t;)e=e.next;e=e.prev}else for(;e.prev&&t<=e.t;)e=e.prev;return this._prev=e,e.v+(t-e.t)/e.gap*e.c},_.config=function(t){return new i(t)},i.ease=new i,f("Bounce",h("BounceOut",function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375}),h("BounceIn",function(t){return(t=1-t)<1/2.75?1-7.5625*t*t:t<2/2.75?1-(7.5625*(t-=1.5/2.75)*t+.75):t<2.5/2.75?1-(7.5625*(t-=2.25/2.75)*t+.9375):1-(7.5625*(t-=2.625/2.75)*t+.984375)}),h("BounceInOut",function(t){var e=t<.5;return(t=e?1-2*t:2*t-1)<1/2.75?t*=7.5625*t:t=t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375,e?.5*(1-t):.5*t+.5})),f("Circ",h("CircOut",function(t){return Math.sqrt(1-(t-=1)*t)}),h("CircIn",function(t){return-(Math.sqrt(1-t*t)-1)}),h("CircInOut",function(t){return(t*=2)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)})),f("Elastic",(r=function(t,e,i){var r=u("easing."+t,function(t,e){this._p1=t>=1?t:1,this._p2=(e||i)/(t<1?t:1),this._p3=this._p2/a*(Math.asin(1/this._p1)||0),this._p2=a/this._p2},!0),s=r.prototype=new n.b;return s.constructor=r,s.getRatio=e,s.config=function(t,e){return new r(t,e)},r})("ElasticOut",function(t){return this._p1*Math.pow(2,-10*t)*Math.sin((t-this._p3)*this._p2)+1},.3),r("ElasticIn",function(t){return-this._p1*Math.pow(2,10*(t-=1))*Math.sin((t-this._p3)*this._p2)},.3),r("ElasticInOut",function(t){return(t*=2)<1?this._p1*Math.pow(2,10*(t-=1))*Math.sin((t-this._p3)*this._p2)*-.5:this._p1*Math.pow(2,-10*(t-=1))*Math.sin((t-this._p3)*this._p2)*.5+1},.45)),f("Expo",h("ExpoOut",function(t){return 1-Math.pow(2,-10*t)}),h("ExpoIn",function(t){return Math.pow(2,10*(t-1))-.001}),h("ExpoInOut",function(t){return(t*=2)<1?.5*Math.pow(2,10*(t-1)):.5*(2-Math.pow(2,-10*(t-1)))})),f("Sine",h("SineOut",function(t){return Math.sin(t*l)}),h("SineIn",function(t){return 1-Math.cos(t*l)}),h("SineInOut",function(t){return-.5*(Math.cos(Math.PI*t)-1)})),u("easing.EaseLookup",{find:function(t){return n.b.map[t]}},!0),c(s.SlowMo,"SlowMo","ease,"),c(i,"RoughEase","ease,"),c(t,"SteppedEase","ease,"),m},!0);var O=n.g.Back,A=n.g.Elastic,E=n.g.Bounce,D=n.g.RoughEase,R=n.g.SlowMo,M=n.g.SteppedEase,L=n.g.Circ,I=n.g.Expo,N=n.g.Sine,j=n.g.ExpoScaleEase,B=r;B._autoActivated=[f,p,s,o,k,a,c,O,A,E,D,R,M,L,I,N,j];class F{constructor(t,e){this.ele=t,this.slider=e,this.imgPlaceholder=this.ele.getElementsByClassName("slide__img_placehold")[0],this.titleInner=this.ele.getElementsByClassName("slide__title_inner")[0],this.titleText=this.ele.getElementsByClassName("slide__title_text")[0],this.timeInner=this.ele.getElementsByClassName("slide__time_inner")[0],this.timeText=this.ele.getElementsByClassName("slide__time_text")[0]}reverse(){this.timeLine.reverse()}reveal(){if(this.show(),this.timeLine)return void this.timeLine.restart();this.timeLine=new f;let t=N.easeInOut;this.timeLine.add(B.to(this.imgPlaceholder,.45,{height:0,transform:"translateY(-100%)",ease:t})),this.timeLine.add(B.to(this.titleInner,.35,{ease:t,width:"100%",opacity:1}),"-=0.4"),this.timeLine.add(B.to(this.titleText,.35,{ease:t,transform:"translateX(0)",opacity:1}),"-=0.3"),this.timeLine.add(B.to(this.timeInner,.35,{ease:t,width:"100%",opacity:1}),"-=0.2"),this.timeLine.add(B.to(this.timeText,.35,{ease:t,transform:"translateX(0)",opacity:1}),"-=0.15");let e=this;this.timeLine.eventCallback("onReverseComplete",()=>{e.hide(),e.slider.move()}),this.timeLine.eventCallback("onStart",function(){e.slider.inAnimation=!0}),this.timeLine.eventCallback("onComplete",function(){e.slider.inAnimation=!1})}hide(){this.control.classList.remove("current"),this.ele.style.opacity="0",this.ele.style.zIndex="1"}show(){this.ele.style.opacity="1",this.ele.style.zIndex="5",this.control.classList.add("current")}}var q=i(2),z=i.n(q);class H{constructor(){this.slides=[],this.controls=document.getElementsByClassName("slide__control"),this.loading=document.getElementById("loading"),this.controls.length<1?this.removeLoading():(this.nextBtn=document.getElementById("nextBtn"),this.prevBtn=document.getElementById("prevBtn"),this.current=0,this.mainContainer=document.getElementById("sectionContainer"),this.initSlides(),this.direction=!0,this.inAnimation=!1,z()(this.mainContainer,t=>{this.removeLoading(),this.revealSlide(),this.bindControlsEvent(),this.bindKeyEvent(),this.bindMouseEvent(),this.bindTouchEvent()}))}removeLoading(){this.loading.style.display="none"}initSlides(){let t=0,e=document.getElementsByClassName("slide__section");for(let i of e){let e=new F(i,this);this.slides.push(e);let n=this.controls[t];e.control=n,n.slideIndex=t,this.bindEventToControl(n),t++}this.controls[this.current].classList.add("current"),this.len=this.slides.length}bindKeyEvent(){document.addEventListener("keyup",t=>{!t||39!=t.keyCode&&40!=t.keyCode||(this.direction=!0,this.changeSlide()),!t||38!=t.keyCode&&37!=t.keyCode||(this.direction=!1,this.changeSlide())})}bindMouseEvent(){document.addEventListener("mousewheel",t=>{this.direction=t.wheelDelta<0,this.changeSlide()}),document.addEventListener("DOMMouseScroll",t=>{this.direction=3==t.detail,this.changeSlide()})}bindTouchEvent(){this.touchtimes=0,this.touchx=[],document.addEventListener("touchstart",t=>{this.touchtimes++,this.touchx[this.touchtimes]=t.changedTouches[0].clientY}),document.addEventListener("touchend",t=>{this.touchtimes++,this.touchx[this.touchtimes]=t.changedTouches[0].clientY,Math.abs(this.touchx[this.touchtimes]-this.touchx[this.touchtimes-1])>50&&(this.direction=this.touchx[this.touchtimes]>this.touchx[this.touchtimes-1],this.changeSlide())})}bindControlsEvent(){this.nextBtn.addEventListener("click",()=>this.nextSlide()),this.prevBtn.addEventListener("click",()=>this.prevSlide())}bindEventToControl(t){let e=this;t.addEventListener("click",function(){e.direction=this.slideIndex,e.changeSlide()})}move(t){!0===this.direction?(this.current++,this.current>this.len-1&&(this.current=0)):!1===this.direction?(this.current--,this.current<0&&(this.current=this.len-1)):this.current=this.direction,this.revealSlide()}revealSlide(){this.slides[this.current].reveal()}prevSlide(){this.direction=!1,this.changeSlide()}nextSlide(){this.direction=!0,this.changeSlide()}changeSlide(){this.inAnimation||this.slides[this.current].reverse()}}var X=i(1),W=i.n(X);class Y{constructor(t){this.messageArea=t,this.eles=document.getElementsByClassName("comment__smiley"),this.container=document.getElementById("smileyContainer"),this.box=document.getElementById("smileyBox"),this.smileys={},this.isHidden=!0;let e=this;for(let t of this.eles){var i=t.getAttribute("data-smiley"),n=t.getAttribute("data-src");this.smileys[i]=n,t.onclick=function(t){t.preventDefault();let i=this.getAttribute("data-smiley");e.insert(i)}}this.container.addEventListener("mouseenter",()=>{this.isHidden&&this.show()}),this.container.addEventListener("mouseleave",()=>{this.isHidden||this.hide()})}show(){this.isHidden=!1,this.box.style.display="block"}hide(){this.isHidden=!0,this.box.style.display="none"}insert(t){t=" "+t+" ",this.messageArea.value+=t,this.messageArea.focus()}parse(t){var e=this;return t.replace(/:[a-z]+:/,t=>'<img src="'+e.smileys[t]+'"/>')}}var U=i(3),$=i.n(U),V=class{constructor(t,e,i=""){this.name=t,this.email=e,this.url=i,this.avatar=this.get_avatar(),this.EXPIRE_DAYS=365}save(){W.a.set("name",this.name,{expires:this.EXPIRE_DAYS}),W.a.set("email",this.email,{expires:this.EXPIRE_DAYS}),W.a.set("url",this.url,{expires:this.EXPIRE_DAYS})}set_name(t){this.name=t,W.a.set("name",this.name,{expires:this.EXPIRE_DAYS})}set_email(t){this.email=t,this.avatar=this.get_avatar(),W.a.set("email",this.email,{expires:this.EXPIRE_DAYS})}set_url(t){this.url=t,W.a.set("url",this.url,{expires:this.EXPIRE_DAYS})}get_avatar(){var t="https://www.gravatar.com/avatar/";return t+=$()(this.email),t+="?d=mm&s=45"}};const G={yy:"year",mm:"month",dd:"day",HH:"hour",MM:"minute",SS:"seconds"};class Z{constructor(t){this.time=new Date(t),this.metas=this.getDateMetas()}getDateMetas(){return{year:this.time.getFullYear(),month:this.time.getMonth()+1,day:this.time.getDate(),hour:this.time.getHours(),minute:this.time.getMinutes(),seconds:this.time.getSeconds()}}coverZero(t){return(t+="").length<2&&(t="0"+t),t}parse(t){for(let i in G){var e=this.metas[G[i]];"year"!=G[i]&&(e=this.coverZero(e)),t=t.replace(i,e)}return t}getTimestamp(){return this.time.getTime()}}const Q=i(7);window.jQuery=Q;const J="Enmmm..",K="Something wrong!",tt="Go!",et="Going..";const it=t=>{let e=0,i=0;return t||(t=window.event),t.pageX||t.pageY?(e=t.pageX,i=t.pageY):(t.clientX||t.clientY)&&(e=t.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,i=t.clientY+document.body.scrollTop+document.documentElement.scrollTop),{x:e,y:i}};class nt{constructor(t){this.DOM={el:t},this.DOM.el.dataset.img&&(this.DOM.reveal=document.createElement("div"),this.DOM.reveal.className="hover-reveal",this.DOM.reveal.innerHTML=`<div class="hover-reveal__inner"><div class="hover-reveal__img" style="background-image:url(${this.DOM.el.dataset.img})"></div></div>`,this.DOM.el.appendChild(this.DOM.reveal),this.DOM.revealInner=this.DOM.reveal.querySelector(".hover-reveal__inner"),this.DOM.revealInner.style.overflow="hidden",this.DOM.revealImg=this.DOM.revealInner.querySelector(".hover-reveal__img"),this.initEvents())}initEvents(){this.positionElement=t=>{const e=it(t),i=document.body.scrollLeft+document.documentElement.scrollLeft,n=document.body.scrollTop+document.documentElement.scrollTop;this.DOM.reveal.style.top=`${e.y+20-n}px`,this.DOM.reveal.style.left=`${e.x+20-i}px`},this.mouseenterFn=t=>{this.positionElement(t),this.showImage()},this.mousemoveFn=t=>requestAnimationFrame(()=>{this.positionElement(t)}),this.mouseleaveFn=()=>{this.hideImage()},this.DOM.el.addEventListener("mouseenter",this.mouseenterFn),this.DOM.el.addEventListener("mousemove",this.mousemoveFn),this.DOM.el.addEventListener("mouseleave",this.mouseleaveFn)}showImage(){B.killTweensOf(this.DOM.revealInner),B.killTweensOf(this.DOM.revealImg),this.tl=new p({onStart:()=>{this.DOM.reveal.style.opacity=1,B.set(this.DOM.el,{zIndex:1e3})}}).add("begin").add(new B(this.DOM.revealInner,.2,{ease:N.easeOut,startAt:{x:"-100%"},x:"0%"}),"begin").add(new B(this.DOM.revealImg,.2,{ease:N.easeOut,startAt:{x:"100%"},x:"0%"}),"begin")}hideImage(){B.killTweensOf(this.DOM.revealInner),B.killTweensOf(this.DOM.revealImg),this.tl=new p({onStart:()=>{B.set(this.DOM.el,{zIndex:999})},onComplete:()=>{B.set(this.DOM.el,{zIndex:""}),B.set(this.DOM.reveal,{opacity:0})}}).add("begin").add(new B(this.DOM.revealInner,.2,{ease:N.easeOut,x:"100%"}),"begin").add(new B(this.DOM.revealImg,.2,{ease:N.easeOut,x:"-100%"}),"begin")}}class rt{constructor(){this.categories=document.getElementsByClassName("category"),this.posts=document.getElementsByClassName("post__list_item"),this.init();let t=this;for(let e of this.categories)e.addEventListener("click",function(){this!=t.current&&t.change(this)});for(let e of this.posts)new nt(e),e.onmouseenter=function(e){t.fadeAll(e.target)},e.onmouseleave=function(e){t.unFadeAll()}}init(){let t=window.location.hash.slice(1);if(this.current=this.categories[0],""!=t)for(let e of this.categories){if(t==encodeURI(e.getAttribute("data-category")))return void this.change(e)}}filter(t){for(let e of this.posts){e.getAttribute("data-category").indexOf(t)>-1||"all"==t?e.style.display="block":e.style.display="none"}}fadeAll(t){for(let e of this.posts)e!=t&&e.classList.add("fade")}unFadeAll(){for(let t of this.posts)t.classList.remove("fade")}change(t){this.current.classList.remove("active"),this.current=t,t.classList.add("active"),this.filter(t.getAttribute("data-category"))}}i(8);document.getElementById("bookSummary")&&new class{constructor(){this.toggler=document.getElementById("summaryToggler"),this.main=document.getElementById("bookMain"),this.isOpen=!1,this.toggler&&this.toggler.addEventListener("click",t=>{this.toggle(t)})}toggle(t){t.preventDefault(),this.isOpen?(this.main.classList.remove("with-summary"),this.toggler.classList.remove("active"),this.isOpen=!1):(this.main.classList.add("with-summary"),this.toggler.classList.add("active"),this.isOpen=!0)}},document.getElementById("sectionContainer")&&new H,document.getElementById("postArchive")&&new rt,document.getElementById("commentContainer")&&new class{constructor(){this.list=document.getElementById("commentsList"),this.form=document.getElementById("newComment"),this.postURL=this.form.action,this.nameInput=document.getElementsByName("fields[name]")[0],this.emailInput=document.getElementsByName("fields[email]")[0],this.urlInput=document.getElementsByName("fields[url]")[0],this.parentInput=document.getElementsByName("fields[parent]")[0],this.replyToInput=document.getElementsByName("options[replyTo]")[0],this.messageArea=document.getElementsByName("fields[message]")[0],document.getElementById("smileyContainer")&&(this.smiley=new Y(this.messageArea)),this.hintContainer=document.getElementById("commentHint"),this.avatarImg=document.getElementById("visitorAvatar"),this.submitBtn=document.getElementById("submitBtn"),this.visitor=this.getVisitor(),this.visitor&&this.initVisitorInfo(),this.disableBtn(),this.messageArea.addEventListener("input",t=>{this.messageArea.value.length>0&&this.submitBtn.disabled?this.enableBtn():0!=this.messageArea.value.length||this.submitBtn.disabled||this.disableBtn()}),this.form.addEventListener("submit",t=>{if(t.preventDefault(),!this.isValidate())return;this.visitor?this.checkVisitorInfo():this.newVisitor(),this.disableBtn(!0);const e=Q(this.form).serialize();this.sendRequest(e)}),Q(".reply-btn").on("click",t=>{let e=t.target.getAttribute("data-reply-to"),i=t.target.getAttribute("data-reply-id");this.reply(e,i)})}newVisitor(){this.visitor=new V(this.nameInput.value,this.emailInput.value,this.urlInput.value),this.visitor.save()}getVisitor(){let t=W.a.get("name"),e=W.a.get("email"),i=W.a.get("url");if(t)return new V(t,e,i)}checkVisitorInfo(){this.visitor.name!=this.nameInput.value&&this.visitor.set_name(this.nameInput.value),this.visitor.email!=this.emailInput.value&&this.visitor.set_email(this.emailInput.value),this.visitor.url!=this.urlInput.value&&this.visitor.set_url(this.urlInput.value)}initVisitorInfo(){this.nameInput.value=this.visitor.name,this.emailInput.value=this.visitor.email||"",this.urlInput.value=this.visitor.url||"",this.avatarImg.src=this.visitor.avatar}sendRequest(t){Q.ajax({url:this.postURL,type:"post",data:t,success:t=>{this.disableBtn(),this.addComment(t.fields),this.clearMessage()},error:()=>{this.enableBtn(),this.showError(K)}})}showError(t){this.hintContainer.innerText=t,this.hintContainer.classList.add("comment__error")}clearError(){this.hintContainer.innerText="",this.hintContainer.classList.remove("comment__error")}addComment(t){let e,i=this.parseComment(t);t.parent?(e=document.getElementById("comment-"+t.parent)).append(i):(e=this.list).insertBefore(i,e.childNodes[0]),this.scrollTo(i)}parseComment(t){let e=document.createElement("div");e.classList.add("comment","comment_new","clearfix");let i,n='<div class="comment-main"><div class="comment-left"><div class="comment__avatar"><img src="https://www.gravatar.com/avatar/'+t.email+'?d=mm&s=45"></div></div>';return n+='<div class="comment-right"><div class="comment__meta">',n+='<span class="comment__author">'+t.name+"</span>",n+='<span class="comment__date">'+new Z(1e3*t.date).parse("yy-mm-dd HH:MM")+"</span>",n+="</div>",n+='<div class="comment__content">'+(i=this.smiley?this.smiley.parse(t.message):t.message)+"</div></div>",e.innerHTML=n,e}isValidate(){return!!(this.nameInput.value&&this.emailInput.value&&this.messageArea.value)}clearMessage(){this.messageArea.innerText="",this.messageArea.value="",this.parentInput.value="",this.replyToInput.value="",this.hintContainer.innerText="",this.clearError()}disableBtn(t=!1){this.submitBtn.disabled=!0,this.submitBtn.innerHTML=t?et:J}enableBtn(){this.submitBtn.disabled=!1,this.submitBtn.innerHTML=tt}reply(t,e){let i=document.querySelector("#comment-"+t+" .comment__author").innerText;this.hintContainer.innerText="@"+i,this.parentInput.value=t,this.replyToInput.value=e,this.messageArea.focus()}cancleReply(){this.parentInput.value="",this.hintContainer.innerText=""}scrollTo(t){let e=t.offsetTop;Q("html, body").animate({scrollTop:e},450)}},function(){let t=document.getElementsByClassName("language-mermaid");for(;t.length>0;){let e=t[0],i=e.innerText,n=document.createElement("div");n.className="mermaid",n.innerHTML=i;let r=e.parentNode;for(;"DIV"!=r.tagName;)r=r.parentNode;r.replaceChild(n,e.parentNode)}}()}]);
161
+ n.e._gsDefine("easing.Back",["easing.Ease"],function(){var t,e,i,r,s=n.e.GreenSockGlobals||n.e,o=s.com.greensock,a=2*Math.PI,l=Math.PI/2,u=o._class,h=function(t,e){var i=u("easing."+t,function(){},!0),r=i.prototype=new n.b;return r.constructor=i,r.getRatio=e,i},c=n.b.register||function(){},f=function(t,e,i,n,r){var s=u("easing."+t,{easeOut:new e,easeIn:new i,easeInOut:new n},!0);return c(s,t),s},p=function(t,e,i){this.t=t,this.v=e,i&&(this.next=i,i.prev=this,this.c=i.v-e,this.gap=i.t-t)},d=function(t,e){var i=u("easing."+t,function(t){this._p1=t||0===t?t:1.70158,this._p2=1.525*this._p1},!0),r=i.prototype=new n.b;return r.constructor=i,r.getRatio=e,r.config=function(t){return new i(t)},i},m=f("Back",d("BackOut",function(t){return(t-=1)*t*((this._p1+1)*t+this._p1)+1}),d("BackIn",function(t){return t*t*((this._p1+1)*t-this._p1)}),d("BackInOut",function(t){return(t*=2)<1?.5*t*t*((this._p2+1)*t-this._p2):.5*((t-=2)*t*((this._p2+1)*t+this._p2)+2)})),g=u("easing.SlowMo",function(t,e,i){e=e||0===e?e:.7,null==t?t=.7:t>1&&(t=1),this._p=1!==t?e:0,this._p1=(1-t)/2,this._p2=t,this._p3=this._p1+this._p2,this._calcEnd=!0===i},!0),_=g.prototype=new n.b;return _.constructor=g,_.getRatio=function(t){var e=t+(.5-t)*this._p;return t<this._p1?this._calcEnd?1-(t=1-t/this._p1)*t:e-(t=1-t/this._p1)*t*t*t*e:t>this._p3?this._calcEnd?1===t?0:1-(t=(t-this._p3)/this._p1)*t:e+(t-e)*(t=(t-this._p3)/this._p1)*t*t*t:this._calcEnd?1:e},g.ease=new g(.7,.7),_.config=g.config=function(t,e,i){return new g(t,e,i)},(_=(t=u("easing.SteppedEase",function(t,e){t=t||1,this._p1=1/t,this._p2=t+(e?0:1),this._p3=e?1:0},!0)).prototype=new n.b).constructor=t,_.getRatio=function(t){return t<0?t=0:t>=1&&(t=.999999999),((this._p2*t|0)+this._p3)*this._p1},_.config=t.config=function(e,i){return new t(e,i)},(_=(e=u("easing.ExpoScaleEase",function(t,e,i){this._p1=Math.log(e/t),this._p2=e-t,this._p3=t,this._ease=i},!0)).prototype=new n.b).constructor=e,_.getRatio=function(t){return this._ease&&(t=this._ease.getRatio(t)),(this._p3*Math.exp(this._p1*t)-this._p3)/this._p2},_.config=e.config=function(t,i,n){return new e(t,i,n)},(_=(i=u("easing.RoughEase",function(t){for(var e,i,r,s,o,a,l=(t=t||{}).taper||"none",u=[],h=0,c=0|(t.points||20),f=c,d=!1!==t.randomize,m=!0===t.clamp,g=t.template instanceof n.b?t.template:null,_="number"==typeof t.strength?.4*t.strength:.4;--f>-1;)e=d?Math.random():1/c*f,i=g?g.getRatio(e):e,r="none"===l?_:"out"===l?(s=1-e)*s*_:"in"===l?e*e*_:e<.5?(s=2*e)*s*.5*_:(s=2*(1-e))*s*.5*_,d?i+=Math.random()*r-.5*r:f%2?i+=.5*r:i-=.5*r,m&&(i>1?i=1:i<0&&(i=0)),u[h++]={x:e,y:i};for(u.sort(function(t,e){return t.x-e.x}),a=new p(1,1,null),f=c;--f>-1;)o=u[f],a=new p(o.x,o.y,a);this._prev=new p(0,0,0!==a.t?a:a.next)},!0)).prototype=new n.b).constructor=i,_.getRatio=function(t){var e=this._prev;if(t>e.t){for(;e.next&&t>=e.t;)e=e.next;e=e.prev}else for(;e.prev&&t<=e.t;)e=e.prev;return this._prev=e,e.v+(t-e.t)/e.gap*e.c},_.config=function(t){return new i(t)},i.ease=new i,f("Bounce",h("BounceOut",function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375}),h("BounceIn",function(t){return(t=1-t)<1/2.75?1-7.5625*t*t:t<2/2.75?1-(7.5625*(t-=1.5/2.75)*t+.75):t<2.5/2.75?1-(7.5625*(t-=2.25/2.75)*t+.9375):1-(7.5625*(t-=2.625/2.75)*t+.984375)}),h("BounceInOut",function(t){var e=t<.5;return(t=e?1-2*t:2*t-1)<1/2.75?t*=7.5625*t:t=t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375,e?.5*(1-t):.5*t+.5})),f("Circ",h("CircOut",function(t){return Math.sqrt(1-(t-=1)*t)}),h("CircIn",function(t){return-(Math.sqrt(1-t*t)-1)}),h("CircInOut",function(t){return(t*=2)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)})),f("Elastic",(r=function(t,e,i){var r=u("easing."+t,function(t,e){this._p1=t>=1?t:1,this._p2=(e||i)/(t<1?t:1),this._p3=this._p2/a*(Math.asin(1/this._p1)||0),this._p2=a/this._p2},!0),s=r.prototype=new n.b;return s.constructor=r,s.getRatio=e,s.config=function(t,e){return new r(t,e)},r})("ElasticOut",function(t){return this._p1*Math.pow(2,-10*t)*Math.sin((t-this._p3)*this._p2)+1},.3),r("ElasticIn",function(t){return-this._p1*Math.pow(2,10*(t-=1))*Math.sin((t-this._p3)*this._p2)},.3),r("ElasticInOut",function(t){return(t*=2)<1?this._p1*Math.pow(2,10*(t-=1))*Math.sin((t-this._p3)*this._p2)*-.5:this._p1*Math.pow(2,-10*(t-=1))*Math.sin((t-this._p3)*this._p2)*.5+1},.45)),f("Expo",h("ExpoOut",function(t){return 1-Math.pow(2,-10*t)}),h("ExpoIn",function(t){return Math.pow(2,10*(t-1))-.001}),h("ExpoInOut",function(t){return(t*=2)<1?.5*Math.pow(2,10*(t-1)):.5*(2-Math.pow(2,-10*(t-1)))})),f("Sine",h("SineOut",function(t){return Math.sin(t*l)}),h("SineIn",function(t){return 1-Math.cos(t*l)}),h("SineInOut",function(t){return-.5*(Math.cos(Math.PI*t)-1)})),u("easing.EaseLookup",{find:function(t){return n.b.map[t]}},!0),c(s.SlowMo,"SlowMo","ease,"),c(i,"RoughEase","ease,"),c(t,"SteppedEase","ease,"),m},!0);var O=n.g.Back,A=n.g.Elastic,E=n.g.Bounce,D=n.g.RoughEase,R=n.g.SlowMo,M=n.g.SteppedEase,L=n.g.Circ,I=n.g.Expo,N=n.g.Sine,j=n.g.ExpoScaleEase,B=r;B._autoActivated=[f,p,s,o,S,a,c,O,A,E,D,R,M,L,I,N,j];class F{constructor(t,e){this.ele=t,this.slider=e,this.imgPlaceholder=this.ele.getElementsByClassName("slide__img_placehold")[0],this.titleInner=this.ele.getElementsByClassName("slide__title_inner")[0],this.titleText=this.ele.getElementsByClassName("slide__title_text")[0],this.timeInner=this.ele.getElementsByClassName("slide__time_inner")[0],this.timeText=this.ele.getElementsByClassName("slide__time_text")[0]}reverse(){this.timeLine.reverse()}reveal(){if(this.show(),this.timeLine)return void this.timeLine.restart();this.timeLine=new f;let t=N.easeInOut;this.timeLine.add(B.to(this.imgPlaceholder,.45,{height:0,transform:"translateY(-100%)",ease:t})),this.timeLine.add(B.to(this.titleInner,.35,{ease:t,width:"100%",opacity:1}),"-=0.4"),this.timeLine.add(B.to(this.titleText,.35,{ease:t,transform:"translateX(0)",opacity:1}),"-=0.3"),this.timeLine.add(B.to(this.timeInner,.35,{ease:t,width:"100%",opacity:1}),"-=0.2"),this.timeLine.add(B.to(this.timeText,.35,{ease:t,transform:"translateX(0)",opacity:1}),"-=0.15");let e=this;this.timeLine.eventCallback("onReverseComplete",()=>{e.hide(),e.slider.move()}),this.timeLine.eventCallback("onStart",function(){e.slider.inAnimation=!0}),this.timeLine.eventCallback("onComplete",function(){e.slider.inAnimation=!1})}hide(){this.control.classList.remove("current"),this.ele.style.opacity="0",this.ele.style.zIndex="1"}show(){this.ele.style.opacity="1",this.ele.style.zIndex="5",this.control.classList.add("current")}}var q=i(2),z=i.n(q);class H{constructor(){this.slides=[],this.controls=document.getElementsByClassName("slide__control"),this.loading=document.getElementById("loading"),this.controls.length<1?this.removeLoading():(this.nextBtn=document.getElementById("nextBtn"),this.prevBtn=document.getElementById("prevBtn"),this.current=0,this.mainContainer=document.getElementById("sectionContainer"),this.initSlides(),this.direction=!0,this.inAnimation=!1,z()(this.mainContainer,t=>{this.removeLoading(),this.revealSlide(),this.bindControlsEvent(),this.bindKeyEvent(),this.bindMouseEvent(),this.bindTouchEvent()}))}removeLoading(){this.loading.style.display="none"}initSlides(){let t=0,e=document.getElementsByClassName("slide__section");for(let i of e){let e=new F(i,this);this.slides.push(e);let n=this.controls[t];e.control=n,n.slideIndex=t,this.bindEventToControl(n),t++}this.controls[this.current].classList.add("current"),this.len=this.slides.length}bindKeyEvent(){document.addEventListener("keyup",t=>{!t||39!=t.keyCode&&40!=t.keyCode||(this.direction=!0,this.changeSlide()),!t||38!=t.keyCode&&37!=t.keyCode||(this.direction=!1,this.changeSlide())})}bindMouseEvent(){document.addEventListener("mousewheel",t=>{this.direction=t.wheelDelta<0,this.changeSlide()}),document.addEventListener("DOMMouseScroll",t=>{this.direction=3==t.detail,this.changeSlide()})}bindTouchEvent(){this.touchtimes=0,this.touchx=[],document.addEventListener("touchstart",t=>{this.touchtimes++,this.touchx[this.touchtimes]=t.changedTouches[0].clientY}),document.addEventListener("touchend",t=>{this.touchtimes++,this.touchx[this.touchtimes]=t.changedTouches[0].clientY,Math.abs(this.touchx[this.touchtimes]-this.touchx[this.touchtimes-1])>50&&(this.direction=this.touchx[this.touchtimes]>this.touchx[this.touchtimes-1],this.changeSlide())})}bindControlsEvent(){this.nextBtn.addEventListener("click",()=>this.nextSlide()),this.prevBtn.addEventListener("click",()=>this.prevSlide())}bindEventToControl(t){let e=this;t.addEventListener("click",function(){e.direction=this.slideIndex,e.changeSlide()})}move(t){!0===this.direction?(this.current++,this.current>this.len-1&&(this.current=0)):!1===this.direction?(this.current--,this.current<0&&(this.current=this.len-1)):this.current=this.direction,this.revealSlide()}revealSlide(){this.slides[this.current].reveal()}prevSlide(){this.direction=!1,this.changeSlide()}nextSlide(){this.direction=!0,this.changeSlide()}changeSlide(){this.inAnimation||this.slides[this.current].reverse()}}var X=i(1),W=i.n(X);class Y{constructor(t){this.messageArea=t,this.eles=document.getElementsByClassName("comment__smiley"),this.container=document.getElementById("smileyContainer"),this.box=document.getElementById("smileyBox"),this.smileys={},this.isHidden=!0;let e=this;for(let t of this.eles){var i=t.getAttribute("data-smiley"),n=t.getAttribute("data-src");this.smileys[i]=n,t.onclick=function(t){t.preventDefault();let i=this.getAttribute("data-smiley");e.insert(i)}}this.container.addEventListener("mouseenter",()=>{this.isHidden&&this.show()}),this.container.addEventListener("mouseleave",()=>{this.isHidden||this.hide()})}show(){this.isHidden=!1,this.box.style.display="block"}hide(){this.isHidden=!0,this.box.style.display="none"}insert(t){t=" "+t+" ",this.messageArea.value+=t,this.messageArea.focus()}parse(t){var e=this;return t.replace(/:[a-z]+:/,t=>'<img src="'+e.smileys[t]+'"/>')}}var U=i(3),$=i.n(U),V=class{constructor(t,e,i=""){this.name=t,this.email=e,this.url=i,this.avatar=this.get_avatar(),this.EXPIRE_DAYS=365}save(){W.a.set("name",this.name,{expires:this.EXPIRE_DAYS}),W.a.set("email",this.email,{expires:this.EXPIRE_DAYS}),W.a.set("url",this.url,{expires:this.EXPIRE_DAYS})}set_name(t){this.name=t,W.a.set("name",this.name,{expires:this.EXPIRE_DAYS})}set_email(t){this.email=t,this.avatar=this.get_avatar(),W.a.set("email",this.email,{expires:this.EXPIRE_DAYS})}set_url(t){this.url=t,W.a.set("url",this.url,{expires:this.EXPIRE_DAYS})}get_avatar(){var t="https://www.gravatar.com/avatar/";return t+=$()(this.email),t+="?d=mm&s=45"}};const G={yy:"year",mm:"month",dd:"day",HH:"hour",MM:"minute",SS:"seconds"};class Z{constructor(t){this.time=new Date(t),this.metas=this.getDateMetas()}getDateMetas(){return{year:this.time.getFullYear(),month:this.time.getMonth()+1,day:this.time.getDate(),hour:this.time.getHours(),minute:this.time.getMinutes(),seconds:this.time.getSeconds()}}coverZero(t){return(t+="").length<2&&(t="0"+t),t}parse(t){for(let i in G){var e=this.metas[G[i]];"year"!=G[i]&&(e=this.coverZero(e)),t=t.replace(i,e)}return t}getTimestamp(){return this.time.getTime()}}const Q=i(7);window.jQuery=Q;const J="Enmmm..",K="Something wrong!",tt="Go!",et="Going..";const it=t=>{let e=0,i=0;return t||(t=window.event),t.pageX||t.pageY?(e=t.pageX,i=t.pageY):(t.clientX||t.clientY)&&(e=t.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,i=t.clientY+document.body.scrollTop+document.documentElement.scrollTop),{x:e,y:i}};class nt{constructor(t){this.DOM={el:t},this.DOM.el.dataset.img&&(this.DOM.reveal=document.createElement("div"),this.DOM.reveal.className="hover-reveal",this.DOM.reveal.innerHTML=`<div class="hover-reveal__inner"><div class="hover-reveal__img" style="background-image:url(${this.DOM.el.dataset.img})"></div></div>`,this.DOM.el.appendChild(this.DOM.reveal),this.DOM.revealInner=this.DOM.reveal.querySelector(".hover-reveal__inner"),this.DOM.revealInner.style.overflow="hidden",this.DOM.revealImg=this.DOM.revealInner.querySelector(".hover-reveal__img"),this.initEvents())}initEvents(){this.positionElement=t=>{const e=it(t),i=document.body.scrollLeft+document.documentElement.scrollLeft,n=document.body.scrollTop+document.documentElement.scrollTop;this.DOM.reveal.style.top=`${e.y+20-n}px`,this.DOM.reveal.style.left=`${e.x+20-i}px`},this.mouseenterFn=t=>{this.positionElement(t),this.showImage()},this.mousemoveFn=t=>requestAnimationFrame(()=>{this.positionElement(t)}),this.mouseleaveFn=()=>{this.hideImage()},this.DOM.el.addEventListener("mouseenter",this.mouseenterFn),this.DOM.el.addEventListener("mousemove",this.mousemoveFn),this.DOM.el.addEventListener("mouseleave",this.mouseleaveFn)}showImage(){B.killTweensOf(this.DOM.revealInner),B.killTweensOf(this.DOM.revealImg),this.tl=new p({onStart:()=>{this.DOM.reveal.style.opacity=1,B.set(this.DOM.el,{zIndex:1e3})}}).add("begin").add(new B(this.DOM.revealInner,.2,{ease:N.easeOut,startAt:{x:"-100%"},x:"0%"}),"begin").add(new B(this.DOM.revealImg,.2,{ease:N.easeOut,startAt:{x:"100%"},x:"0%"}),"begin")}hideImage(){B.killTweensOf(this.DOM.revealInner),B.killTweensOf(this.DOM.revealImg),this.tl=new p({onStart:()=>{B.set(this.DOM.el,{zIndex:999})},onComplete:()=>{B.set(this.DOM.el,{zIndex:""}),B.set(this.DOM.reveal,{opacity:0})}}).add("begin").add(new B(this.DOM.revealInner,.2,{ease:N.easeOut,x:"100%"}),"begin").add(new B(this.DOM.revealImg,.2,{ease:N.easeOut,x:"-100%"}),"begin")}}class rt{constructor(){this.categories=document.getElementsByClassName("category"),this.posts=document.getElementsByClassName("post__list_item"),this.init();let t=this;for(let e of this.categories)e.addEventListener("click",function(){this!=t.current&&t.change(this)});for(let e of this.posts)new nt(e),e.onmouseenter=function(e){t.fadeAll(e.target)},e.onmouseleave=function(e){t.unFadeAll()}}init(){let t=window.location.hash.slice(1);if(this.current=this.categories[0],""!=t)for(let e of this.categories){if(t==encodeURI(e.getAttribute("data-category")))return void this.change(e)}}filter(t){for(let e of this.posts){e.getAttribute("data-category").indexOf(t)>-1||"all"==t?e.style.display="block":e.style.display="none"}}fadeAll(t){for(let e of this.posts)e!=t&&e.classList.add("fade")}unFadeAll(){for(let t of this.posts)t.classList.remove("fade")}change(t){this.current.classList.remove("active"),this.current=t,t.classList.add("active"),this.filter(t.getAttribute("data-category"))}}i(8);document.getElementById("bookSummary")&&new class{constructor(){this.toggler=document.getElementById("summaryToggler"),this.main=document.getElementById("bookMain"),this.isOpen=!1,this.toggler&&this.toggler.addEventListener("click",t=>{this.toggle(t)})}toggle(t){t.preventDefault(),this.isOpen?(this.main.classList.remove("with-summary"),this.toggler.classList.remove("active"),this.isOpen=!1):(this.main.classList.add("with-summary"),this.toggler.classList.add("active"),this.isOpen=!0)}},document.getElementById("sectionContainer")&&new H,document.getElementById("postArchive")&&new rt,document.getElementById("commentContainer")&&new class{constructor(){this.list=document.getElementById("commentsList"),this.form=document.getElementById("newComment"),this.postURL=this.form.action,this.nameInput=document.getElementsByName("fields[name]")[0],this.emailInput=document.getElementsByName("fields[email]")[0],this.urlInput=document.getElementsByName("fields[url]")[0],this.parentInput=document.getElementsByName("fields[parent]")[0],this.replyToInput=document.getElementsByName("options[replyTo]")[0],this.messageArea=document.getElementsByName("fields[message]")[0],document.getElementById("smileyContainer")&&(this.smiley=new Y(this.messageArea)),this.hintContainer=document.getElementById("commentHint"),this.avatarImg=document.getElementById("visitorAvatar"),this.submitBtn=document.getElementById("submitBtn"),this.visitor=this.getVisitor(),this.visitor&&this.initVisitorInfo(),this.disableBtn(),this.messageArea.addEventListener("input",t=>{this.messageArea.value.length>0&&this.submitBtn.disabled?this.enableBtn():0!=this.messageArea.value.length||this.submitBtn.disabled||this.disableBtn()}),this.form.addEventListener("submit",t=>{if(t.preventDefault(),!this.isValidate())return;this.visitor?this.checkVisitorInfo():this.newVisitor(),this.disableBtn(!0);const e=Q(this.form).serialize();this.sendRequest(e)}),Q(".reply-btn").on("click",t=>{let e=t.target.getAttribute("data-reply-to"),i=t.target.getAttribute("data-reply-id");this.reply(e,i)})}newVisitor(){this.visitor=new V(this.nameInput.value,this.emailInput.value,this.urlInput.value),this.visitor.save()}getVisitor(){let t=W.a.get("name"),e=W.a.get("email"),i=W.a.get("url");if(t)return new V(t,e,i)}checkVisitorInfo(){this.visitor.name!=this.nameInput.value&&this.visitor.set_name(this.nameInput.value),this.visitor.email!=this.emailInput.value&&this.visitor.set_email(this.emailInput.value),this.visitor.url!=this.urlInput.value&&this.visitor.set_url(this.urlInput.value)}initVisitorInfo(){this.nameInput.value=this.visitor.name,this.emailInput.value=this.visitor.email||"",this.urlInput.value=this.visitor.url||"",this.avatarImg.src=this.visitor.avatar}sendRequest(t){Q.ajax({url:this.postURL,type:"post",data:t,success:t=>{this.disableBtn(),this.addComment(t.fields),this.clearMessage()},error:()=>{this.enableBtn(),this.showError(K)}})}showError(t){this.hintContainer.innerText=t,this.hintContainer.classList.add("comment__error")}clearError(){this.hintContainer.innerText="",this.hintContainer.classList.remove("comment__error")}addComment(t){let e,i=this.parseComment(t);t.parent?(e=document.getElementById("comment-"+t.parent)).append(i):(e=this.list).insertBefore(i,e.childNodes[0]),this.scrollTo(i)}parseComment(t){let e=document.createElement("div");e.classList.add("comment","comment_new","clearfix");let i,n='<div class="comment-main"><div class="comment-left"><div class="comment__avatar"><img src="https://www.gravatar.com/avatar/'+t.email+'?d=mm&s=45"></div></div>';return n+='<div class="comment-right"><div class="comment__meta">',n+='<span class="comment__author">'+t.name+"</span>",n+='<span class="comment__date">'+new Z(1e3*t.date).parse("yy-mm-dd HH:MM")+"</span>",n+="</div>",n+='<div class="comment__content">'+(i=this.smiley?this.smiley.parse(t.message):t.message)+"</div></div>",e.innerHTML=n,e}isValidate(){return!!(this.nameInput.value&&this.emailInput.value&&this.messageArea.value)}clearMessage(){this.messageArea.innerText="",this.messageArea.value="",this.parentInput.value="",this.replyToInput.value="",this.hintContainer.innerText="",this.clearError()}disableBtn(t=!1){this.submitBtn.disabled=!0,this.submitBtn.innerHTML=t?et:J}enableBtn(){this.submitBtn.disabled=!1,this.submitBtn.innerHTML=tt}reply(t,e){let i=document.querySelector("#comment-"+t+" .comment__author").innerText;this.hintContainer.innerText="@"+i,this.parentInput.value=t,this.replyToInput.value=e,this.messageArea.focus()}cancleReply(){this.parentInput.value="",this.hintContainer.innerText=""}scrollTo(t){let e=t.offsetTop;Q("html, body").animate({scrollTop:e},450)}},function(){let t=document.getElementsByClassName("language-mermaid");for(;t.length>0;){let e=t[0],i=e.innerText,n=document.createElement("div");n.className="mermaid",n.innerHTML=i;let r=e.parentNode;for(;"DIV"!=r.tagName;)r=r.parentNode;r.replaceChild(n,e.parentNode)}}()}]);
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-persephone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - erlzhang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-11 00:00:00.000000000 Z
11
+ date: 2020-05-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: