From b92387d9153d445e1a1f4a41805cdd8d6108e8e2 Mon Sep 17 00:00:00 2001 From: WHMCS Development Team Date: Wed, 25 Oct 2017 10:45:01 -0500 Subject: [PATCH] Version 7.4.0-beta.1 --- creditcard.tpl | 4 + css/all.css | 1014 ++++++++++++++++++++++++- css/all.min.css | 2 +- css/index.php | 2 + css/styles.css | 21 +- error/index.php | 2 + fonts/index.php | 2 + img/flags.png | Bin 0 -> 65960 bytes img/flags@2x.png | Bin 0 -> 173609 bytes img/index.php | 2 + includes/index.php | 2 + index.php | 2 + js/index.php | 2 + js/scripts.js | 1815 +++++++++++++++++++++++++++++++++++++++++++- js/scripts.min.js | 29 +- knowledgebase.tpl | 2 +- oauth/index.php | 2 + store/index.php | 2 + 18 files changed, 2865 insertions(+), 40 deletions(-) create mode 100644 css/index.php create mode 100644 error/index.php create mode 100644 fonts/index.php create mode 100644 img/flags.png create mode 100644 img/flags@2x.png create mode 100644 img/index.php create mode 100644 includes/index.php create mode 100644 index.php create mode 100644 js/index.php create mode 100644 oauth/index.php create mode 100644 store/index.php diff --git a/creditcard.tpl b/creditcard.tpl index d04b5366..e8df2023 100644 --- a/creditcard.tpl +++ b/creditcard.tpl @@ -15,6 +15,10 @@ {else} + +
diff --git a/css/all.css b/css/all.css index e4a00d8d..b04d61b8 100644 --- a/css/all.css +++ b/css/all.css @@ -9094,6 +9094,986 @@ button.close { clip: auto; } +/** + * Variables declared here can be overridden by consuming applications, with + * the help of the `!default` flag. + * + * @example + * // overriding $hoverColor + * $hoverColor: rgba(red, 0.05); + * + * // overriding image path + * $flagsImagePath: "images/"; + * + * // import the scss file after the overrides + * @import "bower_component/intl-tel-input/src/css/intlTelInput"; + */ +.intl-tel-input { + position: relative; + display: inline-block; } + .intl-tel-input * { + box-sizing: border-box; + -moz-box-sizing: border-box; } + .intl-tel-input .hide { + display: none; } + .intl-tel-input .v-hide { + visibility: hidden; } + .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] { + position: relative; + z-index: 0; + margin-top: 0 !important; + margin-bottom: 0 !important; + padding-right: 36px; + margin-right: 0; } + .intl-tel-input .flag-container { + position: absolute; + top: 0; + bottom: 0; + right: 0; + padding: 1px; } + .intl-tel-input .selected-flag { + z-index: 1; + position: relative; + width: 36px; + height: 100%; + padding: 0 0 0 8px; } + .intl-tel-input .selected-flag .iti-flag { + position: absolute; + top: 0; + bottom: 0; + margin: auto; } + .intl-tel-input .selected-flag .iti-arrow { + position: absolute; + top: 50%; + margin-top: -2px; + right: 6px; + width: 0; + height: 0; + border-left: 3px solid transparent; + border-right: 3px solid transparent; + border-top: 4px solid #555; } + .intl-tel-input .selected-flag .iti-arrow.up { + border-top: none; + border-bottom: 4px solid #555; } + .intl-tel-input .country-list { + position: absolute; + z-index: 2; + list-style: none; + text-align: left; + padding: 0; + margin: 0 0 0 -1px; + box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); + background-color: white; + border: 1px solid #CCC; + white-space: nowrap; + max-height: 200px; + overflow-y: scroll; } + .intl-tel-input .country-list.dropup { + bottom: 100%; + margin-bottom: -1px; } + .intl-tel-input .country-list .flag-box { + display: inline-block; + width: 20px; } + @media (max-width: 500px) { + .intl-tel-input .country-list { + white-space: normal; } } + .intl-tel-input .country-list .divider { + padding-bottom: 5px; + margin-bottom: 5px; + border-bottom: 1px solid #CCC; } + .intl-tel-input .country-list .country { + padding: 5px 10px; } + .intl-tel-input .country-list .country .dial-code { + color: #999; } + .intl-tel-input .country-list .country.highlight { + background-color: rgba(0, 0, 0, 0.05); } + .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code { + vertical-align: middle; } + .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name { + margin-right: 6px; } + .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] { + padding-right: 6px; + padding-left: 52px; + margin-left: 0; } + .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container { + right: auto; + left: 0; } + .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag { + width: 46px; } + .intl-tel-input.allow-dropdown .flag-container:hover { + cursor: pointer; } + .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag { + background-color: rgba(0, 0, 0, 0.05); } + .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover { + cursor: default; } + .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag { + background-color: transparent; } + .intl-tel-input.separate-dial-code .selected-flag { + background-color: rgba(0, 0, 0, 0.05); + display: table; } + .intl-tel-input.separate-dial-code .selected-dial-code { + display: table-cell; + vertical-align: middle; + padding-left: 28px; } + .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] { + padding-left: 66px; } + .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag { + width: 60px; } + .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] { + padding-left: 76px; } + .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag { + width: 70px; } + .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] { + padding-left: 74px; } + .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag { + width: 68px; } + .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] { + padding-left: 84px; } + .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag { + width: 78px; } + .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] { + padding-left: 82px; } + .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag { + width: 76px; } + .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] { + padding-left: 92px; } + .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag { + width: 86px; } + .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] { + padding-left: 90px; } + .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag { + width: 84px; } + .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] { + padding-left: 100px; } + .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag { + width: 94px; } + .intl-tel-input.iti-container { + position: absolute; + top: -1000px; + left: -1000px; + z-index: 1060; + padding: 1px; } + .intl-tel-input.iti-container:hover { + cursor: pointer; } + +.iti-mobile .intl-tel-input.iti-container { + top: 30px; + bottom: 30px; + left: 30px; + right: 30px; + position: fixed; } + +.iti-mobile .intl-tel-input .country-list { + max-height: 100%; + width: 100%; } + .iti-mobile .intl-tel-input .country-list .country { + padding: 10px 10px; + line-height: 1.5em; } + +.iti-flag { + width: 20px; } + .iti-flag.be { + width: 18px; } + .iti-flag.ch { + width: 15px; } + .iti-flag.mc { + width: 19px; } + .iti-flag.ne { + width: 18px; } + .iti-flag.np { + width: 13px; } + .iti-flag.va { + width: 15px; } + @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { + .iti-flag { + background-size: 5630px 15px; } } + .iti-flag.ac { + height: 10px; + background-position: 0px 0px; } + .iti-flag.ad { + height: 14px; + background-position: -22px 0px; } + .iti-flag.ae { + height: 10px; + background-position: -44px 0px; } + .iti-flag.af { + height: 14px; + background-position: -66px 0px; } + .iti-flag.ag { + height: 14px; + background-position: -88px 0px; } + .iti-flag.ai { + height: 10px; + background-position: -110px 0px; } + .iti-flag.al { + height: 15px; + background-position: -132px 0px; } + .iti-flag.am { + height: 10px; + background-position: -154px 0px; } + .iti-flag.ao { + height: 14px; + background-position: -176px 0px; } + .iti-flag.aq { + height: 14px; + background-position: -198px 0px; } + .iti-flag.ar { + height: 13px; + background-position: -220px 0px; } + .iti-flag.as { + height: 10px; + background-position: -242px 0px; } + .iti-flag.at { + height: 14px; + background-position: -264px 0px; } + .iti-flag.au { + height: 10px; + background-position: -286px 0px; } + .iti-flag.aw { + height: 14px; + background-position: -308px 0px; } + .iti-flag.ax { + height: 13px; + background-position: -330px 0px; } + .iti-flag.az { + height: 10px; + background-position: -352px 0px; } + .iti-flag.ba { + height: 10px; + background-position: -374px 0px; } + .iti-flag.bb { + height: 14px; + background-position: -396px 0px; } + .iti-flag.bd { + height: 12px; + background-position: -418px 0px; } + .iti-flag.be { + height: 15px; + background-position: -440px 0px; } + .iti-flag.bf { + height: 14px; + background-position: -460px 0px; } + .iti-flag.bg { + height: 12px; + background-position: -482px 0px; } + .iti-flag.bh { + height: 12px; + background-position: -504px 0px; } + .iti-flag.bi { + height: 12px; + background-position: -526px 0px; } + .iti-flag.bj { + height: 14px; + background-position: -548px 0px; } + .iti-flag.bl { + height: 14px; + background-position: -570px 0px; } + .iti-flag.bm { + height: 10px; + background-position: -592px 0px; } + .iti-flag.bn { + height: 10px; + background-position: -614px 0px; } + .iti-flag.bo { + height: 14px; + background-position: -636px 0px; } + .iti-flag.bq { + height: 14px; + background-position: -658px 0px; } + .iti-flag.br { + height: 14px; + background-position: -680px 0px; } + .iti-flag.bs { + height: 10px; + background-position: -702px 0px; } + .iti-flag.bt { + height: 14px; + background-position: -724px 0px; } + .iti-flag.bv { + height: 15px; + background-position: -746px 0px; } + .iti-flag.bw { + height: 14px; + background-position: -768px 0px; } + .iti-flag.by { + height: 10px; + background-position: -790px 0px; } + .iti-flag.bz { + height: 14px; + background-position: -812px 0px; } + .iti-flag.ca { + height: 10px; + background-position: -834px 0px; } + .iti-flag.cc { + height: 10px; + background-position: -856px 0px; } + .iti-flag.cd { + height: 15px; + background-position: -878px 0px; } + .iti-flag.cf { + height: 14px; + background-position: -900px 0px; } + .iti-flag.cg { + height: 14px; + background-position: -922px 0px; } + .iti-flag.ch { + height: 15px; + background-position: -944px 0px; } + .iti-flag.ci { + height: 14px; + background-position: -961px 0px; } + .iti-flag.ck { + height: 10px; + background-position: -983px 0px; } + .iti-flag.cl { + height: 14px; + background-position: -1005px 0px; } + .iti-flag.cm { + height: 14px; + background-position: -1027px 0px; } + .iti-flag.cn { + height: 14px; + background-position: -1049px 0px; } + .iti-flag.co { + height: 14px; + background-position: -1071px 0px; } + .iti-flag.cp { + height: 14px; + background-position: -1093px 0px; } + .iti-flag.cr { + height: 12px; + background-position: -1115px 0px; } + .iti-flag.cu { + height: 10px; + background-position: -1137px 0px; } + .iti-flag.cv { + height: 12px; + background-position: -1159px 0px; } + .iti-flag.cw { + height: 14px; + background-position: -1181px 0px; } + .iti-flag.cx { + height: 10px; + background-position: -1203px 0px; } + .iti-flag.cy { + height: 13px; + background-position: -1225px 0px; } + .iti-flag.cz { + height: 14px; + background-position: -1247px 0px; } + .iti-flag.de { + height: 12px; + background-position: -1269px 0px; } + .iti-flag.dg { + height: 10px; + background-position: -1291px 0px; } + .iti-flag.dj { + height: 14px; + background-position: -1313px 0px; } + .iti-flag.dk { + height: 15px; + background-position: -1335px 0px; } + .iti-flag.dm { + height: 10px; + background-position: -1357px 0px; } + .iti-flag.do { + height: 13px; + background-position: -1379px 0px; } + .iti-flag.dz { + height: 14px; + background-position: -1401px 0px; } + .iti-flag.ea { + height: 14px; + background-position: -1423px 0px; } + .iti-flag.ec { + height: 14px; + background-position: -1445px 0px; } + .iti-flag.ee { + height: 13px; + background-position: -1467px 0px; } + .iti-flag.eg { + height: 14px; + background-position: -1489px 0px; } + .iti-flag.eh { + height: 10px; + background-position: -1511px 0px; } + .iti-flag.er { + height: 10px; + background-position: -1533px 0px; } + .iti-flag.es { + height: 14px; + background-position: -1555px 0px; } + .iti-flag.et { + height: 10px; + background-position: -1577px 0px; } + .iti-flag.eu { + height: 14px; + background-position: -1599px 0px; } + .iti-flag.fi { + height: 12px; + background-position: -1621px 0px; } + .iti-flag.fj { + height: 10px; + background-position: -1643px 0px; } + .iti-flag.fk { + height: 10px; + background-position: -1665px 0px; } + .iti-flag.fm { + height: 11px; + background-position: -1687px 0px; } + .iti-flag.fo { + height: 15px; + background-position: -1709px 0px; } + .iti-flag.fr { + height: 14px; + background-position: -1731px 0px; } + .iti-flag.ga { + height: 15px; + background-position: -1753px 0px; } + .iti-flag.gb { + height: 10px; + background-position: -1775px 0px; } + .iti-flag.gd { + height: 12px; + background-position: -1797px 0px; } + .iti-flag.ge { + height: 14px; + background-position: -1819px 0px; } + .iti-flag.gf { + height: 14px; + background-position: -1841px 0px; } + .iti-flag.gg { + height: 14px; + background-position: -1863px 0px; } + .iti-flag.gh { + height: 14px; + background-position: -1885px 0px; } + .iti-flag.gi { + height: 10px; + background-position: -1907px 0px; } + .iti-flag.gl { + height: 14px; + background-position: -1929px 0px; } + .iti-flag.gm { + height: 14px; + background-position: -1951px 0px; } + .iti-flag.gn { + height: 14px; + background-position: -1973px 0px; } + .iti-flag.gp { + height: 14px; + background-position: -1995px 0px; } + .iti-flag.gq { + height: 14px; + background-position: -2017px 0px; } + .iti-flag.gr { + height: 14px; + background-position: -2039px 0px; } + .iti-flag.gs { + height: 10px; + background-position: -2061px 0px; } + .iti-flag.gt { + height: 13px; + background-position: -2083px 0px; } + .iti-flag.gu { + height: 11px; + background-position: -2105px 0px; } + .iti-flag.gw { + height: 10px; + background-position: -2127px 0px; } + .iti-flag.gy { + height: 12px; + background-position: -2149px 0px; } + .iti-flag.hk { + height: 14px; + background-position: -2171px 0px; } + .iti-flag.hm { + height: 10px; + background-position: -2193px 0px; } + .iti-flag.hn { + height: 10px; + background-position: -2215px 0px; } + .iti-flag.hr { + height: 10px; + background-position: -2237px 0px; } + .iti-flag.ht { + height: 12px; + background-position: -2259px 0px; } + .iti-flag.hu { + height: 10px; + background-position: -2281px 0px; } + .iti-flag.ic { + height: 14px; + background-position: -2303px 0px; } + .iti-flag.id { + height: 14px; + background-position: -2325px 0px; } + .iti-flag.ie { + height: 10px; + background-position: -2347px 0px; } + .iti-flag.il { + height: 15px; + background-position: -2369px 0px; } + .iti-flag.im { + height: 10px; + background-position: -2391px 0px; } + .iti-flag.in { + height: 14px; + background-position: -2413px 0px; } + .iti-flag.io { + height: 10px; + background-position: -2435px 0px; } + .iti-flag.iq { + height: 14px; + background-position: -2457px 0px; } + .iti-flag.ir { + height: 12px; + background-position: -2479px 0px; } + .iti-flag.is { + height: 15px; + background-position: -2501px 0px; } + .iti-flag.it { + height: 14px; + background-position: -2523px 0px; } + .iti-flag.je { + height: 12px; + background-position: -2545px 0px; } + .iti-flag.jm { + height: 10px; + background-position: -2567px 0px; } + .iti-flag.jo { + height: 10px; + background-position: -2589px 0px; } + .iti-flag.jp { + height: 14px; + background-position: -2611px 0px; } + .iti-flag.ke { + height: 14px; + background-position: -2633px 0px; } + .iti-flag.kg { + height: 12px; + background-position: -2655px 0px; } + .iti-flag.kh { + height: 13px; + background-position: -2677px 0px; } + .iti-flag.ki { + height: 10px; + background-position: -2699px 0px; } + .iti-flag.km { + height: 12px; + background-position: -2721px 0px; } + .iti-flag.kn { + height: 14px; + background-position: -2743px 0px; } + .iti-flag.kp { + height: 10px; + background-position: -2765px 0px; } + .iti-flag.kr { + height: 14px; + background-position: -2787px 0px; } + .iti-flag.kw { + height: 10px; + background-position: -2809px 0px; } + .iti-flag.ky { + height: 10px; + background-position: -2831px 0px; } + .iti-flag.kz { + height: 10px; + background-position: -2853px 0px; } + .iti-flag.la { + height: 14px; + background-position: -2875px 0px; } + .iti-flag.lb { + height: 14px; + background-position: -2897px 0px; } + .iti-flag.lc { + height: 10px; + background-position: -2919px 0px; } + .iti-flag.li { + height: 12px; + background-position: -2941px 0px; } + .iti-flag.lk { + height: 10px; + background-position: -2963px 0px; } + .iti-flag.lr { + height: 11px; + background-position: -2985px 0px; } + .iti-flag.ls { + height: 14px; + background-position: -3007px 0px; } + .iti-flag.lt { + height: 12px; + background-position: -3029px 0px; } + .iti-flag.lu { + height: 12px; + background-position: -3051px 0px; } + .iti-flag.lv { + height: 10px; + background-position: -3073px 0px; } + .iti-flag.ly { + height: 10px; + background-position: -3095px 0px; } + .iti-flag.ma { + height: 14px; + background-position: -3117px 0px; } + .iti-flag.mc { + height: 15px; + background-position: -3139px 0px; } + .iti-flag.md { + height: 10px; + background-position: -3160px 0px; } + .iti-flag.me { + height: 10px; + background-position: -3182px 0px; } + .iti-flag.mf { + height: 14px; + background-position: -3204px 0px; } + .iti-flag.mg { + height: 14px; + background-position: -3226px 0px; } + .iti-flag.mh { + height: 11px; + background-position: -3248px 0px; } + .iti-flag.mk { + height: 10px; + background-position: -3270px 0px; } + .iti-flag.ml { + height: 14px; + background-position: -3292px 0px; } + .iti-flag.mm { + height: 14px; + background-position: -3314px 0px; } + .iti-flag.mn { + height: 10px; + background-position: -3336px 0px; } + .iti-flag.mo { + height: 14px; + background-position: -3358px 0px; } + .iti-flag.mp { + height: 10px; + background-position: -3380px 0px; } + .iti-flag.mq { + height: 14px; + background-position: -3402px 0px; } + .iti-flag.mr { + height: 14px; + background-position: -3424px 0px; } + .iti-flag.ms { + height: 10px; + background-position: -3446px 0px; } + .iti-flag.mt { + height: 14px; + background-position: -3468px 0px; } + .iti-flag.mu { + height: 14px; + background-position: -3490px 0px; } + .iti-flag.mv { + height: 14px; + background-position: -3512px 0px; } + .iti-flag.mw { + height: 14px; + background-position: -3534px 0px; } + .iti-flag.mx { + height: 12px; + background-position: -3556px 0px; } + .iti-flag.my { + height: 10px; + background-position: -3578px 0px; } + .iti-flag.mz { + height: 14px; + background-position: -3600px 0px; } + .iti-flag.na { + height: 14px; + background-position: -3622px 0px; } + .iti-flag.nc { + height: 10px; + background-position: -3644px 0px; } + .iti-flag.ne { + height: 15px; + background-position: -3666px 0px; } + .iti-flag.nf { + height: 10px; + background-position: -3686px 0px; } + .iti-flag.ng { + height: 10px; + background-position: -3708px 0px; } + .iti-flag.ni { + height: 12px; + background-position: -3730px 0px; } + .iti-flag.nl { + height: 14px; + background-position: -3752px 0px; } + .iti-flag.no { + height: 15px; + background-position: -3774px 0px; } + .iti-flag.np { + height: 15px; + background-position: -3796px 0px; } + .iti-flag.nr { + height: 10px; + background-position: -3811px 0px; } + .iti-flag.nu { + height: 10px; + background-position: -3833px 0px; } + .iti-flag.nz { + height: 10px; + background-position: -3855px 0px; } + .iti-flag.om { + height: 10px; + background-position: -3877px 0px; } + .iti-flag.pa { + height: 14px; + background-position: -3899px 0px; } + .iti-flag.pe { + height: 14px; + background-position: -3921px 0px; } + .iti-flag.pf { + height: 14px; + background-position: -3943px 0px; } + .iti-flag.pg { + height: 15px; + background-position: -3965px 0px; } + .iti-flag.ph { + height: 10px; + background-position: -3987px 0px; } + .iti-flag.pk { + height: 14px; + background-position: -4009px 0px; } + .iti-flag.pl { + height: 13px; + background-position: -4031px 0px; } + .iti-flag.pm { + height: 14px; + background-position: -4053px 0px; } + .iti-flag.pn { + height: 10px; + background-position: -4075px 0px; } + .iti-flag.pr { + height: 14px; + background-position: -4097px 0px; } + .iti-flag.ps { + height: 10px; + background-position: -4119px 0px; } + .iti-flag.pt { + height: 14px; + background-position: -4141px 0px; } + .iti-flag.pw { + height: 13px; + background-position: -4163px 0px; } + .iti-flag.py { + height: 11px; + background-position: -4185px 0px; } + .iti-flag.qa { + height: 8px; + background-position: -4207px 0px; } + .iti-flag.re { + height: 14px; + background-position: -4229px 0px; } + .iti-flag.ro { + height: 14px; + background-position: -4251px 0px; } + .iti-flag.rs { + height: 14px; + background-position: -4273px 0px; } + .iti-flag.ru { + height: 14px; + background-position: -4295px 0px; } + .iti-flag.rw { + height: 14px; + background-position: -4317px 0px; } + .iti-flag.sa { + height: 14px; + background-position: -4339px 0px; } + .iti-flag.sb { + height: 10px; + background-position: -4361px 0px; } + .iti-flag.sc { + height: 10px; + background-position: -4383px 0px; } + .iti-flag.sd { + height: 10px; + background-position: -4405px 0px; } + .iti-flag.se { + height: 13px; + background-position: -4427px 0px; } + .iti-flag.sg { + height: 14px; + background-position: -4449px 0px; } + .iti-flag.sh { + height: 10px; + background-position: -4471px 0px; } + .iti-flag.si { + height: 10px; + background-position: -4493px 0px; } + .iti-flag.sj { + height: 15px; + background-position: -4515px 0px; } + .iti-flag.sk { + height: 14px; + background-position: -4537px 0px; } + .iti-flag.sl { + height: 14px; + background-position: -4559px 0px; } + .iti-flag.sm { + height: 15px; + background-position: -4581px 0px; } + .iti-flag.sn { + height: 14px; + background-position: -4603px 0px; } + .iti-flag.so { + height: 14px; + background-position: -4625px 0px; } + .iti-flag.sr { + height: 14px; + background-position: -4647px 0px; } + .iti-flag.ss { + height: 10px; + background-position: -4669px 0px; } + .iti-flag.st { + height: 10px; + background-position: -4691px 0px; } + .iti-flag.sv { + height: 12px; + background-position: -4713px 0px; } + .iti-flag.sx { + height: 14px; + background-position: -4735px 0px; } + .iti-flag.sy { + height: 14px; + background-position: -4757px 0px; } + .iti-flag.sz { + height: 14px; + background-position: -4779px 0px; } + .iti-flag.ta { + height: 10px; + background-position: -4801px 0px; } + .iti-flag.tc { + height: 10px; + background-position: -4823px 0px; } + .iti-flag.td { + height: 14px; + background-position: -4845px 0px; } + .iti-flag.tf { + height: 14px; + background-position: -4867px 0px; } + .iti-flag.tg { + height: 13px; + background-position: -4889px 0px; } + .iti-flag.th { + height: 14px; + background-position: -4911px 0px; } + .iti-flag.tj { + height: 10px; + background-position: -4933px 0px; } + .iti-flag.tk { + height: 10px; + background-position: -4955px 0px; } + .iti-flag.tl { + height: 10px; + background-position: -4977px 0px; } + .iti-flag.tm { + height: 14px; + background-position: -4999px 0px; } + .iti-flag.tn { + height: 14px; + background-position: -5021px 0px; } + .iti-flag.to { + height: 10px; + background-position: -5043px 0px; } + .iti-flag.tr { + height: 14px; + background-position: -5065px 0px; } + .iti-flag.tt { + height: 12px; + background-position: -5087px 0px; } + .iti-flag.tv { + height: 10px; + background-position: -5109px 0px; } + .iti-flag.tw { + height: 14px; + background-position: -5131px 0px; } + .iti-flag.tz { + height: 14px; + background-position: -5153px 0px; } + .iti-flag.ua { + height: 14px; + background-position: -5175px 0px; } + .iti-flag.ug { + height: 14px; + background-position: -5197px 0px; } + .iti-flag.um { + height: 11px; + background-position: -5219px 0px; } + .iti-flag.us { + height: 11px; + background-position: -5241px 0px; } + .iti-flag.uy { + height: 14px; + background-position: -5263px 0px; } + .iti-flag.uz { + height: 10px; + background-position: -5285px 0px; } + .iti-flag.va { + height: 15px; + background-position: -5307px 0px; } + .iti-flag.vc { + height: 14px; + background-position: -5324px 0px; } + .iti-flag.ve { + height: 14px; + background-position: -5346px 0px; } + .iti-flag.vg { + height: 10px; + background-position: -5368px 0px; } + .iti-flag.vi { + height: 14px; + background-position: -5390px 0px; } + .iti-flag.vn { + height: 14px; + background-position: -5412px 0px; } + .iti-flag.vu { + height: 12px; + background-position: -5434px 0px; } + .iti-flag.wf { + height: 14px; + background-position: -5456px 0px; } + .iti-flag.ws { + height: 10px; + background-position: -5478px 0px; } + .iti-flag.xk { + height: 15px; + background-position: -5500px 0px; } + .iti-flag.ye { + height: 14px; + background-position: -5522px 0px; } + .iti-flag.yt { + height: 14px; + background-position: -5544px 0px; } + .iti-flag.za { + height: 14px; + background-position: -5566px 0px; } + .iti-flag.zm { + height: 14px; + background-position: -5588px 0px; } + .iti-flag.zw { + height: 10px; + background-position: -5610px 0px; } + +.iti-flag { + width: 20px; + height: 15px; + box-shadow: 0px 0px 1px 0px #888; + background-image: url("../img/flags.png"); + background-repeat: no-repeat; + background-color: #DBDBDB; + background-position: 20px 0; } + @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { + .iti-flag { + background-image: url("../img/flags@2x.png"); } } + +.iti-flag.np { + background-color: transparent; } + /** * WHMCS Bootstrap Override Sheet * @@ -9716,7 +10696,7 @@ section#home-banner .btn.transfer { } } -@media (max-width: 768px) { +@media (max-width: 767px) { section#home-banner h2 { font-size: 22px; } @@ -10217,6 +11197,7 @@ div.domainresults table tr td { .domain-checker-container .input-group-box { margin: 0 auto; padding: 10px; + width: 100%; background-color: #fff; -moz-border-radius: 10px; -webkit-border-radius: 10px; @@ -10231,6 +11212,22 @@ div.domainresults table tr td { z-index:100; } +@media (max-width: 767px) { + .domain-checker-container .input-group-box .input-group-btn { + display: block; + width: 100%; + } + .domain-checker-container .input-group-box .input-group-btn .btn { + width: 100%; + border-radius: 6px; + } + .domain-checker-container .input-group-box .form-control { + border-radius: 6px !important; + margin-bottom: 5px; + float: none; + } +} + .domain-check-availability { width: 100px; } @@ -12099,7 +13096,7 @@ div.md-editor.active { margin-bottom: 10px; text-align: center; } -@media (max-width: 768px) { +@media (max-width: 767px) { .promo-banner form { text-align: center; } @@ -12539,6 +13536,19 @@ div.md-editor.active { font-size: 12px; } +/** + * WHMCS Telephone Country Code Dropdown + * + * Using https://github.com/jackocnr/intl-tel-input + * + * @copyright Copyright (c) WHMCS Limited 2005-2017 + * @license http://www.whmcs.com/license/ WHMCS Eula + */ + +.intl-tel-input { + width: 100%; +} + /* ======================================================================== * bootstrap-switch - v3.3.2 * http://www.bootstrap-switch.org diff --git a/css/all.min.css b/css/all.min.css index 767965e5..2a2e1f82 100644 --- a/css/all.min.css +++ b/css/all.min.css @@ -5,4 +5,4 @@ *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;opacity:0;line-break:auto}.tooltip.in{opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}body,button,input,select,textarea{font-family:"Open Sans",Verdana,Tahoma,serif;color:#333}h1,h2,h3,h4,h5,h6{font-family:Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700}.container-fluid.without-padding{padding-left:0;padding-right:0;overflow-x:hidden}.navbar-main{margin-bottom:0;background-color:#0e5077;border:0;min-height:38px;font-family:Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px}.navbar-main li.account{background-color:#043d5f}.navbar-main .navbar-nav>li>a{color:#fff}.navbar-main .navbar-nav>li>a{padding-top:9px;padding-bottom:9px}.navbar-main .navbar-nav>.active>a,.navbar-main .navbar-nav>.active>a:focus,.navbar-main .navbar-nav>.active>a:hover,.navbar-main .navbar-nav>.open>a,.navbar-main .navbar-nav>.open>a:focus,.navbar-main .navbar-nav>.open>a:hover,.navbar-main .navbar-nav>li>a:focus,.navbar-main .navbar-nav>li>a:hover{color:#eee;background-color:#043d5f}#main-menu .navbar-nav{margin-left:-15px;margin-right:-15px}.navbar-main .dropdown-menu{padding:3px 0;border-top:0;border-radius:0}.navbar-main .navbar-nav .dropdown-menu>.active>a,.navbar-main .navbar-nav .dropdown-menu>.active>a:focus,.navbar-main .navbar-nav .dropdown-menu>.active>a:hover,.navbar-main .navbar-nav .dropdown-menu>.open>a,.navbar-main .navbar-nav .dropdown-menu>.open>a:focus,.navbar-main .navbar-nav .dropdown-menu>.open>a:hover,.navbar-main .navbar-nav .dropdown-menu>li>a:focus,.navbar-main .navbar-nav .dropdown-menu>li>a:hover{color:#333;background-color:#eee}@media (max-width:767px){.navbar-main .navbar-nav .open .dropdown-menu>li>a{color:#ddd}.navbar-main .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff}}@media (max-width:991px){.navbar-header{float:none}.navbar-left,.navbar-right{float:none!important}.navbar-toggle{display:block}.navbar-collapse{border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-collapse.collapse{display:none!important}.navbar-nav{float:none!important;margin-top:7px}.navbar-nav>li{float:none}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px}.collapse.in{display:block!important;margin-bottom:10px}}.panel{font-size:.9em}.list-group{font-size:.9em}.list-group-item{border-color:#f5f5f5}.list-group-item .badge{background-color:transparent;color:#666}a.list-group-item.active,a.list-group-item.active:focus,a.list-group-item.active:hover{background-color:#465054;border-color:#465054}.pagination{font-size:.8em}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{color:#fff;background-color:#006687;border-color:#006687}.dropdown-menu>li>a:focus,.navbar-main .dropdown-menu>li>a:hover{text-decoration:none;color:#fff;background-color:#006687}.label{border-radius:0}input[type=file].form-control{height:inherit;margin-bottom:5px}.list-group-item{padding:7px 15px}.panel-body{padding:10px 15px}.has-feedback label~.form-control-feedback{top:27px!important}.list-group-item>i.fa.fa-circle-o{color:grey}.btn{overflow:hidden}body,html{height:100%}body{background-color:#f8f8f8}h1,h2,h3,h4,h5,h6{font-weight:400}a{color:#058}section#header{margin:0;padding:10px 0;background-color:#fff;border-radius:5px 5px 0 0}section#header .logo img{margin:0;padding:0;max-height:50px;vertical-align:middle}section#header .logo-text{font-family:Raleway;font-weight:400;font-size:2.6em;white-space:nowrap}section#header .search{margin:20px 0}section#header .search .form-control{border-color:#eee;box-shadow:none}section#header .search .btn{background-color:#eee;border-color:#eee;color:#888}section#main-body{margin:0;padding:20px 0;min-height:350px;background-color:#fff}section#main-content{margin-bottom:60px}.main-content{margin-bottom:60px;min-height:300px}section#footer{margin:0;padding:20px 10px;background-color:#f8f8f8;border-top:1px solid #ddd;color:#666;font-size:.9em}section#footer p{margin:0}@media (min-width:450px){section#footer{line-height:32px}}section#footer .back-to-top{float:right}section#footer .back-to-top i{padding:10px;background-color:#ddd;color:#888;border-radius:3px;opacity:.7}.adminreturndiv{display:none!important}.alert-bordered-left{border:0;border-left:3px solid;border-radius:0;text-align:left}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar-main>li.dropdown:hover>ul.dropdown-menu{display:block}.navbar-main .navbar-toggle{border-color:transparent}.navbar-main .navbar-toggle .icon-bar{background-color:#eee}.navbar-main .navbar-toggle:focus,.navbar-main .navbar-toggle:hover{background-color:transparent}.navbar-main .navbar-toggle:focus .icon-bar,.navbar-main .navbar-toggle:hover .icon-bar{background-color:#bbb}@media (max-width:991px){.navbar-main .navbar-nav>li>a{padding:3px 20px}.navbar-main .open .dropdown-menu .dropdown-header,.navbar-main .open .dropdown-menu>li>a{padding:3px 25px}}div.header-lined h1{margin-top:0;margin-bottom:15px;padding:6px 0;border-bottom:1px solid #ccc;font-weight:400;color:#058}div.header-lined .breadcrumb{margin-top:-15px;padding-left:0;background:0 0;font-size:.8em;border-radius:0 0 4px 4px}div.header-lined .breadcrumb li a{color:#888}div.header-lined .breadcrumb>.active{color:#0e5077}div.header-lined small{white-space:nowrap;overflow:hidden}@media (max-width:600px){.h1,h1{font-size:26px}.h2,h2{font-size:20px}.h3,h3{font-size:16px}.h4,h4{font-size:14px}.h5,h5{font-size:12px}.h6,h6{font-size:11px}div.header-lined small{display:none}}@media (min-width:380px){.btn-input-padded-responsive{padding-left:20px;padding-right:20px}}@media (min-width:500px){.btn-input-padded-responsive{padding-left:35px;padding-right:35px}}.margin-10{margin:10px}.margin-bottom{margin-bottom:20px}.margin-top-5{margin-top:5px}.margin-bottom-5{margin-bottom:5px}.col-button-left{padding-left:0;padding-right:7px}.col-button-right{padding-left:7px;padding-right:0}.input-inline{display:inline-block}.input-inline-100{width:100px}.select-inline{display:inline-block;width:auto}@media (min-width:992px){.pull-md-left{float:left}.pull-md-right{float:right}}@media (min-width:768px){.pull-sm-left{float:left}.pull-sm-right{float:right}.text-right-sm{text-align:right}}.logincontainer{margin:40px auto 100px auto;padding:0 10px;max-width:500px}.logincontainer.with-social{max-width:650px}.logincontainer .social-signin-btns{padding:23px 0}@media (max-width:500px){.logincontainer .social-signin-btns .btn{display:block;width:100%}}@media (max-width:600px){.logincontainer{margin:0 auto 30px auto}}@media (min-width:768px){.logincontainer.with-social .login-form{padding-right:29px;border-right:1px solid #ddd}.logincontainer .social-signin-btns .btn{display:block;width:100%}}i.icon-rss{color:#f60}section#main-menu{background-color:#006687}section#home-banner{margin:0;padding:50px 0 60px;background-color:#043d5f;color:#fff}section#home-banner h2{margin:0;padding:0 25px 10px 25px}section#home-banner .form-control{border-radius:0;border:0;box-shadow:none;font-weight:300}section#home-banner .btn{border-radius:0;border:0;font-weight:300;color:#fff}section#home-banner .btn.search{background-color:#4ab98b}section#home-banner .btn.transfer{background-color:#bbb}@media (max-width:992px){section#home-banner h2{font-size:26px}}@media (max-width:768px){section#home-banner h2{font-size:22px}}.home-shortcuts{margin:0;background:#25a2c7;color:#fff}.home-shortcuts ul{list-style-type:none;margin:0;padding:0}.home-shortcuts li{float:left;width:24%;padding:5px 3px;border-right:1px solid #0e88b0;font-size:.9em;text-align:center;cursor:pointer;overflow:hidden;white-space:nowrap}.home-shortcuts li:first-child{border-left:1px solid #0e88b0}.home-shortcuts li a{display:block;color:#fff;text-decoration:none}.home-shortcuts li i{font-size:22px}.home-shortcuts li p{margin:2px 0 0;text-transform:uppercase}.home-shortcuts li span{display:none}.home-shortcuts li:hover span{display:inline-block}.home-shortcuts .lead{margin:0;line-height:55px}@media (max-width:992px){.home-shortcuts ul{text-align:center}}@media (max-width:767px){.home-shortcuts li{display:block;float:none;width:100%;border-right:0;border-bottom:1px solid #0e88b0}.home-shortcuts li:first-child{border-left:0}.home-shortcuts li:last-child{border:0}.home-shortcuts ul:hover li{width:100%}}.text-domain{font-size:12px;color:#006687}.client-home-panels .panel>.panel-heading{background-color:#fff;border-bottom:0;font-weight:700}.client-home-panels .panel>.panel-heading .panel-title .btn{color:#fff;border:0}.client-home-panels .panel>.panel-heading .panel-title .btn:hover{color:#000}.client-home-panels .panel small{color:#888}.client-home-panels .panel>.panel-body{padding:0;max-height:170px;overflow:auto}.client-home-panels .panel>.panel-footer{border-top:0}.client-home-panels .panel>.panel-body p{padding:10px 15px}.client-home-panels .panel>.list-group{max-height:170px;overflow:auto;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.client-home-panels .panel>.list-group .list-group-item{padding:4px 10px}.client-home-panels .panel>.list-group .list-group-item:last-child{border-bottom:0}.home-kb-search{margin-bottom:15px}.home-kb-search .form-control{padding-left:50px;background-color:#fff;border:1px solid #eee;color:#999;font-weight:300}.home-kb-search .form-control:focus{border-color:#eee;outline:0;-webkit-box-shadow:none;box-shadow:none}.home-kb-search i{float:left;margin-top:-30px;margin-left:20px;color:#777}.tiles{margin:0 15px 15px 15px}.tiles .tile{padding:12px 20px;background-color:#f8f8f8;border-right:1px solid #ccc}.tiles .tile a{text-decoration:none}.tiles .tile:hover{background-color:#f2f2f2;cursor:pointer}.tiles .tile .highlight{margin-top:4px;height:2px;border-radius:2px}.tiles .tile:last-child{border:0}@media (max-width:767px){.tiles .tile:nth-child(2){border:0}.tiles .tile:nth-child(1),.tiles .tile:nth-child(2){border-bottom:1px solid #ccc}}.tile .icon{position:absolute;top:10px;right:10px;font-size:48px;line-height:1;color:#ccc}.tile .stat{margin-top:20px;font-size:40px;line-height:1}.tile .title{font-weight:700;color:#888;text-transform:uppercase;font-size:12px}.panel.panel-accent-gold{border-top:3px solid #f0ad4e}.panel.panel-accent-green{border-top:3px solid #5cb85c}.panel.panel-accent-red{border-top:3px solid #d9534f}.panel.panel-accent-blue{border-top:3px solid #5bc0de}.panel.panel-accent-orange{border-top:3px solid #f39c12}.panel.panel-accent-pink{border-top:3px solid #e671b8}.panel.panel-accent-purple{border-top:3px solid #7b4f9d}.panel.panel-accent-lime{border-top:3px solid #8cbf26}.panel.panel-accent-magenta{border-top:3px solid #ff0097}.panel.panel-accent-teal{border-top:3px solid #00aba9}.panel.panel-accent-turquoise{border-top:3px solid #1abc9c}.panel.panel-accent-emerald{border-top:3px solid #2ecc71}.panel.panel-accent-amethyst{border-top:3px solid #9b59b6}.panel.panel-accent-wet-asphalt{border-top:3px solid #34495e}.panel.panel-accent-midnight-blue{border-top:3px solid #2c3e50}.panel.panel-accent-sun-flower{border-top:3px solid #f1c40f}.panel.panel-accent-pomegranate{border-top:3px solid #c0392b}.panel.panel-accent-silver{border-top:3px solid #bdc3c7}.panel.panel-accent-asbestos{border-top:3px solid #7f8c8d}.bg-color-gold{background-color:#f0ad4e}.bg-color-green{background-color:#5cb85c}.bg-color-red{background-color:#d9534f}.bg-color-blue{background-color:#5bc0de}.bg-color-orange{background-color:#f39c12}.bg-color-pink{background-color:#e671b8}.bg-color-purple{background-color:#7b4f9d}.bg-color-lime{background-color:#8cbf26}.bg-color-magenta{background-color:#ff0097}.bg-color-teal{background-color:#00aba9}.bg-color-turquoise{background-color:#1abc9c}.bg-color-emerald{background-color:#2ecc71}.bg-color-amethyst{background-color:#9b59b6}.bg-color-wet-asphalt{background-color:#34495e}.bg-color-midnight-blue{background-color:#2c3e50}.bg-color-sun-flower{background-color:#f1c40f}.bg-color-pomegranate{background-color:#c0392b}.bg-color-silver{background-color:#bdc3c7}.bg-color-asbestos{background-color:#7f8c8d}ul.top-nav{float:right;margin-top:8px;padding-left:0;margin-bottom:0;list-style:none;white-space:nowrap}ul.top-nav>li,ul.top-nav>li>a{display:inline-block;position:relative}ul.top-nav>li>a{padding:6px 10px;color:#777;line-height:20px;text-decoration:none}ul.top-nav>li:active>a,ul.top-nav>li:focus>a,ul.top-nav>li:hover>a,ul.top-nav>li>a:focus{color:#333;text-decoration:none;background:0 0}ul.top-nav>li.primary-action{padding-left:15px;margin-left:5px;border-left:solid 1px #ddd}ul.top-nav>li.primary-action>a.btn{padding:6px 15px;background-color:#0e5077;color:#fff;border-radius:3px}ul.top-nav>li>a.btn-logged-in-admin{margin-left:5px;font-size:1.5em}ul.top-nav .tooltip-inner{margin-left:-200px;min-width:250px;width:250px}@media (max-width:991px){ul.top-nav{font-size:.9em}ul.top-nav>li.primary-action>a.btn{padding:4px 12px;font-size:1em}ul.top-nav>li>a.btn-logged-in-admin{margin-top:-2px}}@media (max-width:767px){ul.top-nav{margin:0;font-size:.8em}ul.top-nav>li>a{padding:6px}ul.top-nav>li.primary-action>a.btn{padding:3px 12px;font-size:1em}}div.home-twitter{margin-top:20px;margin-bottom:40px}div.tweet>i{color:#2babcf;float:left;margin-right:15px}div.tweet span{font-size:12px;color:#ccc}div.domainresults div:not(.btn-group){margin:0;padding:10px 25px;background-color:#ddd;color:#666;font-size:1em;border-radius:6px 6px 0 0}div.domainresults div:not(.btn-group) span{padding-left:20px;font-size:14px;color:#888}div.domainresults table tr td{padding:5px 30px;line-height:40px}.domain-checker-container{margin:20px 0;padding:0;background-color:#ffce44;-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px;background:-webkit-gradient(linear,0 0,0 100%,from(#ffb201),to(#ffd960));background:-webkit-linear-gradient(top,#ffd960,#ffb201);background:-moz-linear-gradient(top,#ffd960,#ffb201);background:-ms-linear-gradient(top,#ffd960,#ffb201);background:-o-linear-gradient(top,#ffd960,#ffb201)}.domain-checker-bg{margin:0;padding:80px 0;background-repeat:no-repeat;background-position:110% -5px;background-image:url(../img/globe.png)}@media (max-width:992px){.domain-checker-bg{padding:40px 0}}.domain-checker-container .input-group-box{margin:0 auto;padding:10px;background-color:#fff;-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px}.domain-bulk-options-box{position:absolute;top:18px;right:134px;z-index:100}.domain-check-availability{width:100px}.domain-step-options{min-height:300px}.domain-checker-result-headline{margin:20px;font-size:1.6em;text-align:center}.domain-checker-available{color:#5cb85c}.domain-checker-invalid,.domain-checker-unavailable{color:#d9534f}div.domainresults div.domain-checkout-area{display:none;float:right;padding:8px 40px 0}.domain-disclaimer-area{margin:0 0 25px 0;font-size:12px}.domain-bulk-domain-well{width:60%}.domain-tld-pricing-table-responsive{border:0;margin-bottom:0}a.domain-tld-pricing-category{display:block;text-align:center}.featured-tlds-container{margin:35px 0 15px}.featured-tld{margin:0 0 20px 0;border-radius:4px;box-shadow:0 6px 20px rgba(0,0,0,.1)}.featured-tld .img-container{padding:20px 0;height:115px;line-height:75px;overflow:hidden;text-align:center}@media (max-width:767px){.featured-tld .img-container{height:80px;line-height:40px}}.featured-tld .img-container img{max-width:70%;max-height:100%}.featured-tld .price{padding:5px;background-color:#f9f9f9;color:#555;font-weight:400;line-height:28px;text-align:center;border-radius:0 0 4px 4px}.featured-tld .price.blog{background-color:#a0d5cb;color:#fff}.featured-tld .price.club{background-color:#053796;color:#fff}.featured-tld .price.com{background-color:#3aa4da;color:#fff}.featured-tld .price.couk{background-color:#1d3774;color:#fff}.featured-tld .price.host{background-color:#ed4d42;color:#fff}.featured-tld .price.live{background-color:#ff9e19;color:#fff}.featured-tld .price.name{background-color:#44b03e;color:#fff}.featured-tld .price.net{background-color:#efc00e;color:#fff}.featured-tld .price.online{background-color:#38ce6a;color:#fff}.featured-tld .price.rocks{background-color:#fd563c;color:#fff}.featured-tld .price.shop{background-color:#ff5900;color:#fff}.featured-tld .price.social{background-color:#ff9a00;color:#fff}.featured-tld .price.store{background-color:#0eadb3;color:#fff}.featured-tld .price.tech{background-color:#0db04b;color:#fff}.featured-tld .price.tv{background-color:#ea3438;color:#fff}.featured-tld .price.website{background-color:#2db9ea;color:#fff}.tld-filters{margin:0 0 25px 0}.tld-filters a{display:inline-block;margin-bottom:4px;padding:5px 6px;font-size:90%;font-weight:400;border-radius:2px}.domain-pricing .tld-row{padding-top:3px;padding-bottom:3px;border-bottom:1px solid #f5f5f5}.domain-pricing .tld-row.highlighted{background:#f3f9fd}.domain-pricing .tld-pricing-header .col-sm-4,.domain-pricing .tld-pricing-header .col-xs-4{padding-top:4px;padding-bottom:4px;border-bottom:6px solid #97b5d2;background-color:#efefef;border-radius:4px 4px 0 0}.domain-pricing .no-bg{background-color:transparent!important}.domain-pricing .tld-pricing-header div:nth-child(odd){border-color:#369;background-color:#f5f5f5}.domain-pricing .two-row-center{line-height:28px;margin-top:6px;margin-bottom:6px;border-right:2px solid #c7d7e6}.domain-pricing .tld-row.no-tlds{display:none}.tld-sale-group{padding:1px 3px;color:#fff;font-size:10px;text-transform:uppercase}.tld-sale-group-hot{background-color:#f9615a}.tld-sale-group-sale{background-color:#f7d458}.tld-sale-group-new{background-color:#2ad588}div.announcement-single{margin:0 0 20px 0}div.announcement-single blockquote{margin-top:30px}div.announcement-single .label{margin-right:10px}.announcement-single{margin:0 0 25px 0}.announcement-single .title{font-size:1.5em;font-weight:700}.announcement-single p{margin:2px 0 10px}.announcement-single .article-items{font-size:.85em;color:#888}div.product-details{margin:0 0 20px 0}div.product-details div.product-icon{margin:0;padding:0;background-color:#efefef;border-radius:10px;padding:30px;font-size:60px;line-height:1em}.product-status{margin:0 0 20px 0;padding:0;border-radius:10px}.product-status-pending{background-color:#f89406}.product-status-active{background-color:#46a546}.product-status-suspended{background-color:#0768b8}.product-status-cancelled,.product-status-terminated{background-color:#666}.product-status-fraud{background-color:#000}.product-status-text{padding:5px;color:#fff;text-align:center;text-transform:uppercase}div.product-details-tab-container{margin:0;padding:20px;border:1px solid #ddd;border-top:0}.module-client-area{padding:15px 15px 0 15px}.dataTables_wrapper .dataTables_info{margin:0;padding:9px 10px;background-color:#4f5360;border:0;border-bottom:1px solid #fff;font-size:.9em;color:#fff;border-radius:0;text-align:left!important}div.dataTables_wrapper div.dataTables_info{padding:21px 30px!important;font-weight:300}.dataTables_wrapper table.table-list{margin-top:0!important;margin-bottom:6px!important;width:100%!important}.dataTables_wrapper table.table-list thead th{border-bottom:4px solid #a2d27a;font-weight:400}.dataTables_wrapper table.table-list thead th:nth-child(even){border-bottom:4px solid #7bc144}.dataTables_wrapper table.table-list thead th.sorting_asc,.dataTables_wrapper table.table-list thead th.sorting_desc{background-color:#f6f6f6}.dataTables_wrapper .dataTables_filter{float:right}.dataTables_wrapper .dataTables_filter label{margin:0;padding:12px}.dataTables_wrapper .dataTables_filter label .form-control{background:url(../../../assets/img/search.png) #fff no-repeat 8px 5px;padding:7px 10px 7px 45px!important;border:1px solid #fff;height:auto;width:200px;font-size:13px;border-radius:2px}@media (max-width:600px){.dataTables_wrapper .dataTables_info{padding:9px 10px 40px}.dataTables_wrapper .dataTables_filter{float:right;margin-top:30px;width:100%}.dataTables_wrapper .dataTables_filter label{display:block;margin:5px;padding:0}.dataTables_wrapper .dataTables_filter label .form-control{margin:0;width:100%}}.dataTables_wrapper .dataTables_length{background-color:#f6f6f6;font-size:.8em;color:#888}.dataTables_wrapper .dataTables_length label{padding:10px 10px 0 30px}.dataTables_wrapper .dataTables_length label .form-control{display:inline-block;padding:2px;height:25px;width:auto;border:0}.dataTables_wrapper .dataTables_paginate{float:right;padding:6px 30px 0}.dataTables_wrapper .dataTables_paginate .pagination>li>a,.dataTables_wrapper .dataTables_paginate .pagination>li>span{padding:4px 8px}.pagination>li>a,.pagination>li>span{color:#444}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{background-color:#4f5360;border-color:#4f5360}table.dataTable.dtr-inline.collapsed tbody td:first-child:before,table.dataTable.dtr-inline.collapsed tbody th:first-child:before{top:inherit!important;box-shadow:none!important;line-height:16px!important}.table-container{padding:0 0 25px 0}table.table-list thead th{padding:8px;background-color:#fff;border-bottom:1px solid #ccc;color:#333;text-align:center}.table-list>tbody>tr:hover{cursor:pointer;cursor:hand}table.table-list tbody td{padding:10px;vertical-align:middle;font-size:.94em}.table-list>tbody>tr>td a.border-left{border-left:1px solid #eee;padding-left:20px;display:block}.table-list>tbody>tr>td{background-color:#fff}.table-list>tbody>tr:nth-child(even)>td{background-color:#f8fcfd}table.dtr-inline .dtr-title:empty{display:none!important}table.dtr-inline .responsive-edit-button{display:none}table.dtr-inline.collapsed .responsive-edit-button{display:inherit}.status{display:block;font-size:.9em;line-height:22px;border:2px solid #ccc;border-radius:3px;background-color:#fff;color:#333}.status-custom{background-color:#fff;color:#000;border:1px solid #000;padding:1px}.status-pending{color:#d9534f}.status-pending.transfer{color:#a68500}.status-active,.status-open,.status.completed{color:#3fad46}.status-suspended{color:#f0ad4e}.status-customer-reply{color:#f60}.status-answered,.status-fraud{color:#000}.status-expired,.status-transferred.away{color:#004258}.status-cancelled{color:#9fa29a}.status-terminated{color:#666}.status-onhold{color:#248}.status-inprogress{color:#c00}.status-closed{color:#888}.status-paid{color:#498302}.status-unpaid{color:#ed3e48}.status-cancelled{color:#87939f}.status-collections{color:#9a141e}.status-refunded{color:#319fc3}.status-customer-reply{color:#f60}.status-delivered{color:#248}.status-accepted{color:#498302}.status-dead,.status-lost{color:#000}.affiliate-stat{margin:0;padding:15px;font-size:1.6em;text-align:center}.affiliate-stat span{display:block;font-size:2.4em}.affiliate-stat i{float:left;padding:10px;font-size:4em}.affiliate-referral-link{margin:40px 0}.affiliate-referral-link span{display:block;margin:0;padding:10px;font-size:1.4em;border-radius:10px;border:1px solid #ccc;overflow:hidden}@media (max-width:1200px){.affiliate-stat{font-size:1.2em}.affiliate-stat span{font-size:2.1em}.affiliate-stat i{font-size:3.6em}}@media (max-width:992px){.affiliate-stat{font-size:1em}.affiliate-stat span{font-size:1.6em}.affiliate-stat i{font-size:3em}}.ticket-number{display:block;font-size:1.2em;font-style:italic;color:#2a9fbb}.ticket-subject.unread{font-weight:700}.ticket-attachments-message{padding-top:4px;font-size:.8em}.ticket-reply{margin:10px 0;padding:0;border:1px solid #efefef;background-color:#fff}.ticket-reply.staff{border:1px solid #cce4fc}.ticket-reply .date{float:right;padding:8px 10px;font-size:.8em}.ticket-reply .user{padding:5px 0;background-color:#f8f8f8}.ticket-reply.staff .user{background-color:#f2f9ff}.ticket-reply .user i{float:left;font-size:2.2em;padding:2px 15px}.ticket-reply .user .name{display:block;font-size:.9em}.ticket-reply .user .type{display:block;font-weight:700;font-size:.8em}.ticket-reply .message{padding:12px 15px}.ticket-reply .rating,.ticket-reply .rating-done{float:right;padding:5px 10px;unicode-bidi:bidi-override;direction:rtl;font-size:24px}.ticket-reply .rating span.star,.ticket-reply .rating-done span.star{font-family:FontAwesome;font-weight:400;font-style:normal;display:inline-block}.ticket-reply .rating-done .rated{display:inline-block;font-size:12px;font-family:Tahoma}.ticket-reply .rating span.star:hover{cursor:pointer}.ticket-reply .rating span.star:before,.ticket-reply .rating-done span.star:before{content:"\f006";padding-right:0;color:#999}.ticket-reply .rating span.star:hover:before,.ticket-reply .rating span.star:hover~span.star:before,.ticket-reply .rating-done span.star.active:before{content:"\f005";color:#f2de88}.ticket-reply .attachments{margin:0;padding:10px 20px;border-top:1px dashed #efefef;background-color:#f8f8f8;font-size:.8em}.ticket-reply .attachments ul{margin:0;padding:0 0 0 15px;list-style:none}.ticket-reply .clear{clear:both}.panel>.list-group .ticket-details-children{line-height:20px}.panel>.list-group .ticket-details-children .title{font-size:.9em;color:#999}.ticketfeedbackstaffcont{margin:10px auto;padding:15px;width:90%;background-color:#efefef;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;border-radius:6px}.ticketfeedbackrating{padding:0 100px}.ticketfeedbackrating .rate{float:left;padding:0 10px;min-width:30px;text-align:center}.popover-user-notifications{border-radius:0;padding:5px 10px;border-color:#ddd;min-width:310px;font-family:'Open Sans',sans-serif}.popover-user-notifications .popover-content{padding:0}.popover-user-notifications ul{margin:0;padding:0;list-style:none}.popover-user-notifications ul li{padding:5px 0;min-height:66px;border-bottom:1px solid #ddd}.popover-user-notifications ul li:last-child{border:0}.popover-user-notifications ul li a{display:block;padding:10px 15px 10px 12px;text-decoration:none;color:#555;font-size:.95em}.popover-user-notifications ul li a:hover{background-color:#f6f6f6}.popover-user-notifications ul li i.fa{float:left;padding-top:6px;font-size:21px}.popover-user-notifications ul li i.fa.fa-check-circle{color:#5cb85c}.popover-user-notifications ul li i.fa.fa-warning{color:#ecc317}.popover-user-notifications ul li i.fa.fa-exclamation-circle{color:#ec2d45}.popover-user-notifications ul li .message{margin-left:40px}.popover-user-notifications ul li.none{padding:12px 0;min-height:auto;text-align:center;font-weight:700}.captchaimage{margin:0;padding:3px 0 4px;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;text-align:right}div.credit-card{margin:0 auto 30px;max-width:400px;background-color:#f8f8f8;border:1px solid #ccc;border-radius:8px}div.credit-card div.card-type{float:right;padding:10px 20px;font-size:1.2em}div.credit-card div.card-icon{float:left;padding:7px 7px;font-size:1.2em}div.credit-card div.card-number{padding:10px;background-color:#ccc;font-size:1.6em;text-align:center;clear:both}div.credit-card div.card-start{float:left;padding:20px 0 50px 50px;font-size:1.3em;text-align:right}div.credit-card div.card-expiry{float:right;padding:20px 50px 50px 0;height:120px;font-size:1.3em;text-align:right}div.credit-card div.end{clear:both}@media (max-width:600px){div.credit-card{max-width:250px}div.credit-card div.card-type{font-size:1em}div.credit-card div.card-icon{font-size:1em}div.credit-card div.card-number{padding:6px 10px;font-size:1.2em}div.credit-card div.card-start{padding:20px 0 30px 50px;font-size:.9em}div.credit-card div.card-expiry{padding:20px 50px 30px 0;height:80px;font-size:.9em}}.auth3d-area{border:1px solid #fff}.submit-3d{width:80%;border:1px solid #fff}.invoice-summary{margin:0 0 25px 0;padding:15px;height:500px;background-color:#f8f8f8;border:4px dashed #efefef;border-radius:10px}.invoice-summary-table{margin:25px 0 25px 0;max-height:300px;overflow:auto}.invoice-summary-table td{font-size:.8em}.invoice-summary-table td.total-row{background-color:#efefef;font-weight:700}div.credit-card .logo-visa{color:#1a1f71}div.credit-card .logo-amex{color:#43abdf}div.credit-card .logo-mastercard{color:#ed0b00}div.credit-card .logo-discover{color:#000}div.sidebar .list-group-item-selected{background-color:#319fc3;color:#fff}div.sidebar .list-group-item-selected .badge{background-color:#fff;color:#319fc3}@media (max-width:991px){.panel-actions{border:0;box-shadow:none}.panel-actions>.panel-heading>.panel-title{display:inline}.panel-actions>.panel-heading{border-radius:3px}.panel-actions>.list-group{padding:10px;overflow-x:scroll;overflow-y:none;white-space:nowrap}.panel-actions>.list-group .list-group-item{display:inline-block;border:1px solid #ddd!important;border-radius:3px!important;white-space:nowrap;text-align:center;padding:5px 25px;margin:2px}.panel-actions>.list-group .list-group-item>.badge{float:none;margin:-2px 0 0 10px}}div#twofaactivation{margin:0 auto;padding:15px 30px;width:85%;background-color:#efefef;border-radius:10px}div#twofaactivation .errorbox{margin:0 0 20px 0;padding:10px 20px;background-color:#ff4f4f;text-shadow:none;color:#fff;text-align:center;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px}div#twofaactivation p{margin:15px 0}#popup-backdrop{background-color:#2e363f;padding:15px;height:100%}.popup-header-padding{margin-top:5px;margin-bottom:5px}.btn.btn-action{background-color:#72ca06;border-color:#498302}.kb-category{margin:0 0 10px 0}.kb-category a{display:block;margin:0 0 2px 0;font-weight:700;text-decoration:none}.kb-category a small{color:#888}.kbarticles{padding:0 0 25px 0;font-size:.8em}.kbarticles a{font-size:1.2em;font-weight:700}.kbarticles a .glyphicon{color:#8ce}h3.kb-alsoread{padding:8px 15px;background-color:#eee;border-radius:6px;font-size:.9em}.kb-article-title{margin:0 0 22px 0;font-size:1.6em}.kb-article-title h2{margin:0}.kb-article-title .btn-print{float:right;font-size:1em}.kb-article-content{margin:0 0 30px 0;font-size:1.2em;line-height:1.2em;font-weight:200}.kb-rate-article{margin:20px 0;padding:15px 20px;background-color:#eff7ff;font-size:1.4em;line-height:38px;font-weight:200;color:#4d7cab}.kb-rate-article .btn-lg{padding:0 16px}.kb-article-details{color:#999;list-style:none;margin:35px 5px;padding:0;font-size:.9em}.kb-article-details li{float:left;padding-right:30px}.kb-search .form-control{box-shadow:none;border-radius:3px}.kb-search>.input-group-btn>.btn{border-radius:0 3px 3px 0}#stepResults{font-size:20px}#stepResults .label{font-size:20px}@media (max-width:992px){#stepResults{font-size:14px}#stepResults .label{font-size:14px}div.domainresults table tr td{padding:5px 5px}}@media print{#main-menu,#top-nav,.header-lined,.sidebar{display:none}a[href]:after{content:""!important}}h3.with-badge::after{content:'.';color:#fff}h3.with-badge i,h3.with-badge span{float:left;padding-right:8px}h3.with-badge .badge{line-height:initial;margin-top:3px}@media (min-width:992px){h3.with-badge .badge{padding:3px 7px 3px 8px}.sidebar .list-group-item .badge{margin-top:-2px;padding:3px 7px 3px 8px;line-height:initial;min-width:36px}}.admin-masquerade-notice{margin:25px 0 0 auto;padding:4px 10px;max-width:240px;font-family:Tahoma;font-size:.7em;text-align:right}.admin-masquerade-notice a{text-decoration:underline}.language-popover{max-width:450px;width:100%;background-color:rgba(20,20,20,.98);background-image:url(../img/worldmap.png);background-repeat:no-repeat;font-size:.8em}.language-popover.popover.bottom>.arrow:after{border-bottom-color:rgba(20,20,20,.97)}.language-popover .popover-content ul{margin:6px 0 14px 0;padding:0;max-width:400px;list-style-type:none;overflow:hidden}.language-popover .popover-content li{float:left;display:inline;padding:0 20px 0 40px;width:33.333%;line-height:2em}.language-popover .popover-content li a{color:#f2f2f2}@media (max-width:480px){.language-popover{max-width:250px;background-position:-50px 0}.language-popover .popover-content li{padding:0 20px;width:50%}}.login-popover{font-size:12px}.login-popover .form-group{margin-bottom:5px}.login-popover hr{margin:5px 0}tr.masspay-invoice-detail td{font-size:.8em}tr.masspay-total td{background-color:#efefef;font-weight:700}.error-container{text-align:center}.error-container h1{margin-top:40px}.error-container .buttons{margin:25px 0}.error-container .buttons .btn{margin:5px}.panel-collapsable>.panel-heading{cursor:pointer}.panel-collapsable>.panel-body-collapsed{display:none}.licensing-addon-latest-download h3{margin-top:0}#google-recaptcha-domainchecker{width:304px;height:78px;margin-top:15px;margin-bottom:15px}#default-captcha-domainchecker{margin-top:15px;margin-bottom:-63px}#default-captcha-domainchecker #inputCaptcha{width:100px;border-radius:4px}.domainchecker-homepage-captcha #google-recaptcha-domainchecker{margin-bottom:-46px}@media (max-width:991px){#google-recaptcha-domainchecker{padding-left:2.5%}#default-captcha-domainchecker{margin-bottom:-25px}}@media (max-width:736px){#google-recaptcha-domainchecker{transform:scale(.935);transform-origin:0 0;-webkit-transform:scale(.935);-webkit-transform-origin:0 0}}@media (max-width:384px){#google-recaptcha-domainchecker{transform:scale(.96);transform-origin:0 0}}@media (max-width:360px){#google-recaptcha-domainchecker{transform:scale(.89);transform-origin:0 0}}@media (max-width:320px){#google-recaptcha-domainchecker{padding-left:13.5%;transform:scale(.83);transform-origin:0 0;-webkit-transform:scale(.785);-webkit-transform-origin:0 0}}.email-verification{margin:0;padding:10px;font-weight:300;background-color:#f8f8f8;border-bottom:1px solid #eee;color:#333}.email-verification .text{display:block;padding:6px 0}.email-verification .btn{margin:3px 0;padding:3px 10px;background-color:#50525f;border-color:#50525f;color:#fff;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-verification .btn:active,.email-verification .btn[disabled]:hover{background-color:#50525f;border-color:#50525f;color:#fff}.email-verification .btn.close{margin-left:10px;background-color:transparent;color:rgba(55,55,55,.5);font-size:22px;opacity:1}.email-verification .btn.close:hover{color:rgba(55,55,55,.8)}.email-verification .fa{color:#666;float:left;padding:2px 10px 0 0;font-size:24px}@media (min-width:768px){.email-verification .text{padding-top:9px;padding-bottom:0}.email-verification .btn{margin:0;padding:9px 25px}.email-verification .button{float:right}.email-verification .fa{font-size:36px}}.email-verification.success{background-color:#ebfde4;border-bottom:1px solid #e3f7d5;color:#5cb85c}.email-verification.success .fa{color:#6fbb51}.email-verification.failed{background-color:#fdf8e3;border-bottom:1px solid #f7f3d0;color:#b3a879}.email-verification.failed .fa{color:#b3a879}.md-editor{border:1px solid #ddd;border-radius:3px}.md-editor>.btn-toolbar{background-color:#fff!important}.md-editor>.md-preview,.md-editor>textarea.markdown-editor{padding:15px!important;border-top:1px solid #ddd!important;border-bottom:1px solid #ddd!important;background-color:#fff!important}div.md-editor.active{display:block;border:1px solid #ddd;outline:0;-webkit-box-shadow:none;box-shadow:none}.markdown-editor-status{padding:2px 10px;font-size:9pt;color:#959694;text-align:right}.small-font{font-size:.9em}.markdown-content h1{font-size:1.6em;color:#333}.markdown-content h2{font-size:1.4em;color:#333}.markdown-content h3{font-size:1.2em;color:#333}.markdown-content h4{font-size:1.1em;color:#333}.markdown-content pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.markdown-content pre code{white-space:pre;word-break:normal;word-wrap:normal}.markdown-content blockquote{font-size:1em}.markdown-content table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.markdown-content table>thead>tr>th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.markdown-content table>tbody>tr>td{padding:3px 8px;border:1px solid #ddd}.panel-sidebar{border-color:#eee;font-size:15px}.panel-sidebar>.panel-heading{color:#333;background-color:#f5f5f5;border-bottom:0}.panel-sidebar .panel-title{font-size:1.1em;font-weight:300;font-family:'Open Sans',sans-serif;line-height:26px;color:#555}.panel-sidebar .panel-minimise{margin-top:4px;color:#ddd;cursor:pointer;transition:transform .2s ease}.panel-sidebar .panel-minimise.minimised{transform:rotate(180deg);margin-top:7px}.panel-sidebar>.panel-footer{color:#333;background-color:#f5f5f5;border-top:0}.panel-sidebar .list-group-item{line-height:24px}.panel-sidebar .list-group-item i.fa:not(.fa-circle-o):not(.fa-dot-circle-o){float:right;line-height:24px;font-size:18px;color:#ccc}.panel-sidebar .list-group-item.disabled,.panel-sidebar .list-group-item.disabled:focus,.panel-sidebar .list-group-item.disabled:hover{background-color:transparent;opacity:.5}.panel-sidebar a.list-group-item:hover i.fa{color:#666!important}.panel-sidebar a.list-group-item.active,.panel-sidebar a.list-group-item.active:focus,.panel-sidebar a.list-group-item.active:hover{background-color:#465054;border-color:#465054}.panel-sidebar a.list-group-item.active i,.panel-sidebar a.list-group-item.active:focus i,.panel-sidebar a.list-group-item.active:hover i{color:#fff}.panel-sidebar.view-filter-btns .list-group-item.active,.panel-sidebar.view-filter-btns .list-group-item.active:focus,.panel-sidebar.view-filter-btns .list-group-item.active:hover{background-color:#eee;border-color:#eee;color:#555}.panel-sidebar .recent-ticket{line-height:20px}.store-order-container{margin:20px 0;padding:30px}.store-order-container h2{margin-top:0}.store-order-container .btn{padding:10px 30px;font-size:1.15em;font-weight:300}.store-order-container .store-domain-tabs{margin-top:20px}.store-order-container .store-domain-tabs li a{margin-right:10px;padding:7px 15px;background-color:#f9f9f9;border-bottom:1px solid #ddd}.store-order-container .store-domain-tabs li.active a{background-color:#fff;border-bottom:1px solid transparent}.store-order-container .store-domain-tab-content{margin-bottom:20px;padding:20px;border:1px solid #ddd;border-top:0}.store-order-container .store-domain-tab-content a{text-decoration:underline}.store-order-container .store-domain-tab-content a:hover{text-decoration:none}.store-order-container .payment-term h4{margin-top:25px}@media (min-width:768px){.store-order-container .payment-term{float:right}.store-order-container .payment-term h4{margin-top:0}}.store-order-container .domain-validation{display:block;padding-top:5px;font-size:1.2em;font-weight:300;color:#888}.store-order-container .domain-validation.ok{color:#53a22d}.store-promoted-product{margin:50px 0;padding:30px 30px 50px 30px;background-color:#f6f6f6}.store-promoted-product .icon{height:200px;line-height:200px;text-align:center;overflow:hidden}.store-promoted-product .icon img{max-width:100%;max-height:100%}.store-promoted-product ul.features{margin:20px 0;padding:0;list-style:none;font-size:1.1em;font-weight:300}.store-promoted-product ul.features li{float:left;width:50%;margin-bottom:5px}.store-promoted-product ul.features li .fa:not(.fa-spinner){font-size:1.2em;color:#91c590;margin-left:20px;margin-right:10px}.store-promoted-product .btn{margin-top:10px;padding:10px 30px;font-size:1.2em;font-weight:300}.promo-banner{margin:20px 0;padding:15px 10px 20px 10px;background-color:#fff;border:1px solid #ddd;font-size:1em;overflow:auto}.promo-banner .icon{float:left;margin:0 20px 0 0}.promo-banner img{max-width:300px;max-height:200px}.promo-banner .icon-left{margin-bottom:10px;text-align:center}@media (max-width:768px){.promo-banner form{text-align:center}}@media (min-width:768px){.promo-banner img{max-width:100%;max-height:100%}.promo-banner .icon-left{float:left;margin:0;width:155px}.promo-banner .content{margin-left:185px}}.promo-banner h3{margin:0;padding:0;font-size:24px;font-weight:300}.promo-banner h4{font-size:18px;font-weight:300}.promo-banner p{margin:5px 0}.promo-banner ul{margin:0;padding:0;list-style:none;font-size:.92em}.promo-banner ul li{margin-bottom:4px}@media (min-width:1200px){.promo-banner ul li{float:left;width:50%}}.promo-banner .fa:not(.fa-spinner){font-size:1.2em;color:#91c590;margin-left:20px;margin-right:10px}.promo-banner a{color:#f60;text-decoration:underline}.promo-banner .btn{margin:6px 0 0 0;padding:8px 30px;background-color:#f60;border:0;color:#fff}@media (max-width:650px){.promo-banner .icon{width:100%;margin-bottom:15px}}.promo-banner-rounded{border-radius:4px}.promo-cart{margin-top:0;margin-bottom:0;border-bottom:0}.promo-cart:first-child{margin-top:20px}.promo-cart:last-child{margin-bottom:20px;border-bottom:1px solid #ddd}.promo-cart{padding:20px;border-left:0;border-right:0}.promo-cart .btn-add{padding:7px 18px;font-size:1.1em}.promo-cart h3{margin:0 0 10px 0;font-size:20px}.promo-cart h4{font-size:17px}@media (min-width:768px){.promo-cart .icon-left{width:120px}.promo-cart .content{margin-left:140px}}.promo-cart .pricing{text-align:center}@media (min-width:768px) and (max-width:991px),(min-width:1200px){.promo-cart .pricing{float:right;margin-top:-10px}}.promo-cart .pricing h3{margin-bottom:0}.promo-cart{border-top:2px solid #00548a}.promo-cart .btn-add{background-color:#00548a}.promo-cart a{color:#39f}.promo-cart ul li{float:none;width:100%;margin-bottom:4px}.promo-banner-slim{padding:10px}.promo-banner-slim .icon-left{width:85px}.promo-banner-slim .content{margin-left:110px}.promo-banner-slim h3{font-size:18px}.promo-banner-slim h4{font-size:14px}.promo-banner-slim .btn{margin:0 20px 0 0;padding:6px 20px}.promo-banner.symantec-ssl{border-top:3px solid #43737f}.promo-banner.symantec-ssl .btn{background-color:#4da24c}.promo-banner.weebly{border-top:3px solid #2990ea}.promo-banner.weebly .btn{background-color:#2990ea}.promo-banner.spamexperts{border-top:3px solid #58585a}.promo-banner.spamexperts .btn{background-color:#58585a}.promo-banner-slim.weebly .icon-left{width:160px}.promo-banner-slim.weebly .content{margin-left:185px}.panel-mc-sso .icon-container{margin:0 auto;max-width:400px}.panel-mc-sso .icon-container img{max-width:100%;max-height:175px}.social-signin-btns{text-align:center}.social-signin-btns .btn{margin-bottom:5px}.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social i.fa{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,.2)}.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,.2)}.btn-facebook.active,.btn-facebook:active,.btn-facebook:focus,.btn-facebook:hover,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,.2)}.btn-facebook.active,.btn-facebook:active,.open .dropdown-toggle.btn-facebook{background-image:none}.btn-facebook.disabled,.btn-facebook.disabled.active,.btn-facebook.disabled:active,.btn-facebook.disabled:focus,.btn-facebook.disabled:hover,.btn-facebook[disabled],.btn-facebook[disabled].active,.btn-facebook[disabled]:active,.btn-facebook[disabled]:focus,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook,fieldset[disabled] .btn-facebook.active,fieldset[disabled] .btn-facebook:active,fieldset[disabled] .btn-facebook:focus,fieldset[disabled] .btn-facebook:hover{background-color:#3b5998;border-color:rgba(0,0,0,.2)}.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,.2)}.btn-google.active,.btn-google:active,.btn-google:focus,.btn-google:hover,.open .dropdown-toggle.btn-google{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,.2)}.btn-google.active,.btn-google:active,.open .dropdown-toggle.btn-google{background-image:none}.btn-google-plus.disabled.active,.btn-google-plus.disabled:active,.btn-google-plus.disabled:focus,.btn-google-plus[disabled].active,.btn-google-plus[disabled]:active,.btn-google-plus[disabled]:focus,.btn-google-plus[disabled]:hover,.btn-google.disabled,.btn-google.disabled:hover,.btn-google[disabled],fieldset[disabled] .btn-google,fieldset[disabled] .btn-google-plus.active,fieldset[disabled] .btn-google-plus:active,fieldset[disabled] .btn-google-plus:focus,fieldset[disabled] .btn-google-plus:hover{background-color:#dd4b39;border-color:rgba(0,0,0,.2)}.btn-twitter{color:#fff;background-color:#2ba9e1;border-color:rgba(0,0,0,.2)}.btn-twitter.active,.btn-twitter:active,.btn-twitter:focus,.btn-twitter:hover,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#1c92c7;border-color:rgba(0,0,0,.2)}.btn-twitter.active,.btn-twitter:active,.open .dropdown-toggle.btn-twitter{background-image:none}.btn-twitter.disabled,.btn-twitter.disabled.active,.btn-twitter.disabled:active,.btn-twitter.disabled:focus,.btn-twitter.disabled:hover,.btn-twitter[disabled],.btn-twitter[disabled].active,.btn-twitter[disabled]:active,.btn-twitter[disabled]:focus,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter,fieldset[disabled] .btn-twitter.active,fieldset[disabled] .btn-twitter:active,fieldset[disabled] .btn-twitter:focus,fieldset[disabled] .btn-twitter:hover{background-color:#2ba9e1;border-color:rgba(0,0,0,.2)}.providerPreLinking{min-height:52px}.providerLinkingFeedback{display:none}#registration{margin:0;padding:0 0 40px 0}#registration .field-container{margin:0 0 30px 0}#registration label{font-weight:300;color:#666;font-size:13px}#registration .info-text-sm{font-size:.85em;text-align:center}#registration .sub-heading{height:0;border-top:1px solid #ddd;text-align:center;margin-top:20px;margin-bottom:30px}#registration .sub-heading span{display:inline-block;position:relative;padding:0 17px;top:-11px;font-size:16px;color:#058;background-color:#fff}#registration .prepend-icon{top:0;left:0;display:inline-block;vertical-align:top;position:relative;width:100%;font-weight:400}#registration .field,#registration .form-control{position:relative;vertical-align:top;border:1px solid #ddd;display:-moz-inline-stack;display:inline-block;color:#626262;outline:0;background:#fff;height:36px;width:100%;border-radius:3px;font-size:13px}#registration .input-group-lg>.form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px 0 0 6px}#registration .form-control-qty{width:70px;text-align:center}#registration .form-control-static-inline{display:inline-block}#registration .form-control:focus{border-color:#ddd;outline:0;-webkit-box-shadow:none;box-shadow:none}#registration textarea.field{height:auto}#registration .prepend-icon .field{-webkit-appearance:none;padding-left:36px}#registration .prepend-icon .field-icon i{position:relative;font-size:14px}#registration .prepend-icon .field-icon{top:0;z-index:4;width:42px;height:36px;color:inherit;line-height:36px;position:absolute;text-align:center;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;pointer-events:none}#registration .field-icon i{color:#bbb}#registration .field[disabled],#registration .field[readonly]{background-color:#f8f8f8;opacity:1}#registration .field-help-text{display:block;margin-top:5px;margin-bottom:10px;color:#888;font-size:12px}.bootstrap-switch{display:inline-block;direction:ltr;cursor:pointer;border-radius:4px;border:1px solid;border-color:#ccc;position:relative;text-align:left;overflow:hidden;line-height:8px;z-index:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-switch .bootstrap-switch-container{display:inline-block;top:0;border-radius:4px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block!important;height:100%;padding:6px 12px;font-size:14px;line-height:20px}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on{text-align:center;z-index:1}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary{color:#fff;background:#428bca}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info{color:#fff;background:#5bc0de}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success{color:#fff;background:#5cb85c}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning{background:#f0ad4e;color:#fff}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger{color:#fff;background:#d9534f}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default{color:#000;background:#eee}.bootstrap-switch .bootstrap-switch-label{text-align:center;margin-top:-1px;margin-bottom:-1px;z-index:100;color:#333;background:#fff}.bootstrap-switch .bootstrap-switch-handle-on{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch .bootstrap-switch-handle-off{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch input[type=checkbox],.bootstrap-switch input[type=radio]{position:absolute!important;top:0;left:0;opacity:0;z-index:-1}.bootstrap-switch input[type=checkbox].form-control,.bootstrap-switch input[type=radio].form-control{height:auto}.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{padding:1px 5px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{padding:6px 16px;font-size:18px;line-height:1.33}.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-indeterminate,.bootstrap-switch.bootstrap-switch-readonly{cursor:default!important}.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label{opacity:.5;cursor:default!important}.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{-webkit-transition:margin-left .5s;transition:margin-left .5s}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch.bootstrap-switch-focused{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label{border-bottom-left-radius:3px;border-top-left-radius:3px}.md-editor{display:block;border:1px solid #ddd}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:14px;outline:0;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}table.dataTable{clear:both;margin-top:6px!important;margin-bottom:6px!important;max-width:none!important;border-collapse:separate!important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap td,table.dataTable.nowrap th{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:400;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:400;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc{padding-right:30px}table.dataTable thead>tr>td:active,table.dataTable thead>tr>th:active{outline:0}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:.5}table.dataTable thead .sorting:after{opacity:.2;content:"\e150"}table.dataTable thead .sorting_asc:after{content:"\e155"}table.dataTable thead .sorting_desc:after{content:"\e156"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0!important}div.dataTables_scrollBody table{border-top:none;margin-top:0!important;margin-bottom:0!important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child td,div.dataTables_scrollBody table tbody tr:first-child th{border-top:none}div.dataTables_scrollFoot table{margin-top:0!important;border-top:none}@media screen and (max-width:767px){div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable td,table.table-bordered.dataTable th{border-left-width:0}table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable th:last-child{border-right-width:0}table.table-bordered.dataTable tbody td,table.table-bordered.dataTable tbody th{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child{padding-right:0}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child{cursor:default!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before{display:none!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{top:9px;left:4px;height:14px;width:14px;display:block;position:absolute;color:#fff;border:2px solid #fff;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New',Courier,monospace;line-height:14px;content:'+';background-color:#337ab7}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before{display:none}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:#fff;border:2px solid #fff;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New',Courier,monospace;line-height:14px;content:'+';background-color:#337ab7}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:0 0!important}table.dataTable>tbody>tr.child ul{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:700}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid #000;border-radius:.5em;box-shadow:0 12px 30px rgba(0,0,0,.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,.6)}@media screen and (max-width:767px){div.dtr-modal div.dtr-modal-display{width:95%}}div.dtr-bs-modal table.table tr:first-child td{border-top:none}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.checkbox,.multiselect-container>li>a>label.radio{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0} \ No newline at end of file + */@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.intl-tel-input{position:relative;display:inline-block}.intl-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.intl-tel-input .hide{display:none}.intl-tel-input .v-hide{visibility:hidden}.intl-tel-input input,.intl-tel-input input[type=tel],.intl-tel-input input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.intl-tel-input .flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.intl-tel-input .selected-flag{z-index:1;position:relative;width:36px;height:100%;padding:0 0 0 8px}.intl-tel-input .selected-flag .iti-flag{position:absolute;top:0;bottom:0;margin:auto}.intl-tel-input .selected-flag .iti-arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.intl-tel-input .selected-flag .iti-arrow.up{border-top:none;border-bottom:4px solid #555}.intl-tel-input .country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll}.intl-tel-input .country-list.dropup{bottom:100%;margin-bottom:-1px}.intl-tel-input .country-list .flag-box{display:inline-block;width:20px}@media (max-width:500px){.intl-tel-input .country-list{white-space:normal}}.intl-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.intl-tel-input .country-list .country{padding:5px 10px}.intl-tel-input .country-list .country .dial-code{color:#999}.intl-tel-input .country-list .country.highlight{background-color:rgba(0,0,0,.05)}.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code,.intl-tel-input .country-list .flag-box{vertical-align:middle}.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .flag-box{margin-right:6px}.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.separate-dial-code input,.intl-tel-input.separate-dial-code input[type=tel],.intl-tel-input.separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.intl-tel-input.allow-dropdown .flag-container,.intl-tel-input.separate-dial-code .flag-container{right:auto;left:0}.intl-tel-input.allow-dropdown .selected-flag,.intl-tel-input.separate-dial-code .selected-flag{width:46px}.intl-tel-input.allow-dropdown .flag-container:hover{cursor:pointer}.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{background-color:rgba(0,0,0,.05)}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover{cursor:default}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag{background-color:transparent}.intl-tel-input.separate-dial-code .selected-flag{background-color:rgba(0,0,0,.05);display:table}.intl-tel-input.separate-dial-code .selected-dial-code{display:table-cell;vertical-align:middle;padding-left:28px}.intl-tel-input.separate-dial-code.iti-sdc-2 input,.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text]{padding-left:66px}.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag{width:60px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text]{padding-left:76px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag{width:70px}.intl-tel-input.separate-dial-code.iti-sdc-3 input,.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text]{padding-left:74px}.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag{width:68px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text]{padding-left:84px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag{width:78px}.intl-tel-input.separate-dial-code.iti-sdc-4 input,.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text]{padding-left:82px}.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag{width:76px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text]{padding-left:92px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag{width:86px}.intl-tel-input.separate-dial-code.iti-sdc-5 input,.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text]{padding-left:90px}.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag{width:84px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text]{padding-left:100px}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag{width:94px}.intl-tel-input.iti-container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.intl-tel-input.iti-container:hover{cursor:pointer}.iti-mobile .intl-tel-input.iti-container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .intl-tel-input .country-list{max-height:100%;width:100%}.iti-mobile .intl-tel-input .country-list .country{padding:10px 10px;line-height:1.5em}.iti-flag{width:20px}.iti-flag.be{width:18px}.iti-flag.ch{width:15px}.iti-flag.mc{width:19px}.iti-flag.ne{width:18px}.iti-flag.np{width:13px}.iti-flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.iti-flag{background-size:5630px 15px}}.iti-flag.ac{height:10px;background-position:0 0}.iti-flag.ad{height:14px;background-position:-22px 0}.iti-flag.ae{height:10px;background-position:-44px 0}.iti-flag.af{height:14px;background-position:-66px 0}.iti-flag.ag{height:14px;background-position:-88px 0}.iti-flag.ai{height:10px;background-position:-110px 0}.iti-flag.al{height:15px;background-position:-132px 0}.iti-flag.am{height:10px;background-position:-154px 0}.iti-flag.ao{height:14px;background-position:-176px 0}.iti-flag.aq{height:14px;background-position:-198px 0}.iti-flag.ar{height:13px;background-position:-220px 0}.iti-flag.as{height:10px;background-position:-242px 0}.iti-flag.at{height:14px;background-position:-264px 0}.iti-flag.au{height:10px;background-position:-286px 0}.iti-flag.aw{height:14px;background-position:-308px 0}.iti-flag.ax{height:13px;background-position:-330px 0}.iti-flag.az{height:10px;background-position:-352px 0}.iti-flag.ba{height:10px;background-position:-374px 0}.iti-flag.bb{height:14px;background-position:-396px 0}.iti-flag.bd{height:12px;background-position:-418px 0}.iti-flag.be{height:15px;background-position:-440px 0}.iti-flag.bf{height:14px;background-position:-460px 0}.iti-flag.bg{height:12px;background-position:-482px 0}.iti-flag.bh{height:12px;background-position:-504px 0}.iti-flag.bi{height:12px;background-position:-526px 0}.iti-flag.bj{height:14px;background-position:-548px 0}.iti-flag.bl{height:14px;background-position:-570px 0}.iti-flag.bm{height:10px;background-position:-592px 0}.iti-flag.bn{height:10px;background-position:-614px 0}.iti-flag.bo{height:14px;background-position:-636px 0}.iti-flag.bq{height:14px;background-position:-658px 0}.iti-flag.br{height:14px;background-position:-680px 0}.iti-flag.bs{height:10px;background-position:-702px 0}.iti-flag.bt{height:14px;background-position:-724px 0}.iti-flag.bv{height:15px;background-position:-746px 0}.iti-flag.bw{height:14px;background-position:-768px 0}.iti-flag.by{height:10px;background-position:-790px 0}.iti-flag.bz{height:14px;background-position:-812px 0}.iti-flag.ca{height:10px;background-position:-834px 0}.iti-flag.cc{height:10px;background-position:-856px 0}.iti-flag.cd{height:15px;background-position:-878px 0}.iti-flag.cf{height:14px;background-position:-900px 0}.iti-flag.cg{height:14px;background-position:-922px 0}.iti-flag.ch{height:15px;background-position:-944px 0}.iti-flag.ci{height:14px;background-position:-961px 0}.iti-flag.ck{height:10px;background-position:-983px 0}.iti-flag.cl{height:14px;background-position:-1005px 0}.iti-flag.cm{height:14px;background-position:-1027px 0}.iti-flag.cn{height:14px;background-position:-1049px 0}.iti-flag.co{height:14px;background-position:-1071px 0}.iti-flag.cp{height:14px;background-position:-1093px 0}.iti-flag.cr{height:12px;background-position:-1115px 0}.iti-flag.cu{height:10px;background-position:-1137px 0}.iti-flag.cv{height:12px;background-position:-1159px 0}.iti-flag.cw{height:14px;background-position:-1181px 0}.iti-flag.cx{height:10px;background-position:-1203px 0}.iti-flag.cy{height:13px;background-position:-1225px 0}.iti-flag.cz{height:14px;background-position:-1247px 0}.iti-flag.de{height:12px;background-position:-1269px 0}.iti-flag.dg{height:10px;background-position:-1291px 0}.iti-flag.dj{height:14px;background-position:-1313px 0}.iti-flag.dk{height:15px;background-position:-1335px 0}.iti-flag.dm{height:10px;background-position:-1357px 0}.iti-flag.do{height:13px;background-position:-1379px 0}.iti-flag.dz{height:14px;background-position:-1401px 0}.iti-flag.ea{height:14px;background-position:-1423px 0}.iti-flag.ec{height:14px;background-position:-1445px 0}.iti-flag.ee{height:13px;background-position:-1467px 0}.iti-flag.eg{height:14px;background-position:-1489px 0}.iti-flag.eh{height:10px;background-position:-1511px 0}.iti-flag.er{height:10px;background-position:-1533px 0}.iti-flag.es{height:14px;background-position:-1555px 0}.iti-flag.et{height:10px;background-position:-1577px 0}.iti-flag.eu{height:14px;background-position:-1599px 0}.iti-flag.fi{height:12px;background-position:-1621px 0}.iti-flag.fj{height:10px;background-position:-1643px 0}.iti-flag.fk{height:10px;background-position:-1665px 0}.iti-flag.fm{height:11px;background-position:-1687px 0}.iti-flag.fo{height:15px;background-position:-1709px 0}.iti-flag.fr{height:14px;background-position:-1731px 0}.iti-flag.ga{height:15px;background-position:-1753px 0}.iti-flag.gb{height:10px;background-position:-1775px 0}.iti-flag.gd{height:12px;background-position:-1797px 0}.iti-flag.ge{height:14px;background-position:-1819px 0}.iti-flag.gf{height:14px;background-position:-1841px 0}.iti-flag.gg{height:14px;background-position:-1863px 0}.iti-flag.gh{height:14px;background-position:-1885px 0}.iti-flag.gi{height:10px;background-position:-1907px 0}.iti-flag.gl{height:14px;background-position:-1929px 0}.iti-flag.gm{height:14px;background-position:-1951px 0}.iti-flag.gn{height:14px;background-position:-1973px 0}.iti-flag.gp{height:14px;background-position:-1995px 0}.iti-flag.gq{height:14px;background-position:-2017px 0}.iti-flag.gr{height:14px;background-position:-2039px 0}.iti-flag.gs{height:10px;background-position:-2061px 0}.iti-flag.gt{height:13px;background-position:-2083px 0}.iti-flag.gu{height:11px;background-position:-2105px 0}.iti-flag.gw{height:10px;background-position:-2127px 0}.iti-flag.gy{height:12px;background-position:-2149px 0}.iti-flag.hk{height:14px;background-position:-2171px 0}.iti-flag.hm{height:10px;background-position:-2193px 0}.iti-flag.hn{height:10px;background-position:-2215px 0}.iti-flag.hr{height:10px;background-position:-2237px 0}.iti-flag.ht{height:12px;background-position:-2259px 0}.iti-flag.hu{height:10px;background-position:-2281px 0}.iti-flag.ic{height:14px;background-position:-2303px 0}.iti-flag.id{height:14px;background-position:-2325px 0}.iti-flag.ie{height:10px;background-position:-2347px 0}.iti-flag.il{height:15px;background-position:-2369px 0}.iti-flag.im{height:10px;background-position:-2391px 0}.iti-flag.in{height:14px;background-position:-2413px 0}.iti-flag.io{height:10px;background-position:-2435px 0}.iti-flag.iq{height:14px;background-position:-2457px 0}.iti-flag.ir{height:12px;background-position:-2479px 0}.iti-flag.is{height:15px;background-position:-2501px 0}.iti-flag.it{height:14px;background-position:-2523px 0}.iti-flag.je{height:12px;background-position:-2545px 0}.iti-flag.jm{height:10px;background-position:-2567px 0}.iti-flag.jo{height:10px;background-position:-2589px 0}.iti-flag.jp{height:14px;background-position:-2611px 0}.iti-flag.ke{height:14px;background-position:-2633px 0}.iti-flag.kg{height:12px;background-position:-2655px 0}.iti-flag.kh{height:13px;background-position:-2677px 0}.iti-flag.ki{height:10px;background-position:-2699px 0}.iti-flag.km{height:12px;background-position:-2721px 0}.iti-flag.kn{height:14px;background-position:-2743px 0}.iti-flag.kp{height:10px;background-position:-2765px 0}.iti-flag.kr{height:14px;background-position:-2787px 0}.iti-flag.kw{height:10px;background-position:-2809px 0}.iti-flag.ky{height:10px;background-position:-2831px 0}.iti-flag.kz{height:10px;background-position:-2853px 0}.iti-flag.la{height:14px;background-position:-2875px 0}.iti-flag.lb{height:14px;background-position:-2897px 0}.iti-flag.lc{height:10px;background-position:-2919px 0}.iti-flag.li{height:12px;background-position:-2941px 0}.iti-flag.lk{height:10px;background-position:-2963px 0}.iti-flag.lr{height:11px;background-position:-2985px 0}.iti-flag.ls{height:14px;background-position:-3007px 0}.iti-flag.lt{height:12px;background-position:-3029px 0}.iti-flag.lu{height:12px;background-position:-3051px 0}.iti-flag.lv{height:10px;background-position:-3073px 0}.iti-flag.ly{height:10px;background-position:-3095px 0}.iti-flag.ma{height:14px;background-position:-3117px 0}.iti-flag.mc{height:15px;background-position:-3139px 0}.iti-flag.md{height:10px;background-position:-3160px 0}.iti-flag.me{height:10px;background-position:-3182px 0}.iti-flag.mf{height:14px;background-position:-3204px 0}.iti-flag.mg{height:14px;background-position:-3226px 0}.iti-flag.mh{height:11px;background-position:-3248px 0}.iti-flag.mk{height:10px;background-position:-3270px 0}.iti-flag.ml{height:14px;background-position:-3292px 0}.iti-flag.mm{height:14px;background-position:-3314px 0}.iti-flag.mn{height:10px;background-position:-3336px 0}.iti-flag.mo{height:14px;background-position:-3358px 0}.iti-flag.mp{height:10px;background-position:-3380px 0}.iti-flag.mq{height:14px;background-position:-3402px 0}.iti-flag.mr{height:14px;background-position:-3424px 0}.iti-flag.ms{height:10px;background-position:-3446px 0}.iti-flag.mt{height:14px;background-position:-3468px 0}.iti-flag.mu{height:14px;background-position:-3490px 0}.iti-flag.mv{height:14px;background-position:-3512px 0}.iti-flag.mw{height:14px;background-position:-3534px 0}.iti-flag.mx{height:12px;background-position:-3556px 0}.iti-flag.my{height:10px;background-position:-3578px 0}.iti-flag.mz{height:14px;background-position:-3600px 0}.iti-flag.na{height:14px;background-position:-3622px 0}.iti-flag.nc{height:10px;background-position:-3644px 0}.iti-flag.ne{height:15px;background-position:-3666px 0}.iti-flag.nf{height:10px;background-position:-3686px 0}.iti-flag.ng{height:10px;background-position:-3708px 0}.iti-flag.ni{height:12px;background-position:-3730px 0}.iti-flag.nl{height:14px;background-position:-3752px 0}.iti-flag.no{height:15px;background-position:-3774px 0}.iti-flag.np{height:15px;background-position:-3796px 0}.iti-flag.nr{height:10px;background-position:-3811px 0}.iti-flag.nu{height:10px;background-position:-3833px 0}.iti-flag.nz{height:10px;background-position:-3855px 0}.iti-flag.om{height:10px;background-position:-3877px 0}.iti-flag.pa{height:14px;background-position:-3899px 0}.iti-flag.pe{height:14px;background-position:-3921px 0}.iti-flag.pf{height:14px;background-position:-3943px 0}.iti-flag.pg{height:15px;background-position:-3965px 0}.iti-flag.ph{height:10px;background-position:-3987px 0}.iti-flag.pk{height:14px;background-position:-4009px 0}.iti-flag.pl{height:13px;background-position:-4031px 0}.iti-flag.pm{height:14px;background-position:-4053px 0}.iti-flag.pn{height:10px;background-position:-4075px 0}.iti-flag.pr{height:14px;background-position:-4097px 0}.iti-flag.ps{height:10px;background-position:-4119px 0}.iti-flag.pt{height:14px;background-position:-4141px 0}.iti-flag.pw{height:13px;background-position:-4163px 0}.iti-flag.py{height:11px;background-position:-4185px 0}.iti-flag.qa{height:8px;background-position:-4207px 0}.iti-flag.re{height:14px;background-position:-4229px 0}.iti-flag.ro{height:14px;background-position:-4251px 0}.iti-flag.rs{height:14px;background-position:-4273px 0}.iti-flag.ru{height:14px;background-position:-4295px 0}.iti-flag.rw{height:14px;background-position:-4317px 0}.iti-flag.sa{height:14px;background-position:-4339px 0}.iti-flag.sb{height:10px;background-position:-4361px 0}.iti-flag.sc{height:10px;background-position:-4383px 0}.iti-flag.sd{height:10px;background-position:-4405px 0}.iti-flag.se{height:13px;background-position:-4427px 0}.iti-flag.sg{height:14px;background-position:-4449px 0}.iti-flag.sh{height:10px;background-position:-4471px 0}.iti-flag.si{height:10px;background-position:-4493px 0}.iti-flag.sj{height:15px;background-position:-4515px 0}.iti-flag.sk{height:14px;background-position:-4537px 0}.iti-flag.sl{height:14px;background-position:-4559px 0}.iti-flag.sm{height:15px;background-position:-4581px 0}.iti-flag.sn{height:14px;background-position:-4603px 0}.iti-flag.so{height:14px;background-position:-4625px 0}.iti-flag.sr{height:14px;background-position:-4647px 0}.iti-flag.ss{height:10px;background-position:-4669px 0}.iti-flag.st{height:10px;background-position:-4691px 0}.iti-flag.sv{height:12px;background-position:-4713px 0}.iti-flag.sx{height:14px;background-position:-4735px 0}.iti-flag.sy{height:14px;background-position:-4757px 0}.iti-flag.sz{height:14px;background-position:-4779px 0}.iti-flag.ta{height:10px;background-position:-4801px 0}.iti-flag.tc{height:10px;background-position:-4823px 0}.iti-flag.td{height:14px;background-position:-4845px 0}.iti-flag.tf{height:14px;background-position:-4867px 0}.iti-flag.tg{height:13px;background-position:-4889px 0}.iti-flag.th{height:14px;background-position:-4911px 0}.iti-flag.tj{height:10px;background-position:-4933px 0}.iti-flag.tk{height:10px;background-position:-4955px 0}.iti-flag.tl{height:10px;background-position:-4977px 0}.iti-flag.tm{height:14px;background-position:-4999px 0}.iti-flag.tn{height:14px;background-position:-5021px 0}.iti-flag.to{height:10px;background-position:-5043px 0}.iti-flag.tr{height:14px;background-position:-5065px 0}.iti-flag.tt{height:12px;background-position:-5087px 0}.iti-flag.tv{height:10px;background-position:-5109px 0}.iti-flag.tw{height:14px;background-position:-5131px 0}.iti-flag.tz{height:14px;background-position:-5153px 0}.iti-flag.ua{height:14px;background-position:-5175px 0}.iti-flag.ug{height:14px;background-position:-5197px 0}.iti-flag.um{height:11px;background-position:-5219px 0}.iti-flag.us{height:11px;background-position:-5241px 0}.iti-flag.uy{height:14px;background-position:-5263px 0}.iti-flag.uz{height:10px;background-position:-5285px 0}.iti-flag.va{height:15px;background-position:-5307px 0}.iti-flag.vc{height:14px;background-position:-5324px 0}.iti-flag.ve{height:14px;background-position:-5346px 0}.iti-flag.vg{height:10px;background-position:-5368px 0}.iti-flag.vi{height:14px;background-position:-5390px 0}.iti-flag.vn{height:14px;background-position:-5412px 0}.iti-flag.vu{height:12px;background-position:-5434px 0}.iti-flag.wf{height:14px;background-position:-5456px 0}.iti-flag.ws{height:10px;background-position:-5478px 0}.iti-flag.xk{height:15px;background-position:-5500px 0}.iti-flag.ye{height:14px;background-position:-5522px 0}.iti-flag.yt{height:14px;background-position:-5544px 0}.iti-flag.za{height:14px;background-position:-5566px 0}.iti-flag.zm{height:14px;background-position:-5588px 0}.iti-flag.zw{height:10px;background-position:-5610px 0}.iti-flag{width:20px;height:15px;box-shadow:0 0 1px 0 #888;background-image:url(../img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.iti-flag{background-image:url(../img/flags@2x.png)}}.iti-flag.np{background-color:transparent}body,button,input,select,textarea{font-family:"Open Sans",Verdana,Tahoma,serif;color:#333}h1,h2,h3,h4,h5,h6{font-family:Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700}.container-fluid.without-padding{padding-left:0;padding-right:0;overflow-x:hidden}.navbar-main{margin-bottom:0;background-color:#0e5077;border:0;min-height:38px;font-family:Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px}.navbar-main li.account{background-color:#043d5f}.navbar-main .navbar-nav>li>a{color:#fff}.navbar-main .navbar-nav>li>a{padding-top:9px;padding-bottom:9px}.navbar-main .navbar-nav>.active>a,.navbar-main .navbar-nav>.active>a:focus,.navbar-main .navbar-nav>.active>a:hover,.navbar-main .navbar-nav>.open>a,.navbar-main .navbar-nav>.open>a:focus,.navbar-main .navbar-nav>.open>a:hover,.navbar-main .navbar-nav>li>a:focus,.navbar-main .navbar-nav>li>a:hover{color:#eee;background-color:#043d5f}#main-menu .navbar-nav{margin-left:-15px;margin-right:-15px}.navbar-main .dropdown-menu{padding:3px 0;border-top:0;border-radius:0}.navbar-main .navbar-nav .dropdown-menu>.active>a,.navbar-main .navbar-nav .dropdown-menu>.active>a:focus,.navbar-main .navbar-nav .dropdown-menu>.active>a:hover,.navbar-main .navbar-nav .dropdown-menu>.open>a,.navbar-main .navbar-nav .dropdown-menu>.open>a:focus,.navbar-main .navbar-nav .dropdown-menu>.open>a:hover,.navbar-main .navbar-nav .dropdown-menu>li>a:focus,.navbar-main .navbar-nav .dropdown-menu>li>a:hover{color:#333;background-color:#eee}@media (max-width:767px){.navbar-main .navbar-nav .open .dropdown-menu>li>a{color:#ddd}.navbar-main .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff}}@media (max-width:991px){.navbar-header{float:none}.navbar-left,.navbar-right{float:none!important}.navbar-toggle{display:block}.navbar-collapse{border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-collapse.collapse{display:none!important}.navbar-nav{float:none!important;margin-top:7px}.navbar-nav>li{float:none}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px}.collapse.in{display:block!important;margin-bottom:10px}}.panel{font-size:.9em}.list-group{font-size:.9em}.list-group-item{border-color:#f5f5f5}.list-group-item .badge{background-color:transparent;color:#666}a.list-group-item.active,a.list-group-item.active:focus,a.list-group-item.active:hover{background-color:#465054;border-color:#465054}.pagination{font-size:.8em}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{color:#fff;background-color:#006687;border-color:#006687}.dropdown-menu>li>a:focus,.navbar-main .dropdown-menu>li>a:hover{text-decoration:none;color:#fff;background-color:#006687}.label{border-radius:0}input[type=file].form-control{height:inherit;margin-bottom:5px}.list-group-item{padding:7px 15px}.panel-body{padding:10px 15px}.has-feedback label~.form-control-feedback{top:27px!important}.list-group-item>i.fa.fa-circle-o{color:grey}.btn{overflow:hidden}body,html{height:100%}body{background-color:#f8f8f8}h1,h2,h3,h4,h5,h6{font-weight:400}a{color:#058}section#header{margin:0;padding:10px 0;background-color:#fff;border-radius:5px 5px 0 0}section#header .logo img{margin:0;padding:0;max-height:50px;vertical-align:middle}section#header .logo-text{font-family:Raleway;font-weight:400;font-size:2.6em;white-space:nowrap}section#header .search{margin:20px 0}section#header .search .form-control{border-color:#eee;box-shadow:none}section#header .search .btn{background-color:#eee;border-color:#eee;color:#888}section#main-body{margin:0;padding:20px 0;min-height:350px;background-color:#fff}section#main-content{margin-bottom:60px}.main-content{margin-bottom:60px;min-height:300px}section#footer{margin:0;padding:20px 10px;background-color:#f8f8f8;border-top:1px solid #ddd;color:#666;font-size:.9em}section#footer p{margin:0}@media (min-width:450px){section#footer{line-height:32px}}section#footer .back-to-top{float:right}section#footer .back-to-top i{padding:10px;background-color:#ddd;color:#888;border-radius:3px;opacity:.7}.adminreturndiv{display:none!important}.alert-bordered-left{border:0;border-left:3px solid;border-radius:0;text-align:left}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar-main>li.dropdown:hover>ul.dropdown-menu{display:block}.navbar-main .navbar-toggle{border-color:transparent}.navbar-main .navbar-toggle .icon-bar{background-color:#eee}.navbar-main .navbar-toggle:focus,.navbar-main .navbar-toggle:hover{background-color:transparent}.navbar-main .navbar-toggle:focus .icon-bar,.navbar-main .navbar-toggle:hover .icon-bar{background-color:#bbb}@media (max-width:991px){.navbar-main .navbar-nav>li>a{padding:3px 20px}.navbar-main .open .dropdown-menu .dropdown-header,.navbar-main .open .dropdown-menu>li>a{padding:3px 25px}}div.header-lined h1{margin-top:0;margin-bottom:15px;padding:6px 0;border-bottom:1px solid #ccc;font-weight:400;color:#058}div.header-lined .breadcrumb{margin-top:-15px;padding-left:0;background:0 0;font-size:.8em;border-radius:0 0 4px 4px}div.header-lined .breadcrumb li a{color:#888}div.header-lined .breadcrumb>.active{color:#0e5077}div.header-lined small{white-space:nowrap;overflow:hidden}@media (max-width:600px){.h1,h1{font-size:26px}.h2,h2{font-size:20px}.h3,h3{font-size:16px}.h4,h4{font-size:14px}.h5,h5{font-size:12px}.h6,h6{font-size:11px}div.header-lined small{display:none}}@media (min-width:380px){.btn-input-padded-responsive{padding-left:20px;padding-right:20px}}@media (min-width:500px){.btn-input-padded-responsive{padding-left:35px;padding-right:35px}}.margin-10{margin:10px}.margin-bottom{margin-bottom:20px}.margin-top-5{margin-top:5px}.margin-bottom-5{margin-bottom:5px}.col-button-left{padding-left:0;padding-right:7px}.col-button-right{padding-left:7px;padding-right:0}.input-inline{display:inline-block}.input-inline-100{width:100px}.select-inline{display:inline-block;width:auto}@media (min-width:992px){.pull-md-left{float:left}.pull-md-right{float:right}}@media (min-width:768px){.pull-sm-left{float:left}.pull-sm-right{float:right}.text-right-sm{text-align:right}}.logincontainer{margin:40px auto 100px auto;padding:0 10px;max-width:500px}.logincontainer.with-social{max-width:650px}.logincontainer .social-signin-btns{padding:23px 0}@media (max-width:500px){.logincontainer .social-signin-btns .btn{display:block;width:100%}}@media (max-width:600px){.logincontainer{margin:0 auto 30px auto}}@media (min-width:768px){.logincontainer.with-social .login-form{padding-right:29px;border-right:1px solid #ddd}.logincontainer .social-signin-btns .btn{display:block;width:100%}}i.icon-rss{color:#f60}section#main-menu{background-color:#006687}section#home-banner{margin:0;padding:50px 0 60px;background-color:#043d5f;color:#fff}section#home-banner h2{margin:0;padding:0 25px 10px 25px}section#home-banner .form-control{border-radius:0;border:0;box-shadow:none;font-weight:300}section#home-banner .btn{border-radius:0;border:0;font-weight:300;color:#fff}section#home-banner .btn.search{background-color:#4ab98b}section#home-banner .btn.transfer{background-color:#bbb}@media (max-width:992px){section#home-banner h2{font-size:26px}}@media (max-width:767px){section#home-banner h2{font-size:22px}}.home-shortcuts{margin:0;background:#25a2c7;color:#fff}.home-shortcuts ul{list-style-type:none;margin:0;padding:0}.home-shortcuts li{float:left;width:24%;padding:5px 3px;border-right:1px solid #0e88b0;font-size:.9em;text-align:center;cursor:pointer;overflow:hidden;white-space:nowrap}.home-shortcuts li:first-child{border-left:1px solid #0e88b0}.home-shortcuts li a{display:block;color:#fff;text-decoration:none}.home-shortcuts li i{font-size:22px}.home-shortcuts li p{margin:2px 0 0;text-transform:uppercase}.home-shortcuts li span{display:none}.home-shortcuts li:hover span{display:inline-block}.home-shortcuts .lead{margin:0;line-height:55px}@media (max-width:992px){.home-shortcuts ul{text-align:center}}@media (max-width:767px){.home-shortcuts li{display:block;float:none;width:100%;border-right:0;border-bottom:1px solid #0e88b0}.home-shortcuts li:first-child{border-left:0}.home-shortcuts li:last-child{border:0}.home-shortcuts ul:hover li{width:100%}}.text-domain{font-size:12px;color:#006687}.client-home-panels .panel>.panel-heading{background-color:#fff;border-bottom:0;font-weight:700}.client-home-panels .panel>.panel-heading .panel-title .btn{color:#fff;border:0}.client-home-panels .panel>.panel-heading .panel-title .btn:hover{color:#000}.client-home-panels .panel small{color:#888}.client-home-panels .panel>.panel-body{padding:0;max-height:170px;overflow:auto}.client-home-panels .panel>.panel-footer{border-top:0}.client-home-panels .panel>.panel-body p{padding:10px 15px}.client-home-panels .panel>.list-group{max-height:170px;overflow:auto;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.client-home-panels .panel>.list-group .list-group-item{padding:4px 10px}.client-home-panels .panel>.list-group .list-group-item:last-child{border-bottom:0}.home-kb-search{margin-bottom:15px}.home-kb-search .form-control{padding-left:50px;background-color:#fff;border:1px solid #eee;color:#999;font-weight:300}.home-kb-search .form-control:focus{border-color:#eee;outline:0;-webkit-box-shadow:none;box-shadow:none}.home-kb-search i{float:left;margin-top:-30px;margin-left:20px;color:#777}.tiles{margin:0 15px 15px 15px}.tiles .tile{padding:12px 20px;background-color:#f8f8f8;border-right:1px solid #ccc}.tiles .tile a{text-decoration:none}.tiles .tile:hover{background-color:#f2f2f2;cursor:pointer}.tiles .tile .highlight{margin-top:4px;height:2px;border-radius:2px}.tiles .tile:last-child{border:0}@media (max-width:767px){.tiles .tile:nth-child(2){border:0}.tiles .tile:nth-child(1),.tiles .tile:nth-child(2){border-bottom:1px solid #ccc}}.tile .icon{position:absolute;top:10px;right:10px;font-size:48px;line-height:1;color:#ccc}.tile .stat{margin-top:20px;font-size:40px;line-height:1}.tile .title{font-weight:700;color:#888;text-transform:uppercase;font-size:12px}.panel.panel-accent-gold{border-top:3px solid #f0ad4e}.panel.panel-accent-green{border-top:3px solid #5cb85c}.panel.panel-accent-red{border-top:3px solid #d9534f}.panel.panel-accent-blue{border-top:3px solid #5bc0de}.panel.panel-accent-orange{border-top:3px solid #f39c12}.panel.panel-accent-pink{border-top:3px solid #e671b8}.panel.panel-accent-purple{border-top:3px solid #7b4f9d}.panel.panel-accent-lime{border-top:3px solid #8cbf26}.panel.panel-accent-magenta{border-top:3px solid #ff0097}.panel.panel-accent-teal{border-top:3px solid #00aba9}.panel.panel-accent-turquoise{border-top:3px solid #1abc9c}.panel.panel-accent-emerald{border-top:3px solid #2ecc71}.panel.panel-accent-amethyst{border-top:3px solid #9b59b6}.panel.panel-accent-wet-asphalt{border-top:3px solid #34495e}.panel.panel-accent-midnight-blue{border-top:3px solid #2c3e50}.panel.panel-accent-sun-flower{border-top:3px solid #f1c40f}.panel.panel-accent-pomegranate{border-top:3px solid #c0392b}.panel.panel-accent-silver{border-top:3px solid #bdc3c7}.panel.panel-accent-asbestos{border-top:3px solid #7f8c8d}.bg-color-gold{background-color:#f0ad4e}.bg-color-green{background-color:#5cb85c}.bg-color-red{background-color:#d9534f}.bg-color-blue{background-color:#5bc0de}.bg-color-orange{background-color:#f39c12}.bg-color-pink{background-color:#e671b8}.bg-color-purple{background-color:#7b4f9d}.bg-color-lime{background-color:#8cbf26}.bg-color-magenta{background-color:#ff0097}.bg-color-teal{background-color:#00aba9}.bg-color-turquoise{background-color:#1abc9c}.bg-color-emerald{background-color:#2ecc71}.bg-color-amethyst{background-color:#9b59b6}.bg-color-wet-asphalt{background-color:#34495e}.bg-color-midnight-blue{background-color:#2c3e50}.bg-color-sun-flower{background-color:#f1c40f}.bg-color-pomegranate{background-color:#c0392b}.bg-color-silver{background-color:#bdc3c7}.bg-color-asbestos{background-color:#7f8c8d}ul.top-nav{float:right;margin-top:8px;padding-left:0;margin-bottom:0;list-style:none;white-space:nowrap}ul.top-nav>li,ul.top-nav>li>a{display:inline-block;position:relative}ul.top-nav>li>a{padding:6px 10px;color:#777;line-height:20px;text-decoration:none}ul.top-nav>li:active>a,ul.top-nav>li:focus>a,ul.top-nav>li:hover>a,ul.top-nav>li>a:focus{color:#333;text-decoration:none;background:0 0}ul.top-nav>li.primary-action{padding-left:15px;margin-left:5px;border-left:solid 1px #ddd}ul.top-nav>li.primary-action>a.btn{padding:6px 15px;background-color:#0e5077;color:#fff;border-radius:3px}ul.top-nav>li>a.btn-logged-in-admin{margin-left:5px;font-size:1.5em}ul.top-nav .tooltip-inner{margin-left:-200px;min-width:250px;width:250px}@media (max-width:991px){ul.top-nav{font-size:.9em}ul.top-nav>li.primary-action>a.btn{padding:4px 12px;font-size:1em}ul.top-nav>li>a.btn-logged-in-admin{margin-top:-2px}}@media (max-width:767px){ul.top-nav{margin:0;font-size:.8em}ul.top-nav>li>a{padding:6px}ul.top-nav>li.primary-action>a.btn{padding:3px 12px;font-size:1em}}div.home-twitter{margin-top:20px;margin-bottom:40px}div.tweet>i{color:#2babcf;float:left;margin-right:15px}div.tweet span{font-size:12px;color:#ccc}div.domainresults div:not(.btn-group){margin:0;padding:10px 25px;background-color:#ddd;color:#666;font-size:1em;border-radius:6px 6px 0 0}div.domainresults div:not(.btn-group) span{padding-left:20px;font-size:14px;color:#888}div.domainresults table tr td{padding:5px 30px;line-height:40px}.domain-checker-container{margin:20px 0;padding:0;background-color:#ffce44;-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px;background:-webkit-gradient(linear,0 0,0 100%,from(#ffb201),to(#ffd960));background:-webkit-linear-gradient(top,#ffd960,#ffb201);background:-moz-linear-gradient(top,#ffd960,#ffb201);background:-ms-linear-gradient(top,#ffd960,#ffb201);background:-o-linear-gradient(top,#ffd960,#ffb201)}.domain-checker-bg{margin:0;padding:80px 0;background-repeat:no-repeat;background-position:110% -5px;background-image:url(../img/globe.png)}@media (max-width:992px){.domain-checker-bg{padding:40px 0}}.domain-checker-container .input-group-box{margin:0 auto;padding:10px;width:100%;background-color:#fff;-moz-border-radius:10px;-webkit-border-radius:10px;-o-border-radius:10px;border-radius:10px}.domain-bulk-options-box{position:absolute;top:18px;right:134px;z-index:100}@media (max-width:767px){.domain-checker-container .input-group-box .input-group-btn{display:block;width:100%}.domain-checker-container .input-group-box .input-group-btn .btn{width:100%;border-radius:6px}.domain-checker-container .input-group-box .form-control{border-radius:6px!important;margin-bottom:5px;float:none}}.domain-check-availability{width:100px}.domain-step-options{min-height:300px}.domain-checker-result-headline{margin:20px;font-size:1.6em;text-align:center}.domain-checker-available{color:#5cb85c}.domain-checker-invalid,.domain-checker-unavailable{color:#d9534f}div.domainresults div.domain-checkout-area{display:none;float:right;padding:8px 40px 0}.domain-disclaimer-area{margin:0 0 25px 0;font-size:12px}.domain-bulk-domain-well{width:60%}.domain-tld-pricing-table-responsive{border:0;margin-bottom:0}a.domain-tld-pricing-category{display:block;text-align:center}.featured-tlds-container{margin:35px 0 15px}.featured-tld{margin:0 0 20px 0;border-radius:4px;box-shadow:0 6px 20px rgba(0,0,0,.1)}.featured-tld .img-container{padding:20px 0;height:115px;line-height:75px;overflow:hidden;text-align:center}@media (max-width:767px){.featured-tld .img-container{height:80px;line-height:40px}}.featured-tld .img-container img{max-width:70%;max-height:100%}.featured-tld .price{padding:5px;background-color:#f9f9f9;color:#555;font-weight:400;line-height:28px;text-align:center;border-radius:0 0 4px 4px}.featured-tld .price.blog{background-color:#a0d5cb;color:#fff}.featured-tld .price.club{background-color:#053796;color:#fff}.featured-tld .price.com{background-color:#3aa4da;color:#fff}.featured-tld .price.couk{background-color:#1d3774;color:#fff}.featured-tld .price.host{background-color:#ed4d42;color:#fff}.featured-tld .price.live{background-color:#ff9e19;color:#fff}.featured-tld .price.name{background-color:#44b03e;color:#fff}.featured-tld .price.net{background-color:#efc00e;color:#fff}.featured-tld .price.online{background-color:#38ce6a;color:#fff}.featured-tld .price.rocks{background-color:#fd563c;color:#fff}.featured-tld .price.shop{background-color:#ff5900;color:#fff}.featured-tld .price.social{background-color:#ff9a00;color:#fff}.featured-tld .price.store{background-color:#0eadb3;color:#fff}.featured-tld .price.tech{background-color:#0db04b;color:#fff}.featured-tld .price.tv{background-color:#ea3438;color:#fff}.featured-tld .price.website{background-color:#2db9ea;color:#fff}.tld-filters{margin:0 0 25px 0}.tld-filters a{display:inline-block;margin-bottom:4px;padding:5px 6px;font-size:90%;font-weight:400;border-radius:2px}.domain-pricing .tld-row{padding-top:3px;padding-bottom:3px;border-bottom:1px solid #f5f5f5}.domain-pricing .tld-row.highlighted{background:#f3f9fd}.domain-pricing .tld-pricing-header .col-sm-4,.domain-pricing .tld-pricing-header .col-xs-4{padding-top:4px;padding-bottom:4px;border-bottom:6px solid #97b5d2;background-color:#efefef;border-radius:4px 4px 0 0}.domain-pricing .no-bg{background-color:transparent!important}.domain-pricing .tld-pricing-header div:nth-child(odd){border-color:#369;background-color:#f5f5f5}.domain-pricing .two-row-center{line-height:28px;margin-top:6px;margin-bottom:6px;border-right:2px solid #c7d7e6}.domain-pricing .tld-row.no-tlds{display:none}.tld-sale-group{padding:1px 3px;color:#fff;font-size:10px;text-transform:uppercase}.tld-sale-group-hot{background-color:#f9615a}.tld-sale-group-sale{background-color:#f7d458}.tld-sale-group-new{background-color:#2ad588}div.announcement-single{margin:0 0 20px 0}div.announcement-single blockquote{margin-top:30px}div.announcement-single .label{margin-right:10px}.announcement-single{margin:0 0 25px 0}.announcement-single .title{font-size:1.5em;font-weight:700}.announcement-single p{margin:2px 0 10px}.announcement-single .article-items{font-size:.85em;color:#888}div.product-details{margin:0 0 20px 0}div.product-details div.product-icon{margin:0;padding:0;background-color:#efefef;border-radius:10px;padding:30px;font-size:60px;line-height:1em}.product-status{margin:0 0 20px 0;padding:0;border-radius:10px}.product-status-pending{background-color:#f89406}.product-status-active{background-color:#46a546}.product-status-suspended{background-color:#0768b8}.product-status-cancelled,.product-status-terminated{background-color:#666}.product-status-fraud{background-color:#000}.product-status-text{padding:5px;color:#fff;text-align:center;text-transform:uppercase}div.product-details-tab-container{margin:0;padding:20px;border:1px solid #ddd;border-top:0}.module-client-area{padding:15px 15px 0 15px}.dataTables_wrapper .dataTables_info{margin:0;padding:9px 10px;background-color:#4f5360;border:0;border-bottom:1px solid #fff;font-size:.9em;color:#fff;border-radius:0;text-align:left!important}div.dataTables_wrapper div.dataTables_info{padding:21px 30px!important;font-weight:300}.dataTables_wrapper table.table-list{margin-top:0!important;margin-bottom:6px!important;width:100%!important}.dataTables_wrapper table.table-list thead th{border-bottom:4px solid #a2d27a;font-weight:400}.dataTables_wrapper table.table-list thead th:nth-child(even){border-bottom:4px solid #7bc144}.dataTables_wrapper table.table-list thead th.sorting_asc,.dataTables_wrapper table.table-list thead th.sorting_desc{background-color:#f6f6f6}.dataTables_wrapper .dataTables_filter{float:right}.dataTables_wrapper .dataTables_filter label{margin:0;padding:12px}.dataTables_wrapper .dataTables_filter label .form-control{background:url(../../../assets/img/search.png) #fff no-repeat 8px 5px;padding:7px 10px 7px 45px!important;border:1px solid #fff;height:auto;width:200px;font-size:13px;border-radius:2px}@media (max-width:600px){.dataTables_wrapper .dataTables_info{padding:9px 10px 40px}.dataTables_wrapper .dataTables_filter{float:right;margin-top:30px;width:100%}.dataTables_wrapper .dataTables_filter label{display:block;margin:5px;padding:0}.dataTables_wrapper .dataTables_filter label .form-control{margin:0;width:100%}}.dataTables_wrapper .dataTables_length{background-color:#f6f6f6;font-size:.8em;color:#888}.dataTables_wrapper .dataTables_length label{padding:10px 10px 0 30px}.dataTables_wrapper .dataTables_length label .form-control{display:inline-block;padding:2px;height:25px;width:auto;border:0}.dataTables_wrapper .dataTables_paginate{float:right;padding:6px 30px 0}.dataTables_wrapper .dataTables_paginate .pagination>li>a,.dataTables_wrapper .dataTables_paginate .pagination>li>span{padding:4px 8px}.pagination>li>a,.pagination>li>span{color:#444}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{background-color:#4f5360;border-color:#4f5360}table.dataTable.dtr-inline.collapsed tbody td:first-child:before,table.dataTable.dtr-inline.collapsed tbody th:first-child:before{top:inherit!important;box-shadow:none!important;line-height:16px!important}.table-container{padding:0 0 25px 0}table.table-list thead th{padding:8px;background-color:#fff;border-bottom:1px solid #ccc;color:#333;text-align:center}.table-list>tbody>tr:hover{cursor:pointer;cursor:hand}table.table-list tbody td{padding:10px;vertical-align:middle;font-size:.94em}.table-list>tbody>tr>td a.border-left{border-left:1px solid #eee;padding-left:20px;display:block}.table-list>tbody>tr>td{background-color:#fff}.table-list>tbody>tr:nth-child(even)>td{background-color:#f8fcfd}table.dtr-inline .dtr-title:empty{display:none!important}table.dtr-inline .responsive-edit-button{display:none}table.dtr-inline.collapsed .responsive-edit-button{display:inherit}.status{display:block;font-size:.9em;line-height:22px;border:2px solid #ccc;border-radius:3px;background-color:#fff;color:#333}.status-custom{background-color:#fff;color:#000;border:1px solid #000;padding:1px}.status-pending{color:#d9534f}.status-pending.transfer{color:#a68500}.status-active,.status-open,.status.completed{color:#3fad46}.status-suspended{color:#f0ad4e}.status-customer-reply{color:#f60}.status-answered,.status-fraud{color:#000}.status-expired,.status-transferred.away{color:#004258}.status-cancelled{color:#9fa29a}.status-terminated{color:#666}.status-onhold{color:#248}.status-inprogress{color:#c00}.status-closed{color:#888}.status-paid{color:#498302}.status-unpaid{color:#ed3e48}.status-cancelled{color:#87939f}.status-collections{color:#9a141e}.status-refunded{color:#319fc3}.status-customer-reply{color:#f60}.status-delivered{color:#248}.status-accepted{color:#498302}.status-dead,.status-lost{color:#000}.affiliate-stat{margin:0;padding:15px;font-size:1.6em;text-align:center}.affiliate-stat span{display:block;font-size:2.4em}.affiliate-stat i{float:left;padding:10px;font-size:4em}.affiliate-referral-link{margin:40px 0}.affiliate-referral-link span{display:block;margin:0;padding:10px;font-size:1.4em;border-radius:10px;border:1px solid #ccc;overflow:hidden}@media (max-width:1200px){.affiliate-stat{font-size:1.2em}.affiliate-stat span{font-size:2.1em}.affiliate-stat i{font-size:3.6em}}@media (max-width:992px){.affiliate-stat{font-size:1em}.affiliate-stat span{font-size:1.6em}.affiliate-stat i{font-size:3em}}.ticket-number{display:block;font-size:1.2em;font-style:italic;color:#2a9fbb}.ticket-subject.unread{font-weight:700}.ticket-attachments-message{padding-top:4px;font-size:.8em}.ticket-reply{margin:10px 0;padding:0;border:1px solid #efefef;background-color:#fff}.ticket-reply.staff{border:1px solid #cce4fc}.ticket-reply .date{float:right;padding:8px 10px;font-size:.8em}.ticket-reply .user{padding:5px 0;background-color:#f8f8f8}.ticket-reply.staff .user{background-color:#f2f9ff}.ticket-reply .user i{float:left;font-size:2.2em;padding:2px 15px}.ticket-reply .user .name{display:block;font-size:.9em}.ticket-reply .user .type{display:block;font-weight:700;font-size:.8em}.ticket-reply .message{padding:12px 15px}.ticket-reply .rating,.ticket-reply .rating-done{float:right;padding:5px 10px;unicode-bidi:bidi-override;direction:rtl;font-size:24px}.ticket-reply .rating span.star,.ticket-reply .rating-done span.star{font-family:FontAwesome;font-weight:400;font-style:normal;display:inline-block}.ticket-reply .rating-done .rated{display:inline-block;font-size:12px;font-family:Tahoma}.ticket-reply .rating span.star:hover{cursor:pointer}.ticket-reply .rating span.star:before,.ticket-reply .rating-done span.star:before{content:"\f006";padding-right:0;color:#999}.ticket-reply .rating span.star:hover:before,.ticket-reply .rating span.star:hover~span.star:before,.ticket-reply .rating-done span.star.active:before{content:"\f005";color:#f2de88}.ticket-reply .attachments{margin:0;padding:10px 20px;border-top:1px dashed #efefef;background-color:#f8f8f8;font-size:.8em}.ticket-reply .attachments ul{margin:0;padding:0 0 0 15px;list-style:none}.ticket-reply .clear{clear:both}.panel>.list-group .ticket-details-children{line-height:20px}.panel>.list-group .ticket-details-children .title{font-size:.9em;color:#999}.ticketfeedbackstaffcont{margin:10px auto;padding:15px;width:90%;background-color:#efefef;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;border-radius:6px}.ticketfeedbackrating{padding:0 100px}.ticketfeedbackrating .rate{float:left;padding:0 10px;min-width:30px;text-align:center}.popover-user-notifications{border-radius:0;padding:5px 10px;border-color:#ddd;min-width:310px;font-family:'Open Sans',sans-serif}.popover-user-notifications .popover-content{padding:0}.popover-user-notifications ul{margin:0;padding:0;list-style:none}.popover-user-notifications ul li{padding:5px 0;min-height:66px;border-bottom:1px solid #ddd}.popover-user-notifications ul li:last-child{border:0}.popover-user-notifications ul li a{display:block;padding:10px 15px 10px 12px;text-decoration:none;color:#555;font-size:.95em}.popover-user-notifications ul li a:hover{background-color:#f6f6f6}.popover-user-notifications ul li i.fa{float:left;padding-top:6px;font-size:21px}.popover-user-notifications ul li i.fa.fa-check-circle{color:#5cb85c}.popover-user-notifications ul li i.fa.fa-warning{color:#ecc317}.popover-user-notifications ul li i.fa.fa-exclamation-circle{color:#ec2d45}.popover-user-notifications ul li .message{margin-left:40px}.popover-user-notifications ul li.none{padding:12px 0;min-height:auto;text-align:center;font-weight:700}.captchaimage{margin:0;padding:3px 0 4px;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;text-align:right}div.credit-card{margin:0 auto 30px;max-width:400px;background-color:#f8f8f8;border:1px solid #ccc;border-radius:8px}div.credit-card div.card-type{float:right;padding:10px 20px;font-size:1.2em}div.credit-card div.card-icon{float:left;padding:7px 7px;font-size:1.2em}div.credit-card div.card-number{padding:10px;background-color:#ccc;font-size:1.6em;text-align:center;clear:both}div.credit-card div.card-start{float:left;padding:20px 0 50px 50px;font-size:1.3em;text-align:right}div.credit-card div.card-expiry{float:right;padding:20px 50px 50px 0;height:120px;font-size:1.3em;text-align:right}div.credit-card div.end{clear:both}@media (max-width:600px){div.credit-card{max-width:250px}div.credit-card div.card-type{font-size:1em}div.credit-card div.card-icon{font-size:1em}div.credit-card div.card-number{padding:6px 10px;font-size:1.2em}div.credit-card div.card-start{padding:20px 0 30px 50px;font-size:.9em}div.credit-card div.card-expiry{padding:20px 50px 30px 0;height:80px;font-size:.9em}}.auth3d-area{border:1px solid #fff}.submit-3d{width:80%;border:1px solid #fff}.invoice-summary{margin:0 0 25px 0;padding:15px;height:500px;background-color:#f8f8f8;border:4px dashed #efefef;border-radius:10px}.invoice-summary-table{margin:25px 0 25px 0;max-height:300px;overflow:auto}.invoice-summary-table td{font-size:.8em}.invoice-summary-table td.total-row{background-color:#efefef;font-weight:700}div.credit-card .logo-visa{color:#1a1f71}div.credit-card .logo-amex{color:#43abdf}div.credit-card .logo-mastercard{color:#ed0b00}div.credit-card .logo-discover{color:#000}div.sidebar .list-group-item-selected{background-color:#319fc3;color:#fff}div.sidebar .list-group-item-selected .badge{background-color:#fff;color:#319fc3}@media (max-width:991px){.panel-actions{border:0;box-shadow:none}.panel-actions>.panel-heading>.panel-title{display:inline}.panel-actions>.panel-heading{border-radius:3px}.panel-actions>.list-group{padding:10px;overflow-x:scroll;overflow-y:none;white-space:nowrap}.panel-actions>.list-group .list-group-item{display:inline-block;border:1px solid #ddd!important;border-radius:3px!important;white-space:nowrap;text-align:center;padding:5px 25px;margin:2px}.panel-actions>.list-group .list-group-item>.badge{float:none;margin:-2px 0 0 10px}}div#twofaactivation{margin:0 auto;padding:15px 30px;width:85%;background-color:#efefef;border-radius:10px}div#twofaactivation .errorbox{margin:0 0 20px 0;padding:10px 20px;background-color:#ff4f4f;text-shadow:none;color:#fff;text-align:center;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px}div#twofaactivation p{margin:15px 0}#popup-backdrop{background-color:#2e363f;padding:15px;height:100%}.popup-header-padding{margin-top:5px;margin-bottom:5px}.btn.btn-action{background-color:#72ca06;border-color:#498302}.kb-category{margin:0 0 10px 0}.kb-category a{display:block;margin:0 0 2px 0;font-weight:700;text-decoration:none}.kb-category a small{color:#888}.kbarticles{padding:0 0 25px 0;font-size:.8em}.kbarticles a{font-size:1.2em;font-weight:700}.kbarticles a .glyphicon{color:#8ce}h3.kb-alsoread{padding:8px 15px;background-color:#eee;border-radius:6px;font-size:.9em}.kb-article-title{margin:0 0 22px 0;font-size:1.6em}.kb-article-title h2{margin:0}.kb-article-title .btn-print{float:right;font-size:1em}.kb-article-content{margin:0 0 30px 0;font-size:1.2em;line-height:1.2em;font-weight:200}.kb-rate-article{margin:20px 0;padding:15px 20px;background-color:#eff7ff;font-size:1.4em;line-height:38px;font-weight:200;color:#4d7cab}.kb-rate-article .btn-lg{padding:0 16px}.kb-article-details{color:#999;list-style:none;margin:35px 5px;padding:0;font-size:.9em}.kb-article-details li{float:left;padding-right:30px}.kb-search .form-control{box-shadow:none;border-radius:3px}.kb-search>.input-group-btn>.btn{border-radius:0 3px 3px 0}#stepResults{font-size:20px}#stepResults .label{font-size:20px}@media (max-width:992px){#stepResults{font-size:14px}#stepResults .label{font-size:14px}div.domainresults table tr td{padding:5px 5px}}@media print{#main-menu,#top-nav,.header-lined,.sidebar{display:none}a[href]:after{content:""!important}}h3.with-badge::after{content:'.';color:#fff}h3.with-badge i,h3.with-badge span{float:left;padding-right:8px}h3.with-badge .badge{line-height:initial;margin-top:3px}@media (min-width:992px){h3.with-badge .badge{padding:3px 7px 3px 8px}.sidebar .list-group-item .badge{margin-top:-2px;padding:3px 7px 3px 8px;line-height:initial;min-width:36px}}.admin-masquerade-notice{margin:25px 0 0 auto;padding:4px 10px;max-width:240px;font-family:Tahoma;font-size:.7em;text-align:right}.admin-masquerade-notice a{text-decoration:underline}.language-popover{max-width:450px;width:100%;background-color:rgba(20,20,20,.98);background-image:url(../img/worldmap.png);background-repeat:no-repeat;font-size:.8em}.language-popover.popover.bottom>.arrow:after{border-bottom-color:rgba(20,20,20,.97)}.language-popover .popover-content ul{margin:6px 0 14px 0;padding:0;max-width:400px;list-style-type:none;overflow:hidden}.language-popover .popover-content li{float:left;display:inline;padding:0 20px 0 40px;width:33.333%;line-height:2em}.language-popover .popover-content li a{color:#f2f2f2}@media (max-width:480px){.language-popover{max-width:250px;background-position:-50px 0}.language-popover .popover-content li{padding:0 20px;width:50%}}.login-popover{font-size:12px}.login-popover .form-group{margin-bottom:5px}.login-popover hr{margin:5px 0}tr.masspay-invoice-detail td{font-size:.8em}tr.masspay-total td{background-color:#efefef;font-weight:700}.error-container{text-align:center}.error-container h1{margin-top:40px}.error-container .buttons{margin:25px 0}.error-container .buttons .btn{margin:5px}.panel-collapsable>.panel-heading{cursor:pointer}.panel-collapsable>.panel-body-collapsed{display:none}.licensing-addon-latest-download h3{margin-top:0}#google-recaptcha-domainchecker{width:304px;height:78px;margin-top:15px;margin-bottom:15px}#default-captcha-domainchecker{margin-top:15px;margin-bottom:-63px}#default-captcha-domainchecker #inputCaptcha{width:100px;border-radius:4px}.domainchecker-homepage-captcha #google-recaptcha-domainchecker{margin-bottom:-46px}@media (max-width:991px){#google-recaptcha-domainchecker{padding-left:2.5%}#default-captcha-domainchecker{margin-bottom:-25px}}@media (max-width:736px){#google-recaptcha-domainchecker{transform:scale(.935);transform-origin:0 0;-webkit-transform:scale(.935);-webkit-transform-origin:0 0}}@media (max-width:384px){#google-recaptcha-domainchecker{transform:scale(.96);transform-origin:0 0}}@media (max-width:360px){#google-recaptcha-domainchecker{transform:scale(.89);transform-origin:0 0}}@media (max-width:320px){#google-recaptcha-domainchecker{padding-left:13.5%;transform:scale(.83);transform-origin:0 0;-webkit-transform:scale(.785);-webkit-transform-origin:0 0}}.email-verification{margin:0;padding:10px;font-weight:300;background-color:#f8f8f8;border-bottom:1px solid #eee;color:#333}.email-verification .text{display:block;padding:6px 0}.email-verification .btn{margin:3px 0;padding:3px 10px;background-color:#50525f;border-color:#50525f;color:#fff;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-verification .btn:active,.email-verification .btn[disabled]:hover{background-color:#50525f;border-color:#50525f;color:#fff}.email-verification .btn.close{margin-left:10px;background-color:transparent;color:rgba(55,55,55,.5);font-size:22px;opacity:1}.email-verification .btn.close:hover{color:rgba(55,55,55,.8)}.email-verification .fa{color:#666;float:left;padding:2px 10px 0 0;font-size:24px}@media (min-width:768px){.email-verification .text{padding-top:9px;padding-bottom:0}.email-verification .btn{margin:0;padding:9px 25px}.email-verification .button{float:right}.email-verification .fa{font-size:36px}}.email-verification.success{background-color:#ebfde4;border-bottom:1px solid #e3f7d5;color:#5cb85c}.email-verification.success .fa{color:#6fbb51}.email-verification.failed{background-color:#fdf8e3;border-bottom:1px solid #f7f3d0;color:#b3a879}.email-verification.failed .fa{color:#b3a879}.md-editor{border:1px solid #ddd;border-radius:3px}.md-editor>.btn-toolbar{background-color:#fff!important}.md-editor>.md-preview,.md-editor>textarea.markdown-editor{padding:15px!important;border-top:1px solid #ddd!important;border-bottom:1px solid #ddd!important;background-color:#fff!important}div.md-editor.active{display:block;border:1px solid #ddd;outline:0;-webkit-box-shadow:none;box-shadow:none}.markdown-editor-status{padding:2px 10px;font-size:9pt;color:#959694;text-align:right}.small-font{font-size:.9em}.markdown-content h1{font-size:1.6em;color:#333}.markdown-content h2{font-size:1.4em;color:#333}.markdown-content h3{font-size:1.2em;color:#333}.markdown-content h4{font-size:1.1em;color:#333}.markdown-content pre{padding:15px;background-color:#444;color:#f8f8f8;border:0}.markdown-content pre code{white-space:pre;word-break:normal;word-wrap:normal}.markdown-content blockquote{font-size:1em}.markdown-content table{margin:10px 0;background-color:#fff;border:1px solid #ddd}.markdown-content table>thead>tr>th{padding:4px 10px;background-color:#f8f8f8;border:1px solid #ddd;font-weight:700;text-align:center}.markdown-content table>tbody>tr>td{padding:3px 8px;border:1px solid #ddd}.panel-sidebar{border-color:#eee;font-size:15px}.panel-sidebar>.panel-heading{color:#333;background-color:#f5f5f5;border-bottom:0}.panel-sidebar .panel-title{font-size:1.1em;font-weight:300;font-family:'Open Sans',sans-serif;line-height:26px;color:#555}.panel-sidebar .panel-minimise{margin-top:4px;color:#ddd;cursor:pointer;transition:transform .2s ease}.panel-sidebar .panel-minimise.minimised{transform:rotate(180deg);margin-top:7px}.panel-sidebar>.panel-footer{color:#333;background-color:#f5f5f5;border-top:0}.panel-sidebar .list-group-item{line-height:24px}.panel-sidebar .list-group-item i.fa:not(.fa-circle-o):not(.fa-dot-circle-o){float:right;line-height:24px;font-size:18px;color:#ccc}.panel-sidebar .list-group-item.disabled,.panel-sidebar .list-group-item.disabled:focus,.panel-sidebar .list-group-item.disabled:hover{background-color:transparent;opacity:.5}.panel-sidebar a.list-group-item:hover i.fa{color:#666!important}.panel-sidebar a.list-group-item.active,.panel-sidebar a.list-group-item.active:focus,.panel-sidebar a.list-group-item.active:hover{background-color:#465054;border-color:#465054}.panel-sidebar a.list-group-item.active i,.panel-sidebar a.list-group-item.active:focus i,.panel-sidebar a.list-group-item.active:hover i{color:#fff}.panel-sidebar.view-filter-btns .list-group-item.active,.panel-sidebar.view-filter-btns .list-group-item.active:focus,.panel-sidebar.view-filter-btns .list-group-item.active:hover{background-color:#eee;border-color:#eee;color:#555}.panel-sidebar .recent-ticket{line-height:20px}.store-order-container{margin:20px 0;padding:30px}.store-order-container h2{margin-top:0}.store-order-container .btn{padding:10px 30px;font-size:1.15em;font-weight:300}.store-order-container .store-domain-tabs{margin-top:20px}.store-order-container .store-domain-tabs li a{margin-right:10px;padding:7px 15px;background-color:#f9f9f9;border-bottom:1px solid #ddd}.store-order-container .store-domain-tabs li.active a{background-color:#fff;border-bottom:1px solid transparent}.store-order-container .store-domain-tab-content{margin-bottom:20px;padding:20px;border:1px solid #ddd;border-top:0}.store-order-container .store-domain-tab-content a{text-decoration:underline}.store-order-container .store-domain-tab-content a:hover{text-decoration:none}.store-order-container .payment-term h4{margin-top:25px}@media (min-width:768px){.store-order-container .payment-term{float:right}.store-order-container .payment-term h4{margin-top:0}}.store-order-container .domain-validation{display:block;padding-top:5px;font-size:1.2em;font-weight:300;color:#888}.store-order-container .domain-validation.ok{color:#53a22d}.store-promoted-product{margin:50px 0;padding:30px 30px 50px 30px;background-color:#f6f6f6}.store-promoted-product .icon{height:200px;line-height:200px;text-align:center;overflow:hidden}.store-promoted-product .icon img{max-width:100%;max-height:100%}.store-promoted-product ul.features{margin:20px 0;padding:0;list-style:none;font-size:1.1em;font-weight:300}.store-promoted-product ul.features li{float:left;width:50%;margin-bottom:5px}.store-promoted-product ul.features li .fa:not(.fa-spinner){font-size:1.2em;color:#91c590;margin-left:20px;margin-right:10px}.store-promoted-product .btn{margin-top:10px;padding:10px 30px;font-size:1.2em;font-weight:300}.promo-banner{margin:20px 0;padding:15px 10px 20px 10px;background-color:#fff;border:1px solid #ddd;font-size:1em;overflow:auto}.promo-banner .icon{float:left;margin:0 20px 0 0}.promo-banner img{max-width:300px;max-height:200px}.promo-banner .icon-left{margin-bottom:10px;text-align:center}@media (max-width:767px){.promo-banner form{text-align:center}}@media (min-width:768px){.promo-banner img{max-width:100%;max-height:100%}.promo-banner .icon-left{float:left;margin:0;width:155px}.promo-banner .content{margin-left:185px}}.promo-banner h3{margin:0;padding:0;font-size:24px;font-weight:300}.promo-banner h4{font-size:18px;font-weight:300}.promo-banner p{margin:5px 0}.promo-banner ul{margin:0;padding:0;list-style:none;font-size:.92em}.promo-banner ul li{margin-bottom:4px}@media (min-width:1200px){.promo-banner ul li{float:left;width:50%}}.promo-banner .fa:not(.fa-spinner){font-size:1.2em;color:#91c590;margin-left:20px;margin-right:10px}.promo-banner a{color:#f60;text-decoration:underline}.promo-banner .btn{margin:6px 0 0 0;padding:8px 30px;background-color:#f60;border:0;color:#fff}@media (max-width:650px){.promo-banner .icon{width:100%;margin-bottom:15px}}.promo-banner-rounded{border-radius:4px}.promo-cart{margin-top:0;margin-bottom:0;border-bottom:0}.promo-cart:first-child{margin-top:20px}.promo-cart:last-child{margin-bottom:20px;border-bottom:1px solid #ddd}.promo-cart{padding:20px;border-left:0;border-right:0}.promo-cart .btn-add{padding:7px 18px;font-size:1.1em}.promo-cart h3{margin:0 0 10px 0;font-size:20px}.promo-cart h4{font-size:17px}@media (min-width:768px){.promo-cart .icon-left{width:120px}.promo-cart .content{margin-left:140px}}.promo-cart .pricing{text-align:center}@media (min-width:768px) and (max-width:991px),(min-width:1200px){.promo-cart .pricing{float:right;margin-top:-10px}}.promo-cart .pricing h3{margin-bottom:0}.promo-cart{border-top:2px solid #00548a}.promo-cart .btn-add{background-color:#00548a}.promo-cart a{color:#39f}.promo-cart ul li{float:none;width:100%;margin-bottom:4px}.promo-banner-slim{padding:10px}.promo-banner-slim .icon-left{width:85px}.promo-banner-slim .content{margin-left:110px}.promo-banner-slim h3{font-size:18px}.promo-banner-slim h4{font-size:14px}.promo-banner-slim .btn{margin:0 20px 0 0;padding:6px 20px}.promo-banner.symantec-ssl{border-top:3px solid #43737f}.promo-banner.symantec-ssl .btn{background-color:#4da24c}.promo-banner.weebly{border-top:3px solid #2990ea}.promo-banner.weebly .btn{background-color:#2990ea}.promo-banner.spamexperts{border-top:3px solid #58585a}.promo-banner.spamexperts .btn{background-color:#58585a}.promo-banner-slim.weebly .icon-left{width:160px}.promo-banner-slim.weebly .content{margin-left:185px}.panel-mc-sso .icon-container{margin:0 auto;max-width:400px}.panel-mc-sso .icon-container img{max-width:100%;max-height:175px}.social-signin-btns{text-align:center}.social-signin-btns .btn{margin-bottom:5px}.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social i.fa{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,.2)}.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,.2)}.btn-facebook.active,.btn-facebook:active,.btn-facebook:focus,.btn-facebook:hover,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,.2)}.btn-facebook.active,.btn-facebook:active,.open .dropdown-toggle.btn-facebook{background-image:none}.btn-facebook.disabled,.btn-facebook.disabled.active,.btn-facebook.disabled:active,.btn-facebook.disabled:focus,.btn-facebook.disabled:hover,.btn-facebook[disabled],.btn-facebook[disabled].active,.btn-facebook[disabled]:active,.btn-facebook[disabled]:focus,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook,fieldset[disabled] .btn-facebook.active,fieldset[disabled] .btn-facebook:active,fieldset[disabled] .btn-facebook:focus,fieldset[disabled] .btn-facebook:hover{background-color:#3b5998;border-color:rgba(0,0,0,.2)}.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,.2)}.btn-google.active,.btn-google:active,.btn-google:focus,.btn-google:hover,.open .dropdown-toggle.btn-google{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,.2)}.btn-google.active,.btn-google:active,.open .dropdown-toggle.btn-google{background-image:none}.btn-google-plus.disabled.active,.btn-google-plus.disabled:active,.btn-google-plus.disabled:focus,.btn-google-plus[disabled].active,.btn-google-plus[disabled]:active,.btn-google-plus[disabled]:focus,.btn-google-plus[disabled]:hover,.btn-google.disabled,.btn-google.disabled:hover,.btn-google[disabled],fieldset[disabled] .btn-google,fieldset[disabled] .btn-google-plus.active,fieldset[disabled] .btn-google-plus:active,fieldset[disabled] .btn-google-plus:focus,fieldset[disabled] .btn-google-plus:hover{background-color:#dd4b39;border-color:rgba(0,0,0,.2)}.btn-twitter{color:#fff;background-color:#2ba9e1;border-color:rgba(0,0,0,.2)}.btn-twitter.active,.btn-twitter:active,.btn-twitter:focus,.btn-twitter:hover,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#1c92c7;border-color:rgba(0,0,0,.2)}.btn-twitter.active,.btn-twitter:active,.open .dropdown-toggle.btn-twitter{background-image:none}.btn-twitter.disabled,.btn-twitter.disabled.active,.btn-twitter.disabled:active,.btn-twitter.disabled:focus,.btn-twitter.disabled:hover,.btn-twitter[disabled],.btn-twitter[disabled].active,.btn-twitter[disabled]:active,.btn-twitter[disabled]:focus,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter,fieldset[disabled] .btn-twitter.active,fieldset[disabled] .btn-twitter:active,fieldset[disabled] .btn-twitter:focus,fieldset[disabled] .btn-twitter:hover{background-color:#2ba9e1;border-color:rgba(0,0,0,.2)}.providerPreLinking{min-height:52px}.providerLinkingFeedback{display:none}#registration{margin:0;padding:0 0 40px 0}#registration .field-container{margin:0 0 30px 0}#registration label{font-weight:300;color:#666;font-size:13px}#registration .info-text-sm{font-size:.85em;text-align:center}#registration .sub-heading{height:0;border-top:1px solid #ddd;text-align:center;margin-top:20px;margin-bottom:30px}#registration .sub-heading span{display:inline-block;position:relative;padding:0 17px;top:-11px;font-size:16px;color:#058;background-color:#fff}#registration .prepend-icon{top:0;left:0;display:inline-block;vertical-align:top;position:relative;width:100%;font-weight:400}#registration .field,#registration .form-control{position:relative;vertical-align:top;border:1px solid #ddd;display:-moz-inline-stack;display:inline-block;color:#626262;outline:0;background:#fff;height:36px;width:100%;border-radius:3px;font-size:13px}#registration .input-group-lg>.form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px 0 0 6px}#registration .form-control-qty{width:70px;text-align:center}#registration .form-control-static-inline{display:inline-block}#registration .form-control:focus{border-color:#ddd;outline:0;-webkit-box-shadow:none;box-shadow:none}#registration textarea.field{height:auto}#registration .prepend-icon .field{-webkit-appearance:none;padding-left:36px}#registration .prepend-icon .field-icon i{position:relative;font-size:14px}#registration .prepend-icon .field-icon{top:0;z-index:4;width:42px;height:36px;color:inherit;line-height:36px;position:absolute;text-align:center;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;pointer-events:none}#registration .field-icon i{color:#bbb}#registration .field[disabled],#registration .field[readonly]{background-color:#f8f8f8;opacity:1}#registration .field-help-text{display:block;margin-top:5px;margin-bottom:10px;color:#888;font-size:12px}.intl-tel-input{width:100%}.bootstrap-switch{display:inline-block;direction:ltr;cursor:pointer;border-radius:4px;border:1px solid;border-color:#ccc;position:relative;text-align:left;overflow:hidden;line-height:8px;z-index:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-switch .bootstrap-switch-container{display:inline-block;top:0;border-radius:4px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block!important;height:100%;padding:6px 12px;font-size:14px;line-height:20px}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on{text-align:center;z-index:1}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary{color:#fff;background:#428bca}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info{color:#fff;background:#5bc0de}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success{color:#fff;background:#5cb85c}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning{background:#f0ad4e;color:#fff}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger{color:#fff;background:#d9534f}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default{color:#000;background:#eee}.bootstrap-switch .bootstrap-switch-label{text-align:center;margin-top:-1px;margin-bottom:-1px;z-index:100;color:#333;background:#fff}.bootstrap-switch .bootstrap-switch-handle-on{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch .bootstrap-switch-handle-off{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch input[type=checkbox],.bootstrap-switch input[type=radio]{position:absolute!important;top:0;left:0;opacity:0;z-index:-1}.bootstrap-switch input[type=checkbox].form-control,.bootstrap-switch input[type=radio].form-control{height:auto}.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{padding:1px 5px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label{padding:5px 10px;font-size:12px;line-height:1.5}.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{padding:6px 16px;font-size:18px;line-height:1.33}.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-indeterminate,.bootstrap-switch.bootstrap-switch-readonly{cursor:default!important}.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label{opacity:.5;cursor:default!important}.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{-webkit-transition:margin-left .5s;transition:margin-left .5s}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch.bootstrap-switch-focused{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label{border-bottom-left-radius:3px;border-top-left-radius:3px}.md-editor{display:block;border:1px solid #ddd}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:14px;outline:0;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}table.dataTable{clear:both;margin-top:6px!important;margin-bottom:6px!important;max-width:none!important;border-collapse:separate!important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap td,table.dataTable.nowrap th{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:400;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:400;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc{padding-right:30px}table.dataTable thead>tr>td:active,table.dataTable thead>tr>th:active{outline:0}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:.5}table.dataTable thead .sorting:after{opacity:.2;content:"\e150"}table.dataTable thead .sorting_asc:after{content:"\e155"}table.dataTable thead .sorting_desc:after{content:"\e156"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0!important}div.dataTables_scrollBody table{border-top:none;margin-top:0!important;margin-bottom:0!important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child td,div.dataTables_scrollBody table tbody tr:first-child th{border-top:none}div.dataTables_scrollFoot table{margin-top:0!important;border-top:none}@media screen and (max-width:767px){div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable td,table.table-bordered.dataTable th{border-left-width:0}table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable th:last-child{border-right-width:0}table.table-bordered.dataTable tbody td,table.table-bordered.dataTable tbody th{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child{padding-right:0}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child{cursor:default!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before{display:none!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{top:9px;left:4px;height:14px;width:14px;display:block;position:absolute;color:#fff;border:2px solid #fff;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New',Courier,monospace;line-height:14px;content:'+';background-color:#337ab7}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before{display:none}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:#fff;border:2px solid #fff;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New',Courier,monospace;line-height:14px;content:'+';background-color:#337ab7}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:0 0!important}table.dataTable>tbody>tr.child ul{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:700}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid #000;border-radius:.5em;box-shadow:0 12px 30px rgba(0,0,0,.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,.6)}@media screen and (max-width:767px){div.dtr-modal div.dtr-modal-display{width:95%}}div.dtr-bs-modal table.table tr:first-child td{border-top:none}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.checkbox,.multiselect-container>li>a>label.radio{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0} \ No newline at end of file diff --git a/css/index.php b/css/index.php new file mode 100644 index 00000000..2021b6af --- /dev/null +++ b/css/index.php @@ -0,0 +1,2 @@ +hi5SbtqP(xRsy@PC_6++;y{&b(itE za(;i@$tIhu%qF`O`s?8pW_ISzx#u2v{P{fM-?#ozmdu&J9q%>q(%KdlkK6}};PmZ9 zoSxFj4^A&)pD&lI@7sVLi6T@5DFFcj?Dq$^ieCr-@}D~N8&oOy+jk!1E0?{FG`fE$ zG-!UZfSO;8usc4aO>JK;03>wlw<6uenHP_sBExmaH%YcXuHS#R9)Eo%a66zL^111R zKVAci=Kxj@Km4No6z4lr<*V@kMlXXC0+hrEEZM_+CYpxeY-b8D#ybVTk*u4dbe~w$ zl!vWbb?NXUnZ;gP@xDC*U^|(E+V2=z1;Cn&(SzFW^tK%WVBU|{^x3c6zY(QG2!RlN z_q+TT(*?k{p4&aBCDd#^7#c$DxLX!UeCzaoFs`@>Y4yA# zB8G#{-*qj|ygw7vgD%>2i{0<&pBz43OYr&Qc5~MkKEkVX|2k|5Zn=LB55GSGlpY>+ z$ItA3zjEH-&ci=m>XojKAMNAme@tThXdkAP_*wyLuSMh+I@Vqbl%Dr(+k{DjI?jyE z8*RQO<)HQ}gy^|nDT!>WpzXPrX@B_*V!QVA&UE^qkDYo@dP62ncmIo~e?E@h*o@HB zr23GCi6bwY>>EEv?w3DL*r$=|@Y(D2n+tm$jD*qt2rtas%2{^3q&6@>4wDt@sjY=>ZkyaRlK;Q($1vo$`iQia#i7#EvGrU0nY@Sd$ zsQYZf=6wR-`QovI+V4fx+w66_e_sFn%5E&J@Ad^-j%3S^J&}dliih^#M zgu^-}0x2b$0I$b^LsPLVtH%v;O4Irt^$JFfg2jvN*Zob`?N^86Ai22$&OFn8?Y_G9 z&3=khfJx~vIu$my!S+D^s!Br4;V?1hr-^=la)4+%6dl9TkR&N02$sW1?d5HHD(euY`X52CO>Z3!1=*_0KDig6(p|7c~;>ozb6SO7$R(nB8-)M?k^IOiVF zJl(#E7;(Pz;Uhe<^ZlOp^$ian#2dzQ$9v5^>u9GHvCqF>M~k6o3RY(n&Fi#f*Kiz> z>PGHocKdbfxlbHEUQ_buyq@`wOs%h>vIQ{b`7ybJulmKn?2q+e;?fOe)Ltl-w8jFLV`eI9VK4?V6&}5xaQs| z{gXD}9=->~8An=5vg8oI3ZuOi>w`*{Y+3!CcZO6p|H5ycm0!7d9+O8EpbWx1be-d) zpox76D+|BzM_Dv;9KZjdg;zGVv#4+ zT-<#1Oxjy@?tk)QN{UlB|CI4GwT8Iq@?!+R`nsrmdsm2EZE-B?s6_?-abAG{Sni)H zdotXV{P-4%zxxFmAA5<)ul^jVn@P!z^MdQ_t8Q7)`}|shi^>8_sox1%KVW@E2hXot z25KKX@~)+Jzmsn0qhE_}Tyq+CeCu*lB-KCuEsb|Qj8K(+bv167(f59k7Nc@YSbW=^ zjLI!ZdY>)#4X!RRFJ$Wya@XMQUr}bS?iqjGKB)b^_VqDCYJ>cNFGD^S4Y1EN2K5|o z%9$lMm6@y@XR@)(Vo!lZTZ$x}5Nj3LzxnFm)_U>gA>9wI-%XYMQtvcm+%4R4 z{~BUZ9ib`|W&1e4%+1y5oeWP=ah-7znG5E0(KC@SEm_j$Y5p0ukRDuZ6Nx_mR;2CI zQtacipPqGFHz{p7^~9dHe<2zIN3Gr2Oee2#>qpeKu75qOb8*x3FbT4x4u89q?;N!5PQwBouY9Y{T#apId^mqE_Zl+RIb#P9hpt?HgBoPXLU) z<9wNu`YM9K;q&j^Y#)J?YZppON+uSk@%Yzf@vo(O`SYTk9I28JeB{Cezqlj8FZ!}; zw_~u<43qitOMA6)*O>&!h>NXT~Z1P8cyTGfbEL z;mnif$(+mQ6CUYgePG~tfck|W9R}nkJ$>vfl{(k&@TwDHbk25G{ zGNg2!`_Je>pEtRt{8a9r{|#KKqx*M83>JO?RzG@}KNmp!CSm`LnS(lBkISY;YqKW| zYQOt^gYw=PgS&sfxOzzKJ43Y}${splQ2X6={gQ;;^KN-4@xSGwv3xJI1asBLY`X3T zT>D@pt?iNINbyHswy*lzX|gBV%eCW9jjNBv^@=8pxy zzVZc9xLu@w=S%o5I33~lcJIdwV8nOXJjPjuqITDdWH3zVh1Y5S{XNKNjMAO9J*s6H zGA&K8q%)Pj))n$@XBt6M?Ozv`0>5f&iK&CJSA~$$ z>lxX9j=%fRBzajun8_(RnsW5BE#~b@=-p=~)zkiyW$7woGNSygWG_2jsN=hT3lWY; zgs{af%St@Sd5;e6et7Ac9{2BlIa%q)pKn=KA_h_Pynn~#NahwpzCRJPdz9n-^|B+k z8wnt4+Wtb%AvW=Z9x&p?S7esb&N`zUgF)~QT{vq<`A|#osKJeqtga9MH?QiSo*f)J z++VwIrs(p&9ZZT8EG&-V;3fQTftOXewZn%l1ck&IE+Te_k`DrgO1RyLWr9E;v;$JO zWe8BD9nxfi%Wsg9YT!CIVSF9?B`E+!Q7}!5V;wrb@CHd0@`y%!%*W3Rsl0B!o;9fb zs;9RMX)Nx8QwO)-8`jzV)-kyAP=GxTOUDc@-(0YL`{l^zt60dgDayd$Jpb2f6Re+JE4HIK$RAY(#P_>Ht%diH!N~8eJr}~Y5>l<`7xSW zLpU^*(!w;xm*udxww=v88@pt*-S6C%oNs=h?ZMSYm>;CtvYC_#d0liDDiX4plv2jp zI|w#3kuh=@iorq% zF}7ZAnMfpBVxO(8-Okzn`Z{%;&4=^S->m9AzrwP(X7Y*Lf96*Xv!TXJoi8l@2aj%e zx97O>?=Q6b{o?Y$rDONb8`8Xjp^B#;KI7LfX>eDCzj&!b4@dRoUrK&(6MizdbC}S} z{(bu$GJWhwp4imD`~yf?LVA;Z0O+qEiL>$w-$hJ?aN|zmc`Y_WK-iv<6F<}psgd?We4h&fF^j%&fFrYq^6=~ zq+_EvPyD;bdyHw{HKg{63tVaPW_Knwt0MNZUtO^tf&nHG4SoyH`tX#Gk5s+3263=Znzx{-Fjw;nUN^242W zj#cWFZ_DW;QdzerKzrCA&8sneL<*}aI|)Sl;UJbuhC9reW7hHcnXh7+b)0$OUVFR? zesh?gHO*sk-*x-AbVmCD9Yg^uY|;K|Gp+w_!V2{quRng9E!$mi?j(8RdIuvq6s$pT zA9U$_UwKj1Sv6V>g<@u zqp<6~`n5ac@Z%KUxgWB)MKeyu=d^3M4V|!k}Xx$8!J}6TRaND(07^y zgZXA)pP#tk0DTYw)Pzi6nleH91Y>C61@2)i4gDUX{gGkG%2A1wB05b$nr88n z{5D2xZs03F3$Ure=psQ~aavcsIk@`JFg+CvB+#i1btm{Jmm8v|Q_ zFP?3WcMrW{OOgIlNdHOyW4rAjKZg{INvmPu$-iW5T1|J_+-;vrwnhD1xN9ccqyFyO zCy~o1R}FGbLLwIbh-`)l3t*R(K`MRgfcs;3g>ncjk%yV?x<20zK$rN<{`uWeUNWfj zFnXsglb&CcCQoS3;aDvdpHMN6a=N>00%do}E*a^UC*Z*#^wZxHd;V3Fj5J&RY7ZpM zk9)M085R@Eb3wqSipGSjB`7pQ+~52rMP>-ApBwDw4WrI_d{F1NV$oIqv7E+(WlCw9 z2u-tJ6S>bl#Sf8<|8w{PwBw|%vdAFUMt1-~Eo#!{p$ z3(Es!1x4EbYQJkQ?4vI~C?DGNJ6b%u?Ks+_oL}vUMi1w1+Q%a&W%AyYXOQ~PKS991 zuPo&BF=KhD)5jC9Y=w9nl!PMz38rc%!>NZP@%^uLYuC9m*=y;nGa`pHVvkX@H1`dD29#A$6J_6 z$O=(7btc^P%OM@jTeWG-ch>Ox*={zTG>T!bEd$f!z6*3Fjm_nQ_H^EVuL&a(=ipF* zdWi-ax89xbeSfx<`z`92Sw9}1_HR!(~u6W+d8-kUcrnvVaB(Bu^se{ zNPRQX*oU-Q!3ZN1C*ZQpA*w48;2{(Ltp7hqoD_`mMiIcyup61I$7St@u&)A+I~`6s z7Yc{jLfI!K%Nj^&Atfjx2Ev83RB$SYO*$-$LcRH!T^GgUL7JAm=LZ9gC(*7Peg0ua z8$}U>qj9qRe&$arq`Wi*Rj6#;)5iPj>SziC@OfQWraXKcP3x1paWo3AykfsU=Nxdm zllz^7lZ)URlc6pQr`j|UugZ`eBw~W;-Q)!N6_C3!M zRK;Xc<`%B^|BDmWzk&K@CxJSxd!L%gdDFIX)|4ImVbO7{+*8!6j6W0>&=a#1zBfuE z{}9k$8M6p3Y9+9+Ck%Au~oqBR0zdB1GHX(aDb9#VKyrW1)Rf7;#DeUo8bQk5q;FK%t7t1Vypc+H(t$X zqm@_P^f_bj zxE!DA{rh;ck8`(F^XU9^mR@!WDGyYjDDd1xxtvj6#*0Be&oA9gaWM#0<#QKILRu;> zeE2qX&CQ&6%0$wgCA{~+&Ta`|6Z2f;r)Yds73Slr2yGDy@mV$)32`7$Rq(&|zjj3J z45ya@MdiUrfb~Xf&@{TdRzY5?#{9J!9VwFP0*mdX7Mq7zY%8^>&a>$7OX3N!aG*fI zpR`~hqUnf0f&EuX9n#%?)CbSbffeMY1^{U6OhFtW(8Qq0lPxOeZraVijxS)@6~~kM z&j&!jvzLzJj4?U9(5~>@d)rAboPhB8kU+$ljo+2;P?0apur%#@diws2<7F6 zIb|;_3W(vpxcvK$Ou4wuCqjmD)H!EKQ3#hro1O?9b`7GDV+dOFs@2rK{0hyRZKWZ5 z!Z-@gJ%`*mvyZ$}%R=ggO%oj2{}*RYQ!VC(;Qc2bhtK}Xm{Rbv`Lfk`9lIdk?- zf)OW89X_^IWrGytWd%8N)=uV*ucEHi&yw}SiRlOCtGeYnJkGtOxYrHpSS=~BEc>;~ zDr`wqMX+Fe4%0@Y4~U=r@{xod(B$R3jaB^X#7vf5c{-^NJ ze9#tUWm_Y=gUy8WFj6K0HV0c#l8K!%fP~ti^yPliturN^J?SO1rlipB^pM})&V-f< zQUV?SQQO)7+R(M{{&m}baBU9?GW!pU5JP3(`Cl8_mh;G;3HMhse znli2n2uSa&q~on$BP>We<%c-4rr19;O=9b}(s|b-MBn=u_kua3+;ln2oniB#AHij( zNzOQ~g9pmOyw;x1BTcz{7)&A569BLj_*9d*{s7nJG;v0H8w7Nocp093_GUp4XYt9ln{7IaU*ySAh! zGH!MGTZEzvXt5sY<@1#*SEB1WGiJ=d-HX3D8jZ4M%^FlyW!9`&JttjkYlfCE%qoJh z+2GO!CC*`>b|VB}z~r(tQhb8t+k^CEQ5&OGGeO(MCSz0|z`p`5k#=Sd3Yzg}uUWt- zkL^3#5gxeD%AuH~I3i?t+Gz=A642e4^2qu2)(#(Myf~d!9DGgP%U`t}$hg3qFR1A7 zu=<4@+Uq^2Zi9G-6RFq`Q=Sw9%TTa%1*uw0KE092^MXJuaYh9rinEwlUc~aXyYS@r zDY;@6>0alN(bx;0`Jd46N$|)2O+o(?BtSO=ssf6Vd`TK}bAZ?@4ZY8@lt`BfNJOl! zYN`^~XMGw4NZleW(?cX?5((=FP4vj(1k(27SPrD&q}boYHHFK#IO|>V)d)XGTo?KX zqFcdtEM!~)1wVtf$D#8zup(dvA+{^A7Quup;epgMAmb{qI-&Yo5c&Yjj?ef6OVCnG z+{H0MJ3R0i3QJT3Sf<5ThoAq;e4ROCYFQnh#`@Y8eo)%L&d_$gw&zrKw3sLk(J$bs zswy}fDzl~(lb@5qn$2~ny%gWoRDsK(GIv@D*%@BeY_7xOc6=iFQUlHpGA)!?B6&_q zFbyoXdKlf%I|DRTS5x0mkK%EWmY0j-a`C@rw^X5Wtiwxz;^+eUEmvLCsZKu7!-G}m z=7^fhA-VCAZA8KvitrzZ+}nY>TPJLevD`o zC9e0%fK_QSENc%1sr3Y+DO5C$By4&=%>fTxZC7hGQ6tXe{PO=DyiZ9xFR=IQVR~@< z(pcLQ%e{q*%dKftJK7?OF}A9w0@s{dc@(U)T#RGT`tda{_Jd3rQ89wz@~ zNie}^7rm++XG{+;Y1DY0cq7CEFYaPzbpR>E|96VucNoiuCuXu|Tq#@p(>ZayN=`JL zM-zHkO1yzWs%VU7pcx^iu$rAl8STz|CMp}L*7Mk#HV0Jg$YnaApjrYG1z&m{tbH zu-g9Vd>Sbwrfwju|Bs!(pm>I>Qxl^8SoCM3eHoGM;%j6 z{PlNGhm~N}Hy}gdBaZQTv^ABBH&t=p+%#^y@+|!K-;cB;FJE2631ulPj-~V1!p#s% z*Z>4z2xMHdoeORg)V^n~JrH5p4qHB(KRS=}6wm*ZfKP(NSvGW)qWt&DuBJ6KJXXt^ zikdQ>k!%kBkqvc7<Jx#alGyuWD}OE#DGXqSAhGDw|f@SV9CObfb*ZIhV6qXz&^1U#erve5EI z(G+bW#TCc0Jbx5=Ep6RqXqyTa(j=aGHO^BEp1^yGIM+(TPm9g#|PJs+*|%rGI>#- zluZvI&>LzAef%C;W_H)WtVkH)a$|)<_I0KK4hN|xoQZJu9Gg()iLxi+rn0r3AHDrJ zJ0~yTx|?nwJ>m%F0+C!mtsQ$oU`!bl3=Af~{P5_?Qw3jU}=uB25fAhO}UmZn@uHw)v zM9hP0_&zjC(zYib)h#iPq_ox`;O7egPF2I9YA8q0Pi%Z)8Z;>O$m~@yj+{d)Z!x%kd zG=)<}<0;K&`|?F>djB={E#815y_hR!9XsTs`*FvU7;7PIvtWS=?6#c&#cjJWSHW?* zWLVt88*)AYJY5UEabuG$Iw%5%LlBE~-w2v2C{se5xb97K&51SPB&rNI=BLyV=Il>f z+7I3(#KFtjYwIbLA`&xs{KXwya@Ht<+By8{C6gbW|0E;wnm^UxzXF)sVRB=w&g7si z=xp$-JW%N1!!-4OI>3>TP17W>bUBUxc$mnhZHJT;OTN8Y_YNPmtmUHOGq`s4#SEYN zN7@%IqVe8Gi0;^ht9&HB8FqqUX!UwxyY}E2JBr*dUPt^CWXPm7CmsLKze)SL4Fu{NC_d*bn*Z@I zIeY3b-3R!)X@cs^M|I`{Cnb1~g{9YFMK_}Os)%k`h85U~dqO8h<37+VKtl*82q&O@ z!eF+a2}h@ z0HV0xg_~@YO!sHk=pS!vwv7V1KB$3TO%7jo z9-#Hfi=yxTe3XBDNkqmxGY|MzlO^C(5G4+Qd1@FDF&{w2BBpR;=47X zTQwX-CW>F6@B8luidcOAb%WYpdC4~t+(eLNMYuM&j`Lg%_~&0r+68B#WoOxmZUgLh zSm8}WY{Qd`FUw)h)DqThZy**ox&>Aqxxyf^3ht&~tZDVayfTFlUN}7*o>_9S(A|ThNa@J@+<8oXq-5q9gV~nUF zKb^6f{n$Dk4T4dXso<+*YpH3=;MO2K$WYBiB0ylk-S-CEHq-z{iqhQ(lC*8-vn5X} zzzoerfluS{Xn?mYow%xW*XIVH-^F6F1Is4C<&qSQHYiP%%(Ec!p-RhhPO394whgn` zTxJ6SS0xJsJVg7U=fYjWPT+1X$G!U`QY{}sNIFEA=!ka^**kj;0_aayQ-x$+StWa0 zvM9;41#!1#Ff6Nu<-0~=%KywhdZ>LR)%)V?SSp#3=AxmZ3IQD3RKu2qF(yls1^HS0 zPC1K!s-m^FG4u6bpr*9qR21UvZq}XpJ;+W2-8f86P0p8~ARP)feeDzqbG@vpjkBXV z$kwOcA`;Q*E2nw5_WPy%NnNUyZP0zQ@QH2^Lch@ zC0Uuyt~t%h@N&(Ze9m&TFfC7#HhUgh{RKR+bPun-{SGw^od@>6l&r}~<@p79TwPYp z`6UhHJ7Y*G4jl1Aiq!}SLP+Z4E?%t8iQ@WS4m ztd<3@zYc%;6U>_j-~BFRXLskfieye^R1BZi$n=aEForqaA(JL9uj89Q=5OF!KDi6vr5Y1`U*ds0P8%6uxSfQq1r z*-Mm*pm$MgFvAVUs!oPAL|Aw4M|`m4J!V~z$*)fyO{}z>b&+Yj-(m4lYYW>t8)=Po zVp=+b0s<^0!sA8pr(m`;B`sGDl`pq9^SA8|6^9iXP=r9r-gk7gt7CVsbZys&ar}M8 z=P0P%PD4%#sfw2`uY8`A%FVq84@9Fwx_|$F0agD`wZA>R_Y=LJOcX}NsbQvgP+NmY zhs1O^QKJTm`JZvh50!mq$j$|a#6G=D@G+y%! zQm(m(lxr_WEzCo&k+i+B9o3Nd$6JsEW^Dt3N1i9}=<}$#S!Dk1`*_b-fH)|s{gtKg z?h2SY1+F_!=d5F!IBRq}ueGQ1aN|J$z|aNwdtGiLXQsD9r_O7y!NV`XhwC8}>23~4 z6$&Ri{LIq4tTe*B9P4DY6(#0$?2q72`uX?UHTpbrmPNd#k#MEGr@bSKaTets6+pGB zC`_L|o!z^4qjlQ)laZRrh!G=LvwAg#d33?KBGp96v7t}RCJh-#&Mxgu0$ggp{U#Yx zMj)A+8er9_L^e2(Cdh!Wg{~w;lA5T(BQ<{31bm#A6Xe*u6ueF!M;4$|ovg_dE3T5~ z*ZFBt4a0Y|^6lTZvu>A)Lj%*$?P3`crcc&bv%$8R{P}}>4wIXd>`au>5@cID*4}*y zdXn73_XPY~RaM2)Pd`mC7^JDGiF3|52TjwuMPeI12MZ8M_$U2C1o6BKO2zU$WW1ni7(U71s822)2XqsZZw^(Z3u_j?YKv! zgMjq*Ny^LA8fH7T(q^TwT%Sn0^z|!&Cqq$=DA2v%m;&2JE|G)EXPhc%mCNn-Me{KR zLT;qsn3CO`F@6i3L7f!8i|5u%Wn+EG5rdvd0Wo2}F%Ozg%_Z6RP7aN`y%bCc;?0TR zuvAJW25D?kh?x?n5bRr897|JMkl3z0G{5u?@m|0^ zlOOOvE=qnw44GOxM2YZni2A*QNIx@c|0lY|mHhvK5+wk`gvtgt?d@Lteu>i&p(rn& zdqu0LlS)lDHDU%ZXZKn$TN2k7}h zfWMaMqR`vIRr&97dDgoWyQAn?WvJsXgumR;)wkIJ9g86NKKPG=)YHIK4sFjud^dzY zPE27OoFgFPQg9SP%Y*iB%+62Q)M`ZuS*>Qkbkdm}Cv8fA$X+*uKY^!`km0iBt+tqU zL=!0lSh__?j-Na8-lGMo6uAXc=5WfU6Zqwb_xa<9U0fZWNJlJyP?SF9j<{}8 zvA2b`jtDNN%823&c2%_=CNBse7B|_MxYpx#FuW*(>V^&+TJk!F0u;LKd8mzQNyCjL zFPoLq5{1+(H@d1-qhr}VLY;BDGIpZ1*VIy7TSI+oGj7d^%jL$Kmopg4 z{mIx~j)1--Esr5M&fz0R(a@2MNyPo^G-Ko{8pk<&ycG`+{||UNC4$1-AX7&-^X)t4 zp=ky`x_LFTCN}ZyKh5EhS4M#lC_X=GiX&+eFzC>jU)9bdFK^*TCyeC7l5~`qanw&J z1V~e1_Q)zOo3#-TJiTHPA5|8EVj_fsqJY^RBE2|=A76D0SM6C#$2T9NB@{zTPa)pY zN=88u>Nl>0Z+!uv8_2y%oX?%`GPhp5n5|oaj31-1bkh`m{p5ADhH?=}OhW8GM9PEl zFfVLbiX|;ZXAi@zIsdb~MGhne=fBs}pKnBzGlNxS6Jl-OofvIBWl5~@?+ZZ4E?LTa+6XSDFsqkOc(Mx|ZEaP*po_9Lz)Zjt~MRB^9%!6|*y7$5`sR zol7uCx=L#>%Hq|w-T%z#!^li=fBH645_W}diK$7ho(Zfn!u%klbAvmRb6u&p`hYSO zPAK?Ngw78fw7=u%6|+Hjrc>-y`PNlBXU)stzJ)bB{pMa8+hYTY3p!Hz;606DB~u zQA?-Dpe^yfJ8pLMD!Cg0Z`o*(!Hh~V=E!NAw=s_^@KNvdiEztY4gd0{CI|d6@?}>DHhjnaB$vk7d}hH`m`>* zWucT5;yUMaVlOR*Xbe;ZB{v%x3S%|398tITw7*5|dlp-l!f5}qv{Y0hgkVy`9ySIH zMk{cK*TuWqNZJemrXVXl&bVP=Tu#Z_iWFMgHH6wdA2ynBG$=x_VRJPA za%K{*T1;AO6KQ@06J@|E>h6jP+qMvgs}^ZEgyiE3LMTq_sCdmgUF2bC&XaJt@SbuK zYGDEGf4hs&;@6R}*r)a!Tz%%VJs9)s++#}!gb-+!#4t=dW=;{vt{4n)m|t`4zxT`4 zZ}%uy9~#g4fm%*;+#)|a9mOw@txFlDw(~)82~yLbCDbi;bYR$83If6CG6kPYM-xth zQNfmd`hSH>On6*qIhkZ!dIq77*Av~i0~rc&d_fBt6B-9}PVP*+dVllt!5!pf7X#p% z+aKK#bOSN$Z}1;}*!3%?st`9Vw(e>|A}Pr669~l#Mh}XYvlMbt!hCMQM!s~;Dk5=> z2VbAwYxjmJS-LgC-VUAHFU;W5St*Fs5ZYv7g*b8mU4`mqT*>S#ZybLrcr<`t{&q*g%F>8Oo{=?ATb4>Pht4@orH`Cj#wNe#Ygp)QG|l>5Hc*Wq@ca> z52!TY$T$~={}@!KuM4ERVdp;~@FH2`A3}3w+qMP-rXIxzu0d~m1;a`uedKos_E4HU zpy(&r{`^Rk6K82mygbahiZCCo^l@xw7E?7Ju1_%lun^#MX|!}iNKbXs+7Tf>1o)EK z8Ezb!LRPw+D`u<5lBTvOhH25#9{p6zhm1vuZdi?yk%{8*qUIFZMZK&x)Ra`5xdp^) z_F&f3Ax*PavFCR=+gTVbBd^HEurV$oL>Z>0v$C*-=3O3Siyuo# z(%~Y(uv~;AskQ*`?nG0M445g`pUJPz`Wk`Kq9bw&UiGso2ACbbiA}^{Ua5)raj!a=viI20UW%Bs@jVxZ*(yL(7um4ks?$VhY7^sPg*#pq; za7NE4r*KL+{<7hy>FJQD(q6M^1s^^251MvvBP7d^?yyp}-&{}n=jBIyX(9j5sd z#8H5x%;_+>b99h+-uIE?6}!gE@n*|Q@;3l-hb(J?9smDEP%ScqT}U_EkuI9q2odW-ZccvyEstx(g&j zA&^_2T(YtvVR~wiTTAOHXmj)0tCIk@bX+~hjorPQ zmxlB8KStTQrw-NS=(etXKEG+giWRVNBh=PHeZBqp#*NU@0+S{|T3UZ5Y)lI-83|dP zP+ABJ>+NHx3Akwtj7x)OE1@+GsSc=*Kx5P%-1u~ukOd1X!RS5_%+6lLH^$!0wDgTk zNZZE0c3;UoJFo8!{42rd40B4(60X-DV(g+d#Fra{I#pDs#5>g@cv24h%npM5$<4=u zka%5lF%*kyF4lr7r)k6gVEfXSot`2K~*VLBYWD%d~yQu1p%H(lY^V^pT6 z9s>HSOG0n9)A3{i^tZorot_SV_yf$G39DAYrI$iu<0sA=dehO?-f%O=Cv>!Dx5sGL zYdPEClbZ-pkr8b@*Hw)5i^G-L?i=gV8}5rP~G5$K~+m zGH9+W#9dm0Z~SIvjNQkVMnvh<1rO9{R7UK;^HyE(cB{&*r8<*SBqyX>yx)=BzO?iR z?H}BOv|?y!#Te~-3GG;lGkX-7C*FoLXB52=to;B+jcoz$e*Qx?RMc_HCG(g+Wdu&g zk;}xx26=DohsC)r=Nzv1Tsh}@J6W{7gOaor2m!lp_!1}7ZREMl?Yv&EGC9>xu0tj0 z5qz|zfqjlQ$?@hgC2K7CN)C~D9H;Z}=hGBHd6tvH6pi)uG2Yt~rm92lR(R>t&@L(q z^l~%=t_HzLZ<(aUN)hH(PTClTQxsx(648r1`TRlpe(xJicGuG-AT8uk0t!1MOl(y+ zsWymw@(m*M=i;6)3gPNMk*N5(j(#M{0gmnN{x9haX{_IzO?sM-a8$?8!%QCEPKwt^ z;;ash^CG#x?jx&mX90zZ%2(W}oK%>L>#ED}3@f#lKNcfi-+(he58-n4Yb(6=+G`J1 zLvS3cBU}bv@OqICRJAcp*LEx~9X~=GKVi*>NX$=Sn1I9yuFFS?A0J) z%@=Os_}c9}y{?v*>UA=uYWrwSlkue;6b81U6K9_zpN+&Z4k_S~tS=!z6JX#_9W2?= z#+_5V%qnnk`@Uv$D|r9`d4Qy`r6Jq}t|O0ZmwX1=&^*yyH%+y5Sw(>?FL>gJnp%#T zoW|74#}VCIO>+W(?btkxd8ZfRie=!MIF_)}L)-cqCVO=zpIe5a2yXi3!FsD;WotUC zJ5qUaZxJ_??c=PXMsl3GT}tAhBEAAibKJqJHMu;vtCSTjX;`Mh`ShZ5`Ft>K8iYbH zdUW5+T?qS{DN|tjbo&5;Kz+Zrz0k=#x52IDZDLA#O#XF8hFsd@6){r`9T1Blkj8=c z10w1}!!CLrW;9COJ4RC`c2wu^*jrPXH@=GJmQ5fKaUDVuELuaescXNK;>>>{<=_-4dgAM|k$~5!QjqT9 zbH|l((!^X$OY+jHTCV>4iX*gZoX#azjOOCZFpIYyY}fb#$JcM>xeaYRy*);NMi3S; zBhKFKlCqNdbOu~ht*^r8jS`CZL0F#{1(rQ4&J0h{m~`4GJN5O=UF_(zdIZGl?Sx09 zMT;~kR2*F~wu(3q6FOkqDd1LA=90pwZ3Z9xrk!=~F5&FUKjh4*nVg+dLQC!_wi~1Q zDB$A#whlJ5H&7R8BW5HFhhhNHzS91m;!h#%=G&0580~le{;-6q-r7+4a__yYw8#5} zb&EjEBG0dN%X@AJ8l<=sypEp7eBFLbpL_4^^;yQ~Cf{DUg`Auyk|;r^m!jKl0jHz) z3ApaMq-m#;V4N0K(gFVqz&P;Dd z1aw|o+%w?sp|nLxi66m94nH$h4_jP<_(}6foj(UPEj4MMayPq1Psb&$)AYjIRNws! z;T^jH@Qxl%@s}?r=Yo?_`l9VX`XPlz4sLlxMNBLxU~*j@02>MlXi^mXm6g5zroFlU zSPyl09M`Fxs3o>6XjVCiy_t%+r+>TLUHhKxlg|SfPCMpMiyH?BMlbB>+Jo(r-GD|C z`k4gbH%Y%SMA`zozmBCE?f>*4Lu&Vm35WhZu@8o24C9z#bJ*Lqm;36rvD_%)lBt(6 zHh%)Dq74Yx1V;4vts*4S5?H3fnS}vvckg5I-FvxXg(&# zG!3`MgJN0)R;?rO(Ru(3L8eLQ}@AD_=heSJMIzx*;+Uwt)BXD@psZo-BJa!oJa zzT<1;7Ze;(A>3pksOp@SY^?R`4mS?ETBF$g=?;^P44*hF;(j9 z3~(vnO~~MBSrE4{-fsS{Q}l!oWTtue(ghQ_{i3JjZ6t6MfEBgVJghKuCIEnavuyz2@M^kj;NF?w zodMys5V{AfPCx_I3&I788>ssfco@=7w_jTx98lj9fh$|bTM|X}nHZs=Eku;&Fz{;z zrCytU>{Go24UGO&^?yw%Pv(b?RQ_YUV5 zl<~+e1w{o@_9Qdfc``yurjE-eJ=Mdg(oDAQYGUV}78KaT zwv!>-**W)fxK`B?YL6ifiXO@sR?2Wi;L;qFjxNWYIXH!??=cF8bWfQIEFGb+Ek_)7 zRxByIVsQ>7i({K43wB$mNr=e>ii0dgB_=H{aivqB*!y+7>gKsvJ6VcKf#P7V6+hxr zZdnFxH5D|~R8c%`CSIo}dA&kck(R*k)9DCkRM-2-&5Y98?&`9Un86^XLruDtvMMF* zE|r3gIRAKcJAXX3l*c9(;FJO_A@vVLoQ!tK;{vBS2nUCbyN_aEiM z!?WB;>|WW$Px@HI0u#7;BD4em_x6%F%{&Fmg&;vH}QbCsG1 z724nFMQ;`w=(ULGHYVo9`2APPIe)=i?tG?#H&@gXikU-G6-P?S@`@NYY&7p~_y|2_ z;80YYib~uxF+O41{HNFMl+^`k;;Sdz$hsZNS-WE;jq0h0q7#uqA=?{erh6Bj_6RBQ zcE)9FLlq_gcL(ErRa6?osC2q<>Ol;}*=5&CMy7jaTa=(|!J%}rs-u;x!b(P^3mVzX ztVwC)Wp{GRT5&kLk`{5H@45_g@ zGKQz?zsQ=-fD8Z|!&_`g3us48kk2CmVg@l2fxx82sQ&zcm; zpN@&McS;`LoP04Ovq}b3=)9|4adt2ASt7<}|L5|MzXxKg$jSn@8*^U`Xe#EuYLwg@ z8`bOx+pT$L@wpqva;B@DB|AIGEnI_PNh-hmC1zEw;f2lZJhnYfP}ZZU23Dt+zx-tx zr_EeVG#q8gy6If^mGe+CLYU?OW$26debgm_$c_%ae)dEF9$2!I2iG<-xMtizKCDur zFIk51@k*4u98eUjx_Y$fQ*oSf(tvz+mi*-77p1hQ-Lrwpt;;}4Mvgz8!r_xY^&n+# zhkYiZdh+Y}!xL^9)G_>(-*?+rg=wvHI&+EmuA?y1;QG=I<_5RpvUIEg%;)rqzjYmd zrw*TcRpW-#7+F`j%)o=5))6D_oiRI`EFli5NhrzPV!-&STKJ#pIb91pYFMoJ3$hNs{eDi{I z3XXHo`JPE+i-i>)xMCm^_T8qqn>~5$SWbmbJqsBVm?;)5(Ey!#hzV(>Y;4<;h^ISB zj_p)%%$|v3+ElPC^tJ2ISFVG2ax_J8I4HdJR-~>IT)&>-zx*Z6q9TxT@bn@@;FvNQ z*Sy(a7{u3YK;N(#8H*oLU!CuKz^K-C{&d|<{5&I_ci(=850)+C8}04uQuqwzxyGz+YG@Zzs`44Tj+eNiO>Bl z$nH9;OEfl3L0N(1m*4Q?Jnn4ndGYBXC1=-OoWxGr??6ey-gW&qyYn=02#b@#wuxGC z9V;%5EKXtw`ZZ09wx(^wTHnGc_n-&&5Nw`+Is7=jba6Qsom?^?5q_p!FN&uo79p_n z!7Z6~7)=`JIL}FTf)cI0c^|>fMv8_{M+{I7I+*?qh!(0z6666Icm^hem&1VYOqvirLPtL{YejmMWh8R?!wO39b;s{8P2uV94N z;B=oxpynY&WI5rEjp%_*C{`HPh`-vt^Q2`jTTQXjx%nX$-Jo= zt9;B4W->|h;S|asYMZiGS?I8WGkxsGsBW=#TRlbjX{30a?A+Iy$R!p> zZS9jlX}+JF3=dwnirb~p)E2c1zzRD~cH*cEV!A~rtkcpSWnX>p6P5Y9>p0*j8b;bz ze~3fVP#h|XQ?rfCdH`IhNDJH(rxWY!07vh!(vLq<$AzZ^nOIoJgUyBP3=3Y{zM35^ zwR~~f$y|2pE%;t~mGG(+$oSBfcWrXQ%UQ5I4pRfL)eCj*?mNf|28r%@7Wan_Fl@v( zsc0NSxk*IeIkJV}rC@(ZSC;n}&3bKkAy&0s3emf45vvfCGN_LNM%IwzOY8g}rC z9tYKl)gGn5BPq-}md$OeI5uY#OE!1VfYm2}>_JvU+FFNGv#Xp?I1NQL@c28(EvZCh z;J^$iE*}?6JPFFmj*N*XBY>oMaTgY%rP@I*mL4Toy&Gh5Sn?Whu``YBW{kIu2vUIG zuQGeGgQ*kL{Wwodo1n6%%E^ZtETpiLtLJMTE_SA&9YRWyUpE~TmAK&|P`jN1mjkNS z)84s{sO|v~>6ds2pwTpWH5^6-w#RKlyGIBrb%V3L-hRo?i&?V<_q6Oz{!%qv;>fe` zPBC%hTeQFK9FTT0ZG@jxkH*ri?Kl*{%#kUmhcGLbLt%K1o0%j1yuGQ7sBZN*Cl^o8 z?t7vw6FuB+6FF~&%^dm|>+ce;Bh(NR)i$OLb1`$l1V+yqN5SNB{3A+H($m1{>OpYR zk^T%OUH=2t{Nww?+8R)uZbG300lTh?&KcZw`;8rhGj)`gNabF>@^O@pTm1ZCq;1^# z*6;Q(XF@s`O|lrDQiWnje10!ypIydNPi>>U-NfnCXl{Bp#AEc#fN?7bH*r2Z$k<%5=i%kxNh1~8bhgwem2Wyxe48{7&q!te*db*x6XW&Q3Xd2{%cv1 zwcDZ$FI0KsV|)LcHrvad+V~MwEb~}!Q?1UpkcD~3K^hmbxT#iWU5ZNN(`FBofHU#D z@#Mi!&V1$WPiAF z+7{cJJm<`daF>r{McW4MT6-t&H?Jga=_vmN6;*DSmO|?G4P3RPme&F)yf`WbmgKVA zUf{eb8QeN2i}boG%(#vvB_3ZYAH4Ar??iS|J82#rufNT3j~mPC&M#K2TFt6etGi}8 zJuRK_(h*8X+F%yxWN8b1xGQ4HD-D8NY44`?-a8CLjmJ!B`S0Ih8pl?R%8vwfu zQtIi03=p~1ei?T8ARA%-{M#NjuOQo@b8TT0Unp+iwbv)`y~pQJ-{wI8d6^NuclAd+ zcG_m{tIFe%+8mm7M{>Y~dYtIGHN3ZbJ?U$*`Sw?aF>aJMX(wiKz`u&ET+1-H%CMZn z&>NQG*;`8_A~5!D#uM0Q>o`_Fij_EU2D=DPmr|L$$-(D#49U50<>ep^lhEdEN1aU8 zoxF;JZ2*AAjTe@Z;*XQt3XcMGbuUqLF;<&rMh)7kJvG zY`*v++;InFXG1(;*uCc-Xl{mYeXC#4hnNKqY=_aQFvbfzBkTg&Yi)v2gq`YMulew1Gcm_}GxrDY@de`!+ipk{6 zE!^OLm=o5$j{0UN;aUw)@e~`Fr={}xlrwoEas@CGfFIpFzh@hh04oxsZqs|Tud=_L zT%OD6Hyn%NarL_0k^=sfFeA+d{hghzbOZgxkc8gtp#8BX%vK}0eIx|<{owW5um2&` z$U}9s=gL4@vYU=}YU558>IRwVUY5LH0Ujqx0yM#rPPT4uV8OhRhdo0qZt~9Rda4^k z?AY5mxQ>m!WSb+oi2y605Z$O@v&n{EF+MI3r-J1@Rrh}K2o$j>G3 z>o*avYoPgoC+S%F5rH)u*^oPy`~B0{qoxmh>3WdcM`X7Vi#r%s*u>V_99&MF-OcF( z9&%eCN@p;}6=zJ~D_76qm;YG8Yai@7>ZD@@2t`d^ddp6rJa$SRTX*@1zf-`OqhBIw zRk1asa8i~*O|7HLpV$%?tnXCl)Fqu}KY^~&!i;tj+PVn6bvK=>pCs0}1);f-Mhq>r zh}?63jWee_Nj4*h>n886-bH0i3!guGCRd&|mAuT9BbtYY2YGv)n0USY{L#2-s`&QX ztt<+s@pNt`hHi4(!|OR~d@5g|4i0aTN&dFfjxY>9%c*x6);qsf*>~5mA zRY&%raQd7Ib4xvxWja{CFT#rI2<=hp=wrs^p>O075w!>;Wvs~Jf)N#9s)rrzUL|%Z7++9FQARtjZJN+c=C1BYrLH5DGbV1P zrY)Uy)y2K)m0$kttA}lYjTH$HR7J3-u7hv??M*zcfh96uIlr9Lx+*SyY8S7E-7GA1 zBc{dsu3iC{m(%9Be-33bd8=bi|`~hZ1Fwh%qu!rXF{{rD~BofB#YULvp z!KglHe2T*$XsIk~%3xJ%8uNCyapS0coSNB;y1{n#nNuWhwr2BSMJXRNXAm(J5E55k z=iK9g^Uj0gj)UUj?tJFZ@dyDECcyW;2br1nZ+jPmaVnCN^FpF5CC&qt>GIJ%siHor z;Yk2WMjayQIu$Yy>_rC>$Vd#S>s@_GT}K8&U>J#r-roDoI4j<#42ytB)b7~h775Uq zKH8K0Se+aWa-wl2R8`TDh%gz3NlrA5;ux6yC%SVF4Zr;-;Z>VSLnnj1ywdu~7A5de171(8TH zyiQ88yfk&j*ijd-&xxiorZ8ndWO8X2zsSM6a~tO@spYLeD$k9wANA7P7jxE>OujZJ zm(v<|@Jd_h?Qj{kW6iqRKLH2P!bVE0vq)Am3Su~=pn9gXEI%Q=(JQSqAuI<%^& z(nCoF$qBay8I9tcFdgrL(}`_dgH}8O84Y1JH};$LIaI#fYmdq7@qVpglctctm>d^1 z9d;~2QJRD8O)+wO8kydnb)xGI2*SPZhe(8R>Qk_1kL|k}J_0VkyidM!zy{p=Ui7+E zuDhg+_UK+fkl`-n;pcV{j`k1Ynt9&o{{g8*;L{}IQ|u)DEdf`LfH?mR?ZKZ+?o+fB zz}g+Q4l-?YY9jcw_x={%(YLJX48@R*HOTGNxJF(I7aoVG?I306K9oqT|75>0=k;xC zwIC3-&qa#Yfui*14q7*)_MN`;V=Douryc~XECmUG>|O@_4?F7RhqG?MA+&Blz8viR zitCsOkWM8h2jO%c*604;S<>Q9{4il`k%v*^12GID;byaJ-?{j7rCFy97cnldh_pTB?TyWj2gJEzA3AAd|iLXIx? zcwqKyZkRW(*WXgG-aBn2PtAfDpE6^Qn$b31dhFcNaDmSx968ZB*LfoDc4nWsDP`R)Cno}NK` zgOAA4ASiUd9)Xsb2JNV0+uf?;Lm@#pMtz*{_yoQ7IdUi z{|gt;aJY^t1davAVOH)Y_V_b6=FY-#+&qlsE0Ce^5s9a!X_A_niqGexyu6&_=FFkx z*~L`-<{n~I^?<-tl1It+zsRu{oI=H}3f8P%gWK)KH2aq)Qe!F?lpjmkQO3+BYd3mX z*HKgzOK4n}(!gczFdo(5(Tp~J(_Vlgb!ZBNEdO1B5%woN?RN`sDZ3 z;THa|?qOQuA-+HUbmr%d?^}RK0{B-^z}H;Ky7%9#jQPRdFS=igw+dtY>LZCf} z5euQX(pcYEkVvFBx@3ahK9f@5Ox0%1F zq_M>a1bb^+$(D?KGAwSwcfY!=TXl zSVDbwS)X25F>o-s7u4J6ebk4VO7|Cn9o|R ztt1v(Kv(jZswMzh1t`M8k`64>O}4X@i!)#4%DknFD|X==cNM1Nk z4iwiO{uEe2Fx$aw1)~}C1~3{SzQ+at&Pm|1HQfoZ3Q$uZ^K;V^>uxBa1V5Yk4J+Sl?)5Ic|fXp%B&;;)X(+%TB0{8Fns+*J0t; zEE=P|8yJ)J>BV&r3YKXRwo%ThGb zgo0O5XtoTRETilGBUC40X>p>{Pm5(7W;b{_){)e+gadVKcO;v5jO}883^M}OX2I+FW@V&z3AWh zDK&L1IC8VlJ38>Y{iOcr79Kr2lV5Isg!bkGg@Z5CHYRi|=$NvPtc(a99Z=T*Z5`lH zB@1S5LA+z&(;fYect7y3qi9SY3`!u)#9mPQD`K-bscBzXy_uG92UQ&nJiF;_rWBO_ zN7?YZw@>Js7MoE*dIXU89A1RlH_+;c-y}rTp~@>5qIh~#72$H?96KCOW-4>nZc8f* zR$MYE);jy0SnE?CrWgJz^!Pj5S@4+2(yP1u^s6UtKEyU^-%~k48{^-%BxuzvFOH6# z{Be0LYuinJIWY!E{_llF95W`5^G9V-&=|!j%mMX3X+#>Ky)}GuLo2J>1V1da!Eb(Z z_Znu8$>iM88I=2i2+P8$Djb`y@lgX*#%#W_w_V5TDfG@XZM&@ym{B_sJ^1S4LEQ$q zsUEI5aa`B?Ph%_i-dB64De(@>-7ir6LJj`1bTTKVAVyvWuJqn*3x@#z0)(Z-Yc7i> zEzGrXCsQ>0TuKX4X6xi!6~k3*;mEQOPH<#Li0xB|>`)H}U62Mcz6aU(ccj^jEB7`| zKIRN&j4k7(_Z05=S3P?w8~e4Vbk}rRb@nB2|k~%Z+6oU@bCX`?G-J* zi-qe#P-5tei9|7Tv%nOj)tb~tH8#33(5&Qbh7T{Q{1iQ&o|Mzqzx-< zB@n<40sAd4$2V&h-dVG7jUJ7fn%W)sH$l(B4tT;{OO^T|f0#d?nT1DCAma-ACCeQ+ zqk!H0kH2%^96ME*{qIGjFM9{=qVqs= zpg;ElEfrOK>>N&X0QRNJN(L7j<4=5)l)~NKw3CLdPXUmblTZGzNvMM$-UtDq1a_ZK z8yvg2C2jxOgd$tUUQroFB!H#*YrAjxO@Aa2EhSONHjq5lf|P>d^j3a&!BbSXXY!ZD z7gE{c;dhOK1?_IWQ2P$UBMn$bATvq)^ zjsQITMB=lnAkBC9wtn)bbNV?p5#q5n5Gqb*8j8}lZawbdgH)|RC!M?AA>6bb{~0sM z$jhhWfrrp{RUUC{OV9B>{Z%6GaOYotPt*Dh z?E3p(X@2i@9Kw&3F>I=FaO`Zy0l9j|HqLpsmbXGZ%hjhh?BK>9hKfaHa1{GO!)ezua4Atn z_$z3P9v*iU4jWWdbnx-Vwy%EY&JM!i!3F(Qfv5#0g6s2wT-Mph{ zmK}?E)hUuM-#U_~Q@_SNmFEIO3;f&pjMb-1qPV=sk^&UXfwg-dGL~E%m}Oa**5PMV z0@5LHW@X?`_YAnO#!&UEC<2Gmi%?xyaZnT|2nVKRQP&b-+n&xN5+Tkx;h6sjo3bpE zcr?hKEsJPt*n%%Lht!NBR5dvtrvKX;3J?r#E$2w6I z8zU#r45KFEJC4w#gxjT(;&ZTeTQim=iAHsb(>n>r9W;f!_&gelBA7Ndn^45)Dpr!5 z%zqT^AHVC7j&0tuh0b7zi4(@KyP}Dwp4^1P=>VY+k43ri%1MkEkY4YCQO)s z(gQH=3(IvjRJQZ^Gh+N?R*#k|#)&aS3fe*WHbtQ|XxTdur_ag!$_YihcyC_S|m z>yPL$ou(i=WXE+hn-*_d62Ae%6GvkI?uc*RMCi4b@yw`#t-oMg{#U5~)&1P}qwlkE z)yjc^X9L=I?pr})R3T<5D9#S9-RK4cy4lL}FW0hoMFzQkVOO-UB;P832Uqr$)C@0V z{)lrZuG!7ZVN3b;#*_L*Ef;`kI%upfLhQ((AT5OK*h<)+NwcqnEOXD1Su2K8XHgZr zGsd6^2kv4!a5!4C2X9t6LRp^_(UL%xqH?{zfXZQ0*_WP6C{OT~RH@jcbW?fvN{i4` z6Qw{hti6%z_pT#L9)6dk*A0Qt6r$~6wl+8zJvIYUXR>*DGqJWx6u-w#V(F(jgdid< zw&=PY$N{KAFy7(7k<1#HL$f~pGF1(-&b2GXwLj+~^WqrM?I!U`H7Q{%Zb-INhxx`? z#hfrc9fu|umhI~G`b@tAw?iQsw|eaVnBjd_ZwfZ-pn0opnaQ4UJ^s9*3FweOuxS%! z`$i_6a0W)x4eVU{CR0y5gRG(hL0I1Z`_|yz_%}ZW;3xN1(iYKZjjAXj!dF}D>JatO zHg@l9<@NVHq$n;TW*nn4&ZCcRCK9nXQGUJ`knGvh(c=zKq-3*}jg+7mgA?icGuJCU z5;U<9S{lREQq0~C`VwG&eA25gS``t$w8AWT~h7(WUXR- z`mh9`NtE%nVanR%v?C6akjyGNnm!pDoT}h1A4$rI$6>Uz5njLfsH-(7Lcx$GZ!|0; z$Cb&nwDAa`F!EH}F=9#+DJ`CS6eE# zI3cCMPFH%#6tr)O5Pd6ysXjqF2BrW@3akxlKsKYa?m>McK&&H(LsPpMyAy=6ac`3u@{+ z*t<8#?;e@M%rSNRcKjYr%4+A1-Nk&+o`U`#-zfrQ7?Vtp0xi4@&3_S=l7(FN9Lm_a z$n$Q(+V(!|UJuUhu<2+`i_Ql=`ais*wYR1Ajf2XaAc^Yo8+X*?mN}D8%C$j#LxpJdJH9 z%;q7-^}Jbk0^zu~n=!A~M^Th+m1TucP!+{CKppAwN|>A~_|+Jd<1&>)ltl!jn6 zCd?+i?|V3%ke+Vu{k%NbpOBzw_TRR(3fkKb05}hEJ5)!z<`5n2wG|m;`vgvxhR3bZ z8PjcJ(f+NeDs;vSJRS#{OT##5ax4MMHng&IU9)Xy5(-i%M^~ve32VHo(3TZqH3Pek zv>^0>18F!As@<2CVfQ6tN49ws<+FuE65F+B$ojS-QJbbou%fX+aTbp#PU|K+APvS9 z#%StHp+1sNQ9+EHv;esLAhd%t%bwfr72Sn7(~@kfZ05Peo7hv`W{>|U>^Y_R9>$DH z;q4C^u@I!X6}zIUurPH8TFisXVc~TM3N0^g6H5FsR4Gt^rEMxt)C(+0pMf-%9;Nl2 zKhplu-B{6fTMtwfFe5lJN8-w#jNV>_yLe{O&$IusJ@sw;;qj%cuc+h87tLk*m?AWF zU}tUk5bd#rA6BuVI?VK06Zze^T<(3tNoz37O(&G%ajJal?HY!AQ<*j<4~Nsirfs#P zMKk#Nf@6tVIxl|cCe?3n?36r$;W&>U?%}`+hS2x!!#S#qJfD+u#`+nX(ruEt1umF61yI@te#Y9zSH#DhHKhCDuvko)sE4LPAnvB2 zBb}m5JB+rjEsM^W2dUc6VGXcYK~-xe%|U;UJIMmpR}~Y9JNxY8frYDkGLm%BnWnZd zPb?a^qiF5$3GB<4sAEs$3Ws1(!W?*+0qvb(9?Z+6bo6YTfhdLqD<0>RW!rI8)G}O) zF*aP!pXZK5N%zE>hAYyx~mBi)>Q>KCGmGSX7cYfO|0A7c{Fa(L2HZ3R}5-@ zV|pXTRziMKd#OGz6W1j6VqeF?0&X6)2g4Bjt#SkrOYn9>7Ry^RxTS3$-xPL0`k%Ls z;2-IwgmoM6w@*~vzyG~EuiOtpYzy=7(MJdN<(qFpAkh7LDf^{!`@bFG)A|0m7BMv~ zD*v`I6Zb}2NnKg$Ag&3LF-LTM`G?&<&;W;oxImf~#@6jP&$m0$SFNS5#5 zYqr=t!Rk)*Whg?&3vZKg`B}KiO8V{VpV=o5@<|(F;NK>@c$(B;kCk}zPW!O<+)zGT zP(EBBrC^t0v17Mne+|tLP+8UY&W#xvG_`%1b5AQ`Y~F#AzmZTqmCZYenL1;0$KmxC z^f}BQCV+px{?J-13FC`XdFU(0@Y1SU{{C78nyT>ab4T;D%f=6gI^K7){rcVeKc+sc z5SRP;g$D%aMk@;wc8y%WKqvxqNpX%vwyTNUNe(o(gY9eLn6WVUlNSdA;SQ?mwo;m| z(-sKO5l>}A(WIkRbDavLXXlV+rV3-sw!??urbI z0sFnGdc21aFxugyq%D(mk4O03hn<{$oy9pPfNECar;>@n!6auUR}~JUzIY6qj1yVX zq40Ly7S{55pLg}2brFt{qmjCf6%2r?ko~higAph2+@plve7R4$JCwfMo@u1S=mCY+ zFy+w&9s}q)G&RBgV85nD`!i4f$>Bv-XRkCp+vVZ%6Vj<^UJVF}a;EV9%Tby`kzQ$g z&3{m4kwCsP%6v~HAZd%2Q5A6}_gmBCv((c4TCeN2t2)f?x(H9dWrK&rb;*bV4`s#P zBQ{kDOXA+th&XOKj{IDts^RduF_wIooL}_#AN6@QcJ6Fv*RFN|$_mpNJu1B)o5|0I z)V@=E$4`5`^S+J-96}}2n}SPo5;Jsmwp5ei^e`+vzvpo$f&#PM8GY;BTh|fWVpk@0 zjvt3>>eQsx=af06hsnZYhi4(S2^-)i-NOkpO9%vGN%5bzR(`@8T2*mPpGfwdKPUX= zGTMK8H`e<$Aghv2=Au|@IoG>pLEIjM_)122!yDA>=h!rs}YCrm&opF z>K}WB^!YQ;QhHC^$-VEsUcU=V$=aqSvS-WyVDswLO#ARd(vQN9t>zjic{)-GtR|Z_ zsTn3po{pMpV088!XleGsM`NiTsxCW)oFyv=9y=YRq_we)rjuq-^7LD{IwF1cyZc8! zrLd(A0qn}QW5i0DZNKQY!U8IEi*cGQ!)(<{Fs@W6Ilc~hxPEt50bF|q022x(QIJ}| zz03ZNZt18(MIfo`sOI61?&qVu%eivgrOZy5fO3R!A4;N_u4Smq$qDm=^nL7DSjSZl zL}&|2G)>{d<;%F`*4x>>V>_R_(BSryb4Y(Zh02$;-nXHYh_n=x+#K7l=+ICK3;Heo z(pU3%JX~6p4|67 zYuon`w+xmwZ)HYyIbPLyRHQOhgT{|vOnmZ!g`@$v+)1sy+$l{Oo5RO_PQb|*qxFG9Qt}R`~^zr$m z&ip@=NtdJhOW9Es=DlaO@%o3Atk~Q@T~qiodyan9G3>C`Rrm8 zZ#gfaE#8Vi&=6^$HQrN9XiL|c_{WBD7siOUILMe8z--o#)kCC8r5lC+_t2RbK z?cK~ZyeQq4!xh2fFKu94Sq?srgT1xwj4aL|H`CXZm|2pahR^N5<us-U_L<~}+lMyIZ_q0K{^q4K-6w!OE_PyxXxf1Ff@Nn@mUxitB_E<2gh zAuXoWuOfHf8+ zSWetB4)Y83rf&S87azXtrAp&u+zF8Ko;&Op_*XzQ(n+wTmQW;&aHZ1G(N3VVC8>2d zP1$9GQojeynS#kyH6874EGZaH6DX1#&4WK}25N?fWJBwmis03@c7|P6i?6{&{oZ`e z{AdT6Yqs)pqn15Z6fY`AQli1I6yDr8nwV}UpDx)voOnxwiSx?&&FN*#TJ#e2Prruc z@t~!rU^F(9KXWEc-@Ax!XKdl6kDo@Mp?FgdtoeQ*6^pI{jENlG1ND!j4aC6!K%jEI z|9r24Z@h9X;T130vg@q#aE_eT`EU^ti#AI$Kj1lQSHL!%o)iuMJgR!BEB13%3*Ryg6jvdIgS>0y-aj9`%{m#p%^m zrDJ35-<%w6J!wg_<$;yn{Dt9f$_7?H3h!Opg9%Szc)lHfSykVGX&!lw&WYoHPpd8| znqr|Tf}Dhm`OrzAn>`apqjx1>|C}dYHN`QgqHBuB!R7Nuck%RY_q7rrga2uvt~a}a zv@rI)N!!P75Z@A@vkC~Qq-*J@<(Cd923%1TF1hql6jkMi4?fKG&J50Vrs7fsTDl~* zTSZHgI141vN)^3P!BJol-mdmJKL;$gf>blgxgBd6UHvw#`>IJc0PO6f^c{;ifI^V&Po=zMBtEadcRTVB`Ki8k{1=2=9++GRtJ^=1z9(j^hY7 zQ(qgVLLbHWj5_9xXrwljiZ{i{_<~NBRF|ne`_f9#!goLtrU|KI1{J3h1S+1&6XU-gX{P{dHP3n5f$tifBEMpB0#{{CW zy$wxO0k;Mh9i`FKX|igk!H!mgpFbAk&Gjj6oL0|S;pKRYDCS7aNV!Yq?w!9l8gYYh z+3>~r3iF;VBw2h8N{&QSFCs7_j&ExUSJOy_6=bQs9GkruryAQ&r<>&7#w_m|ni3O- zwsGx)`}%r2J7@^k<8(U7jppOc$vxmu%KsAm)M0_SssiE(osZ8eKn{lrkYbG22wo;ZM*##rj)x7@jGcMKxmYvaC%G_9#xabPsBqz0Y$4;JD8i?;CXB+J**tJE}0z zsF*l`2^F(5*3cR^tYh)}OHkuZ^7Cpq`RubOoHCi-KmM7-2dlu)hwWF`H{VA}Nl(nm zjmvXo?Kj>~ukXtDab_D%`LZFXc9aBii!S!kd6Q3)^&rhu9Uv1fJ%0CbLkp}0A zzwz118ou%TcpCb2naJD+3yNwr8f@s!y|fKMssoM!>(Ogm65y+b_7g z{?HU0JEeu6UAvew=htErrUm+&ep`7#kmIH|Q`eCL>i!F5x7*P)4Jjp>O+(XcqxN%6 z0WKv4U6O#^Nq%+|sYz6!5!DmC+PsRcco2tbJHXsq6Lsno9A}?F?6JpjoOuT7gbLKj z6Y+fYW>O!l!Pr(isP4S!{PXwooizXX&wKo^9UTYe(~%N&Tq)kK-GW}TlfX}Yi2!Lp zmcP;2gHTmaRg{7}lq@esM;9_28fC@KsBjv5C%=d66&>92#}KQl3{=Ge{nZUYVYcMwH`%DX@Lay$^Ho;X&qnEkfq@(w zEQIbK48n{Z4tzJ=$R9@9V&$Bhd2BbV>Bp}$^PTh{>BvU4KcQLhF z-=Uy*Je5;V$>8IXu9TBMbxh=%JWDn_+%t}^744+V9v|}aH{N~WKrDyC92dDcF0#`N z>Vkn7J%JdV{@5V4%KBmIAeJ5ykJ|{u5@hAr$#LcoO(uxOZ3vOri<{}D$)9VQI5ykE z>eP8$Tyj6j#@ld(myocH7hUO#c)vTPI%cJuJVooOrm7uvmz1;?JmdpG0ka zGuMtEH{|-*ChIt+ClQW4z`x0Q4Ve%mx7$h94xTtukgG7IQepiLgQMqYZ15TU^QiL%& ztm)VnB zJN~kj%1RdkNqv2s6OXSTFGnXHjS>k3vD@uTpFVx}7=3-DHEkxpe>}>CwJltGeuUYj z<9MjEnC1jLzTrK#bT)F?^kd1NG;c)l>r8a3@x2P)U+l(~fL{b+yc^d!V>W!}B+EqE z1qbdp@>q1`c*3pA5VIq==goq8+lXyctubjsXc84Lq$H5q-DU|j*G)VUp&=xZii7Fi zF3QW?{Jy%HlF5yjNrgA7l6S-^ z2ZVw_-hB31LM0^!3}D!=aPztG%$bee(1uo&jZCIc16~{xN>S7*kl~CSE3*(>@66@) zc^{|F?x4XBX3zeyKC=Sc#R;ze;1Oma`Ym41WZ&w8fK5R`B89?_|GJL&?O#T;C;8=F z?|@>@+;QTxH;?s%PB&JD8pW^Cx&XVqQ7Zj+#o@{Hb^+Pe9Gd zK{y<^e1-JvY@~7Zov6<39DVJjc(NRObr=>-Cu2c1J!#Ju5~oXL;dwIvcz+O%e^9QW zb+1FadJd_L)fjc}!f_r3t(YFF36di42a~+=c0HfGcpA06XYi*tOuli>157IEJ|Khb z_<2rVc`t+~+X}IC1q{wV*~7{)N)kO3RGp^{=-5RA`_XYGo@y0VG`ypdT;;R?Aci`K zV+q)IPz@+Su&0Bj7oTU!Zc#0{GyK?SfZ!^nG_gJDu%;0s<{IPLcMX50!31+ zrZ7y)ApwvlB!xLDM!1)*fJ8WKxHKm#3;yeQBje_ z?0E(3*yd;T_Hs^~-Nc0jy&Rbp;hx4~Zm%!HZwwOpwb^mbp2I1hn9I>8=dseGvZ8Z1 zYxVXJhc`jgb{65B?<1TV_NM~BAY8t%2C0Q)E=e=9y}zftw= zVK!}VCJ|5a)RG-+s3=30lniTafBmg5jLDuQ+d4_55>%I~bo$%}o|L+Nf4xlVCX-6C z(3B+Qv*zI~{Rz#r+c|qeAx`lwRaag{$>g(fPRL_>%T^{9``EFw72(JbCrwr1GoP{S ziXZ(5B59y1j|YDFOY619p=}l^pd)VmqYv(2Lj<0vh0ja_Z!N6qfk>ZRwC3pE@86eF zQsbWL>uHM@kz)@arNC{EadzQiK9jna885FPxl|_-R8j2`&jN#<^D23=>}nqGx`LKS z3HvHZRXtS$AK_RMJ-H`AJ(vs-?Wsbz>?1QkCCu~+emPy^i~?mpgDJW!i2uG0^tKGD z85b;o|NB4idacBSDO0THr%ZtdAG83a!eRLKx8Z{i4vK6T%0`PtA~Zz=W=yBHp@&nB znZUD8u13kW9DGI~#wlmdq_&|4J+#MpIL++pq<)=Lw3Z~wTNNh)V zjzSFa1=F71-xk?W-NA;c4y(ZC0D}ZQfh60iLzohr4#BuGH!Iioru`Kv54?ITx7sAx zNx|K39?8yBiol#rILezyX-Q1e`UOMbH7RyC_JWCEnCZkc1);gna?8j+>j(JeUx83; zBRbQH5Jclio_lvQ+Zwv~>IL(;cv?Q17}ixA6RJ33I!B-Cpthl#HLL15`k2Xh+zx7X zb`nbJTy@d}k`n5hdQglAN6w#w7VW_N&o?nraO~-~5l{+fs_(++XK~D6h``g&5`OIs zvOoC=yyu>c&FN%jp`D6s8>^Zlyja~tM=X-j(oXozH~Tf%eG4sjs`sebjQ{1=(}0N? z40y}6mMW4P81No$t28)0&&IfT6AOC<)j2NSt~5yI28L8Rj+;Mu(AQgfTUq|v2gHpi z6Xr}KXX=y#+Ry1h$W6f8We`*)fyZB_b@)N@)8P z3GZjKm?oRrA|(20$kxysr#+M;HAEbz`VaT+=X#rN8qAKiwpd``$G-?~XByE6rx%{BgLGF%p}$k#M*WUN2qW`vm|6fA|^B@#Wb3y+k)`C6<%N z`k0;8?kLhUEua6&SNG<%5siXS5>1gL`y|v#Jsl7N$0U9{`I)QYwwtZGsP1T z@Ih08f4m>$cOUcNwp;eK=`3Mecq5@?jM){1*woCxFTx2O)3kulrIaLflW<%|5rRjS zH1PiR?h&~O8WJ{yZI8V0rx-w9C?GVl^^nv|?+ zjP7F7QP{X6{3K*}&S zdlnsAf;3gVf+{8UX-WPRew$P{IG~+%Zu;*VD;FR1W1%UMnf7LaaZ6auus741n2^zD zT{B0yS@DXRLv}q@ZwqkmOD!BdGYf#*9;xFq7nU)(+|q zk<82orVea(L?bEc8X|134yNB~qr4&)k7sCGWvu)=$^fy!j)HcQztH< zIo8ALO&ch1XYSqF}k}lveEm}-xmb-u`dL!)E11oouq;xCe*Cr57Tmx z8RnZ!J>*PY9&jRz#|6jFhfjYD&N~tC*?7#K!$Vz`5B}PMPR>8wbJc=dg_?|E3Z z9wM=Ueb(_UJJOtA5VQ-nOw1yA@u_5;d>m?a2)X`^1ODZyZa^`ilm#c-2#~NBrM<0;$4q}8U)~t^;3}oybcW^ z`nFV~g=#BgN-e(0@`m*ug?xTLYz~*7^`?HT-lYHrQ9H06Gp4)$o+1yIv(I=7N z@B!uYxLht4E?kHZf_Gk8L1%Lh6BI#6QF%6}l8vq$>o9+@>8&y!>1yOqh^yjJ+tD zAo0?h_)9ip9ze0yaQsFx0Vm8hIj^jlb2eU1-9)W37M!b$fQ`o+Z zzLq!Mf0|WW+UV|0>r@U6;kNBw`?{;ajDt*onFMrDvcR(t9Frij0*ufu|0uYRf~Pn=64QB@b`mS4F(`gSD@_v0aFiag-2v&vQo4yW? zo;VSg8RnH|pT<;FyrO_(Djb|V(Z-XFZfMsLw*H$}K6B?Mce4oHFs+8t>0&a6T}22% zUOI2<{@-1WlyboL0u((uaNeaM1?N`;s0}#?>w+zTJ^o&=W^#T-fOlJcqokWDphCoN z@XeQQqc^z~eR?*RzkWAgk6bcvjm#*6jLsO}J*wliHw?fm_IYAq`D_$mV|xvz><7|r z0A}nQxI6KfvDjEFKuu4C*23A?=h(=fJ`>%DWh6K6`OeXMID-^@rYU#(Wf1~JNnr#t zZ~hP|3DI>*7d!PlN~aZb!*4q1zE3c#$;F@5V!jipWu*~78HqitnC$G$qG{y@iGCKJTM>oH7?Xnq;l_RQuwR&@nq zl}|5Yag1(1MpFl=c#2>kMlcY=5E?~B+;(2L@#xA_cve{|dcm7Z{&07P=6MgReJFRl zIeT|7W6Hz=Zo9;a0Q~*;uTj0TYXtd`Pg=|G4N?FU?!(e1?0y_e=WNCSvsBMHL?&;FgjrH9F+Nsvh7l@7! zYI!k^A-nAYYt|f^`=p1VeHEcjC&m%8NhP9)&N^~BR>H&!z~&o&}^i* zE!shqk>In=Jb1%S&uieFuTyYk0y8G)dd7k3k^N(K3k_kP07bVVNFv2V!tbo6^X>-; zE`A?JJjOUh>C;qxRG161C(k0=dkFQ-g2bL6-lFd-b4WXT@7dL$bfz08U(A)ZLGF6&aH z(1xwkDGmiQu2I*KPf2x5qaq<}gG~!7Q9pMIPMVNwM=vL{(g%T% ziQiX1*NLCS#H6xq9rjc`u}Ve+{0jn?8X;Tj=~oA|i6nWp&Wr#)<4JQc^8}wShneN` zKoNMoIV4i%!E{A@P1sjsymx#3wC3e1}>X} zKs+K3-KO%ERJc@5m{LvtVRNnRDwVvOnaz@mQZ*9%0t3nTr`VQ$4z6) zTdUb5M-JwEZsmslHznPtwAdA-*u81k_MbX+5=b!W8zGfKxLhbDg_bdrmoxl{?pOgp zv+hJFCaNkiCA;N?5CS#dP0SypQ3}u$gp{BpSkZeV?OhtpJ*(+j8w1sc+~>Yr)3&}} z6M3X&?;~TZlc&;przs^V-D;evWcd)uI6_rXd|vQNQo2b}H}=B67?kg*&V$F~q-5Ee zC2U&z2DuKC==56vsBT_L`;JEm1p}OS#w8=upake9yu4HLr*+m^MHVPrG5)}O8B#)J zzKzR|%3}67Ypn`>Do?Kt(w>2jL8!`re8XO3QgB*|yi+Z1?JR??w{0Zbl_BRWgrqr; z%P*e2nqbsR%n(eTZ19;0F^&(LILtE%4(Ese`nEk|OE7H`+b26vuj-^%DD3K#U@CCK zHEG$RK-}!-Ioa3el!^Qi^oF|mpmq(qwBswx%lsyqAwq^pN6E1i`LbyWnj~bHtWy`F zmHdjGzq^Bm*Oy2sGxgk9iq^jQK0UDzcWtn8%WppJa`IfhVZFY4+jS6{Bw4DFDpV*c zkMdHD&Oc%<&R94eo3WO)n^yAU?=|w3TfRah7U%R|+y(_H;yrD|n_Ec~fwKq9#6G@K z+Yown2vAjeqZ(@)OlTg%8xiUNc#LoKiG`abqgpJkWyhwkB`?Iyd$btj>i*YGTp9l*8rXf5E#gCH8N&t zUBVSZcyo}6?!g_#`%rPdmvAJ7nTm7SN!$4GHSaK^vQhfUCb-cN55}gs} zel-R0c%0{-f1Y*g*3;ct&lfK7^7Tt|DD|tf|2;))i-{Q>zJQj1CZQ$a#966f`W&?O z0!e{zKuk{(HsTiO?*SK_OSE}2F&Y~Yb{n>%jw1Tcf8#j!EF2e}i#BHl#o*P|pmy9dlKYF1r%vLsnp{j_80t#R6*+?$1- zO3>&Br%jSf*_fDJO}V?Cry4(nLy2?UgnM|YHI;-=uDycjpi4&J(}o8LbaCmfS#DwtAW7;x^~a{{pJ+ZkLvdCva@z32fi9?9YUu5z+eODBDxtDNIKy{;-Lpq&VM8c}X^baGY&5egsgE>!!S<0G$Bs-Qhv`%y4{$Bo&UE)XnUvdAwND z&9SBVoIZI16CyplvBHOsxBs++IIm{9rW5VF=2D3bv@g z(It>E@Rq|wbMJ7U&=hP1C*#Yq6Anw(zp?@zc!(RjT2Lo?hW)*o5LSYU(Z>m}>rfen ziBJ@T3eqrXGVLsLT|{kE42u;rA@$wEZ6;f*Ct&Z%C? z*1YjNGySxF@kUJ33Y45*{XXYZFGWbR-^-oxzDetH3%AC`wSIo~l|LaAl`ZQ-2%lp} zaN6Apf)LEMSzTAxB`t$%f!)C@n+;WnAx)k;&-?eN?#p8jSbx76X&KbGE6**J2dmp3-{5;up*mW9AwIGJeq$1H=d zaMCc02bp#iDFks6Ou5+FDS4sO#Iv%FaSv?Y2MBlyrSqqg?LCTsu?D->hqt(lgV!{A zPnv&To|9W|v7EjuKWHNw4G$>Ai;7(7dmkIZ9X7gD^38^RzeE_&{ZtV~K%?-wR&Zt5 zDJ-39{jHnF4<(sFw8QKyAZzGxGr@lm5KkIB{M>e~ykH6u?LvO_yv~m=eT0(Sz=)l^ z;|i?A*)6q}WmK83TF;HZC(vyZZ1Aeg3HPrUZt$vf+YWvb^L3XO40xO+P?4A57sXZ) z*pKHF(pctT&=`3-DW%dM9MyR?475*%NxZ6-(BdT|YU@V@EZ>wScE!eN#mDi9ii>b+ z9y}G}QPZ6vJr(0|Iz3!faS@&IZkBYdBx$CGm#8Md>{f_8>mwL+q!SM^p_VZ{52}C^ z3aRuV-^D*u2vP>1XsD`X3?%I;l`UcN|N1%)UG4=FPI)23LhJnIzc&t$%RgNGc?ff`rSYyQ!Vp^)VXi>S(B|0AMq<#?97b#tcs&|NA3Kg|(+e`sGF22Pp9E)JO7es=c_lB0S32Yfc-C!$ zN+J^vVc%B~O^rC}YDi7J7(KTV`|@YW`OBA4q>0dz;PP07-TO@7Cx3snU#6SX4GdFq z|1--_73D)y*P%G<;I*@SqMJ>QoCEH*%R>V@pA-Z_)5xEG0!rRI>bpY3{Tn#u^yBcB zEu_ACCr-_Q5V7G4HM<=?@d*o1Hk7XP@cH0^3#`{NJt+O`i!R}w?J(YB{lBjdq$q7i zcMM{;#tkQ}y7k6DDvNo!oB5pgK2BTr8tNNCqAePr;wslM&dK8S`R8(P_y#sK%)&6$ ze&_VHH@-ID{I#Uy@|F-srTO;CmX$pH);4sz7=GYJ!W56-7t=M)D^T{XFOU#h8Nz>W z2YPcdvooEQ1@q@acJ@9|6F1D8XZ=4Au-QJi4R?JbQ{F{~Y~yzw7B+YNKPT!}^}l=JOJaKHad4$Oyip&pt{W5?eJ3 zIBbMG>zcbiKFUAxXJdLE9Fr%E?tp9h1iB0zGZ@03UxN4ZpTKqL`Scd#BakQ~1b)!| z`0Kql&*%ol2Vxh{j{unjGX(15%nyXINAF7+qi3~+q6VQz6rl*DF4`A0Kv|g&s{1{$SMeE*-9%{!k<9wWD3$PbX zK?;>XuosV8V6)jr!Z@s8z?Q9au6~JTdl;J{G8Q$qicvne=^WjvZOv385Sl`6j+?F9 zTG0&?r`v(sWn;~zW>Tgk%jZNWg3X&6h^3OWjlUd+U7@uuK_J;eNuh^CY=7`i;c{Yh zb&=S*6*Ck<*!FCK-S^mX^l$+%}u&U_uxz`swgdvDOa zlV=Got_@=MT)?Z9I*)a1g^q1Q4j);yZcx_g@wzx^#vGDJg55feO|^VjGK5V-CDvX> zPe(WHsa(oJ#YFV+q&&^IoT*{Sifiuv>HzAP;MnpS=If1oU~WNG;vChbbJx4)@j=rR z#DK=lw+`jXAdNV?z)Yl(U>9h5MtZb_mMo2jkH}%s43p&A$6&R&H?J7U889LFwhcL1 zV4I<11_hD#-2}R_XdhohLuo%iziE43NQsaVWsroh(L4_w|F8eRhKm?q&VHV|;}^2j zJrjV6Xa`^3`5dn0G1>=gkQEs8o{1q;n4vh&=Po;HzYlG!?qKESW~7u9=6X1L;bdHn z%;E?CO4k?JO&t?~AteH_`@EY{kkAc;5ZD!~6hTUfX1DWli=a+-kjy!q9ns^kE6M$e zyfcj@2qBS4$&|@1X1LlAt|Ihgg8bfPOf4y8L!+e{$RSLs&PZzaS~@ff&@`!=1QP}% zj3L+eo7J!ND>7}EC{l7w+iDClzZSQTIR_XUqx{SNSi`vDEG|5A26M`bP#YTPSiY9E z?Fn8<<#XOilbPkPWa#_N3Eo=1l`Bu3$n0@th*j$lZE;rk-7IQI(%Q4PZLA=^Eh`_j4q#` zA!l19NwPK+;K0%g8WaPVR``niXGxO*TD;V(@S>9aWzyKrS2x_Yum@{Js)3WOLXYF`m6l6Rx0ptpG zul*WL#v-iH0Xy_0s|rGtoS)>omuO5Z(-4XaQ!62?PNrT?U}ZFmB^_~A^|rG!yqHKT zGBhZJ5JVQeh+0^TW5F@IH&Z4O1RuPc*ot>ESc|cV<$m#rhC$Y4{}uyc$hHF(ef{f; z2bCG+1vajjk_8C0Dk&=XYVl(3+5 zDsR`Wq0!%lUD1f85`zN&8XX;0bH-gZ@IJP%T2O#v!2*yHwV(i_ySsmTSqMn&nXh`! z{`V~*C3-Z5)OEu5{R>soKD_vThCyQeR)T-MpV&Lgah-NNSvOw~K=957=>EnpiJrQU ztXn>fWByEQ4F{mUfWPOT2xQrK)t|$CRYfcd`-r3ymfsI$alALgr;9o`|9n5^oj5oE zut@XkkVCL?oShe@yI5WBAdy-NZ?55gx$@oU&@j7H)Z!FIqjmn(VjZ(f#puvR$kRa- z=Y!LMt90t_vuoz%lIZm#it~}%8U`IBkw}qcx4u7`&Ya%;IGKLz+UM~A?~nD#yx!cp zk=9@4BJurp~IK8X6;=NGXXL2|{|DZGk3EDwu&y8QER7sW3CSoCT+DrnJD~ zzn?sHGwbAXTGa~}3a2=eqJoj@j{R(d1j7_yGcbExY?5+U-)A#X^%wdc8^8-UnND2+>uw6m-hdWdxV@k%lDgD+=Ui32F@iv zggImH`#8i>t$WU>ng!mIAnP1RwLtHaklYDQtG^M^RiJl6 z?#ChfLI}PN;U!=MK}1Ix=PYC0N6->&=HBXiNf>dim~aJZI&aIRI(fPAB_7%NC|&W+ zAwho;kP2uRQ3XXCLm4Y26Z4Dt(b-p0mX(7$ojdW9voEJ5=;zDN+)HmC<5Q+#S#4`rStTemp|y|=@u4-zVb zBRc=D`{P_)`~mYiv-ow_91_taLQ@WkDR$QnUmex)W}Y|ZPO^he9&a9{1!4SwZ1S__ zQ$A%9K3@Tu^c57*Xh!UQxQ#$;Ee>*v%Sat_B@^aNrRssZ$#3mNbC{@xL`}=#kt~-G z0!1@P`D2vNEa#V3%;o%*@6z>){}7U3E663)-9y3TsU*IC4L_LL&b{mI#7yWY?i>s7 zcb_l5ze+@YwWDiw#Qzh?t^bBF;dXDd2VMz^4zZB5^qs zit?

T;-7BG5?nG%1k%n`L9`WbU`{NwBckvU``e>qE{$Na%H%{O+UxO+I5}sRij8 zt80G$@{l@tMYfYWe)JV8a-2iUz1hzmlCx`~vQwW%bB9hO&x<16xVt0h`V1zaW@JGq zib7FQ5y4=PwQJV`kei!JNogtn*|D9PNP=5j1IhY0D>N;C&A#TS z)WKGYQ1Xdw+dOsxRHFLg=v*07v$HmrL&AXx~G$fn*>b<|7f1h zjz~V27QM^jHoxD~U8yNK;~$No3K1 ze2*k%cnIiuAZqqwQz>buCsl|{N1X?wFaC1Hkb2IpCXzyFKcEIkLI_lwhEP6S4SvRy zcKudGfU07~7ZoF`4eelW!W;@#YU8eB-Gki?@Hk zd)2E+83qzbJe9;pM_FFlrCUyG+0vLAV&n+Q#{TE57%uS8AJ8qTNpT{l8Ci6t~p_jjKD zWy{l}dVU`nYn{9gZ%i1_ZTHf?zEbgdWvap*~p^pbwtbk2r>LhTPeYz!i@YqahK`&0*4Bb1GqA#l&r3g zF+ShU{0hsKSzQ-rb$#rB8jd0$)vKU~1g=U01n40`RSUqj`p^*aZydhdqY*-2iqfIqpQdu8_Yw8UFR}HLYcka9eFcVMCV73< z$I-EK-KKkyEh?A-DNUU26#4mHN=wQxbRD5sjr-I_8^#N7vUvXG)E)O#u6gA)`ns`) z<11|mIC*YsDVLub;b?acMoP!t7q=`F`v#9~**Urux`rPk|Vw-%Y}Vak;o? z;Id=i;L~TWC)=F>a{#d~;f#4Z`RXMr`0bM?5>9FR6$3;f5n{m|{P^lzK0d*RcoEt+ zr7$C8R?XOANz=%YN-1`_;UvVKt z-}xTD_}gD;YG~l^_uNDK<(KoFTW-L0-;=~@>vw}__a(bDF%3)a6Jk%Lp(!C@r0c{~ zh@`wI!k{)hh3fD$ruw!rBWnwfG~9rc3Ywztm4ovr|Jv(J?(+Zi1(S84Q$}D|Ct}y} z3>$(Ro5}Z!dzrnXgP;E~!0W4Y6ve{8(G7vuCHd~P3MXE362FgqjaO@qL#RmcM`I*eaxOahw8T+4&_r;R=G1jg)(T&uMu+e&5i_uV)wYuqJqD^@Ci0{7cN8ay`dwe~O$O zFQ&tTl2GZ*t|xcq^Ss_t$+I;boL1UFi7zL!Ga?|>pwV@EHcGaM?*hx#k1li4b$d2u zuQKH23P&Z+E>3aH1$LIMOA(5g+<2vfsTB$<8dQF`CYPRR#o*C0)Y+F?Q`;5C+86fk z0PRTgASdNa&hO#m2@NbLYoovuMM}ZUqAo6-wVfBYPNOl9g>D|2jCUafrfFgr2Ekwu zhux0mu#>Mh@yq=C5$_6w5X{Zd$&XhONlYac4UbG)oiGKMVo!We zihkhB1USZ@j=yaR4Rya~QvQ7ue?5vEAt;<_B<|raPj#VCPAXoDP!yal zCkexjsW>eZ%pn%glp66wJ`wvk!de+ZHHpNtaK;jt=I|2`rIaL-Nm669DMm0tys8%W zqzVX0Y?=?-q--M9wHV&W?qkz;(`>D zs{A4VozWbq50B7!G&m4&*#p~|k^K_$C;6B^w}gqa=i|*8hb^KawLMOBIRs+*D6n<9 zyW`w($7)Nd>5dP=Y9({$79s>JT2$Zf`)o>bOlJ9$#6|l(=dmaF+}w9?zMCW|A$f$s zKdMfrBa)SY?ByZZrOZnlsN4`N<=Dq#fM8a%jId^4>{I5{*PmkovA9IWB+?J6 z3rc<&L5~Wu6|i|E_v0hbiPY&Oj*u*)7y&ONcg_7JD9YMEcCJ8|>Y_M}nEk##uCMn>J&RqVmvz+(+ zzJByW0r`b+(z$TP#ZWdLQwZXQ9MzLyRXuf+vY(7j8J_yLaJ~IJ-Uoj|*O&i>(bI{3 z?D?1yTx(tj&E78<_s?$HKa*KU@XVVV*tnya>pr%SX%+dq6G(=lZ-2=uZvMd^{yD09 z^_6Qar@6hb08^7l)t1J29Nh~mC7>zPwudnFJX(4i2#1?k-?owETQyXX%dy5Lj+3PX zjR>ahq_#Z-BS~b>&xh--gW6h4shl`*)P6@wLUoA!Jg9SXt%r+R7!rxB%+tnI1^?mW zEsv4+WCQUn3dy8~Ez7`ug2uMf7ILrcGc0O7jY!fxXds}fr+PqcZ`TFEqzi#1)PudG;116nPP$dMx#(& z4Z05Du=T!!=S$4Mww4G*Argr3!fRWYGpmG4&YlIp&W3K@UtUWj7(=*hyFWj{?CSsf zLXy;2{X79iSkUo+!{YiOalltv9-v9Mskw-c5>5Tj=r+G$V&!iAqg!$Fl6xvIyXO*r z&jIhfNxz+ihC%w*f3UZ%7hQq0Pe;-6*#%x{>fMOsc7%K3(0bgX7JB=|C)SMWGQ6;@ z5C0Sbw_V}<(@S{c{Z0a*)SfjElE^OoN3l}jrLGa%If;04xdi|`Ycq~<%?SJ8cBDTN z;q8_<#~*nEmBl4!t{e~wx}IXo_LXeezLty5xq8^Zza|2=nc{?CBUg89WM-rT(=ZrL znMBE*qkM4Faq!8LiwH)Ol;wK}$5ME_4iYJY;v5&Tgn`HB1Od4o2l13a*c-?0&88$N z(4|JNUP7hY0HKgf>iyUz8s4+c#CgO5Y~|w+s!H5Qu&jGE|EhVE#T`qD>QO5>D+3wc zdgsIaDh|Gd^YI=tm+00S0*hA+|DFt%oMH-6#gZBVkUNoNUI03`5B`}n)qd*cLB=&G zxZ!H1efwriA^64JFYu2i-?kFrMo8PUpw|JXwZQY!1ldrq71J4e)`j& z9@T4c|NU0sKq4{7?UW`q-*i&CmDOSMO(zjgKn4zbQ^4ABF8+OV4(rQYm`F$+xPMEe z!Rb*Gtq_tNXPk{qQ`OnK6x#-LpTyx6l935+C*6IzM?~e0&$jjZE_qh*-ilUmFT+qvB zCpU1xxDE>KDeD}byvO}>wYQbCO1gNdxrl$)RPsT0HfDc8;@fW9`)~@e$Je1KuzWc@ z{cgR)O4z+p=45s*j&E#Gk>93mM>S@8u&7_Z&Yr>J(|UHtQB7g*}50FOiC{3A*@V@}bCZNg{1 zH9UD?eUU+gT--J%fv)+it?@E_^2>A?GeDRbb*z?v!|r0%%!R~KQM@??_?$U7?QUd- zz`t@3VN@M-^Tvxw-V)!kkse_vJzfaR-X0>aJd1tCT)Y=vf!^ATZPHY1lco|| zws;r--lH4KjmzQgXl6Sxl*-l6nd0`2bn>1^S^mikh8|4kR8x{;R`e;ZlM<i{f)3jLiM1$w6{nREMOz(nTWW1E9Rph3YU!W)R~YEB{V3x_42gZW^@o zv{UTJW|=%T62%&EX@cVQ%TVlq15t?vBhHxVAs?#n5JNEf~D0RrA- zEA1|vkRXOC

nCLAP*PBUYp}~)Q#GjImm!t-8`(I|4p_Qo+U!ZZk&O(gL-L7z;WY#jBhN?H zmp+MESU^F39^r5pfxzSS&}q}i{?aF5V-;#oXh5AT+vC9NwzBD3ZczBt{<0}k~oY{yFuxg9I zFg0+=y;2^WB85*x2V6lDh)O#f^eHGv5~v5Hg(p)wZ!F!)rDrXmvNYGy0b6@{W9e3s zDSgCA{J~U=?nH>`S!Hx40(cx=7UoYUB@KF05sDnyBU71xz7LIUq2vnhl;4A@@p9vY_{2 z2)+tt%xWm-UYPz3Pgp>}op(Uid655E>odJiLF9cf0%O09n$f>9*%NN(ncAl~vG^n= z`>aNoZ87V)o=7{kp@2dJgtxkh);Teg3Yym-(PU#|SQqF4pdveu z51MLe3y&nZNgzn_|5n=YC!$=C-$HHNh6l+J`3?MKbtQLhu!ANC^+jHG^P{_Mm$Kq4 zW=txexjn?T+D;6^BrnI!{lB{$fKPw-X?pxIG)zg)Ne$e&cX zZ(9LBJ+_52#s%5oxALf`<-|#t3P1Uv41aQPJ775VK~f4(3~JgHe%*5_!Zb0>xE1d> zNW5Xj`0lX*hCq40{}QqP6DyiFGc~`Qxy6%N*H*PZAk6@4oU|WgMk&E=_b|C^8b#g$ zq?Gt_^3gK%$qBD_WJ@#zHToraMM17ET1mY3O}4hTk{c{yX)u@?(7Pes9_}h2G9}82ZW~l*5!2LB+csNaC63BD#QhxrI4b90E37=A zF&9?MVRC*sYg@LHG*VnN<0NdVjrFZnhfI#2e%s~@l@OUPrt|G0=Y(l zBlIrY!|sW759H7Lo#`xS#!OhqQbr8)u;|wa7lQ3|-Q4;s3#fK`UDud_5FP@rdLMl& zbK#Ogk~+YK!kb$BLpuE9G6yDB;3(N+o6AJHX4YZ#e-@+H1V~?z;fYpFf{VFTIqX{`9A;^85Kgq>axy^SIcNg^VIuv-Tyd=+IoZ{`UR&M&GWRWdNZ1;@x@C%O?7h}ja}^^ zKtbSjxrysKss3VUW2D@OWD->V@7Hc@ z@k_pSPYhLsNE+M9rNN0aHEx_1=B%&>kMT8z!~?$7vZGA_tH#;+$I%|vl-V&cAvOBB zQ1wALq0FSExQQbd{R72>#Pk;2r3S8sk*bQ4ppnap!0AkNZ^EhU-MO$fI)g3YBQqN7 zfmiE>p?PI~CWR3HL+HK(QzT~bXH^JfB1Nn>fD$)IMPiUlAd(V25XOim2y0r#aXaTI zqe|?GFwS;tJ1Fa-n+9#6p8b710>bfVpJO+8o=BcO#wnAwaK+rWai}%CzEx#u-N*rd zchOPh5x!JfPx3z@V$mtsuA7fOe>Sb9`LvLrKG;CbvZd_oX`v|%@EeFni0cUq)7TTg zWuMr&1RA5Tyc3$D=yLy5yphnS-rhehoMnq~=L!Gfg35KQ?wZ8SOFu_2<;oEF_Y2m! zojPf(Ovb?<@Arg2*bEZ>p!Hr&>6aaeF>)A=l}@gu0jmU%N=RNQnaRtua`+(W#Y_s0 zno)tLpoDmP(rUz=Aw^STlh^xnRsVjjSlEdk&?)VzA>q?d6zGlA&>RLq1?@Gl{sWd7 zQnpR-!{e;~=h#NaEo_<+Q%V+Zvv5yLDKRs2a?3$-R!kk@Et2lVmTnnukr**ELo-Pr z?O}|P^%&z;A>BQ6>yoaX1N*HBJ3MlM&O;aIBuodyM&~?y@~6v(R2>woIG{;2$m-1G z10HgGoy-n~(0hE8+k3#K^4iiC{&3$;-e22Sp{hv3ApXi5B;Q|#(b1Kz?;GLT2!YfMLXSVsndh8F;Wxj- z|GVdIHf`L<6Hh!rM^_g=`RvCjdFoXn>o!|8C;jl5{$!zb#w00e>U8IWkI6`#@# zIC`4or(esZdH%Ir-Sjy+qJ=106p7dm^cP@GLEV@fgStW7fbAWPJn-=SoO$M%_)b2K zC*E4j%Jv2lgSigVsV>6d$jC!5?Bg^>IoY$YxXKnjN$RreIxzH3zdq)6G?7gDx z9RW%T+!SWnY448gw~47?>L3zi}OSIS9KThUa>UE50t1nmfS!ip33p@~ih z*B4|n!KHG+{Hyra%DcF8*?s)#>2NRr!aX?ASY;$?b(V+qOPl_}0R#>N+~aIm&f<^Q&4(=oFYCS+Om z?g->oMwdtk%;r{-&%J{E!m|NE^0`+rn_CZgY)49PYC6YPHc{Y-Vx}8KDnfGNghsrM z1b44En(l~uKy1K$b^g(vpF~j<%F4S=RXR|hI91qnO)10uO2*Lca30yS&II`^CA!7yK z{>3w6>&w#(mTg$VYpZ`sdH(xUd3M##jf_`n!#m>=QwR)Upm;4w7BiCwHM7bn38+en zDHGSw?yID=Z6;DmN+)imps)#jtHOtkWHLo)>3UqHrPy;zkf|i8SP$V9>yf7p-!UwO zpw!>S_3NIe^tz+5l@|9^)kw9r)B3>kg#2v-g8q*9x0n*erS5jf42NgsjV?-|v(y`KJi$MW;{bCTz}L!4K>fhp1g zy7fmr+`slzYPw3&z*2+J10M?h77iy_zqQlCGpx9RyWdvm3XTjgOc8MTX0J0>;|vOzshVZ&sGo3f(=oO+>o$SpXl51BeVNE-hXfa z38k(Rc;!tx{&pX+P1{Bc`fEsoe0wgJm!HS=6Rw~#k%j-k7pb}X0pdGqa7> z^p>WK49Rb&|8{518+sIoFz820ipDXiaw_jEeU*~p z3TDkXfT275W?$W!ooGcWAkb-TwUgIwCRjSIVXP@qSxyFSdsXM%Quj^=gWzit0jmQeAdFXKIC zF5%UissGU*kq1!RKLA7D!%T)D7gOz>gD@upBOFNwc?JG(oYv03$QuJmsQ1Es(qjT8aS&FI-?bG|)-~KkL_hA?C?~OO!IE3Fdg`Ti%T+NY#P%;yo zuTJ;z(2+Sbj8+z2ntHPHs2MkjtrKQYQ$Cs2{1QSQA1N&zP#X!*?--tk!H=<^EZIYO z!m@8op&SsfMR{HiWx0Nu1KIl(ge$0 zTzV3an4@Hf83=lUdRhr|Ssfgd;p?6f=!xpXWs^+#)@SxQa)yLg*R)abd>50VUA$ef zfN7VU%H(_p8Nr*r@Z&MvgQj5FD355J^`D%QPvW(gs0|uC-{8iVGp0MamVIBk0c zIz`$xXl)O2&m$l3>N`8Q>Y{mk@ruhiyLLNAELy_dea|bBWAgl5JGqHVD%vTrTY-OL zSH~^A&!s?+r|MikzL|4MyLhgtn1`y%(e_>YTW{^_c!r)HC@rO&xEEX$jh@DyX>N`WCpIG6`N?K7B4&5Oo^$fI7j4U%X?~bL|w!-AUn$X`>*;x zv_c?b2|_>q9T*m%nC<8z@crVu2$v(B!P(D%4_lqAZ+@?MP!`$~l-Q-M^|##1->kSs$|kpT~M6#^W_b%QqmNmR|qU93V~vpc#>9jm}0jRP?U@k zE`R#umc4uoyZOLDb#4GQonNf_7*Y|SDEw;ur;(aD46bjzuehjkA3HCzF@)&Pqq_H{ z+Zf2*t$T{W{O|{1`4k{#8myC1YG))l_Ub%NKJ!=-SyOo>R>+c0ljS|#Yzyw7ClSOj zQ|vC@5@Ptum8Ri5{xocprjgvTp4gJNP)p0L23o_U(TwFDGQW}-n<>e@I^c)AW;0@_ zbf@+tJoctsI2D8cH9BfWHhI~09$#e1*l%4kfeEFq(HUF_?2!caNMcy$;cKscc}R8{ ziC7ZHQ)7eLL+jtU`R1GVnVv*93{*uyQ?%XBno^>q8^Ox-kT6!_a5&I)JuUiG5{V=ZRRz~%L{@bFI~B0x`EMS4pMqQu0_ffSOQ(Wk-cow#@?MY`I5=WLOD2gC=`~=?b*@`DIG?GktbZqqG>R^hG6v>01^(}#dq@*Ze zeYYtNDX#5s+#ACpb+!)&!(xB^GZSfz#q)>er|(fE2LLf1f^yUtXUz_9`H>2)qGS0_ zYXz^|6=Pe~Dr7haHVvG1lpGI2S~i7g4835U;~?)^@SOqC)zJDAi1)!ZRK4JsyyyRV zj|B+qe+J?^pyYc{{s#!X1w9V|W8C}Wt55astC6N4@2Cls9+yLEnU$kaI(s5t+Bkup z)olo+f1R@LbVJ)cdz~>A6LQAlFhD2~V^P&6>U%qBPXqlHd$XwOYA2M4jm$421d2^^ z`=)FjR!TY9Er^;LZ?~2al`a&UjvNBcrmop<{dQGB)fCP>c?v=iJpa}fUYf@l;JN z+e3~q@K0H5BxMLG1VU2|D*HA~G3HElm&vO1ITsDRZ9KU46|x*2?21NG-_t1EWWXM9 zJamO?bf^3G%zl&2?k2BbPwd&$V;Ql3$E1m4vTqeW2XhggrBpa}adL{ChSh{6L(+vnFY-Z&kCF&cb#5zu+=SUix`rWkuG*V?T!9 zWx_!3&wyMu2Nl`H*c6Spp1`R&c8l{vMRncr%oUDd&{)+Kj8#58LSUagncV9xMlH2Z2_$>xbrx6*07r zLhNlY7=aL>*DQaM@0^oRb9@JHz61CN6a>f5DWp4i5-YcLVVbaTRsqM)E=0+&dq^x6 z#um#fAVy3t~)=8C-;Iqy=N_356ivq16`!PjB@3qtZ z*V_p%T?dA-A0W-x?5V=?t!sE`=^K3fj7xCZojkJWX_~s*Dak1SY4Y0Y_xcC^9U}_- z{D)HWDHytr!(%7Xl|(B)O^BlTZ1J7RV?8EiJKC6&*U7x1_h{^K;&U1(QbIDtw#ayt zR0^jNMpv~FgI2}`Y^*JT9pkKeRK)puaNp@@8sz5$Mfi)ZbmgzL%JERI_r;??hzYZFpnSZV(Vh;ZJj;ph@ilmN1->z zYIKzTCj_|dF1jOrn*1Gu##;Y%YvyWj>v=mdqB(KVh zE$_0xAI(VB{zCfi&HveX@YGZxaF)&|)K$aIP&1{j9jK~cd%KR2GlQ(M*(e9l7(+@J z?}dpzD^J)ofl&x!sES}qOM*AHSUTmn92=@4GV;L|oqO`2Qqoaul4!6ND|?Q_S*Q$t zWS_SjxMp58`uHW7xpkJ%kXFvgfwJXCF3@@8{1ho0sB-i~c};V8OwO4*YYxRnMk$=U z3M1J|)O7IF(gOba)HZ`uVTFG^+Ew;uBBqGO)*%1SFFh zPb{9tV{gqz5fVj_2qAa>UlHlY>F0$aQ56%LW|Hkn>?ND8oaE)^l58s1XhehNr~v-% zy3dM)7%J_#f|v@4sERQ9xbj9#l~pjRc9MAGEnHV$g|V{^qps14#ozZJMs@u`*qEXA zO<=UP5&qL(@qOp(WdH0(#9m#53AH|N)EaHZf54umlrAGU0f+@%F zK76G($a!t;-0_QE9(gl`5TL1`8v;#*Td$OS;`8&lTm32zRh%y+ED{lnLf7}fEvf8)@4 zKs37thrJL_;Z)3|#I(7v+wB?E%t!=9T7pmIH}j=>t2XMc@f#`95*fu&|6g>?{v5Gc zptK4u8UUk9TdVADtg$bRq@qzuf#OLLPQfc{DlDzckwEdpG0pwYyw7gu*E1&~fO(US z;N$bZM03j%G*qu)*6c4)6?vWZ^W{sXZtJw$**xlp~J) zWhy(&&Mx#V+jsl*^=(y{ogadxjsj}B^H|+n%2`u(?x}$i5=Bay16hO;jsffP2h#aR zZ|SV{DK0K16bez0pGRx2pPn6C&_h1VxYYnE8F!;fC@w6dG$)&`-d>7|iuM|#FRz|d zqHx1`E+!sZ$V0Jm7PaOO*TLs>anX!pxuo(ms@6!hHiS9U^w_HpaPOwy(e2uah^t5r z4F6E0`WM4Gb-T9S9HD#_NW57ccs!jH zsK8EDXGz>@WpuQ|!9-2N0Bl3dH|y$yzi-i)WZhPs1#@g{-)XRZv(C6;g`?+cEM1dA zH!|jn#F8dYF7G55GbqouqZ^W{G1{GPi~W9f29!t){(5gBe~hG$xxcGQ?B8Kb2on@@ z;Eb_->GFS$&Aq6(Ipc9VcEal`N6E+#aPlmxz(fIn$Djjn$`M(EvTBPu|-u=EVBt-Oqd-q|FVucz*B|0eYI zQp{u$p(rG(YKd>Ru-=;w;mKVV;v$AADd#L zid()gCg-3BiptfcDz<%! zvJzWk`0wc;xg$P&+bWraj*dQpSl{!vz1{kEuxS`JnjGfyhtf&(VVT$$x;_}y@$Meu z`JVrU`^RM5n_6BMds>u?9_?%j^uw59#1lHR#&xo#xsa~z6g#_y=NS9b<42D2OkYV) z_zJO02XCqwp&kxIs~|c=y@9G~9C!5TOq()?n%b@GsNRICs!X0RgNc>X@cD9vVdn^J z(%{H&E1&Gxz)_)AY|jK*zzC}*#w_Q(*50xtXrOdOkn_=SU@u#uTS z_XF^q)^`R!BDGK;-55e4MUcsIaOcHu(tq7<_n6#^2Ob!kCQiRzwoNbw&8MgLyejAc zHjeJNV|5;;^|Tx$=ZIuWYbjM7MI1f8o+f_|U13YtE%1gZ&++rl_GzScfgc@Yy6g0D zW3vt;j3pefnJl5cH$Lpo-E_*hz4@4gw$8|I7VmbbTybO}3&(pi8t=aMMjNXU-mZv!BeCuz555{qJz{ z$#ChV;2LJpbsyEiRG`FZaO>1wF+V3E|GXoYcRSr8Y3!f)D|~~TA5BBp_9Pq#n+@Uf zSirwS$&2kdnb}yoD8u5VX@td)0)N#396LpjsBWPBxA#!|!y9qUoxU63*YF4N|K|;Q z?t2!QOl71$yu9WaKGI}>(E}|zBt3pfmUj<`l>mC@hnjT~Y6QRFTd<&pU{WZL&QUj|60 z2Xkcaj{b*xBmHlLw9QDew#19~l6jnX(GQ3%$7^LqFWu#B#aqh%wPi+S|YUk*cnI^Up6Fg8A;7`ukyU z_`TZiIy}f5Jji!OJgh%FaMZRi&rVUE9lOo?>LaFQA%Q?-=t%Ea#RebVFtj6OAa&|c z_;>ER@4hjTzheWiw`h68es^JdncD)-7lLkojJH=c;_r=pC_p*l%hwXR=P}~%EXR4u zLh^6>5svvY2W=RpmKBrp?Hh5Ob27m@AE4*EzajeaVtk+914xp8GU*6SApI|M3Ii{u z|Lsek+p<}(<>0MP-dV>p<+op_>FPke*QD7em5|Ga28VF zHn=Ka>GY4g{d8^ELT9}5z&UVGMGvY2+XVyA&6OYTUxBGJEKu!zn1V<*nILyEoR$9zJkuBV{ z_X{r+4i7mF>V&{oJ^r$Z6L= zfMH4+TZ2TRNnCb~=@Sd6YwE@6(01zz4!efSsaXvzS_4F*DcnvQ(Z zz|W2?VAkUg)B56jke!9bE7yt7%~HY(9Lg-$vRxM z;+DakaTC)1!tQ&aD}y!p&8q$8*$N!_g9E%L-+yKRAL?^F$kz@)H_dcehqwG=RaY=p z`SikJ$9vI<_&#+Z!eK`($YK759WJ$@>Ux`yuICFD{N(c+{#1LYK#Q8xC)pbcMW(Gvd{b2LAUn= zf}Tj2U)=vkBJmjKEngi!*cF<;US`l_(Ap4C*FBd$TKYWyBPsvvx434 zW&G(A(M?IW?HC>n2&T|Ov8$ID4kB?k3DZp=uArzYKB-b}hS8;g9#zW$VWzf3ZK$(&9R($xd>_IGrL2|X?=e&G&YDBR zyMJWP$8X|8>>$}G00=+gy`NCp=ETmn}3)$!Khag{KjP$eors^>n zcdT^stGd_iy<=UF4An4q{%IJh%5f_e&~fngQc4t8KI3Lz$Slo| zzj-?ff;q=b!X}Cc*}VtcXipP+Om=mYb~t57wzR}|Pc1Nvric^o{Qi*o&918_GXVyA z{w@GQkA7=R&hPE_uM>$rf)8rGs+`cg-e%z{EV@g@IM%Hf62CL*fvVTK2{YHk5!F+euqGkQUt|j zoRc<(2?;`r|`$(-^mo`oZr&AA-K^A-I zb@Ya2949P9D=Q<}(TUlS&i5K^KZBwWTCs*Qe}LPry@ucBWwv<64C#_&{a{+|uwVP} z2z3y%pKln5^9lh7>$2KxHhz1}?ZkRN&nr7t;R?9%*j~VWLKH2o@M`BZ+?@CsPga_! zfG#DP7)G-M0eZJe&s|xVz1DuD+Oqa6{1Ehw>z!b39318C0~5S&n}n z3IqbAQYn1CESg)}8F&1NxMw{}GMPkC6dW!mQICgUJdQ7`g4XtS0)YTIIXU}{b?FH< zE<4Ldb7>hr>nfuv>OcTf3ro0R!8wdi&ESE5*7N4FCK7S|kh^-XyZE!CIs@&H{Sqnh zdHwriaePQg@9IYH>fZCj0p@+klup-ukK zFv(`)0=MOen`E=0!U1AWj~y8%ELoLe*_zbu$3Bl>@^}?Z6X?e94qbIyjQY+N>^7^w zH^-y#rL)R7Yi=$8J>eA3t?Z(;H~HVwq*qZsQq#?Mc5;{wAxW4~X&+S&R!o5=$KfFB zXi=)8i|E=-B%4}B94z?5ydUC@7f1!u zZld6G*KqtzH!y$RkNC%Kc&5WN=E8hT#Kgh7pQeCSK`&p~Hj$5)cJYl1EGNq!>&EfK zwo-!np#f&vZ8ebm#zHZvoonI3lr00#3cB# z?6kI*@aunXXUooZ6t@e*H2*8|b?)r^65h8uiEkDplNz=x1N#XY+fG}^y|&M=sP!}= zNw@V|hw*!F9yc)XubEV6b$jt+B|pw^Cpf*V8^u0w$-r0o=mmui!S^PsTsKa|uJln4 z1SEIF@ZZx;VoUVE_eV+yhanoZ{>uNhP}*SvxUqY5n+1$D@Nac}&qvJm+y5f&?9M|G zl5m}aNYaKG7Q?Qt{N=q1M|q;J92!+h2=a4_$UmxxWGaCo6g15?Omj()pNeupPZgJS zZKW(3#0t6o@7X&^Gs(*C_1shYC~vgAOIVMh3I%1foGH6|Du{iwpO4^LkCI4B30RwN z5-Rd?(yDf#LNRFOh1!S9g^03=eByel`fZl?;nDe_-S31l3*RD|-8=W)6Lt2dgw{;t7Q7pY`r-25YyN=y^a1&<#|xe|JD3IK6E(*Vev>O_)e+bi(ov-g?Za{?^K$eKhyz2i4Dw z+6{XAAk6pvqsu6~>SUsm>^#ubN@HCWaXoIyG?8}bjpp5vl2p}Jk~=md6cvOZw)E|E zA>Bv+jvl7NG#GvMXB&nTy}LTb?*e{1l-i}H3`0I-#QBWFhoCR*TlFSIpZKQS4GM^= zd?<9Y&g;L9a5~8S$=C2)dM?77VS^)8#c|{u3jX|4BG0~t|Mzzhe|N=y-F7N=8%0;1 zP0sQ2iPkm&;GR^DeO%FyMc@Gb@W3&#WGqU()T#4X2cbJ9(RwwaM)bfZKEksV6>9%u zDId;EJ(-w|44;lnPR7b6Onbi%kjeh&>&-0RV(bo!cX#)4+wFI;V7{BLU)js0>NuKy zW+&Vtu=y->FKHh7^|0IRTzKJy)YjG#3WbQr~=&5wptJTHDF?on3ojoSITvwS-bK zXIcSnmyLNdirG}vPF=Gf&6S}~O<1ntP~Xk{FAY8Zd<=nq0aO#ts4+Qxm<_=PT5fSz zg-aXP5)vx*@lncuUx)9sAch}I8Mk78BV4D4$|LAMzMH1{Hf)7?=)n*kyPNDE-pnHx z7x44#_u=noMRjLkB9VvKaN7~89pWI3pcB_&8oRoJG0LY$O3Y{+nM@&UHq1y2QaaNU ze#bR|>Z@$hbUasi-j5$x_MPq5pY|xc{mH|d{2?Z-AeY=vUJSze|G}iT-~V+;>Eulx z6 z2c^M8T>>uuC@l+;sOe!{@Hp0q<96$W!#e%TuRfeGIF`0=pQb)inrIFibH4dcf;;OV zo?z~G9>zCiD!O4>Qar;ZK;{@3TL%;P7oaWJOxsJxm`8Wq(X` za(!RFEBUoC7K#=8jpbOimB&5hOp8Ig= zS8v~W_)d&5Nhw&jEy{2IxsK=Gsv@3D9T4d6SkhBdzBa%$6qsqhiaia~r%Q=c1kyD3 zIoW-kQhz#p01g8Eb@QZA9?`;kNId!U;l&+WiGyOAgoO{!IWzI(mQc52D`v!mJYj+H zjy9`Enxx)aL2Aj0K0@h3mbYX|QfoJmTC+Ya*yNbzRtZ%lw!H@5KOW^*U;P|5hl8h{ ze3G3tHGJo`-}9?)f0wiKuYy1P^dou7p7~`n_rIJZk+ML4P1BM~SDzud^(&KjD(4pN zsJRT?R8j09q*M=S295teGNZdQT&?Q3d;c;ff_JRO{n$6&`7h&kAQT(!!V;Xm9F$?+ zX$cf)Nj{z52E%87#vempN&fU5nvM^9jKg&Pw|eNzu_tXxKSBto&vju}txw`3pHHUYN3cM^>$C^m^_ zfkDrCl{{H?HIH{)K})1$#K%J!;;8kNCPG;6S29TOE^-LIF;V5SgIW z8BLnZh<0&x$3{*JHsUf( zW#t+ue&EK#=jDHd6k&d(=G$+#*>{KecrYp`fG>Ojjz1pGIcM;Am!iPA=UT?*oH>x6 zKWZWm2@^dj@q=029GM%Jf2qo2ZLdQlhcQlak<+rr7yK{j3zGPz9mKa(BkVRXO=L3N z6<7T4$>YXW$z2Z{boRiJvlSEtR&6wS`c;F5Y6)(j5DWOXpU~s1U<0>odz6BBFXkxf zy#IJ}Cx_{yN3XoKRPff)gDj*JL|^aUVSs{R(>(vG!^X%*ke*rGes~c+f;8=LnhgMz zRqt5qaNX;N7h@osTv2dTl;Ef+8Nr7Kekp2N0KcvFJ%&Y6CNnyjCA}LDpI>0f_a6}O zz^ISA3-lMPP`joIuD)33M;A%*-kiXWXBC7BcHf5s@V75jR8(-~l~E6tG)?2Y^UkBFs0dY6DJUp7e3(XdjrY7~BsX%1d|lc1uNY=0-Z7wl{X74Y2V!iN z;neM8#MeJP>F~ZCro(iYGN)7uebd&x-?pzFI-TH0g}=Md3fRa}@$iQ&N=g z<)%*_!^HAjcGPt}~A2(lfEM>)6RM+<~Z9+avRy7=Ut@T63 zK|5I=a=Poaey4cfKNfM{=f3x$o30sB@tz!@{C7LCPe`Em2!tj%&?tugM}Ney*|6v3 zp!h2>W!%K_zcoH~_X+<6KkUGNf=s3eKlc`@ zG*R+$h%Q=&-r5O@!jxpt_Q^o?Wj1L#zcc&GKa_8Oa-%rqK6v+r!vf$#N{ZV>_Lb*a zr{iGP zg0;2V(hW-mLQxJn=r4fck|-qtRgq|_B-v#Fd#IX9$W(AD8aW;nhayM-frLS^$A)f7 z^4uy;n@S*I@c-Mp^Vq14JAmWgdC$Av_1f4Fz>wJ7f!2s7ii(10rKm?D6(RvSN-1qf ztAIo(q!dva8j`e8n@UYp(lpRiRT?D}6r`qvs31U%dIVFzP$$M5#^x|Y7#kMb*t_22 z&Ge6FyBKi2iFfVY<@b>+ae1-cn>RDR-<$bOb4Qf0PJOp(V;I+dng#V+_(uI^?g*X3 z95+NW?O|1&IX0c_k2NSc=^<^|_KnZDZ`5dVM~nomQ63Lq$g$I7J^8@bRa7^f+Bn95 zk)ppMyXWM+#bMnA!!sx*>o7K9m4gbnHCS21NZ;NBfSyuT8V`Ib~ZfjcY)<@YKwmLr*^|*EYqBrN|4#h#d{n zZdKq5HlZd>Nb&k$JN>tdB_S8|iPvFN*TIsW8*LgJ8d$t)Wk$EL-@hB_KF`5%V8l?x zx+Oj)Ja|7(1y@jUstn5$#o?*lK6|KxI zx|qtyC4Gl^r7%WQTr?U`n4-stj(P}h?hs}w#oodIzFhC8&w;2<9~z$D8&vEK%0t`7 zi+Iv1G*(JcT3X7eQKM*XZYCCuGBnSJ70Bycf8ibsH01W%DJ(3+ zLh=fiZXz6$B;OTsaSE#-~;<)B3*rU^wIH+k}ZzW1d^#>?W}6pHH< zb!mTIc*A`Q0{3mY<`3oq{6KDk5JC(@xULK*L!CwU(qVDN;TUWSqb_U6Q@{{+SE1L& zuB*g8Q33uy&%~+Law8M8rRLq6wE`^5A{KXOKNv+DccVZVnnwd(a%>x|^-VJcU(L|# z;6yFFB^u}cA?&*A0sh#wh^qQB9Brp%#%cLDnGMVK zi_f@UBCVcdk)3fRz{RTt-La)X7XJ&86nEYU6DKBi`fYwb%$ei98%uH*t_|ebnt3Hx z)r9<*dAVk&Nvs5wfrui0*aLv)vk9#<%^qDvBqC8akhgB#p*0?dsuP+E7Y!qaE0hHd zO@_-?42}atfL40lkhb*r+e{1AB(>--!1}+Q%&6 zyx$y>Ybt~o9L`6JB+u0uq8Q_T<@pppTNz;S4!8ZoywjzoNfgrca-aG48wV z-uQezX3Us@QVL0L3L%6LqTBWJf=rnwq|wjWwXdw@Y6maA_AjPQDW)Lc<#^pC)c;PQ z?eTA$Tf@At@gGc^Tui|4+P zeS&oelP-Obk_n~>f<9)5M-(v!bgM#*g#wSw=zxdTsKdoj46O|#@;n5*7BNTTvE3i% zYRuu|_6QMYV7i3|F79Dj?FR0>TuzRTa;xq}+VOCiBv7+xAXb*;j=@F`N&#?@Wi~9h zp?_!v=DpnYy9(gDa-BqqXE~-jV#wwJ%eJJ?PNg@uAK_Q8@2BQW5M`;fPYV|nw8%}% z$Z>OfYT~Sp4!O3eokU}l!iqW+96f}}@j<>vl2sz9x`uhJVd^BCjn5VF;l#(8e`*Qs zu>iKW4Q(v?f1F^Fo{F&CGl13KN^;@fZx8OQI#~ji)7g98g0YF}$|JjnW##$`aW_6G z^89{zXwv%L8LotVyk9$>P%I}c;{nUE$j!~AxVX4qpHmn1fiXtoE@j_s3vOb9V3u1uZQqaRb2g?e%sD?j%0&YnuPuARddwrnK&;YSG_9x=4K zO8T=5c5-&9X_`HrSG>!4uie@nAuh-b6?0~;{vfIERLXz(MHz>L5JCtc`XQX;9oGI_Tjpn(Y{tf(?ZLpZhd#rP z+W(GIv7aN0*7DfvrwBHO6MKX3@1@cngb+dqA<~dZr1DjQOWDl)1yz zxz#dn7yzkSPycY)Dl@&K5q0fU^7^{_2F`o(_4a}>yUuuvRrvjERU-2mGI2UH2ZSfFjC} zy#jR6au;SqB(~VOGnp`5+FecZ)KIaSu zUH%T$n`;ps1EmzZj8%UWO&)iDzC~ZEYZ9j+z%6B8(7tk34>(KSuv ztsK68Qjc%$(%DVql{2O*@$;Xve&Td)xnmJe|MO$w@divI4aSzd0uavxBNKi~TeS(!e< zbsKo(vZpwD{1TMhH4%gk|9&HDPp@tNFl<6!omkcqvs zy+{XVi6r)bh4a0175z5sx78y@C-rz{FJ2^??X5{IuV}XEw@6;82!Fqns^?#$_MMN3 zuiJpK9fYoJB|V*_KRQw>r5tq4AhKvF>#zPjb)S5Wo}Pi`^P+6KW5>@hkg*s}T^$*R z97ykf{)xbt5jfID2pwJ1nhwZcr?+W7Xu#mK2(OG^%Fwh(hy5O7Y}t>W4?97?Z*c#u zlbLbc5KKdB*@tYK_*);)aO>Yuk?1bzW9`9*FO{nqp64O+tW#KW)-~9hN)aAU+sJz} z>{YS2iM-)8rUD%yydb=;1!Rk%K+^dJoTl*iD{Uh0;*ouldOsVvczqLjU+Fb0spUPX zcv;i+_VA?S))y{nYL8^>M8yeb!KewK>mX%v$@{bYnx1cqlgR$mD2Z1heb@-%zy3A$oUb}u-?{FEl}SB+|9COQSho%iKG^-+@?mgs^HzB^;r;*_PmGUpd5rD>soL*kPMC9OkvZq) zX7b*YB>X}_j<=eN20zJFLmt4tw3dpeOoqJO^gL$Vt!jG?qR0(Ksf&1sJNggraVVxW z6!ZIvh4_@yu7p+}5wRj^IJf)=}i9R?6WCU>&>tsp>S28lLSX0} z%hQ|N6}aK-R?P>WExBRlT8>>_-l|EMePo=%Ya(dA)=j_Wym!s;tfbas1}v>l=ZAY9uKtlWk>#F3G#N)=Bhg5jAFLvsoJ4kW z1v}BinxAhM{P_iS@re@|JGciP(?BHI^cCAXcawX)HM;>77hb6{PB@xP`yav|pPI{m z9{doiHjF1fop?<0+^tjD_r|LM`1;m+nDK|V@fZ-dz*m^h$$fP$u~srX4f1~Ve=vA3 zDCOR1A$aZMWjyuz0`?x+lM7ECPkv4isT7(JIF97bCuj53!eWj;bQq@{JqnNM`sam! zNX#bSGn>e}q%5Z1SrKAsc^pF%7@Er&lLh}izDE;zXQhp6xpY$E8`y`D?>>sBXE%2; zIg*v<{F;iF-$NKiyURPNety&Wd-=g_9!*12*kOYk57^8thg8u2pfW^Y6l+#2;^w!X z;FcHf!AQ@>mQLFRzVEZ9@{T@#m+pR=-@_-5{f6TuQa zM^Sb1;x4^EcyAw<)bhrD)9gH+@L+Q5lk+ZV6Thggi*VTgJ<0rKn-UIz1RTlX`w!xc zJ7?hYw7AZT{FEmic$0W_2s1AeD{k}LpHFAsn}6%-zc>Gt z88uhoHCwAubRl} z*n0IGF!~6@(W9mboQv``ok`buVoW``5o$h`N!?nz3}_UxZ@A_PCgn; zqus{0tMQ9n8DHf%TTG%t)0!kUDk-|=N zc&4-`m#-Q{ShjL*T+#G=W6*7CM}#ypEy`iz*6`)xzLZr5ce=Hkx@7X0BC0}u7Ov{< z=BVw2^kxKN9KGL4W-sZ@hSJO(=LN62zR4F2`^Ryrd**wIIB=PC^I_)2O@Da$*{^Ol zbmRJF@yu2G(j&*u{IxZldGA-0R7ZDy_XaY7Jv@ zb?kG_{BeFEwXOO3x@?(YqZz+A`u_Q<6?+S|lw5y!Uk)0Wg%F_c#AfO!g;MbO>KbnQ za2{Z?zx*z_`Q{yaby%FCO6+Z- z9aX;V;(Gf%p4{VGbY2sA=Z%=0)bdVPGPBM4x+4{FTXN~sb9w&DwHRIlXD1)mg~GOd zoHq1h9ysg)JdTat3cX6~O_$c!d3dU7-TW6kedu+ZKJd`iU3mVp@Zy=R&UF)iZ92Y| zEt7hDO{1wX?7O^?NiA>lyg~KggyiPOm(1(Z@jG2@e;D}qAxSOo>hnHr7Vmj~i{#DC z^zrPiQ#im{Psy)-g;P_5cfbI8+;cCF&JXjedu9`jcYp#v=dz~q-g9K@{1=9o`wzL2 z8AA`n)LLeDRJKj^+wZgC*1sX6t>f9_7k|}MU-u7DA{apE8kyH#MCLUYB1{7u$DQ;o z%5QTGdseK(-7~#CX-RCPtAI=Q4AFIzWm9|iqtxE<5XzCLhA;yn&Fqs4x6;+P61-WH z!(E$u@Kq=sTWK91OrQjYQ0$i$;uqaZI4-*ik7%rm17b|mAN^Q*Z}s0;4WC;Lgq2Ln zEx4`v*=`ZGi^r#K&Q9*SB;Bi<=IQEV{*%=5It$NfpYyoURS^;3B#5D3p&|n5fG|M| zNR&?@!fm&^G(V4j{n%)AMq!vy=~j|i&=SKksaam;V@IpbS~Omv*gvhF-}l_a1T)0P zvts<|p#~N#vvFk0)|+<1lSw^)<^RrZeY{4Zc7oPUx#z9zA6YDl{QOyR- z-M~K%jV$QW_I2mI+@zLQKdQ1z*TsEoTyo2M{`{u$ZX&toLl2tHhtGy4H{U#X`JyhN zKWyh`Ir5cO)YXtU;WYkx(XE_1aTa!ihN1oVUaTB}$Wm0lmc`0z24JMws8%#A*t^-j zyXfTulnOhpj-D(*o(j+eBA_$+`H@kvOZ%Ceo7{F(ZJ(y&`^C_)s)uU z&L1{@)avDM;PPgA@AYRVx88f(lTGEl=0nx`wd|&jNU5PL1zv-o-$P&BOGw$oG@G&- z3t~3-95hXDdo7f^4sRlF|HJN7KYacQyj}wo#4QKAF&4cU3cF|U;4Q~7Y(PE$%hr^0 z$xUytar2Hh2wm6kd32-#%W|-P#3;G;<7?YJZ@xqE*t{-nH{13+meCk?O)a|5hn|_< z^4jBxudp_ivEt~{iEk)zYgTkXedn@a$<2ehEo-XpEX>+FspTD0^G&<@30>2Uz(imq zzS&k_p^&KdI6Rxmd+AZF=wBi5IyMho@LNuuFxjo!r|CQ47cLj5dF^f1UT`g%$8>Xa z+NeK>X8nT%AT)&|Jqcr)jhpG=H0g)8?NSneL?e?3FY-Lu#IV~*6`k1ZYi`|Vs=9CQ zLdt_4ge`GIl4ZW#^*~dB_PM#!)|(~-8lZ)v3>a9zU4NL)Az85L`hQUW!7Mi>q}d+0 z-Fn;S<>Wr!=APU{-lCH{NhNQ;SK>{_^S67qxQS%Y6X3n`?&W~KW7~A?FV`*LsK>9Q zAs%k|>ig?AyVSoz2*K0GUd`zvC$~!0XBW@p%s2npdL81ouQrwUl3B?;Umu**rTZ0h zwfgj8;=TVf;2{MwZOv!^O)~3}jvu%#RzI}jqH7bpV1KvX$b)YZuWD9r zy!x!KpMM;bC)Q{5#pX;TnY%#$+b}d&P2A0PI<<}TEm+&l&bLD+y`rvL{&yzV%*U2- z;()G_r?z2kGXiu=u)BINQb~!ll6DF=d2}&tvg0G5upVZ=289hf`r>vIw#nB{dwEGx z?+3Z#rz} zclf{OT0Fj9&Efj7ukzcmujA3I#8ff)>w@FCZNYS6Qg45O|2?A>@w$mXtWJ!_+S&P5 zdG6)Pf8sI3rcULbFMP*ce}9YG^;H;oY1p>nrMpgK{EfdvXo8u)`77uA<_%0uVM(3* z5xu!&xQA297tlLH$G+%%23`Cnp~^ahsnaey`;Wu{bcOSxtJ%rB+W7W)E4lk7uRms1 z*VcFbd~hq`7QiFn;UhFo9U;Kl+T-+x&qNS@LHLz=s(x9H@CaIy64!fUQ+w*6w4q-tZ<&1ddr2+t%qNd( zpZctAv{ws(Tc=f1E%Spk(Z`oj;)8+Y8^8139c z#n2^=rK21TJkF1gShM}%=Y!JKHT|;aQKn;sl$+a>L^{u)RqLA8OMk_UGZqTsx?pU1 zJ-?j0j*5C8GEE~IEWkAL@NZs&nNi6tlZH_4H_^AL0oak0YS~E-b?JQJALN@#p==u^ zB|_JKuy<$Kv(K{Z%rl{b#`xf7vvWhBAgRZAv(YpS zAq0-&aw1LBkWzBUy4cDepSkRWX1mpW?J^%UU4Oe zAudR(MhjUy`M)T4Jr!nih5Vr<+jM--_#nCcL(d%1rRxJuJ?b|qCnt@K8!O4q&H$jg zx{jVb^Qf$J^AK}$Gbkyk*zR>zx|yjP7m#B|I!xH(*L>5Z<=xTwrj*)FFW6D<;m)wc zYFe`kKlql~b|x35`Ot-6Lw%&l#7;L2EGaQHjhK}9b&as?V0Cm&wo8s_I=)4%U2h^$ z|1}#5SA&*KTO3~7*`crf@q7*q7?Qb>mk#|4!!kFvkM0*u4hAoXJab}DSJ!KY%*ZGIDuw% zrXAXme!xzo_v#6NQ(V$yt-IIih>Gri0hb1=U;XgUKk^Reg6rRK4Ri7j1>vh7aIVFDO1=es5s?D4nG zJCDUS>Wqs>2@N*ppzciXXL6xg%z?eU_)j>Q)xC!E z=Z9xeT^<5cC&|zC6!s8Y;>)E-##v%V(V$Ibm^IWo~QhgXW8_ZyRkNILeI%|?O#s&ZdgLs zPzvmdO3cC@^t$c$U3mw%Yr#jv;q#E21lL* zJ$i3-NTl#1#4E9^0p?rqK@>Knlhv@;8AG5@VoR9OZlyna#L`bR(ZF%gbV&5U81-xh}XKK6Qclv0~c>PQE`TR>BK7J}!pKvv|J^L*$J@*AP z>Sv7=Z5;<1EcAf|oLs1LA?rCP-$U@EQ&>M>43|7Mi;@jr^Ydw=>7JLyQ*SKb$w$9L z^P9Z#+}Hf+-jBKPjQu$E@KKc4hPmy*kNIk55qiMj<)`NGhq1l6=+wQLFro+b5sQ1C znzNm}gL6#^#%D2WeT2`8!c;{ZJi18fXDOtRLJBD~!O@-og_^1BhPEbypsGzXbJhG zO6kvyxX$j$*)M<0{xiSi!4r<=>gl)gw`afLzfXUNRT)aeH6+H%aiAfNIjE57ebTr< ztKh%_jllF7tSlVJoiEHHI&36?%rvCaF+Ru6%1aPJ{BU4~B9+IG!cPK5T9C~*{*CGv z-yrYYpOZ0pKdwG^f2JKWgr{Gd&oi$tq-cGWt5>vFVKV6!)aXATpVJN-#EH34azA~U zhWX#)A3K76zq*vP$rI56{vZDuArL}sCzg_6q$_&g6b4|;6=^sTfzaFM^=*CzN(r>K z?iG#kE<&__LTekpds>eMt(V_c53J6T?`%rbLY9_VBq_8BjmhASWl_JmbZh*DWs%k` zAH5UeF;YljJDvdSHE!WjgRm)XFTCw@iI<}7|!d^inJbEnrB z(YK6W{_IO0esgc0cy~N;x$}K^UBx8?yhUXAmf$E2!JZr2w>x5Wei22dRcFZqM>}PVJQOrTTb{?*-({1bvPZN$vrwksX}~vfZSRLf7PssUs_eZP3-?cTz~9E5kEx z1hF~aA%X#_Z@QE48y}MMmtW&MXkS<7avadKAKa*wlElNSF?@rGRK4NaLb_do9bJVd zFc2Yrz@Ds>%e^%XG>z!zbE*2>--yj!0EU5T2;<#vFPO8U$;YZ{Atwt^;6ZV6b|nX- z)$wX|E{~OWV}3&#wi4~{yH)~2D8{CRI6uFP>DiU^Fs(!r5qCSPs@eWy;|)JUbuVAr zVP1*VGS`j}O%+8+A%*0E1T{Q{rkl78B? z?igw;yqw6-*0f#o*Geh36m)KEe9!7;1^ng$(CET3O zR^4z9)4Vg8XfEN6_$0oLk3kbL*9MkC3SAsZ>WOOR4oTs^(4aWvWoBs>-fet$3c(Sg ziY#GoZAT+P1wr(LjZ6H5A|NaSO*OU$Q;9sDo&ByYW!{@TCqR=pnj}BZA+Jwtr{WvB zj+7FqwtlCXn@zB%XZLs;zFCl(Xoj2N{Bf zFQMvbsQ(gVLu%e6)dWt3gY1@J7fRq*HU()B#`IJi=UYOyt+E_n{YLqP;Hw_%=W&hC|IPJ*QRENBL{#|!w zFYHbvW}s=VJzNOo=HG5PyB)MZfc}5Fi@Xd2%U12POfR{l$;0U@D(DuD^N;=dP?Y0G zw?l~$#&#V1rZ+VhDWtFiWXagnd^y55`bw zidko*2B?u2SOspqk;Zz+iFzY1Jo6z|bscs{k$ZXs06U~062}}+$n?HxT&PuZU=I`j zi9cs~&!PO~#W%TrVlDYu1|8M&`MNgpm=pV%T#(=~!B+bJh2yvn^fvGvAyAfu(X$77 zW+uYxO~gkwAnWR|)~)YykpOB-Bk|Pw+0*e(Jj6;T&fkJP7;E^cQZ^c*W9F>JF1I~8 zbbKDOAKssTy|kXcJhqhTO%3Ro9?%4ilVW#2H5|7r#LWId?%qE~TsE(kV|9T-5H$qv z4+@HhCuC9Y5gf86%vU`nb-tZVzpVypfy;ML3gJYNx``6{mi!i>0O{aTp_cKXPPfxZ z!_CE10yL-9i|@;VBUqU+oHL7_;QX~u&?{a^MCeFBQ%>^D2TumQG?RNH6)dnLDSJ-} zdn}~wP`$R8vPH{@RMw;hB!xud7~H^ht(iifLJFNuCcz&xnZ92>X?}xeW^N)9+Zz9> z3Gk>mst z;OHZTmYqfQzwReC_ZyUDr5r&&Vf-pOgtK4zqG^5BXXf!j3;eMc87=ImyRGTMfixpb z)Hbnoqt&*Ht{4ZK!tS$8q|)?LXxw}H^vhv$MFX)|`nkw9G$EivBBd|juimtz&$m-SPO`lGWOD|0gN*hpi#{*cK z%Q*X~`^d@5$%tEfpwY(nn8!G1c*GEa^cLt>cf4Tdv3BZf^0o z`}sXx^-_Q?6ax*5GlF#->8+=%D9$4hK;3Fp|gJ96NW!?tU zeAu?T?t^JNcs=OF%F3Yoh=b|o*E=f04*u~?mzKB5x=@V@x?B6qwjB&ZcXyj@>a1<6 zZ|pWTK`Hhv$mWn9IXty;V^cAdBG2a`WZ7hT3@T$5-FzN4g=1LKPA#ewl2b28*+KRg zlxKxGziI`O^h~ZvFJx~m9a|~tm4iT#%I51JeIenmwi}}S`4@)+aN%_?Ap#zh%K>9XlYQkigkFAu z@Ru`@4SRl39RWB3ti(_ofFWIfV_XAMxu!fN-1j+v(!jHWBl3(h&S2Eg(Oh=d8EowT zJq7*KsH>G|noJ5CwDH7SMf|5Qk0S<{T)g6CCKq~mV#W#l{>&@6?w>O;JZ569DU5)Z zX$SY>`rHb}W=QaRIHS{w)T<*)`*A1Hp zDW}C;u(4i3Mo{2Lh(s0rd%2Br*KBa``vkfMbq#JHnv^ZuI24d3bT0Sh(a+ev`QmO_ zZz-gZWXf@--ymu^#BA5dBUAjcL!hCy=otfvj2c*dHVdbSbgRBTzk`8 zcmGXPJ~DiMj^8hvJNkajpxiK=cnWh04&qPuEat7p?*kPD(srihbJ=D4pcLGH|99+) z)~5kcDcG-vMqLbM7fXD4D)9fOj%dsw8nvmdi_@n^8pj^mmwDfp@%AU(xb%@TdEmll zIAqjHQvIz`Na3doVHo%Z_s2J|FKGwt%jP@or{>M~=}hJ8#90^f`{7qGDR%-=N|dJ2 z?Xq*oK4}^yx7$Ur4?-Yx9j7h?0`f0Chn_e63bP;|$8iu+qH8*{ zE5GGWOaGOcB%O@*;KR2+J&)HOyN!(68cqsoTi(A_19O{}H?5D~%=oHQi!?JM>sN{Q z+bCxPGQI>ApO1_!Kv~OCP6TgmpVcUbleXX$qu2(>fgpXq|*Mg|p zx};O+GdQC4DZYZF#-jCXY6&Vfa>lfTG$l&+_ z4WHh!g)AeI`gg0Td#w_uDi!qCzPurqBl>%|c*V;cv@LJAXC{W%Xu=zgKDZaZZG|7r zFf{C_MfbckECk`W&E;q83&6jh`5M2+z(i3}QIFv>vF$c$YmRcO;iS+pXM$BK*s73rVpVRE&g~UW;1u`MvBWmVE)QY zoHK0#{d?x1r`A}z;K4W7@^E1uQ~Q}*aMvpw*xlgi87K1l)2`r`|C)(zCiFAq>St3Y z_2l}@QpTlA0>>W9{63@j+kd~~r890r569560=)Um*B})}ei{$lcRFVuGnxg<%ee91 zAMwy*vsn~=fdy{`$qkI)`DadM%HD&SHLr}{-1$C#`0XobQXw5lpl8;0^6Em6?bA7Y zV35%TUOrmWz`Tu7;s zpun1f?2sV0PB3nT#?L;2x}ai1fnsSthXsQrOZqt!7bt3j3R`zoOii_`s+mIb6HNg| z9HrR^)mY$8A*2Der%BS!?uI7ZW`K5q(JixRr6uWL(Ug4#wq+UDOam!P8C6iZe+BA{lc->YoD%NwgBDf@g1or7m4 zp2E~4!uUS>km6t5h;Qr&^3FSrA(JO^>orq2`=q^i>ecx?{rUom)>XMnrLBGfsSrZY ze?UGnrVL_wZj78y-y-tuA{aY@-gn(X`s9h=_p!35l9%3{`@?z!kY?G$;~Mpjj-J@- z8)4T7%Aa#>Q?X4NqM4s;S6-J090h5*gU930V6-74K`AIJgJsL0Pao*pxBcv@Qo_1* zuzo!Z8wTCFwYZ?1UzhBi6BU2*m$O$^R6e>UORTQ<2)QS7U5)L1@+tG%u1!J5q3DB; zAQHv)dHMd1f8v=pAAtCTag6%q)fmwj_2wo+tzl-gmg{eF&uj3)zPn84Fh^qS5=U0~>!M~?XCN%b7=G8>_v~&fZmwwOE znswC0La4^L;#3j+7NINWx?22B3Mq7D^!)5aLXSL8^&kI>Ioa4B9udZX4lu~`;9n?Sbn%gAQcF?mj z$^P4KNxyIgc$)g(hq(y*1-_22;| zFoa@UT8Q)W%Qz{!k^+ylC4X9IP+AVJd5D*%Nnd$6j1et4xc{x_YTsuM} zRTyRWaSP!V%9T4Qu%~GnN~u&K>OFo!fLQ9qu5j=k(?GYAgp$%8)N{(d{HjzR>m>uH59Lm@Q3Hay!U0C zsygW&9j$<6?>UaW#(il0`t?XD>D#w2j^m(dTC4NWl~P;wzM`TcG)<#VpFUgm##W&+ z4DYOjqH37b2l4_*Yw+&WI;aAaW#hz@Td7%hz~9<9Bb|{(5mUWiv(O&E*NjIHrLA^D ztx0_vkxD=O2|^Q4Z^NV<_wLWC5~LZOmuDq}LMRO>bp~XwqQMGMTHg~*vr)orVz}F2 z!kp49&UkYIx-X8iMHaz##%#ukkXyq=D2Ra=3iN^v#Rg*z2=V;i`cS+e3s1mtYw1`5 ztx;bPs)<`>OGsscrzk*4w?2%}6_GlF@yBiEkW))pH9w8K{;?n1&@qHy-!XkD+E~Tr z&DBT&Lf6PWdNRY#ItZU>bpCh_dnvWxQb-|%6n+3w3WRXa#g4m(Le*HvI?L7XcjZ#; z(MLnL97Ge4D#D&LCJ=;F6yyfjT-iW0X19ABi9oq^1f+p*OtQSS9FzAQ)4PAgsI<*^ zwJ6RHa2weGweLgy=MX#)a?f=C`o==9d!YJRDE~LaH|>}mDFu;*kbSEAII=LIgYD?O zfTsuK{~u(Z4q7J2T4?wJDxY@$I+0ZL#t+Y=#!>9t%cc)+AhN-SU8kpRPG=3f0HnZU zhB>TzU#`r0jr5}D$<0lt*IrX;7~}BAuh+1yWFE))iy0UV@_&aN!ap}3%)@gm%ybjW zQSB^~AS>NRdYYG5++p>GD*Qf^y@qus9I;rpu?D9NHY!aBax#6SrFjWQEmp0sBCxJIrWCdnC!Uc;Tq?JIi(#hXBU5P6y2=$g z`yoT=n~bzLbqyxbm`)_7B`ncy?PKBbka_GeWaS01EZIIw^^!}P>XI59R9s81 z&?^41Z*OMx%LYffevz)QHwXoe1_<;7AKQ}8qRUouGa-b_#TsIC>z>K)t~`>H_v#K0 zJjI45UO|Q;XvPj2G7Hh>`=e_P3NJG1Lt5b0z1F}l(LG_ePlHM&=CwD9syDGYRKY?0 z_DTMuRW{o*0dWz|auE%fGG_i?cBu#KLy$D^3<#HcIhfQM|pyf`&Tz!UE*PShLm zaq*qcGP!3OPn>pwTW{pPckrhhXy3W^M*naRM;|zt-)2V{n;ye|?D2fta}c*ZJCoNQ zewb`g&2L}OI+V@)=dB{1Oz@ZsTfk$EKDZaZN${A!v}t_Tb2xu(q5oe9fr?t>6l4KV zSz3eenXTh6N+C=WYt?E3=bwu(-S`0&i&6W;lW4(U%7>pq(n14PIWcC0*6|yEH_rCu zP_G=UcJAvbG;qQKVJd{t_U*%omSAo?k6)d3FK16Xi5nl9%OfwY!ihQP86K1Znetcs zWN_{06>4yKR6IQ{lfNIBO`v~(>4xB)!D-xO<{+fxve}jNt}$5HO;Wc*D}q3v(Cj$A z@Ma>x0z|BVyy#jA{ncbrOZrORB{@1EINn#@x&N_!_sB%_e^#_YM0E?{`0%%U0dX^i6LQ zaH52Ts|#pJ7AL>A;pg^X4<3qE@@Bk_SSmI=g+1}?HgvKF_Myl4kyNc*Pkm`cYEXWv z5CW7$#B8Kr;$$n#5)EZ&pc`AbN(#xOd%M20gjF52Co)A#GJHTfcb`9$G{3=`&0#*A zSAp(za}J%D!^F`!+ki@&0@|T5dMhCtqR}Zv;&s0s&McvRn7rzdgT_dj|L5 zv>_hOxcfy$X1>Jj7o5s=OyI8P zzvYS3ZpA7KLC?(Hc%%soJvEV2_-Q~Tc(f2HpK1!7H0SIv2p!*$v+)#8A-dve;u}8% zC0(N}xc^QP)CUw-KkNEf?m0b9R;aNjLh4?&3nvK%@gFz|y&#|3haRKh&9{*a4XJp% z_R?v(7{}X@y?RT1)_?AxKI@P6)BWN4tU`dYz#zu0H%{R74=E}PQ4#tI-GmL zY>wZ1C6_;ZG$?^+MGn1^@a3`y=U12VyBRs0c0fATEJ^($iHvSl(UMY^5D--Y`i~~p zG+DK}oTxOJZEs{sw1y2?9vs;;=YD8rFE&T2sfvXN7+xGD6M2Z*o@pO#FFigUr)K6% zLW>vUA38KOAZ>(^mqXRlFA`f{%&~7j&#ZahaO~knu%V;`!!WRI8!08at~2ku@7QP5 z7~cHgea3(LF-wk_LBl6sV0Oz#S)Eh+xIOfp+n<@oYY+bwk7aYh9}Y-NC|Ycz)`WvC zJq$}<%w2F7v`Du)QKObS<5{rh2+N0fe$=+tBc|EgmI8J$4Ero@-l$X~6P|!V_O(m6N zWx2KG%gbu$(KDBdZC)=asU#~s$bbt@qF2wH*4OZADgJSDmzK9VV$m>_m1X4R6|j8y z5__yT$Yj}yx&{k&la^p;8fOmb$qQ>Xv8g_~r6*guY2YYDWi*Z@6_%7l z9Z7jKPSi=&7fm5~^@5h=1MlQ~YwKcEa+|d*TICZ_Dv^_@Xgxtv3WZFlJ|ejZRx7ai zlN|o_bc7r3ujOYowM;g$xF)TTy)-xPx&a4)NVVB(XUO^(LKEOMxcjL&?vtiY&~M^3 zbSmm1Dckx_j;ts0f$M6BZ`y#jSASwftMCmSNo@6U%z_@+)m7*@xi~ddXubfE@4v-6 za40B+Rk8t0kNZ8+!N|!+M#2ao@C_S<@C90LtHG^>zEwm;T`a-}E52n_WeMj_IGi&_ z9Yp?RSKt{ooX~48V{KTs$J$N>;0VYL!@l7#e}qeyBIVC&6z+ehh+f zSe?Ej9^o){?=gJvudliG&sXx{H;;12VID&D299HQc;CI9>aQ={KOHM(QDX~4zhh9| zddlW6qF-SluikYM;k6rB-4Fu-)5iDUq}=hu%BwJsnnKJlS^vLpIJ~>Y>35$3lFN z&fcTk0E3OCk|`5CtSxp}yvlCzUMCP30?zVfGtmt0Faf2r)|;+riG&}JP9kAPcei>e zcivzjg%sLf0fHXc9u6Ln#i-sv97j>rU{l>-^XcLmHdMt>(p|kN-MDSg5{U%>4gx7m z5C#a)WQ-oFf?=wZF;pex}xQ5eCc79zVjTt zCmh02m*3ds$LEzt4#A39RK*NR1|3U%MhU^M=P>Z3{=D|w5jd-gAQT4y#~ql>iM{$D zN`0tfPo_clvGLh?9MeC-c@G~(IAU|zZ@#7>>=tj`cK;QLLaL^zbIB!R5dt24bP@5m zz1@3TdR7U?L6}~~u3JF49%Pn25KUPqO-t2k{i!3-H0jf?N?3aJ2UOKY*?)XKN_FRo z$2IOd|0xb0xsp_GtBzxiLP5H%NJ}`6>U9Vi!lgK=^_jwMhEo@!;hXu?yzxGvPiA3l z+|=nsQRh}K;KW%Mb7r3t`OUD)DDdXtI5v8I4t@W98@XqlLh*0@MCkL`=o#r~UN6dS z8dMJy>9zGX_NLrO2@sXZcrAh47u=uEU1AO6|hC*X@T5WI07PAGyfjD%AMyb3gX8y+v+4lfFoa4;#*G-53=#;HW{ zbzvZk{^&-32pp4mErPPvBCW;9*nCucA<9~Xa!OGuoH(XEAiRJHQXx!*auPD64vC)} zbfHjE!?6se7nUM`S2h-)84kK8w`p|L0Vr7qPuvA_K89mYhjA0Z<8_Dfw$NdT|wOn_L3CVHL3=grAO_({^G%Q=u zaY0J$fX!xF>t?4W5Kc}g-a+%>xN|;ELm5|R|`w|-{;FH zUSEOoc~F{2Bzf;nCDU;olvP!5*In*&Q>H*pj(cvlbL5{O(JVxR=MICt`@rM#A>9La zEQG1O;HJZ&xB-4Q2Xrs&sHcHotIbjEpvPfaM9#%*mqzt zy|QbGTRICi6tE|E^$%~^;mGU|5G3eVXE2-sMx3uYFH_c5@p#{j5Vg6qC5vN3!a%b9ptn51qLpnI2 z1~Bxk3P&f-*Xpjm7YG4TQqVn}y@vPT#3{pg?yW_9zp9+d>ITq6awXg}@_w(|TsXG2 zKjlUJ@b@nwW5PFh`m9B03K{bze&DVNF92IXWz3CXd7{|hqC%UeN5?qq8y_(R`fjJZ z%C$`h4K!B?+x+t7D64_)r##^D_f~L0M@lx9*YV_A^H{pJlnamFmxIR-#P2mpVb}2D z-NzGewCnai8q7M%zFWxP-o1G9u9FC_-oWZ`9Dr$KyE8p&9P#oh%&CVHGrbhO@ePOM zDo*(GG%_>%OrAV~Ig2(@yt$U+4jD>D(97KKH!^BSHt#=p7WK7)pFKH^KiqgGqX+fm zA0PjgfcQ6u?9-p6Z(PB$wH3@+SWLica`^rO$j$oGb~+h=R~PikG&yBt24lPX_+WJd zt1IIe0t{WG{Or3Eax2kpybU6iOqD_kDeML~KsQb2>Odxgb(1HeARmonvriVY{ZIj&0lM*mgQ*$F^e#kz+qP|E$C-RH=Tx1kn)$V>R@MHqtM*#YdhYAG-?J4A`NryU=Vy$wYm85bLuSKq z!s3(R(bq>h;+@|@(RhM29kyiN_ae9NYE9JJN^LQ`zEub}Nx`s=!mGFf#)n=%0gwBR#T zWHxCuTuHg$X?5XOv>{Y=pn`*U?;2-hnyg>;VO~~xc5i$`H?DTzMm1!`9I?VVCW5d7fBQpZNhW5c!k)%D^%FI$c8jUfypH~1LQqcd9IkSl6A zqkrBLh)Lqi1w&mU{Nc-2CGX*O$4v8)3w0R#ytW#q|LT(I6x$hgiw=I|E2bo!$FCt?_xx7X%>K)=4n%glc(Ho-D(L?F~=rE>@b^9 zgdD_2p4rC;Fz==%cMIsOElsujzOm8aI3)7%o+FIeHr0*6=LlaXDygM4xEFo(;M?j9 zyP;N9#4a1O$94p7zumN4MB)m=bzS;_pf*^}s(0>fy3|-abTgNnl~)DPvm4kIri3r= z9Kb!w(>TmX26{5&WM7Zza(?(C)OPsk_OFhdV+4$9Z>lC!R#DZ+ouBK!yWq~Su~M@B z>;{pPcAv?f=eYk+PqPU%h(0Gu^}e2*XDONf3~(zUbc27hwAz}P_3_1)bP)zVxCAEY z?;c~~zef-68tBq^|o#31+{viT;G?!7yzDb zA1WN*q#WkZsE44)(9)4oFp_E6+CvpfoIDyjy&oYgR%9Bsj`IJ(r;7eJK9x{ULv^dB zNmUJBbaZzlJvmW_eY}oDT((cyvG;W9@#`93*Nij~wu)OW&N{5@K_ zK(%}K!noFK?f9=Ol_+e2Mp{U89gJrb2utBT=@*^ADrBZLHGA=`lD{GY=gub}B`M2u zlv;DdbP>gV{xnNP*t{#Zae5e4!9W)AaVw+YHw#oZN63s2>3)zESiig`!o{#*zuiP; zh@`g{AdRqqA<9;TYdbgaKl43eIS-sL3MJItkBbY#+CnP2sbE$dh_^J$>d$Uwnn9tfIv|E z=Z?23PF$^8n(B!ei=6ZaHkc`yBcT_VbSNzi*Hf?8zK#|65$+{HtrBQ$>BLXyb_WC6 zqNXYPYC;ttaYqC-`1zuZ!Or>oLg)$I2oJNN`T_|7ijdNN^F6|5otvtc0y13MiJ;I4en*J9=BW&OrXmSOh3NoqBF5yO^n}k zdfkJiR~H}p#g6!8LL>wglxKSaiqRetrMX(Cc5y}7-XCs6xKDP;Y6edNty)kH7+;L^I`6b<4OeIPz|=KUYF1NjmY;x%1XAA# za$qZY-J=kixOJ@ zq9z9V9*2>R8(%*Iq-;jStP?ihTWX~geev_%H;YTM#9JFNiZfC9`PSX&pNG7}^{c5; zrPE%|m<#5H#QkMEs+~0?8+aEAnbV-ez&ZSfzn~p|X)`4`)*@~!QGVeEqsr6UazLOl96FgdbC{_ZdM-PJVmots z=`X`E2VuCWoz4EBA);!3(A#%&9XDh&*a4!L*I%;Gh`lRL)>1)C^G zOw4(*g8M~aRGA$<7o_nTv!!*TjAKH-*9V%-pYvQQvZkTjwR5uQv*i=}G2JUpHRrOl zwC}xz@i{<@-TUHlHM!Raz=Swi2-Q+~vv;C9LR~#@C(vka^bM|vX^#+5xZbYw{idH~ zNg;mdNguq^VTP@dfjP(Ydw@jVz=O6#elGT-2zWC{A}`9^ z9GK(D;P4zxXeeQ*znXu3Gfw!FNx*D@AWPX%rjRGCraz+zslO$?aA6UW`z}-^{jmUP z1fvDVa8TXgHvqmq-=QV^WqzOpF?z5piEF(Sc57-VEsmu9#o@99sIDh&+!|hTOV@oN9-*oXSc>GOf`{2`#hoo9=i5;U@SOj(5eS|rDoiR~L1P*gt zlh0K+D?JqrVFOHcS@~fvgJK4voDh-$?Y{vdTa4XL)}l^KlePQhsqlS=YsB&#*y$nF zGc_%QVaY`NNV+qFYg(d(B13}QoNE6RnW(ZHxFSFmTn$yINY^adR@6euv@gnqEiSFm zuWRDfzm39fKmJrwUsj6aARWi-Nz@Qvlyaj!5qk)OR^g=QxwW0xl1!)**-Cd<7{ z*rxJ-F^Kg%=yrekAdUQRb?y%*hUw(V#(Ny_?bQusPRtNj4fHczAIKxVAJ7%k?V05z zy1fZ0u@;pjD^PE1)u-G_?H3;(*C_GWUh>+4TIB>PPc26Q(1KcTVNwYeG@+$O6h_AL zdL>8<*cy*GEHb&~vo*Td2O}pPoK?Mp;lI4ztvQd5kOVI6xspKMFwskXU2w3;%Q-1U z`F3OP1q1R?ZIcJ9cy&WBEqIsa7rar?j}^7F1Z8d7J=ri+XDd|kkB(S@9xvMpRvyBW zRcnvyPRwpCvxbX0(mOZSy{N}0{lHvPunAO}0M@ot=OrvEtQZRu z({!asD3hhcw0kAEXnVZ}Qq4L$nL!A7eL!KAt|{AtWDeCWd@@RuAfYDH|ACqgvV}5i z%Ye{aTQ5IAOW{P_kC$$KX2yhx1-eivxs4QWF${>n*y&>;|;X1f7C!f}sb> zsz{n00lhl!NN<Knqer8G_Qqh3D^@(pJvg|zswu*4M@IIU!fn^ ztB&qJi|YW4BYRjJVeKh8g!fNY$}H_CuOY}I8nYn<<$9@5qP;@=sBU`7xY>~bvw6Ol z9vciIeO6Ge;4R-=+AHz%eK|*aeZD;X3v$xLEZ@+-(~*X6u}3{Jw$^MGR^OK|5Fwr5 zDpN($_KvHZN5Ku$wK>~N`*AV~O-SQ^5C zMZ!e(v`MKg@}H>0pn^44AogMl3Ox@?p8HYPn@!M|JJo6H3cPGsTg3_p=E^(q1#hmg zE!nx07bR_8dI%kRS}@sq=?*{ER_tZDr$^{*Vf_7ogSl|nqzvu|zNW>V?tn-}VQta* zmC?JHmvKNc-yjE3EE@SikS|MDRGhlt!9MWv-E1~)1Zq`~RIR4o7ne$A|0@PB8*sVr5d0^(!YR?;@FC;!H10afv@=MN8v@INC>Bb zum4Jk2hYqz6TrgmuPaLiu8z@>1O=9d-w=E0@E-@6s83@YxFSc2Wlxs*fqijk=aI9- zsYO@OC3NGyy5`TG&T;1*I^ucF`Kcu>5bH2~NYF}_&`+<@QS*90Y>e>^2{&cCxqLPM1W(_yL!1Z_zzZu>GvwT zDe?*qR?+)D0Vby-^h$TD4T&FjvX#*pvySyGoUmjrDsZ`oIyLX_28;mdDQVmLjQ?^X zzc!)|we7$$uUVb829e<9P`d_qlKFdw&8RrDX~7!l7#V`u3V2^?_02f`!^2Txi=Elr zdH%wLPQLi}c1alGFe9;bU=QjJG*Tbe9#TRy9+xU|B@+HmQkV<5c228DAs@XOyg&9f zN&pZgfbd0o=g(Ex1dXN}6g4A0)FZB8DL^w+_Kc*yOZ0h*NPX?<{(+8XpgEk`k3X^z zG_jG{`p1WG9IxQ7-QOAqpzP_I{dKfYDunl0UYj|MH3i_Y7|_U`;H3$@oxr`+1-)Jd zSH2tjhK= zB9?u`!s&bO0!tWGy$9Py2&RKaVvgt7j~`|$9K(mv(#uFxCNv?MJHl(rp|9Iv#wYeV zZZ=PR0NkT9p_bM5-^~|%(6YEOmkHTXT~0v~_20|IX@pIIw-nBxlnW>tA<-E%oy{ zUvsfc1b=G!)ZukQtIMD_E@5}!-mjr{)lW6!emF_9U%zT`vuacUCf1^C1s+Mr5gxBj z=DrpAC(=l>D%=PWvzvK2O8%(<-NaK6meWbZ^36->yp@C*3ZS6 z8Ta1#Aa>pzc4Da z->;{qiGaudmX-#KqiESZLw>!>B31lVE(id3drU;JN`b?#J})<=nTL-lAjT&~3y+p{ zG*{`A7@?k%xA!;ovowybS=kD)rE+rjdLDfJL#Nx*Z|VBd=|3n`B8eH*BIVw>&zf&| ze&+l@e;11%rbHk%FU&Zy)-LhR-<%<64hg8&;9z z2GB0J5pV1rMtc+OdJ4`o>>F6KqtW88JDKs~FXP+W?2U`2c~Qfn#WE2S?pMjsmoYPpf_hm;n7*X@8-59Fldbnr% z=xt2~w1fz@w>&UL@D~W=fPnUsrvM`#iJ$qY-p1l7AK%wQ7A~hXh+yn6w{G=*<3x6` zzEV^?^D?7Jz|ELEHzL|^zeA*fTrJ4q95{egC1KSj{u8@E|o z_%N<9_NzCp13Gq;y1B#n$bT=*f7I9iYiT}SR(7R4le74h+j2BQ11H{sm`q^3H#5f` zE1CixqTeAJjfZEtgv7ChK`h=G!9;R84_5d7;SfTO6{k7&wl1CD?7vgn`jzU62r}*c zsC910*I6u@GpVtxY-;!|k^v^$diN%x6)17q(~h%pyW-hA=Su?h3E)uf&6)N62BLhP zhBQb8r$#R!;tj0%b|biZlxEp*F+^p7!!qyvxR+uv*ZXDd1Sg_A67M%72~s8lNM$_2EGBT^_>$ue2_JqJq+Kx zj~w8zeB;RWaORWi>Go@~r1r`5Baa}5$DEDEQUYh>Wfz++u|;}yL9)1n^w{#IIZL1j z*cmBzR^fR%r_J{91{S?2*Gk%jSk6YZ(XVlJglS!7kJ>@2-Y?%1MJ-;*qXj)Pv(bud zj&@k&A(E(DI%!QSVbLa*&WMor%SeGgoWTLNH?m1 zKT}le!9Sj~2Mkdu<<{0-0Y6Ii4M*S3iQhi0T)X-{A|)pFE|$fmt(D(QGms`c4CKqr z?)O|UA1YZg4~B$^Uz$fdDl7YeW*crgl6mN+ziUBTlae5_ME5Dd7tN3W3gGZ!*19NI z!&8_$07i$id!usvgWN~6hToq=x#=!f;14f#rD zs%9W!PxJ>be89Hq_&AU0iGgzanNl008HC;d#$g6Yn*(7Lfc3JUc zdF-fS3hp*33QEgiSh~O&a>dcarPT(;qdAqAf1R#$B?|^8O=>Skn)2hzOupGu(<)e% zXA8FbLb;#i9B>edI1CGnUrqDO(SAv^G0JQl?}7gKYIWZAKT8WIi|*C!7M+yc*nF&> zR@;<))@I5}XeT`A`@q$4BhfRU5Vzz7Va-5&xPqHr;6Vc<$#D`q45*)BT?5H}4Ue$J6<+$P6U8 z%SH~(8?HpWGmox{>h0L^ke5nxQ2v{Y$W8lQME#fF21oeqO%T8?k-nXeL7(Dwv;ZI{hK~g$YvV z^tsF5$B|o&-Lv3)Y+y+1_g-43lPG~H*pjSj{iQ*yYIYIz6%S~>YEo7h-(n;J-8zw60!%QaFE&M1-_}TH)x{*y;BQXTBK-hIOA^XCR zNaQ8!oX!-D4%#}o(V(C>!u95cGZ{=XPFU7i*>)uEIoGb&3xM+_OU~8#@3DGtQZ67_ zdO&*4{a|bi?-3Cb0uZP>X(7{acj(6Nwulcsj@X*8o_WlAfpimL?rAtUE7I4U;WnQQ zKy9ZQSCxNjHugaGo}h^s$c&tt`nHuD3!QR_6qMR=#79;T&CmDFqR4b{iDB?p6+LX) z+u??qX1j;%?;E@UZf2&~cP3R-wTE&A15ei)D1^eQ+CUXqmpYJLNRlYQwG|cnf0BXL zlWb2+HY-dVHmlt^ae||NQos8cU>}>=G%BKcxhrx@!O5TeJAuYfH|MFG<$;TE<@vrG z2O!A-9(Xhw!k=j+_20%wY$?jbJSLGd|Am7^e-In&El$LjsSZ z)vRJ!jm}uCu`Et7+~pa^q0ujLU;Va zT4vA4ge4Fqb4E>BQBvJ`?qu@c*i`xN$id}1;-JHOAT~<|7Z6`Awvn*BN9^4*&SY z9-b`W%^r~XWM=;5V%>hpasBeb?1k&Rt0%OFNid}|Fg(xILa&T-r5Hm}=O5q~S^$qd zczo}{_i8~`l=Rf`*i{vr3`qrveSKqP$KqOZPE~)jLXWBS%xTha4fz6 z3wQ62Y3{LcVANd}S`qM{JQF5mS3?D5$aluHL2ZANY@#&k>e}~=|_YKP0clSk@$zN z`Z)KV(0Zog1Q7qZM~IOteu;l%_rX(M)w@bWL3Kz-iWgi zXb%_9$WR@sLx7ytpPxRj0i_m|6Lb2lU5fUWsQP`CQn=z$cWyFS}U8DqBs+P#jfK2A@U?B_!`kI)?DjL;kX83_wW;fOo&J6 zqhiQY(Q}x_2^o9B`m}Y^EF9(NSx@en=|hFM_k*c`O~&j$MdM`Db-0Vcg%<867@4XL_Z+t&V@m6CrfJeLRpAP{pF+*OU*vr_!Md%fBap>Nwq zs>DGKmU+$gSTDT)c5u7Wka+Vs6h8<73ihH~BPu_zI&25=c3qPc+Mtu0dFxcU)ewC* zBUaDa)vpANtE<5)=K0&NOSeZs&@jF`+~rAiJ#|Vdg*%R*f!$Teg(mj0E%^?kkExZs zHe3O5(IBI zy&1R7E%5+0lTGV0t!C@pZylUYx|>jo8$!%}dr}>xlONIOK4XP_f5H*&*Bo^8=D~{n z-Z!53rpxS;GF|U8kyQQKr!~HFsAnwBw^W{Yiwzl)P=VW03ngk7gv{!_7PR)2j?3J_ z-_u-LWuB0D-hjq%UyANK!+e@-5i!Y@RX>-GR462ic{EjCQ;>)bxt2N0ryx4gqN~OU z4jgc?8X=|`Uh&i}52c6Qfx#47X2Wp^n5(8}GmVbAt9oLXbu*;0iERrd+zV z)rQ9jqAbcu@%-%wOF1b5Jp0c8=Ep3DQrR&A48not4Gb--270#cA+V1!pRPY{9JXx~ z+h1K{Tt}4oJ2j-uHU*wmkjbYIs(T4I|r*Gt$?L9}`tFuNe!hBu|Zl ze8fdKBm0!13JSkcxlTdI&}6+)LGT$Gv#O1?Qz$h@%3zqB)EHeeANWS3HGbi%)iI>7 zn;-;FGR&L5dqoVRB6Mp_3C@BvLP%OhPnEwE zAu3Jej%bZ9GFqyT*q(c8amgAPX|zH#q;+J@kPGVHMr`hO><)dTbX!EM*LRZBUgq*T z6WT^k>s9N!T`5L*#mczN!=(ski6J{CqChLZwBnHBuBEj@wQijyA(T z&gOC)zZP%KnAZhFGq=zotXoIQ9S}qYddn>R-oPI(X%mfwN#}!_xbr-Mst?9yL`Cx{ zH$b*FL-yGS6yS{iB%*+B1;&K-LD&-FHm|i7Bgldw@+F3~L+Dem&Rb*$(YsWDs{1=3 z|EdBYI@A{U9l&$kVn3BS71F=Io}NfS)Z4 zsJvA3(o4)zgo*88n1WMQC0ecGz6)mP6gaFa0qlOh@04fwEpc`nqhTxL=K$8H7uB;l z8~sm_z8S^%Jn>HA=;R3jeUF`144&zANOxIL^Fk1_e9I;h zfRtj6qfkpS!Wt$P@o^q5ApB%N5*c;UIb!KVJSk+sLvupb)6hI?Umi(ADid|a zq+i_@Fa8dH^j@$}zx|&YTzboid|EoFhCHU_>YTAerI+YUvRE zRnUbV_)TTJZX*d83)nd0-0InRJca6teCjL{%;PCGda~#I_#A z^@J)W!v{?U$ZaA6!z5o^6fVVgaOkTi(%O0CZECUsl5DZL-nJ4K1bpPmG|pijvpLz_ zto|c2j;4sjlghx}%B*=_bpPc_{x!>7mZ!;cby-Z=A z=EVpm{@!mG<cz|@Z!}GFdw6TB0G|li%7Kd*2V5Pl1toPGSqTvWcvL3UNP z#_BQ#5n9;QP8lLSyg)zo6`nR7CKL}LGzW6agS=nEB8 zYs8mib@K+D!~`0s-<|MaFDb3#%Ovj&?%u06zVhEA}2w=6_#YvKwu`sl4q!?we;w~K+vWd1Az(B}I2)X<`fiu};It8&T zTMbr8K00@eCpn$1Jcgx=%ESsR=9RbAfwRzfW7JZDF%Ul0J=)Ok`i5h46 zUh-Y?mm?JCm7vd5BRA5$sblhTqZo4|La{H+oC`q;k0j(Y3{_V+!O1}4YC3HH`p#oJ zV2xry@ic@B#ph3MklW1IpK9vtJcWnXvPb0n(xP6jCMSGHJbxxX$z;PfU4q(l-x%TX z+8L3L16IIM!C&Vr0fUu^BbeoE_4Ola!#AmhVYW3)3@f@#Gni)@mB;h)cynj1Gyd{cDO}AiPdMm5&j&2b*-^Cjf^-!V_LtLVu6XU(l|jYAnG6!8CPiWlbGGnM1T485m4>wUf^UB%f~K zft-liOR`+5a1A3NceMnvP7}WI)8`A3H0Z?PAxCMK+5dkNs%xLBGVO}7<)!CPyUrw! zeB@kCH&Gz(Yth5ud!nw8C$v{w?l@tO|(n|DNgGzfDik3Mc0 z%Af*f^IOR;r}6LBhb$7ehmEeV4e}bV1Gb7tP4W;_X}qRX%h)f!ogOC;-QNTe^LT}C z;rGf!h#}k3-%UiDlYHu`JJR3I@*&-Z9yO%>kNcH$Cxzcz(k?9y*x)Nf{4>2fBr(ea zLQ4O}RXy&`v*h}BX~V=^G{{PYAN+zgxM^inasOfHuigT^8?z!Rfs?ZV=)&sC*2Qi_ zHcCLw58z?g+8KME>?zQ+NQ^o@P!Osl=H-dxaT)M29EUZ{Y9M z_`|FRW^mc;Q94zEVRed_qq>xCnbk5Eqmux>uKL#NO>d5-UUI+#d$<>X_a~WxzUfYS z415-T{iM}Ynog+knf@u4H5zy;4+2S7^W;yo&D(r*AE=KZnsnaw@{naw8X{o2vnerf4;QHj9_^0J5D$fVgr_ued`&)nXAE!TpP ziMbeGCyT6y7GP;l#YH1pkFpHJffG$P@~>e|0_pB~b_r1nR?GiTE$>ce|5X<$SI-vob0A<|K@r5=F#OACJ!T`5<1v}Y#^q|WV zUS^>m{S8;_*6%Kf1rl=XZ5JWJkYJseE_W!aZ3Cs%N{>{NyE`rTqrx*&C&7RSE_TM| zidkh;$S}j%FjOJDKg2 z?3^xv(>&ACuL*As#>kg|BCB){HuI7kiRY>ngGXAs9b4|*xmh8i`IQZ`CE$J?IK$v3 z729TOc3+W|Iw{Gr|D(E0byXMV85bseu3Y@-IfM-|Z*4loHeOG&IO}DX())67yF~kM zTcu+-6J%k3K0vY9RQ0Fr7d|!_gQ16LDq70=nnJ$%M(=<0>ddflvi#3v>-uTKqnLy8 zL&z>HZJ1BYugxVj#gKKfiA1Em7N3Shp?_j!uGWpUZXOz_^H&>~I6N^!BYpbL%JhP2 z2k`)Y;?-ypsP^3P>@;j|{JV&Ow&`R}&5OD(U#4@Fl`!&-X`(1ws zhY7kCyU(YUg)UFm7QQe^HEGr=b53Wfmc_7tiuG=H1~xsPF7O;iK3kOO>gsnN56$GAwmYwo{G~Z`Wa| zFXecWQ^H)$_S_&Nr4?e81FWi&mt91hS*-)LszS`O*NnnFpc^g9mAMR;B>AFmhJKh^ zp}~!zP?-1xFh!T`=@O9#|_a$gxMsdbAZXU0J9-!9Kx-qYwKYQ%lziUKt<;Qz1 z7ws2ElcI1f6jN7v=T(qAOdvxLWCui2U`wTroyR=~Gs;6@7-MFP-F$7&QgO&3#3iAu-1QGSLs&`i!43eGSzIcA-oL zP6)cAu@6&cETw@tOamXDvo-**g9kZy#%l#!)2-H9E7%l;iM{rj5pU=0Zf%BLzAls$ z9M1{d>DlHCbV-I^8b;^<5@v-}D6pE9h8GN_-_u*1!Sq?8$$#F5au zMFI;U@GsHB{MZ>qms7y{A4!_v_7LJGf~0L|NKG^Tr7W3!!U18 zs?=-#QTP_9Fe8ca$)du~e__$nk z1WM#^yBEKPI=}854D36m00rg0`#p6lO(x@PaQVy$#ql}9(i~Urt|yb!vXD{?Eis#i zi9k2|{cftp`WQ)1>jRV3Af6EB!OHuJZ-TA|W%0#Iw}qJDGRbz3WF`hTY#9a*4qsWk z@sk^W5;}VPTmNB$6mbbpSq%nNFOeS!>x5 z+i#v;RG>lXT@ek=?7Sg9uBJOIxPd5Oc?}#WGf&6qMT}rHpGWj@9ooA@Dck>E`yI|83z5p9mAF$#p&Gk`U` zUc1sMAbr1}_w$Clcl6h4JZG0g^6U5h6^|MSOkUK0D(Z-crM&PAfys65ZaYCNK`dVhet- z2w^nELnqiqEE7xDGHR6NDI4|5{((E*=3oW0?RzY@CzxVvv@WbhQQxeS?w$=onu|MxB4yQZCn}FBVC+ zmRj_0ikrFt9bLllaT{NVS#J0PigsHm=K6N~!jUXRHB$iOuAs`UXPn+`Eu$SmUbj-+4=2$ZZC;Xi1s zRh8CE0+odR5yf^J@J`ed{Dmwf_>1vRIr@W^?^L-?#^_`WAmHnjT-C}%Y#k<922?Td z08*u~DyOkwE{i9A5k73syB zt~Co1lmI6mgkp75<}PY6w*jwt{ph~vntVmZWpn~jYwr*N;eQgd1+E*)=_p4m&YYRc zYRp?*Ce#BL9CN86N|Q!9)32nUZJuPZCv5?l5+N6|I^&=X2@<^F6oDdvPmkAI5`(mQ z>lenYaBZ31&yw(*&xY6D^b!vr1>vkNpj%(_deH_XE|U60YA9!8B%eJaiTNaL(=Tz3 z2nvTGq-lxkB3O;$E^WHsZ#35Ta~@%y#M*8gTZ5K=xzj$~ysZWysStP|f?C|~XzGS8 zyhV7(!q2Z@!zWG5rc0a{E1*VEvFJsrRQdu|G11AzP+T42v+VAKE?U#cp4wU$bqF*^ zihTN*{`LT%u9li0qH4ZHN2Z-~8xd=WAzeW0yTZdR2;XryD$etK;j<5NLtF%$VAG{% zmz8{OnIsmiTHDnqQqFATjeM!MOfK!xo1twnip7dFH5$mJ z#Xtr#%<$s9FL1h5to&0~g=vnq-*l75U+z%qtp~(pBQZ_T1xZw@NAg?XYJt}ZVYJ!d zC_d$SVTC;qp=UD(5xW&C@n0(1h+!h0kj0QASO&RLV#QqgouQxu!Wzod6Wqoc!H2J= zBkGR(JSi<2OpP`9Z1pQqCEj7`cD;&)xEK6x+RO&*yW@;3(JVAfSf&TEhC7xu0)P2G z0%@dG2#@TW@=e#NEj*O>vHRyyx;9U)-WGz-RSc1C7dD-)EuZ$Bfh1^u2P=3^C&+M# zu%bwQlE9fJ;5 zx3D`w$k0kD{|mK1O24eAcKB>TGr|xD`oQfoHm*R+&G9)(r67FRNW$ZW6B;uFHx~Ev zX10SDPl8em%#ZPx!&c+wbS_T(q~CA-I&||*`}R2g`sZ7{EIj3u4%laO{6_QH+?=ui z3917~|0hn|u9@S-Grk@Po12!o3>ZG|nWr!eo$ua!1pj$y4)t|0gt7g;8dCUmRBn5i zNM3>;-|!mWKl>8`5tmGxMnJkOT~~ya3ZO+&xZdvhS_+stH^qfNs^#u$in#LhT*`+U zq~?3Hz2}lz=;5V1mx_0%u2(|Pb_WRnPS~Th%=dd7&tX_z4-n9tiP3H+ zS)Xh|3c>nRGbeT%#iW{9*!yA=ZYlj8$IAd4V?72!n%RkVAnvv^F$k5hz_qhBhmHuC z{;@qgj>>V+q7l4IhDFC;K;@(N^U7Mx7I;2uAM;y_G2@|^0qes+__f^HQESJfXYe*)YuZ1n;0bMkQb0RU$io`LS z(){bSBu`Gvu)NA8ol#%ql2Kl)artQh&OgCm?8W;x-@#9Qv~R~AA9`YIy%P!rC@ssU zzP^QMBm_WxeG8?f1+=yK+-9Yv1=}7k%SYHz23&GJ-AeO1FRu663U29GPXv$(@v=LOy+<341I^3N>On!QVIf56YSkh@O`<&KmUg7ZPLO| zF0JP9E`{`o1ZmFLo9Z@Pr7*L8dPE8w6j4o(w3N@Mx}R6BZ{pTc9zq<*CG0cLrL*dR z1t?2V*eyuepve^LYnh{R$hAxcCR>;*Oa>NasFuYP&pL%fD~Q03(F`a&P#)>n8pQg0 z5kUjb$iof{LWNI4&pDD{v^%=4W%;nPyQ)%n%3=MAXJ}vbb0Wq%3JYhF2n{E%bQ~Zy z>9CD+RN>=-)A4$o_{Wf#2+*L#9e<*^5fJJoem7)~;$qL<0LXUVCG!nSd$jQ;|o0j>)`b z&E!W-EcW<^yymhEBCF~5JtzXHn z-)mv+hBbV1%n1xT_k7GgeQAH;IZ~g^2HW~t;R!sTIt>2|z#AE;NI`!a4oO2;LA?vJ zb6{2ptPen3+t@Yg3m-k{_IapygoEczrq7RO^2ndR#n?|Ca%`& zAGYJs)EuX@ILfJKjv?UK*l)f=prnv=&t9xN`fO0p=iTQC_pZRHuBQ35_h7^@KFUPd zuzCYUK|#t^IKO`%5*BCzp(IMi7(B9=^Tr>=f2U7l`HE`#nJ~0n@>Y)|8!A#X1>YfW z-O(iKbBQP7oi>p+7pg0yp|-+3`lLiY7;;ZHc#N1~&K!Om4JG-AJ-jJA$-)j+ay~JE zmkr#Btqye#C6WLf6oa%N-v|`)t5h9UmT+5r?$Quo*@`K%Z2s`09ESAQNhK7QofE{% z_@6r}0Pjz=_}v{*3UVdi|8)$@R-1}Qw|qn!@6Ql|Zv+Y%qy@3RgtECa*IPECisxCJ zb^NjP=yniZ^K|60M_|A;95?!Kq%nl`8N=|V5<)o%AFm;{W5S%f(h?MP7)12Yc z6)|3$-9*bSHdx%>v7&MdUE(6}gyAPn1xPPL7uCo>RmX4|85XeV*SnBzqXv?H_(g;d z8HX`w5Hb|ndLMLsXB#09nnqhwJq!N(6vBo;o=!ZiNGccGRUG`y>p1VWU+=VGxv$EL zznp~acr@3?DJhR~;w7VrxM}2TFQCdwaC!|wA2|#ZIJ4%U_3MRLyAt)^*GP;$gg0Yd zsb5}8X~-pMf%T(LA&~_}DZgo`zaloQ;S)*t{ow?FLnkM zXi`uVgbFW4*ZL}mC(td6il%D3zLjhUi33>PU6fO&OyA7~D)E}z(TelXdv(QG-+*dQ zfSG0O-%We&^<7lR$&}3x?wLj;Y%t-73eGvPlE+^z;pYDs{PFUCarDp?`)ps0IBCzM{6QT%yXn$sH`l<@mNZBOzX#SJw!-7|{s_775L9*Bk!wlgH}>V&j;_J=!y%dzWHvHZPWXoeIUC!fNruEG9z2Bnw!g&R5Mjs@foKm2eGI_MzA zjT^^^5hLi=uOH!X*e7n>LR{BHDaQwEXE!L}qlJ-ya_n^>>~%+jJrZZ#<%Ieb;iYHd zWoF~0=c24dC~rM@Eht+GGrJLPjBa#p;`@MfoM=LU5;&GYWp08$_glrOJzKy8 zw_Om6`#{*7s6|<+#pC(Qxump_o0eCysy%{cI3N^mXEL9*G{Ou2gik*t?~F4!{DeLf z=IOZZo|$7$b>g`df|TlwrHw#@hY<-5LK+1Kp(8Y%_GFw^yP2-}Cj%aKvLDK+Llw6Z z*svVUJFrjeZBed^3peo1y+|xvyx+$qgb?7l6htHZ>E;s&lrLoFk~)e51-OMe zCBYItT0fa(%?pV%L<#4VaNI$s5EdcUR#(xtVJ-domvZlSj_2k-zDX?O_~h+-B9~y> zep6`Ih1s)V(31w=;w7l`2J=s3dKQqtqP{p!An(870<>~*(#hvHk`AuCoKK*;fx;e zUN^gB1oBU@WG{mFmTnld7`taCc-M9L1&~RCs zDx=X3k!Z`%rJF`5Ke*kDheT1iE{SLpzR$kp7)U{7MFFF`b;sKc@BP#HowOzu6q|zY z_R_elo21a#0V~T-M3I=%PTR9h*z2s0HO)*D?zjVvJaX&zr%Zu&-}RfiAMhJ?$ZwdM ziBh||j-nu&^Jqy6WqWk#md|-NJ%g!BQYi}~Cy4kQk)$wn(kY9d{rO!i$D>P04pr+~ zP=PP$*6EvnSdL=c@M11MsTaMvMEUN819*QcZ$lY!-%K1^ z9*_QJ4B?Q*xKk%1OpVN%N*dPoCeU*=xua(h?6ul&@MoFCTsWo3kU=;Ks&}ArE zv=kvX!|Cj%l{A0wN7B`w5S#ZY!R}>L{%{FKVXvKI>G<;H1}K`^61@5GQr6bCaKVJ( zoOjGHit{4}2zho=X8-#Cuxyv+<~Zf0xtwy^XiVF}d2=#)Q308ry;(W_bU@Mf{Z|NA zR^U`s)AZUqXa|jCs*}sQ)wSdZkHW$zj|Ia#{l)^SYTNkMug>C%Ge**yuH*jq|3Re} zpsGzH=B_6i$Y*S?zFc+4HyB(xg4{C#+;Z6wJoNNTrp>7)U}{`>=149+<LQ^-JkE#q@a7VgSWB<)hC3=&+&C%2c!6-12a1r zyY>ItV`{hqVX-m@$}vf#iU@{46Lknp!_E{SMH(%VM7SPl&Fnyn+_aNCiZL{cZ;}TUR+QR6O33cIqzL)k0`3k6pMSg%k}q(|_q;LZ&uyO&p!LTw^vZB2$*ysn(4cogMHTqSsI_9%b;D*>LQDIR6< zx^h~R;q3k*kV5ShpKq_lCx3Adj^onQ9HX>2ms8I;jDX`{zwtI^Ng^qj$O^DwO)UjF5DemkLI~IMi&E9*S??V;4m15a1w&JKT?8`E#k3vL zGjgyFZ}w9xe6@YrsdWiij9$nPENXOlXnGU>xiG}HPackETNok9^3+ORn%%}8bKR^QgG*0hv0oQjpT>ZaZ8Ko{-<9MJ?da&Fz9bxD;jv_^#!c0 zZRd!wy^!O2Zv&ux;=V6lG@cNkdzcZMR@dNXa|iLzsvg`nXf@aOT}w_lgKHT$N}vg~ z!%<3=-9vPt2$~kLbb!At?8kkJE2)b`5Qc*p$&k?v{~C67u@)4-H@^uB7QjOf!P#fS zVTVDF9=lg_D5ZanTW*1A)8M)1;OeVk=urPRcTF_`P#kbMrAu7&4%<9cmFqoQl`A%+ zbs@#qL{ZtW34VDX|FV1jhv%{KwTZO7IhjSk`nnCY&YH7nF15^>!}_`nECSZOIhlAg zOrH~uL*Ek@=Xsr-;AvF?M}3%Ch_h7i?}~XRWRwHFqh=8S^N)@nS-whHPr0 zc|i70@f0knDxtbApJ9DAFtk@ab61x0&a6J9Y#rxw4OJA-91HU7`$H+nNin!*1Ff+j z6F=!kDs7NVZ`+mDL$G>70rf3W2J~oPbpKiwSC#O}v_WKSZJXct0sS>85BiLq!9EjjqsaGhLN$|P3ub`Sl^uD=g%)9ZSC3O zpDq21k|N)~2)bMN7d?8h@|diD@y_#pK45$PML>{pw)QWS0(3!Zo5fXkyv@k2C(=8A zBxRKah(=gGZzwn28e{S5T141DnS0jGSDVmL`=3q~s#rqrP^I6k!>QYU(Zng>5zCflX1j^1}RP-kQ z#yc*8#t?FH1?Nkn%_=o^o-NizXzR&~TNDt2~S>$BXUxq;Q(h@RWy}t(z7? z;A9&k=o^or(1b(^iR(EiK$kj7DIDcwk7-*R)3Ri!4l?^ar4)6kX4V`~iF-#j#-Uvo zp-FOYypr(QC(-iL`-wmC5(q);-~S~!={*X5cq2LAx)fpfcC21hj8$q7>gHfd584HK zj^9L6=myGli9PfmT7LZiZbP&GJ*CLG;#>-TehYfnGQTFvb^ZFRofOA~nTue~QuxOU zaLqYz&IBkc@g1fz!{++3I?gU==Easm{@zf=oJ15Sn-|uFVq`SNH6`_&Q_w`2X>Z<3 zG^lHU7vF)uzX)@d_`lat+m(wVBm_qrQO4?FX4na)7KYHqj6lnYg6no_J>6H~HFo%3 zT#wkCCDc9nI;|hgAye0YmrnarD;OkDRzm&}BPqM&RB}cR?6BDCu8fV8lG@r@q?Fuv z!wuZ~+uw4q=kdew;{o{1q)B{|J+|?)LI^z1+dJgB0&oPf*g+qfLhG49>uDnkU62aZ zq~WeLan=NI7KHE`bMph1IZX=&l# z|Ni%O&l3#`P8%QK+Vg^ptTg!HAGU6ppzHFBXQfi0X{gpVg4bU|u~~9=QZQ*bk$RiszjXnTXmpS3&nKC-)$2~j8*LJob*rPiSy@l59z`_^dUjcb87hGW z*qP*Kg;q~jt&y&>36NQyV6j7b*Z0`CEJKsqFOZ}jc9b(5BQf{ti@?1O=9guj467ay0TA>zVlG zWI%CyV?8A~rKB>dbBVx}UrHVhnKU-I)Hf@-mWN2DJvKCYL54}!qG(=l0h2!|XcfqlT(C?BX2pHO)AE4n+Y<;a> z2af#4CVg3ct4?u?_c!S9e%1g|?Pu3p!+{2y2W0o0VaI|eUn!!sJwo3;EqF$PL^{d5 z&rJUQOjiyc3xfxz_HI&3WVhjfhH-Wm?APj`B7$*z5!O3R0GMZY!Jcd)G7iRRWn})a z3T(A?k@o@FxAm{<5e(?`D$nKkaosuf@ZRJ`Oft4habA$tScZni1o61#*SLPghA8kG zRC}Hdu1T)Z&Vb_M-Vvzimrt2e}a}Lq3K`Xwt?qBb2gOVIsW&wJpZ!=mqKPaRDTQNAAy_7=9&K& z=0S%k4IP<(sz1K1@9Z&KUg(P4!3n~>eZ9FM*THHuz7`M9r-%?B6d}#!uHh>{z;{0x zOv2Sb3Ex-P<8wxUm*(7Y1DNsF?O-Xuo&7*&>A}rhG zjVa5?Si5mvT~gl^r?Dl69$oY3*Q5R~Ww0j=a!zgDV3C^wk2GVlyhg5REdSQ!aEK%d{}ZPElZJjL?HDa#K{h z_FgxGg%Bvu#Y(3zgApHJ+etC_jh)XDDIF&xD9TIYx1RKS+of%d+WIiKphXn8P+J!! zZD|M;%2R-j8;h~{naYQss&l_*RyzCSnapv>bl-IWTowJNN+xc-1<%CF-Ea1^! zyh3#iBsV7Xq0)x^B?Kj`btsa?jb z^@}le9m}<;k2lkjYNsfi$N#!0M|GGM+!|4TfEeoQB2pygJCypOEI{??8ZE+2jKe`ZW({p^?6u19loJH@$qoP5e*4E>Rf^~Sq|ON)4* zyp&td{sAa>;Kg53I-nnRRShi@-^J}WjHzQx>W^DTt~7{-QUbj>pF@$hK_%h12iBEbHnVaK- z6ZbKdv(escj-~nCOS74~x&eU3Seo0;8kL3Or~_P=J0OuUBRXJzk{~topo#K4T+8)? zq1oP?yCu_VzQV3mNWfN#pC#*jU}U)K%6?pVa!>AjXdX|#yb|Rq zv>XHF`CKad<=!SGBw`#icod@sj^OzZCvEm0vmA`dbr1+N-9RaCzrEL;k%qtjRlVOc zBK|QZkEV47cl17)Lyqpt^10LbOZ7Xv)M9b%%vPewQq=hCA+nhxKnX!6RE*U+pWcai z^p38eBs7N=nF^*xCg8-{DYe(oyEH@hP%|R>DN~#y>CyHIm61An=qoAJnpi0ZGOPRw zGLiDEA0@xAxpL>k=`tX6EF3PscN{sr7Bb|hcW7%UWN>jWWT>5%^kPc84dAwmlZ+X> zj`@pvv-Z7l1fnhoj~yjQ-PAo@d9=zPGfEC+ojHnk^Wmmb1*6N9&&>*ZrdIpczuqBV zy-e!d9x7#MFv_CQgD|^w`C|UXPL$oj^9uoElsv=8-02kPjRa&0iHCLuSZLSi6oMk9w@D&DmxCyF4=K-ghi4Hy@oM?*^Dt~lgQ?l*1KJ3aEr+(bGLBb zLO@|8A5-c?0wHYAr6t);K+_4CL2TEhBqyJsZjuv-(3EJSG0}=b;kYiAW78$C7*8o$ zlI^&jOH;Cam-7-*li(@e9yKI$*2KsO`SI(yt7BkDylm}})HeTryMBfAP)gvYA|O4E z8ZeWe9Q862hR*^N(-s!-=jpk8urh$F1i1kZArx*$v_tg-1G}X8!O0s4n;!1xxudc# zQw!rX{(A$dMTxE6-v!4U<@xm>GB=k%@7}O{`3@nnZla(uw<)w)HJly50@ah`3upK>ADhy38^7v|s$9LSQx&jb_$r@x9(T8v#)L(^;T5*j^>8CnU;7FJVaLeh3|?|m0i z_NMrmrYYPuo#Rhz<&A&+188T;X9X3#*CRw8Cth_8Z@rm^mgnGp1vdWK8Edzl zzMdiy4Kb&xl_N)W<^FFR0l+Pfe#D%rR#;F+BA)W`0SDx(RLB=A2_Yb3;jLK<8#$&B zsB{{XLIi_b=q`cmSplICyQkC+$kuzcAf3*TOvI>K_%Z_M)_VxyNG_pJ_`m?|XL9jj z7wps5cO&2W3Vk84y#OIIgJ-v)WPsqntI0RcF zH_F#Qv0TNKj|V6(aEN}V2HMy$P_W158c*j-f>k^ExvV_%x!0|+jv_DKOL=P{kkKfi zLk~tPDiC`2ZYuu5OTuew-{Y8@uY>eY&e^RQpz!GpOaZupRLVo>0%-!e^mCgXxF$az zuRi6BF$6su`;Fbhl?q+rSq{bhx^d*lfh^52nC~@U%6SxY%cnV!VtI|jNr#PL-N2rF zw6=&G?W;bg+xe9k(q81pnvb2)n9I#g28SRJIKN1XpGxSA_w z<)N7=9Ccug>=SmDrV$!7g#5FQM=Q)H(6<7;w1|?ME+_w-6S3FT(ems>QlBjbr6>s4 z3@vX$%X9XqsVhs0_p5R3`}*r0u(hQ?gdp>&|2i;s^Lrhze|_HGR%x4)PaXmaCQV+9 z2pTA*w#t_(rD$qN;yB(HK7UQ~P#FU^V{qEh^Z4_%Z_>N66*neu+NIyqR)e-g&d>7;rSnMU7tVm$7MfcUh61kG#-YhGz@8By9N?(hw~Sj zCg|V4fDt2#C@&9FS(!^X>^oeQmARCchZ!-Vh}zmDix)TJy8CDD$^#5wY#_~L(Kf~z zNtVq^^XPLa-uc9$zRAP;id)k)IC!|hx6TVP{*VyOkxJm>{n{=o4(?yqYgrEMZ3%L7 zBcxIp5RjV}p}jqUY5McFy?y(~1Ii;=y`Ffib&r*`?Qhq+(MF3#qpV%J5WD#u60usO zP?Qu(s@6LwwF=QXjc!AKKtVwsniLG~oyW7kIefDX*GX#P_;Fjm{#EnVcuKE+ExHtV zYHPY{wave3kMxhZYY#jx$Ih^!W+@ewBfqvdVYScqC{=qd4w9YJN-3J-ZHy?X<)g*~ zCAq^mq1R|W`s4-rcS*3k&BXC`w)w8#=fsRulEj4MN|aCtxrlV#hiHLPyu1N;fl-J+ zCDJG%m^T{J41gyH>#Fa}L4{aamc(orX4G8Lfb*<}x za1djgrC;>l+f}MNKX^u@BwLqTK)QxzshKkWwIoAeC|P zJcX`FP>{~JbSn#U&DjH~YfACJ(+g;9PSd3{Ok-=BjOG4s&kG?zD9j#}7$xP|-bn_^ zwvdq=R62zSMaVnxEMz2yoFgU>8Zr_Yj-clkl5^~7Xt{Z4;Rt$3IWiESDGZH+uN=Y5to)Nt*X6F7a$ zXo|XaBlgDY#NV2P+t~QE$_+^%t;1>!R)=AJ212!dInJaWP#b}yzS-8>?&vEIge1|t z9BMt{^cls_U-R-h3*i@Eu`JDkO~i@T>QQut+*-GCe<~U+{1uS~(4QF8Te+IApZR1JgbwKad7;I`@I< zn*(y|Yx)uhB=9_eV+ZNdebpxAt(-kO(TXGa{PE1&p=Yl>Uzl*|Z#vY0Q%WIClTg>L zNYlh=X+e1kFPXqir?XB%=iH-%;v_SN1#X%bGi|tR0owQLJ{j6iXXF5#C2L%sdM(Yp zKZp`C1%+V&TVR~VA8eAc6u192PFb;J{8)pzOC1(0cktMPe*u98oN4B9l9_|^75CPu z>rDVc;W&b9j|ZF?51=Khp5 z?e9XQ*Jx;AKOxmw8;T|cx(sh-_KVoBj5 z7@&4f@fPjk_tF`cblRakZquVnlv9uH$;|onOnk3|>mR+0zkcHhjvl(a1Bu@|SPTIc zc&G&EetCVI$d2E6?oo^7KSVTH-u5{fi<<4<@_t3fc!9LW&L4u+H{f=Co{KQ@Y|+h zuDLA0sIUnLCeEtmi9gNY-tYSUaKls2qSjfw;&kVY)h@Z~*Ym2#P^d|4wRJ;v51^@u zM0GWxx;pv+PJJC-I)e-bc37oMn>LMU)28vj0}mjCpuD`C!Gi}gdh}?57a`vFBId|L@ z%v|;%_3LMF_0hMoWX(bR>B*0=rM_oW|NHO5lTSiL1^oBFaLX+)XwbHw8#D+We;n?= zAI?1&s;l9WOW^q9ckAc9Y-QAY>--Rx?m;REzdi`oya^+RgCSu_Gc0NW^lX1o0j>q- zR>JeA!K!8$@e(X+0GSQB0d&vt_t5IZX8&U&U{e!*@6id};CIKsiWt1q22z7B!>ih! z!DFj0ChkP|f5YyfGO`9&X($A_MvSNtXVUr;xO?7@SkyLPM~!I=>2Or}G;SIE0EdgI zB%W2QeKCYxFZ_Z4x%KCj2S%Bq=q!uy>5@767~s{dPW#s%pR&zlRcbRZN|WkKi_PVv z5Zcmdexdmm5->EbI%5P^oO}$slZY7oWGAdg1qG(y+dVa|>?SETcVMp-fD6g#?X*AJ zh+UQ0Ykt-LhTpKWd9)ea``z*M&*stG&*jl%z6rL+@yGP%|Nh@;-2C&`ne^r&WHf-i z9izu~6*6cr)j>DfU({7IvZz0DrNKHiz_&OR4IMC=MV~L zJn_N`s;k;j^1!s&Ez{KndyPi?U4y_N2MmR970HV@WMpfwi^<846;S`=mXqFZni2{~Ax%pWR05kP&E>MHm-%4+4jF zcrO)xKGVlc2!xe2tPBSse9~cWQ~s>8v-sfMmQS4ZclN+$-`K>wu%3~ zIuA2!l1SO?bJ%ZPaMyhc(KL}QiW7)H1_@-=RMN1fH-TPj$RG15c6kl=^>etUr;Y0g zG)-}CM$mt)!5^!20%F^-kwB@bnBFEC|7nn?hFVN0ak;vy!!ZRe6B{-DSfvxyJK|xe zEFjWX+IG__YW{gGW@!;deh&g=gAqmut9~)*_49DrVhA1b#+^v%S@&TS_CmQfLeuF; zAd3)!bjD`hiuKgD#96YYp36@j%|QdYq3uQDsc!qY%3Ali*B5^48B}hF^R7LHJ5K0_ zIdv+D*WP4yo8ULCrF`@9Fry+_`)uw89)D;S_kR0G`i~q)!;?=#y~7)_H?OYDkQ-01 z=)IdcbHYFX5-E#|Zu>8jXUs=8Biwz%H<(lS2=l6zBU}SB;PS*P3why%8T9EL;di$k z&o94wES{&3Qm|}o(=O?;!jQ(Ou0gux8O*6o^U>NQ4RHrkm*|qOEadxNmY*EHVHfs6 zfg4ujer#~y!>Dy4U%O3r>Jm{+h?XI9G0T}I2$b~K<@m5`1#+rel2$k z$gB|A3VgMZI(t(+jPOCyQtlI5wNQRfkG`#NN)?P~(&&|LCH~3(V@=m`g2Vfhf7bDY z#tlPA*0Wa=eVe2wm5}g@xmx?y;I7<<+%(WQosdgc4cj? z%S*4Cq!MxZ_e*g6_(uBlP9nUH!SM*G?O%RdhZf220ieJasVu-0g41Pyh!Lgd4c{U6 zkg;DlLE5H$jMLOi{xL_P<>q#n^Z%uU^DY=89Lz&)(h~z@-ZL@B+Nd@`_|i1-2g0OY z2$1u`B(flbyHdkz+q~wKfGznw^WuVnm|(Ib)_X zV`V?qHfLPjtbx4?upD zGp|08J130AnEEk^iElAC=5bGJm}@RMmXYBA2*JcTYkA_qce(dFC)01_AnKlc4zD)O zE0pr)sx|_#B$xd0Rzi6uURF;k&qIcS6m+R1P;?9NL>|HSJ|I()p#H=oal1OS9NdBt z4fy!quUHVBS(mWoei$|dpET$!s7lkkbSWF!GYlvW@mY;SK$oOD+5Z>YiQ`(?rqJ8l zcMr4*JRqGRfB)_wUlRWF7mZ%jpR$2{!Shg_hg08}Evyg(rNG)yk8(G+;#IDLU0X+} zE2v=u36B`;`x%8fFSymc~AD-18`6cm;C+_=d8_Q7wghCHmG^B#uF=HryUe=R4 z2d(0oKGlQ*7LH}$D1n~U`^p8ev4`yz|96x?6N*59=d7LG;=l$|9Y5*WfbS- zNz8kBBDdlbiqE^}Ub-T9SVpP+*TXnHD;RLvDSoqw&Me&aJkrb8vf-XbiM=%qFP6xb ze+a*U^_KTxJJ_}Lv`zc~w=G8b-8T>(F%UZ1Zu1T#`}X9bwjG_AtCO-!q=aO~B$f`~ zxN^Hbfu{tqRES{E#q%^QS0|Ys+CoQpo?^<9Mm}27 zNONq@(rRw>FV497Xzo0=FXr^k{>5(_i@4_UtbZY3;_O-;|Fe(t-iX)mYBId+c4zWx zXZ!wz0;Hs*FvHUMb@b}nn^gPj6y}A3eHg3P~6cm~IA~IF{KtjilTJV^0{vNr{hmx+YD^Fnw->PSO-v_!O^N?Hpr7 z=^_ohz1n7P$8?2@qD1Q47%AdtC&EA9ZsEe&?Ob+lkn7J2(Y;*9^Bg>D4P;h9%gf~I zMH~_u%ps+R@tqz=vc^7xPg)vzZ^J@9sb9pJcr9rsosDA&_KcCS5j&tZ?T=bs0R^}H zKOz%O-Gs{*2!y7il;`iE9Wb?%JoQ|6ax9kS3i|`aG7$A4@F+R|{+OU1z%z~ApVVH*Op~G|gY=u8ZEKl#)m8A?NaQX}a^b zWM<64Ymd=*^UsJq`4UCHxs%}dgNY0uOeE0M?)zJxTd6@a|)U$GwsbW6bOu=R!hoj2Y!(KPZRI2{?II+(b;1H41=BCQl|&SjgZJBlzRJ z_Y#lCaoxSd*^muT$YKZc&^Y>#6vo&jDlYMA{Knl{Wd>t-3hUD_GRMW59>r_aL07w- zfB0$Lo4a}OSzi}LEEE6~IVsDp8Tj01c18ZMJ?G$y*2+f1Wjn`(07p}l-JBqQl#87L zBje-5?X;r!I2)lu<2^cBLT>+xzvTR1WjF~0Rg)pa*$+)_>@l*Ntc(%KY{7 zn7n#Ea~uD_8N<%ujA3U}6e-$ow-`ex4$F!0&C(_gHQQM5X_9}wkm94yY?|7@mJN(L zXe1MkJqCcg?z(H6^(Q6tt?E2+}oekbE)lCBgCS9MCjWODlmZFClW@ulzk^ z)@P*d{R4qZ&PN;2kDTWpr~UXd@YdIYY3^|+)AKwW$Kk1`o?^j*1)O-|iM;pTdmMAj zF}(iz>-_0Yf1o_gvjF1ze9bY0&~JTl-YiZ^)t;n*AK)wAawk3m0q z;nwko&c+-0WhIJej?Qs~8OC!sZN;sGyM@A5KCA-zt|4k!z#B6-DDkA zUK#8}vm=4RQzkw2YVt&qbAs>EOSgrL_wCmGZoCvrDgLzj4UQ}t$f0?au)|O3 zD`d#T4qFRSKrG{ObT6Gxo_~&}mR0~hdHp#KKJP|eU*?h*)H|h~L?IB;C6B`}PGc-TGxtw|)G2=XK6$`}OO` zs8OS+s;Xkaf(684u>-NE{}B-qWLVKJqqFqZN~S*^Aa#Lii;w2EeBtC-Zkx+06bg6{8-$Bl?kaub}4$%!_??TyapyfmD-4LGwZfa|m@a_E$!mnQy z0gxe}VgH^ByNyZ^B1`NQhMdFva~ffA(_bEw>j>Y%6X;PFtHq#ob`Dm(iJt3_sW%bY z{;Po=L|5{$CDr0$j6r_i@2mB_HjZGDV za~Rq18cprfC>U`&3+Fo+0gp^;2IWeUW`MqZdeN90C8-ubTY|K(F(M`(*R(Qb(8;V` z{{dr$1_)@1%oeD{-I^21zrL=eIb3`GXomGK!}S!F?XYNN1Mh#lnpDQw#q%n9cFp73 z3q~`rvKZI#$k;CPmu%p}PuF5~aKkzEIlRB$ZbvY*Fvax)8yHsTH+1YB&G68Y5|+0I zw~4B&-K-ht^!`B`=e*~F)Tp@ZI>vtR97%g2IYUN(%TBFjq3Z++@=%^fQ9&UstjmO!6LI&!=O|6W!{KbF}4Ag_1O&$-X8d>RO7^R2lD+8=|ov-Z6)oFX8 z^6->LvblkEi>I=3)-+^pcMdz_VseYheVllQ|0d|tC6W96!@bnejdjAo`(*ZPL zv!OA}3-9(O9C8>?*~-$D`MmI6Z)zJOD1={ArW~~Vd`8Y#MoDoL+jct!Z&X_P)%%$% z5CZzQB)Q|`D!R94cw%TdDdj*sz1P>45P&DhjU+j$-&%yHGq7tTVf>nkfn6J!vZxP7 z^GBh{k{1cR$w_cLI|XgEN`mj zuQUG34F{h`VJP>1+7~X!F*<0CYFqSvl&B8EU$$)H^Bkxn+*=YYt!!yqz*2Q_nE98xp2?`SHSoW_pp?rzs zbWUHn3qI$^=+mYXn>d+ySwH5Q%L0t}0zYQMcKDmgGeFy%|1ZoBaZsNkK3uQ?$8r7l z^=$oz<05mz+*O&O&68ZPE(D4Am*XClLYO9r$#0`lDP&Gqg&|! z9{=gV+;~o3zW=A$d@_AKB4nb4bUeqSvl1YkaaJiMB9-LCBTnSo=UvBrPd`X9){4-y z&3Sd@krT~Bx-M>M7TDjn}IEQ2!F%S1RVqrZ?=C9#} zff0T;&|}Oxm(1sC{RNO~ZQ#1{mpP<(6(P-HMr{{fZ#;q?$u$g#ETtlE9bH0gc zZa#=HY9+@MFCeU?iD((>>_VPMpF(|L5T0iOl0d2!*9hYTa`s4^PG|yUYnag{Dvx}V zbgYO)bA}Phlp|y-4Gk6a8rgJFp z)mD%fK81zr;EY3bt~A`4b*NM z+qP}nw)=_gq+>hj7#-W`*f#FiwrwYO%$;|iI;T$6{<5pqhxHHEn)4cSTv(KIzEOp* z8i#4D)_1PX;KqMC#(X9$otFAa3m~d&%S&6jBP}felEZ6W_9Ubb2K^;0D}%F?ZjZDv z1i=ddoX{$#nStqwPS!9RcUJbTD8_#Hx)Mo5aruZ*Xa8k-zh1&h#p}f1s3*=H? zGvVdWE7nb}p(Z2YTtj=)>YCuq>I2KKYWaT&9J?neddGL`7m^A*pil@_hQt78u57svGh$fum zJR7e~uNcSK-Ee6*dc_XGoRTrgMl!8b!^5jlz_FXP5d}WOnl$W zR9h$2!}a+9nOJG9&u@?e76DhR?=Lq@p%3@c)9OKgdBwJ!QvB8q%Tw*={=$X_;>KwK zOFYD_46USKJRHu$xj`hh?MO{6BzJJlnT(&QL%4oI^?^)YoTkIj%(})P=SJlJyuF3C zsRaa4+URmV)8331eRa3?uqsM6n29nlI&Bq7D+Z8=@Zik1+JSxGc<( zLuyb7=8?_$n*dKlPnm96=Z26%$YCw03%R#5f}W+5!7bHN`jT-`xx zSUPvOG%F?G6^1Q!F1^kAKYvc*ph;9rB0oi%)eb)sz{f@X847G5Q!5`+s2E)60#-qn zEqXwQJsLJaD~vh(<$sYSUNVY%-u^lI6jp9B0fkA*LK$IUP$fz^a&bh0KNU`Z?xtMG zN(O%)Q`Yb}1XLn&Sj2=PEbsr<=+TH#>O*SruNY#2tlg@c5f0yO(_M6Qvd-5C!n9bT zQA7&z?-^Gz2r4?qPc>K$Ld}V@#ZUo9$wnkUEkeN!|KyBXzKjt9uGHzdJPWcAP6GPf ziGx7o<5_9Z*B9}nBoLKt(^^p^SkMRUat*z+9+eUA5tuFLqvkm;`yLLKfR-Yc|9ma^ zk_Zn=;6$Ti&3ej5moaG2mcB?|o8%7^B*y>by#x}~Gl%vvFqv#^0jRoLGB=3Y^K!d= zTwaH;lj`j_6bIb&2{wjV5ORI?AZ?I@(lxievJw`k*}jvboosF9etrzyN8WOKy3vm( zZHHY>Aa=H8mAtdsum0?Cy?M3=x9rXY?9cT0wajg+Ua)oT|95*V2jAHIm)!wZlEq}d z-3EW9|7Sy*Dn_c6b{)h-z-AD5V$1Ys3X~(yH@{tsrN=MM?-m@$_)^u! zrbt4vU2a;~&RuhO4c5=s>d3~6bur+OQe~K$s4aP!v9&&C^pK$f=vBgkhI;)0#v(f& z;Zo_pC$r3D_PR8q2f_n#@5XWjBjag~-kjJ-`I3YEZQUqY5ePTjXB+hPT8@lx`0STY z-ue#^|5o|ENuu>{o2oW`UU`S2@WhJiZ+Xv`LyRk-zwr@;xogOkp< zm8q%NP#hJZCBk#hl(9^}z#Wq1!S>LGzXe0~7tOgJ_8;o4o}|1BctTB-5sDtSc-PyE z=hRGoB*dObwn9aygnD9NxuZT|NPh`I;XCsfEpDrq@LBfl&%*W)2OuQyCDo?Blxm0% zSi_8@#uWCV8TyPXZ3mvCAb(Nx*V@N8PJB9j0d)vxEb!U{w8q``oIA=%SdS9>fVP1E ztiI?gJB-fZEApOw?huS@?|q}>KPx+W5iocg4{boyFq=G_Efp2Z{=O|9Uo&h2Zx2rS z|61$3^sVdK5`R@U4KcE%j+FHcWeXN0 zDjzT1O^WdFRBX@n~>*GH4y#|4kyOxw2!YNjywgciy&} zB0sRZPAP?GDo*lkvLLEnG-!r0>`P{(*hQl|SLS=RX&T=#A}F7`op?XHUkrE|R$RHgy9>YD zO~H0rPHZPwYz~RJxUSa<|GMf_K1iJynYSEJWBYy;E?GAF8Mbp)mRBiKR~%n?GZd%1 z2`BcBq=gTsB3;@}#|ztlE&MzV18CEpuZR{Yd;;+myOGNHAFw14aL{|lb&g@uu}`p9 z-n`O>$tsCe``XW#=gVno$v(8w>)0$ujZhLiYmt$Xl6H0hHW$!yrT2d48_=rV?l|MY zM3{M~2+egSOQ^0l9f9}rOFjZG0BiYGW%z4faHRrBaS14dUK%=yiLt)FLn29KF_O+p zcxo564XtH-zH@XWBovyE@Y=@~={H3QWLa$3Uw7+JIJ`2>E04ws`Y5xUQ9#Pr?$DqM zQ755AZXe%+E*MkylXJpT?pnZJ+>%%25>)HvonClys5Ir6CdNS3KFE*3q2F<# z(8WlJ;)blA1(0B&U}1u`K(PzIr2B%#Yc~hwVUr;fRFU-Ul~J>7X1{WS@X=kdptL}Z z)t!%2k9?b&{vuOE$+;ko0~P=KEps(rtc;VsLK-AR z+QcBEN)jqk9=lfb?T}TU+;*z{X|f>M#L`=7%!7!){$uiB`nPc^`u|6CLR*BwFJ9#o z-V_T%sMh@1mK@MHpWXvVwbp|zZ{DCDlk&(*B?`%;_lg&~-fsd-5d_0zdW)*7?KapC zuM8n5R|390?YpfZ{P0WqO?NEM;KpiA!f!wJNy^_4_1x{e7o>LAk!pq5b6O2^XS`Mj zr}aGqM+*?uy*@K6wRElT8;?~#fWZ{~k7q>);s?cP(_%0@FT2zY6ta0M^-wdyfaHn_ z_Y#G2&_5d!m3DFR;Q*osJYP&(( z*sEN{i>uu2dx5xTVeOgy8^w}##;JlrIhBg+n-BH-Ue0ghkNBfYpH*AQk|j!v`Gk@| zMY_wt-LqC-wrk>TjTmG4rZNfbczd_!ruylEY9{QJHU1%=VhBAwOQ2fhbTZf#NSl?V zxv5?Ox(mXA;n%{-f>4v)53*w&-~(q@t4zgf32Gp)W(`Tm|ESdnS2oH(aycWGc)DIPQKM;i^HsS85?jwJMaVp za=i@jh46b1Rl6}zv!*BL=IdQmLGc>JI?CEchW1v#@pszK*`$rFt=CD8hi{|ELRndv z(Q2J>46a}%YdF#P>=VaOcns-gH+`QKlD-m8su7EX?-8EBNZ+Zx=xKf*&5AP2T61$z zS`~?9e}a{_1B~SumlW+9&`(}f*>kjls~3bo zNojbFX>>~c#Vqt0-+_e*U?Ep5&LZ4BUduEk44#=x1x(pO=LBf+>c-oVtl}~l z13%2n2F2Bz4)`#nN5AdAW4g3^L)gZBU}crTlF=VGTdoWC-(965cr2wvUmVExM2Mt> z%ZfoAoJNOWPHh+HI}Ec5-~2UTQ-OJZAN?+Ew?oYz{qqo%UpYU*LegTNufl^3p*AMa zEbK6gLQXWrm!esUrvtjlP3?W4lxum@I3tNZPG&F8P|N$&(P#y74Sa~WXFd?C|J#m* zbi;U<(jW4G5*iOR{~mg2%UP!eE5dr`il1%yOB+FQNO+{;TQ2#lRp`U_)lH!FSRvoB zGAxF;RsA($TnKm*r@Z! z0-IY~=<{GHXk|?#oZ`~-Pa;9sJ4)ajV0T6*WN( zx;>HyrZe;FtB0nvIvXf`B;Gs{@BG9GnOwo;ThhSrTb$I3(8Ed&HQGfXGZcF1{k4uA z+~Jf>*NPc|+mT4=H^q7eaP!sttBlandh=Q{?I*##D>NT_%D1 zof)nAiauthwP>Qm(RJC}aV~gPN_F9iXT+ZPYX?r;&|_LXa>R~a?TzS;Vn5!KDrBDb zbdR#1dy2mui$jznlW_MrL|oXZ?H?}PN(lwGi_0P8a1l0jeQ5c#vly||S~+N4TUEy6 zTikZZCnQC&TU~Itqmt1Wg}3n?z4Fb8HnwE#=Z%Ujl^mRABIJt)By>HG!^24=9EC}# z`NTWAE3?D!H_S#$Zx&2^{uHG|Lh)TPR<$o#%2x+A7iBZuUr#xujt5@QtaaX`R{`ze zt;-t%3d-AMPGeO%GrvxX>e#VBG9<#%h+hL`YyF0K(}?^xcLB*v;Zm$uo21xNVpO~QsPz~O1 zs07Y~H>X@3(57Log`5d{g{{~(4}26GFcY&7Th4Cx!Nzp(h(a}Ttesqn<4-U+^E0Xh zET63jd4yYS@Ev#(BC3xHq<|Zuz48CzXsCo47i3Zpj<6Tf7TC9j{V+l8weU+v2&c+o zR*N5BfioNN<&)P|Jb7Is6KYF#U?1-kada8|@>GqCn9nt}mDVghP(Ae$EN#C?^y44} z!5;*kdEn^j90{@pOM!R4vqp^zQM^YuD&rm++xEwB3F``ND)ogy8G%*cgA^*3)RT zL2D}J*C((0 zt)7ieR0I?ogj;mJvD1N5ZDUgle_WRf9P>26MErPh(E^`0^}7O?Z~(9IDj3pDYofHU zz@N-xunIQNWR)xyFB8)s6?gSWZK^v35K;`xp}%_EU*siBHv=2dQ1z8E)tW+j9pZV> zr3~x)XLcu*D2v?Go@c?uINm4Nw1(fo!1kkty9ZsspNB%^+r17RfgUnDnvu!P zHHAjl>1|E+oiT1ZS^tcD@Z=3=(hVXnaUr9~Ft7)WZ7IVImdtj-OU{@kr=w&@@A3JJ z!YsW+B2&PGLOewSgFxD)MWwK?;9N-PKcjXyyN&XCeJ9NHOvBuE>7TLc1+lZd`iWTE zYxq~EU+1`!<9Qa>5pDJx)w13XcD%wLz*PSGGwJp~T+Mqlf1<-P{YHVf?^E9A?x2sp zy~&vnbfJF?hXz8bCmjE|R&z#k^$IPB45hB_cTND~)etlGqp`UQk(kHaA1pao0%g}2 zvw1sl z9W;u#`c`=(!_nYxW?3Uig?zua9V*Z@2+Q1c_>VcjnFZobXKspn)ivOQL{u`mNBJ;} z^ZSFb62zb3XEwlnGW)In&OMw02e-4|meNfV>^hPa(DT@mhQo79CT1M^X_&8P*R?VL zaR&$+Pe8~M`)KJ$h^lhd41q%U=>Mc|H;cZH(@wj!vIczE zb@N<}x9@3cfJcD(?!UhZ95n(nhv~T}rk_=N3?`sk}E2|V~wFgnahOf|dyjrI{OzHap#*gR>N+jeGI!}{hi*J(ykkgLoGid5p znh!ibAB170L*vdrHRj9-{4Jo}UXY5B+xcnv8Wrk{bBy>S#nl)c7WuZ`{|!a@QOS~k zlpED0l$@|ivsc;@*)=!bb#c&lAR2wJhO>U0ac2~O&C0ILhTL1JFK^0FC%LFypTVH+BDG-^U zGzB!iOD(Z*B1M~Veh6ftKeMOevVJe1T6Xz*5+o5U;DloHjew=24*q(7!J`vIO>WDV zt@p>6YM2GanO^slxbLa$G&P$A%ZmdffDa&doGfWiUo1<7_gCrjs=8P00sws);z|4_A(l%?U zo;3KoUg`|2PET}E1>+nyS*?kO%1PR296a{qi)tl%ty`STA@|R6x( z>tzl9KhZKsIN=N_i(3K{kN*l=7n6iNS=MLZXuDoqZN9#EL^U&X|2Bdx3n6 z=Qk?)kG6)Bpc7O98v=b{&(zfc<=OiSXh(Lg<;|hRTwln!XywwE?L3wHO2fI29GAYJ z{&4@G7)z^{C;h=ZZ_15cRWcVBnwP1ZL*ENEz>`HG@mAj|`2VSNd72vh-%1z6Y~9n9 z*c2Qtv%4}eF@5r`7o?9*$@IpegZGN@Y#KJ4UTgcU@o-hMa;ikyb?R<$lkt&50yi2- zO?{c^gm9990zdl-nw4U=bAsiMr<z0pzDlL}iUSDBfO1%jWvA5B&Rul!|zCq|fub>2kW!%KU@X6sggMA>t1&maAL; z{w+Z(NkfwE7%}$i1cKK$KeC-de|O(gig}bl)O+n?zk{cXn*!+WI10f&vqKdjltuj<8O&d zjU-la*(s#JuI`mD;vVr1C3!m2TNnBWxo-6f{*x3Z2HST!SNLOzIR<=xGKUlU^ZeA- z5}6LitZ_^eUbQ+ziQY(_DRj*ZS4+~0t_1GBU)464XvfG%l=iB*HnQs_PMhXB;jvP3 z?YROz_VCR#0^=QJDp0ae<@V{NH+u)ri9`wd$;8`#Lt;wq@0Fo=ktqf#p!ABu#i1}c z#cbWDW8=4Xvd_(NjMW8g;R?49cXwcd)>-JI6Z>{#zslQuP_Ys6gg5mCyUzfi1!j)c zDrg0gUz0V_+z7Dj5C0K`v-1JC*M%0-C1`h!aV>fkf1Eod&)>kC0AO0Q!y%*o&EmaN zkk}ejTmVntQ`lIQmTvF~9}Oi;I7f#&{oc~dTk!SOPBVj8fk2S0JjQGXN1j)U+3p-- za`Nj8DFF!iA;|(!^c3#z*5iw-{4RqAl%- zYO^oXBUR~lq{l)m9C2UQ5lCw?Mah$S!o-2b;&FrOgbO^6_}F%zZ|UWqPj_SgbuLwI z1_-w~7}~dDw|aZs?>ygKT)mlu=QRX;e{K4|UwvE{ew)nwlhjHb`jM5ERaTN?MJLEm zJSjFyg)`KDYpcoyLS5iPn1>c4EDT_@RFRxzjONSN%dk{z@X*K^jo7lnJslfa=D7z2 zozP5@!$np_%)QvqM>-%#r4bc`W2-yR`3lNSfK;pFst=44{W zBnX~#wut!ILl1f4$@em7eYpf3Oh6ObJl=Njr_4p@hxBoByr%20!Jkd;PXaZI3yydY zOjOAuXO)K{f%hThbfH%sb`o4(9&Tx09>?yrgKmY)rgFsZTYD)T3)ry(=SDI>(}3#Y zXzGTnr$xbod9@TbH%o((dUFLgG`Exj-oyk|7mkDc{7wRD1d({@ls`~}_JBCTr+6qx_ourBo9 zAQj6;s4!ZShD%u*bP*^*H7ntUFq@uu3ybad z<9B*~>yB?z?=er(d6ai+CdpU!$Kt=TfKp;|o1S2p9H;(U<{`BLN#Dozy9qNyChk{g z^SQyZ4|Y=jBtu(p58^B988AwXenYAGC)v`Hri7ilv6K-r=)<1&eAcK)Ak-l#)qCg4 z`mgpresRB7UDa?<>S}8MG83&pNdHDUow%#yk6+CH)9pgD&Ow(`Ti@zj=)WmTYL9Y(gK1V_bhilai&QV(D#*efmb8@B4$-y{T3wr7JomFE2FpLeX4gB&joX zQSFysUxWaF{n<#-H!#3gBWW*z@gtpndd$c-lGx=dj50g-(UfTYbi}g;&|loQH1Kb8 zZ)$J8fZWqZ3UNMpO|RtseXeDs-Bgw|wvuG7#gqVK?NcjcAnTTz4DGHyc&!6FBM;y~ zHRx{Qwt-Fy`D&aLbK(3dJ0JqXmMiVg6POJB^gx(0I~&wlJfTs7xvWga6+pD4+`Iss zriZ2c0);e1#Y893n9kkhxT~*$6PNqX6Dw_~qK#c|yx4-s>BzWnwq;N4{z{BddG0Zc zVi`(yL7oazSaH7vPUAnf^$Sk0EdlQ@fxZTM7xxTZ-Be%b+H3#CFrPlV0r_c()XhK` z4x zeA`&wvLq`1g<0V+34XGbOy($w8jw27dz=TLq*~wiQzO$v&m&Uas zq5CbaUoWNd8!nenXOv&Ec(AD&SGC9)w|M6GpYg<5YMzOHB1{*(*9{xi=rHbE>0%)nzMU>(7!#MqCZ@^@zb*(fy6Fa*^%p>Z({|6mv zXFBD&8@{f3aTU<-Sa$UF2xc`cG3B$Z%Vd&h9d=whO=}NOLv8(X!ubCDgxdbBg08M6 z4LQ3~qtR%`zhh>yhCZ$e$wXwzV{mW3PKY@xbqu# z03`HBPj80>I2odoifB1HBKMv7{V0OXZk?icN8v`bq1Q*^&u$vNoWuWl>>v77J$XlQ z|7&)UyJL?TdylV+Y24~foC?3l}Xh{op3}vTcMX7st7tHsO<5=~pW1zy6kD zU<%TWav~yWNkSJj4t+&+z(eAcgsqt*C|n#K>aL1LCliq+#|9-tuk0Fo^TjgV>eZ^B z*x7FK-Olzrc)>C#WNwNrw+W6mn^0(^+qClA86a^D+pj%?jUr0%ww<6LU2}#+;F6`v zs-ZEG7#EMiO5td2XT{`@qQN9Iu&>sLo2zOjtA$LF9C;1N(9*^n&ZF2C&?Np`3<%9| zHi6C-+3*jU_4yqjVP9Cpvboiu(gLZKhgp$q=Tpg zlhNABVPxV8p(YQhrMo9X_8LKknnEQ%yu6u+s}OeSMD2UUVU9|b_?*9i|6g}bUYwJB z(1O+64@UGu6BRNvyL=|4%zQJ2h#ViIo$lnF8i%9uKB$0wzLOWu>E}7XmDFU8NyhDr zZ;kBqrkGBXSzSu{ScW?>?8`?yK+v3huc=GLs(CiM{a6moWLf_;L7d~Oo^iab20Loj z^x0ZT5DTCPAY1MwcF$j2VSjtTa_b3%{TphO-2uX5ark^t&xTWL@^MV-Pgs}64abud zlg*{>GYk8ql;-A*wK@pIW_{iBD`kGujtBtZgeRB0Jk2NrUh}c^EYXof_V5d3EBWE^ z1C(?(3vzYnq)Q`hN9rB@m}vR2B`m^U(woZK^$AOghN13XMgq1^Ug(uXNjxuvZyHGx z!y__flsCwqR=&1TH=Vnf)h2sl?d*p1n{e2$Jc$gdKo649QQF&A*@eVH;Cfk5YN9t* z4}l16+KDSl@dBnh(=JP{MeKAWNwTIRscKlG4~8+K!T`0RZ-n|Y@jpiRg#TEGO9558;s(PYUDAppf+=h%%nluuGWLkix&wZ?w(eO9 zK1c5_={_&yXrJF2u}#dJx6>$_oWrSW#fJzz;!X?sa=49ohaq1NtwTn`DjSR?4-C(- zmxfE7$s!1{3@~re%I$md;70$ zWo6;*10P4Q6RoTYgd_Q2{%gFm3GgLk@8gT#1$6)3iA1wizSJD((ESh@AF6(**13Dl zmsHKL3AkY7gWYTksCt;c;;7g`4477rN8j~8?z#aapudRes!YJ!sjC-T6OFSuvhk(m zvIPt4KT}B-(`Nq$L^1j>!(#BvR#stxan-c?D5=w6><2*;8QmX_JzT8B={j^{29^WW z^d1g$u6sHn=#?iZaWF!p<;BD)%0r3lZrXoPq%w}2<5oKldzxDW8d-}v9X*qFC{?yW zGAcY+0<@HZwzC$rmQ6$@3ql z2U<%Pyx&XIW$9cg>`HtYVI@?q`Xf#Rzc-{-+)8HB``SncJU_Qud99xK8F;`Pi-F^0q8fmWo}GT1=S#1I~R;SB)>rIZ?>wm^{))4k-x zo=<-7eCmCRG7bd$(F1Y5wtv2Pa}S@>(RrIz*erAF?85yC%WwHLR}7I!5P4SYcuB$A z?zPrKwaeqvcNTT|?H0rjAoN}7}}2rW(g8OtAZiSh|5J2C0xhQT`JLSOKA?|3vPTnoaBYgSXQ4IJ5MM} zu>)mlKDb1i2{0FBHi)eG#bbLw&+L1fMWUAyY&rw8|A~$cN<;zE{&^9pttU%S?Uyh~ zK!zp!t`=+hLY&fsc%2@R$17+n+*R6NqzL3vL_;;J0EH$Z#DE;m6y}%>`eo1F5l|))65Ys zUfyH4wbxaqmQ0n5`c)5T&kaO>@7q$8DoYlty_=KhfwY87p6t?sg7Vez?6)E(gUxfT zUZ**r+sm_00osxlI~P!)OHc2s$>;(o%LCpJmt$~aEW&X7UW+ySZ()%GZlrSkUv3VM zAX#18r9TWlTd9*5ZYOr`r78!6C7BHjuHv;dqwPUZbJ~vPt3Ku;ED300_sL#XKGD7Q ziHRNWI1kz%*KgRYuBkWg_cyx4;?rk;szJb*ube(^IST1rcq(oo*vfh6H2PjR2efsx zrRAEOpNxszb;IJ)q~n8PDRFWftR5bG6ak(pk&W} z@}!l7{O&~{B9Yt3Q2Yg|;{}>9E+^wdk;X_q+YOf7Z)4TVKu;?0kGKU}da2bcD3MUv z!mh9^9%=;={?+Juy0AVc-6DH^4PpF1W@Fddgk;k#Oy8my?p9Ca*JV=3)E&#<$hcrI=+#PH3g%)3| zHK>@BoN!~*pIlX@Cz+#z>2I!l^+nxqi&Kh8?h$_1K`>sWT~={RC@BP9JoC};;uz?f zH9YZVI*GufX!{?x00ea0Lls}yum*?HpG9^Z_o)?cg}TW}jT(banvp^t!8ERBf4)7c zkk;mSSF_VU(ZAcpq+h~5Cxn)ozaBqtwokG*PLyghWU1`t;bBSRQDC}ZVgCI2gYj5T zA9ZxsEO<_yDqUYlLQ+N|b0a81LQ(WAWWDe{dG(yzup>M@MG+*DNK2dk_=<3t>T=Wb ze%bw`1881$$l>P93w)lOFcRl|xxCk2m% zAa^iFhie)(Hw`O=O@3w};}lroqFlWD@Usq5l&mF+eYm#Gq1kW(Ri;H1Bl&3&mHc4f zveOA4!Tv`!GDA!J&LOYEz0l)@87e9(6%6n26`+tU5NhQ?Jv20Q^A^(UVb9m`JZ#Q< z1-wNj2KGPq^qzB#F|(K6-aPtGws0X-eqiA>41UQl?_O9l$#?45$h7a;SWFS&zqC@XDjk1@kwK$Rf0X6zzFE*^7nD3EGVyaRE3#ea*YtF0}q1nuFhuU{}Q7HSi1s<^2kz zS{)^r=Dd^H2Gi9$If%V!UnBeK0be{G{$KvbN~>(?tmoofWCCGEcjFXsj1i8Xl)MUf zSLO#D7|(!R?~Sw^T$2wNWcrnowv#cMv?;Dzoc-IW+CTCe3UCUclt^c6a0)}=8w}f{ z3p`BWMynenaGR19e8m$mJTT8bmPJ5tZohGkv$k(moo`Ru6AY~Ltlgin?o+;>R1u26eNS&wH$ZF@+?*3Y8n9T2gV21)e9Ck15TjTh># z_6sMBC^BWC7U#NTKVM-&$@?@HxYL)hIM2$BeInH<@(o2keD`=unyNsNlEfcl35B{- zj974B(s3TZKb!i-JK@4Udt!>)KXt7Vi~VcP(prt`Kd$EAt-we< znp4HDi#U9mfEe=;-c^Kl1&f`>LTfaAY#7pdJLrjqwR%%%e)r4WwbI;vsG5-(UQ??3 z{Rh11DQ4qQYT@C-Jm0K+OM_uqim~o{lVtO`$6NKov=p`Htvq85%>O6Y+8%Xek28wBg--SIx|duL8?o1U3pD~*5_ zBend1o57!@Ce;DK!BsN@`Ri%W)BfW+9MvBkHI^(SY&mP!f=tXhkv8}u;1)F`P}!g< z*1FvZE3Yfl(4lr$x>;N{ldr>gkA}6Zpgp&2NFSNwzW;*I_i0_O$5Eg1r<$ieA?+w} zmmETkQr3DwHFqvw0RwF0a&YYls&A>Y?pMT1dQzQ76}0(53?HZu(1alXha7jzeOahC zPRK}8ha0SHyVbbBnVh}lQ)p-woP3>C>Yj=Nv9Ju~j1{FLthFn7u!M1>$;p(XfY;R!k%n!d5M{o+K}vLETq@{Qq(=*I?p^mqnjy~Ix?+|m~H!TW8!(-pa>h$ zZrZ10qCs*x;yuu6F3+9ZbL5MTE~rA_+bo%CYHADci9YD1uf2TN)6Vd@0*NRT!MS~u zoXz~>pcr~jN7DgjgTH4BzgK=mB4}jEi>r-7 z73MQ@Y%lcCLLtyd$Svj>VgGY^Jsh8k&pe=5@=Fe-Sqysn3GQA%P>=INwTI_TDU54z z{tF&C;q~j2`qL8nnD|D;R}s&}A|24IH$Z$6kXfC88vM^7uOFcpBO_QUVM>MlmH)HzG;5?|UU_We5dyM||7 zeOy^WMlFFN@AbIQm70Bb&c`qAlL=coNZN8K%t8oQEq#Z(zP)iNxDu^K^1&D2WyT(@ z*>pdDtH+@DFJ|j$=nk#_YYm1(JZkj^K(cj8N+=s<=>6{AMN3EE zT+BY4FD5n0&I8zd+T%jElmlvz8XW0Xe?Vhng6jcY7p6MW$bUZxIMo7!USm?p6AZpb zi}TW&I*z8k_v+YOWi0Ejr|^l2`mZl+F1L-%gS>vh42UUyozZ8S%P0b0QekuQ@O+FA z;2((L)IH4GUg2ZlWRm>LIQH~W*7viEl3_<6?hF74ve5H%DyQpn`3HG)0Q-Ie#KjXo zE#y|1&JFK<+_xg-PEF7-*SGI}z`stXwAORBq@(VYZ{FSf`q+1HxF3YK6_sP^afMU< zyqm=y-1ZPSOo*YsSHqYsr@gN;(oC!-tQol)yIwjl=q17xDt(Ms<;Ncty@ysE9s`wx zgVu$>way!IXa?LH=3+=%|4m{HUpFUW%3c%2uoMvsJ~D^&TgI0Y?Y-$^*@RLk*MKXc z$j66?3t}xoV9Yq*0cpLw#T;S zPVK$E6lIE#Y;z^XJa=U-r`&mQ;-6=_w5rVAVMw8V{$_^u4PymiCk7vLz3>x3tYA z?Q}Enn!XpkDljPO*}zMd_(SEdf;jp{&!^vhs5Oao4^U{Z*jh)G|xL!r%a1BqGh9H=ddMqe^l_OQr- zfMXE*VD<4?bK-THz}^1z25f)D-!XYhluQOZPzCf;MT&?&I@7{Klp+y||MTaE94Z_` zX6&Qq=n({}oj1dkEGw8!{c~@{xdc%cN_T_3{t)N5y3GO7wYd(P`2#Dtd7WH^GILD4 zTry_@_AUe(Df&6%de~^pBuV3jZ^49fV3VHOWaoXqBieW3F(47)z@RqxlO)u_NgZSe z@^8{nWSj`{HuDf3DPqs>uDq#*+AIA7u_g^dUt9jJ&9a@grGU*6xKhfLAQr8-iW|g= z*dVDju5F|54|A8^1!RQ*gYTO4w6_AURXKJrDehCFjYE~|X*!u=b5I4^nxlwoiHF`= zd_yb>z1Z!IFGRRgF~Q{Iw*cT^BKx~}&>p~8oV_o^{%m?k-mrnH{*bcUEE_$g%z*33 zU$&jyV)d4^7}EM%%UF04WJnX|z|3FcUOOMy<{S1krRK=1IyEoO&b|KL>RJ2%%pq_d zzz$w|oYQZ7McyJ52-Fu$fk<6&ub_EZI2q7PXUEGv;f3TYlmJ^uLFJw(bY%kH>3Wp1 zA6hLM9wvt?=cAHoeF4S?#B8uOz|)o3N>i_&mGMgXS~J|OsgK=Gw!?J8DcRRBl$ydU zkP?2OXaUW*#`#n1?#r7EtZO!bEORr;bVBHiCPb2sJ>+SWyY01!Vn~!ZwGj{{%)ML! za%9G`kfZeZLQrNQiOR$5Ho>|lNvjIh&tPu%y-A2=O{SI8N+%uVu2FO$x8haRc*5?xPG5#QDT zQi$iTW8UlUja=WqcQ<>6G?ceCRCij*^Id9q9XlnyqtQ(pvK939yA8;Gd3j&YY-Cxf zq$5g0tkBd_bRfwCEyGh3YOuoyS%Xjd7i-HcDK5%gF(prY3>!rqCJ6ghqd*j}DYgtY z4&+V?G)W6604o6@vJ_SL>8J_SFDB#HCl1^JoZBKsP%{;Q#OvcBh2;N6_PNKnlvqA} zmklKfN*;AU>{3OQbqJcbv8WGoszL_g;-A&*5empW!LVb}C6%XAekjf2IrAP~X zhD^di*jbLt0V+4bZOS!I?3h()%cmp|^`BlysRaUEPXBs4VrAvP&&~LeR^^0Xa@W~b zia+|qN7vJ<>gk#-Cv7~~*GHf&<|+rgHWB<@lQBpD-vS;aiy=~ z7mFWX*JsQ7$7IH+`GnCphD<3b3XYcGy7cq(*s8#7_yW&OliYE&_Ly+qH-7Au<7c?g zz-DBUm$AR#iQy;M{Khk0*!RO~O|X$`?9f9t4zEAAGFzrx9Yg9sYv|5E%=tI5*UCY>H)i`9YkkZg} zBnsNm7j`kNrWBZwHpWapSm6K~$LdI-=Mu0u!;TkHaInhtcgo)M=)M6(Z9%1k69nkp z*K=~mnhH>V1>QWp7NNor99`xC)vxRaDZDR$1WV9c?vF?B0#!(w^EZ$Q3dYiC>G<63 zT>Y!8qnmmmGds*HR6G1UMbYOkPP5!=gcuEWAylvdcYI)JIm#=@4wUXY2P6=40Rl?< zYb!KeNBqft=Sm(uX`GE0U9~12uAQqHYKOk}wFCWr-naHBOCpD2KTbqRk5ESZ;JM6b7(8g1#!8GNU6E)ljhzmnyxbiw=QA`kl5J)l;RBEt=aZdUUdOvuA_?QZ%a29f^^ z-ICbbkp!-7N7gBD)NXjLE0wBt#2V-wzU|vx!AzX{ZH*Pxr^Hed^diZabrI_Gtd_iY zFwMhI)=Q$UTQO%)d(ZA;-IECK_-%aRncYop@sU+}+Tqu8WkUAheGrZAHT%_j9 z=ScEnT^^)dQ>|>xcBSeXd=M)U@}^am8j359we{JivxxiyT@Yinr@7v}6hU^oFxmW) zh)ToC;AmN+f$XSZ|Gmm`4}@QBb0Xh!Ot02$Rnym>ilojRov58G?3&%LfbaHw5Fjq> zB1)X`vG!7=)-T;7kaIyMRXO8WFH1P3R;0dL_$Gf$>x}nmkJu;M-}xYV@jcx9;*VKS zru4cXj*B2A4G~#!V*-3QbJ?wj*lloda~EFltr++)c9f7NlXW;!@&`QVCfc^P`}$_O zj%_r&O-GhSG8s%w6Mtd}GKbI7QX5&}HCjyVZ~NR7H#eu$n~pg5L1MF5Oyaoe3!krO z7@F02scb1;<-dca?~(N{fyOAo2lVzicBN;4=wxAQ!~`qyR4ixW6mY7N>IQ*xlcmuR z92s}jXH@#uI!oWHk&Vw_RVJ$4m=I8hFnO<h6%33WR0ct>nPUTG&IyWS_8!*a zZ{CUSeB79XpCM`hzF7YYfIxr0V@H$`4!O8%B$nbsr%&XbM;G$wi_1x72Cku1fA+M4 zLMYfAZQ$OmFQZ}57;WRho_Ta8y7<+!8!7aJ`h_bFq$!cKY{r*rw6A!b`3o2KHsG1R za53#GUT1vu>8x+D@$1@vA!z%wF;xQL%dlieC5u;H3RVv|nQTnK3*JIxUI?LCZocQ? zFkuH_qLn2v^3sHgQv`c7?1VwpunZF>WJskUKL@-zT=(TxasqDNve*rS8F0^!LvF6> zLFCz zCo;nyA=a*F?u4r1qac!%lr#oewY8nfk`M)9FR6^h`W>BY+}Xv>rYOzrajbpJ4CThWZ5@S5fvo!={17_LeXZyQ z&`Uut0=)pVe9*!mgCPB`c`A&o%O>AxlpOnO;m1AIhhXB0EKkCoTsDCuW2d>e=ps%M zZXMxL??pUSw*!ynMfEa8X7d)6v$w~55VC#02BDE>G3x8Ph}Zh*cqIqFaeWU2f;_OzqOz=&|NZb3q@ImsYdUkM zjU%2&@TCV<@T4$o%+@oS=M=_4uhZM@zc_ABk!0HB%n>6Q zWz_S}rdIG)BJA{`f~N=}@RgNPl@mfUJT9lp(Yoh903r_MOjHV=?qSY|sf;Tg&g$l^ zEN$FC+_DaQ`5{6X-v|^R^!WY4?aehw_n{*Q2zfA+n0&&UhlRo~BsOrCCv?y{;D_<% z0lNbNfo(=eXA;<&PNcJohV}%)GFkcZBTSfn3e(TMY(Q%|wcY2t0*}bBt2M+4mtVo3 zzBQkDe}0Om<_}}x>QWZ3D`D-{0=$Mr#?p{DF8^p2OI1ijB2L}SHxna`br|+WP-!NwLYdTlcs(vl@s6h9IvL^c=a2>6gfVOly#OQSvRWx|s$nzS@A&{6$}OuU~ML&h9snsm*8e%gwr&CK7i zoU~<9m0OCT=_uu}t+Sq2YL_sfWCWW0&+QG9ALwt5pTbJ)K+h?pG2_O3Dh#kPb?AZN z13unku3y11#!ruO^MR!FK*mHLSw--iQ_w3)NUz&U;gkUKsyl&;_ZgtxoX z+@qE7NQa`mVFLw*gfj3K#Oc1@^$Yx8is7sF67r>|;-I{q^VZ^_y>C?y}`f zd-)lHSU5rqT1U>Gom)oh|Nfk3yDjb&)jYY~BJ~bGrsIA5n2+ChI$zJ$1KzaTk3mOD zuv2N?YPR@o*%&t0M{qNE-{A>LShcaug}*%7p*e|r_l$dI|2X^T?k^;=y?W=N35xz0{9=Va5rji@ICN^4~s`C zgurwh%FD{oq~wQIbJ@qcl0=4QYYI5C0MD)z+B0jVpj z9zk%jMe)beG~eMv&sT>)$tFzc1pQ#F#W|Ni^L%nbPaD93T% zqZGkVnAs=H;>L?U&c$=i=lB1<9nwjJ$9Gs7#vds;tKeiV9zUH4!y;^aYcbWQ%)&7| zG>jY#=U&EVrcGi}0sQ6dH8j72S3q~t%+6g+WwD8rlEp2REbXl3>Jf{$U}7uzK{pVQ zu_bG_jiu0+;M5VV6cxC9)b(`%-bl=(THC}ohCW1fL5v+;VSdnc0h`~WR$|a_I^lql zbZwZ*c@uj0+Ldq6%t)Sl>tu%dgKW=?r6A^`c*Gl2R5b9Tdrn~W!bymt=pm`B-L){% zfiabmx=uwbB|&#zYfHk5D{Zzlq!CI1rFCj4=^GsE?gRxJ zK{!W-Y*?Te7hJ_Dc`xIa@q@a?FB6=S_cBW(r?Nb9>VWmoR{gTO+@6sgZEd{y_5zX~ zjiIGO*!;|LX3v~WX?YpSv5(w}mI8la9yvow@q_{#mk*x&pJ&tofL)C%^$sRh1QF>N zh9`_C;zw_4#5-;ls&f{lYM> z*Lty)AnbJzLSZ`${F&zn#+Ik}_65xZJkB2O!R-H%>teM3y_w|t_`w@EO7+_BG91QR zQ$uLhEP|(;g14py843;HIibiK-?|NVf{S6=4Y$6w)Ya)=A9w|+)BfLEubwwpKa_K_?)9WiVwyPCUEEgGKc;dCVb z0dg%$`CSF@eslUBebj_w5%-6=e`6ctUReML?%&u$Jf|38Sy)F(fgfWy`R9KB*8b;L zDU{d4XT$AG^m<5}7QRn@9BtGH>5!v!$wY_@r0|H_vFp!zQXL8xSW}n{FhO4?2|Skp&{lz8WIw{+x%!nihYJ)`Y<;R|K^rBiS*z&#`X6-Ibe=|aHOk4;}W3`FA&Gh^7`j$HcAK{sXB+3%4cy+ z^DBI|;b{zI4Vcf~r-g|?&o^oM<4{yuQugI~m(X^vAvp@90gbKjk(*(0wv6M=74U~| zLtegH?gj_kOFpzS!7$>4N$l4@K?&xVJH zwf7*Um%N&#Z|G=^9Pkr$Ux7;Rx#k;#`np602g zHjk~ZAZ@vvVd`+<>$~r|+rW~ZgctH-_)hs1%YNwxJxtkIQM>`@NqSsE`FPy)Xairc zV@YJdkJa8qW_umpn&Akq2Pcu-=YH8r5HodTX3!mqeIEVffA0LxxgWxV3{J@w?kJp| z*IY=m0!zpDTm{ z6UJ0_P+ii)j+Q*6VYxiNhXUV7$*^I=m^pJMlO|1K%9JVGdh4y!*4FmEr=iW_tG{h! z#pV>Ze7=Z+Tn*uYz;ua!f+V@oq5D~z|naa!82n_BS9IhoLRzm3z;iTUPRpuD~Hnthe@&YkbMq=$U{>)<#DP22zb zbRDz3{pi^HQa~nyF{XyxpZoytteGg=Cia)V5x@T*Shc%Qi44M{A&Ya7c_oPaJXCWF z?B=D%x)SHS@YG?vd3zR&Nq(Xvb$L zDDh)TK|IUDZAxHhKEfmU`(Iw-p$8Ul&5d)p`O7zR!it4_=lR$91w|x<4^27y)RMZE zsB15JWs)8<55JbcQL;A|&_QEDcr`7la=OfdgU%7OZN-)?J;Y)rIXMQ~wz*j}@wmx? z1x++I#kb{H?HJe`QO&`+&5oGWABUqjYGsH+y zZlnkF`>y}fCH>G-u0ppghjiM)<8hN=GieL2Pe<2fFHd^k<*~ztgX}(`4BMe4Xt2G< zPqicH&>VKQ@8Z?wt(-N=K9&?M-7aG@BDgH{*n!XJ=0nT^+ml%DL4P_;z9#4jB`A zqTu%_98;0er{J&p3i)LpLh5?5pIuP1VSoQO5mMgqL;a6pm(fEV!jXI zQ&|j9^KELRNCWwY>tc zgdoRBXLD_i9DZn74vW{cu)RLQ_J$~ysXdY9B7tr7QEq=|9qrv|OzY4Wa^HFU50ktD=YK!RWHM~rxRI`|F3QWxNhA`~ z*4C1jmyeW+7hl}Q0}nJ(Sm+^@QW#mN$~3|26?ArHxbn&}zVej{Y}=u>wiesA2?PSP zx3{x#<3^@TnS#f2XxNzoA_>LoYfb7q9oFr%`Q%v^UmlWSd@#w~O(nb)&B1b{%YB%w z8EQ}T@Z6?l?CNS`?c_OpeBx}XuDg+(*>fP38kqTg`HjPRI~@UeDM3Y#bUk3<(h9X$ z4$ZdH8~c+AMixMB7TVdpV_$iv{>?8S_rJbGYUu`~wgZP8lI=Ey*96fj>PW0U1@+-i zQ0(*az1#2P?z7J0bJu+mvnSD8<1v_`mt1%Uy4QnMQAw(y8KFC90RvkpkZ{v)UPsTI z>?()fybij=LZO$0u`Gwb-})>M-19o&>T)t&#l);AXfAl**j{GjZ{`Q%YFQGPOM_!E zd-e(Vm7wJ0xg>?)xdm(RbiTpQs$S!Z_0w2y4@Ht0uyXR<#1~$#MOo!inxDyM2pWMo z6?AQ%hi|BZzOEbHuxJ>W#9P>e$ES|>Dmo-97i5l)+z-vdn_EEFL$9EugHcuDI+~5! zNi`(NpM4g&L;R%gdj*_S_S%7OAZVhPWd!+Hu#~^%m11SFLZ44CtXxu6reT*07IsNW zy&Bl>KJ!(!sI9fj!LD+ca<)TVi_OkPhg8Z1taSw+>uzC|5yU*mV|%dn+ipD}1vnYW z`Yk&+W9l^23#UL%F`V#SRBi>F_BGbrH4oAP89Gp!-l5OEPY4`brKt-+)Nyzu5htw_ z>FgkvX40%NGo+NlFQwZAF?;Rt&}knqbq|Ej%#e41%e3G1yocCZ23Dt}@&|E>u1V8& zk04VgUFNER)@=$JIy1bwuA6DYb2xW$J|jweY-~tS7}gn*@1?59cSubV_rwbX`5_}~ zd>;D1!@mBJXDH>6Xs;((zk*oPW_O*J*AT3nMxbcu5l_zR>u(Z5($lt`#I7eOJ?TqG zBqz;1mq{nj;r5SAL2ueZV_H&HGnta20*VUq_6zEGFFNO#`t5}$KZNvDlgJrGrlSo( z7rOLdIW9Q!p57K!+n2vfrsvRgFs~^cGs!I>?nJu2HkSY zo4ZY`Jw~7=uf8EdAiCa)d z1BNbKz^Y`ZhgW{rLo{ab$M2M)QciD+4V7}pWE6k6zl+5iGko^yV%m0b*s_qrmSTF; z>C-W)fN4>iu%(FT$E}?MPFB_qCnM0Oy5PR~d;t8)H5$bL-}et-@}4jZ@-99HPk9O5 z&%8|ZwFPAA8d0|6HY7T#Zn?rzHaU6#f#mmF?_p-aRIaMJ7#oG=WRqj1mzh_5CVSEf zRF-(h7787BrF8+n+joUr=w7ooca+AuLmkB`B1}ad_q?k9s}D{IF2Ip zqt}V15&(?+(RX<%kwK;enonZJY`XsEF?RkwNTRx&bXSjymTGd3tKc{g4A8S+A>(fO z5v|vbrgYav);<3Wg_mE&_}l+PSF(kS&+j&3Ie`4-mtmH#u~@OjWb-zQo`{pJ_uI3+ zbX{f}9ShQy&4ZX+yt4so^E#dq8V~;IH)!D;KAls-8&yR7O`X8ZC02n}Qy>754NY1zi|zujlNp}C1;YCTk5deJezrZu5Z zj>Ix`&MNKTwz0L;e2|NDfss21}-n{;PV?s@JdS&Qn%5hgRPF+6Z@i3!tFvpI_rpBFs=yF3f47)X}K6_UvjW-S^h3K z2Tg#Tf$PS(kMG?8h8N5}_|LP87g6SG<+-M_d9(FoJ~#Sr%qm_?WuTFrv8w%VeFcWJ zIIZk0zCQj>%oYoX|68&1F+XOjK}umAL; zLqSM~Ybzz68>%tXe~|k|L26Z;$b;>qHzdJU$LI1eNXdnNMfV!-8Ato-Z(c{woB|wd z94!VCK6CBKeD(U18F9vMi1(xrUj03T@InZbWs{rZrS{dY@%z8O&A0yd+4nUQ+_<8k zy)(s&EeR~kp?!S^KCh0W2{)1E1GavQ5?3*rt%nC|Pzo|TG}0S&>>h!+OQIDiu=gb` zRmx2;vzpv-9ft@$Kq8O5xEx9${a#xCcsHKP3d+9yMM$NnyXgm{x9>uRg6}4nK2k%q z4m1u2ObtV%nLTPN54~LjBEzkZpPE&k8GKrb*`u~{*K3m??ME4QZ?Vzg&=Ck|X^GO_ z73Z1xn+f_oG_^*Fb|)ae2;)G8uWlwi^yCp- zd)24-=a^#tAtbitHhOz}-bU_xWErz259f1NT)_N$JTxv>XrAd5P5cnQ{OcR6-Q2@D zr*7c0ADhk>uAYJIxZiEr4xT@L{GitCZn8eBwG|l%B6C9S^I0OSlAuPu-%mx3!K&sI zi|doL#w|QjplhPPb-y1RtRpb-(6JG+z1CCNdm%K09c6SZgDfuRwfxmw*WhJ$Bv$yx z@2&;tgRI@>(QQAxu5Z6HtHLx*QdL&K#?8BE?P$X<9ZE_nsH!Zd@|QnwgWUa*i_Y#J z?gRu)xNei6rU#Nb+&Nb9*hocgjzr|^(2Ni;f@4_~2T>bW-Iu!G7Rt?sr!NkKGOOm`&Au9gHD5hj&eOnTx3cZaxUVjO?<|oJ3mMxy@pW;Y$Hy=~_A^(aG^Unu6+s16~K>EDMfd6nTP4FqSp*A8nOAL~7S(QY-LWUG}R3P#kFhB%UzkjJh zWtF*xZs!n4l~CAIO;zhCBB3f4bKZZLe%K?HqjBF`r*r+BS2$_JX8yJ4G#p1Vcl>IW zZ6C#5uboTEGC(K}r%R%6^C@26IEG!V#k54isBCQWfcB~*5kk=t3G=fjKg9OV0&LND z>VknN@K#D;9VSAFn^wj!=6sCgkRe1H+PFef7+w#y;}%gb_Ip_VlRvq?&FAO(TfTx6 z0!@>cmQ71nl%FqYrFi%p(pOFA zN|P2H-X}3{_&lB>=@z1j_rp^Mw=Mw$hEQy3>|xez-P}5+oMgvlY>&>UAtN~P_8vZ7 z7Qqk-dw|=Fd3DLCB0saLbJ^9EV&2y7174#^!3je`49)kUOIX*OAZ7J^4K{WkxG>#T zik3*mB|TB^-i?le6tg957xNZFDh!32-bUd}BWNAlQ? za?qXKuoWPXx{cIrHg@K6^{XfH%aOzRZQVw4ey+&7*4+zDxA@tt0^C$Nh849%2*W}1 zX54e9zqu^ixAzYmOr;Bmm=@`$U%{^3`L1jB z`&kDmd1v*5(Q$7wVFzA#!Ck*&&h+jZW;hC53$N5@7jOj$zJiBS(fArE5HLjrc>|l@ ziwuw8XXs&QEbPP+^gQ!AW^>!2?-wDkI(z7O`ZdDm&p|KBAFw_5W^fG0We_E{dcXTf z3Ft7hAX#SrIzvhb_#wv+h7KhKg6>X|Y17&{o(+v9 zTzXas9?e~o;$7bcmX)NZWigg_C^?=SG^vra5?IP4uXF~w5j;r8_Pu1^4!{3iSoe;p z6-*wM%eAKsBOEa3h-G+sSrd(2$$j24XIv3qyQqeOkTIyY{~i5^DZTKoNRNS8KIA?9 z3nS}an7jQ8wXc8i;61OCGrWRK=f3`hlx|JX$eIwb$R@hCEvEXcYpJe&nITFM@0r76 z4?oG44J*JXK-ngPi3(Vb&6+KXDbBCLO70+}HX~Bo*w(ZeGm~WNuJx1`4aMU*8k)BW zymp47%4&2JRUIjW9mcCEyj|@mzZZW+9-i7d(s%~^kW)au(D<~kkXk!Kvt!{AlF#@G znV@-l<6a8*X;V4#HU-cQOP)r3pMQ^yqFCyDF<8i4E6Cqo?&4$1BV79tAD_L#&yZ5N zR~TQodHev%!pUrhbS-o}PFOGGWd8(CE}6xbhR$J!c`0vqwef26THbD5&yH9#DXX7^ zXF`BwqL&XL=OdpawPYb8;3xU^0?;&+ZR4Fho#dj|5gso^Km9#MX z*QQU0;$nFI`2mf`_c;$lxZ?^1-Prv2q5yHd2hAfHSLkBvp`ZtpLO5=#N&rL$h~VP(QgdFT;<|8#*_rPckLwh^D>-H4Q+S^ zxz@t2^BnfrfFmUVC(fqHWISBfMi3$Htmp)bA7 z62 zjgpU@hnzM(3#6@vj;C?D7rVA*-bv(7ya@Cu6wUzWqw8t?_ltBcS_bL>pAQtAJdKi% zT!5T14t$|^oJ|hXhn~c+g5k7ATUfAdesANyGiuI30MD*_>K(SPByFX6X~T1@s$b3} zlP~9zNtaU?EIRspHYLc_Ek2aj!zYV7s7^+i_jH2$pG&c9y+u5^XMsA7!?tbPxbMFE zSiXEY|NYTPkxe$iVE`c^LxMhgC>U~-w35hcnq}f|D54w5ACGki{TH$c z3xksvDzfBN!?k9v^F7Z?ndxk@s(3DQ3I>XC`c7KxA^bZvm+f{LUXkKQ!MpiI;%eTR z*Lt`_mx41+9?Q))p2L(emHRY+2?u>t6z5Wy7o;na;KeuBVGUG)Lm$_;yR!t1sV;uA z@hM_lp=WeXZHed^L1`)@RxT-dHi4Za>cJt zXJsPT_Q6wkFD;LP@=_4xd(Ddi$HK8~P};GpV6rK6x)AJYmXMP~FN<=<$2!Oh zgPrYLtn4g)Wx4xRr3H=+TAre0REoxB2e&kT`pu6V5SA{qGnCuuBeMc${$rnq9$ofx zdIhOeiXA()fwFOI#g6T@Oqw(iugA-PGdUjzl#k1QuzB0c(dx$$wSyNa z6r|ylF*bNwSd$#buA<@0-;&FY&MKalA7-rc042q7sw&8y4M!5J%KkTIVTE)8Gs3j5 zDP@e)&hX-H+H?IdA|KmQsOB`z#+ZA!9WOpTHcS=e-l|B#WNSkYuPmv@aTKE~^XQ1C zcxzP?tG9O0(v!q=6iT>Frrn(_7!rl1d$=t)dk zDNHAW6xu#6tY0tSvhZBo?s1@p=kjdoUnH#r+2%a1nXeoS>Bq184#B{BkGy&boOEO50!c&w%`i{K@odOU_QWK7IZbdu4+Ax}~6r506#%E5N%LQX6127~v zkH0Q{jg`B$pT(5IB(K%y;>f<$atECj1)iKk zG86VjKo8cO-3?jpzV=XT_aDXwiZ?-FS|-9ukxF!<1@q~SXE4z?@wB-#Y}?A_wJSN{ ztV@uZPCtlC_SLsCxbNYhIn;HOaLG5X#uJVZ&P&nN>BmlbKq?aUUU;C~z5fNuwo!$J zoUo;n{QSUyo2wp*GTqM^=0UL0NwA$XpSZl8@ZvnyuM4nC#qdjw5snxCTWcv>y@6J{ znFS(^%%V(3!kkn}pmdupb>--`#@tDpS-7dn)pOEe*_L5!X)FQVMoJAkk;agM%Pyb6 zjhCLl^p>3@Zh3^Z*OuTUlSr?3k28>+Cm|$uGJ%qkvX5R&?hTjo;!vBrYVYUu?MsN8 zDTHnS1Jo!|Lcj;9G~@)?(_iB-PH^$JAL{!($t1Db>#*D0+8C|43caWb;pqpb#vjHG zxUMY?72?r!;+YhVQs|maK_HiSCP_~^PJuuCAMFeGRo@CB$Rt}p1Wq7WEq*rW2 zSvFREGv2NUC!{*G;bt^%Myl-xk9Iz4FK9|5n9>xqA!p#kB{8$6SYxMGsgaY%?ZgHD3Ul{x{yKc+u!#C2^`3Sx( zIcSqB2o3E)q%$th%OC-trTz3{?!EO{{D9CU z{?7rV1mMv%&X_m^ugCrULkfZzx^_Io)?YjJU`{DJ4IBPM*QU+xn$I7L*V#VZpQ0dLCE_jnEVZd<{jjp;p(#L>S{jw+0WuJ4E}Q4Z9KVc8|$nTzX+Cdg6^kN zSx5v@f)y1MUzsK}&BSVyI0*q7Xd$)FaUgRPc8@^WF8@O7ecnOi*mm36Dr^}fWLtcv zS-RRM7y^hb6s8<#0UUbKo->z$@XVGXb=oWL_s7 z54K{pXZ8e`-Ur0o-8Vpn!+2|I2+f*B@RU>V*3=+Fp%47}zvaY#9rVHxIGk9t4NdIv zbu{5{R{2_TjYKwgePD0;m*4O9MPsBNc^WyS9M1)3;k346zPS+dwFNj$%_z&lTE51` zjV$Yk%x}?ox1$>xRF5FGxDKH#G`|O1Y2YZn`16<1(lcHE;&-ouq2Wk@UK*ySC&f>0 zzMo(JDwp7p5>lNN#NSarqm%+o(%zMzVCk<|J7zw4<$op+wCG91D5*=5?Cy4(F81Tz zC_pHSmT)ou^-?zWnpcc)EVpLrI8J_0IQavwZhKGrL3n*!GSgu)3MXT_#7ROzDg&C~ z{@Za-=?v1N(b*B>p$)r8bwviPKK#=1vp?`UPzXULlcBz;o)N=F;0;yKnJA~+8%790 zOVoqzF9%@p>ZOdXt|31+f8b*6{qRSnaA_JG4PMyk?(gd+3#8-n&mJuvy{+i&i3Ly; z)EHgr?frLcVh`Xbr5Lc@igqG7FmtU#XuQke7G3XkdD@RlzwuN%1>>i{4?hp5-{?O7 z!_T|V+1-0o_QAgIfah30;?^#uOM>>6oh)4s<4ZgU5odjChM5x}zi2GTFk&CHXds*v zg%gRg>G8*D?OH{=Jp+kc&~!r0jRe-bO3f)V2%j<&t)M{Y6=f>+=o7+jYdiRf86Y_n zejm$m_q^Ume&haL-)kPc$Meb(s9Xo(b#p+41h0TM+8rKErfDb`%CwTHsT40h z_abM^nL}P)9-7BX?(pG+hYlq?Y#5vV^ha8rxgU?;03~qD6!9b!pLPyT#w50UIhu7~ z;J5U`zoNZQKi!)Sxu0$nlty*9owW@HR|kCDblN7C@5 z0ihsEpDF~E;&^f5(PnsoQC5VIlD6Ofoz%(=1W%iRR+NX97sl%7?tSaFNPs(5)Q}7g zwzsinpGQwUKL0=9M!1CiPUH=Q@PTygG8ve>=SE4NTR$9m0~wyf9+LloI^qugV3txL z6$BDxx=khvZ|AppP3z@LOL&A34e;sh0wz zhCXpT!JEEB&+4_P?o_|yaVt+h{e6e`erARMmqY7l$ZJx7t`Ypqjd*6Bh;kef4?ard zH^0JeXxr^=qB0qrSQKG&Abei8$5mk=DiOy?q`gu`Xw4cfJNGMMvW0rQz z$UvI?kcVi97q)A;}jCJceNT=;%f|Gf7YWx@@!{xy! z=lbKMb|(4DGf5tsmtoUR3)?=>c>^`WbgsF`!-voEqRK~dXY_m??Vih~^e~tETpW9K zllznCld8|>3V`s3D7^V*oH=v(+g(5Aw9`*y;+)g5x}T%#cfW;X%=M)QXzfTT@OpIG z+k5c)-M$Cy?cL<&g@{I6>?bGefA{OTAu?UsSA!b)Ix_TyFe;5U{b*6dvx$Pu&bMzliEgJZ|MGoABFVwr*ZS*yzAlG?UzdN=izK2Rx73R)QBJ#mtWt@Y9M-lo~Eh z+GcwAOWQE!ggUvVpaD$`-1px9#-zS0sk8}>BBvm?aH(&AbGcP31w*h1m?X42WaS-HVdN0JNxSBxm>C9_tV|6mcHRUA~ zhk^rQ>&k#~Yr_))q(Vqg1_WlM5MK9w2WF*6EcChb42}W^M92XLRJwl(c(O=vAoDBBBv!xwM z2!I_8QMT1b-7%=$wDDq}c*?kvcFwP|Gp|It#F=1k^SpM*5i*d9qFSJ0dzi5jqCi$H8W@PQ~xAd#==sdBJ;6e8mw3@@{H zEasytpF${b4l+G$u=d*?n^S@Aw&4UjfHGcuZ3`G)6wZK8 z{_b#%30PS`vGE;AksVniOl03$ z@zo@;B|3?19)zwCgK#d}j$&JDlEt+V&KRG^gsLE;%KUf@v5!I6mw16`xkc-aI&iM_ z{;u!Smu9atlW`(-t7u>U97L7^kmx*-A|)|`g&6+Op2a@^Yq!n`QJ2o+(KJX*%HutZ zxqStbZ-0?V9-Ersg$$WKj=b4337mWq#<+1vzn{H>q{?>OYCI`jU`_1Za7`hEBoc|x zv-vKD1e=J|{*&CPH)4q(UZ0=bstR^)+`^PkeU-7(XSx8;d)-6BIHvYnL=FMVL3A{s zOC4Jo`;gYhlQwaYC5TDdy=Q=BISAo47&S8v-L>0sn}_QAtTG{t-g(~p3<1gd^&P#Y zrrn38R|=Pqe^;mLP-^n%Qg_JTY%;}Dj5_-MZ>;&tFLn?z`;k) zosUrR*sXYeGmG@!sypHCEX(?1M;d+j~Uow)Tqo3$M_00PKZieaO@Tsk+zzn<-(tIMXc#>dbh?%t}b z@zK>`@!IkvS6`URu+d&tY&(1)qAz)>om+#I(-cXK`Y ze%&qTwD&YEw4*6h7R=P65ehZw?)mI3EiLk5T4|CSwjgv3Vd(o9{Yp7_ygup|FJhIE zOLh4yysO@1LS{P!ZM86>n&y8$f_d)6$b(2G`s`v)s9<~_~ikcY2MsASy^$+=_4 z^3uZ(GJE70Mvkc=5C|aOQFvwBHcHvOy(-@c()S+w#xVxM9%KH*I{{=N6n4g-z@O&- zCT!uxs#cT&Gb50=9flGGpW=JJzLY#)4=Ee`nwNZ;OG|5<=ib`D+Lc|jZjaL49>ZI# z)7_cFUml;v&u@AS(gHIBqk<`3p0S?0>q_|M=HYZEy=Wd2rNls^I^^c)TyaqeU%H`+ ziDQF%`7}qfn4nT*sKn8#kaj%^FFt!IGMOUg8;cZ$NPiKTQRfoByb628JXA1@7(Nkg z+ziZA0&CpKcwW69JU$M_I1YX9I|pZu=jLJO=Avm$`}88yG>HfV2weMd)P?6W;6aqv z=I!%v=`;5nQ+rI=HksBoq}PkGY|>3F$E>~(LLf|wnqh^E9#TLDt4?qsDfk*Yn{zf<33;T+a??@|1H>0xeYCNqncaod&~`PsU!)0Qga&9+nc z(d3_TV!=vw#;W%FBS(d|@ujhM^0CrKFcw8x1tq^M9}NO~eE z{@<@(X5+T@_k6FGwaRvXnwfF&Wa$;)DAE}dAq5hUZiN71H`$|d28}3laL;P@UWBH) z>#y^9xAD2q27fg+(KOQc)-7`o9)LC|El^bpb%2t~qy z?McBaojP$_kgqF*aO3V)Kj%X!2ca1lc~#Wk{Y8v?fy@$)%Ye)h8}IuiLh3lCMgFOu zLJwEsm@#}qrsE{LA+IXyj}N}i7Q!ur>53$I>Fv$bHTST&u8qr1pUChb1^voz_@K(9 zPd`ksH#ms2>?u{WbjA6fU%o(VQv@0C@ZdwM89Qqv*ME2_<3|?r z)~b4b^@n*_j^c$UR`Q1*!R!ksa?J%3sVvLoj)#`=)P0N5ih?|I-(voJ_w#)5t7mdb zWha^@`S$-l!oU8$h)i1JzP~2<+Nct4xM~KcPOT!6$Z+djZyxN8cjF4CN#x0A@J$$x z|KyVpQtMrIyJPah3k*s^8pHDqmNcYT)0`q2Z|wSg&h0tgn$7+*U59M=5vPrcXlWsmPI zA3pPhe*fk~I>}qLtLdz7Wpc8Ey3xa^IQKGg&pYGD;!e0EGZWh2+67N_|ZpBYHDqlS{X=0(jaVQ=OMVGEDyrF1HHsbO)wC3p5cdbMrG`8NeEMkB z4;;b~s*&d3JS{;72;U7svrRL55D4#ydmBJFKa6SFbT+giG!5+?xe3Zq7#=T)nPZ81 z{1~}8INe~K4Crocw3T+rja4vJ|vzW1o_g#+YZ7ds=Ch5|sEeoLJPsqvy2o zgJl!>$2>Hfir+QBl*{V9e9EI6(Z!|G)vy~<(7p?+xyrt$`+`kP3GlAWL{gk z@B5`fmN}@Hgyf;)!=fK)WkP_=_T-Mo6t66G^N>G$o`+z-9lv7@Y)+Iq)R?W~fX9Qf zGSsUC?I?C&GgHUyhUY*=+3d7z+Ht5O!Bi`==Uxm3vAd%%o7zb%Th}kbv()M>WVSb; z7vwQejNL!}&D+Nh&B1kk-~F5q$OCq#Dnx?yRetXZ~%VZ$o1+j5Cm zwoAk_;A>u?P{fi^+Pa&VHf}DuVUZt*F{8SaR;ve(H3O}2-b<@?;iPDO3Vh;I<7L@2;W0wQ2=PYgH^}Yf&+9@JxHx167?`*ep8q(f= zlV={Tc?FoL`}k?NjMw5Z{&GhLPra7r`=1SR=^5Vl*nYAXuu@h#cH~uvyoyK5VT^Y; zV}moeX3|{R^pCK*yNy?xR`5c@a#ry||J(^*fY2o$C2-m~;Pv8P`W9AWJt&9Nip3-s z%p-i&4H%=xVK+Bo?yMzv?xh%2Bk26q4@tf~A7L1MHiC||x?KAZ)}W)n&;+ZSl3a7& zPM-g-kqpcCU^@yW;Pa;x^?s(KKx%@z?hF^)QOiF+F^uVz0Zd!<%jfS)y>V~nS6#r! zQOH0Lv2rDpyG?3Xxe_&WC{B5{=GRtPY_I?4N?7%+p^9`M;aK=Rl6CXvaohbH_{p_1 zaD>5+e)JMwzNQ|3?j$@;f`FsHg&v6jChJbm-A;%17snl@5XR0W1k zS0;&9H}LD;UhU-wo1I-9?CNg8qZyo5J%v19uwOKdeZDq(nUhYFTCxOBO^sW(3OMZ@ zWHxUmaQf-UU~oYFyRUp=>OtAOL7%~}id?AQ_q&CZOdV6q=dYTIZ4dmO`u&psAVsZd zF5c%j_)a^CA#XlH^q-H>^}Syqd|r~zxy@v>!eV5=NB*Dwmz--abL&KGd(USaCebyR zItFgM94zw=uhWvbjSC4{({?J#@`` zo5BlDbz{tZl*sz^eP18IbHH>V7-QSSHg9%slWntJDVA^B#xxF|RC-WE1L1d&#U|Ev zFZzfKsYmj_PLUTpJlVh_6G&?@|-&!0>A>}f=+ zp2SfBwC9z5c=9Xb>#HI#yF ztG3eo>S973U-o><^3x#jCx><-QYobr4vNjuMjowOL_@NZ zjGdt)6(Q*HGcLD^ZLua^ZeGO|RkQGE#$nC?ez#b*qBN{g*xAV4|9q5LQzSq8mdmN~ z=CU|<|Km|U``!PgG+aSEsrGvh`h=%Csr@Zbuu|`cScrH0|M19Q;Hg4$Pzi(DbpdMT z^lz`)C9*oVaze8nFArWU8AFJ9$hbSZ` zAo$YQyC^j3P?CrB&%{?X9WAFEvi@sBTZ}DrJ#5|8&C1PfY~0e$#=34A zI})gj?dDh-8p3b9>l{yS0XqVA7g!x&w}Z9&ufu)b?g2XnP6AZgZIGiBNI&?;LTo++ zPlny;94hHPCj_+r4V+|_&r%2B1sMP>1X?a=`JfkqRs{O)ze4wUE&QLbP~1D>*L=(= zokQ3NleCiv1VRWLHJ{Tv>~h0q`4yyb{CfCz(oP7&-+x ze!PYU{DymH9GkO8h~88j)# zm^MAp6eBA08Bvwr3&Ru_1PKK_y*^hc=;5Tvl?<36Dr2=U(+vTdDCW|+4Lrj(e`W@ao}&1r$3*0jI0|W zgd0O?-awEbU0q!iq;^r5n}c%Nh@~Z?PdN`?ZV`>m8>lEBpWRFS|L&Wer}y1#jzFT2 zC{hs(D~}*7z{VjE^U!v48*#q}+ja&e7NGzmt+7f(`9rFKl7Qm0+&Ix9 zi@Qlt)04w2f~bHbj!98_lB+QAIdLA&v=cjm#E1@xUEMjD0(w#&^1}&G&=n1`vnxz< zBp0D&P(4Y84lCqSpP0?%6N)IG_bOcvJVk8XHl(g0y}o_w425+0u*_HlUv(8_H(o{b z;uHC;xsHdHJ!|h34mTajNt4m2+p|* zEx+Q3>kp+AUC9Vj%SW@gZXI(<-V+$D0P^JNA}itzW^h#!oL4s6-Oa=%IKnm`&jH>Bzh=Lf6pC ziwIqGI^MA(h(Grx=H?x}H#g7Dh;w2M`h-+h<-B0U4bSFO&D!A2|CcS)L#b14t3yZ& zP`vfI{SM=-U!VWJe(tED1(Xy9K|yP0oUOY$IlQ6z<@-De3=4sB@FeTWE6dj5s6BmD z947^NE*_ve5&XIPCTkQI_)%6Gt9dh0(_9YfL3CaRJO1w|h1A`q*6(?K4+1`FA0;;G z`_(52z|ghcJX}N9T$}Hm*C@B)rlSB&A~X%5$>X?kpAP@5oz}4q)%pe<^?7JAL3l_4 zJJOA_(Zn&!Xxo)bPJWtT`$9zLIw+dr-myUzXC!dAi>!qQsiBu}F55A(50wIY+yLoBe6U-Pnffd^~QrlFA#~;K@#^D3Z zLpy%VSa#Ld6AXnIKY22VM1tnJI))D)j;8C>?%YWz7-G`+iTIm$(VfU<3nwBtu^yK0 zDq!udsf5gS-d0tND(GfRVHYx6T^!@mj@P-c^+ocrNFjSOhF#gcmoU>L76fB*uYfrF*m-?)ZN|i!#E$5qXHo zxDtmE{*45*C~4>DxhIa}kQ)fm9`B|p)rs!W(X}Jrq*dw~B@=5%bw!9Zw~^@RK5kEa z&~T6Uc|{0tEE8YNXu_w?!u!VS#NS*_;G7}kjhjl_{3lRbEOI_Nl|WS`+Dkj2$Lamh z!O*)I^Vn)gqlv>mUIiqTk5;>gPEmkDU@8q0{axef%jj(7(Ad*PPby96^cf8i*FV=088p_hb7q%0Eq;nV8<5Mk1kDrQHZnD(Ycta|CMROb(8^K*AF zq--3GtusLv2gPBf9e_tc*e2xVWEGo<>eZl!2`@Xwaq|5g@&XV_Af!N33QP-GT!hov ziT(6*crLpHk(Z14?DL4CB4k-9v^1kD2hD9L?czg&a32hL?Dly+SZQr4?PW z-0%di|NCaDib^mGX5k>I;w9$&^>T>Z%JO&)Z?Afd>n{E@!Q6az{*RO&q`-8*qeDW$ zb35GUKQRdc8e~j27hOBTaFZ?tql!EfhP2)q)^QbHO2Td)*4%L+N^{e@k8(OM==#eZG7*+ z>o{ZlYO0G`Y3a$sV_2Y|$JWu6%}1JE;>&f9GdkHommb1Cl0kG=p<#6ylz({_rC(`; z?)R9dtPQ(y8{G0G_wmMUaN4Qwc>lq^@4)77|IQyf#;eOWvT>8cl-V7mR1x!+>6liA z3(p*aCc=X<^GXPIwYBo1H-%YtGSw-an70t0H$Z838^e=n&@{XgCm{23gQ zW=pN>m>woQb+G(CwsP3m>NbBKUs8>Bh(U+`UjP1Pr9>G($U#)v5O(?MbOo=r**vLx z(Z-EsRBk1O-V9bsP*hUF^Ups?aZv$RUU@~f7oE!<Q;Z3wk)&B? z`H9$3asvXdN5k+qbfj{~)g$i-Y7Tb%*meNF#ghwz#6LcrWwH6ZKFmuy9+t*nx}45a z3j^SfVLL}2BRnqe*lQV+u75vAa^-rQ?kMT4yYNjMo$WKZN175o?%R?_mrtSw^=#X> z|6L|y{RiBItSw`dgA+%kYEj9psQ4=Pd9xYeALaInmH7umLI+Bu6ewq3uSU}xoV0;u zOMdd%XZhYI-b7gfvq!qIzytnNH;?lAb5`=#=TF4$L$igBjt+kIv!8MI-FNfE6HhRI z{(M%fSV2`)6{}XQB9qB5q*&+sHxzQ+hr;;0*;?x~B-c6gylRtN=b%!!1@4D)zuAKJ zsE_s>4-Gj6v7kUyH3AI@3|wQr!pyUhOFI2cSn0mi7|$l^krjxL0*;W_WsihS5EF(|t&kBp;8``yM0 z!g25i_v|O#BN>)cfN48))HNYAxlcbafx=cg<-P{IGEGOOn79=}3LAyMRvNmn2pc^# zC5O5V0dpK!EE^9p}@sG9(m=`^f zc01q2+=RmiMf&_pgalnD@0zO#f8leq*e2`Kd0aT<4180j5pu+8tWHs0Nm zn_ECCH4@G66YnU-RJqv7pdeg8(hN~hIvuaSfN)L@jshVCLYLWAl4?-*_e zs}E99Uc|6bC(x6lVI|w~<&7keQ%3!c2$^NSV(!Q9gF)c*Zn3;P)K$*PcrNFMTe&>X z<*0chmd^{_CA64c&JMRT#7GUG&2q?rZv+a>b~yXYF*vrvk`2vFpIE_)b&UvM+N27e zeSI_Mo>7C;Brnh3g00DHjb;DV@SyYP0hVwWree$(-NoN_R`4+`hiSt`Gp2MHX}blK zgHYB%xo%FDOeNAb6|2tThX!dEntr`E4vr2l$G@-4m#~QjYiOhBLa|9s#3bRfp z@^BEVS?iYztQ2@Wkjf|)ueSK;d0zZp_~~DhY~5;e@?@PA8!Vh`dXUthq1EBq@5T7$ zZxj6VOMd3voy&@q7TcR_bX^Q+y8nl7+Lu@9$KI9uJl3RO^h>p*SM1BNtlB%>z*LsE zS^z2%L-o8j@0vDpIQq0nWL|oW^dnE2*dNGUjNP7d35 zC^BgnH{Rfl`3}mfVOb7JDVmy^2?PR|rb#3c!7vPTU1#muwM?Bl6|Ika?n*&NRPoGW zlbx-KE9z{nJk8{rRcXcrll-%#gcY%%+m}_ix?2H_kq-X7`VBU;)=`mLbZqj}y5;fY zq$LwtbewFtML7m`p zM_>&M0G|b7yQ9O9%8PG&8D=bp?$=7thSlMyojA%sSrX+)bWf1(=m;{VKpe&ldbOuh z<1x2ugvTH_Z6coH5ya-N##3I3ueu7Ws{`rv;2&9yQCfo4)J5*>(~;Af5N++C%s~q? zSSSjW;?vDr*fsWCwwIP+Std;gnxa{cP94GrYVMyXPzc?ix~G{>H*cX(IiwH=jjs>J ze%tq;Q4lhCZeAO|ee_kTXIx6pE*nHOx%ng6@z4XjydVz2(7-odQMir2vST`!q@~^O zF|#CO{UrnvM>*@|J4crzw0DOrv=rM@lqtXgxs= zMLJ^^kG$Q6p$X2On2+Dn|EQBDU~Gk-vnS=Vcx#l-n0d&$pic@Ud!wvW52>y??5-6Q z1>Hs@?Ol>o*JP|z4<3K0A78Y;uXd26v!IipLFLmROPD7>nrX^6buo6+b|&Aygh^hL z(ZdTEGHon*vu6@G`6P^S+MAIF(f6Q$*`tWUC4jOf5n$ zy@*LC$C&V;-!bL9uehJ`0V*UFPImnWop<(3)^&+xMVU6W3V`J+>d^HZtn3^2ZZIl@ zcfb1A*^f?lpEFppq%Ql6XTR?|XdRNh_GmP+TmMnfcfBp$Wt-mVqjh`vAdRqLpGSF4 z9}_Pe5YmS;?=`GX-9pu^|Be03o0w~ANiSKAwQe0kc-$Z4939CWskBWhWf6&)3@s0F z(cEDyUDL|5uNL#UJFnp{pT3W|6Sr`LdmJJFkFB`++#DWwu7_1y)65y^Wp_U+PoBox zZ^sb=u0A&hkFAb#2p+9LgOtD4;oXb4?znsq zW%r%6gks~m`4}EAV@A(JX3swd*tq3w%uJfG6K3Ptea+FZBy_+y&T{(R=cub69K%D( zQSY+a#a@XiO4oaR%iUty3L!P5UwapRqLjkp@zGGXiQF$-!pNE*Ld?&kGe+Y(SEFFe zBo>Z;g>8iesFyb}OvnQ+nOLU-*|W_`5yEDz5cdusYt94)}d3ogsh`-jG zeCpUP@P6a4RxT{=;--zmd9c0=p*du;A^I(bAvyh&e7^RXq0BucAFoGX9|Ji^3UEX& zrW`}Ua~b%ipi;XKQpaaLjoMX`-#nZSI#~-Z2gSEYl9St45IGp1s>KZ#)yR8KyR0hG)L7%JN{`!~4)E>*5HItqt z%jtS`KBXVK9J8a7_@*t#S>F2FeA5!Atz75tjeKw-J6(+4l07x z7;Pc6@l}X;6G~**F`*d!GdGf3F@(|6PNjVO2{g8?B4ed#PwZlJRUvOJt{r^SI2eSl zeGNv8fNy;Zwr+j@_m3I{zx*X!da2uhdVu%6oo&u0J=tah>fL$QDvK-H8TjE6c=$tb z_nC0PbFjG$qz<|PmIM2PX&mL+bxU^l$TIf-z5_`>OLG5?D|oBzBvQ5y1T1Wu!Drt7 z9Yg$0`>tsPd7d7w8vZC>9DOH48)|9)g@?#||NayFv*YoPcPPFljX5*S-&(HWkMlpx z*2su#rpe&1aVg|`7Gz2xkNhT7;Md?IWs)yf>(m6rL2sAzh9r>(+exjAqbxOW^LhUH z?p}J=WJ;Jg@!ii)oCuFU&VE_AfB8#z`sojxtu-idG(+;jE1QVK(p+-RIR5qI>TEjS zdpCPlz@_JmC zd;nVuq)L!^nYc$Lq@2Q7>jDv+v3(x7nLNUTiu3;) zGrAjJ_#oSlQVJYb@%p9?x(1SL+}g*LXU$^HtZ_vA#u44MlT?+3c=+iraP*WKo?p_! zSAX>sKmY0D{3`F@x{C8Ya3VMV@G@eN0CzsQhOhtPDZcujcOhMc3Yh%AuU)_oK6?g( z$sE7A?NxsI$LD$J{uN-mgc?e@?Oz|~>hor>qH%!79(jPCk6y#zd#cffpyN>u1FZ=?H+dqKa-j0w4iF@wDX=}r*u0-W6{1Yc2 z0|A8Ikpvs{OOCDyQd49yuGGh?TQhVfBog2Lktn`}6rC_@?_C_N3Di~Zl1wcG1SgK6 z=)_qFV;JV{^ScrpeCLtB?Yqu!6;4r@*jOK5zEASdcumlT>AqHeotE@jWjtLW`OhZF z->&eHc=lhI$qd>!aJ_I~X_#IvTU)xDrp$WA4Eh;#Gz$loaAImMqf18b&MZB6zEgp$ zYj&?7Vtdo_lV*VaVBQEiH8Lgf3IqJ-dm|h9% z;|_fTuyKu#X`>RHS=L2yYye{$xx|rh;oc828s((v-SiNHTc0CRJ_D^?GX3jt@(GHn zPQdVm-r#T#AmB z?MLFU2BhC&ba9-VW73t1zAHk~!m^OUBh<@V&Kse8j~LqV@&dIGxP=1T?bx#8B80%_ zGq>AtI~#9Oxn#pJ20rj!CN@-)E-J-%eLa=YYX0kV&7`ANaYEVGNv}~9DHruNoA+?n zB}gG~vo@vq91G(`OzG((6|SahFvJOit60-qMJOHvXXw+7^NwO;Zx&ZUf5v{xW?0){ z7^QiwEk(;fo~HgRIp@Fv-)o;;vDe2=0LJ78w(Bi{rrwG(Dc(l^vUd89Z2WH$b(k4U z6CT*JKeR13+}O^j>%{=HtGpPGQV5@k)!s$(4PV4=>+<%M+H%I;_;dVqHH92;4XQvy zFQu3NZ%CX1*_?bU;-t}aZ?WGOax=4nw(plP@56oIclW$MXuzkjIwZaK1gO8tBM9oe zJAln z1YW=WZi*Wwa(g69vaKCgDgNJhA4#cjHU^m+lAK#Nif}r^>$l&{$+Kp8-zA40OVwIo zZ|%h1(uvO7`|WnwUA^QtZy|K-G_T?05XfsQI*x3b2h|`3{J~8Bqygl--ytO^ z5^&-%lH+GeW=$1L7$b>*yKX*zpg(m0pr7Ab;3XxgHOtzJcI(1u`ZBF~SW>SRJi zkf~K(-PbnKZ7=FS#sSCJ_UZ8tlYb%bh_pjyj$FEzh{#bNN;A0mc?{oKkQ=18 zcL2**$rYD>nBV+!87Rq+Q+nxb`DU6_dJxObQ&Ccda{I6yo3OBPvs;nA7(T-!mrw7A zG3rCPEH!x}Kuc2>J)H@rmAb6710<3*nc^^$brZQQeON{nLJwb5)YY0#g({eC1n5u> zgW5$MNnSrF5UP*{Zf_Slm&I%tOLpP&M9#UGf#3av^rQEZU%eb{+gO`7fKnKh)rero zTYcKaKYbRtWv?8demK19a*cf;o!u5)n^7I)k&jPcRLoaUg}a`^5MukWqhdZD`S=8C zi_F~~yRTyG*XIkLv2FO>Z&6E^qK`cmxoD9$e#agQOO{|9cbs>OZ|KOH9!dOTe?d#^ zOparn)A`@U-MqN)Mc!vE#U48-&Pp#lfr+4#s{BQW|;C=`CPJWZEpx-6xLgOfi z`4lIc%jxN@rc2I7YfYr5my?Z7R?4&Kca0&uP>?&lW05{G{_P z%^g|JJE;PI#~1Z-$AV5G0fXK_i&JNpp|w7wyaieajC7vt(c>6A(PGn&zC`Rh_fcX9 z1|NM9l&07p#t8dShrC(5m(!(`=Cx&A7!pR+hFQM68-Qbusiwa#&1=iLIPLTXq!b1G z;lRiDu+QJw8=F%pR(5PcXo&ektmxcGSF)dmk}9TGjq{rQXiX-crLkuVjeT3OU5CVusx4(X))hm@oM?yqSnM1{O z@2BY0IT+#ab{~J_7-SkJnI^S*(|$FS(5@o2dJ|4EjS&v+cktD>ANcXMOq@K>3{)0$ za(46P?fQ9(5Ht&c1q3*N>>V{kAfXb7h$8=RG3L}9CJJO>MRt0BZ5wtvPi&O; z{;&V~6uxMH8B;t?snr|Wv6FdXHHG(Yd}`Ov@8$WUh0pKXOnqBG7NH@%bOo({T19zZ z?9lUbX+hL*IV+anLzVp;t>P?sF3mq5ws>KgMKZ15ax2za)89YHJ@?$n#8C;Zd{2an z<^`yU2N=B5PyA&QyT@Di2b79$80bWj+@EeD`nzA?tXW6V9e>Av-r1zT@m=iaUcfwN zCb_@;6A?MEc{vnz*ESz!>eQ)dtx-zjx{6npH&Kz!5%bIKO=Xo3_?2SN@bP@Knx;UM zkajpRH^5QxHj=NrMr__}gkca0g|?q_*!-js!ZSOp`9=bitsolZia;|}TZ2g7g^Uk- zdU~;O5!GAbToGvE_t6SeF6RZ(-)cyNO+e(yYLl?Y?$u7D5lAfB-8!DMPM};4vPD-B z(K(vj8uBzyEYjq(9}AO8G03C&IlN@eMu-gRAa`w(z{Js2%spm2=3Cg1rXiVo%y=e_ zuA;9$b?BO-2!Yg4WQOR=Cuqy|(VdH9xfWL5MIupJ@wZJ+5%q;Qzjii$X>zF8n52ND z?Q+gUlLa^3fmCts`CSd7pwI64T@{ng>SV!PcQEgxpXa`{F2zBUA?Q!d1KkgfXqV;m z;lik-CKeKGU0TGv52SIGW*`Hl5y&ZMTI*xoOJ(#A8eI8r?F3ASlxzCh1Rd+5_<{

37{d zZ`iPbpZw$}9CzGtD5Y4nY85M1tQc|EX$yEgCfF2_C;_cOZ*P962Bd}wX~nFB#(yMS zzAsw?wgn9(HXB|@amlAzc%tnz%IXFCX3MgdlnflwJdF9J+oAZW4+w^p1%?49TaV`paOHz`(7LdI8)l2pd!iobEk* zj{sqU2!IS7{&UgTi%IBV&@NFk#Fb;Ope#^^Qp&?7&;*PCF@J1(eqYQV*OZb(E=O6cjJnba7Ik-%$)zAL{3^xcqSI`S`x)b(#3N7M$^ZM( z@2RRfBpOIgu`Jz`l0vn{^P3o{u7!w?lhh3B(AD>tzR%n7vn$f z0&22P(%#cb{q*A*KVusGeJ#}1OdYbA^5>@N-CC9c0YV{g(Rv%l<({1zAp}ZU3_koI z*uq~=*uRE z_`?illZ=X0(3c)$AeUr)PYZRisv}PMei#;7YeGfi=^yB3;mR*EsxD5-GI?P|1!F@$ zr>wNj<0pInixgR^tJGao4$J@)DFs53i!(VJW$pUfi$^_<_hpkd*^@A9>&yl;=@>%=kTTyVy8 zE<0-)0QWq#mb;%^!^W1rLkAODg=ZxEU~P+V?$k#`nBWwyPMA2(8?MyRAPj{0<~}OJ z@>qwNZ)6)6{2Qk9u-=*git}7l}zEL65c#If-Uc#Q=nbwdmRM0 zDFegrC)ChD_=2;sdb*KCm1s-jWD}rM(69%##)YQbUe)TH?fdHEe`Il0I z4SYA##WE+$cOo@Jg+US*-6qjWY>!X$+#!h`Z&Q4VM<^(KkbKogYMDvR4LOX6#?1)K zqJ6K|Rz1H#M2<(4UWraTj;#0uYU@`()*&L(5I}nIYqWjie@Hy_95NgsSXqhdxL$6` z2;S}mUY=_-Qp7P6k3z~q-Bcm}>y0Zdkx8?3;~M_(z|AaNw*uSBW2=47z{$O`;;>ph zfnbo9mKJJjYZ+BrOMhP<8#iub^5n^wrb$b4Gqts~ghow58U_djRt}Nq!|}&>xnm3s z{!U8V94>u~sY(+G?#dcuD~ZeuQf2lc&?M84$Vj?W71dTFQ*vFHQWMB;;nm{HaLv#` z-`}+G__ZH;@N_P|;7OLOosLlyW^Tn_3CF&SFYy=7nDR6a-hBeW$qRVj1-l4^=W5wf<0PnyKDDVA+n zPfxO+zI2@Wk}7 zL?}*~xR~#pc0Xs%TncDjUR}_K$F)Y=?hIlq&zU*Q&b z4700K^xoV_c1?Qs?y@d$D++;(#RyEEOmyBnB6H^wm^>L7jUH4ZV&3@U`O$@6?1X_F8a=q( zzwn#;?q6t)<7)31W6$`RkP15&;*pNooI16iyPay5ZQg)!@*LK#tERsv34UX*_88X} z-n&UKLiU!!4JY3d-Y2y7cs9{!+s2qWn!pFIMm4u0r%y$Mg7`1G0Au2KR4#|!+KNPD z7+wyI5OCNvpBo1t;A zbAP2|-WPcM*;i<6TEqW-}4v}C6({!-%kk=+> zMEm*tmV20=SWULnPqKU}K|PEhL$c>>FI)+527QeB_g1Pu+m1URc7RrIcBoJ(xa3Tz z^2*2QZukC&+==~hZ;u;J-J-n|kfx3{;`unM`Ugp>G+k*$Yj-hP2faOZs8xXwh+v37 zX&r+_HPpl!7#$AM=LTuZ`G_hPv!r-CSF^97o}z267DiPS$y;vI&a!1frp{x0=_snBZ_kNypr3zxA4B6)Idnv!>m+VaqFoO=U6@eZ(czE@ zm-B(M&O{?|wMEa?LB>^t+0txq^UZ&!xHv{25ZGQDZsl`aa{1*<``CYCnYak zMChwil;urEm&E9?<7_JOQIrZGU4h=I2c|&aH%tU(VI7X3*qjhxD17thfFa4=eIMG& z5!ax5c@-IFG?hrTpJRC&`w6^gdGYg}l z9F)R(Z3XtKRR~|0H*K6+7ZQ#OYpQM(MW6X3Mtv2 zvf+yB8U3^Ga?{`c&e(C|_|A8~i(wcA4j>N)HcgZ7e(!sfH+0p!NX z(T9mv)lxtCD5Pm3t12nE{-e0}-HYh$E#PGb-cRZSSIjT)n8?E3q>)0Rl-k~VL+#;x zQ$Ue>ve)NvxTfu&e{on}uijQ%izXTkQ(iHX^_e)8aRacmGsQrz9MLsMAhLx>aUHU3GFk}wx;N9m z;qT;nUZSVzvX4lHkJ>Eybq#NcI!<^dv<~(G#O_P6P|34vj@eKg4$ED-!@g_t` zjKHNAfN5eq@+8@Uzu_!<9sdRA5V-JM+|4c9_o2NJ`|X_TolmtFnDIzJf%bHnS__2G z%&h6==-MuXfUs#ZvAmzENSgLUl!w<(!cjYFUXFx{cSs-*AQ%i13V zTn^Wb7ED!vas@&LxZ(O*q%>IcY8#G|+3qj6u1hYLCm0MOr9?_eX=y3BT#i5>FeKM% zyRdw-Lr1@2!&a9Mp6PPcWQ*~E9JlsV^5j4X{f@a~l}Jg}ws^I5J&5&inATJZz!jRT zsZj-3K?raP!EGUTEN4rA1!TlqKy2IMbp00Y8jGUIRTz#RSKDO!e3aJDXW`ln+j!0$Ks?rYbha#JvTCO0;X=E~4k>eK+eR3LDM#GcnmLJ-C_JkQDv7eZZ%_RU*R z)+XE*d7wCyZ4ojjo84eJb)PNC< z;VUge6c>{pY$tQy2CS}Lf>Y`UO=bX*#Ibe_^t`aBbc>y1s_~; zJ3pWMVbanI>ImWCQG2VR3OPJz$NNmgO7X!Zw=-+&3i5`3pYZkJSZ{CMz!k2J@`LX^ z&DXx8shn~t8fbd`UVivLFQarhLbyY(V}u|m1QF?_uZM+T;B7t<7J^bKiAYJ%>)3Z- zxWa{h8qsUzV@r1Zd$GNrMK6V+auv)tRnU}By!?AbNC@0q4%-n317tUx-l+-CwORDA z!p`rLeY;PRvlJ~od3qA|kdRb+c7js#*u8CQSj-+Wd2En=bVUd+B9S+#Lgy) zc3p&4l#IKGPEm!`{wu0NHeIPPwA}YG%s`CsWBShdo2mBhyp|xHzN`M_S`XjbIhGx ziPklI_9n@1um1<9&1gg)B4##G00pJ3nJ_lMwDEpkdOgS7vx?Z3Z|XRjmtM~?ZM>fe zV*^Or+NlBi@Jq^oKA&LXe%@cNPmp?-@Cv>#I=ElUN))QLb(th`VwxHCY0N^?1?SQX zE7~HY2SSKCA0FA$ewvPr?~do-^be3(vVy^fpCb9}OITal(XK)mBXeIjghU|e%JtHi zY~qB{S#0jvz}7QAfGRJdXxVer2fad?_FNa6F1Zfbm%zXBDW+CUqcPb;SH73A;d;+b zJ_HI)=LF6gAGXhb*aBh)Z?N`|(y?o$+S?zqlPIkS1;Vs6uHa`&zsR+Zq;QvZGvlX! zAXr+=^8fe<@nAo{`*bxIyqMy&U@6H0`Sl(Fvz_#|WrMP`7kCifd!y?N#*Q~Q|H2@+ znruSTyw$~633bhqrT6&=o05eWH_)50g<6~eGiMD+JqJcRTIiN{j5=Z{IfH-_Cr(o z$q!brxp9C*DnP6#k8(UBY4Ej?`^_^U|W)jVrAVM5KC|L+-m_YdAOYomN zf!m5r{@Hr4JdOnij{IqxyqrcR`bk`KI?60Zgik;!o2)$r9a@go5l{|7`Vk$Q2tRfc z*6CLhc;*%Y>lQ)nc%+@fXj%!z-jket}ij5sdao6Lo@yd#(gO(7! zb?f0pAky~Ne_});*!_d_KJXX|bqlL5E@Q-4G0XPR*FjKL93*5$@tZ-UVd9I%5R*=( zJTeB?v2img+Lte;p(=o(6q!Dk(NpS~eCGS``%S8N{6DS+>4&>F!=(?w|ILLJm%>A>@In{d z*9xtv0ygv}{G|}r^KG*;_U}3qb`j5Xp5hU#iyf1qCDlM{x_Az*Z zc!~5KnwEP**xlmI3H}DfAo2O%7OUYT%Sp z_WtC+fnU&<5DZlJF#fe8B%atC3Y z5CW|KDSS0m zXvZPHwcRW5?(8NsV+y1G>x-1W??QwSL;ykue@&I>Jte>^5C+=m!c9GeS^fdg5zy9d z7MTY8pp!VMr!b1R zZAxywr`KJc6}+0Ik6t>IkC{Xysx=D=9nsTeRQ&AD9skeiLom2-8424zA_x6~ctb zYpXBc6REpfy>zH?J126yM2HLxmEPQ<{wUtrk9^Js=Rc-Xgb6k1u3_kSUqgk`5hn0=p z96zI$2@PdD{?aB&ih_LiGiUIvPo2iAE8FPkNpjBI2>{%;U@bGJ)bW+iUP{xNFEZ$F zLYM|$yvik^Lp=QaX6DYU;nmwd&X&$NOIEiN3ivpA_GpSC-+pTY0nqsz$p;@Hw|oWG z+V!~I-Po;Lh@O2W{_*43Iq00Ss{h>eZo53R` zMkKV$KGX2EPg4Ko8-^!KJ9f)1e}4DQU+>>~Qwkjo(|2MilUs7sq{6JyQT#oMx&29+ zqZU6qv5X%NEJED$EP9CYR1PG=LKm7O2+M)?X2uPavBvb#y|o#Yvvw--IdrI%)KHu8 z=B*>4xk#gS0wMep$B_8*|B+g`4u5?uJwLmN*d=EXI%?7`O;v_o!2((!{UylQEPB_x zN^?^PvKF<)^YBNfk#PnHIK7ByG4L|OL#eu}ywEshziuV(7}SJ%DN2`9H2|s92K+ik zP}$^#!^}ZHMTrX1V+VPzaUub8e|O&X@4{VX$9}7{i<9psJ+KOYqz3I;#5-Rh5FUlv zg{Vvn`?|`Tf+wbz(0G0wfwrg6cRs%7J1`{Lap2*_!`j&6jl*WIG0EN)Bz#?#(B*kD z{|q3j6#3_T74{+zJC)1rMMrq0D z@*XZd?iEItb<*n8a8>$gCj4j%TSX;upIc|{d%?0_Dn4@ZON_4Q;~RHh%3vn4?-hVr z5DR7a&kG-=wXcj{K5-6tCEo?AN$gbjC*CxLy`d4i_!YZ7W>3Sa6lN&Q!|MmB&TXY` zq5{KDHq}e}iUg2P!GcWmRVy%hh}3-e+w^^FW^Vgf%3sM8C87v3iI>)A6bCmGYOwM2YK>*g0&zFbNhr4hKaAHidGzC&%FXlQGC%k zwA75_&gV9>v8e~NmruU8W|7hm^*KD>R>NOv#?nz8;_G)|ewpeP49p04MZRe(;p1kYE&G7x zn%&t;`jzE-HShLDe7=#LE17>MD=a?{!0U!H5lDNvI8hD9l}O$*PcrX#gGu8AA;0Gq z3js$O4JN9rnDZd9nk&*Cyaj6b?M#O4|@Bb8l?-hW;=cLmfj41eWsa%9q=A5|H5lb z;*znVY+ARJs%VxH;*@6ZW2ygKs2RoGKRtt%MX%Geb}^BNrY~-JdSoaajP3au0@Dlt zf`LRoA)P1hRFiisI{W%5@g;DTi_hGtCg4z-I$EPlll9$MPHMTAj%tgo&Z&%wr zS1nO$&&Uv3fiMwf1u`@PBJ;=vkEPizW6?kl&um`BqVD@>PIZ!V@&`WphJn-FN$Qb% zh<*6q5T=Q?ErPR8BJ;!pI2~I-2y!n!i@j+BfmyRLDr-nR@Gp{g{u7l>csbIJJ*4_! zB-iD>{~yi!e1B3v$dqJk#as1n*!Eu7C&@Zqla&Ki5ufd9AGzRpy4zwH2tNGY z7m19YPVd$T)zU(1HDrWlKl_K_7nRk^GLT@$Y0nR+3oabNb$96Sec>fsAKCv8t>0=|@@4`2CsEAvbw7Y zS1Y3aP$9PmY~`|W>l&H|I>|d0gSj-_sX-L_z#5(%i0`2_A{Zom^2u21){%MkSpdSP zpN@a(R75a12doELL+`upj>`S19OV+5t-h#cU&QOe7~k&@i= zuhRF`ACiA%86px!rBj5@^y;fJPrr!HMd`WjizNQ=Ps)G%Rf4CUR|MGN{zxGsdePuV7m-bQZx50(# za`@EMaM@XK?*h2-URb^koCD>T-c8I^DoFbUuh#i_>7-E@bIUO@3*q6H7^&2JZYqo2 zAKyPyOM~4X$4zD70Q!>d&wi=#(n>Nw92hhVT+^iZ_~QYHKl2QOwoTl1$pFE^G&(ec z3_2@OJtpSV9O=ygjL{axL<^(d0>GGPq1t>nO#vd~^EhjR=&am6?++%}rjQi3_hDN$ zXn}9m6nx}^e1xMx?nXAzPu5D z8@_ZtA2@3|kP^*gO z{w4sbqScf|%195S5JGU&s96BC4z%pvmXJ`A(9B~LRcisnD6Z!f7V2m9Du1n;rna-+Zt#Tn*0E` zTC=n#PhFsdiFO~ULM~rWxum6!e^gB1@#1=V4Ie%wI+UD)&1!57U)Ua^v z1rVH+utdKfLc09nWpf9r{;kRYd5soq#Z*&kLN2e;IQ7bl67({A82BJ#S|(6u|ozxXbnNX z$rLody6tA}`c07PQ39(#l3P7WaMy2weD@DG^SkRlN6>E$nax?I-c1c_3K+TuTPsFQ z%F?)~gqyxoMp31Otu-J2N+-|UQOc70Yl-+Ic?;GrO)_dynx(G>nRRRyGvJ~v-(IC< zYs-08jjt*g5Vmcza^*@K$03`|Zf|}kkNEkAl_cBR-<9{>*w{#8{2l-7Emv~GCCy~!XdYczL0_w&O@|T3#<=3DK>`(n zsJuW%^r6ksFePMckOKduqtK&**!T1@_pEZzE~&fwF&ct!TopPLLOdoR<9c=MN6L}k z8rBi8F)ZjRl_O@XEJxwwT{`;G^d++7^A1}05Ev90Ii`e~nOnS?b1PnFRz;F%gCYp($#1d)@W{38&U1OvB1-`~KEL*LC{7pUhF3%ql5eA_#=_WO`;g#N!n>P2v~ zZ$Z(bLEGMsO1(4e*1eIuvUs8EML=-r=u0`ad^W}&z!-s`D!2pOb+yZDeXns}>wUb? z^&)v?As8A?c_F~+^C3)4xFLrVHxJuq;Zaa)##dG|XY6E77&D2kRD!PLAX$4yu2a^w znNn5DsS~DA9gVTLrICfr8`vBl@cI}Jw|yWa`D}{lq|2F8-pF9<>-_%e8C>?4H58SE z(fzIb_V*8vvmN3C{rvhjf1$X37WgE=T#~38%GZwV;JWGE{QC78Y$Y+I^6KV|9ULs8z*8>qdPtcX zuAAP?^s*dZc{Pe7wO6z;f^akNa-D?_HnhX@CtuFI{BOwjE5=TbVi*C6eSWNl4389D zO8<%+(v(Bi=VheG$wzM)(bsq15Yx5#Og}R!$1#{ov8lg(Ck}`svj6%*0fI=hl7Vy* zSyIb${bd+|Ui`<-0?WiIE+-tc&}JnDqVSmmmxi^QhV))W5BaA0hWX_P+_1}pxoOV3 zVlv%rB{VnIF>YJ~XTG)bDftOEfi_(5=C;2uZmjy{5ac6yUOpA{WO#Y zo2?9l-)0~iKuCe~+1P_N)ip7$zVvuLFn0`7SFWJ{ANLYpxDqKPW;l#?)eiDlDL`rL zR0@A}6;0{20F>T_87rw^9de()}h6kdRu84=%6*;MPGW5Xdq15%F!C{WL#+-u2MAiZDHP+ zSp?0%yHs}`$Wrur040-cOe(()pB*KteUukxNhI1SE3HJo%j=2{H-7r<+r*X*27Y=I z`PbGFJZUDfB!=D5L;9J;(`WxNOgv_ZN+wxiDP)XkPkn z0+!;HTkh2cETv#vT?rq)_-Lk%s{kMt@$=f+4mNM;$30XA@%Bn*X5j8Yw6Jny;MMN6N1;)IqjI{<-U)&#!48k}0JDb1+W% z?4yW|ufyxFF$8z^%-VOE<`rIDUwji-{rJpsl2#3dF%f;~cvMF_oo$}YdWM>R%d+v4MfBb8XViaW@l`0?)IQ{l6%>}N{!frmbn1D~7Fw1g zNB;(75UZ_|jvxG--oM`gj)PfI;c;y`&f($73NQaH6pm0)QjQ@dRi%~q13_}un{zgV zVW7fMo>~41IXjP5+Uw!AkKA$n|MREAYW3uDIjXCxDJdx-m&*|fg{Z5mLn(!2S=83n zQd&~N=5z+-IGEXf-1q=05J720!mQ-j=nIqwGB`Z}0&cNqE=W)gq;rr-JD8~+4DFE3 zz-#LTU6~+mGR|z>%sKj13|F&CjA22b<}LO6u;sVm)u~RZkbLVsE`JGSXpKFFli9$U zRi9?#V3v7fG|L-&yfWC&GykZicliW}IJoZHbASl}RvvN|yypZT)9NIqA(%JSWOBXa z_7`kYDZSf!5kA0Y(iomabHy}Pj6Q`AHU5Rmx88%)?t$4Cd%5RG4LK7YonFM6^ULwK zJ&wNfkr6+?B~TXyN5i8lG$)PLRM)w@_)HtgLS6M;PbZi##=#CiBmk*dU^IGa^4*Tw znFqw#?tQkQp$^ANF;#i^ost66A1$2!5OVeUOsZy1Cfh$qy1Sp;K;j6<`cA_=_QFok zritU)nA0ZXjB8+UeIuAAiN0Pc=FUMEMRC%poj8()i?QSIlaq^H8PV6bKQO4@@DcF^ z=}Puf5h-DLTO(b`euAbSpJA}NV>64JS5sG7$!l9SkasNVOR8uc=t5~lNhnI|Ko>#N zPss0`Cu8Lfpl>8Q@Q;EzHl#vpft!thRGd0#G5>Yy{hT#xDWG|IbveI&CB}1`0=QZb z3n;G-g*td}M98oB%K4p4ug&3VfwnY>r~B!=0e3`;f61fytAJ&YMSM z?py+sCnKZ##sh4*Ht}4V?$iLS@h&#@wXwOseV@i0N8?+c!oR+ozr6Y@{;1U*Nmv!mF>4akLp zru7@awD&rX;l>sJ7}3xFhBy3uxZ&h`oRZpm)72hM;10yeFIoa!T?DEspr{CY)he9c zKHTnJq+y`6cTaCO$KGY=-Cl{(UhTt@Rj<<3JBUw|5qA2C6-UTbUrpB0M1$TLO4HP1v!p3YdDP(Oh7bXB$B0$OOiIEAuW!k+q$x{NkBu_|5|*S7ijQ$9I?BO_ zYJ8<023vb&9ycXOt~Rl{hNq{S(t@DRX3?f8ILe^Bq8p_(uIoqHKFTX{eD$Lf_|S2) zkk(w1z6hpP6c6{4t{wB1i%$!PBm^~|YbN^HPKbkHynSANbtRDA>9u=c#~mO%wFmVq zFl2;dCYJGF|5jdV9fPd|W?(BbCr(6)2xx&C(yCB}YqjBK2QgHDQPeTRun1Zys&$&Y z8^l$h@`I@SDvZ!n5CM$RQi?9Q2&1x6y#C9Z^wwo-v>ui<)xOW;n6`2}xp4`1y#6!* z0n^V1k3M%Vs&o(h^KW@>Q{$iE(y6M*8zCyI`-q7o63OZ|&8?dpwj`iPWmxh0O0-tE zN|8xs33diZrqU!6Nwn4+d+f1TmW7lO*L5ihhbgTX&D0Nnlk}Emg639K*E9Ii&(R(+ z$xa_bL#z#Vy^HRXdkhl{HD0}~E1In&%C*R6v)sEh!o6#1`PJ1CesqrDd(YUE1O)e9 z2)Eo7;cH83N$1-+e|8q-T3ABvapVt1{MdEDh$;SfUxo~y;^`0Hi$wFa8!zYP`w|#2 zh3g)va~z2Pn$8#U^F^VqM@qC^AY$3kfaQp7yO(0@cfU;o(8$GR~Gp z{B!2vf6o~n|CN*&qZ<&?I2bL*4g;rIfYcZb^`8D!3TNXcv}+;EJ*;)5kfkLA-*W}w z54;a^##D;NjUoBV|HJL=^muX(@}$wO0z=|2Eur-b-yqk#g>V1z`-~Ykj*orxqh76} zVc@zhuIu9S`S{z-H?yU+m3yCfoSDx*!0PvY5Vx-%qd11Po&B1UZwE%~;vI;+_fr&- zppj)`atc0alXrud(#BCf6q1Y^LE;jXDbj8fTlol^X2-YEual1fBXpZyexU49}98zq4Ez7MB=XvDCJRLpiZGFIiUodx;$+Z{wIrEev zwiF%BUk1+O;lcT|J5^q+PV8MB$SGr%kLacU!W;fxxIYtKcuBdXRaMNNGzl#Pt?eDG zXkgV#OJP>ymRZEm+)asL56u_vgRL$Em{M@%g)?dEOz_+@ z8_=dC=O`8}Z-ap6Gc8))h76cI`@%+qt(be#cC zSirbZrQFqc9*Wnw>B&Fx%(91gwDDP{m!8Z2&Kgf*;-h@@ck{6GS%lnk?@q6Mub@5} zW=7D*(|vK`T60XuM@7ib-7i1R^45g}Og}XxRa|@gwM0cf@&1=E?0znr=HfSN&^`wl z456}K-Jc8vP}vMPKHNzIBr*a!Ux7b%G!Mv+@#0_&tv%g*yt?A$de`FwUXJ;%} z)`7ziQ6Rm&q|<5czwbU;4pYxS2#K$v5*;w`msOB@eK~SenCP5i>3?hix%O66caF%6 zqY!=rUwIYcV4%}NU>kle-1IW5t0r>))U!a@`;3fl>*Xj=7}CdijSIMN)63X~pMzo* z?T6wPensD48Q=fL0zUJF1ky11?ayCfAW?w`y69oybM(d`Bm|Za%<%asl?F-W(&@V7 z3gZ+Mf*Ql1NE(bX4E#b65^u1E_fxK!F|rf8KlX;df0pgpe~?E4hTywr2JtzP-~1?p z6$feV$i(so1k+WBMmxu^Y>QlW`1TbcpeST8sU|d}J-JOoP+#UJ8Z`EEM(+QI%wRFW z(gspx$1;%coDQRGHo>w6%wTL+hkF=opEnXPNo^yvT>zm4ZK8rUQNscO(#li2Zh)!l znwWL#VrB+xCXFkjZuV44=AT4(&WZS@O+$u4+kuUuvN8Bcu;taCp+b`|L$yRp$C0;9 zBGD48%-|u8Bpw`nDWyS2#{eguSj)B7PTTH0|Ms_wkTS4O%|PGmggb@rF@{jfj!dcg z(0&jNNXTsnlYF%p6a>cRh|M2l$hvXvEWg|J&xg+`Kk#!Jm0&xNAA~VsFp7rGCivgs zQPfLTcB37|NypXl^KZ-t;IrRxxZ(HL@RxtPmD6W54wH?r_rR+e5X_kw;9NuZIP+pS`%>anqj)3_bRAAv(Hd~EeaGPV=b=R!X>Y)c zYusQNDmD#$)HHC?2*<`XOho%8LQ5XS>}e&qej(Czp{uC?pal0wB)B_yWWkDk2Tcn5 zu&Wd+*Kc9v+SVhBWKY9o7--j_?A$Zxd+>33FRo>I)WJB66ZZ{ipanR}!BGwxjdpFK zu@W4m7|iCWn|>TUO5l^#RQexfFcqM@xC*KB*tU(~GfC#t1dJdNe+2X)=zdXO4@Vv4 z{frw2`Fx?vT@ad@b{sQ8L}`$IxPLP|+zM05px6f+;?SF8kIfnia1I9w=jc5#HHpG| z8Yadz^Vz9?;r-Qj<6D@Z3;_L&dcgt#uRle&fgZSJUMTTE%bC zHD%B8i&uZK|7%slQJWK-t8Ctw-fb(JCpJIMswJ;*NH};k1SFhaCHcZQgIPsludy|& zDM#Y2KC+9FXj>m)+j@tHQVJsy;IrR-n5wcclO|L!b9yb$FKR+%Ebw{72HJ6vK_91` zK80M~=7z7{M|Xc3BND)M+}&abU&-CGPhPOnn!5WJ(DPgXSLwrUim9w1{klQ)1c3~C ztI8Sl{--jB_--^e{3WVQ}>$nIhF*9k5(h?fJ z_H`;gb3KGYh4{iS1s(T7R-Ab1Tk0?GvP|HzLab50#jzUj0iPeXTnh0Pu_WOuG+YrN zed3UiW$pGGrNAiiq0|o4Qc8g^1g|aW1D^!n?vtxEAcGciL*>(i$Dc}c#(Q`39OcN^3k?HpS!5QzO5fr~=qXnCBu5I!3-Zx#-Ou0t z@&Y22M;C{={Ho*l#>YUT^GT z@_E0c@x_hcHyL$wJ>U8FGr9b%smwd3fqy-|n(IG*JJ~J$5Ds$kndABO2R=k!s2U+m z26{Gf$@zaGIRKQ0_`nBF&uvxfQc zbiuEuXE~ucP45~XAeejhd8{65@Zq)?B8DFHJ+)DR533&meLxR zDFSMI$50!sLW(0KA#e4>wH9PMBgnzg3~XFVpN?R~qHN7tjCGgeo`{f% z6yY0Un!x?CGljs-!za!yW&Gq?+$ZiqR-MCy8-9hhEjB!}67lqJQ0o_R-MmZq6^H6Y#YWIn(jNp^xPT%4VBmC zIrGYHUbT9-t8NtETQiY0J*5c4#V}no9zpF9d7C}f558FrB?8n&Nw&{KYZ#0Q?mIfb z(pn$NI1;AZUpuI#TyXXrKkeNvH$UKDIo>Mh>{XmQ&&Szw{nV7pAx$0b|I`2N7giz* zOh=|i1k6{wU-gv%eBo7QATX%cYnLv{|Bc}pz2H4A^ZnGVC^_0 z9)F3>|Ni5MtF=5L`(V&mcs$NFUMKk=Fa|^l!a>1=a>27o1@*n9%eM3I^kl&Kz3uNZYZ==kpv}Ihk=|G^XLFV$5WcsU)`F!DkLFnQ6#p z>@u_hLBMBh*Fi!Ef<8$ouq#1gq5s1>Domj@U`V=hh;{%Nai}$g$%`GpFJ;t~DOw##fGGy*m!=)5ETM)f;Wh!_i(S z?7>~i=8kNf$7Gz7&NjIHBQcIY%2#OE`GzN;3*D_`5b3K!M2@{ntK|)ag%VG zHj=#UZ{$}m!)|Rsm=X~T4$Hb8sdc$`EbQC=1t*5#*td~?{A11j<2O=}vlN?VMflOj z&Sk>JAAx|4Gtc9zUuopt6-@;F@_?SjoA%TFqGI!MH+;SjU%BUNbc`#eA~J`CwSx%5 zfMAsVl`rt@<_Gw?FNCdK#1Pd|Jn`z&?|fgVpxY)#a$H!tkq$=DWz;dM;H!5Sb+pSa zE-Y=tQqx#J=r4@#fy=0GePLt|&ZD=zyZmB2TsIVueENz89(|>U@?t+9e9tJ#ialGm zrYyjNFZR$IxA^oG4TJ)6du;sB+B}+oG?D*!j7(>eq91;Z?vJm*X?l>r!V-@^Wu)4< z2T2a={GGRuykpUo8lWZK#rmFBHV?ED@ds(_Ya?&xv0NKlxhOO!#nQHQJhb*DLcRb} zczJ@3a&c85-|Ik}g#-L-;Fx1D>*}yKZw4U%>o14P&nh%dQ+RCo0=jG;_YRbCV^1~9(@`8< z$o(zEm>pnAs)*(3D1Ys#;`+*NE-&q)+HZpk)#dQ1tKqV<;NAsrE`=C3Sr zN#9jPtkD;A?WT!aQC_oL8q$ez6*WVp z9CzbpoL62&55_%$?z}Z(IeIdN!F^?88J*OO%_T6jX21;cNO3)PmyRJLeV`SV5WF5P zQ07-$SGJnmr87CUDZ=d!KTT)$5|oCg zAAXvv-&=(_Cc^diujO8UIW5_@H|DpvRkX_r+EqF1Q(l!oV6(!Wh7>t6M7Y4eh)wP& z91Ok|zLh3b%dgW{gK!WdAZKgjKVmN)(UluyQC}mi=^o1bMRa8cNQn$lUl^a^rz8-? zZwBejB^b2Ql>1|aTCjuM;0DOrF2~dxYe2pEEO&z9p12C#b~WLhK{?a?BX#Qp1F)EmTd&u=UjtfsjUMfqV;+kx9S&+Q=TD6Ne6; z)LJ8@q^qloyYIf+8%wRZ{r20LKYu>;_4Nh*D>1|m_=pVK`jLm1elW{}Bl`NBzTA+V z%co&RQe$YB+v<1h1x1eLyl$7NDLv%wrGHHQ$Q;<$Hx8MN7zk+U>osB=#Ek)-=-{vPn)$%Et2wjwOoE12(EY|5V^tvY&be8h?s%Hpn*PP>{VOnpfo}*K zt-Be6-e*fGJ~~OJDTJGml%IN-jb z`h&dO8RgT*cGI2pap&ezvbNzhX%u<~$BY)B1+FUz`CP6XKftGt?dIk7C>#2NAT=X) zbfp1SlHb2p53@hVoPqlp)w6{^<@=}}e+qY0y`S5bgg_)w!g$Bo7+?A5$nGC>-y=uX z<6*FIAcUm2v;il#f@3N|^b)3Q?Q8Tq2IVtPrn*Ryb2HS{OhHIv$nxaYpM1(;HB?So z;(Mi>PamUsWSyTUH`Fnyp@wPGXR@$AhTXoA(pwtIydL#x-bbRo5gM%p(gbbU;40>w zIF4&Cnaw5DCcb;_XX`BwVRiLjhC?6(+TF1O2t%TB7D~Ak&zVj6hc0E^=@YrFe-ZzB z=@GhWtmS*{@ zf=@1;PWQ1zEK<&hi%r;_n{Wm?cAGA(0jIwMyK^JKqYoYDV#`1We|YsCp545ZjGZIz z+SCQ30Oai)dB@8=YaQ&QJ<-efvbuMx>O26S$diVuGRD+T23b^?1ZkAr?{V&ncee+5 zxbo9$4Nhk-$=e<#b?;MPNLGs|%VaSL>Reem$`N}gQ4%}7a1oR{`I0gxcln^-f2@Yv zfO~KBtuC9)wjyj5- zo*pdAV$!5ZxXPtv$$BiyA{gI7XrPHq?M%`shg|t2##O>eHF5Im`&geJMQdM>ctVlQ zxER_(pa=&veRhl$n-e_ndL>K5d~!L5(}QcMFUiuE3eadCP0m+xXs}2vkUodTrV4I* zdJ=;@K4SU-p6fQbYMP)gS4_J7H72Ac(VVM6*cC`WsC}3tiLBlBKaigP4Dk8-+_ji!aXQ_x5 zleTgwtx4rGIIcs^u?QG`+6KF*C@Q0&w3^O%FL^sZG<&gBXf1HF5s->gr!3*WPQ9PA zW-SFYFRw1=*RRBQZc_kP3t|C<5E@q<ASs~#MAv~OBeE} zG+HUoZ;HhTOrA`1-aI06=MtDa85xbf?bleYO+1&TJ2gOSyo-%}Z8Y|6Wm8`pt?@3p zQUko< zskdKnhY~uz<&TH#s~r@pm$p+iP>eDx`qrdS0l7~(h97Ak+5YAYZ}|J2(#KT@aBan) z2p~csjMf&!FMo}j93&fwLS-fV<9tYn^0B!ZDn!k%Vp0*INd{<)o=GPMmQxrr|Fv zw4s~4T3J}}CvbaUAa4?q4nZf4^qC0PCaM)(fe6XYEtoye6RL{h3ylLLIZR&kHE?tI zcs7QM(P}t$iN*VLv=oBMXfd%sgp`#9AQp&F87LmIe_gWvDRFpM{2{oD9)Q{Yd6+OnDc)$2)B zRPgfAS2EyKGTm6j%ni@sJBXNoE(ArBc9?wL;_=1`PMp|9SMPclXkl4=9@E1q6p|H* z8uHyO%&*e-J`uD z(3V3@b&N-E{2-tDulu;~wnofKgYSOwA-;C?%Lp`1LSh>GXY)v@ak7#blY02+Cm!Q7 zKfMC8G=-x;??a$QYfVp24*+$QCf~ZgoR7RWMnDTPue!vaamlV$sNB#}03QgvDFTYI zzBG~c039)#-T{Y_lwv~8#;kHt=8(3MJt9Zs;EM8kYWORw=>F9o$hU6gx_fS7^w=?6 z{@#m;CzIQAX>8lZG))#f`z$BToW&zgKh5kVPxAVE-jB6v9cD!t+CKDof?lT(;pshP z@?_TqJl}IRmh$137N!1vLPmy+8{y8aAL7ofA3~rprGxu6oY_C%fg!uj5H^*hI27@$ zZC%!D4TrNr87_+?sTxf4D;)Bcep?K#wnB2jDSocGz|WYYM)9n5GPiV` z$II!NDG7RRNG>1it7V*bF{)zW@ zb`ie%0|c+Sia#jDCcqe?S<-aJ1BaD*I^3@JO*s`pP*z@!Ml&i@ht`_n;*#yXU*6WN zA7=T<_?7P>XUelxBheVAo;n}LwwX5TC>GywClCJc1I+u%4;X#?`8c^#@CSlB@%#*< zpI*q_AMUT&H*i2Ba}J}bW8@u|m!E6I@kw-nV`2Lw4I3yl>o@ga+KTB%*D|rhNvU+`{$ps}5e$&>2BP8FbD<=>LF}`v#K73@&I14vE$+4qna?Z4G zV3aPx&Tn8~eS&~v5eNs7J`?45c9i$pkCnGbW%`MfeVo$pR5n`UxxKfByxmVVCNCxf zG?)pdRFrP#kQ>rzYHCoBeL0BJZsK%FN78n zeaOovA&;&AcW4L5`QF0a>Y5`mGQ?-Nj4d6+kecaLJ&Y+CWJYxlrc`g5nhhm!&Y!%I z_IMGE`2dcRNU7e{94%UFlu~qcbrB2($>;MlH#akC)F_IIipXR#^!4@-jy5pX-_6Cr zXYlzFl$Dhs zr5sw$y(6;Uwv$m_LAbmES84o_B078W+<5EHInMqqAOAl;Ss`(qeo7AVgq>4#=5XJx zr^b|1+qR9V+o^5awmIcf+qP|EYTLH?6kp%>+b4UU?4x8QD+f8qO7g#d_jTQ4qczJt)p`2fzu%3Y+oqJe?BOj^ry<{!MZFqt{z0%d(vz-zeVkuRJ z;E!g**V$wi@EjRe2?5>T2OoxP)+KEFp+@eoZUi>=U?8mD79=R;KJu z?AkXKkGL=eX!r`u`>T%ZwppW#d*!N%NSHzeMzPCy`|G?+xZn3K#yO?lDt8?jKl}Oq zxgl})W$`|ALYB1&%CH-soiAxV1}>*a2{jqucg-6*u%AQZEZAFsVyc{(NsHQ#hNC5h z`pXfAtWX$=)%9>Fz7#T`5-r)oDN@Gc>Gl~YTpH&;itqmvMQ9Ir6m!zF#L4SAFv0kp zQJO2WP%G%)c(+iEqkq;;Zo1i?ng)^~x&N;;gD)xml>#~4iFo&Pp7ZS=lw<|%>d`ut zg{Ek`4^d1Elf~9CQs;g6_P4?8(Eh3|!NQ!fpYB2u9$qxl>&iIW-4I1F9Vi)9md0N7 z%fHDA_~apmZ%fs}mSefTybA*Mc3nZ(R*G2#(RYhw$zO+d!07Mwok7cyaDfMKbkPA9 zgBzcI;e?*FhgEp%fMLcDCv(y)J%OYjErImsg?rxtmTyMnHvXN8vpG`U^T8LTacxa+ zP8YhL?1F1`becWR48X9rta=~tiDI51v3g?I>lFbIow-nXyuLm_Po80}DpG;TISWhJ8`O2i)Ao3E#xA73eZj+pcBV<>JH zehw1&#!uX-lq#EwK;TFl#HyixxTbp?HoRUvFxV@uGMOLdC*_kXPHyPEqYF#r562kZ zDi-{06L_JjRzw9Bm=~2kq}<&X^b9S+W87b|_3RvW7onyhgUUcfc-eT2@G*ft%oFTdIKuoVTp4HUgNXKZec0v3Dk#+ zw%Bei=FoC^AP7mlv#BU&x}ks0AsAPqd0-kouE)aw_ciWhL;WA}lGY5UDMLWOg^?@& zL2|Fn?@SaoKDb1fs094&eMDG}ZD=69gP}c~!s z*TH?Pl*e^6p#nBsj~PYf)oOtFMV&x)sD;VacvH|oAr4#O%f2?>6+S=9DMOU)y2v%) zgESk_L+0z4l4*Chm^&OZphB@c$-j@8EGIP>v?@`Z;gS>_?+77 zoZsL<;DaGktPp39I1i2uFDtb3AhpNfdB7kG7z_u*iW#p3*&r_Nbl2Km#67Y{F&pBb z+a|P_YnLKZ(oy#JH>0*aXUaXgbqD($fkP^yw+lowMj=NK*>zB&oN~x}sPxjiy48hz zS%6_N%A>oBNDKQJtubw_`E5_0#}QslF^PjvU;0v*@+Z2^{T9^ z)4}$D=~6j%Tk!II!vmshh+Q`n1C26}gbMBgY=$?GUXFB8cAlnGBZ~DVQ;oi*&8Hsy zMzZ<)Pk>*gS(2}5dh3g6%diIs`CvrglUmqiWtAkDa0Cy>c|Va?9eKtx4^+42mq!)C zU9EY(AYtqB&>CEWX*ObXzTQU!(C>1-Jn$(9=6ijnZFUI0v!fT~@<1!bJJU*)n@iJPI)(F(oir&Y*p1;%Iwa`HU3JaW2q}s@4*0x5mf!8*PUM zx&+$c1yyccIXk5vfVNac;ibZ7+>D!L;Oi$0-``Q`>ekDz6Q2h=`;q&Te8y(%_Ey>V zI0z_LP~l%(4(#8sW(ce#lL#bmAEvo~2V=*oJMFMU2zZU9;LgE6?ZX1=Bm<1K5`P=n zSm&MPv)oRm2Ywqm4paCe;KC3PC`|>+wGz%GloZQLPp0M#)oz`&2vRV5q(i`I(g zh}80^%0Vs>>@G*|qvxN|-UVT!8E}poHO4UyugT})$TFx5RD5~+`Uu5WWd=Q=#()r) zU`e!=nE`nJ+}oz#plfS6o(7w(otDP}k_XF=W2c=#($y!m-?Z=EAS)XAG=jvX}si zHIV)bwF_GpS5f@JI~<*<9hcM>918`wt092V8_tJci5%l2F*L_(k!H8M<1r?Csm!BC z68yKcT^t{g8xd^5F?q z?a}L4juO0miT-opN{!zn1%NMtriLrS3rOy?9vIEa_ULKlV&@1N0y#e<3sd-TCKEhE zIU>jfxj(+=?es=ojkg`TZMJ{lv!d~PagmFf{+W^Dba{meCE)1eTX(jaieS5`J&m{| zt*_+A)bGqBjZp=0Ch@khZVj%#K-oy(z0Ze3OGvg)q28{6nNMRy7&eFNvOP70auPM{ zxfW*0KI3tF6iy8>Y@V_c#)1#&;f2|aFqiTw_zfW>ElfRUkV&w90KoCIOz8^g z*3^-$)tMnl72Ee?cXggABJzo#V)W<)2=pn;)|q%B_lG)rUb#ZAC=JOIV-C*U#_tTPP3TJTQ@ z6~adXWO3*>zw;U9FD$R+N5@#WHG&Q2*yH2{=OLU_0!_h5lPun@>d?@9*3~G&xOW~h z6)tl2r=7}9Sj%GKOxpCkXD|q)2PjU@4VZVIKDQfDr%dKAPe|rVXV*&7#q^`IgdSN+ zq^$tt=pSDbcaooV2E--Xlx=6*_$Ffdd@b*<;GbTvxQ@smQh2+Y>@lQqUxE4SZw~6kvkNb% zLLszzczOZXjo7^Ir6G1;Q_cxcF#~vG<^!kU{C})p31jmolGz83Z<+aYcVUL!#w^?E z0?>ZP87N(j-zb&`xQ@%wrU-*wdI+3PXda1cg{LhA6yo(r<~zx8*7xDY5up^ZnYv)T zou)`?yYjt1LK*wLbANZ{r3FZcP$tGx<|L@TRocPuIFOu{rVto<%rO2`N>Una^(hYf zQn8AJ!St*&+&3!EvZLFpo9+k)iW_ZbSepBr65uh89#uvpz5}HCZ#OvP-)ao5V%J}@ zf`8GnGEQU>e@7{H2Yaw(OahTTu^J& z0-tVlFWS$WdybzTZE7^;ce2#Vbb5rT>}=7d8a}#&N@&mk1PVwbQW{j(tC)~$t`eW0 z1aR-ub`D-|$owdc#U}%5@^4)XhB4*zI|WF<3vp<@PkhMk4=2Tz4Je`5&R1Jz0Kf3* zGQaRFMa?7sHG1Gaa8-MTbtjd|{^QX8RYP7!!~Yc4;{UieTI)*Eztij(blrD-w_D>p z2Y<3M;^dNo_okAFbDEB}&PIS`4?Mkc%C{vcbbKn%3!^vsx&O{(=Yph=;{T1eKl(d- zCue|~1B7C%!8MicUr}@*-Svi1Cjp19;UAei*wA1@g5gV;F~Z(szplG+!+up!CC4-J zcwR+(=m-P5kiA~w*G~s5VD!7NiQE-%ZD5%F%6mQgDl8h8Az}O)Q+7lh?xw{YG(lUl z_%T6=k9`J+SgBY8?0f>|<`myNz0x>6e);wgj5vG~$poQ)%gDeNTNrAfe=qP;R#Xz+ zOftm2O*}*6=0YqirRf+9b~DjvUmI3If(EapwE}#$BgvzpXL@Jm zSkc4UPfZX8O!~GH+{bAf?iCL`K^6gt(a5~gD)i6;+!@|Jy;`n4h<^pNM}QLaF~ZxA zbg#zY^OJR9!*zznp_E6qu_*S{6d0J2c|x0q(FIU4h*gY9faT#fBALTWwN=6-#o}@x z=*(mpmN?lCXd{S#3fafh{KW}0iDG%zeIN8TJ8q=Bv^lFGd-t|@6p3Irm*pg%4xyko zW>k~n)ZfAAs$AJIn!RLVwq>dznf*wuHNkR<`30 zpG&W{W*GAhOxLGsc0Kur;J-BZE(#7OfW;yAr#*!!j@o-~XWd!IKhjhT$x`TRuk-oO zhVM$+-4bixWf;yD!|K8#Lw=u=dIWwvcYs@ex?e@PV3$o4o+Pz_ASqz_*5HkGHM$71 zSS&qabP(hyXI7k>Y^Ad{N>FhB0B%A7rZ{U>M!aK8q2xJk%z_(-^%Yyk z?xln5(q1G~?yTE$?{9Z^@|U+SWec}7d{XjrJ4>sPj*8|t?6nJC&hsQWj;ppHEVf1p zjGgkQZ00_*?F08a2qis45++Ervs<^UaQ-rR-IrU!aw*GUz8Br~W#T#8rFN1ap_nmP z9r8H?v^q*$r}EjY0RFcOVVrIr)0jEEwiXlb#8CE>o4#6WT+#^6&?qLz;ku9GR(nqj z-sZ!inf}yt^^6_8=EBgzh(U`-skHO*FbybUtnedPkS2P`Gl%ox*)t-P(2+UO4~e+M zgLS3LFR)u6XtSjP-ZD|xzCUJJb~y&62wmvYNdD7-vIm5?MDUI41V~Y+2hIVUdNg=0 z8l)!V%lUllK726oIvH(r8cQ87g;uq;JN(mEAR=g2odVRlI=njSuo!PdW**3v;S+KC z4IN9AvZ6rcU4$Sezk7sm-3bkET*;dhM|@^f1Wi;LnPk{T-+aF6zW=ZM2E)*5os*tf z^)pv2Hfe5D!e35cZcOHw0D@t2+GYO8;ge(PC>&@@k#sglfZ!kMO+T*EFy3|)IA1D9 zTU62(=Q8Wz{gBM|H=lR`ME|g+>ePMQN}0z%OEF@z+Nft*-&>d}FLwkdX>!$ii`l;^ zEc3F9?>c}xM??H>eNknDvpnr9eO}gPaBnR6*Agk{0j^OPGC84nyEMa?(^Tqje*OlG z=$)2|icxMycerMvhs)q;QZ~j>x$GL_;X%LSM1@OAwY!&kSWQhQ=y?6qYYE*2F7cLo z+h6N->YMX}w=PO)^6U{yeNTANE`U*xi;#GA1+v!-(z~wciD;?7q{9_-V=#|lQK8gb zhrtLdq<{OM9vlcAv9VJ9@hPCZ%ZJBNG-k|}50vFJ5hv%7_bZbiQ=VnPf~i7p4Wz`R zAODVgD^j%XbQ-O^ykv&t5qGy%#Dt)OmrkNYB^~}oPNj{7O{e{n%%X#Pf3a=PafcuR z?=~OYf8I>4p@pD~P8iciA1UqJp^ZY+>oqE%`)qzv&0c$fMF7S6o7=R;z%yCR^|SMEZVmZ3O)aDKe%2DKmDGjc%)6aB5J}u$4W!=wIgSF3$RG68M_tKpT@CZ3T%~M%yR9 z@%Vr$n_Zuz(LmjHdxlnN7pbU_Xew$0p@oC0G!o+R8eKQ)->}S|G5qtg&0=!NG-Qs^ zt7&``R+6~L!d7MU?+V1HiC219^Y2y!qxcHW1_SaObN6`3vBST*w#4mteh$BzhAv0M zH56?gao&frh6I(c4Ws2#T&QdjY85 zIO5GM@fb__1AYGi_3l5F*TCACWP$?YNT?`jNtHDuPYVZ-hlV7G6u59~cyy(I1z<8R zfpBs$Uz0p%%(*7N#T4Tm+w;&pB{#o$^X2GknX#-RV(z7he15z>OGzqKMi*DB%01!f zcV!SIEt?VJL6&h^Y+ct zzTY4h@|7|4h+p!;k*tvhebv+=iiLo98Hpid_Tk>$2aE`~(%$*JtsH7+R7=Mni9ls^ zq^mEh%Gs=|F10K+v{i%`i$Lk5k#bQiM}y4!yfpX}T+8^j|2R{+F>QGEBPi&p;&Qn* zf}@O~Uhj=F!C?yKpr}r!HOK3F|3+nH7H6BrV7Pgh;%FG*1XV&cY_WL|>dmm|{JI&fgenZH5vzCj}>b zbM!`vlaT=p0XAVxfAqM#uHgC>``uT#rr@a;B%G0^UEPI=%R1a9xqD5>!fIwe&$2BC>rO)5)?zf` z{a}@y6v|X!$oq+XGNIAPen2FSa0WAsFP3H(q=<^K;cFAK?K3yDqPn-J9@$Nna#VB0 z+4};3R2ayO*dJS=5|r0a9gTQ{&5g{SGGACDL)HRFF9?=I)|4W_f+fP?ORIT7nf`%N z<&8O)n^|4`j-4Y;31qcsCnq?ToR*FLq&85K;5x;g(6mJn(e%FD8F)XP`~<<&sR>^ujxq?bBzx^ zanvESQ_mVF1=I??e^en^iA&M**ZdV_pgTHYB1!e!P-vA>;y5?4Jgz#Na4NaEp~;$9 zRfa=1Ui>zgb&ESD4N?ZK!Ry*KC>Zax$Ag^lC_DO&`)+bn_Z}#b?2*#VRy<7*0AJsy zGQXkb@Do8+f|gZ%v5hShoWOa+T2qEa!j-E%%00sN*AgNH0L8(q?>wdt>zMMOt zhm5UFcFa$kH>c^b=>2nRK28*-abx*Yp3z4tHs{L>YkmYml0k{J`z%&BPabQU4#`IX z90o-yA1gmPaE?C3T|yo=tlvD@UHP%55E+Crq`?=(w-=KO)ok1{^EDD_Sx53FRBn$} zFH|l&n9Gy3oh3B(*Cl6bMoVrI50cw6J04{~hY1a3NG2(ic z*0@1pN}T7Jg)w22f@+A?_72F@sqnp5$a_Wlb5L&I61m1O4)wWAv9F92=rv` z4tn8C;U?i^nv^V!Z_0GcD@jYuCwUD=j^wDsQ3b4k_nq8Yhx5M=MI5NfD==>%r_`jw zJ&8c2Xz)v``S;ThT0mE3k!=Pr&nKK#iP0ppPsQxD^=1P4w*L0L=-&Br(E&TdF{n${ z*KqqjSr)swQZGF46-W|vue`i5k?zuj>o6FHDpHW?^~A+{zxNYURJ8R`OQXSrrKY)Y zrun`LYLwQf+g*4&dnV;`wPpmk9=6uS z)n^O}w3+2Sn&s4?m7f3(>0HY52{u%619 z7vb`lMampA^5tWGssr(YcCU(q`k9R z#8sIOXVh^|>KeS}1@0!dzepv<+V)6ZSJIEFn}pbVOGE3lg}iT z5;Y{+FsIFeSb087voqQZ5+Js&3h;;vO9TxLy0Ey&yY_mRGER#V=Nts(;AK$#B z8YLfF22mwV>kea~VZLifIbEX?Dr6o$bx6n>Y9mwS?AoZLp&@BzMp35@=U-pX+-$qK zW~A;VBxn+Ma6uwn%`-V-U?#b5f-$F5~^MdbzW*0r&t1<=G2@{go>b9i@mqb zt7{50sVRKY7w5i^gz3*uO3pJ%X*?n(D`YWJiClZeSqmkmf3Tyh*1c(6Kav`|;NV)^ zu=FftrfM-~S9@iC=IqS==?>IV4tCw>vg<5k>t|);=4rb-r1(B9xOPY4)fQU>_0AT2 zm=AsI7Wl^wL4y!lQc_SN<^ecrp>A?4VKEdX=wHNDGy80ular_l9;_dDI6$HQn_XN& zYH&o_VHE78ODM?33g3@>Tp2{nMK?WyVC4=PE0X=0J~*M~Y% z8CaSMN3^n$oX2Xp$KrJ*@-H#4T!^3;wG}wC!<5W*LoAPs7v*OTEj0|X14zshA{%T- z7lzl!cikr_vk7kIE5ZBSMOmP$d>ip2ZCtUdJ?OTAgZZ`3jcdb>#Z-hTs5rXdVnKwL)K*qH z3dKk_zLWFSiRn)g)0(0^HHL9=b-3dEm43g9Gjf$+!CqY$P#@SD*11;I3f>y)LYvHn zNOZ2whY7FIVWnSD(jW*-xF;b@YJNSMK1M>&$n@<;qUZ4}i%KHy#c2045TcC@jfUc(wSo3 zdh}XxGduawkoy{(nL*w3#uog(gHK2HGP>se4qsEc^6V z6<&dQm2C-c(kNuz#5GLLc0fB&#EnI4%5<(^Y6Nks3&PAKIET3geteC@!3BF!;Z(s< zQuI4POi>1(ucrpGFG3mpLim)mTtTusLM|c(bLxQm!lBn?pgfg~Qp0%qBYkAb`h?zD zt#i@jn+$zfW52@!{kEY7sIU~Xh8YJIcP|)J^m3sPHa)<$YVWYw(3i`Vgah6}%*tLH zL`q*26(du98t}!0AcRFNRlwRZI3u*r8Buwzf2@7|W5u-$OK)N+8i9fT1w-~TwEr@e zvWyA726wX=tUw(Gj? zWpnDEO$(P;n};=;O=)5(7z>T}Qh&ph-(kByLr!i?X7(H|eVxr$0HbR*J1e@9C5S)x z9c3m7A!KPoIcKg4!~QlxF2`1`Z3xNqF`KRHo@C_vW3=ObIHC92l4!b=xqJ)7roJ@vj4drbu&f32Iuqjct6rV7Ew(|Mg zOc5<%^_>~dVC&# ze0|uMyTm>_M{l{O?zLmiQ0!U^ia9pwtyxOn2Cd&IO{DYms)7C68t`v2b3Sa|wFWYay|y6lV&y7A zeeM%?1WH2s_~1nGeHi3R`A<>G3Uo!J|08_nQ*BY}!((`T3&Ku2u6ga+h`Jb#YqZ7= z@Ou%1jnNj=e-R6wDXsJiQ)t=#j1htkn$%jp2k5<1=)Fz2rFpMNwn{1Z-d@KF9pSLX z+G$(($F^2S#xbzs6RHX6QxA7WNd%xm^ny2KBYTW?gY+KE#k8|FE zh;CCLi(4@Yy0V89HN-6@Kg$bHE;&cNOP;cb9Me1dzyL2f5O+yTZ}+s5qWnZ z<=XF$`TS&+2>%v}$KMyvVKrXPFq9`i#G=L`4-O&#WH>Fa-&=eNCtJLqd#$(i{gI!) z!e6J* zx_n`umc$IdeBli+p%#yz(O@EcL{Wor|7jVWR0d>e1gy=8G;@hRJ`m5DGJW>;l_lPV z!~?wnM68;W+Lwy_q*LV&=H!!(tDKynlBo(A-j&fwjuWwT)?3;U&}27I%&kCVq}9zL zY+iT!oUJLX7JPT%Uku*^dEQhq5s-Ltt?(*QWrcypj8XsFOcxNw z!xm_+84L4~0ed_HWy7*Sc4dCgdqUvfd?0R!KrlINLoxEQFR*i|mL{w2y*Uhi}&=WgS*A zss{R$;;f+Z;_j!`qqJ-)ZIo}Ty$Uw4h_YPaDt#Mqhx5c5!KF3&ORB~ofNvSlF(LHg zqo01w)M!!#N){L56>x&$b)C$ad+Nd#T}7|h%SGW{*Zruajji>)3QZ`A$Z>cM!^j8& zDWBUMX43-pr}et-9zi|3OAd_7ON+(TheeFF)9+DObHC9wcD)gPm&f1na1-}{q*(dU z;^W43TUL164hzCP3@`eXP12t-=q~}}D@0g|r1b6Xu5=G#DB>^aG(wFg-Pt7&S44ta zXpsIzIO?0*NtSXvu0)b}Ax$Y(jl|N&hcivj_Sv9|ZD`1EdwDf2f^W{E64-69&m_$=4H|;D!2oGd8^J z9}K)`I3i9i@CS}3x=|ih;D;tbT!-%!Wp-LYidcyWd7a*jVF2v$+=$(5`zw+F;%Gth z6a<>l46Qk7zs@WhSF|sdFY`TxT{dkz3D-BmKO^@9S#ZyV-0Euad+q07-nS9ZK^3G@ z0p~|f6x&>$UMQ5FSoX43-x!nz z53o9@FF=1rx75yGquc0gf4{R?{uKkXTW27*Py$}Dv|`J46I zNI;~na>dZ4G16&dG+tsYXI1y+MbUGNhAR6D&kor6BM>u~%aB*R%o}MzL&5D)g#mN6 zhp|QyL2vFl*$t_}Bzkw`05-c`9MQx(DSTHn*DbydxD)ol+Tl6Lz%RgU4SRvq`;53T z&{eOG5nLQsVJ!4fhn1}mi>?2j0vl(}9OC;}n!x-F-;v$}@I8y~uCkbG^|x?-bg95# z;lDU=T0J)~Wwj1eNMhp)Tt#R&qBK>O(0)Pi=zb)~q&P#vRn%b+!#w8=U!Kna1mX2& z3_Vm(15ER(**08eBte>_nxT2<`G@LN_POKxciE~w7v$Yqvw{*u{Yy&2*_faQVAr$* zE`upmk(vY2Gt^n6f#pzAy2=J>%dGE$Y^?&b0A}_0osc9U&7c@7o0X)6<(l8vA9GT6Z?i zt1zII;_o>Mcehx;2*S_1D?$Q`oSWgAH)H^G02Vw7mo=)+HLXwwklo!tf;cR?KPnWF z5^;wA$BrEVBQ7R&C-&3MXq;}Uyi{l_J)P!0*o83H^siB=%){Tt3lQ)D_w6@1*drQf zKj8B+G>LM@y7Buoum&~ogENpuEu5>>zWC;es z6QJDIDK!VQ#+z>*h+65dJ}2-mtJIb|C8j3t%8YFHmgc*MgnwQY&}>T5&L1AW!BR$0 znbJ04qr+y z`jfJEWuQ~!zZ(Qk&$&9nb_~fydq(ma3V6eyt;gwlm#fP$DE0g7S${UD3CH8M?m)P> zZ2MRk^D2vXabp=~vsz+wK9PS9_z_CP<$GrTZa{Fa;{W{En|@GJXh`{{YMK;G7qaJH%Sn#mLxa!j%a+nu?8h+FVxG*VPUsZTm_w2&``o z?%3M`1zyX?+P&bH-^viIXS-}ipthI)A%pU*ZNDIekA!euli&(Djcz$mA@t=iRpFU4bx7%Hewg;C^NRarYh=>ye2(&+2h; zJ5pL&c@TPDQ&L-7yDrWp|27a9!_SwacJ=graEt>PIM^j&s&QlV==HtOgp_!&Gb$_h zgN`zu6&(CN5R`}!qo(?pX zjGN(=%-`y!pZgEp@Sc7ncgVy>z`i3Qwp!=z=YV4~s9LN8tNoYyCT(tKx_NOdQ~*Do z*+kLcA3$EyxXFGx>wOBX{#3jtdW}^{6WifqQ?2w34(2BzcFk*M3Pqlm!Gb9;78CL<) zZBUMnStBj7Cx<5pa36za6P(xe_Kq}FPtu~#Ii2Rlsjv0Sm5J@8O_?b;HeGD6ic7;5zT`ro({V>{S`Yn+S@-xJ^4^w;zSQ*M|R}M+VjU|*v ztRgS-{f@Rg#o+|F^S$A0Fs6&*rI)brqn={IgV)T(jFXZYO-sdLhmr5>U=Ry~gkjL(|&L;Inr-1st5e%Y*3j*#&h zunwu|Nz4z8+_<}v`FZW@SzoSzeljXTPs^^$ISxU+_|T8$jtBNa%cd!XmsM;Gi^DM?RY%W@I|NpiE2NSww$f!hzpzZkTUM6OhB-%p%#V?|7B&@3DM&P08vm$m`P!ZD>B*tRyeNE; z9e1U#^Vv)$#rE=(pSC zso?F1>@V@$IOiAg8|NxOA2LA@Gmb>_>I9yq)Cvrv(WZ4ggy;l2fV` zYh0g4S5rd+OHJ2^u49Ih?fkHv9^_j>)~;rSwePju1@KwQL9} zDWNF(=Rtf;4XK}+zIe2TTA0SVUJ^D59*9=JSw@wTb1oGkbMk zW8?YZfsPP*7k&Sx7SWV_UFXccUW`NMAXaqZUbgcECE1U@fWlFYk?+%%>GUlyCB)9{ zl(WzuhP2f%`yGM?Gwi$~YPyY}bagBKszP0xB9h)FO6KhPQ-p@bSsfW0A5l*I{chq~ zFD`Ax%-IHHT|=p9>c&WG7)OZB{Gv5@A3#9tg{eUUz3-3(?(6|i_QK?)QG;2IcAE^9iTTdu!iJXbV^+n z%d0U9aYPIg*nB?Q12J>Z7;TVTK~bHb`=??>cF}4~ddyq~C-HrJ}%z zkVj9sKVDTUp1fzDdz|TAWH?Ol^9z}MEeT$U{vM_m#o6onvmDLj_~TB^)1%Rr8&1(- zuJzUXy0C=P=MGem#Y~i{rAMb1=lr8pQ+`JcI?n-7Wh?r-8+SW-pOGq`obO`_WrN6J zz+r|QDu|AXgvpb9^KdFsEccz!;}YYp$@t~PtL7^sVi`OvzJk{^*2pyhNc6J-%`Lf z+Qn5?VP>0`KXAIC~a43)dtBPog0&~ zOP1J-c1keYIPBr$axw7{HOI;8=tfeL98)wqJ+}OjCKWuX4ZdXk%RGEt2$cN$fe#s* z0H{(sg~j8ilAOd`?Osyh2kx2=hnC~=oZT>Ng916g^kyWabico|X04$Ep1}LW`TO$W zJ!2v9qNQQ_KOTbZttB06K-bZ9wX3W)y7!LJz??ab@AD!?DOJpESC|}G21}e`-cx>y zRxd;AZ6Ij3lMB_MO?#h>@7wok$CFC{#rfJFL-`L9^2bYP|<=W z^|wV>vWG&`ckujWEk}L#ua?rT_`e0KE7CI;*5G5h-83?UnvOlBX* zXMykjzx$`blHZl;+NUc+cm18W?qc5;p9Wgt#w`UJ%XXG=;Iryck_7L6`s~@zmVmgi?9#JA8gD38Mo!lXGZfG z`Cs9rAt6KBE{luORDTW4>NoCNI{v!380;GSdLDEZ6NA52yIHRHRP^FF7C*=d`}r1j%kmHs3ZO8mY>Bz`yH8Ciq6SI26(cjs;wSsub3}E9u>rz=(Pz!Tij) zp(ER59lhRqvqKuoi8g#Vg_73ervfU)qhYGKJCc<3^_O*QR1-44EgJbB3D#~2{S`Fh zvD{xU)Uf@y3M#{rXk<||)Pfe#HtR3AVToD7C}$2}LN9#+Ovi^jKWEZ-KaB)Qys^Iq zaaYm0@gT+J-UeP{9ef)0hOfzHu_N*W?R>aLIrwpMn^0`uYdD|zGK8@p?cxv(Oa{Y6ACBt}Qe;JXPp%0u66Ev}VCc0-$-oD6;kSzB8(x3U7u zZEa0`dU6%YLt0#1gxYxSW7eOuPoR;leHoPGH{;v91^0|^jzX!d+ zi47Q9d3GEweB|XU=4j3+xerD1S;*sPb!A2(YxF~Zc8MGsW9;rz{7UBxcsPO|{2pS0 ztOzPLD^fM4BcQO=>^)iG39kO))jZ@e_DyZb?FtPOf>reM&OVd*IjYHTEFh_W?_C?j zqFTh(yo4$#sf=CNm_O?h+pE!sgo7uSmxTt$#FAAw>%!T8O+iXJq-barJ=Z>xDBdHF z096YEjsyd|reXbJoA_<#!&w)_7Evxg0leBl3K4F^kWjk0_X+3JL^!mTZ=LivrPQ!8YR0cX$5M zTV6??;a@3+N+JBVe1^C1lyu58@6rRwrywFwr$(Ckzw1mZ9Btu#rwZHHAXe>Zr{^5XYMsu z4%@2sLovEYOt4#f%S|46olP3|^=)8Qdv?$&iKpI5qo2pN8UJH-_v)n3U0l@nKuOZh zc9Ff69E$zdqMo6XnFc&j$To|9;}wlsBV9(cFpU9o6W7378H~|)gQ;nc>J0jiE3TXG zGoW0Cl9&0EK?$a|!TsALG$cy;(D!*jkDjk0;d%OCJk+AFArFYw5ZY~&0UwwdDtZft zZr}y@nMJ|=?lD;}#>wC}#v9r-U{ws7E_ZY^)9d$2|CGE4z~4q%`Z4)^BN*_epyla8hlUMWVYIpq8!s zUGq)TSKeN777xQ73?XOmH3rb~66*EGb1j6_{`lRm^f3qVf@C#Vzr$N-0CmP{b#z{+I-!AbFK5ZxT%G!+a{uvIrtfq`-&*|JIoxJ2q&r~F1k@Jml#PeliL zk2V1|_&Hk)1x2!QJY)NbbKg0Aa+D|7$dqQdsMK{D^@BR=6xnT6^v#tuuiJkOwt8x8 zo!7jZ=e_GoRQU8v-fTH7<7TPRr~M<2-z>hoM$pV_oCLsmd|q_De)dRr$@qEn;uaRk zEvXnnRxp$dvJnVCdSiVKpUJ3hck9xpf)iHO#&0am^#FRBtchxw6Y-@{`;FcCpFIlG z3>+`W_5x!Ax)M3Y4`MZ)rrz_IDjYtF`M;`C&D?!;~IS%DnlfPM_b5(k}*UfWvZs6YB_M@kVFAEm6WnPauA?`F1y9wQghe2At3U>B@yJ)mQ_b>YiPvP z9pX79yLisOe&f5#*jgD5SG#LXH6fD9U=NM8IsLSGT(PyvIjN& z>j2*{=4TKU=3Cg$2o?1VHO_Eq-giii+O8mm*pEI{J28D@=Uv`BHy2~8%MX@oR2LkJ z5TWzTvvH#%PoE!UolRKjh%3_hKSHNDR^5Q_NF?_%pqVYGB(A-KnA<%Hh14N_PmBSU zTUcz7yJhrzN45di_JXE0?+oO z?8@hyS!Z7vtIRO_?Z@?{To)K4G}`{LDiH#VWQ8ey8=Nrs?SY`1+%w7F9!e;bgTb?w zP20;wt+$gbyX%D6^_`&s^ol~`HI1Xh7?DY`02T$?)Wia_eds@)qQ$&Zt)Zc%;r+XD zG^Qu76r9SB&|x~}S6>AVC4xjK1?6plvaEyUxJ;R{%YznFOK6~CZ z@DpKQY8F`H7(>$t%7>SnrB$FjtfM#p$MA9@QyTkz@aA0r5yo`$JJf!z9>2x zdN0lJi$MS(0WjpTy7D&Cn9bEDAHHJkaYxSVf3}3@tHCz^V2JhB7;ha~Q{TSg(c4wb zg8qaE6lru+K+Bx{Is?i?@cJo$iR83+A$lDU%wUQ5f+&N!x*BA!Fu4}wYQt~wqj}73 ze0cYQXIwsef8%xAI4unB9o9&*DRM*C)h<3C_`rgLK@$A!Pck(eFAO6v^dZinuh6xN zp0k6-sZ}H#Hc02Sy8}TsfOwwHxY+D1p7n4U;E}tV!Q$trm$v^8+RmJMN|Q5s{Qu+a zw;@cPJd9Dl-S_>C{^ZQ;M2gKqqRb;~WVZX^c^8o&jje1^w#x?qW4DEF?x2*b&ovZX zG+nmKL2{NKMhD(JtoD@NCAed?O0fkLcw!oG<%(-CA$*D6?KI?*g*Ur44?quhoE1&eR`~+qUJRzwPx@18E8)LkW_Shdnp0TY?;fkc18@N9ha}W08tQl*J9K_4&y7=>-kmVMtnD` zb8-=QI%txsu142s1k$&LmmdNM&zo)V-BXr{{5H!+cGr_Lt{!3tT(H06r7_Yo&2ckR zl2$#yZ;D~aH(SqKEkQ$7+IDdT4|mngj=M$vGVFoB;)?<$9>|&idZ>R)z(RqcMMVK& zgBxxc3kn)!K3omh0t0LF{Ek+nkEwk>7-}X%A$)!tUHry+1qcBOG(x1v*>xB~HCn_< z)=VvW;J|QT-=00(TpkpH#%T5-d9%E{%fdSv$-fC~QQXEFfqqwQq#+P%4lJAoHiAN) zpE0q$T6i3T@4hU#`-B-9_FEzRFqSW_$_LGNvbd`_R8hDL=`QSEf7_?>LV!4aqhuKW z2>T}c#sf9z2?nk>gIf`~=TrugX;8dism z;~gFuM!fk)*`~naaeCLbhR_xxfT$B4dYJ&q3VHLvuUWrz>J8hOMh9x=07Y-?X=fLs|OA3g>c zM=ZFvod$PJMyZ=DCA`ycLm$h0MzmXv4aN?pG+XDPQ-cP*sRahXam}v5rbpiRmcw)d zLg_E)MBU0@TJ?6V<=8?990-RuoA+LbLN9XSoJvHJs_6wRs|Zz}ILFnx``~{K$JDZA zx8vB%JbV4Nli;~6e#uN83#1t4|3aIm*N&>2(%IRS-Fy?J1R}>3p2m(t`nd#l{=C6$ z)5zLN{KJy%#G7D6SMVyXH(FKx&zB!R5!v+&`=?3Uk4Adq ztIsDZsAS&WwjduKH_cdQkaw}q0Cw+1UKP<7+He`J^n($7f|bQ?!el49lNBnelJ`cv z#81HTIcjuX+b-5TImoH$Lh_1@P!?E1y%C@}Gb|YwT*{!h0tQ6l87IN9Yt$q*#h39E_;P1{ zy&;$o3AD6CWjM~FoLDhzGLF^L5R{53$L6ElH#4?T@wAi!Fu@RCH?85_9C;Gb*izRe zcD3GfEtn|CoBdpRC+pw%sx~9Eg5CPx&=ktk=Ex$Z=3` z80U|YPQlw=+W2=FiZpin*G)gP#yYo?akN8z%H*m}syqVkD?jL1 z!ZNvPd$?0}vaplE!*YjvHJq|w8{1-?eFqwZfmkkJF; zRSuaN?_je+o|&%Bz_IHrghL{yV%&5z)Q2^ZSu1wTbu0M;{!b=i!i3VQC({V1_Cd)N z2eDvoEN&TYMM`KS44C^k2CAu3`92b$fdHp3z}zHsocW;YZCHUx61YUL5?7R%3z4W^ zmH;*;-gDG!NVqszKuT55Ph&04yI=}U&|+7G0%yE;Z3 z-y_+aV^um;}7nr~y(ni{QS(@ui{XIu{*ob3hWg2xMGuY7OCOgYI&jrB$e#DcxbUXqHAx zPmHnJ%!Bk78IiexgkF!U?%^|0Y93fLL9o34!e!Tw3E^Kl^G;;VZ;|jGZ#NP=Wom8c*Ok=LTVdtXpwq0nUbpSHEqz%-8Dak^aL>1)W5Nz=L&plw1 zf3~BC*8`Vh&EQa^pvV_sCbG`dW(OcF4!1iAYJ$+gIt+EzrG`RpM7HBRcm^e_?nU~g zlyB=?iOU9N_IXvljTY|r0pWIcL)0MQPR0k@)1ur_L8?JldkwOdCPV@JT2&@%?=|oJ z^bIrQt8A%kRcY1G;8i$jL)H4y$Vm0o&D%`>A5fCS_Ul#Tah!)#TN5jzf4q6vFq$|n z>afS82HGWzNSLbCb_NeEHMwcaK-REsH5CN<<~5vEF;3#n4m)#nnG0xF8aGo_LpMs8 zP4i$?=Pg5O%1QFa_L)m0&3-0}MZW9R6)thW!{d8_o&||p+ z9!7KeqApLB@U8l3zi>A)AC~ zJ4`7lNuw>;i?aq0Vn+5XObm~PX>gZ;nOK1cwxD2sZrdEl1_lq+N?l#J$7Oix(k_AcO@QD~ffOe?p$T zI?{PbE_%?tu=|2~$L9N@+le7WR3aJ>G!_I|UK!uhPQ^ZG7R+<4&BequwRuAQq9czf znfey0rH!s+xuIDfIQWAnrcQRcR{>bmCcl9WphU2M+0#}qWOU`+^?S1>wpx7=_$Ln` zV4aF7s7C#X?;U`(n~oN=<{6sftTg~{XISdL>K#B?TGlIGW%c+N@%F0)9IBE@L8 z!_)J=T-)IN=9rn8$smh7dN;!g3v#)QvpRD5s#+H)4=N>Lj*cA@007x;llbh3--9K( zPO8yis!^9l`^UKkb^BfGXpGxoBZ%emX4d@e68NtSSYz8*lmqvSxR})X#Bqk3?n$IF zJqZ#Nv+FHHkI&%h>z&?r*l^a0r%zzXx(`Q*4*C@rgueSSLS_=9()p6O>#l4DLqKQ; zS6~5xxO|2XRZ3w^Pi}#5C=u*<%kQ)wK$%>YXrUoQeWIU@c#6I=ab-)2PW6W**`}mO z7#Xf#l2|KY-R-P6Ju_QU+9@`+4*@DgTGk#|nP`&&&gS5?UJ@*gI`#t?v>-rJXtEJkVP=*98@waAU+P~#$F)ur?wLa%)W8F*`X9aVD(vo|Gu((_bI8c zu#w39Dlst+GoL_9-X8t+xY+L@G!L|b3!}$BzU`1fws>HEf9X99K3H!PFfs&OcM>ix zBeM_VP=6q31FJ=!BE)RfcX5QWbIa|=ERjb@#NXj&t{&*x_5iC)Qubsi-Rl5;egSwg zLl)@m{Yh*k$a#hfE*fiTN*Fh`SF7#6eLLIg$|#(W`lpVRBe7q)C@>d=f2|W%VK2>Nm3@O3t)ayMR5%81m*72jjsj` z^$A7j%s1mraVlkh%!sSa))g_r-8%my1ba#-$ZU#`%ZKaqNbyf0UY%|HU7b1W z5?kZ{8_+%tsBq(+@etPt&mD9`1Ug{rT7;tJ?mzG3qR)lCZZ`XuM#s6j5d#m(xk_XK zK28-BAbi?Gpv%W+HTQFHWH{>!s;>zq&E|SHBuW18FWQ1;Cy~gQV{JeH;6(*bcpxDf z1HaHx3ef4qnLxH3dCGd$3%%XfwDyLzt1R9>2(^MllQmODhgJudmd2TkiR+F48){~t zf%_J6EEJmZGJQ1AnYDh6i%L8-J`%3~UVL88Qq6xW2&ZZZ3yADfKXfl$a3>BQ>scS{ zEa=KLEJah~Gf|^iGFJ}^d@p;jD7xmBxoWA9b*Hgj$jATAh4?QdT;sVWfrZEXW%(ap z)zm!(>~m)OMP8nMp`g@oZ4gw;VZ0xz>pi#rx_&s1D5|BNtb}ffVaEQO+UEAJ3mj30 z05tcMw2qr$j$O@-4dDa=*Ws*d(l_d0$>LWE%|m!a2bJ(ho2%l55@%P*KtRbhh5*GB zAy}u|Fz`n2pranY+0$PbZDAwrX;u&J;QIo$3$CwTTX&F z<-j&Qzy`cDgx&d3LD3}>qU_D*-7>%Z}8^5%{!i)oNUU)={i_xeT^}mo|=Loln<8xTm4WIWku2R{-6O826xhd z9eaGFY@HlG^)GqrXOr^?E0aKB&Fo_b4(IMgC$ZpbaTKYR{I#Dfuhx%rprgWXbT$~^ zN@`#qhQGrUO+0R6B*`vL)GC0`%hl)x$AQ;T1^CD7s~_!X>? zEVehO+Z4aG`EaY}iP+z|L-sXfG~{n+>3)JbY04EElTpgU zn)r-8g{y2N=2=RM8}wM3c^>qAs0ed=@B4yR)KwiW zNz)ZzN+CnIo!@)8TbitOy4n62Gpc{q_Bmg;`L5ENw)4ZTeUERf1ibQ~urY}M+hF4n zb)NGeF`}k`#S_1KCBBVtE2pF^Vk?D2LqoioYjUxGlJ@e&Nij{8M`2emFpa>1n;o41 zm1){-o_${FzT ziN6Gem=t(rvffTSDToQ`$H=%DJ@KCpc?8DzFi(XnW@#&>2-bs;IXAci^%k7T@C2;P z(+j1fSus&_y2*lf)UZSzJnS77hgQir0z-{QW-GnCvy?lk0~ckmj6{fGX>W+v=E3Pa@mv{S*>0AO!fHq!(#zN%A?+u-^g<=tU-VL5p@v^Y*B&OyCMN(b+y9PgS58N)X2ze}DQV;>z0EG7K2TR~yZ3 z1q9#bgqjcw3;Di(^J*didQ#<*gJqGSDQo2SHxos%!T9pxMAXQ~oihjFxTBr9Vh%YV z2r+m)Sqc>XessQwt0s$pkjpW(e>?Ltmx8Gm74p=TM3ZkwS&YBUaT~RsdY!7ECp)gJ zS!gpK8;7F*d0NZZGWzWOrghRrA7qelEq;6d@eWB#a&wrl@YVHV55DA*kk`Oty4e2P zxZ^9)U^Ra=6CvD*CiNVesJPcRwr^L2GK8FR_cVsd~29xMlcgvrT|}V&a?7Pb^;Rp)Z{Hp=_nXm} zibB&%4k$VHH2p=p(3y!o&n0o;Sd0FmHa1r5V?M&dSaom=^BVT2IXAX$G0$(;PGNk@ zWv4bPwzEksezm8fP$3V1!+)iq6I?K_kL8RxiWVm3Td498Y!gX6z%uks8b1~f;?s9&9KfE{ zff@ea&50g&I2UX^xC^P9_KpV+C$`EAu${QSMc1k&!~dKuD7D)mlzl4>_Zlj6AVfNDz?xwYWp@tMH^Y zS?PS(CBH?A3D1F0(tAe_dsUP9p5f?Wmt~OMkq8hm3Ybl|NvcNSVKri%Km|-|%yfNv znxSwxLUcKOTMbx<(MYn+!1W0KWoGCFOzQgp~A3)%?wka~q?(_7d7J%WkLY>R*Y|c#2g# zUzGJ1m`M4*RssHjUuz1fyNNDtUhl1xZq5r%)Fm2%m0pBV>*9&?o-vlfe9BlRM-9{- zN#xqb#oRSre`FXXw2GoZT)w)PVgkTyZ+C9&Gl=?00qp`E-7{8_U$M7Io70;saf?}c z{@Cg;xj4^E+URFY!PBM1S9{!A6#-Y{Alq7qh5w$2=$nhiKO^Y2vU9F)j?2cXsFpuno>s2itzQ_1B zzUdlK^gPG25e9`eEklgXtUZpJAw*2nP?K1}wno0*6)NUk6#ew|;^j}}&o=_UniWK* z_m{Xd1PDx1CGXsQu4%-T14wV0MBX+>VrmECYnTlYmknV5ewHiA&sF6)4TvT+)r3{s z-9^^h_v|1&gT+y;0D#UCHq? zsMvHBVJEA=5+`=Y&+qZ^Xe;7}J3<$5h(dvVxwZhnXA^HKIxU>+E6t zZ>FfhI2^G*7QyVhRljYEZ3hj+>WZ6Fe!f?V-w$SuZyQUjM@_@Hc2$N02B6x$cPKlV ztr3lM@5IN473oX`k?KsNpRFrbu#KL4!Y-($E~uK6!O5>>a(9WkA+6->By10+liJst zuNXH?w2uQ;s(?@-n^9&^cW!Cdz&8}xii2~UUgRHWOqUnovs#f1A8LacK?R^D=06pS zo!D)mfx1pefDjQg?E5H6L_ptNTJ&%c9BZ+wDNTF$hb)5!f%Q7K>&t;nXjSl3&T2TH zpl#(Swp!#=2?JP4F)-k~C!7lFFN9I)x6~^uHiio2aT66VSJ(QEsKS)Cy3!^t)VS+7 z*d1&R#wGi>C@)OP;a{%-x>5<#10D5U-Ihe4MOgamP*?E=%eoF?PpSe~>lQ z+0kq^@UB(i2`YS^D)p`wyIQtCGd{s%RYnu7@ccz1?Eggf6bM|jMII-WJ9U*0I zC(q&UOvrnNHwVM|!L*CgyCg=yOI6lV*vM;=e*sCEjQ04S(HXOCpH+lPe2`G+_peIg zt`jya?VyW9wjSSp8N3WH6l`67P+At?4Daq?2_NpZQb5dj?)$?bS1lGhSPgJ=6rbE-^$Jgd82Q z@%}9f`krBf$VTQfp!ly9C&K$<^26?mB5jJ_EYZv9+KXO`>>FB+{5IkN;U2*MyVq@! zP99%V&0b(JYqDPo)9@$)>=G!q2g|$Aa9A}hY*q8s8@$6`w%f3GIZllvF0k;)!|RFw zpZKpxWR2M_f#*iOIxFf2*=WoQ3fy6D zqq+_8*$W>&whiR(r`%fLujZ=|2;n$4OY#Oa=@7IN+=B~q^N2@THhK3rFd0|#F7EuJ zLRK*-iSfJe<}l}@W^dhMC7LfCIA|Z7VM3i};lJetC7p*Wz>m7yne&-yP7c?zt_V1% zw~g3=+Kv^X92APd{rpJ8-ZZvn>R1>f2kx1x>{Z9prG5<+jj`%%xnbUExw^?=&p2Wb z0TeXE-Y25r3h7&$)Cma`TxrBl6Ee|>Oj8qB(Sbq=6=j|wKH-pa?7v8I<)Rb6ZNpFx zcNTC1y)iqT_CXc}bi`E~1VG!cWe6#(j={|zE_Rp{B$V(qZZb69fu&}F=gyP)LDjuy zBfbAu?p*>T3)lDWxijk0*bDpTlJ?S16`qCID3D5q*|^=SEN zSwTc2K}*`baDF%E=Qp|QaaIuaOq+YSv4jN;uc2D9Ip^PKqqVz~M;(>{GbQg42b7ugNCvp67o4X<{OeX+!jPlHRJ04fN8&Aa z7-F1fbyX=bRaM6WzilxGk9P3y-d@*1a=v-yBpXYWEWzt5hHEkWhABaihZv+qq-Dzk zHqH1H{YUK`$qc#clvUy}L^xEV?>oAwY+;Y8Cva0aKHN2-1S(Jwh3Tya5Va@p{th} zKI7G0_7-B2oN~AmYxl}5euq%u1C`8WhTL?hi}0YX@gMIy+f6Zj$>BAD)JZ9>Hll^l zM%Hm1dSmyqb{MTp6kk7tL4<7Q1<7o;9S;^(R)^CZw`(MJL?Fuv(lY#;!;vT;935nW z#y-Q#M!p3r7uvjuA zM~9WGxnrdrs;Rctf)W9#3(z+StIRb~s+oggf9^{z#7xVu9{ks>- zeZ3b5O{c%r<`9j+2t;|TyUZ2M;O)(&Frd*x0XQ_uH*49MK^fc^UWaV{+iCI<`E=bd zfGNk~1>;fyWe@ikFcD1q9WS-2h^4l>F;fp6r2VepJQ`m^RB&igGMbdBYG-b27e8;% z>ZWSsd|Y6U?=1bQk&i=VVmK(SfNp&Nk(3xxB5D;oO`%M%jgw5I;_YDV;Z_n^yt8Ye zExJVp26Y)6^+lZcR(dTRVQXgBLG*PnLmmU8oCNpH>uHoW)pXDyC5OkpAL!Fjyizkp zzfI!QA-RQJ0u1+=fG7;cb*+nQEZT`X{?z%p|8s%+7&r2ztB2V&Z>N2~TgAE(meD%B zd-VFx;m`A74{zQg-X`mJLAK9M9#<_mZExHpeQ!3cRx3i(FoKY)(V9q+Vkiuz5C;}n z84f+VdKB=C?4PfgFL0q<;HANTEJP*sC~Y1)nFyHIf#1TVyzIMOE*mDM}XOk}A2cj7u4LT=3Ps03@KFLYVh zufE_?QjVCu)FdHU1Q#!no9c@~Z0g}^<;ataO_JPvSF^(vaUh66jCH^R#&(O~J9bN( z(Q79y$Mtrv_jU#tWoAcy{h^{#?|0I&(i12BOU^Al+!zZw620q2F7kYnYccGgqM(3K zg}xQkL@LRll(bNc#T^KFv&LFZIL%t%CX-CAoUVxrUN)z*sX_|c82JQP#T`Uaq8h;q zg#^MC(DPD@TbXBfJfziv60!>^pN5jCmz|&9hR)!J6ALQAIHBM?Rn5i38q28qvR3ha zHPk11S&{XK5aq59oF9CY-Hpu5@d{6h#Z5`a{U!AEtSbXU_xmvP6$PxzAxY9NuaUDk zCzqQ^^MhB`Ek+QRUHioAJNy)JVM~L9^c{~2J-oesUz0Ts6evmI2-S?|*-3?81yb45 zzDQ9Z9lS#8j1IS;W0YwFi{kn+d40z0GmJupIKgl}KTk0~J~x?CfU#+Aj1{Hn(6gM` z^tn8V6{1n)KUe$`H5J29;s{EGI&P=f^EE-PI-kN7lpRMjN~?L(#67g1`%k+{n<~%& z3`(yG;Pv!|A<*bbfBuNNxHOYLWaFBR&|yKYX+8|9AVcS{@I$B}B7!+w8CnJ~2!^t%mK6Rv z!P>zhVE*aI6+^&?!TV;PaN`x+rTG!Hw&N8QLon~{E|-2o#4q@p+?^DzcXiy-(sAuu z3)p`2Imi3>N=d#`f*QWu`HlUBgGcLnZ0B!ZrU4`&=nDT;3dH zFENFxtr4&oO(-uVmvQjw$ZItl3m1*w3M$}CAwCN0bi462`chl3fx+4&DhMW$96Jxr z;t;)+0>VtUlp4lEAf4 z^V^R>{$lNndnyVwtQpE2YDL?jzeYl1q`FErHz#<@F`v2Kp6-k?a!MpSL#MBMqKcYg zFG86jGaBNFh3@=$v!In|1EqhvjowuYhgDL-gx5B~~|5oNYDa z+X|Ddsboi(AcBh|CJSu(X+B%VBgA7%sFVVZxgM7s7PmWD-}z>Bx5`c*%Hbn6y_d$~ zk)%Dpb{=PXUC|Z04iik$+cXoL{{5P%q7`Q{AK_YM{Zbdnr@{B8e>;Hhu7FH!ZVxR5 z1M~>z+I&Rhws- zb19OEPL6mzESom`^@Fph-PwP7SRw6N`dU=@!`uH|5n0hYc*V&i^s*sTV&(_Qe9_AJ zYHT*Vu;PKlH|u139B(-f8GOnmF!O-@P?R)PvgetH`e!q*#9lGoId?_I9%6m$+k z^Edr%-hDIolC23sr6f~kL2a}GMlB%P(Oi_9pF=3gXk{G14KSj%G^||js?J!?8N73` z9>QZwY#^o=?_3wwygA(O8Fcsqvk!6FCPE1zQH;Rr`E3;p2k@ijkGg!MDYIdQS|cwVMMPB3NwB zRI@F_#T0h-7p+jBm{^9ODnS)FM}r^J3!(C&)M2(a?RKjQ*0>?ot;H$cLhsH8uKTOA z@>!uY5Ax~~L32Oz`+DQwmEB|k=e(JsK_-vQsrqpTi&acDYw4^wPm<|i>a+|7Z>EY5 zZ*>$}{WrZI>Gy`!D==U!pDlL{g@3$CiB`EpD*=N&Y|(06^|PiQ)%1olB+a?;_-bB> zsXL;Sppg!^1oY=H!BzmxBH)Dy@YUR6NLuz%*=Xx~Yn&g5hX}$gCreYd$J!8xAuq!Dj-|$8Qz@O>ZQ|55r26=+@OZFmV&fr;rRCJ;!D*G(0`Er(uYS`b#0y1?~w;IJf z1LRS`P@!<`*yU5b!CU^XK=Gd^dfUz?Ro|zqUH#187wKdr2to$gq)pq-7+Gw#`%(UF zLH#uaHt%OE3_j>{ehv>>B?=~61aYlo&1#MfqB3uZ{d=K9(5`h)EC+6>ISC_(wCsCC zCS{7R`5E~gUm8UMRPlFaZNymSX}LN_-%!6#?#af+h9Ts4;Ndg`1%w0~ueSat^mop? zV5ODxu!p!(Cl4}LBE~WR+O4<}jJEf}FSnf#gf-W|CuzTl&f!K%n&^W#k@O!+UhI?J z@wc)z^_74pA-}V89Xq;oj#4}MGv>$3J6)&#a6aBGa5V3(97;fp04yY2XmhQm(EA1A zh-?M1!v-8tWb%aX%{&WMA&dlqREd{JWK)P~4NzK`=aM%!Gg2)_-6QDAOywREB9g*O$_@ORrYX7rAxc8{Gj$UN?v~K??!tVEAJGsFjQy zN7-Y(td31Hs=XJdhjas7ZyAZW)8hUFqgaD8?!onr=2&Zz{+80ywT=@;u~ig-R|+Cj zJpwOFaM;?fEFoSvLK2&2sS0_{oPmnjBsm+gQ8oj+H_-8FamT}aXr zaiCy$u)~gq|HE@9clMP81g>=c;(5Sl;P$hrFwMZ$bWofAfu{FJ*eSdf?0EKYwyf}( z1irf7lrQ?JAHLTgD_KE7z+Zt*Nl_7S-mLhqr9nw*rA9-xscPT>(ni$52g;8~njlqF zTJY_iZr}=zsZ2oPSAuXAV=)qkKO2rnY;I#inl`EU3)(p1Qo8x?C*v6^M)nSjXlwYl z<>&JWW?j&n+=M}$4is@n-KG!cp?c2`>mm!h4euefSqZOCbMLYY8OIZ0RCTzOA%tM^d>WX;$};Lpx!6E5PCFurwg?$Q9x}W5cl#(D*t!D zP@zlkZ?!CUbw7(mxfRh@(k3ROHN{G}L2f?ELATXaK~`b&$d3BxNZyuQVGSfT&Ld3) zpeMYB5W^A+VxRsZNev3=!d{F_Cg?iN`DZ5mm?I+H2Gx_k5q=nxm5cp{1&|>;lfDqR!E& zKs}AMTBE*EHmyyDPY?SMHo(FfZ*rs4n8t6~karIV{r|drGZ8S_VOT3SGuk|H#rb%` zC<9)wT*~vluZvi@2hLPw@l+QB?64?#<14=a54#*b_1+(&eLetAJnevj3(~KMHyw$Gqqag2KDTN@K}ia~HF?v=*woG39I+!jOZ}9v zvV8qN*jK0Jj!Dv*II-cK$?H2b&6fm--^-b0tPBDKw*ZbLYZg_w$VO3neRO@pGaZ9o8_YuU59%T0Pm%hPZnyy_ zM(QE!pKbI^M;z@>%5>-ARgxC`(T1j#qrU;11|?#jROIonJJJ%h6&2SivLFg_qNAw{d?3%&-H#u}@ivW)0wXgsfObo`Y<9dayPLg*-CmA4RNcV}Rp5k56~*gb zG+zU^Y}qc&XS^X?ub6X>$5+T*e?BU2J>POxZ83yjxqruoMi5`T9WT#5413X;N*f^# zTy%qJbmX0)o_Pn2wLE9L#oxFDTo2Pv&8F=NdyU)T2)Zsp02NtMa=dQ?hg*1PIcVC;qxtQ@cH`jO%A1<=i~(@uS~2bDKUn zPE$h+2Ydal)1a~>zdZX&zXJr(VZBJSf27ap~m5y2gcHC?+L;GeuK^R zv>=tUH#QLne>jwC*KvlB{L2WeT(41@c2f4`KJAXwvuR|89Vg&T@LQH!G z8~mFr-6WQXibpaS^ZBTXi@WpF|87vap)P7t_1N8?1FEAyM@#9yf%{E!H0v9ZZ?(wO z@uZTxyp)||F@cQM&!6M;mmfkVqdaRn1U~^1BO^SYVkoamiIzyqmIy0@9dL*w?-WqfJZ&C=pTA+2#i15HGQ7_q6CY^>po7KQ!Ll?bGCEyRa>@}j zp@Xg5k*OZ(5@5O;Z}Lerp}7_bPik<7OH&<_6ZN@#u-kwC<<+W%8^-EgD{fp7WIJi` zRQHi2kDPAxrsq*=G2b&U?P?9(ydx*AP6jut5!?Lm*S(XZ3Jzamz|eo|ypKbt@9cW4 zBvkLO5L&Jtso9?UBt^SzTRD>w~b1#j6BvhbOMz zFLAXGvl)|b2dv@`=aX^yXH`iNQyiH!=(=T3KX~qX%+mP|G{_pJ4>=Z>uNT3x$)d{U zn?o+N#tO)5)%$&PP=@j@s$OljCz}Xu6NMbfhaaq!ulETqTRoN>KaD0Vu_m5ZzeOgtKI&Ityg$HGnXDI8;>d)^zOwx?$X!myPG!yW)Z9 z*AozNd780%0i6QfIYa~pt?T;FE8+32p9MvOOZaF`h{4-~VAI)Q(jK<5dw*P0LeK`Z zEmp3ZO~~X>@ttK}1h}dzk1sHlRme=e)iqr1OgKE1OKGdbM)ZZJN2_FQH$oLt>hN2xyA6PN8$kg?KId1t&aFBG z#bOw6K-ez?0O*!1Onzd=#}?4Dne*KKoSsE*U1)}0B>((R?0=u>Ir^5*eokw=-emzM z{}ZKdX#9^TmA1!SlrRWf&EJkFIF1~hBT&{A(urHs!)6fbgpGgnfApw>bh3qK#AftD z`OQSmzf0t?xqvmo_V1J&F`ME1@9+ywW<}cAMOA@)_2h{eFKD)2TC-3)@N0@b)pTzD zU}uMwCjBVfjxLY3YSTP>ZvaokPTDuz=)e2VF7fhuENe+cQp_$g$v^LhngG79?TR>l z?(=l@Qa4^AyPPL;ST>m+UiB|vPse8bUVGnN3mBn&H~$BB8EkZK zsK4d!+;Yn;`)->aYB?%pzYzwvKd^YO?6ji70H;i;WXNuxp_O9snil^2@M1E#0sO2z z&bd-vELuu3v*ywEt)G#dw-^!hgHrgWOrZ2<-y(3*vEKV#xBLAcO4}Pgxh`gP1?B(u zbE2QRy!$&;EKch!KP3L(lY9P--KeB+N8j6=7Ch5g!fzX^nH!JdXt~SzaL;ZUjRP!5 zL|KxI@L+2>w^VK8!s2#(c^|u^@V&P!tg(1xQiwN)`APZn_cI6n3Kg#Eo=AT*SW8%zD93dX!0L+5Ls z6i_>e~Os+h~$5p2VsZ9B3 z`=^i2*DUPzJ=CBc0QL6}i`E*)ad`ak$JxAjGi%qb<>;f2rm?Y+`|i7s+itrJ)3P{W z+6eypE9df?yI*7Fh9){QHah>~g%A`5EGCYuceY&hT=>5{48FVtC;o-fddK`b;Y=DovG)VhV$^tEV0!{u7wMCOwvQjNLo4IB!0f zfFBNN1Mova3I<2BTvO7t=MB9xhYJuckb^-J)7}NyJ7XgMJ@0X^f`NWDz4xtoX+L>c zW0@AE7fvQ#S3rEr7CO5+F{Grhu#kemgDDz1j8_sX$#vvEvT%EHVw4T#E1p}jnev{*O7*gfsz}c;4F{@d3(r#_)F066UfwlI9nT0 z2#nn^?7&#>H8=JFENVmNvyfQ>RsRhIXMhYr^c)CJhuBNdeh)COfAhnwkL*WYwUp?b zMRd&3SQu!>!CkkB^dnDtJa*M37^8<{34`krM-zYK4TR6!uNvoH?T^dZk4-=&B->&g zY;14Fkd^oi3xy()%}^0303eagAca68$+|Wh+nd=I>*#J`c<^IYo~vSpO)}Xmuc?Ww zXl^Bki65JGqU6j7LZy)b(~HgN-WrQ0p30F(+su5umgA=lVdAKA(ixlj#xB%;*4Znq zi6?W!lQz$^B{|{9p^P0-N-Ax$ttH{Hc5mR}X@QU$SHUB-rM%QozzG!z4l7Pmn(vR% zmN8k;5#+7r2<-_AVJU>v=z+S&0Xm2#9eWE?BLrEM|*&HoAqgd%7<21L(iL@t&oGoI}7eIAZb$K709*Tu~uO-TeR??s*E4 z%i$|1^l&G(>$dz@wVgv)CXpj2QSiA>PqBsQBj^*2 zZ`UO@?Vq&s3-pQS;Z8Ulr*$&`X4w#8WkV5u8xouPoFRJBh-sWSeCj}qbT`|zKT&_{ zSJ2<^>9-3fbJS1*lSfnVsSB}24Mq5UpcKjHW|0h7RKL4|tJ>BFecHYFiGmUS4gTU^ z*{bCTIhWIMF5QA0?ev%0%L~tXbpeg;wQ1+ zw+yR_@`Wo7W9iyfo_upNk+NcPwxZl|xbTEgOdDTLd4WHVx6#A#ETs@a@Z59HVcRx- zzrXwS-QTlz?OKEow6?bH`Lo!Ohw<-RjFoPNpNDIhW(H~34pInILXenmAuNpy>b*`( zO1w3Xt>5`M@mX(TL<=y>OVN&##{u}L**qF44dRIyzkcuzMpO@F%IL#D!v)8k&a_bz zd3w%EELgjg#&!=!ro5fmRS~)u^nXsdNnPRo{ka838wk7J{r5q^V#kPc~hKe{+)4_@jHD}9MEm*-Ql}}1z@@|1)6(z~ ~MJ2|8wNg6?1!*|GnJi_wu z)U*-^zgJtVl|Tk;^#0aaZHG`ay;z0of{e1Ab&YJ%(g<~Ba!T=0cF7QX1IGHoIVOxTJ5YjHOR?T1>Ck2tc3~8<}|^@ zQ2YiIuE49+Kg9OT=FBJ_Z1@tLP6<;B-lo`W#V^xH6beb!4btJ1u{d@-Gh44>b7qu> z-84W0G(Z6S`I}dMfYGLr5?bDxP2KZ%lT+KUS}G|x=W@*PWAV*;o7l?_Kqy7DVg|Q- z`SbXzs?cuF^((sjyVvaU{M(tQ`}BN1wcB&^Bb?eIfRHc9gsS00d_k1`2$*R_7rfH~UG{*m z9H0T}W$JHn^51QG>itJ5JU`CfkRy_vj&;oC+_^5wnwAt=X~vcYxnZ2iXO=%h=J}Vn z!DoTiJzBoKJEH6@Pi*=KD`bhXQ-p_1A!YiA&wqfhFnK3)Hlq@A$*x>QaZ!-^bvbI) z`50|WkmaL@9Ci)38MG0iFPv2x0$kgJAqH^lJQP4*bKQidwkgLu8`31Rs(ZZKIvgHb z&_!uDk5}J=;~sqNMF(`hG&LCDD-@K>$iL`<3~8z_1?3#z`u}16t}aB`TI?||pi0&w z>>wf+_JRkZZw629_@vDpSLG;*3$*C_Ed%-^hMbgsiYw0{Qg|3n>?K@#Be_5Z!&HO< zH8{=@ytSf~J0DrY{AKmH+UtFFC}>~teGWA#TfE0waPZDru=O5c(Br^pE%-cs-o;^o za;evfOhYsO{MGLe>o#)T>1Wb1`z_jLK8J2?#`K49Z1!khWbt`@7!e5fV4TzM4bQoV zu!+WG+m<8U@pf2yLbGt95< zJ!7}R$=!sG*lpe3)5BWt`dI9+L%aXq`Pz2TYq(&#d#nSva%7aR4KAYkZG%Kyc_Am+ zUnUn+P&2t9iRo%O0)9%eiq;sMygEyH+Qzjs{p!d^Y0v@e*>gzz@KANc{0P2 zHO_~gUq}hVstwLN!Q%Q$!<3F5#53_3+}(5`i__z9k$I4kk0;&p%l$ty@%kwkxUMD^ ze}#bG!*jAn!;Kf2n1+ec3UL6SFAqJv>%JR*>zDfWg#P0D{d&B2fA^R^J=_O=IH0;m z9eES6hBv4hd?rD2FwOJdrfbaxx;AcP>iK7q4Ho0``zS8-dOGz+9ZR*9C811aB}#De zcJr)6316$xJmir)Pj9_zYw4^`}bY@bMJG9*oX4^Q;R*iP5T@R5zzoS8u?$`s=gFEhF#M0mtEG5#rJ(khW(nV zEw9kp@Hn4Lz0V1QPsN|>gIT%#N>uKqZRmznVG2w}5uBJNv&E+Q&qc&u4}mW`@7H{P zg!DRx(l53Vn3yKBF^md!&G^Xmz~{itmj?OC*FywC7C-qzjNd$*B;hKo;|Ahnqrj3Sf54-)^$)R(ZIXlSfYEhGRa#v;l{+a#b4- zKQoV)-mW5+khmm(#~yo(A3Sq2fs*|uZsGt2i`1}hXxW7m1 z?}z5GcNrIXz~db9ReDIdE%S4iv#F_gy26Y@tFZm=zXP!!I?m}9gf0gK)GstYI>G1>_Q8$J{ z@%a&#^PR(PqJN+tp68;Khwb=ipE;N6@BA;(=`*p5A~^lZKNJMvl$B)bMJ`E+DhOx4 z_PpJa7(4yS@!Fzn{PMSHeC#QP{Oku5o_H);dteOLjkuKa2AD=0$>{IpIGudRXjz7bKmLg7=btK;yxrIAMR&&io%Q$87 zX8!o^qj+`R2(~sBqEHMhi}H!1H*(X3^BFz1jc9|-?Hh*j+YN)!#=`Mu@QmtQ0_jDw z6pLo{jedbKcvd0Fz$v7Br{hwINhK(K{SP=RX3>7-9q9E-2)_Jhyt4lInrpHf-=e_r zgD;zW*iI+#zyCam{v$9W#$zv^l^wKoViH)_)b6`CqZF!N`Q8VHMq`?q(6zO>0crO& zIr-L;8us-s_o>dGHemT2maM7eum4%hcdxykwX5gz)}q%rdEB{#!ex{PZQ9$05!5G8 zSx~{|cn#r53SaSXV(wZ34Xq3*9ZGWm9(`^BOV`w5{62IiCNnzpykgTP7%`%E6yWVW zUxg32$82Cs(R#jm*kAZe|EKWHYNO_{0ErdZLG6d~NoY_(C_dGt-<4^q29M?^Yi{K6 z4VTc8F79|@_f9yxp!4@*WngdsEc_ojKnug*K!!;L$pc!`7#1iVsUlug_XF?;cQN-O4_sr|l z-rpCmFYo0g+O+$Z8$R7DdmG7WNWOjG?_=9GLk5jx$e@uNHttBa)>iT4bAMy@{I_Y3 zwc+#mS-)`wQ;#@-uYCRo^ed~RysUqZj9jyED4Kqm7}MIS`BdXdCdRg5WAG$ExI?~q z%?aw8*X*SZ0oPr4JJ;>ych_%$V-Ek;Uf=trKS94gUA@=W@0$HH?z(mF$M&DK`_s^= z9Z3?i8)Kzd+p>}WY<-=FH~x!t(M=RMVTyebJmcklR(!}kZ+H5_+5YtB$A5(%@A&T0 z-4+19O|up~c@H{aTaaZOwMT*puwg|*({!DG z33T9kGi-}yu z@AlZQvLCxoA+3O6gF86K0jt-;Ew95ZH+1Z8TE>u2Hs>_f@&A&mnYN{cmQ4;@ydrFs zT{CA~c1~bgpd5BvXWg0Cwo_;rz?{Ys63WKfpJ&`!Lp%;kmcaME2RGdW zmt6+oa4s(70C-;Zz2ABZ?!6c8yc1410YV{qOR%ywic-I)t{mRRgrcY`-kFpqC}^FE?qNJ(T`Y&8zpnH11w~(Ec3?uu#Wj*B2&p z%(2Ho;fb`^6Ihw>@os$;Z`Hobg2pw}B^vQOH@8ugb#OL|>S$xE4er*>M4x^Xr*Z%~ z)=uKxH%QK#i3$Ws&3TV)|L^Nm-t{-ypZ_O1+KLJUyJ*pDeyz*p*HiPVyIfcI6`3&T zMsNJ?`9rFFO($PFWPIUewZG+gB`#Onx?DCfyR8oNw_vEiEm1)`0fjB=&pMp@g6c+qSYB zRqUZoDh1dU*m8&1V|}n~+^uyq|L88-AA2@iV3vhd6ruFa?-Kdal_;OHb8X`O&RK8& z9j!rYf~OwGptt`?^!~?a{^>nrn6B^AvkBJB;GUj;b1B+Yu4KGgQ_b@5^TX3*LDcb#wF;oO+rJ9xY1UsSs;g!{mp zrR(kA{i*J+yN|8k{O*Tt82jp`9PHP3>D7V>V3LzDvC}b`VY!0SyY2UMP=^=&w{cNn z6OqPt9{+EW2cJ!`cC)*qsdgNPfddD!ZQC|x&z{Y(#~#b<*|QlmXfVTv4@alBG3^M8 z8!irU+V}w8G9T5?`H3%fFmBgxHl_c4P2P`>l~VNU*NZqeSyoti=>8N@=9nGJ@%(r->i;q)={F&RBkU4<7 zjJY_B_W8}cv~Vdwe>QJxGVP+ZVXSQ(aDL&!{I=i86x$*G z(H=oHS*)G&4&_C|LD^`!ZgYqGkCBBy-P+ckn_uB5%dWaDugdqvH-6dawqg558NOhU zfZvZQRoUqbZAh2N*RKK}d6JMfw9 z$UE90Yh;2j^cSJcx~vm7tuqJ0kd zd{}oKP?f;vsTC`is+M#AX_tBF~uEU#1 zr+B|=Ew1)Barjs&3yUfA2XJzm2fEs$J)NSyy_H3qHZiYyL-rcA>;umS@S8JLXOG?8 z<@36|{7g^ewMu6^Fi=z$=Hjy^67X5PGJPFYTU!YP98#&y#j>W-*`qHn332H;hm+2@ zyfS?)wcDcE_f2J4dUf7%QSV^SDWSh;xReN{HUoBdlIt(38lRNwBTRQ}CNDjRfz z4=k|5+4d3xR>;E+8p^J$qx{-Btk4GBEiWD1DW#0ZpyDuRo<4zFEKure)s8v7l)c> z@@>C@e9KS2qi0eOr0CiU2^=vF74YvEyB2=xbW9>edie(W)okO^whaNl(dRx{G|Imw zSoW**iTAz3j4$v1Kw#M&dDU(@N7hTekq(XLJ7;YDmX00ood^E6@`*8qrERmSwSg(`xQ~=r_DQ=PgXA5N-PI{$*~oRap}({6jS9QboWu zSTzuskgbEsS>SH8ptXszXdSkrDb`6+8k&6(3>Hps7&BrQ(7*K+oN$y4$+48D>zQb8 zqA}sH-Z_T4h6EGzMiNPf_cCXoIQ6Xg$3q7Fl7~lpM<=HD70b+sRCd z%weE^GXX0>N{6UP4`pfe7?#D3rrj;VQnJsY5WDg__DA;DFovSx!_o0=_)HbHvMC-v zo-p-+P>lrwEP?67E-qQU>MgzFZTe5&V7&@4s(zO)|!qQ!nOE<)x%N zxS=w}nX{iE_20J%`TZ!J$^B0E9dApbkMG!FKsf=N!U6avT~7Z2L-^uI&5}h!i8n5% zKo^i0)1QlvKAOL*Jd2vfCYMX-X;_tbsv{*U9_n(u32V)E)d@U+e#h?)Bd-{d)NkZrkmvNKrw4 z74ZE?d`UNYVr^7Cu{KX1avQ*JC@D;H%yLDGmBKBw8P^KscAVA;s>}1q^vu6YgAS1V z_j7owHxRo1bNG)x9^aHn*_YenBp&}4iN8KVX895n;q32pfz$fZb{txx{2@~B&ZPM( z-y;0E%Ltr&0(NBuq4Uqi#N%X^tswE-3nX88GdrNO?fl7)n9GOY@7Ir-|GSIirfRUYX?H=TkiST9T$#^O4n10pYOXh_Nd05@F)4G3uS45iw{Kp+)fhfS>`xizwoGa>^pN@dryc6*J@ zaSS@4*!JU6k_!V^MLX~R$}zOR9LBA+ar%4NoUvWxOP2o!Yl3@2)|pYcJr9wIi82sFv}S z4TKzbm)A`$jj+P?6t(SzyuW!cjqwAIvC6wV{vV;ey`5Mr#F_bx77Qx4IOk{|H=Yw<_{bnLqQ(5VY5@OjDJG?@op~&B*N@M(8C5obiw{46 zYo?q*M3?gXYn%D=hpVo-Dq9jyL2q2N;v6a`LIEllXl^tFLum#L z-Mr&#;9_SLICRQ{GyXmxNK2ctDsC`7}fPZB=*2+BTl zAx1eLdYEmD0nerNh1Y3#^hvBxC_A|z_Ay|}p6%_!rm$r($>*od(`?EG#!d1EnB?;l zwyYgVr+m3eA^BlD-j4;?wAJIC155pA15NE2fc0}E`-UKZRK*F`xFzKVXtW-nmX8K0)#^;amz@_r9;l+e^=bii!6|eBKnRzo5QmD;66$QaE-!tTri5?tR2R`>&yB5 z*!6sJcr(AaDHdnAG@4JEQQz zmtay8F`KF=3~i-g$y@ke`3r9OV8V;vBz^pOq}yuoEuV?QsTiUNffB`bL&Hc|V-wGD3oI_Cgx$M+0^TK;o-23!&(vBmA+Dn!B zo4IVnzxnFeKQnC0IvRfNr|q2(Cdr3)Bg}QnLlZR>SEa}tU&I4-S8?|{H?p>E6g`n! z>-Leg2T-vUY$yR0{?LK?l;Prjtz0~^W%mcn`|0U@jd>ItR-m|bq{9W37LMxJaNKKk ziM`T7`?JmHs3*??g%Dll`*r{A)yH>Lo|o^Y>K3VF-Pva~9eCaHXpDxr;~!^Zg_EGX zY+MC^@~Cbs;*Niu4WSfRUbjv|UVF#cy}U%%9D;R7qm;$4A)^^KWHiSebsBZsw(#z( zR~a^BG6anKhGTF>IO=~%;X)WcM1X?MybOH~#aryTDdPY-| zsAERMT>iZFF=jN(#kOop{KaUayJxc=A-cPcE5L;{CGh)FD2#g?9xCIBFW%0O(PL31 zk!*Ww3|;xqeeF-mKk{{L6c~lFvdM1E_O{n#7aSONzOK6E0ej7EU){IiU;FjjJ2s%& zaqlwN%8=OTXMop22AlJ1HxjfncxLB4&Ct0Gs!q=Hdf40dsWTFL*rW2Tedx=yQCN

tLanGIAr=oG_ES-~1TMHV?&e-0b;Mat#Ub zQ3H;TTw-F3#K7;ZHEyqzLg?;3nt`-man7tp((hQj@0DT$R<2z)1}q95RJkcZ@|)}P+biR7eY7;r=11^26TRWV+_>Q z!8`9{-?O?JX3ot1y)({$NQB-Ju&i^#xMRx`YIs4$9A2CW=}L} zGIe(l8xBaW-bn48f2JZDqww_O@Ku&)H*Wo4RY+%W8(WCYSirWs|4w}2if%b1OUb&W z-XfiWnmWUlT0?cMrlQQkaX$JPlh&}QS+gvqX&z+2CA+>pK{iWxGWQW@zjCc9z*aVA zZ+?x>Zg`obFO;h*W}i(+Pc|`U9ofHEpVKF$TKA}aCe05s%W&yk?V5w8pGoI^`6i6v z?Nlp|q+2PRGKRZuzMfB>cPi2F2wrMQ@YcH3Os{*A6)l@+OGPngz{+;EtUQS0HGoni zmo6Z=U^dFkd9zSHfBqz86+#HHM{TjrZ@{HKFu!oy zRU-jNWegeD>(OC;Z{=9MeNBcd7lG(jO6K79-u?D8(Lep2=AZlyZ(9?}=YZBkuDOKL zJN^e}aR2P2hvyymy1?x@dpr+iSrpxTE#ZsLq4|furv0&JK`EjSJxTn9|5EzHuM@fP z3OPafaD6!r<>#J)e_#c5e}9pdcNdVV+lEdiv!^{6B+$Qtl9Q*<|8t)tGUYH-S0!HW zL_&W{Sy-OM;RBAKKDw2);TVrjv>3K}J^+tS^jI5?5sYr-@Bv3KYs)OOtn2o+OnGu-S>6qkXFafd?$i1ug`qhFhtXz@eH&3Vd&)X^5 z#yfK-}x?0jdhG1Y;*m^0j@nS$S})C^M8Caz3eAl zXJt2Ll1C$ZxMf=Sd_JzY;tFQXn#JnXt2zJt^I5fO6_X}S;#a@=6?fl#H@tyA^&_1tyWU4%j*rca;Fg%@7P>eZ_`=9pu+ z;)*Nq`Fy=THd6FH-;b{9q9$?Y#u};%JMkY}U)cWjTRYWWD->z%GDN#f2^8a+CrKNR zD{VhYSyaci(e4Z3S9WfT5V@8_*NZL7v-NuiavkTMXJwK}GKmDcH4sXHvUXl(a=8g1 zgb*Kcxh zd?1I9tzhQD&Aj#gM$(!6&!3=j3#DU;Gz*q*WyIhTjyqxqM;tbQ>2o&m?z~O7-PCXz zvK!u6wnjPGO`%OLFRN17{Pf1C?7ByhH@>`iYA-*+H#_uGN7NX;_m+$9=DB=J!@&L6 z*G`rIi#;`_%C~(Dq1v%tBQPdG<;^t|o!1PmK_@MgU-fVu+Wo$C56?p>MQH3uO22S9b)P<-hc~~;z0W^RdnSe*D#93( z%WWmrL^ntwh`f<^`xWF{etH8|q=3Mb!*D9gvT<>{l(`D{@r@paf81~qHQOkSC%7oO z(eF3jnNKh}uqxQkpE~ir*D-}IGp~{gD@0e0?QNUlPn|(>`8wKX%mpBP{E-x2c*Z{3 zko>mkOSg9VcMaK4UfWWP3i}wv_W1&+ie=CkETy{j(Wx;8_XB%tZI3f*Z*M0U4DR?j z-GP0NJ+ga0XN=*FcpdZI1h*FqpitRFwTB}Qg7-;ljTH#->WtUfTwlXiF20_VjyR6e zNC`o|9}FbZDVp0`nYnZhzyH@?Sha2$DjexOF|pm%&KPhSA#|ois>mW>YbaL)26=d` zkS7QyOoQd&nUo7+O z@lwjh!Z6sMc_rz<~0@ng&?A%}`bh6FtS{??B}i zgVSWP^B<~r6}F``F)zZb*3+3EJ(-{t!>2N2jE|%)AftUKrLmOEa|p4g{@A{RhYn%n z>0e>}t3M@pKgBOknsq*Pt9@tgr{vS~H!TsvlzMbgWFV`t-x%mK7P=gK(}eaCfg zAJxl`@D({pqVM({G^A}syv!z8YU2zVL#EYFtade?YR}()m^LV@fXuQbWWN1f?4tgt z0sXS~>AD8I*1Ft2V+H%zyyp<7H7ZnqyQzxSpZpBFUj=sm3Y6o+Yi`BcT8(j2SfNOE zz9irBN*jamJp7fFv^@GG%c^U*;KhG1ea>ty_{3Rkt*ynjZ9LB-lgZ#X4)Yf+LG zyfn<{NtL{lIF3J6U&PG#5xB+yCHn#cc&2NvF|@bKD5?8we)>OoRlfOlyl>2{lZ&F) z-_i`AF`mxerx*S&we9&zsudDRR^9oABds;1Q(Xnu{fSxZ+&4&9Yg(zZuwiT z%)R%P+DA!2G1_P*9Q`dW8nBeV{P!*riA$I|@B$iJUZKF+NO7r+Z9!wBCani!O3&hr zjq6#MPNPc4Q5887t8ge9)pKig3@8WU(}U=Y!Y0ZsA8WNiIbC-mMav@E)`n%-loUrW+F+C-q@b;(g^laiQ(IfhkRd}DIB+2GcpS^JcKj`4 zOo#HsPCLxu@>BhM`qUt?P>8?Q_Tz7Lm260a(8}z#KwlXs3WPa&$QV9<%vqc{@+h`! zPVwhw7xItiR#Uevj(CIX_ zzqp6cq{9dwdHC)@P9__26JNH9+F#s*NvE;={+-Dj#7FgYcVht~90wf?@?s*pX~DE$ zkP(i9wad@TLZMDqXJYZ}g3)*8q<0L!n_3N)1@VO8Pya}8&BZ}ZpXO)PdJoq%-Cp1d z@U&rdO`Ns0iEPZH0XNqKL_#)Yg+5004|3ZDLn#h__*Ud;!_v($7Ho{-dQwBgq335O ze63d>-=E|Zi5{A>35Rll^IGl&LhN^6(RE2}*i7_|cW8O(4HAo%_xQE+?1}f|w|scU z!?J8tCPV%Gk5co~-;&uK|G#fg@%byk zpFNfn%8%li6aPej2c)71A-bGrvPqmAe})aQ5a%zL#OLbk`1P2L3@A)f9La8*s4S?h z_jBu-;XJlw07@Age+JK}9Z97R%^O&Da>FQ(q}!iN;A(ue#e`n}GwHQ+v6YR#ZUf4) zaGJJKU>QPVCzC4vAJQ+}PtkuLMeQk&&=~OfadZZ@Z3f4epFxKrKdZGdC`-|vO!L*> zKF94}IEjl+zK%6@vst}#29uAR$j0=4DK%56ZmOZ&DP&_!4Y9UXE8X!h%M^D3@qcPIJrg2RuRgrVs>wc|^7S{AUzDccQ;PS@soXX9 zX5Owl5m!4s_8et$;Q=gMGm6$=nk_qXc<*2-7#vJfT$s#0f9nRef-zym|BQ0Dcz}i9 z>e#fmj(WsiZ>8<&M!Z&6o(&2iy0%?S)Jh?ACt0N4J1B!)7{}8V1k?QHKc{AQe+s72 zM(up9n=M{3K+Z*Ps~Wi^Mcb1VTb9MZ{zJL!!q4y48P+-*%&1iN)syWxR7>0hN4M8- zal;CxwAbJ>8m*))IpoIVm>ttUt(i7fwyouF>!0A6>X&GDV?=y~0C+|g^ocyL>k2G4 z+W@xv4b^21*61Oql1O$QDHk)@mD*PZ@~VuEj#VGny)Ji;v4FI)QNUqtBbr{9yZhkO zL7A@_-js!);NJ_T;3b3fD{N=-uq_k^ zlPGOr99QDIMVI>Jr$+a^L75CQJI#`vgnO)tw)-5E-w^uX<}JAnZvU&3prCEK58KJD-?aYuLOQ?z#(VYO?SB zzymOD92|8NL?XTJJZht;40`H|qnp*F;*|dLx)R>5539zsy<;w{NBBV5J3kkFS7O;( zYHq)WqB%<_I{RdTV~1l!3Q%@7fvs+jlipBG^!1svJohG<>e}v4JTH2MmNvueMViCM zD+Uix4Ctq@tUZU|83XlAhM5aB^_w8p0-gmF1Esl176UW@YoMdM*(hVca+uJvmTxY9 z1ix`fTMkw)+)VM0Uzpmf&*zi>BXznbox0&YX(+qVciXqJbwC*xUw;edTyZ{I12Mj` zW*M{UUuI)_4JkL7?KP>~2l=_#u~krzJ${{yNzLv~>}4C&T>N!n`s*m$kr-(qgy;kQ z_V4O0doQ1p?TTbvxi{<_vq)J8A@*$RX_t|jwE$HRMmaWtqbF1L)7uE1a$L5L?Rj8X z*^jQWz5nicI0GxG_{%SdTzeT!-~R=vIg8NkF&b|Ee?%XCT24@&P_{+U(Gw}0IEwhH zO~jV1BURS`K%jp=3JxDlc>HjzP_S$NZYSnxjWQV9&=PN9U34vJJf@G;{J8mT0A`ML zaWO1!S;3gd7>sSQu?U@bI$`oW0>M?5RPOHWp@CO|j-QB$p9s2y?8I^J%=!4p({cXs zVv;3m+&%6yw7tKnwPxwkr9A%l<3wAxF!eCa7cL2L?lEEP^***f<0m@Lhe>7g4v3HD z_xri!mRq>)y6afEawTuR`6j2Iemd{I`!0(YFXoIh&cIR%t+SDxWyN92io-j8Uu%Og z8U<)$SiE>KO-)UleDcY>_S$PWj)O6V+i$;}KtN*PMCVM-wC30SZNb9McVkf$C`Ft0 za#Pfbq|q1@WtI=ucw{63QFNoz6N~cd`J3vBxC+&M&$#4j6+#HnmwoTn8~1o4mQ}@v zrp_#5PzIcl!$>^-42k<6!MHA}s4)A?08mARcw1_S{_y97zIZjx$YHqCXJtEC($VTb zUo=-pw!^w@HLTlK!;32yQxwe3p|>TIBvbKhS^IpskSHnG4~{o%$71&4EhN((V~3Y9 zb;2MDLVji~tR|iDI&ogWvJ|$Zn7N>uSR%ui;bj~s8 z86~GbPtA#y_KAN-X~Iw*@0q`))rT$tA@;v9-_fWW3XX55|1FydPfeg>xqFDE4|==$ z;QzaTF%4U(|N8&ZJbgC4U zj6a0sFTgXhr<@Q%?Df`=PUCLeiq{s$(PsC@4#wctHQ?4Zpwk&piejDS{Prqez<8%V zR&4ysLlyp%YJZ6n{*qzljZ&aObk(()i!-u9L5k1$7$~p`f;(PQeKe^_Z0@2i>GHOH zVE--4Iyfa}<>HDh%i{UxpWiKhti$6#vUwwH6wjyISnehHdBGs2Iw6{ji`8dqLl=&v zjm8QWux#COzINAl7(ePTjv6zGLH+uJfh`R+%v-yRHS1TQjm9pB?AJNUSIR)5(ZX6~ zC>rXLTxZc%>!WOyOGnX*fc-pp0T0wit()t8oLBtN>!J z#vhtUdtd?;evb`Ni&kye96o~)g+7ey5yj(O=QxZuw5KyTb_ubHay)HlOuB4w`V$KD zy}(IDuI*M9#X8Ahjq~|}?;SqfVhBHNkxXP~#VsXitGfQ43YI_nc~cBFL=B;J;KZ{H ztWltJ@2oSn^6-pByH~{a%%%#1rMmfv=B&?3H5B>V-tH?NPbshz{m(rcorx3M)`YvY z8f7W0c$$8LE@tq#7Z4cSAC&5v_`W`5QEjBJ*C2rGd~yfo$m`o0sc&t_jzW|rdA5WQ zB9F&w9h_i56&BK3+l23d2kindklhy&N&w3N&*f;3U_pf0u8$?llWZ z4k{2p1wz?!%;Q{{Cgb9(>_=kyEEY}uI8$Ew2XmGz;ZtXy&Aj>Zu`CO%HLmMo+cwo( zw{qgq$MBCQpX7qKpJmi*sCA1m|GHC>p>9%V#iq zc%)-IutFx=Md-q+Jml0S>RJqHLO+~~N8*hw!*va`XR?JL^SPpZ;uHoTlk`#m?oiRN+pKj+m1>2j1?R|u3!lOOuF`{D6N$ovtsBKB}%-f z#kL$0OIA?zjUUkV=5*{x5l+8yjO%vGxM2JE&FNQ;*A`{dS8k*EpU*M$cmGTHh>3XG z#Zivb6(L0T^esNB&%)li0bd}Hodogw0flw~=wr{q7x0s=T8@9t%V0Z@N$>f|lrdo0 z;CFJXEM#^{bWN4*P`h9ZmgCUamf*X8c$>AGqFizAIIcKjJON|yHnU5iRHd*{rKRXX&O`z zicfXvcV(KY!K3-fnj3k1!zHw&i*s#Y58tp3;CIcw-nyGApaqNwD!w(+=JJ6S0jpzw zO2<56Z?@9*WCLEaD^UzWh%V>J?%Lu|sp~pd*NsB?Gr9h*+Woa|W{1XjPEl+KJ zk-x0}2ODFXDR9C>e1&M)s7Lf6TIC)EdSJU?^!8`%-IF}l4)^lwC;EXe?LZg3vBEOh zWa)9shs?kUk^k*OpYInLg|Re?s)lj-Jzt_d8N{~Zg`#Tk3c)oZ!Rf;>#l2Bc=~C$`f8Xk0g8)z@0ibkqu{iPm^HdEV;^E|WvnAv-OXZBj(m7ld%s0V3iDcM%0=e_kpXsq3; z+!D6g<)qI_16q$BHG{9pa#W=2u*Xilt0iQduOol-@X|XkJ6HJiEG^p2*>p`is8hP9 z2JJ;uA`l&u*+_fGef*8!E?%RVNDdO9!e<=+$|SmhC))W2?fdFi;w|@vb5qrjWiUME z5J*4SfKO5^D6a=)ZSD@=+1_2=WtawE6m7YEJc}jA(Gjzf3fCRH`mrjM>qBeN+izie zu9K1*gEhq8)yZS@%w52SBiS7ItS-@oV?z2;)I+T7jx^(<+<2(jYlv?7bco{Tba$;p z^)ruVBLl&QSGAu-P3PDu4-X5W79;znMq~9H6^D!IHT@O*kLs zs&xVIl%!D#p0}|?NGP0RuY28kRwScaWkZUK$_BD|4ho zrHr(_uc{f2G&C>rq?_Xk*ZEb;JhHU|-q;SP~`Xlk3L| zPhM&YNtr{+p4l6cw6&N&59$A>L^SE5t?r@c=I6)|1d#t4+PrV0- z-%wY}pl^+DC6@fe+G5lybdxaZ+V6@0_fpyQ@4N+94lj%5BC zYsEpOPT@!v!heku(+HQa;8zVn%x_Y1_i7883_m3V2dU${xQK&=2nY)g`P`2--yW@t za~r{eL!1__cC=jgR|6-3pmMTXlEP}Db-?EV=i@YY)<3--SZ{EWFli1nZy?y^nAt7h ztcGZEvK!Lr&*W|To*;H`;CA>(TtX^2eYOp4?`Ah2yycEpxrZ<%NV)R@aqAus^0Q5B ztF#Ry+PD^WE_Pcwi%!`l zXMuu>cTn$>3UWP1+wn2DieFMXH3yn2yI|fRPNYr19zGSVf6l$=DoWphLd{E7TkjKB z!*{;uT-1xwg`x8g4VY-Et_EhFiI&efG8vDD&qm3&YtFY|J*{^SHTE`6hu~0gcAN!u zkWs8ow4PFN3M1TB%CX%3=gIF4)-;Fsmn6?zfB5>3Hh0}Vc1})a_C3g(IK02kiM1p& zBYiDear>3^jEi%w1tF+Qwv0JJE0fWh7s8aEsLB_%tG#HM{Q{O>C~yeR3Mch`Z$ydX z?W-2VJ=Bi?>eN0cd#)S=$I*7CF*f-U>;K_7!D7(KQ8UR8polH4+o*o@z9(!hh<)s< z;v-O{R>+C6Y^GpRiNXh-M!E#KX4I{7;w#~xYovN!W__BPMrJREZlv2mdDRIc@tDNM zx$pqVi1Fds*e#i6=M7(r-ZMFNlt8R%eAv_>WW^eq`$9c}(77&4(yTBlE4oU@GM;ZE zIc|0cbV9YX@_J=Y7{KYD z{9x*EWK;u#5zl~haNPkxyOHN-gLnISH?&_=a5U9Ce#9_z>#)x>?pfk?;w4*L`uoD% z;vH*Q%a7&!|g-xzfFNuaBUcy1*o7&zA(4YFH2VntEspT9{X88rbQYo_&cF+2X3y`!YVPnHr_AG zCD<4|w8&OvVW$kK6?3gpM(W|&Ov}Z(<}rSYy!WT7{r1kbhA=z{Y=vN)f)odt!6yyb zCZ2WT^>~kXVyb4Ppaw?PB(3sqy1a=boaGz!s2F^IRC;Y!ygD99{)n0?v4JhjvbE8c&0x|t_@l82j+U_&5Vi24M|Ze*)Xw3?8;_t^;(#9Zhr30gbN}W z%YkKFcs3@Chqd$T%g541Yl)rWD+-ksb8;_K1k9S&anmVyWmx3uW($vi(IfBw{Bm75 z4+vUliPHhbOLis!4S|xM)At^>u8z&uTVP{`(nV)Crz~19SkH;GV-nJ;`}l}&ZEZ;* z4;t}kBvQtM?#}@<1h)?+D*<`loOA##hk>aq+$(I?O2a7C`tH(R`R65T7+|X%S>UbA z8tTzM9jdwF7cIe`7a4A8l->U^E1O#%z=vaHP$#V!F3_O--Q>|70Sk~@k@S2t_f9Ys z;hjakPX!s&DS4aFKcv^tQW-S^qC(hYB9 zaICtT%Bah177hK!6ECm2Cf8j%u?9k_j)HQlN;VO-xNwdfo%BG_S*<{@^zg)PhTH;B zZ~qnO!#F^2?aCNVxAIiO3W^r>fI*$>rySiPEQsnGM0sLs& zVG9fZh1?!k%fh>^R^%(jhKzkFxalqMyax6&j#=BfOi{vzS?#2#qeiY(Bw7b2al*CB zb3?dUL4;M!G9|NSR3J1`df|~z+}dH25zpgT`2{*e*ai9vM31=H)HpUM6Ik$F83VKL z&FD~#5-;#D05D~Epeh;xjD)fhHpOf_+LlD$k8?L5J-Tg^l=TL))btH=@ANPlRWdKf zTwMi^qWdt@R+dcjc=Yh0z6D22gL+ExzR6aVec*W0EQ@8Va#ceej~Kfq!5QMYqRBaZoZ@GFA?Vly6m>{xo&5v%m#6En$b({bfMtRO*rN=76L&AIjqVdaw&#^t#nIlq;P<^Xav&a`tA2we+9hv|@ zE@b%QN8(vr$-;T69Sm{{J`B*y72*p!7$|m1fSEA{Ih8NNiQ_kAjv8(vL)#zB61Muw z(c`mjLpYln34A)F=DLAkay#%Yb)tTB%=h!)-1=7L`zO>V>G?EkSuwb$uLw5!(lk%z z%5dj1Xg?~^P9B4ytEJ0ik~BWv2DLKX;SDqWw8sld_9>26*ZBypQF1FIPk&wlp0tKv zN*1ww4cuhEf(9^{IW>AIz-@Jcpg$GdGBR#rY=l(L<+(L{O8B!wPqpgX!RB*Ho zWDa^~L?HMd2SLtOB-^%&`K~b90TZa3xh$RSFq@ zvAi9#*uI_f02_as*gjWkppgL31`KdK_-!Xk(0vi!`(KGW7YxL0nrdL) zXMeMsS;O*YF%`CPPN&0cdLb^8BT6?^X&BxWNId-X`TINtP0%OX)#Fv|;4>}~P~|nU z(nE^&Y^t{8)5lMtr4B_=!uVjvT}w>(l>q&ksbHqY%#oqEqBJbWC%D-U`Cjn_4=zN!ckr@8zfSsGeZ5C z+kGzl;Z|9r;U5Rg8W~N&Iq5oPV=x{b$3>Ck06kh@q&bq07oiGeIAVP>)t%@!Cp926 z!Zh@2F!=>qrM!1IK(>g-0W_Ep z`R*QQ0*Un*H~qN;L5{y59w_Y&gvB7BWKD_wLd|`w*VEpZ+3~)mTS3-Sv%)PXhwTsPD3{O6;6X;>f$>$D{ptD-xN{AD0dB+l4`Q!5WB>m6u-)4? z#%B(HX<5XEq@`0)ElXY483(diV=aYWer$Y6zV+WaBT^pw*`co#iGIwyZ4%Oa1MQes0nAyov{C*kko89Bwyyr{rBQNgH~{# zX{>`jPZ$vmode|udr97iw2p_6SH=*bHrdQLqf@G^(-xPEc3|_F2Xpy_3C4aqgXR=|(^uv;z0XRNAjJ zOFD{`m@3x$#niZLqW#TC@(Ov=%6hGZ+Iq*Mw;#pq!}VG} zQyNe+n;NO}5^578h{1k(in?Lc*>d^cw{4vX2@@?9BcZYH@ zGFW612oG(VAJO60&7L8`GpQZz@>NhO*Rr#C;hBXclXm?ISn6%Uiv?EZb&_ zO^|m(zL%%3q_}r%H1P{1Abwf+7p0rj)Wh=ctqv&^*saWBS&iSIW*ksCr*{3M=%vFG z+47S4J6cGxoKWX z5yDzr-=>$9u|`Kn*SVcXz*gOZq+xI3BbMj(QC>jJEN@V1B>$+_WPG4vUEe8Wd+quF zhZ=Mgl8;juOif{l={(x_WQ8}}a%yN;(GGtdHkg1~upR$yy}8L81C7GKWya$>kD^Om zm0xX=ir=l50j_hkO`kItHH!^6CZp34X<+zk8Ud$ocXVHTD~#9RMCge35+9tB+sHVrJXoe^PZ|nY3V(5|3(S zF=SZ3(}mY<>WQWB^OgtbZ!z07zqk5|om;K2nW0#^$(okG)%BY5OaK2nJ0oSjZOauauHD z)UrNnRYLR+n@9-i|7>&!MLiUhndtr8TD?}%!uc%^2t`@dxK?P2ob8rpKmRIhu$sU~?TQ)0Xov+Uq(^vB9oa&;!du1HRfb+mt(cr&y@F@{=xcUvRO4eom zs~hEGTdxhHc1UP8uKF^}2t*en~aY#8;nj>NFXR}pj*6+#u zp+%xSBwGilyPq%=a@+i|oFtF?SIhprx7@+|pbc^s!lGS<>IvrKG1$OTsZnNqLG)BS zO<(ZvV|1jl3hUcEe=G6h(JHxP>s$vrFaW$$+6Jbj`QcWIZS4}{ePJK?O~;Tpa&nEU zmeFV#qvruAfa>KZ_~DJm$>2U=tO>Yk)Mdn=BQ9rd1UtXPQ{9_EK9{>}#j;q^eM>CQyR<(X)xhLE+Bqci~R-G|egw!9`(e{^5#EKb05W#C6Pm;&7{D zq!p&r(%PMm<-ryxUFRBBBKJ(iFmlYhR1xj_UsX zT~jkf$pEsVYCaH7)HOp_yXyi^K|A^paFBwUHyrQ}r6B0!ai!kpcbtJYtyh^{-dvQg zp;;%qmL>e*yM3qI?rwe9u60LVd5p;jZHaFzbrl53^>sL881g#8-{pc6r3(R0`rcB| zu(XjRgzmrIfTkL$e`0w7zpXfB)Mr!v)Q4%iAmI}9Nsve~^(jUPQ5aEfSqcWLWQ~@c z^=*5p8*+TxjRS{4qE?)E^B9+PDi5)4r-ozM1FOh&)Z(XLCVG7E1GFzjFi0_iMe>Th z)U$K@{069FTRIGofYt0tQyUG?Z8jw)-z+wri@#qJ)BoZG&r{wx-v|<&n9Uozj~6Zu z_{gM4Pp}vDxVru$syXh{`or!>6bO%T7!7BycT&jjCJ3MNra-nXpwUjUk`d`2I@#zc0JR`tf`+=qEv0C=A$?#847$9qa%fqcJ|+{jX$r%rJmu@I;*oeiF(@?y@Z``#v=x zD>8K8i6n)A(2`XPn}Z0DYtVn1BZ^yn8GrTUUjgu!w;12qI6~MaJA2Br!ny1oWBR{I zV@#f4)}>t1IBJC3%KJ%;`khy1bXY=pkM|Q*+Pxcs5{Tq33`?JiYTZ=xTywtde8kQ* zE-1i(VW@i@l}vHn=zOkkM!M>|hxNtTFaZ%M5G>+GMFv z-}_BbDJ|NVOoseL`wlVCA?(@Zr<)3pfR%y6C*a>!KTuc;T~$bp?D%;pV2YF&p=6lz z)L`wWQoh1vGiNP*q_)SW= zQWd2`c_vUOJdhM2R&86Wxs4-JarCUa>vww2Vgu3Z&$d_&aI=@Ar2peV9^amCrEa$p zj%!x|SQskH9{EFWC((tq{(9k%J}OacjS$v_-A^wi+0{a{+w+0c)(V)ToV)dU zcE+rxogZTKrq7wGW-W10b8#2Co?KxR$D7NxbxG(bh8K`qBYdV0kvy>_){x0r}T&Ps` z-;-6(*OMiu>D*aqG}c7DPM4AlfgX)a3NX?zG?~DM&~ca1A-1IMLy;weW3QXjR9+*- zJ0S*wq?_+dak>Crj$i&7Erv4Z$6IL6H%Sk+4ZEE+*~AX{B1>QIlR&M!T6P}<*FW5> zu#%xIRtkq>R%6H04zBY(kUta*AGGyPeQ8ICQ04hzY>B-M^k-|~OF8}5B@naBBsj<` zi8H$|^OOl#HIFwI%9s5Tm<35^w7t1L+CBHNx;VYPi%GtoZ_{z8vhSGV9Dl8xe|_lX zcPWud*&}5zDF1(Gxl!OMyP-|LMHcNsmV`rS|;Tw)(tXYe62*C+{n3$ytXvF zw_F?V_Kxm)|C?CreIV=4rn$=@(S251x_|z|zlYs|_yI0DJXKFulKcijJxj&c|53q!9CerG+c z^1D0_i5v$pUjFN5|D#p_R}=L;{61osiy!kqhoY085;jtp)~X(8Is z+VU}JeZWWerf?twbqdcZi=HpLl#+G-@0I?qHF_Ti7mQlOhvTzoQGnM=MGb`-In$5- E1&3h?zyJUM literal 0 HcmV?d00001 diff --git a/img/index.php b/img/index.php new file mode 100644 index 00000000..2021b6af --- /dev/null +++ b/img/index.php @@ -0,0 +1,2 @@ +pl', paging: false, searching: false, - ordering: false, + ordering: true, info: false, language: { - emptyTable: (el.data('lang-empty-table')) ? el.data('lang-empty-table') : "No linked accounts found" + emptyTable: (el.data('lang-empty-table')) ? el.data('lang-empty-table') : "No records found" }, ajax: { url: el.data("ajax-url") } }; } - var table = el.DataTable(options); - if (el.data('on-draw')) { - table.on('draw.dt', function (e, settings) { - var namedCallback = el.data('on-draw'); - if (typeof window[namedCallback] === 'function') { - window[namedCallback](e, settings); - } - }); - } else if (el.data('on-draw-rebind-confirmation')) { - var self = this; - table.on('draw.dt', function (e) { - self.rebindConfirmation(e); - }); + var colCss = el.data('columns'); + if (typeof colCss !== 'undefined' && colCss) { + options["columns"] = colCss; + } + var autoWidth = el.data('auto-width'); + if (typeof autoWidth !== 'undefined') { + options["bAutoWidth"] = autoWidth; } - this.tables[id] = table; + + self.tables[id] = self.initTable(el, options); + } else if (typeof options !== 'undefined') { + var oldTable = self.tables[id]; + var initOpts = oldTable.init(); + var newOpts = jQuery.extend( initOpts, options); + oldTable.destroy(); + self.tables[id] = self.initTable(el, newOpts); } - return this.tables[id]; + return self.tables[id]; + }; + + this.initTable = function (el, options) { + var table = el.DataTable(options); + var self = this; + if (el.data('on-draw')) { + table.on('draw.dt', function (e, settings) { + var namedCallback = el.data('on-draw'); + if (typeof window[namedCallback] === 'function') { + window[namedCallback](e, settings); + } + }); + } else if (el.data('on-draw-rebind-confirmation')) { + table.on('draw.dt', function (e) { + self.rebindConfirmation(e); + }); + } + + return table; }; this.rebindConfirmation = function (e) { @@ -14293,7 +14315,7 @@ dataTable: function () { } ).done(function (data) { - if (data.status === 'success') { + if (data.status === 'success' || data.status === 'okay') { self.getTableById(tableId, undefined).ajax.reload(); } }); @@ -14306,6 +14328,55 @@ dataTable: function () { return this; }}); +/** + * Form module + * + * @copyright Copyright (c) WHMCS Limited 2005-2017 + * @license http://www.whmcs.com/license/ WHMCS Eula + */ +(function(module) { + if (!WHMCS.hasModule('form')) { + WHMCS.loadModule('form', module); + } +})( +function () { + this.register = function () { + this.bindCheckAll(); + }; + + this.bindCheckAll = function () + { + var huntSelector = '.btn-check-all'; + jQuery(huntSelector).click(function (e) { + var btn = jQuery(e.target); + + var textDeselect = 'Deselect All'; + var textSelect = 'Select All'; + if (btn.data('label-text-deselect')) { + textDeselect = btn.data('label-text-deselect'); + } + if (btn.data('label-text-select')) { + textSelect = btn.data('label-text-select'); + } + + var targetInputs = jQuery( + '#' + btn.data('checkbox-container') + ' input[type="checkbox"]' + ); + if (btn.hasClass('toggle-active')) { + targetInputs.prop('checked',false); + btn.text(textDeselect); + btn.removeClass('toggle-active'); + } else { + targetInputs.prop('checked',true); + btn.text(textSelect); + btn.addClass('toggle-active'); + } + }); + }; + + return this; +}); + /** * General utilities module * @@ -15094,10 +15165,11 @@ jQuery(document).ready(function(){ submitId = jQuery(this).data('btn-submit-id'), submitLabel = jQuery(this).data('btn-submit-label'), hideClose = jQuery(this).data('btn-close-hide'), - disabled = jQuery(this).attr('disabled'); + disabled = jQuery(this).attr('disabled'), + successDataTable = jQuery(this).data('datatable-reload-success'); if (!disabled) { - openModal(url, '', modalTitle, modalSize, modalClass, submitLabel, submitId, hideClose); + openModal(url, '', modalTitle, modalSize, modalClass, submitLabel, submitId, hideClose, successDataTable); } }); @@ -15126,7 +15198,7 @@ jQuery(document).ready(function(){ }); }); -function openModal(url, postData, modalTitle, modalSize, modalClass, submitLabel, submitId, hideClose) { +function openModal(url, postData, modalTitle, modalSize, modalClass, submitLabel, submitId, hideClose, successDataTable) { //set the text of the modal title jQuery('#modalAjax .modal-title').html(modalTitle); @@ -15193,6 +15265,9 @@ function openModal(url, postData, modalTitle, modalSize, modalClass, submitLabel jQuery('#modalAjax .loader').show(); var modalPost = jQuery.post(modalForm.attr('action'), modalForm.serialize(), function(data) { + if (successDataTable) { + data.successDataTable = successDataTable; + } updateAjaxModal(data); }, 'json').fail(function() { jQuery('#modalAjax .modal-body').html('An error occurred while communicating with the server. Please try again.'); @@ -15204,6 +15279,9 @@ function openModal(url, postData, modalTitle, modalSize, modalClass, submitLabel } function updateAjaxModal(data) { + if (data.successDataTable) { + WHMCS.ui.dataTable.getTableById(data.successDataTable, undefined).ajax.reload(); + } if (data.dismiss) { dialogClose(); } @@ -36017,3 +36095,1694 @@ return DataTable.Responsive; }); }(window.jQuery); + +/* + * International Telephone Input v12.0.2 + * https://github.com/jackocnr/intl-tel-input.git + * Licensed under the MIT license + */ +// wrap in UMD - see https://github.com/umdjs/umd/blob/master/jqueryPluginCommonjs.js +(function(factory) { + if (typeof define === "function" && define.amd) { + define([ "jquery" ], function($) { + factory($, window, document); + }); + } else if (typeof module === "object" && module.exports) { + module.exports = factory(require("jquery"), window, document); + } else { + factory(jQuery, window, document); + } +})(function($, window, document, undefined) { + "use strict"; + // these vars persist through all instances of the plugin + var pluginName = "intlTelInput", id = 1, // give each instance it's own id for namespaced event handling + defaults = { + // whether or not to allow the dropdown + allowDropdown: true, + // if there is just a dial code in the input: remove it on blur, and re-add it on focus + autoHideDialCode: true, + // add a placeholder in the input with an example number for the selected country + autoPlaceholder: "polite", + // modify the auto placeholder + customPlaceholder: null, + // append menu to a specific element + dropdownContainer: "", + // don't display these countries + excludeCountries: [], + // format the input value during initialisation and on setNumber + formatOnDisplay: true, + // geoIp lookup function + geoIpLookup: null, + // inject a hidden input with this name, and on submit, populate it with the result of getNumber + hiddenInput: "", + // initial country + initialCountry: "", + // don't insert international dial codes + nationalMode: true, + // display only these countries + onlyCountries: [], + // number type to use for placeholders + placeholderNumberType: "MOBILE", + // the countries at the top of the list. defaults to united states and united kingdom + preferredCountries: [ "us", "gb" ], + // display the country dial code next to the selected flag so it's not part of the typed number + separateDialCode: false, + // specify the path to the libphonenumber script to enable validation/formatting + utilsScript: "" + }, keys = { + UP: 38, + DOWN: 40, + ENTER: 13, + ESC: 27, + PLUS: 43, + A: 65, + Z: 90, + SPACE: 32, + TAB: 9 + }, // https://en.wikipedia.org/wiki/List_of_North_American_Numbering_Plan_area_codes#Non-geographic_area_codes + regionlessNanpNumbers = [ "800", "822", "833", "844", "855", "866", "877", "880", "881", "882", "883", "884", "885", "886", "887", "888", "889" ]; + // keep track of if the window.load event has fired as impossible to check after the fact + $(window).on("load", function() { + // UPDATE: use a public static field so we can fudge it in the tests + $.fn[pluginName].windowLoaded = true; + }); + function Plugin(element, options) { + this.telInput = $(element); + this.options = $.extend({}, defaults, options); + // event namespace + this.ns = "." + pluginName + id++; + // Chrome, FF, Safari, IE9+ + this.isGoodBrowser = Boolean(element.setSelectionRange); + this.hadInitialPlaceholder = Boolean($(element).attr("placeholder")); + } + Plugin.prototype = { + _init: function() { + // if in nationalMode, disable options relating to dial codes + if (this.options.nationalMode) { + this.options.autoHideDialCode = false; + } + // if separateDialCode then doesn't make sense to A) insert dial code into input (autoHideDialCode), and B) display national numbers (because we're displaying the country dial code next to them) + if (this.options.separateDialCode) { + this.options.autoHideDialCode = this.options.nationalMode = false; + } + // we cannot just test screen size as some smartphones/website meta tags will report desktop resolutions + // Note: for some reason jasmine breaks if you put this in the main Plugin function with the rest of these declarations + // Note: to target Android Mobiles (and not Tablets), we must find "Android" and "Mobile" + this.isMobile = /Android.+Mobile|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent); + if (this.isMobile) { + // trigger the mobile dropdown css + $("body").addClass("iti-mobile"); + // on mobile, we want a full screen dropdown, so we must append it to the body + if (!this.options.dropdownContainer) { + this.options.dropdownContainer = "body"; + } + } + // we return these deferred objects from the _init() call so they can be watched, and then we resolve them when each specific request returns + // Note: again, jasmine breaks when I put these in the Plugin function + this.autoCountryDeferred = new $.Deferred(); + this.utilsScriptDeferred = new $.Deferred(); + // in various situations there could be no country selected initially, but we need to be able to assume this variable exists + this.selectedCountryData = {}; + // process all the data: onlyCountries, excludeCountries, preferredCountries etc + this._processCountryData(); + // generate the markup + this._generateMarkup(); + // set the initial state of the input value and the selected flag + this._setInitialState(); + // start all of the event listeners: autoHideDialCode, input keydown, selectedFlag click + this._initListeners(); + // utils script, and auto country + this._initRequests(); + // return the deferreds + return [ this.autoCountryDeferred, this.utilsScriptDeferred ]; + }, + /******************** + * PRIVATE METHODS + ********************/ + // prepare all of the country data, including onlyCountries, excludeCountries and preferredCountries options + _processCountryData: function() { + // process onlyCountries or excludeCountries array if present + this._processAllCountries(); + // process the countryCodes map + this._processCountryCodes(); + // process the preferredCountries + this._processPreferredCountries(); + }, + // add a country code to this.countryCodes + _addCountryCode: function(iso2, dialCode, priority) { + if (!(dialCode in this.countryCodes)) { + this.countryCodes[dialCode] = []; + } + var index = priority || 0; + this.countryCodes[dialCode][index] = iso2; + }, + // process onlyCountries or excludeCountries array if present + _processAllCountries: function() { + if (this.options.onlyCountries.length) { + var lowerCaseOnlyCountries = this.options.onlyCountries.map(function(country) { + return country.toLowerCase(); + }); + this.countries = allCountries.filter(function(country) { + return lowerCaseOnlyCountries.indexOf(country.iso2) > -1; + }); + } else if (this.options.excludeCountries.length) { + var lowerCaseExcludeCountries = this.options.excludeCountries.map(function(country) { + return country.toLowerCase(); + }); + this.countries = allCountries.filter(function(country) { + return lowerCaseExcludeCountries.indexOf(country.iso2) === -1; + }); + } else { + this.countries = allCountries; + } + }, + // process the countryCodes map + _processCountryCodes: function() { + this.countryCodes = {}; + for (var i = 0; i < this.countries.length; i++) { + var c = this.countries[i]; + this._addCountryCode(c.iso2, c.dialCode, c.priority); + // area codes + if (c.areaCodes) { + for (var j = 0; j < c.areaCodes.length; j++) { + // full dial code is country code + dial code + this._addCountryCode(c.iso2, c.dialCode + c.areaCodes[j]); + } + } + } + }, + // process preferred countries - iterate through the preferences, fetching the country data for each one + _processPreferredCountries: function() { + this.preferredCountries = []; + for (var i = 0; i < this.options.preferredCountries.length; i++) { + var countryCode = this.options.preferredCountries[i].toLowerCase(), countryData = this._getCountryData(countryCode, false, true); + if (countryData) { + this.preferredCountries.push(countryData); + } + } + }, + // generate all of the markup for the plugin: the selected flag overlay, and the dropdown + _generateMarkup: function() { + // prevent autocomplete as there's no safe, cross-browser event we can react to, so it can easily put the plugin in an inconsistent state e.g. the wrong flag selected for the autocompleted number, which on submit could mean the wrong number is saved (esp in nationalMode) + this.telInput.attr("autocomplete", "off"); + // containers (mostly for positioning) + var parentClass = "intl-tel-input"; + if (this.options.allowDropdown) { + parentClass += " allow-dropdown"; + } + if (this.options.separateDialCode) { + parentClass += " separate-dial-code"; + } + this.telInput.wrap($("

", { + "class": parentClass + })); + this.flagsContainer = $("
", { + "class": "flag-container" + }).insertBefore(this.telInput); + // currently selected flag (displayed to left of input) + var selectedFlag = $("
", { + "class": "selected-flag" + }); + selectedFlag.appendTo(this.flagsContainer); + this.selectedFlagInner = $("
", { + "class": "iti-flag" + }).appendTo(selectedFlag); + if (this.options.separateDialCode) { + this.selectedDialCode = $("
", { + "class": "selected-dial-code" + }).appendTo(selectedFlag); + } + if (this.options.allowDropdown) { + // make element focusable and tab naviagable + selectedFlag.attr("tabindex", "0"); + // CSS triangle + $("
", { + "class": "iti-arrow" + }).appendTo(selectedFlag); + // country dropdown: preferred countries, then divider, then all countries + this.countryList = $("
'}),i.prototype=t.extend({},t.fn.popover.Constructor.prototype),i.prototype.constructor=i,i.prototype.getDefaults=function(){return i.DEFAULTS},i.prototype.init=function(e,n){if(t.fn.popover.Constructor.prototype.init.call(this,"confirmation",e,n),(this.options.popout||this.options.singleton)&&!n.rootSelector)throw new Error("The rootSelector option is required to use popout and singleton features since jQuery 3.");this.options._isDelegate=!1,n.selector?this.options._selector=this._options._selector=n.rootSelector+" "+n.selector:n._selector?(this.options._selector=n._selector,this.options._isDelegate=!0):this.options._selector=n.rootSelector;var i=this;this.options.selector?this.$element.on(this.options.trigger,this.options.selector,function(t,e){e||(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())}):(this.options._attributes={},this.options.copyAttributes?"string"==typeof this.options.copyAttributes&&(this.options.copyAttributes=this.options.copyAttributes.split(" ")):this.options.copyAttributes=[],this.options.copyAttributes.forEach(function(t){this.options._attributes[t]=this.$element.attr(t)},this),this.$element.on(this.options.trigger,function(t,e){e||(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())}),this.$element.on("show.bs.confirmation",function(e){i.options.singleton&&t(i.options._selector).not(t(this)).filter(function(){return void 0!==t(this).data("bs.confirmation")}).confirmation("hide")})),this.options._isDelegate||(this.eventBody=!1,this.uid=this.$element[0].id||this.getUID("group_"),this.$element.on("shown.bs.confirmation",function(e){i.options.popout&&!i.eventBody&&(i.eventBody=t("body").on("click.bs.confirmation."+i.uid,function(e){t(i.options._selector).is(e.target)||(t(i.options._selector).filter(function(){return void 0!==t(this).data("bs.confirmation")}).confirmation("hide"),t("body").off("click.bs."+i.uid),i.eventBody=!1)}))}))},i.prototype.hasContent=function(){return!0},i.prototype.setContent=function(){var e=this,i=this.tip(),r=this.getTitle(),o=this.getContent();if(i.find(".popover-title")[this.options.html?"html":"text"](r),i.find(".confirmation-content").toggle(!!o).children().detach().end()[this.options.html?"string"==typeof o?"html":"append":"text"](o),i.on("click",function(t){t.stopPropagation()}),this.options.buttons){var a=i.find(".confirmation-buttons .btn-group").empty();this.options.buttons.forEach(function(n){a.append(t('').addClass(n.class||"btn btn-xs btn-default").html(n.label||"").attr(n.attr||{}).prepend(t("").addClass(n.icon)," ").one("click",function(i){"#"===t(this).attr("href")&&i.preventDefault(),n.onClick&&n.onClick.call(e.$element),n.cancel?(e.getOnCancel.call(e).call(e.$element),e.$element.trigger("canceled.bs.confirmation")):(e.getOnConfirm.call(e).call(e.$element),e.$element.trigger("confirmed.bs.confirmation")),e.inState&&(e.inState.click=!1),e.hide()}))},this)}else i.find('[data-apply="confirmation"]').addClass(this.options.btnOkClass).html(this.options.btnOkLabel).attr(this.options._attributes).prepend(t("").addClass(this.options.btnOkIcon)," ").off("click").one("click",function(n){"#"===t(this).attr("href")&&n.preventDefault(),e.getOnConfirm.call(e).call(e.$element),e.$element.trigger("confirmed.bs.confirmation"),e.$element.trigger(e.options.trigger,[!0]),e.hide()}),i.find('[data-dismiss="confirmation"]').addClass(this.options.btnCancelClass).html(this.options.btnCancelLabel).prepend(t("").addClass(this.options.btnCancelIcon)," ").off("click").one("click",function(t){t.preventDefault(),e.getOnCancel.call(e).call(e.$element),e.$element.trigger("canceled.bs.confirmation"),e.inState&&(e.inState.click=!1),e.hide()});i.removeClass("fade top bottom left right in"),i.find(".popover-title").html()||i.find(".popover-title").hide(),n=this,t(window).off("keyup.bs.confirmation").on("keyup.bs.confirmation",this._onKeyup.bind(this))},i.prototype.destroy=function(){n===this&&(n=void 0,t(window).off("keyup.bs.confirmation")),t.fn.popover.Constructor.prototype.destroy.call(this)},i.prototype.hide=function(){n===this&&(n=void 0,t(window).off("keyup.bs.confirmation")),t.fn.popover.Constructor.prototype.hide.call(this)},i.prototype._onKeyup=function(e){if(!this.$tip)return n=void 0,void t(window).off("keyup.bs.confirmation");var r,o=e.key||i.KEYMAP[e.keyCode||e.which],a=this.$tip.find(".confirmation-buttons .btn-group"),s=a.find(".active");switch(o){case"Escape":this.hide();break;case"ArrowRight":r=s.length&&s.next().length?s.next():a.children().first(),s.removeClass("active"),r.addClass("active").focus();break;case"ArrowLeft":r=s.length&&s.prev().length?s.prev():a.children().last(),s.removeClass("active"),r.addClass("active").focus()}},i.prototype.getOnConfirm=function(){return this.$element.attr("data-on-confirm")?e(this.$element.attr("data-on-confirm")):this.options.onConfirm},i.prototype.getOnCancel=function(){return this.$element.attr("data-on-cancel")?e(this.$element.attr("data-on-cancel")):this.options.onCancel};var r=t.fn.confirmation;t.fn.confirmation=function(e){var n="object"==typeof e&&e||{};return n.rootSelector=this.selector||n.rootSelector,this.each(function(){var r=t(this),o=r.data("bs.confirmation");(o||"destroy"!=e)&&(o||r.data("bs.confirmation",o=new i(this,n)),"string"==typeof e&&(o[e](),"hide"==e&&o.inState&&(o.inState.click=!1)))})},t.fn.confirmation.Constructor=i,t.fn.confirmation.noConflict=function(){return t.fn.confirmation=r,this}}(jQuery),function(t,e){"object"!=typeof t.WHMCS&&(t.WHMCS=e)}(window,{hasModule:function(t){return"undefined"!=typeof WHMCS[t]&&Object.getOwnPropertyNames(WHMCS[t]).length>0},loadModule:function(t,e){if(!this.hasModule(t))if(WHMCS[t]={},"function"==typeof e)e.apply(WHMCS[t]);else for(var n in e)e.hasOwnProperty(n)&&(WHMCS[t][n]={},e[n].apply(WHMCS[t][n]))}}),function(t){WHMCS.hasModule("authn")||WHMCS.loadModule("authn",t)}({provider:function(){var t=!1;return this.feedbackContainer=function(){return jQuery(".providerLinkingFeedback")},this.btnContainer=function(){return jQuery(".providerPreLinking")},this.feedbackMessage=function(t){"undefined"==typeof t&&(t="complete_sign_in");var e=jQuery("p.providerLinkingMsg-preLink-"+t);return e.length?e.first().html():""},this.showProgressMessage=function(e){this.feedbackContainer().fadeIn("fast",function(){"function"!=typeof e||t||(t=!0,e())})},this.preLinkInit=function(t){var e=' ';this.feedbackContainer().removeClass("alert-danger alert-success").addClass("alert alert-info").html(e+this.feedbackMessage()).hide();var n=this.btnContainer();if(n.length)if(n.data("hideOnPrelink")){var i=this;n.fadeOut("false",function(){i.showProgressMessage(t)})}else n.data("disableOnPrelink")?(n.find(".btn").addClass("disabled"),this.showProgressMessage(t)):this.showProgressMessage(t);else this.showProgressMessage(t)},this.displayError=function(t,e,n){jQuery("#providerLinkingMessages .provider-name").html(t);var i=this.feedbackMessage("connect_error");if(e){var r=this.feedbackMessage(e);r&&(i=r)}n&&$(".btn-logged-in-admin").length>0&&(i+=" Error: "+n),this.feedbackContainer().removeClass("alert-info alert-success").addClass("alert alert-danger").html(i).slideDown()},this.displaySuccess=function(t,e,n){var i=n.icon,r=e.htmlTarget,o=e.targetLogin,a=e.targetRegister,s=n.name,l="";switch(t.result){case"logged_in":case"2fa_needed":l=this.feedbackMessage("2fa_needed"),this.feedbackContainer().removeClass("alert-danger alert-warning alert-success").addClass("alert alert-info").html(l),window.location=t.redirect_url?t.redirect_url:e.redirectUrl;break;case"linking_complete":var c="";c=t.remote_account.email?t.remote_account.email:t.remote_account.firstname+" "+t.remote_account.lastname,c=c.trim(),l=this.feedbackMessage("linking_complete").trim().replace(":displayName",s),c&&(l=l.replace(/\.$/," ("+c+").")),this.feedbackContainer().removeClass("alert-danger alert-warning alert-info").addClass("alert alert-success").html(i+l);break;case"login_to_link":if(r===o)l=this.feedbackMessage("login_to_link-signin-required"),this.feedbackContainer().removeClass("alert-danger alert-success alert-info").addClass("alert alert-warning").html(i+l);else{var u=jQuery("input[name=email]"),d=jQuery("input[name=firstname]"),h=jQuery("input[name=lastname]");if(""===u.val()&&u.val(t.remote_account.email),""===d.val()&&d.val(t.remote_account.firstname),""===h.val()&&h.val(t.remote_account.lastname),r===a)"object"==typeof WHMCS.client.registration&&WHMCS.client.registration.prefillPassword(),l=this.feedbackMessage("login_to_link-registration-required"),this.feedbackContainer().fadeOut("slow",function(){$(this).removeClass("alert-danger alert-success alert-info").addClass("alert alert-warning").html(i+l).fadeIn("fast")});else{"object"==typeof WHMCS.client.registration&&WHMCS.client.registration.prefillPassword();var p=this;this.feedbackContainer().each(function(t,e){var n=$(e),r=n.siblings("div .providerPreLinking").data("linkContext");n.fadeOut("slow",function(){l="checkout-new"===r?p.feedbackMessage("checkout-new"):p.feedbackMessage("login_to_link-signin-required"),n.removeClass("alert-danger alert-success alert-info").addClass("alert alert-warning").html(i+l).fadeIn("fast")})})}}break;case"other_user_exists":l=this.feedbackMessage("other_user_exists"),this.feedbackContainer().removeClass("alert-info alert-success").addClass("alert alert-danger").html(i+l).slideDown();break;case"already_linked":l=this.feedbackMessage("already_linked"),this.feedbackContainer().removeClass("alert-info alert-success").addClass("alert alert-danger").html(i+l).slideDown();break;default:l=this.feedbackMessage("default"),this.feedbackContainer().removeClass("alert-info alert-success").addClass("alert alert-danger").html(i+l).slideDown()}},this.signIn=function(t,e,n,i,r){jQuery.ajax(t).done(function(t){i(),WHMCS.authn.provider.displaySuccess(t,e,n);var r=jQuery("#tableLinkedAccounts");r.length&&WHMCS.ui.dataTable.getTableById("tableLinkedAccounts").ajax.reload()}).error(function(){r(),WHMCS.authn.provider.displayError()})},this}}),function(t){WHMCS.hasModule("client")||WHMCS.loadModule("client",t)}({registration:function(){return this.prefillPassword=function(t){if(t=t||{},"undefined"==typeof t.hideContainer){var e=jQuery("#inputSecurityQId").attr("id")?"#containerPassword":"#containerNewUserSecurity";t.hideContainer=jQuery(e),t.hideInputs=!0}else"string"==typeof t.hideContainer&&t.hideContainer.length&&(t.hideContainer=jQuery(t.hideContainer));"undefined"==typeof t.form&&(t.form={password:[{id:"inputNewPassword1"},{id:"inputNewPassword2"}]});var n=function(){for(var e=WHMCS.utils.simpleRNG(),n=0,i=t.form.password.length;n.5?btoa(v).substr(0,4):v,Math.random()>.5&&(i+=t.substr(Math.floor(13*Math.random()),1));return i},this}),jQuery(document).ready(function(){function t(t,e,n){n=n||saving;var i=/[^\s]+/g,r=[],o=0,a=0;if(t&&(r=t.match(i),a=t.split(/\\r\\n|\\r|\\n/).length),r)for(var s=0;s=19968?r[s].length:1;return'
lines: '+a+"   words: "+o+(e?'   '+n+"":"")+"
"}function e(){o>=0&&(0==o&&jQuery("span.markdown-save").html(saved),o--,setTimeout(e,1e3))}if(jQuery("#languageChooser").popover({container:"body",placement:"bottom",template:'',html:!0,content:function(){return jQuery("#languageChooserContent").html()}}),jQuery("#loginOrRegister").popover({container:"body",placement:"bottom",template:'',html:!0,content:function(){return jQuery("#loginOrRegisterContent").html()}}),jQuery("#accountNotifications").popover({container:"body",placement:"bottom",template:'',html:!0,content:function(){return jQuery("#accountNotificationsContent").html()}}),jQuery(".truncate").each(function(){jQuery(this).attr("title",jQuery(this).text()).attr("data-toggle","tooltip").attr("data-placement","bottom")}),jQuery('[data-toggle="popover"]').popover({html:!0}),jQuery('[data-toggle="tooltip"]').tooltip(),jQuery("body").on("click",function(t){jQuery('[data-toggle="popover"]').each(function(){jQuery(this).is(t.target)||0!==jQuery(this).has(t.target).length||0!==jQuery(".popover").has(t.target).length||jQuery(this).popover("hide")})}),jQuery(".list-group-tab-nav a").click(function(){if(jQuery(this).hasClass("disabled"))return!1;jQuery(".list-group-tab-nav a").removeClass("active"),jQuery(this).addClass("active");var t=this.href.split("#")[1];t&&(window.location.hash="#"+t)}),jQuery(".panel-minimise").click(function(t){t.preventDefault(),jQuery(this).hasClass("minimised")?(jQuery(this).parents(".panel").find(".panel-body, .list-group").slideDown(),jQuery(this).removeClass("minimised")):(jQuery(this).parents(".panel").find(".panel-body, .list-group").slideUp(),jQuery(this).addClass("minimised"))}),jQuery(".container").width()<=720&&(jQuery(".panel-sidebar").find(".panel-body, .list-group").hide(),jQuery(".panel-sidebar").find(".panel-minimise").addClass("minimised")),""!=jQuery(location).attr("hash").substr(1)){var n=jQuery(location).attr("hash");jQuery(".tab-pane").removeClass("active"),jQuery(n).removeClass("fade").addClass("active"),jQuery(".list-group-tab-nav a").removeClass("active"),jQuery('a[href="'+n+'"]').addClass("active"),setTimeout(function(){window.scrollTo(0,0)},1)}jQuery.prototype.bootstrapSwitch&&jQuery(".toggle-switch-success").bootstrapSwitch({onColor:"success"}),jQuery(".panel-collapsable .panel-heading").click(function(t){var e=jQuery(this);e.parents(".panel").hasClass("panel-collapsed")?(e.parents(".panel").removeClass("panel-collapsed").find(".panel-body").slideDown(),e.find(".collapse-icon i").removeClass("fa-plus").addClass("fa-minus")):(e.parents(".panel").addClass("panel-collapsed").find(".panel-body").slideUp(),e.find(".collapse-icon i").removeClass("fa-minus").addClass("fa-plus"))}),"#frmLogin".length>0&&jQuery("#frmLogin input:text:visible:first").focus(),"#twofaactivation".length>0&&jQuery("#twofaactivation input:text:visible:first,#twofaactivation input:password:visible:first").focus(),jQuery("#inputSubaccountActivate").click(function(){null!=jQuery("#inputSubaccountActivate:checked").val()?jQuery("#subacct-container").removeClass("hidden"):jQuery("#subacct-container").addClass("hidden")}),jQuery(".setBulkAction").click(function(t){t.preventDefault();var e=jQuery(this).attr("id").replace("Link","");if(0!=jQuery("#"+e).length){var n=jQuery("#domainForm").attr("action");jQuery("#domainForm").attr("action",n+"#"+e)}jQuery("#bulkaction").val(e),jQuery("#domainForm").submit()}),jQuery(".stopEventBubble").click(function(t){t.stopPropagation()}),jQuery(".tabControlLink").on("click",function(t){t.preventDefault();var e=jQuery(this).attr("href");jQuery("a[href='/"+e+"']").click()}),jQuery(".ticket-reply .rating span.star").click(function(t){window.location="viewticket.php?tid="+jQuery(this).parent(".rating").attr("ticketid")+"&c="+jQuery(this).parent(".rating").attr("ticketkey")+"&rating=rate"+jQuery(this).parent(".rating").attr("ticketreplyid")+"_"+jQuery(this).attr("rate")}),jQuery("a.autoLinked").click(function(t){t.preventDefault();var e=window.open();e.opener=null,e.location=t.target.href}),jQuery("#inputAllowSso").on("switchChange.bootstrapSwitch",function(t,e){e?(jQuery("#ssoStatusTextEnabled").removeClass("hidden").show(),jQuery("#ssoStatusTextDisabled").hide()):(jQuery("#ssoStatusTextDisabled").removeClass("hidden").show(), -jQuery("#ssoStatusTextEnabled").hide()),jQuery.post("clientarea.php",jQuery("#frmSingleSignOn").serialize())}),jQuery(".btn-service-sso").on("click",function(t){t.preventDefault();var e=jQuery(this),n=e.parents("form");0==n.length&&(n=e.find("form")),n.hasClass("disabled")||(e.find(".loading").removeClass("hidden").show().end().attr("disabled","disabled"),jQuery.post(window.location.href,n.serialize(),function(t){e.find(".loading").hide().end().removeAttr("disabled"),n.find(".login-feedback").html(""),t.error&&n.find(".login-feedback").html(t.error),void 0!==t.redirect&&"window|"===t.redirect.substr(0,7)&&window.open(t.redirect.substr(7),"_blank")},"json"))}),jQuery(".btn-sidebar-form-submit").on("click",function(t){t.preventDefault(),jQuery(this).find(".loading").removeClass("hidden").show().end().attr("disabled","disabled");var e=jQuery(this).parents("form");0==e.length&&(e=jQuery(this).find("form")),0!==e.length&&e.hasClass("disabled")===!1?e.submit():jQuery(this).find(".loading").hide().end().removeAttr("disabled")}),jQuery(".email-verification .btn.close").click(function(t){t.preventDefault(),jQuery.post("clientarea.php","action=dismiss-email-banner&token="+csrfToken),jQuery(".email-verification").hide()}),jQuery(".back-to-top").click(function(t){t.preventDefault(),jQuery("body,html").animate({scrollTop:0},500)}),jQuery(".choose-language").click(function(t){t.preventDefault()});var i=0,r="clientMDE",o=0;jQuery(".markdown-editor").each(function(n){i++;var a=jQuery(this).data("auto-save-name"),s=jQuery(this).attr("id")+"-footer";"undefined"==typeof a&&(a="client_area"),window[r+i.toString()]=jQuery(this).markdown({footer:'
',autofocus:!1,savable:!1,resize:"vertical",iconlibrary:"fa",language:locale,onShow:function(e){var n="",i=!1;"undefined"!=typeof Storage&&(n=localStorage.getItem(a),i=!0,n&&"undefined"!=typeof n&&e.setContent(n)),jQuery("#"+s).html(t(n,i,saved))},onChange:function(n){var i=n.getContent(),r=!1;"undefined"!=typeof Storage&&(o=3,r=!0,localStorage.setItem(a,i),e()),jQuery("#"+s).html(t(i,r))},onPreview:function(t){var e,n=t.getContent();return jQuery.ajax({url:"clientarea.php",async:!1,data:{token:csrfToken,action:"parseMarkdown",content:n},dataType:"json",success:function(t){e=t}}),e.body?e.body:""},additionalButtons:[[{name:"groupCustom",data:[{name:"cmdHelp",title:"Help",hotkey:"Ctrl+F1",btnClass:"btn open-modal",icon:{glyph:"glyphicons glyphicons-question-sign",fa:"fa fa-question-circle","fa-3":"icon-question-sign"},callback:function(t){t.$editor.removeClass("md-fullscreen-mode")}}]}]],hiddenButtons:["cmdImage"]}),jQuery('button[data-handler="bootstrap-markdown-cmdHelp"]').attr("data-modal-title",markdownGuide).attr("href","submitticket.php?action=markdown"),jQuery(this).closest("form").bind({submit:function(){"undefined"!=typeof Storage&&localStorage.removeItem(a)}})}),jQuery("#btnResendVerificationEmail").click(function(){jQuery.post("clientarea.php",{token:csrfToken,action:"resendVerificationEmail"}).done(function(t){jQuery("#btnResendVerificationEmail").html("Email Sent").prop("disabled",!0)})});var a=jQuery("input[name=2fasetup]").parent("form");a.submit(function(t){t.preventDefault(),openModal(a.attr("action"),a.serialize(),"Loading...")}),jQuery("#frmPayment").find("#btnSubmit").on("click",function(){jQuery(this).find("span").toggleClass("hidden")}),jQuery(".btn-resend-approver-email").click(function(){jQuery.post(jQuery(this).data("url"),{addonId:jQuery(this).data("addonid"),serviceId:jQuery(this).data("serviceid")},function(t){1==t.success?jQuery(".alert-table-ssl-manage").addClass("alert-success").text("Approver Email Resent").removeClass("hidden"):jQuery(".alert-table-ssl-manage").addClass("alert-danger").text("Error: "+t.message).removeClass("hidden")})}),WHMCS.ui.dataTable.register(),WHMCS.ui.confirmation.register(),jQuery("#frmReply").submit(function(t){jQuery("#frmReply").find('input[type="submit"]').addClass("disabled").prop("disabled",!0)})});var lastTicketMsg;jQuery(document).ready(function(){jQuery(document).on("click",".open-modal",function(t){t.preventDefault();var e=jQuery(this).attr("href"),n=jQuery(this).data("modal-size"),i=jQuery(this).data("modal-class"),r=jQuery(this).data("modal-title"),o=jQuery(this).data("btn-submit-id"),a=jQuery(this).data("btn-submit-label"),s=jQuery(this).data("btn-close-hide"),l=jQuery(this).attr("disabled");l||openModal(e,"",r,n,i,a,o,s)}),jQuery("#modalAjax").on("hidden.bs.modal",function(t){if(jQuery(this).hasClass("modal-feature-highlights")){var e=jQuery("#cbFeatureHighlightsDismissForVersion").is(":checked");jQuery.ajax("whatsnew.php?dismiss=1&until_next_update="+(e?"1":"0"),{dataType:"json"})}jQuery("#modalAjax").find(".modal-body").empty(),jQuery("#modalAjax").children("div.modal-dialog").removeClass("modal-lg"),jQuery("#modalAjax").removeClass().addClass("modal whmcs-modal fade"),jQuery("#modalAjax .modal-title").html("Title"),jQuery("#modalAjax .modal-submit").html("Submit").removeClass().addClass("btn btn-primary modal-submit").removeAttr("id").removeAttr("disabled"),jQuery("#modalAjax .loader").show()})}),function(){var t=[].slice;!function(e,n){"use strict";var i;return i=function(){function t(t,n){null==n&&(n={}),this.$element=e(t),this.options=e.extend({},e.fn.bootstrapSwitch.defaults,{state:this.$element.is(":checked"),size:this.$element.data("size"),animate:this.$element.data("animate"),disabled:this.$element.is(":disabled"),readonly:this.$element.is("[readonly]"),indeterminate:this.$element.data("indeterminate"),inverse:this.$element.data("inverse"),radioAllOff:this.$element.data("radio-all-off"),onColor:this.$element.data("on-color"),offColor:this.$element.data("off-color"),onText:this.$element.data("on-text"),offText:this.$element.data("off-text"),labelText:this.$element.data("label-text"),handleWidth:this.$element.data("handle-width"),labelWidth:this.$element.data("label-width"),baseClass:this.$element.data("base-class"),wrapperClass:this.$element.data("wrapper-class")},n),this.$wrapper=e("
",{class:function(t){return function(){var e;return e=[""+t.options.baseClass].concat(t._getClasses(t.options.wrapperClass)),e.push(t.options.state?""+t.options.baseClass+"-on":""+t.options.baseClass+"-off"),null!=t.options.size&&e.push(""+t.options.baseClass+"-"+t.options.size),t.options.disabled&&e.push(""+t.options.baseClass+"-disabled"),t.options.readonly&&e.push(""+t.options.baseClass+"-readonly"),t.options.indeterminate&&e.push(""+t.options.baseClass+"-indeterminate"),t.options.inverse&&e.push(""+t.options.baseClass+"-inverse"),t.$element.attr("id")&&e.push(""+t.options.baseClass+"-id-"+t.$element.attr("id")),e.join(" ")}}(this)()}),this.$container=e("
",{class:""+this.options.baseClass+"-container"}),this.$on=e("",{html:this.options.onText,class:""+this.options.baseClass+"-handle-on "+this.options.baseClass+"-"+this.options.onColor}),this.$off=e("",{html:this.options.offText,class:""+this.options.baseClass+"-handle-off "+this.options.baseClass+"-"+this.options.offColor}),this.$label=e("",{html:this.options.labelText,class:""+this.options.baseClass+"-label"}),this.$element.on("init.bootstrapSwitch",function(e){return function(){return e.options.onInit.apply(t,arguments)}}(this)),this.$element.on("switchChange.bootstrapSwitch",function(e){return function(){return e.options.onSwitchChange.apply(t,arguments)}}(this)),this.$container=this.$element.wrap(this.$container).parent(),this.$wrapper=this.$container.wrap(this.$wrapper).parent(),this.$element.before(this.options.inverse?this.$off:this.$on).before(this.$label).before(this.options.inverse?this.$on:this.$off),this.options.indeterminate&&this.$element.prop("indeterminate",!0),this._init(),this._elementHandlers(),this._handleHandlers(),this._labelHandlers(),this._formHandler(),this._externalLabelHandler(),this.$element.trigger("init.bootstrapSwitch")}return t.prototype._constructor=t,t.prototype.state=function(t,e){return"undefined"==typeof t?this.options.state:this.options.disabled||this.options.readonly?this.$element:this.options.state&&!this.options.radioAllOff&&this.$element.is(":radio")?this.$element:(this.options.indeterminate&&this.indeterminate(!1),t=!!t,this.$element.prop("checked",t).trigger("change.bootstrapSwitch",e),this.$element)},t.prototype.toggleState=function(t){return this.options.disabled||this.options.readonly?this.$element:this.options.indeterminate?(this.indeterminate(!1),this.state(!0)):this.$element.prop("checked",!this.options.state).trigger("change.bootstrapSwitch",t)},t.prototype.size=function(t){return"undefined"==typeof t?this.options.size:(null!=this.options.size&&this.$wrapper.removeClass(""+this.options.baseClass+"-"+this.options.size),t&&this.$wrapper.addClass(""+this.options.baseClass+"-"+t),this._width(),this._containerPosition(),this.options.size=t,this.$element)},t.prototype.animate=function(t){return"undefined"==typeof t?this.options.animate:(t=!!t,t===this.options.animate?this.$element:this.toggleAnimate())},t.prototype.toggleAnimate=function(){return this.options.animate=!this.options.animate,this.$wrapper.toggleClass(""+this.options.baseClass+"-animate"),this.$element},t.prototype.disabled=function(t){return"undefined"==typeof t?this.options.disabled:(t=!!t,t===this.options.disabled?this.$element:this.toggleDisabled())},t.prototype.toggleDisabled=function(){return this.options.disabled=!this.options.disabled,this.$element.prop("disabled",this.options.disabled),this.$wrapper.toggleClass(""+this.options.baseClass+"-disabled"),this.$element},t.prototype.readonly=function(t){return"undefined"==typeof t?this.options.readonly:(t=!!t,t===this.options.readonly?this.$element:this.toggleReadonly())},t.prototype.toggleReadonly=function(){return this.options.readonly=!this.options.readonly,this.$element.prop("readonly",this.options.readonly),this.$wrapper.toggleClass(""+this.options.baseClass+"-readonly"),this.$element},t.prototype.indeterminate=function(t){return"undefined"==typeof t?this.options.indeterminate:(t=!!t,t===this.options.indeterminate?this.$element:this.toggleIndeterminate())},t.prototype.toggleIndeterminate=function(){return this.options.indeterminate=!this.options.indeterminate,this.$element.prop("indeterminate",this.options.indeterminate),this.$wrapper.toggleClass(""+this.options.baseClass+"-indeterminate"),this._containerPosition(),this.$element},t.prototype.inverse=function(t){return"undefined"==typeof t?this.options.inverse:(t=!!t,t===this.options.inverse?this.$element:this.toggleInverse())},t.prototype.toggleInverse=function(){var t,e;return this.$wrapper.toggleClass(""+this.options.baseClass+"-inverse"),e=this.$on.clone(!0),t=this.$off.clone(!0),this.$on.replaceWith(t),this.$off.replaceWith(e),this.$on=t,this.$off=e,this.options.inverse=!this.options.inverse,this.$element},t.prototype.onColor=function(t){var e;return e=this.options.onColor,"undefined"==typeof t?e:(null!=e&&this.$on.removeClass(""+this.options.baseClass+"-"+e),this.$on.addClass(""+this.options.baseClass+"-"+t),this.options.onColor=t,this.$element)},t.prototype.offColor=function(t){var e;return e=this.options.offColor,"undefined"==typeof t?e:(null!=e&&this.$off.removeClass(""+this.options.baseClass+"-"+e),this.$off.addClass(""+this.options.baseClass+"-"+t),this.options.offColor=t,this.$element)},t.prototype.onText=function(t){return"undefined"==typeof t?this.options.onText:(this.$on.html(t),this._width(),this._containerPosition(),this.options.onText=t,this.$element)},t.prototype.offText=function(t){return"undefined"==typeof t?this.options.offText:(this.$off.html(t),this._width(),this._containerPosition(),this.options.offText=t,this.$element)},t.prototype.labelText=function(t){return"undefined"==typeof t?this.options.labelText:(this.$label.html(t),this._width(),this.options.labelText=t,this.$element)},t.prototype.handleWidth=function(t){return"undefined"==typeof t?this.options.handleWidth:(this.options.handleWidth=t,this._width(),this._containerPosition(),this.$element)},t.prototype.labelWidth=function(t){return"undefined"==typeof t?this.options.labelWidth:(this.options.labelWidth=t,this._width(),this._containerPosition(),this.$element)},t.prototype.baseClass=function(t){return this.options.baseClass},t.prototype.wrapperClass=function(t){return"undefined"==typeof t?this.options.wrapperClass:(t||(t=e.fn.bootstrapSwitch.defaults.wrapperClass),this.$wrapper.removeClass(this._getClasses(this.options.wrapperClass).join(" ")),this.$wrapper.addClass(this._getClasses(t).join(" ")),this.options.wrapperClass=t,this.$element)},t.prototype.radioAllOff=function(t){return"undefined"==typeof t?this.options.radioAllOff:(t=!!t,t===this.options.radioAllOff?this.$element:(this.options.radioAllOff=t,this.$element))},t.prototype.onInit=function(t){return"undefined"==typeof t?this.options.onInit:(t||(t=e.fn.bootstrapSwitch.defaults.onInit),this.options.onInit=t,this.$element)},t.prototype.onSwitchChange=function(t){return"undefined"==typeof t?this.options.onSwitchChange:(t||(t=e.fn.bootstrapSwitch.defaults.onSwitchChange),this.options.onSwitchChange=t,this.$element)},t.prototype.destroy=function(){var t;return t=this.$element.closest("form"),t.length&&t.off("reset.bootstrapSwitch").removeData("bootstrap-switch"),this.$container.children().not(this.$element).remove(),this.$element.unwrap().unwrap().off(".bootstrapSwitch").removeData("bootstrap-switch"),this.$element},t.prototype._width=function(){var t,e;return t=this.$on.add(this.$off),t.add(this.$label).css("width",""),e="auto"===this.options.handleWidth?Math.max(this.$on.width(),this.$off.width()):this.options.handleWidth,t.width(e),this.$label.width(function(t){return function(n,i){return"auto"!==t.options.labelWidth?t.options.labelWidth:i0)))return t._dragEnd=n,t.$container.css("margin-left",""+t._dragEnd+"px")}}(this),"mouseup.bootstrapSwitch touchend.bootstrapSwitch":function(t){return function(e){var n;if(t._dragStart)return e.preventDefault(),t.options.animate&&t.$wrapper.addClass(""+t.options.baseClass+"-animate"),t._dragEnd?(n=t._dragEnd>-(t._handleWidth/2),t._dragEnd=!1,t.state(t.options.inverse?!n:n)):t.state(!t.options.state),t._dragStart=!1}}(this),"mouseleave.bootstrapSwitch":function(t){return function(e){return t.$label.trigger("mouseup.bootstrapSwitch")}}(this)})},t.prototype._externalLabelHandler=function(){var t;return t=this.$element.closest("label"),t.on("click",function(e){return function(n){if(n.preventDefault(),n.stopImmediatePropagation(),n.target===t[0])return e.toggleState()}}(this))},t.prototype._formHandler=function(){var t;if(t=this.$element.closest("form"),!t.data("bootstrap-switch"))return t.on("reset.bootstrapSwitch",function(){return n.setTimeout(function(){return t.find("input").filter(function(){return e(this).data("bootstrap-switch")}).each(function(){return e(this).bootstrapSwitch("state",this.checked)})},1)}).data("bootstrap-switch",!0)},t.prototype._getClasses=function(t){var n,i,r,o;if(!e.isArray(t))return[""+this.options.baseClass+"-"+t];for(i=[],r=0,o=t.length;r",{class:"btn-group"});for(c=0;c"),h.text(" "+this.__localize(v)).addClass("btn-default btn-sm").addClass(b),b.match(/btn\-(primary|success|info|warning|danger|link)/)&&h.removeClass("btn-default"),h.attr({type:"button",title:this.__localize(f.title)+x,tabindex:y,"data-provider":r,"data-handler":g,"data-hotkey":w}),f.toggle===!0&&h.attr("data-toggle","button"),p=t(""),p.addClass(m),p.prependTo(h),d.append(h),o.push(g),a.push(f.callback)}n.append(d)}}return n},__setListener:function(){var e="undefined"!=typeof this.$textarea.attr("rows"),n=this.$textarea.val().split("\n").length>5?this.$textarea.val().split("\n").length:"5",i=e?this.$textarea.attr("rows"):n;this.$textarea.attr("rows",i),this.$options.resize&&this.$textarea.css("resize",this.$options.resize),this.$textarea.on({focus:t.proxy(this.focus,this),keyup:t.proxy(this.keyup,this),change:t.proxy(this.change,this),select:t.proxy(this.select,this)}),this.eventSupported("keydown")&&this.$textarea.on("keydown",t.proxy(this.keydown,this)),this.eventSupported("keypress")&&this.$textarea.on("keypress",t.proxy(this.keypress,this)),this.$textarea.data("markdown",this)},__handle:function(e){var n=t(e.currentTarget),i=this.$handler,r=this.$callback,o=n.attr("data-handler"),a=i.indexOf(o),s=r[a];t(e.currentTarget).focus(),s(this),this.change(this),o.indexOf("cmdSave")<0&&this.$textarea.focus(),e.preventDefault()},__localize:function(e){var n=t.fn.markdown.messages,i=this.$options.language;return"undefined"!=typeof n&&"undefined"!=typeof n[i]&&"undefined"!=typeof n[i][e]?n[i][e]:e},__getIcon:function(t){return"object"==typeof t?t[this.$options.iconlibrary]:t},setFullscreen:function(e){var n=this.$editor,i=this.$textarea;e===!0?(n.addClass("md-fullscreen-mode"),t("body").addClass("md-nooverflow"),this.$options.onFullscreen(this)):(n.removeClass("md-fullscreen-mode"),t("body").removeClass("md-nooverflow"),1==this.$isPreview&&this.hidePreview().showPreview()),this.$isFullscreen=e,i.focus()},showEditor:function(){var e,n=this,i=this.$ns,r=this.$element,o=(r.css("height"),r.css("width"),this.$editable),a=this.$handler,s=this.$callback,l=this.$options,c=t("
",{class:"md-editor",click:function(){n.focus()}});if(null===this.$editor){var u=t("
",{class:"md-header btn-toolbar"}),d=[];if(l.buttons.length>0&&(d=d.concat(l.buttons[0])),l.additionalButtons.length>0&&t.each(l.additionalButtons[0],function(e,n){var i=t.grep(d,function(t,e){return t.name===n.name});i.length>0?i[0].data=i[0].data.concat(n.data):d.push(l.additionalButtons[0][e])}),l.reorderButtonGroups.length>0&&(d=d.filter(function(t){return l.reorderButtonGroups.indexOf(t.name)>-1}).sort(function(t,e){return l.reorderButtonGroups.indexOf(t.name)l.reorderButtonGroups.indexOf(e.name)?1:0})),d.length>0&&(u=this.__buildButtons([d],u)),l.fullscreen.enable&&u.append('
').on("click",".md-control-fullscreen",function(t){t.preventDefault(),n.setFullscreen(!0)}),c.append(u),r.is("textarea"))r.before(c),e=r,e.addClass("md-input"),c.append(e);else{var h="function"==typeof toMarkdown?toMarkdown(r.html()):r.html(),p=t.trim(h);e=t("",ct.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue,e.appendChild(t),n=it.createElement("input"),n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),t.appendChild(n),ct.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,ct.noCloneEvent=!!t.addEventListener,t[pt.expando]=1,ct.attributes=!t.getAttribute(pt.expando)}();var zt={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:ct.htmlSerialize?[0,"",""]:[1,"X
","
"]};zt.optgroup=zt.option,zt.tbody=zt.tfoot=zt.colgroup=zt.caption=zt.thead,zt.th=zt.td;var qt=/<|&#?\w+;/,Vt=/-1&&(f=p.split("."),p=f.shift(),f.sort()),a=p.indexOf(":")<0&&"on"+p,e=e[pt.expando]?e:new pt.Event(p,"object"==typeof e&&e),e.isTrigger=r?2:3,e.namespace=f.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=i),n=null==n?[e]:pt.makeArray(n,[e]),l=pt.event.special[p]||{},r||!l.trigger||l.trigger.apply(i,n)!==!1)){if(!r&&!l.noBubble&&!pt.isWindow(i)){for(d=l.delegateType||p,Xt.test(d+p)||(s=s.parentNode);s;s=s.parentNode)h.push(s),u=s;u===(i.ownerDocument||it)&&h.push(u.defaultView||u.parentWindow||t)}for(c=0;(s=h[c++])&&!e.isPropagationStopped();)e.type=c>1?d:l.bindType||p,o=(pt._data(s,"events")||{})[e.type]&&pt._data(s,"handle"),o&&o.apply(s,n),o=a&&s[a],o&&o.apply&&Lt(s)&&(e.result=o.apply(s,n),e.result===!1&&e.preventDefault());if(e.type=p,!r&&!e.isDefaultPrevented()&&(!l._default||l._default.apply(h.pop(),n)===!1)&&Lt(i)&&a&&i[p]&&!pt.isWindow(i)){u=i[a],u&&(i[a]=null),pt.event.triggered=p;try{i[p]()}catch(t){}pt.event.triggered=void 0,u&&(i[a]=u)}return e.result}},dispatch:function(t){t=pt.event.fix(t);var e,n,i,r,o,a=[],s=rt.call(arguments),d=(pt._data(this,"events")||{})[t.type]||[],l=pt.event.special[t.type]||{};if(s[0]=t,t.delegateTarget=this,!l.preDispatch||l.preDispatch.call(this,t)!==!1){for(a=pt.event.handlers.call(this,t,d),e=0;(r=a[e++])&&!t.isPropagationStopped();)for(t.currentTarget=r.elem,n=0;(o=r.handlers[n++])&&!t.isImmediatePropagationStopped();)t.rnamespace&&!t.rnamespace.test(o.namespace)||(t.handleObj=o,t.data=o.data,i=((pt.event.special[o.origType]||{}).handle||o.handler).apply(r.elem,s),void 0!==i&&(t.result=i)===!1&&(t.preventDefault(),t.stopPropagation()));return l.postDispatch&&l.postDispatch.call(this,t),t.result}},handlers:function(t,e){var n,i,r,o,a=[],s=e.delegateCount,d=t.target;if(s&&d.nodeType&&("click"!==t.type||isNaN(t.button)||t.button<1))for(;d!=this;d=d.parentNode||this)if(1===d.nodeType&&(d.disabled!==!0||"click"!==t.type)){for(i=[],n=0;n-1:pt.find(r,this,null,[d]).length),i[r]&&i.push(o);i.length&&a.push({elem:d,handlers:i})}return s]","i"),ee=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,ne=/\s*$/g,ae=p(it),se=ae.appendChild(it.createElement("div"));pt.extend({htmlPrefilter:function(t){return t.replace(ee,"<$1>")},clone:function(t,e,n){var i,r,o,a,s,d=pt.contains(t.ownerDocument,t);if(ct.html5Clone||pt.isXMLDoc(t)||!te.test("<"+t.nodeName+">")?o=t.cloneNode(!0):(se.innerHTML=t.outerHTML,se.removeChild(o=se.firstChild)),!(ct.noCloneEvent&&ct.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||pt.isXMLDoc(t)))for(i=f(o),s=f(t),a=0;null!=(r=s[a]);++a)i[a]&&D(r,i[a]);if(e)if(n)for(s=s||f(t),i=i||f(o),a=0;null!=(r=s[a]);a++)T(r,i[a]);else T(t,o);return i=f(o,"script"),i.length>0&&g(i,!d&&f(t,"script")),i=s=r=null,o},cleanData:function(t,e){for(var n,i,r,o,a=0,s=pt.expando,d=pt.cache,l=ct.attributes,u=pt.event.special;null!=(n=t[a]);a++)if((e||Lt(n))&&(r=n[s],o=r&&d[r])){if(o.events)for(i in o.events)u[i]?pt.event.remove(n,i):pt.removeEvent(n,i,o.handle);d[r]&&(delete d[r],l||"undefined"==typeof n.removeAttribute?n[s]=void 0:n.removeAttribute(s),nt.push(r))}}}),pt.fn.extend({domManip:k,detach:function(t){return _(this,t,!0)},remove:function(t){return _(this,t)},text:function(t){return Ft(this,function(t){return void 0===t?pt.text(this):this.empty().append((this[0]&&this[0].ownerDocument||it).createTextNode(t))},null,t,arguments.length)},append:function(){return k(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=w(this,t);e.appendChild(t)}})},prepend:function(){return k(this,arguments,function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=w(this,t);e.insertBefore(t,e.firstChild)}})},before:function(){return k(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this)})},after:function(){return k(this,arguments,function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)})},empty:function(){for(var t,e=0;null!=(t=this[e]);e++){for(1===t.nodeType&&pt.cleanData(f(t,!1));t.firstChild;)t.removeChild(t.firstChild);t.options&&pt.nodeName(t,"select")&&(t.options.length=0)}return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map(function(){return pt.clone(this,t,e)})},html:function(t){return Ft(this,function(t){var e=this[0]||{},n=0,i=this.length;if(void 0===t)return 1===e.nodeType?e.innerHTML.replace(Zt,""):void 0;if("string"==typeof t&&!ne.test(t)&&(ct.htmlSerialize||!te.test(t))&&(ct.leadingWhitespace||!Wt.test(t))&&!zt[(Bt.exec(t)||["",""])[1].toLowerCase()]){t=pt.htmlPrefilter(t);try{for(;nt",l.childNodes[0].style.borderCollapse="separate",e=l.getElementsByTagName("td"),e[0].style.cssText="margin:0;border:0;padding:0;display:none",o=0===e[0].offsetHeight,o&&(e[0].style.display="",e[1].style.display="none",o=0===e[0].offsetHeight)),c.removeChild(d)}var n,i,r,o,a,s,d=it.createElement("div"),l=it.createElement("div");l.style&&(l.style.cssText="float:left;opacity:.5",ct.opacity="0.5"===l.style.opacity,ct.cssFloat=!!l.style.cssFloat,l.style.backgroundClip="content-box",l.cloneNode(!0).style.backgroundClip="",ct.clearCloneStyle="content-box"===l.style.backgroundClip,d=it.createElement("div"),d.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",l.innerHTML="",d.appendChild(l),ct.boxSizing=""===l.style.boxSizing||""===l.style.MozBoxSizing||""===l.style.WebkitBoxSizing,pt.extend(ct,{reliableHiddenOffsets:function(){return null==n&&e(),o},boxSizingReliable:function(){return null==n&&e(),r},pixelMarginRight:function(){return null==n&&e(),i},pixelPosition:function(){return null==n&&e(),n},reliableMarginRight:function(){return null==n&&e(),a},reliableMarginLeft:function(){return null==n&&e(),s}}))}();var fe,ge,$e=/^(top|right|bottom|left)$/;t.getComputedStyle?(fe=function(e){var n=e.ownerDocument.defaultView;return n&&n.opener||(n=t),n.getComputedStyle(e)},ge=function(t,e,n){var i,r,o,a,s=t.style;return n=n||fe(t),a=n?n.getPropertyValue(e)||n[e]:void 0,""!==a&&void 0!==a||pt.contains(t.ownerDocument,t)||(a=pt.style(t,e)),n&&!ct.pixelMarginRight()&&ce.test(a)&&ue.test(e)&&(i=s.width,r=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=i,s.minWidth=r,s.maxWidth=o),void 0===a?a:a+""}):pe.currentStyle&&(fe=function(t){return t.currentStyle},ge=function(t,e,n){var i,r,o,a,s=t.style;return n=n||fe(t),a=n?n[e]:void 0,null==a&&s&&s[e]&&(a=s[e]),ce.test(a)&&!$e.test(e)&&(i=s.left,r=t.runtimeStyle,o=r&&r.left,o&&(r.left=t.currentStyle.left),s.left="fontSize"===e?"1em":a,a=s.pixelLeft+"px",s.left=i,o&&(r.left=o)),void 0===a?a:a+""||"auto"});var me=/alpha\([^)]*\)/i,ve=/opacity\s*=\s*([^)]*)/i,ye=/^(none|table(?!-c[ea]).+)/,be=new RegExp("^("+Pt+")(.*)$","i"),Ce={position:"absolute",visibility:"hidden",display:"block"},we={letterSpacing:"0",fontWeight:"400"},xe=["Webkit","O","Moz","ms"],Se=it.createElement("div").style;pt.extend({cssHooks:{opacity:{get:function(t,e){if(e){var n=ge(t,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{float:ct.cssFloat?"cssFloat":"styleFloat"},style:function(t,e,n,i){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var r,o,a,s=pt.camelCase(e),d=t.style;if(e=pt.cssProps[s]||(pt.cssProps[s]=L(s)||s),a=pt.cssHooks[e]||pt.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(r=a.get(t,!1,i))?r:d[e];if(o=typeof n,"string"===o&&(r=Mt.exec(n))&&r[1]&&(n=h(t,e,r),o="number"),null!=n&&n===n&&("number"===o&&(n+=r&&r[3]||(pt.cssNumber[s]?"":"px")),ct.clearCloneStyle||""!==n||0!==e.indexOf("background")||(d[e]="inherit"),!(a&&"set"in a&&void 0===(n=a.set(t,n,i)))))try{d[e]=n}catch(t){}}},css:function(t,e,n,i){var r,o,a,s=pt.camelCase(e);return e=pt.cssProps[s]||(pt.cssProps[s]=L(s)||s),a=pt.cssHooks[e]||pt.cssHooks[s],a&&"get"in a&&(o=a.get(t,!0,n)),void 0===o&&(o=ge(t,e,i)),"normal"===o&&e in we&&(o=we[e]),""===n||n?(r=parseFloat(o),n===!0||isFinite(r)?r||0:o):o}}),pt.each(["height","width"],function(t,e){pt.cssHooks[e]={get:function(t,n,i){if(n)return ye.test(pt.css(t,"display"))&&0===t.offsetWidth?he(t,Ce,function(){return M(t,e,i)}):M(t,e,i)},set:function(t,n,i){var r=i&&fe(t);return E(t,n,i?P(t,e,i,ct.boxSizing&&"border-box"===pt.css(t,"boxSizing",!1,r),r):0)}}}),ct.opacity||(pt.cssHooks.opacity={get:function(t,e){return ve.test((e&&t.currentStyle?t.currentStyle.filter:t.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":e?"1":""},set:function(t,e){var n=t.style,i=t.currentStyle,r=pt.isNumeric(e)?"alpha(opacity="+100*e+")":"",o=i&&i.filter||n.filter||"";n.zoom=1,(e>=1||""===e)&&""===pt.trim(o.replace(me,""))&&n.removeAttribute&&(n.removeAttribute("filter"),""===e||i&&!i.filter)||(n.filter=me.test(o)?o.replace(me,r):o+" "+r)}}),pt.cssHooks.marginRight=j(ct.reliableMarginRight,function(t,e){if(e)return he(t,{display:"inline-block"},ge,[t,"marginRight"])}),pt.cssHooks.marginLeft=j(ct.reliableMarginLeft,function(t,e){if(e)return(parseFloat(ge(t,"marginLeft"))||(pt.contains(t.ownerDocument,t)?t.getBoundingClientRect().left-he(t,{marginLeft:0},function(){return t.getBoundingClientRect().left}):0))+"px"}),pt.each({margin:"",padding:"",border:"Width"},function(t,e){pt.cssHooks[t+e]={expand:function(n){for(var i=0,r={},o="string"==typeof n?n.split(" "):[n];i<4;i++)r[t+Rt[i]+e]=o[i]||o[i-2]||o[0];return r}},ue.test(t)||(pt.cssHooks[t+e].set=E)}),pt.fn.extend({css:function(t,e){return Ft(this,function(t,e,n){var i,r,o={},a=0;if(pt.isArray(e)){for(i=fe(t),r=e.length;a1)},show:function(){return N(this,!0)},hide:function(){return N(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each(function(){Ot(this)?pt(this).show():pt(this).hide()})}}),pt.Tween=R,R.prototype={constructor:R,init:function(t,e,n,i,r,o){this.elem=t,this.prop=n,this.easing=r||pt.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=i,this.unit=o||(pt.cssNumber[n]?"":"px")},cur:function(){var t=R.propHooks[this.prop];return t&&t.get?t.get(this):R.propHooks._default.get(this)},run:function(t){var e,n=R.propHooks[this.prop];return this.options.duration?this.pos=e=pt.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),n&&n.set?n.set(this):R.propHooks._default.set(this),this}},R.prototype.init.prototype=R.prototype,R.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=pt.css(t.elem,t.prop,""),e&&"auto"!==e?e:0)},set:function(t){pt.fx.step[t.prop]?pt.fx.step[t.prop](t):1!==t.elem.nodeType||null==t.elem.style[pt.cssProps[t.prop]]&&!pt.cssHooks[t.prop]?t.elem[t.prop]=t.now:pt.style(t.elem,t.prop,t.now+t.unit)}}},R.propHooks.scrollTop=R.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},pt.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},pt.fx=R.prototype.init,pt.fx.step={};var Te,De,ke=/^(?:toggle|show|hide)$/,_e=/queueHooks$/;pt.Animation=pt.extend(W,{tweeners:{"*":[function(t,e){var n=this.createTween(t,e);return h(n.elem,t,Mt.exec(e),n),n}]},tweener:function(t,e){pt.isFunction(t)?(e=t,t=["*"]):t=t.match(It);for(var n,i=0,r=t.length;i
a",t=n.getElementsByTagName("a")[0],e.setAttribute("type","checkbox"),n.appendChild(e),t=n.getElementsByTagName("a")[0],t.style.cssText="top:1px",ct.getSetAttribute="t"!==n.className,ct.style=/top/.test(t.getAttribute("style")),ct.hrefNormalized="/a"===t.getAttribute("href"),ct.checkOn=!!e.value,ct.optSelected=r.selected,ct.enctype=!!it.createElement("form").enctype,i.disabled=!0,ct.optDisabled=!r.disabled,e=it.createElement("input"),e.setAttribute("value",""),ct.input=""===e.getAttribute("value"),e.value="t",e.setAttribute("type","radio"),ct.radioValue="t"===e.value}();var Ie=/\r/g,Ae=/[\x20\t\r\n\f]+/g;pt.fn.extend({val:function(t){var e,n,i,r=this[0];{if(arguments.length)return i=pt.isFunction(t),this.each(function(n){var r;1===this.nodeType&&(r=i?t.call(this,n,pt(this).val()):t,null==r?r="":"number"==typeof r?r+="":pt.isArray(r)&&(r=pt.map(r,function(t){return null==t?"":t+""})),e=pt.valHooks[this.type]||pt.valHooks[this.nodeName.toLowerCase()],e&&"set"in e&&void 0!==e.set(this,r,"value")||(this.value=r))});if(r)return e=pt.valHooks[r.type]||pt.valHooks[r.nodeName.toLowerCase()],e&&"get"in e&&void 0!==(n=e.get(r,"value"))?n:(n=r.value,"string"==typeof n?n.replace(Ie,""):null==n?"":n)}}}),pt.extend({valHooks:{option:{get:function(t){var e=pt.find.attr(t,"value");return null!=e?e:pt.trim(pt.text(t)).replace(Ae," ")}},select:{get:function(t){for(var e,n,i=t.options,r=t.selectedIndex,o="select-one"===t.type||r<0,a=o?null:[],s=o?r+1:i.length,d=r<0?s:o?r:0;d-1)try{i.selected=n=!0}catch(t){i.scrollHeight}else i.selected=!1;return n||(t.selectedIndex=-1),r}}}}),pt.each(["radio","checkbox"],function(){pt.valHooks[this]={set:function(t,e){if(pt.isArray(e))return t.checked=pt.inArray(pt(t).val(),e)>-1}},ct.checkOn||(pt.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})});var je,Le,Ne=pt.expr.attrHandle,Ee=/^(?:checked|selected)$/i,Pe=ct.getSetAttribute,Me=ct.input;pt.fn.extend({attr:function(t,e){return Ft(this,pt.attr,t,e,arguments.length>1)},removeAttr:function(t){return this.each(function(){pt.removeAttr(this,t)})}}),pt.extend({attr:function(t,e,n){var i,r,o=t.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof t.getAttribute?pt.prop(t,e,n):(1===o&&pt.isXMLDoc(t)||(e=e.toLowerCase(),r=pt.attrHooks[e]||(pt.expr.match.bool.test(e)?Le:je)),void 0!==n?null===n?void pt.removeAttr(t,e):r&&"set"in r&&void 0!==(i=r.set(t,n,e))?i:(t.setAttribute(e,n+""),n):r&&"get"in r&&null!==(i=r.get(t,e))?i:(i=pt.find.attr(t,e),null==i?void 0:i))},attrHooks:{type:{set:function(t,e){if(!ct.radioValue&&"radio"===e&&pt.nodeName(t,"input")){var n=t.value;return t.setAttribute("type",e),n&&(t.value=n),e}}}},removeAttr:function(t,e){var n,i,r=0,o=e&&e.match(It);if(o&&1===t.nodeType)for(;n=o[r++];)i=pt.propFix[n]||n,pt.expr.match.bool.test(n)?Me&&Pe||!Ee.test(n)?t[i]=!1:t[pt.camelCase("default-"+n)]=t[i]=!1:pt.attr(t,n,""),t.removeAttribute(Pe?n:i)}}),Le={set:function(t,e,n){return e===!1?pt.removeAttr(t,n):Me&&Pe||!Ee.test(n)?t.setAttribute(!Pe&&pt.propFix[n]||n,n):t[pt.camelCase("default-"+n)]=t[n]=!0,n}},pt.each(pt.expr.match.bool.source.match(/\w+/g),function(t,e){var n=Ne[e]||pt.find.attr;Me&&Pe||!Ee.test(e)?Ne[e]=function(t,e,i){var r,o;return i||(o=Ne[e],Ne[e]=r,r=null!=n(t,e,i)?e.toLowerCase():null,Ne[e]=o),r}:Ne[e]=function(t,e,n){if(!n)return t[pt.camelCase("default-"+e)]?e.toLowerCase():null}}),Me&&Pe||(pt.attrHooks.value={set:function(t,e,n){return pt.nodeName(t,"input")?void(t.defaultValue=e):je&&je.set(t,e,n)}}),Pe||(je={set:function(t,e,n){var i=t.getAttributeNode(n);if(i||t.setAttributeNode(i=t.ownerDocument.createAttribute(n)),i.value=e+="","value"===n||e===t.getAttribute(n))return e}},Ne.id=Ne.name=Ne.coords=function(t,e,n){var i;if(!n)return(i=t.getAttributeNode(e))&&""!==i.value?i.value:null},pt.valHooks.button={get:function(t,e){var n=t.getAttributeNode(e);if(n&&n.specified)return n.value},set:je.set},pt.attrHooks.contenteditable={set:function(t,e,n){je.set(t,""!==e&&e,n)}},pt.each(["width","height"],function(t,e){pt.attrHooks[e]={set:function(t,n){if(""===n)return t.setAttribute(e,"auto"),n}}})),ct.style||(pt.attrHooks.style={get:function(t){return t.style.cssText||void 0},set:function(t,e){return t.style.cssText=e+""}});var Re=/^(?:input|select|textarea|button|object)$/i,Oe=/^(?:a|area)$/i;pt.fn.extend({prop:function(t,e){return Ft(this,pt.prop,t,e,arguments.length>1)},removeProp:function(t){return t=pt.propFix[t]||t,this.each(function(){try{this[t]=void 0,delete this[t]}catch(t){}})}}),pt.extend({prop:function(t,e,n){var i,r,o=t.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&pt.isXMLDoc(t)||(e=pt.propFix[e]||e,r=pt.propHooks[e]),void 0!==n?r&&"set"in r&&void 0!==(i=r.set(t,n,e))?i:t[e]=n:r&&"get"in r&&null!==(i=r.get(t,e))?i:t[e]},propHooks:{tabIndex:{get:function(t){var e=pt.find.attr(t,"tabindex");return e?parseInt(e,10):Re.test(t.nodeName)||Oe.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),ct.hrefNormalized||pt.each(["href","src"],function(t,e){pt.propHooks[e]={get:function(t){return t.getAttribute(e,4)}}}),ct.optSelected||(pt.propHooks.selected={get:function(t){var e=t.parentNode;return e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex),null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),pt.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){pt.propFix[this.toLowerCase()]=this}),ct.enctype||(pt.propFix.enctype="encoding");var Fe=/[\t\r\n\f]/g;pt.fn.extend({addClass:function(t){var e,n,i,r,o,a,s,d=0;if(pt.isFunction(t))return this.each(function(e){pt(this).addClass(t.call(this,e,U(this)))});if("string"==typeof t&&t)for(e=t.match(It)||[];n=this[d++];)if(r=U(n),i=1===n.nodeType&&(" "+r+" ").replace(Fe," ")){for(a=0;o=e[a++];)i.indexOf(" "+o+" ")<0&&(i+=o+" ");s=pt.trim(i),r!==s&&pt.attr(n,"class",s)}return this},removeClass:function(t){var e,n,i,r,o,a,s,d=0;if(pt.isFunction(t))return this.each(function(e){pt(this).removeClass(t.call(this,e,U(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof t&&t)for(e=t.match(It)||[];n=this[d++];)if(r=U(n),i=1===n.nodeType&&(" "+r+" ").replace(Fe," ")){for(a=0;o=e[a++];)for(;i.indexOf(" "+o+" ")>-1;)i=i.replace(" "+o+" "," ");s=pt.trim(i),r!==s&&pt.attr(n,"class",s)}return this},toggleClass:function(t,e){var n=typeof t;return"boolean"==typeof e&&"string"===n?e?this.addClass(t):this.removeClass(t):pt.isFunction(t)?this.each(function(n){pt(this).toggleClass(t.call(this,n,U(this),e),e)}):this.each(function(){var e,i,r,o;if("string"===n)for(i=0,r=pt(this),o=t.match(It)||[];e=o[i++];)r.hasClass(e)?r.removeClass(e):r.addClass(e);else void 0!==t&&"boolean"!==n||(e=U(this),e&&pt._data(this,"__className__",e),pt.attr(this,"class",e||t===!1?"":pt._data(this,"__className__")||""))})},hasClass:function(t){var e,n,i=0;for(e=" "+t+" ";n=this[i++];)if(1===n.nodeType&&(" "+U(n)+" ").replace(Fe," ").indexOf(e)>-1)return!0;return!1}}),pt.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(t,e){pt.fn[e]=function(t,n){return arguments.length>0?this.on(e,null,t,n):this.trigger(e)}}),pt.fn.extend({hover:function(t,e){return this.mouseenter(t).mouseleave(e||t)}});var He=t.location,Be=pt.now(),Qe=/\?/,We=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;pt.parseJSON=function(e){if(t.JSON&&t.JSON.parse)return t.JSON.parse(e+"");var n,i=null,r=pt.trim(e+"");return r&&!pt.trim(r.replace(We,function(t,e,r,o){return n&&e&&(i=0),0===i?t:(n=r||e,i+=!o-!r,"")}))?Function("return "+r)():pt.error("Invalid JSON: "+e)},pt.parseXML=function(e){var n,i;if(!e||"string"!=typeof e)return null;try{t.DOMParser?(i=new t.DOMParser,n=i.parseFromString(e,"text/xml")):(n=new t.ActiveXObject("Microsoft.XMLDOM"),n.async="false",n.loadXML(e))}catch(t){n=void 0}return n&&n.documentElement&&!n.getElementsByTagName("parsererror").length||pt.error("Invalid XML: "+e),n};var Ue=/#.*$/,ze=/([?&])_=[^&]*/,qe=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Ve=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Ge=/^(?:GET|HEAD)$/,Ke=/^\/\//,Je=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Xe={},Ye={},Ze="*/".concat("*"),tn=He.href,en=Je.exec(tn.toLowerCase())||[];pt.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:tn,type:"GET",isLocal:Ve.test(en[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Ze,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":pt.parseJSON,"text xml":pt.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?V(V(t,pt.ajaxSettings),e):V(pt.ajaxSettings,t)},ajaxPrefilter:z(Xe),ajaxTransport:z(Ye),ajax:function(e,n){function i(e,n,i,r){var o,c,v,y,C,x=n;2!==b&&(b=2,d&&t.clearTimeout(d),u=void 0,s=r||"",w.readyState=e>0?4:0,o=e>=200&&e<300||304===e,i&&(y=G(h,w,i)),y=K(h,y,w,o),o?(h.ifModified&&(C=w.getResponseHeader("Last-Modified"),C&&(pt.lastModified[a]=C),C=w.getResponseHeader("etag"),C&&(pt.etag[a]=C)),204===e||"HEAD"===h.type?x="nocontent":304===e?x="notmodified":(x=y.state,c=y.data,v=y.error,o=!v)):(v=x,!e&&x||(x="error",e<0&&(e=0))),w.status=e,w.statusText=(n||x)+"",o?g.resolveWith(p,[c,x,w]):g.rejectWith(p,[w,x,v]),w.statusCode(m),m=void 0,l&&f.trigger(o?"ajaxSuccess":"ajaxError",[w,h,o?c:v]),$.fireWith(p,[w,x]),l&&(f.trigger("ajaxComplete",[w,h]),--pt.active||pt.event.trigger("ajaxStop")))}"object"==typeof e&&(n=e,e=void 0),n=n||{};var r,o,a,s,d,l,u,c,h=pt.ajaxSetup({},n),p=h.context||h,f=h.context&&(p.nodeType||p.jquery)?pt(p):pt.event,g=pt.Deferred(),$=pt.Callbacks("once memory"),m=h.statusCode||{},v={},y={},b=0,C="canceled",w={readyState:0,getResponseHeader:function(t){var e;if(2===b){if(!c)for(c={};e=qe.exec(s);)c[e[1].toLowerCase()]=e[2];e=c[t.toLowerCase()]}return null==e?null:e},getAllResponseHeaders:function(){return 2===b?s:null},setRequestHeader:function(t,e){var n=t.toLowerCase();return b||(t=y[n]=y[n]||t,v[t]=e),this},overrideMimeType:function(t){return b||(h.mimeType=t),this},statusCode:function(t){var e;if(t)if(b<2)for(e in t)m[e]=[m[e],t[e]];else w.always(t[w.status]);return this},abort:function(t){var e=t||C;return u&&u.abort(e),i(0,e),this}};if(g.promise(w).complete=$.add,w.success=w.done,w.error=w.fail,h.url=((e||h.url||tn)+"").replace(Ue,"").replace(Ke,en[1]+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=pt.trim(h.dataType||"*").toLowerCase().match(It)||[""],null==h.crossDomain&&(r=Je.exec(h.url.toLowerCase()),h.crossDomain=!(!r||r[1]===en[1]&&r[2]===en[2]&&(r[3]||("http:"===r[1]?"80":"443"))===(en[3]||("http:"===en[1]?"80":"443")))),h.data&&h.processData&&"string"!=typeof h.data&&(h.data=pt.param(h.data,h.traditional)),q(Xe,h,n,w),2===b)return w;l=pt.event&&h.global,l&&0===pt.active++&&pt.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Ge.test(h.type),a=h.url,h.hasContent||(h.data&&(a=h.url+=(Qe.test(a)?"&":"?")+h.data,delete h.data),h.cache===!1&&(h.url=ze.test(a)?a.replace(ze,"$1_="+Be++):a+(Qe.test(a)?"&":"?")+"_="+Be++)),h.ifModified&&(pt.lastModified[a]&&w.setRequestHeader("If-Modified-Since",pt.lastModified[a]),pt.etag[a]&&w.setRequestHeader("If-None-Match",pt.etag[a])),(h.data&&h.hasContent&&h.contentType!==!1||n.contentType)&&w.setRequestHeader("Content-Type",h.contentType),w.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+Ze+"; q=0.01":""):h.accepts["*"]);for(o in h.headers)w.setRequestHeader(o,h.headers[o]);if(h.beforeSend&&(h.beforeSend.call(p,w,h)===!1||2===b))return w.abort();C="abort";for(o in{success:1,error:1,complete:1})w[o](h[o]);if(u=q(Ye,h,n,w)){if(w.readyState=1,l&&f.trigger("ajaxSend",[w,h]),2===b)return w;h.async&&h.timeout>0&&(d=t.setTimeout(function(){w.abort("timeout")},h.timeout));try{b=1,u.send(v,i)}catch(t){if(!(b<2))throw t;i(-1,t)}}else i(-1,"No Transport");return w},getJSON:function(t,e,n){return pt.get(t,e,n,"json")},getScript:function(t,e){return pt.get(t,void 0,e,"script")}}),pt.each(["get","post"],function(t,e){pt[e]=function(t,n,i,r){return pt.isFunction(n)&&(r=r||i,i=n,n=void 0),pt.ajax(pt.extend({url:t,type:e,dataType:r,data:n,success:i},pt.isPlainObject(t)&&t))}}),pt._evalUrl=function(t){return pt.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},pt.fn.extend({wrapAll:function(t){if(pt.isFunction(t))return this.each(function(e){pt(this).wrapAll(t.call(this,e))});if(this[0]){var e=pt(t,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&e.insertBefore(this[0]),e.map(function(){for(var t=this;t.firstChild&&1===t.firstChild.nodeType;)t=t.firstChild;return t}).append(this)}return this},wrapInner:function(t){return pt.isFunction(t)?this.each(function(e){pt(this).wrapInner(t.call(this,e))}):this.each(function(){ +var e=pt(this),n=e.contents();n.length?n.wrapAll(t):e.append(t)})},wrap:function(t){var e=pt.isFunction(t);return this.each(function(n){pt(this).wrapAll(e?t.call(this,n):t)})},unwrap:function(){return this.parent().each(function(){pt.nodeName(this,"body")||pt(this).replaceWith(this.childNodes)}).end()}}),pt.expr.filters.hidden=function(t){return ct.reliableHiddenOffsets()?t.offsetWidth<=0&&t.offsetHeight<=0&&!t.getClientRects().length:X(t)},pt.expr.filters.visible=function(t){return!pt.expr.filters.hidden(t)};var nn=/%20/g,rn=/\[\]$/,on=/\r?\n/g,an=/^(?:submit|button|image|reset|file)$/i,sn=/^(?:input|select|textarea|keygen)/i;pt.param=function(t,e){var n,i=[],r=function(t,e){e=pt.isFunction(e)?e():null==e?"":e,i[i.length]=encodeURIComponent(t)+"="+encodeURIComponent(e)};if(void 0===e&&(e=pt.ajaxSettings&&pt.ajaxSettings.traditional),pt.isArray(t)||t.jquery&&!pt.isPlainObject(t))pt.each(t,function(){r(this.name,this.value)});else for(n in t)Y(n,t[n],e,r);return i.join("&").replace(nn,"+")},pt.fn.extend({serialize:function(){return pt.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var t=pt.prop(this,"elements");return t?pt.makeArray(t):this}).filter(function(){var t=this.type;return this.name&&!pt(this).is(":disabled")&&sn.test(this.nodeName)&&!an.test(t)&&(this.checked||!Ht.test(t))}).map(function(t,e){var n=pt(this).val();return null==n?null:pt.isArray(n)?pt.map(n,function(t){return{name:e.name,value:t.replace(on,"\r\n")}}):{name:e.name,value:n.replace(on,"\r\n")}}).get()}}),pt.ajaxSettings.xhr=void 0!==t.ActiveXObject?function(){return this.isLocal?tt():it.documentMode>8?Z():/^(get|post|head|put|delete|options)$/i.test(this.type)&&Z()||tt()}:Z;var dn=0,ln={},un=pt.ajaxSettings.xhr();t.attachEvent&&t.attachEvent("onunload",function(){for(var t in ln)ln[t](void 0,!0)}),ct.cors=!!un&&"withCredentials"in un,un=ct.ajax=!!un,un&&pt.ajaxTransport(function(e){if(!e.crossDomain||ct.cors){var n;return{send:function(i,r){var o,a=e.xhr(),s=++dn;if(a.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(o in e.xhrFields)a[o]=e.xhrFields[o];e.mimeType&&a.overrideMimeType&&a.overrideMimeType(e.mimeType),e.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(o in i)void 0!==i[o]&&a.setRequestHeader(o,i[o]+"");a.send(e.hasContent&&e.data||null),n=function(t,i){var o,d,l;if(n&&(i||4===a.readyState))if(delete ln[s],n=void 0,a.onreadystatechange=pt.noop,i)4!==a.readyState&&a.abort();else{l={},o=a.status,"string"==typeof a.responseText&&(l.text=a.responseText);try{d=a.statusText}catch(t){d=""}o||!e.isLocal||e.crossDomain?1223===o&&(o=204):o=l.text?200:404}l&&r(o,d,l,a.getAllResponseHeaders())},e.async?4===a.readyState?t.setTimeout(n):a.onreadystatechange=ln[s]=n:n()},abort:function(){n&&n(void 0,!0)}}}}),pt.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 pt.globalEval(t),t}}}),pt.ajaxPrefilter("script",function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET",t.global=!1)}),pt.ajaxTransport("script",function(t){if(t.crossDomain){var e,n=it.head||pt("head")[0]||it.documentElement;return{send:function(i,r){e=it.createElement("script"),e.async=!0,t.scriptCharset&&(e.charset=t.scriptCharset),e.src=t.url,e.onload=e.onreadystatechange=function(t,n){(n||!e.readyState||/loaded|complete/.test(e.readyState))&&(e.onload=e.onreadystatechange=null,e.parentNode&&e.parentNode.removeChild(e),e=null,n||r(200,"success"))},n.insertBefore(e,n.firstChild)},abort:function(){e&&e.onload(void 0,!0)}}}});var cn=[],hn=/(=)\?(?=&|$)|\?\?/;pt.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=cn.pop()||pt.expando+"_"+Be++;return this[t]=!0,t}}),pt.ajaxPrefilter("json jsonp",function(e,n,i){var r,o,a,s=e.jsonp!==!1&&(hn.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&hn.test(e.data)&&"data");if(s||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=pt.isFunction(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,s?e[s]=e[s].replace(hn,"$1"+r):e.jsonp!==!1&&(e.url+=(Qe.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return a||pt.error(r+" was not called"),a[0]},e.dataTypes[0]="json",o=t[r],t[r]=function(){a=arguments},i.always(function(){void 0===o?pt(t).removeProp(r):t[r]=o,e[r]&&(e.jsonpCallback=n.jsonpCallback,cn.push(r)),a&&pt.isFunction(o)&&o(a[0]),a=o=void 0}),"script"}),pt.parseHTML=function(t,e,n){if(!t||"string"!=typeof t)return null;"boolean"==typeof e&&(n=e,e=!1),e=e||it;var i=wt.exec(t),r=!n&&[];return i?[e.createElement(i[1])]:(i=m([t],e,r),r&&r.length&&pt(r).remove(),pt.merge([],i.childNodes))};var pn=pt.fn.load;pt.fn.load=function(t,e,n){if("string"!=typeof t&&pn)return pn.apply(this,arguments);var i,r,o,a=this,s=t.indexOf(" ");return s>-1&&(i=pt.trim(t.slice(s,t.length)),t=t.slice(0,s)),pt.isFunction(e)?(n=e,e=void 0):e&&"object"==typeof e&&(r="POST"),a.length>0&&pt.ajax({url:t,type:r||"GET",dataType:"html",data:e}).done(function(t){o=arguments,a.html(i?pt("
").append(pt.parseHTML(t)).find(i):t)}).always(n&&function(t,e){a.each(function(){n.apply(this,o||[t.responseText,e,t])})}),this},pt.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(t,e){pt.fn[e]=function(t){return this.on(e,t)}}),pt.expr.filters.animated=function(t){return pt.grep(pt.timers,function(e){return t===e.elem}).length},pt.offset={setOffset:function(t,e,n){var i,r,o,a,s,d,l,u=pt.css(t,"position"),c=pt(t),h={};"static"===u&&(t.style.position="relative"),s=c.offset(),o=pt.css(t,"top"),d=pt.css(t,"left"),l=("absolute"===u||"fixed"===u)&&pt.inArray("auto",[o,d])>-1,l?(i=c.position(),a=i.top,r=i.left):(a=parseFloat(o)||0,r=parseFloat(d)||0),pt.isFunction(e)&&(e=e.call(t,n,pt.extend({},s))),null!=e.top&&(h.top=e.top-s.top+a),null!=e.left&&(h.left=e.left-s.left+r),"using"in e?e.using.call(t,h):c.css(h)}},pt.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){pt.offset.setOffset(this,t,e)});var e,n,i={top:0,left:0},r=this[0],o=r&&r.ownerDocument;if(o)return e=o.documentElement,pt.contains(e,r)?("undefined"!=typeof r.getBoundingClientRect&&(i=r.getBoundingClientRect()),n=et(o),{top:i.top+(n.pageYOffset||e.scrollTop)-(e.clientTop||0),left:i.left+(n.pageXOffset||e.scrollLeft)-(e.clientLeft||0)}):i},position:function(){if(this[0]){var t,e,n={top:0,left:0},i=this[0];return"fixed"===pt.css(i,"position")?e=i.getBoundingClientRect():(t=this.offsetParent(),e=this.offset(),pt.nodeName(t[0],"html")||(n=t.offset()),n.top+=pt.css(t[0],"borderTopWidth",!0),n.left+=pt.css(t[0],"borderLeftWidth",!0)),{top:e.top-n.top-pt.css(i,"marginTop",!0),left:e.left-n.left-pt.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var t=this.offsetParent;t&&!pt.nodeName(t,"html")&&"static"===pt.css(t,"position");)t=t.offsetParent;return t||pe})}}),pt.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,e){var n=/Y/.test(e);pt.fn[t]=function(i){return Ft(this,function(t,i,r){var o=et(t);return void 0===r?o?e in o?o[e]:o.document.documentElement[i]:t[i]:void(o?o.scrollTo(n?pt(o).scrollLeft():r,n?r:pt(o).scrollTop()):t[i]=r)},t,i,arguments.length,null)}}),pt.each(["top","left"],function(t,e){pt.cssHooks[e]=j(ct.pixelPosition,function(t,n){if(n)return n=ge(t,e),ce.test(n)?pt(t).position()[e]+"px":n})}),pt.each({Height:"height",Width:"width"},function(t,e){pt.each({padding:"inner"+t,content:e,"":"outer"+t},function(n,i){pt.fn[i]=function(i,r){var o=arguments.length&&(n||"boolean"!=typeof i),a=n||(i===!0||r===!0?"margin":"border");return Ft(this,function(e,n,i){var r;return pt.isWindow(e)?e.document.documentElement["client"+t]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+t],r["scroll"+t],e.body["offset"+t],r["offset"+t],r["client"+t])):void 0===i?pt.css(e,n,a):pt.style(e,n,i,a)},e,o?i:void 0,o,null)}})}),pt.fn.extend({bind:function(t,e,n){return this.on(t,null,e,n)},unbind:function(t,e){return this.off(t,null,e)},delegate:function(t,e,n,i){return this.on(e,t,n,i)},undelegate:function(t,e,n){return 1===arguments.length?this.off(t,"**"):this.off(e,t||"**",n)}}),pt.fn.size=function(){return this.length},pt.fn.andSelf=pt.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return pt});var fn=t.jQuery,gn=t.$;return pt.noConflict=function(e){return t.$===pt&&(t.$=gn),e&&t.jQuery===pt&&(t.jQuery=fn),pt},e||(t.jQuery=t.$=pt),pt}),"undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(t){"use strict";var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1||e[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(jQuery),+function(t){"use strict";function e(){var t=document.createElement("bootstrap"),e={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var n in e)if(void 0!==t.style[n])return{end:e[n]};return!1}t.fn.emulateTransitionEnd=function(e){var n=!1,i=this;t(this).one("bsTransitionEnd",function(){n=!0});var r=function(){n||t(i).trigger(t.support.transition.end)};return setTimeout(r,e),this},t(function(){t.support.transition=e(),t.support.transition&&(t.event.special.bsTransitionEnd={bindType:t.support.transition.end,delegateType:t.support.transition.end,handle:function(e){if(t(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}})})}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var n=t(this),r=n.data("bs.alert");r||n.data("bs.alert",r=new i(this)),"string"==typeof e&&r[e].call(n)})}var n='[data-dismiss="alert"]',i=function(e){t(e).on("click",n,this.close)};i.VERSION="3.3.7",i.TRANSITION_DURATION=150,i.prototype.close=function(e){function n(){a.detach().trigger("closed.bs.alert").remove()}var r=t(this),o=r.attr("data-target");o||(o=r.attr("href"),o=o&&o.replace(/.*(?=#[^\s]*$)/,""));var a=t("#"===o?[]:o);e&&e.preventDefault(),a.length||(a=r.closest(".alert")),a.trigger(e=t.Event("close.bs.alert")),e.isDefaultPrevented()||(a.removeClass("in"),t.support.transition&&a.hasClass("fade")?a.one("bsTransitionEnd",n).emulateTransitionEnd(i.TRANSITION_DURATION):n())};var r=t.fn.alert;t.fn.alert=e,t.fn.alert.Constructor=i,t.fn.alert.noConflict=function(){return t.fn.alert=r,this},t(document).on("click.bs.alert.data-api",n,i.prototype.close)}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var i=t(this),r=i.data("bs.button"),o="object"==typeof e&&e;r||i.data("bs.button",r=new n(this,o)),"toggle"==e?r.toggle():e&&r.setState(e)})}var n=function(e,i){this.$element=t(e),this.options=t.extend({},n.DEFAULTS,i),this.isLoading=!1};n.VERSION="3.3.7",n.DEFAULTS={loadingText:"loading..."},n.prototype.setState=function(e){var n="disabled",i=this.$element,r=i.is("input")?"val":"html",o=i.data();e+="Text",null==o.resetText&&i.data("resetText",i[r]()),setTimeout(t.proxy(function(){i[r](null==o[e]?this.options[e]:o[e]),"loadingText"==e?(this.isLoading=!0,i.addClass(n).attr(n,n).prop(n,!0)):this.isLoading&&(this.isLoading=!1,i.removeClass(n).removeAttr(n).prop(n,!1))},this),0)},n.prototype.toggle=function(){var t=!0,e=this.$element.closest('[data-toggle="buttons"]');if(e.length){var n=this.$element.find("input");"radio"==n.prop("type")?(n.prop("checked")&&(t=!1),e.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==n.prop("type")&&(n.prop("checked")!==this.$element.hasClass("active")&&(t=!1),this.$element.toggleClass("active")),n.prop("checked",this.$element.hasClass("active")),t&&n.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var i=t.fn.button;t.fn.button=e,t.fn.button.Constructor=n,t.fn.button.noConflict=function(){return t.fn.button=i,this},t(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(n){var i=t(n.target).closest(".btn");e.call(i,"toggle"),t(n.target).is('input[type="radio"], input[type="checkbox"]')||(n.preventDefault(),i.is("input,button")?i.trigger("focus"):i.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(e){t(e.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(e.type))})}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var i=t(this),r=i.data("bs.carousel"),o=t.extend({},n.DEFAULTS,i.data(),"object"==typeof e&&e),a="string"==typeof e?e:o.slide;r||i.data("bs.carousel",r=new n(this,o)),"number"==typeof e?r.to(e):a?r[a]():o.interval&&r.pause().cycle()})}var n=function(e,n){this.$element=t(e),this.$indicators=this.$element.find(".carousel-indicators"),this.options=n,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",t.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",t.proxy(this.pause,this)).on("mouseleave.bs.carousel",t.proxy(this.cycle,this))};n.VERSION="3.3.7",n.TRANSITION_DURATION=600,n.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},n.prototype.keydown=function(t){if(!/input|textarea/i.test(t.target.tagName)){switch(t.which){case 37:this.prev();break;case 39:this.next();break;default:return}t.preventDefault()}},n.prototype.cycle=function(e){return e||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(t.proxy(this.next,this),this.options.interval)),this},n.prototype.getItemIndex=function(t){return this.$items=t.parent().children(".item"),this.$items.index(t||this.$active)},n.prototype.getItemForDirection=function(t,e){var n=this.getItemIndex(e),i="prev"==t&&0===n||"next"==t&&n==this.$items.length-1;if(i&&!this.options.wrap)return e;var r="prev"==t?-1:1,o=(n+r)%this.$items.length;return this.$items.eq(o)},n.prototype.to=function(t){var e=this,n=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(t>this.$items.length-1||t<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){e.to(t)}):n==t?this.pause().cycle():this.slide(t>n?"next":"prev",this.$items.eq(t))},n.prototype.pause=function(e){return e||(this.paused=!0),this.$element.find(".next, .prev").length&&t.support.transition&&(this.$element.trigger(t.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},n.prototype.next=function(){if(!this.sliding)return this.slide("next")},n.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},n.prototype.slide=function(e,i){var r=this.$element.find(".item.active"),o=i||this.getItemForDirection(e,r),a=this.interval,s="next"==e?"left":"right",d=this;if(o.hasClass("active"))return this.sliding=!1;var l=o[0],u=t.Event("slide.bs.carousel",{relatedTarget:l,direction:s});if(this.$element.trigger(u),!u.isDefaultPrevented()){if(this.sliding=!0,a&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var c=t(this.$indicators.children()[this.getItemIndex(o)]);c&&c.addClass("active")}var h=t.Event("slid.bs.carousel",{relatedTarget:l,direction:s});return t.support.transition&&this.$element.hasClass("slide")?(o.addClass(e),o[0].offsetWidth,r.addClass(s),o.addClass(s),r.one("bsTransitionEnd",function(){o.removeClass([e,s].join(" ")).addClass("active"),r.removeClass(["active",s].join(" ")),d.sliding=!1,setTimeout(function(){d.$element.trigger(h)},0)}).emulateTransitionEnd(n.TRANSITION_DURATION)):(r.removeClass("active"),o.addClass("active"),this.sliding=!1,this.$element.trigger(h)),a&&this.cycle(),this}};var i=t.fn.carousel;t.fn.carousel=e,t.fn.carousel.Constructor=n,t.fn.carousel.noConflict=function(){return t.fn.carousel=i,this};var r=function(n){var i,r=t(this),o=t(r.attr("data-target")||(i=r.attr("href"))&&i.replace(/.*(?=#[^\s]+$)/,""));if(o.hasClass("carousel")){var a=t.extend({},o.data(),r.data()),s=r.attr("data-slide-to");s&&(a.interval=!1),e.call(o,a),s&&o.data("bs.carousel").to(s),n.preventDefault()}};t(document).on("click.bs.carousel.data-api","[data-slide]",r).on("click.bs.carousel.data-api","[data-slide-to]",r),t(window).on("load",function(){t('[data-ride="carousel"]').each(function(){var n=t(this);e.call(n,n.data())})})}(jQuery),+function(t){"use strict";function e(e){var n,i=e.attr("data-target")||(n=e.attr("href"))&&n.replace(/.*(?=#[^\s]+$)/,"");return t(i)}function n(e){return this.each(function(){var n=t(this),r=n.data("bs.collapse"),o=t.extend({},i.DEFAULTS,n.data(),"object"==typeof e&&e);!r&&o.toggle&&/show|hide/.test(e)&&(o.toggle=!1),r||n.data("bs.collapse",r=new i(this,o)),"string"==typeof e&&r[e]()})}var i=function(e,n){this.$element=t(e),this.options=t.extend({},i.DEFAULTS,n),this.$trigger=t('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};i.VERSION="3.3.7",i.TRANSITION_DURATION=350,i.DEFAULTS={toggle:!0},i.prototype.dimension=function(){var t=this.$element.hasClass("width");return t?"width":"height"},i.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var e,r=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(r&&r.length&&(e=r.data("bs.collapse"),e&&e.transitioning))){var o=t.Event("show.bs.collapse");if(this.$element.trigger(o),!o.isDefaultPrevented()){r&&r.length&&(n.call(r,"hide"),e||r.data("bs.collapse",null));var a=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[a](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var s=function(){this.$element.removeClass("collapsing").addClass("collapse in")[a](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!t.support.transition)return s.call(this);var d=t.camelCase(["scroll",a].join("-"));this.$element.one("bsTransitionEnd",t.proxy(s,this)).emulateTransitionEnd(i.TRANSITION_DURATION)[a](this.$element[0][d])}}}},i.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var e=t.Event("hide.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var n=this.dimension();this.$element[n](this.$element[n]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var r=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return t.support.transition?void this.$element[n](0).one("bsTransitionEnd",t.proxy(r,this)).emulateTransitionEnd(i.TRANSITION_DURATION):r.call(this)}}},i.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},i.prototype.getParent=function(){return t(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(t.proxy(function(n,i){var r=t(i);this.addAriaAndCollapsedClass(e(r),r)},this)).end()},i.prototype.addAriaAndCollapsedClass=function(t,e){var n=t.hasClass("in");t.attr("aria-expanded",n),e.toggleClass("collapsed",!n).attr("aria-expanded",n)};var r=t.fn.collapse;t.fn.collapse=n,t.fn.collapse.Constructor=i,t.fn.collapse.noConflict=function(){return t.fn.collapse=r,this},t(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(i){var r=t(this);r.attr("data-target")||i.preventDefault();var o=e(r),a=o.data("bs.collapse"),s=a?"toggle":r.data();n.call(o,s)})}(jQuery),+function(t){"use strict";function e(e){var n=e.attr("data-target");n||(n=e.attr("href"),n=n&&/#[A-Za-z]/.test(n)&&n.replace(/.*(?=#[^\s]*$)/,""));var i=n&&t(n);return i&&i.length?i:e.parent()}function n(n){n&&3===n.which||(t(r).remove(),t(o).each(function(){var i=t(this),r=e(i),o={relatedTarget:this};r.hasClass("open")&&(n&&"click"==n.type&&/input|textarea/i.test(n.target.tagName)&&t.contains(r[0],n.target)||(r.trigger(n=t.Event("hide.bs.dropdown",o)),n.isDefaultPrevented()||(i.attr("aria-expanded","false"),r.removeClass("open").trigger(t.Event("hidden.bs.dropdown",o)))))}))}function i(e){return this.each(function(){var n=t(this),i=n.data("bs.dropdown");i||n.data("bs.dropdown",i=new a(this)),"string"==typeof e&&i[e].call(n)})}var r=".dropdown-backdrop",o='[data-toggle="dropdown"]',a=function(e){t(e).on("click.bs.dropdown",this.toggle)};a.VERSION="3.3.7",a.prototype.toggle=function(i){var r=t(this);if(!r.is(".disabled, :disabled")){var o=e(r),a=o.hasClass("open");if(n(),!a){"ontouchstart"in document.documentElement&&!o.closest(".navbar-nav").length&&t(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(t(this)).on("click",n);var s={relatedTarget:this};if(o.trigger(i=t.Event("show.bs.dropdown",s)),i.isDefaultPrevented())return;r.trigger("focus").attr("aria-expanded","true"),o.toggleClass("open").trigger(t.Event("shown.bs.dropdown",s))}return!1}},a.prototype.keydown=function(n){if(/(38|40|27|32)/.test(n.which)&&!/input|textarea/i.test(n.target.tagName)){var i=t(this);if(n.preventDefault(),n.stopPropagation(),!i.is(".disabled, :disabled")){var r=e(i),a=r.hasClass("open");if(!a&&27!=n.which||a&&27==n.which)return 27==n.which&&r.find(o).trigger("focus"),i.trigger("click");var s=" li:not(.disabled):visible a",d=r.find(".dropdown-menu"+s);if(d.length){var l=d.index(n.target);38==n.which&&l>0&&l--,40==n.which&&ldocument.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&t?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!t?this.scrollbarWidth:""})},n.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},n.prototype.checkScrollbar=function(){var t=window.innerWidth;if(!t){var e=document.documentElement.getBoundingClientRect();t=e.right-Math.abs(e.left)}this.bodyIsOverflowing=document.body.clientWidth
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},n.prototype.init=function(e,n,i){if(this.enabled=!0,this.type=e,this.$element=t(n),this.options=this.getOptions(i),this.$viewport=this.options.viewport&&t(t.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var r=this.options.trigger.split(" "),o=r.length;o--;){var a=r[o];if("click"==a)this.$element.on("click."+this.type,this.options.selector,t.proxy(this.toggle,this));else if("manual"!=a){var s="hover"==a?"mouseenter":"focusin",d="hover"==a?"mouseleave":"focusout";this.$element.on(s+"."+this.type,this.options.selector,t.proxy(this.enter,this)),this.$element.on(d+"."+this.type,this.options.selector,t.proxy(this.leave,this))}}this.options.selector?this._options=t.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},n.prototype.getDefaults=function(){return n.DEFAULTS},n.prototype.getOptions=function(e){return e=t.extend({},this.getDefaults(),this.$element.data(),e),e.delay&&"number"==typeof e.delay&&(e.delay={show:e.delay,hide:e.delay}),e},n.prototype.getDelegateOptions=function(){var e={},n=this.getDefaults();return this._options&&t.each(this._options,function(t,i){n[t]!=i&&(e[t]=i)}),e},n.prototype.enter=function(e){var n=e instanceof this.constructor?e:t(e.currentTarget).data("bs."+this.type);return n||(n=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,n)),e instanceof t.Event&&(n.inState["focusin"==e.type?"focus":"hover"]=!0),n.tip().hasClass("in")||"in"==n.hoverState?void(n.hoverState="in"):(clearTimeout(n.timeout),n.hoverState="in",n.options.delay&&n.options.delay.show?void(n.timeout=setTimeout(function(){"in"==n.hoverState&&n.show()},n.options.delay.show)):n.show())},n.prototype.isInStateTrue=function(){for(var t in this.inState)if(this.inState[t])return!0;return!1},n.prototype.leave=function(e){var n=e instanceof this.constructor?e:t(e.currentTarget).data("bs."+this.type);if(n||(n=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,n)),e instanceof t.Event&&(n.inState["focusout"==e.type?"focus":"hover"]=!1),!n.isInStateTrue())return clearTimeout(n.timeout),n.hoverState="out",n.options.delay&&n.options.delay.hide?void(n.timeout=setTimeout(function(){"out"==n.hoverState&&n.hide()},n.options.delay.hide)):n.hide()},n.prototype.show=function(){var e=t.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(e);var i=t.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(e.isDefaultPrevented()||!i)return;var r=this,o=this.tip(),a=this.getUID(this.type);this.setContent(),o.attr("id",a),this.$element.attr("aria-describedby",a), +this.options.animation&&o.addClass("fade");var s="function"==typeof this.options.placement?this.options.placement.call(this,o[0],this.$element[0]):this.options.placement,d=/\s?auto?\s?/i,l=d.test(s);l&&(s=s.replace(d,"")||"top"),o.detach().css({top:0,left:0,display:"block"}).addClass(s).data("bs."+this.type,this),this.options.container?o.appendTo(this.options.container):o.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var u=this.getPosition(),c=o[0].offsetWidth,h=o[0].offsetHeight;if(l){var p=s,f=this.getPosition(this.$viewport);s="bottom"==s&&u.bottom+h>f.bottom?"top":"top"==s&&u.top-hf.width?"left":"left"==s&&u.left-ca.top+a.height&&(r.top=a.top+a.height-d)}else{var l=e.left-o,u=e.left+o+n;la.right&&(r.left=a.left+a.width-u)}return r},n.prototype.getTitle=function(){var t,e=this.$element,n=this.options;return t=e.attr("data-original-title")||("function"==typeof n.title?n.title.call(e[0]):n.title)},n.prototype.getUID=function(t){do t+=~~(1e6*Math.random());while(document.getElementById(t));return t},n.prototype.tip=function(){if(!this.$tip&&(this.$tip=t(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},n.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},n.prototype.enable=function(){this.enabled=!0},n.prototype.disable=function(){this.enabled=!1},n.prototype.toggleEnabled=function(){this.enabled=!this.enabled},n.prototype.toggle=function(e){var n=this;e&&(n=t(e.currentTarget).data("bs."+this.type),n||(n=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,n))),e?(n.inState.click=!n.inState.click,n.isInStateTrue()?n.enter(n):n.leave(n)):n.tip().hasClass("in")?n.leave(n):n.enter(n)},n.prototype.destroy=function(){var t=this;clearTimeout(this.timeout),this.hide(function(){t.$element.off("."+t.type).removeData("bs."+t.type),t.$tip&&t.$tip.detach(),t.$tip=null,t.$arrow=null,t.$viewport=null,t.$element=null})};var i=t.fn.tooltip;t.fn.tooltip=e,t.fn.tooltip.Constructor=n,t.fn.tooltip.noConflict=function(){return t.fn.tooltip=i,this}}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var i=t(this),r=i.data("bs.popover"),o="object"==typeof e&&e;!r&&/destroy|hide/.test(e)||(r||i.data("bs.popover",r=new n(this,o)),"string"==typeof e&&r[e]())})}var n=function(t,e){this.init("popover",t,e)};if(!t.fn.tooltip)throw new Error("Popover requires tooltip.js");n.VERSION="3.3.7",n.DEFAULTS=t.extend({},t.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),n.prototype=t.extend({},t.fn.tooltip.Constructor.prototype),n.prototype.constructor=n,n.prototype.getDefaults=function(){return n.DEFAULTS},n.prototype.setContent=function(){var t=this.tip(),e=this.getTitle(),n=this.getContent();t.find(".popover-title")[this.options.html?"html":"text"](e),t.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof n?"html":"append":"text"](n),t.removeClass("fade top bottom left right in"),t.find(".popover-title").html()||t.find(".popover-title").hide()},n.prototype.hasContent=function(){return this.getTitle()||this.getContent()},n.prototype.getContent=function(){var t=this.$element,e=this.options;return t.attr("data-content")||("function"==typeof e.content?e.content.call(t[0]):e.content)},n.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var i=t.fn.popover;t.fn.popover=e,t.fn.popover.Constructor=n,t.fn.popover.noConflict=function(){return t.fn.popover=i,this}}(jQuery),+function(t){"use strict";function e(n,i){this.$body=t(document.body),this.$scrollElement=t(t(n).is(document.body)?window:n),this.options=t.extend({},e.DEFAULTS,i),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",t.proxy(this.process,this)),this.refresh(),this.process()}function n(n){return this.each(function(){var i=t(this),r=i.data("bs.scrollspy"),o="object"==typeof n&&n;r||i.data("bs.scrollspy",r=new e(this,o)),"string"==typeof n&&r[n]()})}e.VERSION="3.3.7",e.DEFAULTS={offset:10},e.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},e.prototype.refresh=function(){var e=this,n="offset",i=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),t.isWindow(this.$scrollElement[0])||(n="position",i=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var e=t(this),r=e.data("target")||e.attr("href"),o=/^#./.test(r)&&t(r);return o&&o.length&&o.is(":visible")&&[[o[n]().top+i,r]]||null}).sort(function(t,e){return t[0]-e[0]}).each(function(){e.offsets.push(this[0]),e.targets.push(this[1])})},e.prototype.process=function(){var t,e=this.$scrollElement.scrollTop()+this.options.offset,n=this.getScrollHeight(),i=this.options.offset+n-this.$scrollElement.height(),r=this.offsets,o=this.targets,a=this.activeTarget;if(this.scrollHeight!=n&&this.refresh(),e>=i)return a!=(t=o[o.length-1])&&this.activate(t);if(a&&e=r[t]&&(void 0===r[t+1]||e .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),e.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),s?(e[0].offsetWidth,e.addClass("in")):e.removeClass("fade"),e.parent(".dropdown-menu").length&&e.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),r&&r()}var a=i.find("> .active"),s=r&&t.support.transition&&(a.length&&a.hasClass("fade")||!!i.find("> .fade").length);a.length&&s?a.one("bsTransitionEnd",o).emulateTransitionEnd(n.TRANSITION_DURATION):o(),a.removeClass("in")};var i=t.fn.tab;t.fn.tab=e,t.fn.tab.Constructor=n,t.fn.tab.noConflict=function(){return t.fn.tab=i,this};var r=function(n){n.preventDefault(),e.call(t(this),"show")};t(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',r).on("click.bs.tab.data-api",'[data-toggle="pill"]',r)}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var i=t(this),r=i.data("bs.affix"),o="object"==typeof e&&e;r||i.data("bs.affix",r=new n(this,o)),"string"==typeof e&&r[e]()})}var n=function(e,i){this.options=t.extend({},n.DEFAULTS,i),this.$target=t(this.options.target).on("scroll.bs.affix.data-api",t.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",t.proxy(this.checkPositionWithEventLoop,this)),this.$element=t(e),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};n.VERSION="3.3.7",n.RESET="affix affix-top affix-bottom",n.DEFAULTS={offset:0,target:window},n.prototype.getState=function(t,e,n,i){var r=this.$target.scrollTop(),o=this.$element.offset(),a=this.$target.height();if(null!=n&&"top"==this.affixed)return r=t-i&&"bottom"},n.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(n.RESET).addClass("affix");var t=this.$target.scrollTop(),e=this.$element.offset();return this.pinnedOffset=e.top-t},n.prototype.checkPositionWithEventLoop=function(){setTimeout(t.proxy(this.checkPosition,this),1)},n.prototype.checkPosition=function(){if(this.$element.is(":visible")){var e=this.$element.height(),i=this.options.offset,r=i.top,o=i.bottom,a=Math.max(t(document).height(),t(document.body).height());"object"!=typeof i&&(o=r=i),"function"==typeof r&&(r=i.top(this.$element)),"function"==typeof o&&(o=i.bottom(this.$element));var s=this.getState(a,e,r,o);if(this.affixed!=s){null!=this.unpin&&this.$element.css("top","");var d="affix"+(s?"-"+s:""),l=t.Event(d+".bs.affix");if(this.$element.trigger(l),l.isDefaultPrevented())return;this.affixed=s,this.unpin="bottom"==s?this.getPinnedOffset():null,this.$element.removeClass(n.RESET).addClass(d).trigger(d.replace("affix","affixed")+".bs.affix")}"bottom"==s&&this.$element.offset({top:a-e-o})}};var i=t.fn.affix;t.fn.affix=e,t.fn.affix.Constructor=n,t.fn.affix.noConflict=function(){return t.fn.affix=i,this},t(window).on("load",function(){t('[data-spy="affix"]').each(function(){var n=t(this),i=n.data();i.offset=i.offset||{},null!=i.offsetBottom&&(i.offset.bottom=i.offsetBottom),null!=i.offsetTop&&(i.offset.top=i.offsetTop),e.call(n,i)})})}(jQuery),function(t){"use strict";function e(t){for(var e=window,n=t.split("."),i=n.pop(),r=0,o=n.length;r

'}),i.prototype=t.extend({},t.fn.popover.Constructor.prototype),i.prototype.constructor=i,i.prototype.getDefaults=function(){return i.DEFAULTS},i.prototype.init=function(e,n){if(t.fn.popover.Constructor.prototype.init.call(this,"confirmation",e,n),(this.options.popout||this.options.singleton)&&!n.rootSelector)throw new Error("The rootSelector option is required to use popout and singleton features since jQuery 3.");this.options._isDelegate=!1,n.selector?this.options._selector=this._options._selector=n.rootSelector+" "+n.selector:n._selector?(this.options._selector=n._selector,this.options._isDelegate=!0):this.options._selector=n.rootSelector;var i=this;this.options.selector?this.$element.on(this.options.trigger,this.options.selector,function(t,e){e||(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())}):(this.options._attributes={},this.options.copyAttributes?"string"==typeof this.options.copyAttributes&&(this.options.copyAttributes=this.options.copyAttributes.split(" ")):this.options.copyAttributes=[],this.options.copyAttributes.forEach(function(t){this.options._attributes[t]=this.$element.attr(t)},this),this.$element.on(this.options.trigger,function(t,e){e||(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())}),this.$element.on("show.bs.confirmation",function(e){i.options.singleton&&t(i.options._selector).not(t(this)).filter(function(){return void 0!==t(this).data("bs.confirmation")}).confirmation("hide")})),this.options._isDelegate||(this.eventBody=!1,this.uid=this.$element[0].id||this.getUID("group_"),this.$element.on("shown.bs.confirmation",function(e){i.options.popout&&!i.eventBody&&(i.eventBody=t("body").on("click.bs.confirmation."+i.uid,function(e){t(i.options._selector).is(e.target)||(t(i.options._selector).filter(function(){return void 0!==t(this).data("bs.confirmation")}).confirmation("hide"),t("body").off("click.bs."+i.uid),i.eventBody=!1)}))}))},i.prototype.hasContent=function(){return!0},i.prototype.setContent=function(){var e=this,i=this.tip(),r=this.getTitle(),o=this.getContent();if(i.find(".popover-title")[this.options.html?"html":"text"](r),i.find(".confirmation-content").toggle(!!o).children().detach().end()[this.options.html?"string"==typeof o?"html":"append":"text"](o),i.on("click",function(t){t.stopPropagation()}),this.options.buttons){var a=i.find(".confirmation-buttons .btn-group").empty();this.options.buttons.forEach(function(n){a.append(t('').addClass(n.class||"btn btn-xs btn-default").html(n.label||"").attr(n.attr||{}).prepend(t("").addClass(n.icon)," ").one("click",function(i){"#"===t(this).attr("href")&&i.preventDefault(),n.onClick&&n.onClick.call(e.$element),n.cancel?(e.getOnCancel.call(e).call(e.$element),e.$element.trigger("canceled.bs.confirmation")):(e.getOnConfirm.call(e).call(e.$element),e.$element.trigger("confirmed.bs.confirmation")),e.inState&&(e.inState.click=!1),e.hide()}))},this)}else i.find('[data-apply="confirmation"]').addClass(this.options.btnOkClass).html(this.options.btnOkLabel).attr(this.options._attributes).prepend(t("").addClass(this.options.btnOkIcon)," ").off("click").one("click",function(n){"#"===t(this).attr("href")&&n.preventDefault(),e.getOnConfirm.call(e).call(e.$element),e.$element.trigger("confirmed.bs.confirmation"),e.$element.trigger(e.options.trigger,[!0]),e.hide()}),i.find('[data-dismiss="confirmation"]').addClass(this.options.btnCancelClass).html(this.options.btnCancelLabel).prepend(t("").addClass(this.options.btnCancelIcon)," ").off("click").one("click",function(t){t.preventDefault(),e.getOnCancel.call(e).call(e.$element),e.$element.trigger("canceled.bs.confirmation"),e.inState&&(e.inState.click=!1),e.hide()});i.removeClass("fade top bottom left right in"),i.find(".popover-title").html()||i.find(".popover-title").hide(),n=this,t(window).off("keyup.bs.confirmation").on("keyup.bs.confirmation",this._onKeyup.bind(this))},i.prototype.destroy=function(){n===this&&(n=void 0,t(window).off("keyup.bs.confirmation")),t.fn.popover.Constructor.prototype.destroy.call(this)},i.prototype.hide=function(){n===this&&(n=void 0,t(window).off("keyup.bs.confirmation")),t.fn.popover.Constructor.prototype.hide.call(this)},i.prototype._onKeyup=function(e){if(!this.$tip)return n=void 0,void t(window).off("keyup.bs.confirmation");var r,o=e.key||i.KEYMAP[e.keyCode||e.which],a=this.$tip.find(".confirmation-buttons .btn-group"),s=a.find(".active");switch(o){case"Escape":this.hide();break;case"ArrowRight":r=s.length&&s.next().length?s.next():a.children().first(),s.removeClass("active"),r.addClass("active").focus();break;case"ArrowLeft":r=s.length&&s.prev().length?s.prev():a.children().last(),s.removeClass("active"),r.addClass("active").focus()}},i.prototype.getOnConfirm=function(){return this.$element.attr("data-on-confirm")?e(this.$element.attr("data-on-confirm")):this.options.onConfirm},i.prototype.getOnCancel=function(){return this.$element.attr("data-on-cancel")?e(this.$element.attr("data-on-cancel")):this.options.onCancel};var r=t.fn.confirmation;t.fn.confirmation=function(e){var n="object"==typeof e&&e||{};return n.rootSelector=this.selector||n.rootSelector,this.each(function(){var r=t(this),o=r.data("bs.confirmation");(o||"destroy"!=e)&&(o||r.data("bs.confirmation",o=new i(this,n)),"string"==typeof e&&(o[e](),"hide"==e&&o.inState&&(o.inState.click=!1)))})},t.fn.confirmation.Constructor=i,t.fn.confirmation.noConflict=function(){return t.fn.confirmation=r,this}}(jQuery),function(t,e){"object"!=typeof t.WHMCS&&(t.WHMCS=e)}(window,{hasModule:function(t){return"undefined"!=typeof WHMCS[t]&&Object.getOwnPropertyNames(WHMCS[t]).length>0},loadModule:function(t,e){if(!this.hasModule(t))if(WHMCS[t]={},"function"==typeof e)e.apply(WHMCS[t]);else for(var n in e)e.hasOwnProperty(n)&&(WHMCS[t][n]={},e[n].apply(WHMCS[t][n]))}}),function(t){WHMCS.hasModule("authn")||WHMCS.loadModule("authn",t)}({provider:function(){var t=!1;return this.feedbackContainer=function(){return jQuery(".providerLinkingFeedback")},this.btnContainer=function(){return jQuery(".providerPreLinking")},this.feedbackMessage=function(t){"undefined"==typeof t&&(t="complete_sign_in");var e=jQuery("p.providerLinkingMsg-preLink-"+t);return e.length?e.first().html():""},this.showProgressMessage=function(e){this.feedbackContainer().fadeIn("fast",function(){"function"!=typeof e||t||(t=!0,e())})},this.preLinkInit=function(t){var e=' ';this.feedbackContainer().removeClass("alert-danger alert-success").addClass("alert alert-info").html(e+this.feedbackMessage()).hide();var n=this.btnContainer();if(n.length)if(n.data("hideOnPrelink")){var i=this;n.fadeOut("false",function(){i.showProgressMessage(t)})}else n.data("disableOnPrelink")?(n.find(".btn").addClass("disabled"),this.showProgressMessage(t)):this.showProgressMessage(t);else this.showProgressMessage(t)},this.displayError=function(t,e,n){jQuery("#providerLinkingMessages .provider-name").html(t);var i=this.feedbackMessage("connect_error");if(e){var r=this.feedbackMessage(e);r&&(i=r)}n&&$(".btn-logged-in-admin").length>0&&(i+=" Error: "+n),this.feedbackContainer().removeClass("alert-info alert-success").addClass("alert alert-danger").html(i).slideDown()},this.displaySuccess=function(t,e,n){var i=n.icon,r=e.htmlTarget,o=e.targetLogin,a=e.targetRegister,s=n.name,d="";switch(t.result){case"logged_in":case"2fa_needed":d=this.feedbackMessage("2fa_needed"),this.feedbackContainer().removeClass("alert-danger alert-warning alert-success").addClass("alert alert-info").html(d),window.location=t.redirect_url?t.redirect_url:e.redirectUrl;break;case"linking_complete":var l="";l=t.remote_account.email?t.remote_account.email:t.remote_account.firstname+" "+t.remote_account.lastname,l=l.trim(),d=this.feedbackMessage("linking_complete").trim().replace(":displayName",s),l&&(d=d.replace(/\.$/," ("+l+").")),this.feedbackContainer().removeClass("alert-danger alert-warning alert-info").addClass("alert alert-success").html(i+d);break;case"login_to_link":if(r===o)d=this.feedbackMessage("login_to_link-signin-required"),this.feedbackContainer().removeClass("alert-danger alert-success alert-info").addClass("alert alert-warning").html(i+d);else{var u=jQuery("input[name=email]"),c=jQuery("input[name=firstname]"),h=jQuery("input[name=lastname]");if(""===u.val()&&u.val(t.remote_account.email),""===c.val()&&c.val(t.remote_account.firstname),""===h.val()&&h.val(t.remote_account.lastname),r===a)"object"==typeof WHMCS.client.registration&&WHMCS.client.registration.prefillPassword(),d=this.feedbackMessage("login_to_link-registration-required"),this.feedbackContainer().fadeOut("slow",function(){$(this).removeClass("alert-danger alert-success alert-info").addClass("alert alert-warning").html(i+d).fadeIn("fast")});else{"object"==typeof WHMCS.client.registration&&WHMCS.client.registration.prefillPassword();var p=this;this.feedbackContainer().each(function(t,e){var n=$(e),r=n.siblings("div .providerPreLinking").data("linkContext");n.fadeOut("slow",function(){d="checkout-new"===r?p.feedbackMessage("checkout-new"):p.feedbackMessage("login_to_link-signin-required"),n.removeClass("alert-danger alert-success alert-info").addClass("alert alert-warning").html(i+d).fadeIn("fast")})})}}break;case"other_user_exists":d=this.feedbackMessage("other_user_exists"),this.feedbackContainer().removeClass("alert-info alert-success").addClass("alert alert-danger").html(i+d).slideDown();break;case"already_linked":d=this.feedbackMessage("already_linked"),this.feedbackContainer().removeClass("alert-info alert-success").addClass("alert alert-danger").html(i+d).slideDown();break;default:d=this.feedbackMessage("default"),this.feedbackContainer().removeClass("alert-info alert-success").addClass("alert alert-danger").html(i+d).slideDown()}},this.signIn=function(t,e,n,i,r){jQuery.ajax(t).done(function(t){i(),WHMCS.authn.provider.displaySuccess(t,e,n);var r=jQuery("#tableLinkedAccounts");r.length&&WHMCS.ui.dataTable.getTableById("tableLinkedAccounts").ajax.reload()}).error(function(){r(),WHMCS.authn.provider.displayError()})},this}}),function(t){WHMCS.hasModule("client")||WHMCS.loadModule("client",t)}({registration:function(){return this.prefillPassword=function(t){if(t=t||{},"undefined"==typeof t.hideContainer){var e=jQuery("#inputSecurityQId").attr("id")?"#containerPassword":"#containerNewUserSecurity";t.hideContainer=jQuery(e),t.hideInputs=!0}else"string"==typeof t.hideContainer&&t.hideContainer.length&&(t.hideContainer=jQuery(t.hideContainer));"undefined"==typeof t.form&&(t.form={password:[{id:"inputNewPassword1"},{id:"inputNewPassword2"}]});var n=function(){for(var e=WHMCS.utils.simpleRNG(),n=0,i=t.form.password.length;npl',paging:!1,searching:!1,ordering:!0,info:!1,language:{emptyTable:i.data("lang-empty-table")?i.data("lang-empty-table"):"No records found"},ajax:{url:i.data("ajax-url")}});var r=i.data("columns");"undefined"!=typeof r&&r&&(e.columns=r);var o=i.data("auto-width");"undefined"!=typeof o&&(e.bAutoWidth=o),n.tables[t]=n.initTable(i,e)}else if("undefined"!=typeof e){var a=n.tables[t],s=a.init(),d=jQuery.extend(s,e);a.destroy(),n.tables[t]=n.initTable(i,d)}return n.tables[t]},this.initTable=function(t,e){var n=t.DataTable(e),i=this;return t.data("on-draw")?n.on("draw.dt",function(e,n){var i=t.data("on-draw");"function"==typeof window[i]&&window[i](e,n)}):t.data("on-draw-rebind-confirmation")&&n.on("draw.dt",function(t){i.rebindConfirmation(t)}),n},this.rebindConfirmation=function(t){for(var e=this,n=t.target.id,i=WHMCS.ui.confirmation.register(),r=0,o=i.length;r.5?btoa(v).substr(0,4):v,Math.random()>.5&&(i+=t.substr(Math.floor(13*Math.random()),1));return i},this}),jQuery(document).ready(function(){function t(t,e,n){n=n||saving;var i=/[^\s]+/g,r=[],o=0,a=0;if(t&&(r=t.match(i),a=t.split(/\\r\\n|\\r|\\n/).length),r)for(var s=0;s=19968?r[s].length:1;return'
lines: '+a+"   words: "+o+(e?'   '+n+"":"")+"
"}function e(){o>=0&&(0==o&&jQuery("span.markdown-save").html(saved),o--,setTimeout(e,1e3))}if(jQuery("#languageChooser").popover({container:"body",placement:"bottom",template:'',html:!0,content:function(){return jQuery("#languageChooserContent").html()}}),jQuery("#loginOrRegister").popover({container:"body",placement:"bottom",template:'',html:!0,content:function(){return jQuery("#loginOrRegisterContent").html()}}),jQuery("#accountNotifications").popover({container:"body",placement:"bottom",template:'',html:!0,content:function(){return jQuery("#accountNotificationsContent").html()}}),jQuery(".truncate").each(function(){jQuery(this).attr("title",jQuery(this).text()).attr("data-toggle","tooltip").attr("data-placement","bottom")}),jQuery('[data-toggle="popover"]').popover({html:!0}),jQuery('[data-toggle="tooltip"]').tooltip(),jQuery("body").on("click",function(t){jQuery('[data-toggle="popover"]').each(function(){jQuery(this).is(t.target)||0!==jQuery(this).has(t.target).length||0!==jQuery(".popover").has(t.target).length||jQuery(this).popover("hide")})}),jQuery(".list-group-tab-nav a").click(function(){if(jQuery(this).hasClass("disabled"))return!1;jQuery(".list-group-tab-nav a").removeClass("active"),jQuery(this).addClass("active");var t=this.href.split("#")[1];t&&(window.location.hash="#"+t)}),jQuery(".panel-minimise").click(function(t){t.preventDefault(),jQuery(this).hasClass("minimised")?(jQuery(this).parents(".panel").find(".panel-body, .list-group").slideDown(),jQuery(this).removeClass("minimised")):(jQuery(this).parents(".panel").find(".panel-body, .list-group").slideUp(),jQuery(this).addClass("minimised"))}),jQuery(".container").width()<=720&&(jQuery(".panel-sidebar").find(".panel-body, .list-group").hide(),jQuery(".panel-sidebar").find(".panel-minimise").addClass("minimised")),""!=jQuery(location).attr("hash").substr(1)){var n=jQuery(location).attr("hash");jQuery(".tab-pane").removeClass("active"),jQuery(n).removeClass("fade").addClass("active"),jQuery(".list-group-tab-nav a").removeClass("active"),jQuery('a[href="'+n+'"]').addClass("active"),setTimeout(function(){window.scrollTo(0,0)},1)}jQuery.prototype.bootstrapSwitch&&jQuery(".toggle-switch-success").bootstrapSwitch({onColor:"success"}),jQuery(".panel-collapsable .panel-heading").click(function(t){var e=jQuery(this);e.parents(".panel").hasClass("panel-collapsed")?(e.parents(".panel").removeClass("panel-collapsed").find(".panel-body").slideDown(),e.find(".collapse-icon i").removeClass("fa-plus").addClass("fa-minus")):(e.parents(".panel").addClass("panel-collapsed").find(".panel-body").slideUp(),e.find(".collapse-icon i").removeClass("fa-minus").addClass("fa-plus"))}),"#frmLogin".length>0&&jQuery("#frmLogin input:text:visible:first").focus(),"#twofaactivation".length>0&&jQuery("#twofaactivation input:text:visible:first,#twofaactivation input:password:visible:first").focus(),jQuery("#inputSubaccountActivate").click(function(){null!=jQuery("#inputSubaccountActivate:checked").val()?jQuery("#subacct-container").removeClass("hidden"):jQuery("#subacct-container").addClass("hidden"); +}),jQuery(".setBulkAction").click(function(t){t.preventDefault();var e=jQuery(this).attr("id").replace("Link","");if(0!=jQuery("#"+e).length){var n=jQuery("#domainForm").attr("action");jQuery("#domainForm").attr("action",n+"#"+e)}jQuery("#bulkaction").val(e),jQuery("#domainForm").submit()}),jQuery(".stopEventBubble").click(function(t){t.stopPropagation()}),jQuery(".tabControlLink").on("click",function(t){t.preventDefault();var e=jQuery(this).attr("href");jQuery("a[href='/"+e+"']").click()}),jQuery(".ticket-reply .rating span.star").click(function(t){window.location="viewticket.php?tid="+jQuery(this).parent(".rating").attr("ticketid")+"&c="+jQuery(this).parent(".rating").attr("ticketkey")+"&rating=rate"+jQuery(this).parent(".rating").attr("ticketreplyid")+"_"+jQuery(this).attr("rate")}),jQuery("a.autoLinked").click(function(t){t.preventDefault();var e=window.open();e.opener=null,e.location=t.target.href}),jQuery("#inputAllowSso").on("switchChange.bootstrapSwitch",function(t,e){e?(jQuery("#ssoStatusTextEnabled").removeClass("hidden").show(),jQuery("#ssoStatusTextDisabled").hide()):(jQuery("#ssoStatusTextDisabled").removeClass("hidden").show(),jQuery("#ssoStatusTextEnabled").hide()),jQuery.post("clientarea.php",jQuery("#frmSingleSignOn").serialize())}),jQuery(".btn-service-sso").on("click",function(t){t.preventDefault();var e=jQuery(this),n=e.parents("form");0==n.length&&(n=e.find("form")),n.hasClass("disabled")||(e.find(".loading").removeClass("hidden").show().end().attr("disabled","disabled"),jQuery.post(window.location.href,n.serialize(),function(t){e.find(".loading").hide().end().removeAttr("disabled"),n.find(".login-feedback").html(""),t.error&&n.find(".login-feedback").html(t.error),void 0!==t.redirect&&"window|"===t.redirect.substr(0,7)&&window.open(t.redirect.substr(7),"_blank")},"json"))}),jQuery(".btn-sidebar-form-submit").on("click",function(t){t.preventDefault(),jQuery(this).find(".loading").removeClass("hidden").show().end().attr("disabled","disabled");var e=jQuery(this).parents("form");0==e.length&&(e=jQuery(this).find("form")),0!==e.length&&e.hasClass("disabled")===!1?e.submit():jQuery(this).find(".loading").hide().end().removeAttr("disabled")}),jQuery(".email-verification .btn.close").click(function(t){t.preventDefault(),jQuery.post("clientarea.php","action=dismiss-email-banner&token="+csrfToken),jQuery(".email-verification").hide()}),jQuery(".back-to-top").click(function(t){t.preventDefault(),jQuery("body,html").animate({scrollTop:0},500)}),jQuery(".choose-language").click(function(t){t.preventDefault()});var i=0,r="clientMDE",o=0;jQuery(".markdown-editor").each(function(n){i++;var a=jQuery(this).data("auto-save-name"),s=jQuery(this).attr("id")+"-footer";"undefined"==typeof a&&(a="client_area"),window[r+i.toString()]=jQuery(this).markdown({footer:'
',autofocus:!1,savable:!1,resize:"vertical",iconlibrary:"fa",language:locale,onShow:function(e){var n="",i=!1;"undefined"!=typeof Storage&&(n=localStorage.getItem(a),i=!0,n&&"undefined"!=typeof n&&e.setContent(n)),jQuery("#"+s).html(t(n,i,saved))},onChange:function(n){var i=n.getContent(),r=!1;"undefined"!=typeof Storage&&(o=3,r=!0,localStorage.setItem(a,i),e()),jQuery("#"+s).html(t(i,r))},onPreview:function(t){var e,n=t.getContent();return jQuery.ajax({url:"clientarea.php",async:!1,data:{token:csrfToken,action:"parseMarkdown",content:n},dataType:"json",success:function(t){e=t}}),e.body?e.body:""},additionalButtons:[[{name:"groupCustom",data:[{name:"cmdHelp",title:"Help",hotkey:"Ctrl+F1",btnClass:"btn open-modal",icon:{glyph:"glyphicons glyphicons-question-sign",fa:"fa fa-question-circle","fa-3":"icon-question-sign"},callback:function(t){t.$editor.removeClass("md-fullscreen-mode")}}]}]],hiddenButtons:["cmdImage"]}),jQuery('button[data-handler="bootstrap-markdown-cmdHelp"]').attr("data-modal-title",markdownGuide).attr("href","submitticket.php?action=markdown"),jQuery(this).closest("form").bind({submit:function(){"undefined"!=typeof Storage&&localStorage.removeItem(a)}})}),jQuery("#btnResendVerificationEmail").click(function(){jQuery.post("clientarea.php",{token:csrfToken,action:"resendVerificationEmail"}).done(function(t){jQuery("#btnResendVerificationEmail").html("Email Sent").prop("disabled",!0)})});var a=jQuery("input[name=2fasetup]").parent("form");a.submit(function(t){t.preventDefault(),openModal(a.attr("action"),a.serialize(),"Loading...")}),jQuery("#frmPayment").find("#btnSubmit").on("click",function(){jQuery(this).find("span").toggleClass("hidden")}),jQuery(".btn-resend-approver-email").click(function(){jQuery.post(jQuery(this).data("url"),{addonId:jQuery(this).data("addonid"),serviceId:jQuery(this).data("serviceid")},function(t){1==t.success?jQuery(".alert-table-ssl-manage").addClass("alert-success").text("Approver Email Resent").removeClass("hidden"):jQuery(".alert-table-ssl-manage").addClass("alert-danger").text("Error: "+t.message).removeClass("hidden")})}),WHMCS.ui.dataTable.register(),WHMCS.ui.confirmation.register(),jQuery("#frmReply").submit(function(t){jQuery("#frmReply").find('input[type="submit"]').addClass("disabled").prop("disabled",!0)})});var lastTicketMsg;jQuery(document).ready(function(){jQuery(document).on("click",".open-modal",function(t){t.preventDefault();var e=jQuery(this).attr("href"),n=jQuery(this).data("modal-size"),i=jQuery(this).data("modal-class"),r=jQuery(this).data("modal-title"),o=jQuery(this).data("btn-submit-id"),a=jQuery(this).data("btn-submit-label"),s=jQuery(this).data("btn-close-hide"),d=jQuery(this).attr("disabled"),l=jQuery(this).data("datatable-reload-success");d||openModal(e,"",r,n,i,a,o,s,l)}),jQuery("#modalAjax").on("hidden.bs.modal",function(t){if(jQuery(this).hasClass("modal-feature-highlights")){var e=jQuery("#cbFeatureHighlightsDismissForVersion").is(":checked");jQuery.ajax("whatsnew.php?dismiss=1&until_next_update="+(e?"1":"0"),{dataType:"json"})}jQuery("#modalAjax").find(".modal-body").empty(),jQuery("#modalAjax").children("div.modal-dialog").removeClass("modal-lg"),jQuery("#modalAjax").removeClass().addClass("modal whmcs-modal fade"),jQuery("#modalAjax .modal-title").html("Title"),jQuery("#modalAjax .modal-submit").html("Submit").removeClass().addClass("btn btn-primary modal-submit").removeAttr("id").removeAttr("disabled"),jQuery("#modalAjax .loader").show()})}),function(){var t=[].slice;!function(e,n){"use strict";var i;return i=function(){function t(t,n){null==n&&(n={}),this.$element=e(t),this.options=e.extend({},e.fn.bootstrapSwitch.defaults,{state:this.$element.is(":checked"),size:this.$element.data("size"),animate:this.$element.data("animate"),disabled:this.$element.is(":disabled"),readonly:this.$element.is("[readonly]"),indeterminate:this.$element.data("indeterminate"),inverse:this.$element.data("inverse"),radioAllOff:this.$element.data("radio-all-off"),onColor:this.$element.data("on-color"),offColor:this.$element.data("off-color"),onText:this.$element.data("on-text"),offText:this.$element.data("off-text"),labelText:this.$element.data("label-text"),handleWidth:this.$element.data("handle-width"),labelWidth:this.$element.data("label-width"),baseClass:this.$element.data("base-class"),wrapperClass:this.$element.data("wrapper-class")},n),this.$wrapper=e("
",{class:function(t){return function(){var e;return e=[""+t.options.baseClass].concat(t._getClasses(t.options.wrapperClass)),e.push(t.options.state?""+t.options.baseClass+"-on":""+t.options.baseClass+"-off"),null!=t.options.size&&e.push(""+t.options.baseClass+"-"+t.options.size),t.options.disabled&&e.push(""+t.options.baseClass+"-disabled"),t.options.readonly&&e.push(""+t.options.baseClass+"-readonly"),t.options.indeterminate&&e.push(""+t.options.baseClass+"-indeterminate"),t.options.inverse&&e.push(""+t.options.baseClass+"-inverse"),t.$element.attr("id")&&e.push(""+t.options.baseClass+"-id-"+t.$element.attr("id")),e.join(" ")}}(this)()}),this.$container=e("
",{class:""+this.options.baseClass+"-container"}),this.$on=e("",{html:this.options.onText,class:""+this.options.baseClass+"-handle-on "+this.options.baseClass+"-"+this.options.onColor}),this.$off=e("",{html:this.options.offText,class:""+this.options.baseClass+"-handle-off "+this.options.baseClass+"-"+this.options.offColor}),this.$label=e("",{html:this.options.labelText,class:""+this.options.baseClass+"-label"}),this.$element.on("init.bootstrapSwitch",function(e){return function(){return e.options.onInit.apply(t,arguments)}}(this)),this.$element.on("switchChange.bootstrapSwitch",function(e){return function(){return e.options.onSwitchChange.apply(t,arguments)}}(this)),this.$container=this.$element.wrap(this.$container).parent(),this.$wrapper=this.$container.wrap(this.$wrapper).parent(),this.$element.before(this.options.inverse?this.$off:this.$on).before(this.$label).before(this.options.inverse?this.$on:this.$off),this.options.indeterminate&&this.$element.prop("indeterminate",!0),this._init(),this._elementHandlers(),this._handleHandlers(),this._labelHandlers(),this._formHandler(),this._externalLabelHandler(),this.$element.trigger("init.bootstrapSwitch")}return t.prototype._constructor=t,t.prototype.state=function(t,e){return"undefined"==typeof t?this.options.state:this.options.disabled||this.options.readonly?this.$element:this.options.state&&!this.options.radioAllOff&&this.$element.is(":radio")?this.$element:(this.options.indeterminate&&this.indeterminate(!1),t=!!t,this.$element.prop("checked",t).trigger("change.bootstrapSwitch",e),this.$element)},t.prototype.toggleState=function(t){return this.options.disabled||this.options.readonly?this.$element:this.options.indeterminate?(this.indeterminate(!1),this.state(!0)):this.$element.prop("checked",!this.options.state).trigger("change.bootstrapSwitch",t)},t.prototype.size=function(t){return"undefined"==typeof t?this.options.size:(null!=this.options.size&&this.$wrapper.removeClass(""+this.options.baseClass+"-"+this.options.size),t&&this.$wrapper.addClass(""+this.options.baseClass+"-"+t),this._width(),this._containerPosition(),this.options.size=t,this.$element)},t.prototype.animate=function(t){return"undefined"==typeof t?this.options.animate:(t=!!t,t===this.options.animate?this.$element:this.toggleAnimate())},t.prototype.toggleAnimate=function(){return this.options.animate=!this.options.animate,this.$wrapper.toggleClass(""+this.options.baseClass+"-animate"),this.$element},t.prototype.disabled=function(t){return"undefined"==typeof t?this.options.disabled:(t=!!t,t===this.options.disabled?this.$element:this.toggleDisabled())},t.prototype.toggleDisabled=function(){return this.options.disabled=!this.options.disabled,this.$element.prop("disabled",this.options.disabled),this.$wrapper.toggleClass(""+this.options.baseClass+"-disabled"),this.$element},t.prototype.readonly=function(t){return"undefined"==typeof t?this.options.readonly:(t=!!t,t===this.options.readonly?this.$element:this.toggleReadonly())},t.prototype.toggleReadonly=function(){return this.options.readonly=!this.options.readonly,this.$element.prop("readonly",this.options.readonly),this.$wrapper.toggleClass(""+this.options.baseClass+"-readonly"),this.$element},t.prototype.indeterminate=function(t){return"undefined"==typeof t?this.options.indeterminate:(t=!!t,t===this.options.indeterminate?this.$element:this.toggleIndeterminate())},t.prototype.toggleIndeterminate=function(){return this.options.indeterminate=!this.options.indeterminate,this.$element.prop("indeterminate",this.options.indeterminate),this.$wrapper.toggleClass(""+this.options.baseClass+"-indeterminate"),this._containerPosition(),this.$element},t.prototype.inverse=function(t){return"undefined"==typeof t?this.options.inverse:(t=!!t,t===this.options.inverse?this.$element:this.toggleInverse())},t.prototype.toggleInverse=function(){var t,e;return this.$wrapper.toggleClass(""+this.options.baseClass+"-inverse"),e=this.$on.clone(!0),t=this.$off.clone(!0),this.$on.replaceWith(t),this.$off.replaceWith(e),this.$on=t,this.$off=e,this.options.inverse=!this.options.inverse,this.$element},t.prototype.onColor=function(t){var e;return e=this.options.onColor,"undefined"==typeof t?e:(null!=e&&this.$on.removeClass(""+this.options.baseClass+"-"+e),this.$on.addClass(""+this.options.baseClass+"-"+t),this.options.onColor=t,this.$element)},t.prototype.offColor=function(t){var e;return e=this.options.offColor,"undefined"==typeof t?e:(null!=e&&this.$off.removeClass(""+this.options.baseClass+"-"+e),this.$off.addClass(""+this.options.baseClass+"-"+t),this.options.offColor=t,this.$element)},t.prototype.onText=function(t){return"undefined"==typeof t?this.options.onText:(this.$on.html(t),this._width(),this._containerPosition(),this.options.onText=t,this.$element)},t.prototype.offText=function(t){return"undefined"==typeof t?this.options.offText:(this.$off.html(t),this._width(),this._containerPosition(),this.options.offText=t,this.$element)},t.prototype.labelText=function(t){return"undefined"==typeof t?this.options.labelText:(this.$label.html(t),this._width(),this.options.labelText=t,this.$element)},t.prototype.handleWidth=function(t){return"undefined"==typeof t?this.options.handleWidth:(this.options.handleWidth=t,this._width(),this._containerPosition(),this.$element)},t.prototype.labelWidth=function(t){return"undefined"==typeof t?this.options.labelWidth:(this.options.labelWidth=t,this._width(),this._containerPosition(),this.$element)},t.prototype.baseClass=function(t){return this.options.baseClass},t.prototype.wrapperClass=function(t){return"undefined"==typeof t?this.options.wrapperClass:(t||(t=e.fn.bootstrapSwitch.defaults.wrapperClass),this.$wrapper.removeClass(this._getClasses(this.options.wrapperClass).join(" ")),this.$wrapper.addClass(this._getClasses(t).join(" ")),this.options.wrapperClass=t,this.$element)},t.prototype.radioAllOff=function(t){return"undefined"==typeof t?this.options.radioAllOff:(t=!!t,t===this.options.radioAllOff?this.$element:(this.options.radioAllOff=t,this.$element))},t.prototype.onInit=function(t){return"undefined"==typeof t?this.options.onInit:(t||(t=e.fn.bootstrapSwitch.defaults.onInit),this.options.onInit=t,this.$element)},t.prototype.onSwitchChange=function(t){return"undefined"==typeof t?this.options.onSwitchChange:(t||(t=e.fn.bootstrapSwitch.defaults.onSwitchChange),this.options.onSwitchChange=t,this.$element)},t.prototype.destroy=function(){var t;return t=this.$element.closest("form"),t.length&&t.off("reset.bootstrapSwitch").removeData("bootstrap-switch"),this.$container.children().not(this.$element).remove(),this.$element.unwrap().unwrap().off(".bootstrapSwitch").removeData("bootstrap-switch"),this.$element},t.prototype._width=function(){var t,e;return t=this.$on.add(this.$off),t.add(this.$label).css("width",""),e="auto"===this.options.handleWidth?Math.max(this.$on.width(),this.$off.width()):this.options.handleWidth,t.width(e),this.$label.width(function(t){return function(n,i){return"auto"!==t.options.labelWidth?t.options.labelWidth:i0)))return t._dragEnd=n,t.$container.css("margin-left",""+t._dragEnd+"px")}}(this),"mouseup.bootstrapSwitch touchend.bootstrapSwitch":function(t){return function(e){var n;if(t._dragStart)return e.preventDefault(),t.options.animate&&t.$wrapper.addClass(""+t.options.baseClass+"-animate"),t._dragEnd?(n=t._dragEnd>-(t._handleWidth/2),t._dragEnd=!1,t.state(t.options.inverse?!n:n)):t.state(!t.options.state),t._dragStart=!1}}(this),"mouseleave.bootstrapSwitch":function(t){return function(e){return t.$label.trigger("mouseup.bootstrapSwitch")}}(this)})},t.prototype._externalLabelHandler=function(){var t;return t=this.$element.closest("label"),t.on("click",function(e){return function(n){if(n.preventDefault(),n.stopImmediatePropagation(),n.target===t[0])return e.toggleState()}}(this))},t.prototype._formHandler=function(){var t;if(t=this.$element.closest("form"),!t.data("bootstrap-switch"))return t.on("reset.bootstrapSwitch",function(){return n.setTimeout(function(){return t.find("input").filter(function(){return e(this).data("bootstrap-switch")}).each(function(){return e(this).bootstrapSwitch("state",this.checked)})},1)}).data("bootstrap-switch",!0)},t.prototype._getClasses=function(t){var n,i,r,o;if(!e.isArray(t))return[""+this.options.baseClass+"-"+t];for(i=[],r=0,o=t.length;r",{class:"btn-group"});for(l=0;l"),h.text(" "+this.__localize(m)).addClass("btn-default btn-sm").addClass(v),v.match(/btn\-(primary|success|info|warning|danger|link)/)&&h.removeClass("btn-default"),h.attr({type:"button",title:this.__localize(f.title)+C,tabindex:y,"data-provider":r,"data-handler":g,"data-hotkey":b}),f.toggle===!0&&h.attr("data-toggle","button"),p=t(""),p.addClass($),p.prependTo(h),c.append(h),o.push(g),a.push(f.callback)}n.append(c)}}return n},__setListener:function(){var e="undefined"!=typeof this.$textarea.attr("rows"),n=this.$textarea.val().split("\n").length>5?this.$textarea.val().split("\n").length:"5",i=e?this.$textarea.attr("rows"):n;this.$textarea.attr("rows",i),this.$options.resize&&this.$textarea.css("resize",this.$options.resize),this.$textarea.on({focus:t.proxy(this.focus,this),keyup:t.proxy(this.keyup,this),change:t.proxy(this.change,this),select:t.proxy(this.select,this)}),this.eventSupported("keydown")&&this.$textarea.on("keydown",t.proxy(this.keydown,this)),this.eventSupported("keypress")&&this.$textarea.on("keypress",t.proxy(this.keypress,this)),this.$textarea.data("markdown",this)},__handle:function(e){var n=t(e.currentTarget),i=this.$handler,r=this.$callback,o=n.attr("data-handler"),a=i.indexOf(o),s=r[a];t(e.currentTarget).focus(),s(this),this.change(this),o.indexOf("cmdSave")<0&&this.$textarea.focus(),e.preventDefault()},__localize:function(e){var n=t.fn.markdown.messages,i=this.$options.language;return"undefined"!=typeof n&&"undefined"!=typeof n[i]&&"undefined"!=typeof n[i][e]?n[i][e]:e},__getIcon:function(t){return"object"==typeof t?t[this.$options.iconlibrary]:t},setFullscreen:function(e){var n=this.$editor,i=this.$textarea;e===!0?(n.addClass("md-fullscreen-mode"),t("body").addClass("md-nooverflow"),this.$options.onFullscreen(this)):(n.removeClass("md-fullscreen-mode"),t("body").removeClass("md-nooverflow"),1==this.$isPreview&&this.hidePreview().showPreview()),this.$isFullscreen=e,i.focus()},showEditor:function(){var e,n=this,i=this.$ns,r=this.$element,o=(r.css("height"),r.css("width"),this.$editable),a=this.$handler,s=this.$callback,d=this.$options,l=t("
",{class:"md-editor",click:function(){n.focus()}});if(null===this.$editor){var u=t("
",{class:"md-header btn-toolbar"}),c=[];if(d.buttons.length>0&&(c=c.concat(d.buttons[0])),d.additionalButtons.length>0&&t.each(d.additionalButtons[0],function(e,n){var i=t.grep(c,function(t,e){return t.name===n.name});i.length>0?i[0].data=i[0].data.concat(n.data):c.push(d.additionalButtons[0][e])}),d.reorderButtonGroups.length>0&&(c=c.filter(function(t){return d.reorderButtonGroups.indexOf(t.name)>-1}).sort(function(t,e){return d.reorderButtonGroups.indexOf(t.name)d.reorderButtonGroups.indexOf(e.name)?1:0})),c.length>0&&(u=this.__buildButtons([c],u)),d.fullscreen.enable&&u.append('
').on("click",".md-control-fullscreen",function(t){t.preventDefault(),n.setFullscreen(!0)}),l.append(u),r.is("textarea"))r.before(l),e=r,e.addClass("md-input"),l.append(e);else{var h="function"==typeof toMarkdown?toMarkdown(r.html()):r.html(),p=t.trim(h);e=t("