
<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <meta content="width=300, initial-scale=1" name="viewport">
  <meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
  <title>Sign in - Google Accounts</title>
  <style>
  @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
  </style>
  <style>
  h1, h2 {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  }
  @-webkit-keyframes fontfix {
  from {
  opacity: 1;
  }
  to {
  opacity: 1;
  }
  }
  </style>
<style>
  html, body {
  font-family: Arial, sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  height: 100%;
  min-width: 100%;
  font-size: 13px;
  color: #404040;
  direction: ltr;
  -webkit-text-size-adjust: none;
  }
  button,
  input[type=button],
  input[type=submit] {
  font-family: Arial, sans-serif;
  font-size: 13px;
  }
  a,
  a:hover,
  a:visited {
  color: #427fed;
  cursor: pointer;
  text-decoration: none;
  }
  a:hover {
  text-decoration: underline;
  }
  h1 {
  font-size: 20px;
  color: #262626;
  margin: 0 0 15px;
  font-weight: normal;
  }
  h2 {
  font-size: 14px;
  color: #262626;
  margin: 0 0 15px;
  font-weight: bold;
  }
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  height: 36px;
  padding: 0 8px;
  margin: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 15px;
  color: #404040;
  }
  input[type=email]:hover,
  input[type=number]:hover,
  input[type=password]:hover,
  input[type=tel]:hover,
  input[type=text]:hover,
  input[type=url]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=url]:focus {
  outline: none;
  border: 1px solid #4d90fe;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  input[type=checkbox],
  input[type=radio] {
  -webkit-appearance: none;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0;
  cursor: pointer;
  vertical-align: bottom;
  background: #fff;
  border: 1px solid #c6c6c6;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  }
  input[type=checkbox]:active,
  input[type=radio]:active {
  background: #ebebeb;
  }
  input[type=checkbox]:hover {
  border-color: #c6c6c6;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  input[type=radio] {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  width: 15px;
  height: 15px;
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
  background: #fff;
  }
  input[type=radio]:checked::after {
  content: '';
  display: block;
  position: relative;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background: #666;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  }
  input[type=checkbox]:checked::after {
  content: url(https://ssl.gstatic.com/ui/v1/menu/checkmark.png);
  display: block;
  position: absolute;
  top: -6px;
  left: -5px;
  }
  input[type=checkbox]:focus {
  outline: none;
  border-color: #4d90fe;
  }
  .stacked-label {
  display: block;
  font-weight: bold;
  margin: .5em 0;
  }
  .hidden-label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  }
  input[type=checkbox].form-error,
  input[type=email].form-error,
  input[type=number].form-error,
  input[type=password].form-error,
  input[type=text].form-error,
  input[type=tel].form-error,
  input[type=url].form-error {
  border: 1px solid #dd4b39;
  }
  .error-msg {
  margin: .5em 0;
  display: block;
  color: #dd4b39;
  line-height: 17px;
  }
  .help-link {
  background: #dd4b39;
  padding: 0 5px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  text-decoration: none;
  position: relative;
  top: 0px;
  }
  .help-link:visited {
  color: #fff;
  }
  .help-link:hover {
  color: #fff;
  background: #c03523;
  text-decoration: none;
  }
  .help-link:active {
  opacity: 1;
  background: #ae2817;
  }
  .wrapper {
  position: relative;
  min-height: 100%;
  }
  .content {
  padding: 0 44px;
  }
  .main {
  padding-bottom: 100px;
  }
  /* For modern browsers */
  .clearfix:before,
  .clearfix:after {
  content: "";
  display: table;
  }
  .clearfix:after {
  clear: both;
  }
  /* For IE 6/7 (trigger hasLayout) */
  .clearfix {
  zoom:1;
  }
  .google-header-bar {
  height: 71px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  }
  .header .logo {
  background-image: url(https://ssl.gstatic.com/accounts/ui/logo_1x.png);
  background-size: 116px 38px;
  background-repeat: no-repeat;
  margin: 17px 0 0;
  float: left;
  height: 38px;
  width: 116px;
  }
  .header .logo-w {
  background-image: url(https://ssl.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_112x36dp.png);
  background-size: 112px 36px;
  margin: 21px 0 0;
  }
  .header .secondary-link {
  margin: 28px 0 0;
  float: right;
  }
  .header .secondary-link a {
  font-weight: normal;
  }
  .google-header-bar.centered {
  border: 0;
  height: 108px;
  }
  .google-header-bar.centered .header .logo {
  float: none;
  margin: 40px auto 30px;
  display: block;
  }
  .google-header-bar.centered .header .secondary-link {
  display: none
  }
  .google-footer-bar {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  }
  .footer {
  padding-top: 7px;
  font-size: .85em;
  white-space: nowrap;
  line-height: 0;
  }
  .footer ul {
  float: left;
  max-width: 80%;
  min-height: 16px;
  padding: 0;
  }
  .footer ul li {
  color: #737373;
  display: inline;
  padding: 0;
  padding-right: 1.5em;
  }
  .footer a {
  color: #737373;
  }
  .lang-chooser-wrap {
  float: right;
  display: inline;
  }
  .lang-chooser-wrap img {
  vertical-align: top;
  }
  .lang-chooser {
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  }
  .lang-chooser option {
  font-size: 13px;
  line-height: 24px;
  }
  .hidden {
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  display: none !important;
  }
  .banner {
  text-align: center;
  }
  .card {
  background-color: #f7f7f7;
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  width: 304px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .card > *:first-child {
  margin-top: 0;
  }
  .rc-button,
  .rc-button:visited {
  display: inline-block;
  min-width: 46px;
  text-align: center;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  line-height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  -o-transition: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  }
  .card .rc-button {
  width: 100%;
  padding: 0;
  }
  .rc-button.disabled,
  .rc-button[disabled] {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default;
  pointer-events: none;
  }
  .rc-button:hover {
  border: 1px solid #c6c6c6;
  color: #333;
  text-decoration: none;
  -o-transition: all 0.0s;
  -moz-transition: all 0.0s;
  -webkit-transition: all 0.0s;
  transition: all 0.0s;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  }
  .rc-button:active {
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: linear-gradient(top,#f6f6f6,#f1f1f1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  }
  .rc-button-submit,
  .rc-button-submit:visited {
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
  }
  .rc-button-submit:hover {
  border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  }
  .rc-button-submit:active {
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  .rc-button-red,
  .rc-button-red:visited {
  border: 1px solid transparent;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #d14836;
  background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
  background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
  background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
  background-image: -o-linear-gradient(top,#dd4b39,#d14836);
  background-image: linear-gradient(top,#dd4b39,#d14836);
  }
  .rc-button-red:hover {
  border: 1px solid #b0281a;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #c53727;
  background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
  background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
  background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
  background-image: -o-linear-gradient(top,#dd4b39,#c53727);
  background-image: linear-gradient(top,#dd4b39,#c53727);
  }
  .rc-button-red:active {
  border: 1px solid #992a1b;
  background-color: #b0281a;
  background-image: -webkit-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -moz-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -ms-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -o-linear-gradient(top,#dd4b39,#b0281a);
  background-image: linear-gradient(top,#dd4b39,#b0281a);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  .secondary-actions {
  text-align: center;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .google-header-bar.centered {
  height: 83px;
  }
  .google-header-bar.centered .header .logo {
  margin: 25px auto 20px;
  }
  .card {
  margin-bottom: 20px;
  }
</style>
<style media="screen and (max-width: 580px)">
  html, body {
  font-size: 14px;
  }
  .google-header-bar.centered {
  height: 73px;
  }
  .google-header-bar.centered .header .logo {
  margin: 20px auto 15px;
  }
  .content {
  padding-left: 10px;
  padding-right: 10px;
  }
  .hidden-small {
  display: none;
  }
  .card {
  padding: 20px 15px 30px;
  width: 270px;
  }
  .footer ul li {
  padding-right: 1em;
  }
  .lang-chooser-wrap {
  display: none;
  }
</style>
<style media="screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5)">
  .header .logo {
  background-image: url(https://ssl.gstatic.com/accounts/ui/logo_2x.png);
  }
  .header .logo-w {
  background-image: url(https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_112x36dp.png);
  }
</style>
<style>
  pre.debug {
  font-family: monospace;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 1.5em;
  font-size: 13px;
  background: #f1f1f1;
  border-top: 1px solid #e5e5e5;
  direction: ltr;
  white-space: pre-wrap;
  width: 90%;
  overflow: hidden;
  }
</style>
<style>
  .banner h1 {
  font-family: 'Open Sans', arial;
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-size: 42px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  }
  .banner h2 {
  font-family: 'Open Sans', arial;
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  }
  .signin-card {
  width: 274px;
  padding: 40px 40px;
  }
  .signin-card .profile-img {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  }
  .signin-card .profile-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
  }
  .signin-card .profile-email {
  font-size: 16px;
  text-align: center;
  margin: 10px 0 20px 0;
  min-height: 1em;
  }
  .signin-card input[type=email],
  .signin-card input[type=password],
  .signin-card input[type=text],
  .signin-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .signin-card #Email,
  .signin-card #Passwd,
  .signin-card .captcha {
  direction: ltr;
  height: 44px;
  font-size: 16px;
  }
  .signin-card #Email + .stacked-label {
  margin-top: 15px;
  }
  .signin-card #reauthEmail {
  display: block;
  margin-bottom: 10px;
  line-height: 36px;
  padding: 0 8px;
  font-size: 15px;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .one-google p {
  margin: 0 0 10px;
  color: #555;
  font-size: 14px;
  text-align: center;
  }
  .one-google p.create-account,
  .one-google p.switch-account {
  margin-bottom: 60px;
  }
  .one-google .logo-strip {
  background-repeat: no-repeat;
  display: block;
  margin: 10px auto;
  background-image: url(https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_1x.png);
  background-size: 230px 17px;
  width: 230px;
  height: 17px;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .banner h1 {
  font-size: 38px;
  margin-bottom: 15px;
  }
  .banner h2 {
  margin-bottom: 15px;
  }
  .one-google p.create-account,
  .one-google p.switch-account {
  margin-bottom: 30px;
  }
  .signin-card #Email {
  margin-bottom: 0;
  }
  .signin-card #Passwd {
  margin-top: -1px;
  }
  .signin-card #Email.form-error,
  .signin-card #Passwd.form-error {
  z-index: 2;
  }
  .signin-card #Email:hover,
  .signin-card #Email:focus,
  .signin-card #Passwd:hover,
  .signin-card #Passwd:focus {
  z-index: 3;
  }
</style>
<style media="screen and (max-width: 580px)">
  .banner h1 {
  font-size: 22px;
  margin-bottom: 15px;
  }
  .signin-card {
  width: 260px;
  padding: 20px 20px;
  margin: 0 auto 20px;
  }
  .signin-card .profile-img {
  width: 72px;
  height: 72px;
  -moz-border-radius: 72px;
  -webkit-border-radius: 72px;
  border-radius: 72px;
  }
</style>
<style media="screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5)">
  .one-google .logo-strip {
  background-image: url(https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_2x.png);
  }
</style>
<style>
  .remember .bubble-wrap {
  position: absolute;
  padding-top: 3px;
  -o-transition: opacity .218s ease-in .218s;
  -moz-transition: opacity .218s ease-in .218s;
  -webkit-transition: opacity .218s ease-in .218s;
  transition: opacity .218s ease-in .218s;
  left: -999em;
  opacity: 0;
  width: 314px;
  margin-left: -20px;
  }
  .remember:hover .bubble-wrap,
  .remember input:focus ~ .bubble-wrap,
  .remember .bubble-wrap:hover,
  .remember .bubble-wrap:focus {
  opacity: 1;
  left: inherit;
  }
  .bubble-pointer {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  width: 0;
  height: 0;
  margin-left: 17px;
  }
  .bubble {
  background-color: #fff;
  padding: 15px;
  margin-top: -1px;
  font-size: 11px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
  #stay-signed-in {
  float: left;
  }
  #stay-signed-in-tooltip {
  left: auto;
  margin-left: -20px;
  padding-top: 3px;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 314px;
  z-index: 1;
  }
  .dasher-tooltip {
  top: 380px;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .dasher-tooltip {
  top: 340px;
  }
</style>
<style>
  .jfk-tooltip {
  background-color: #fff;
  border: 1px solid;
  color: #737373;
  font-size: 12px;
  position: absolute;
  z-index: 800 !important;
  border-color: #bbb #bbb #a8a8a8;
  padding: 16px;
  width: 250px;
  }
 .jfk-tooltip h3 {
  color: #555;
  font-size: 12px;
  margin: 0 0 .5em;
  }
 .jfk-tooltip-content p:last-child {
  margin-bottom: 0;
  }
  .jfk-tooltip-arrow {
  position: absolute;
  }
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore,
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  }
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore {
  border: 9px solid;
  }
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
  border: 8px solid;
  }
  .jfk-tooltip-arrowdown {
  bottom: 0;
  }
  .jfk-tooltip-arrowup {
  top: -9px;
  }
  .jfk-tooltip-arrowleft {
  left: -9px;
  top: 30px;
  }
  .jfk-tooltip-arrowright {
  right: 0;
  top: 30px;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
  border-color: #bbb transparent;
  left: -9px;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore {
  border-color: #a8a8a8 transparent;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
  border-color: #fff transparent;
  left: -8px;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore {
  border-bottom-width: 0;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter {
  border-bottom-width: 0;
  }
  .jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
  border-top-width: 0;
  }
  .jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
  border-top-width: 0;
  top: 1px;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore,
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
  border-color: transparent #bbb;
  top: -9px;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter,
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
  border-color:transparent #fff;
  top:-8px;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore {
  border-left-width: 0;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter {
  border-left-width: 0;
  left: 1px;
  }
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
  border-right-width: 0;
  }
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
  border-right-width: 0;
  }
  .jfk-tooltip-closebtn {
  background: url("//ssl.gstatic.com/ui/v1/icons/common/x_8px.png") no-repeat;
  border: 1px solid transparent;
  height: 21px;
  opacity: .4;
  outline: 0;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 21px;
  }
  .jfk-tooltip-closebtn:focus,
  .jfk-tooltip-closebtn:hover {
  opacity: .8;
  cursor: pointer;
  }
  .jfk-tooltip-closebtn:focus {
  border-color: #4d90fe;
  }
</style>
<style media="screen and (max-width: 580px)">
  .jfk-tooltip {
  display: none;
  }
</style>
<style type="text/css">
.captcha-box {
  background: #fff;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 10px;
}
.captcha-box .captcha-img {
  text-align: center;
}
.captcha-box .captcha-label {
  font-weight: bold;
  display: block;
  margin: .5em 0;
}
.captcha-box .captcha-msg {
  color: #999;
  display: block;
  position: relative;
}
.captcha-box .captcha-msg .accessibility-logo {
  float: right;
  border: 0;
}
.captcha-box .audio-box {
  position: absolute;
  top: 0;
}
</style>
<style>
.chromiumsync-custom-content {
  padding-top: 20px;
  margin-bottom: 0;
}
.form-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
}
.form-panel.first {
  z-index: 2;
}
.form-panel.second {
  z-index: 1;
}
.shift-form .form-panel.first {
  z-index: 1;
}
.shift-form .form-panel.second {
  z-index: 2;
}
.slide-in,
.slide-out {
  display: block;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-out {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.shift-form .slide-out {
  opacity: 0;
  -webkit-transform: translate3d(-120%, 0, 0);
  -moz-transform: translate3d(-120%, 0, 0);
  -ms-transform: translate3d(-120%, 0, 0);
  -o-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
}
.slide-in {
  -webkit-transform: translate3d(120%, 0, 0);
  -moz-transform: translate3d(120%, 0, 0);
  -ms-transform: translate3d(120%, 0, 0);
  -o-transform: translate3d(120%, 0, 0);
  transform: translate3d(120%, 0, 0);
}
.shift-form .slide-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.error-msg {
  -webkit-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  -moz-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  -ms-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  -o-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  height: auto;
  max-height: 0;
  opacity: 0;
}
.has-error .error-msg {
  max-height: 3.5em;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 1;
  visibility: visible;
}
.back-arrow {
  position: absolute;
  top: 37px;
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
}
.back-arrow {
  border-style: none;
}
.shift-form.back-arrow {
  display: block;
}
.back-arrow img {
  display: block;
}
#link-signup {
  text-align: center;
  font-size: 14px;
}
.shift-form #link-signup{
  display: none;
}
#link-signin-different {
  display: none;
  text-align: center;
  font-size: 14px;
}
.shift-form #link-signin-different {
  display: block;
}
.signin-card #profile-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  min-height: 1em;
}
.signin-card.no-name #profile-name {
  display: none;
}
.signin-card.no-name #email-display {
  line-height: initial;
  margin-bottom: 16px;
}
.signin-card #email-display {
  display: block;
  padding: 0px 8px;
  color: rgb(64, 64, 64);
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.signin-card #Email {
  margin-top: 16px;
}
.need-help {
  float: right;
  text-align: right;
}
.form-panel {
  width: 274px;
}
#gaia_firstform {
  z-index: 2;
}
.signin-card {
  position: relative;
  overflow: hidden;
}
.signin-card #profile-name {
  color: #000;
}
.circle-mask {
  display: block;
  height: 96px;
  width: 96px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  margin-bottom: 10px;
}
.circle {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -moz-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -ms-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -o-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.circle {
  position: absolute;
  z-index: 101;
  height: 96px;
  width: 96px;
  border-radius: 50%;
  opacity: 0.99;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.main {
  overflow: hidden;
}
.card-mask-wrap {
  position: relative;
  width: 360px;
  margin: 0 auto;
  z-index: 1;
}
.dasher-tooltip {
  position: absolute;
  left: 50%;
  margin-left: 150px;
}
.dasher-tooltip .tooltip-pointer {
  margin-top: 15px;
}
.dasher-tooltip p {
  margin-top: 0;
}
.dasher-tooltip p span {
  display: block;
}
.card {
  margin-bottom: 0;
}
.one-google {
  padding-top: 27px;
}
#canvas {
  -webkit-transition: opacity 0.075s;
  -moz-transition: opacity 0.075s;
  -ms-transition: opacity 0.075s;
  -o-transition: opacity 0.075s;
  transition: opacity 0.075s;
  opacity: 0.01;
}
.shift-form #canvas {
  opacity: 0.99;
}
.label {
  color: #404040;
}
#account-chooser-link {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.input-wrapper {
  position: relative;
}
.google-footer-bar {
  z-index: 2;
}
</style>
<style media="screen and (max-width: 580px)">
.back-arrow {
  top: 17px;
}
.circle-mask {
  height: 72px;
  width: 72px;
  background-size: 72px;
}
.circle {
  height: 72px;
  width: 72px;
}
#canvas {
  height: 72px;
  width: 72px;
}
.form-panel {
  width: 256px;
}
.card-mask-wrap {
  width: 300px;
}
.signin-card {
  width: 256px;
}
.signin-card #EmailFirst {
  margin-top: 15px;
}
.one-google {
  padding-top: 22px;
}
</style>
  </head>
  <body>
  <div class="wrapper">
  <div class="google-header-bar  centered">
  <div class="header content clearfix">
  <div class="logo logo-w" aria-label="Google"></div>
  </div>
  </div>
  <div class="main content clearfix">
<div class="banner">
<h1>
  One account. All of Google.
</h1>
  <h2 class="hidden-small">
  Sign in with your Google Account
  </h2>
</div>
<div class="main-content 
  
    no-name
  
  
  
">
<div class="card signin-card pre-shift
  
  
   no-name">
  <img class="circle-mask"
    
      src="https://ssl.gstatic.com/accounts/ui/avatar_2x.png"
    >
  <form novalidate method="post" action="https://accounts.google.com/signin/v1/lookup" id="gaia_loginform">
  <input name="Page" type="hidden" value="PasswordSeparationSignIn">
  <input type="hidden" name="" value="">
  <input type="hidden" name="gxf" value="AFoagUUpwf4BBku-hH_tU3hb_ew4gv8sJQ:1634736176886">
  <input type="hidden" name="ifkv" value="AU9NCcy9_ACbMFPF5O21tqrTVglPmNa4Uo8psIbOn_vhAYBkoqMMnRPozRj_pYAVziiZGyuLaWgNlQ">
  <input type="hidden" name="continue" value="https://currents.google.com/116977616276521542283?feed=rss2">
  <input type="hidden" name="followup" value="https://currents.google.com/116977616276521542283?feed=rss2">
  <input type="hidden" name="osid" value="1">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlx5V5fQqVWdIffYfQr9hZHmyAzDB-SPIwQavFar78c5ldUxW45KFG2UaStOIaY56_OyZK4UxG6Xf44L4j5Rl6596jEyev9p9MiYZYn83nbdAdkOfVN1AjqMK0GlJymiN4Wi5EMsEqeJBzTyulZNfA62ONYToKLg0TQUVUShCSHvKnspYYm1qX2L-EPazyWT5zXsa8TL">
  <input name="flowName" type="hidden" value="GlifWebSignIn">
  <input type="hidden" id="_utf8" name="_utf8" value="&#9731;"/>
  <input type="hidden" name="bgresponse" id="bgresponse" value="js_disabled">
  <div class="form-panel first valid" id="gaia_firstform">
  <div class="slide-out">
  <div class="input-wrapper focused">
  <div id="identifier-shown">
  <div>
  <label class="hidden-label" for="Email">
  Enter your email</label>
  <input id="Email" type="email" value="" spellcheck="false"
                   name="Email"
                   
                     placeholder="Email or phone"
                   
                   
                   
                   >
  <input id="Passwd-hidden" type="password" spellcheck="false" class="hidden">
  </div>
  </div>
  <span role="alert" class="error-msg" id="errormsg_0_Email"></span>
  </div>
<input id="next" name="signIn" class="rc-button rc-button-submit" type="submit" value="Next">
  <a class="need-help"
          href="https://accounts.google.com/signin/usernamerecovery?continue=https%3A%2F%2Fcurrents.google.com%2F116977616276521542283%3Ffeed%3Drss2&amp;osid=1&amp;hl=en">
  Find my account
  </a>
  </div>
  </div>
  </form>
</div>
  <div class="card-mask-wrap
        
     no-name">
  <div class="card-mask">
  <div class="one-google">
  <p class="create-account">
  <span id="link-signin-different">
  <a href="https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fcurrents.google.com%2F116977616276521542283%3Ffeed%3Drss2&amp;followup=https%3A%2F%2Fcurrents.google.com%2F116977616276521542283%3Ffeed%3Drss2&amp;osid=1">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?continue=https%3A%2F%2Fcurrents.google.com%2F116977616276521542283%3Ffeed%3Drss2">
  Create account
  </a>
  </span>
  </p>
<p class="tagline">
  One Google Account for everything Google
</p>
<div class="logo-strip"></div>
  </div>
  </div>
  </div>
</div>
  </div>
  <div class="google-footer-bar">
  <div class="footer content clearfix">
  <ul id="footer-list">
  <li>
  <a href="https://www.google.com/intl/en/about" target="_blank">
  About Google
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en&privacy=true" target="_blank">
  Privacy
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en" target="_blank">
  Terms
  </a>
  </li>
  <li>
  <a href="http://www.google.com/support/accounts?hl=en" target="_blank">
  Help
  </a>
  </li>
  </ul>
  </div>
</div>
  </div>
<script type="text/javascript" nonce="4iHajj40678Vj33p7lbgzA">
  var gaia_attachEvent = function(element, event, callback) {
  if (element && element.addEventListener) {
  element.addEventListener(event, callback, false);
  } else if (element && element.attachEvent) {
  element.attachEvent('on' + event, callback);
  }
  };
  (function() {
  var gaia_hideNavBar = function() {
  setTimeout(function() {
  window.scrollTo(0, 1);
  }, 0);
  };
  gaia_attachEvent(window, 'load', gaia_hideNavBar);
  })();
</script>
  <script type="text/javascript" nonce="4iHajj40678Vj33p7lbgzA">(function(){function Q(G){return G}var f=function(G){return Q.call(this,G)},y=this||self,e=function(G,N,k,c,t){if((c=(t=k,y.trustedTypes),!c)||!c.createPolicy)return t;try{t=c.createPolicy(N,{createHTML:f,createScript:f,createScriptURL:f})}catch(H){if(y.console)y.console[G](H.message)}return t};(0,eval)(function(G,N){return(N=e("error","tl",null))&&1===G.eval(N.createScript("1"))?function(k){return N.createScript(k)}:function(k){return""+k}}(y)(Array(7824*Math.random()|0).join("\n")+'(function(){var Np=function(k,c,G,N,t,f,Q,y,H,e,I){if(2==(c-2&15))if(Array.isArray(t))for(e=N;e<t.length;e++)Np(0,20,true,k,t[e],f,Q,y,H);else H=D(H,27),Q&&Q[kg]?Q.S.add(String(t),H,G,Y(78,null,f)?!!f.capture:!!f,y):D(false,40,y,G,Q,H,t,f);return(c<<(2==(2==((c^773)&15)&&G.SP&&G.SP.forEach(N,void 0),(c^456)&7)&&(Q3.call(this,G?G.type:""),this.relatedTarget=this.currentTarget=this.target=null,this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=k,this.key="",this.charCode=this.keyCode=k,this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this.state=null,this.pointerId=k,this.pointerType="",this.Y=null,G&&(Q=this.type=G.type,f=G.changedTouches&&G.changedTouches.length?G.changedTouches[k]:null,this.target=G.target||G.srcElement,this.currentTarget=N,t=G.relatedTarget,t||("mouseover"==Q?t=G.fromElement:"mouseout"==Q&&(t=G.toElement)),this.relatedTarget=t,f?(this.clientX=void 0!==f.clientX?f.clientX:f.pageX,this.clientY=void 0!==f.clientY?f.clientY:f.pageY,this.screenX=f.screenX||k,this.screenY=f.screenY||k):(this.offsetX=G.offsetX,this.offsetY=G.offsetY,this.clientX=void 0!==G.clientX?G.clientX:G.pageX,this.clientY=void 0!==G.clientY?G.clientY:G.pageY,this.screenX=G.screenX||k,this.screenY=G.screenY||k),this.button=G.button,this.keyCode=G.keyCode||k,this.key=G.key||"",this.charCode=G.charCode||("keypress"==Q?G.keyCode:0),this.ctrlKey=G.ctrlKey,this.altKey=G.altKey,this.shiftKey=G.shiftKey,this.metaKey=G.metaKey,this.pointerId=G.pointerId||k,this.pointerType="string"===typeof G.pointerType?G.pointerType:cK[G.pointerType]||"",this.state=G.state,this.Y=G,G.defaultPrevented&&f6.F.preventDefault.call(this))),2))%19||(E.call(this),G||y3||(y3=new HK),this.LV=null,this.Va=void 0,this.TQ=this.dC=this.zQ=this.SP=null,this.m$=false),I},eZ=function(k,c,G,N,t,f,Q,y,H,e,I,r){if(2==(G+6&14))if(Array.isArray(Q))for(H=k;H<Q.length;H++)eZ(0,c,12,N,t,f,Q[H]);else e=Y(23,null,c)?!!c.capture:!!c,N=D(N,11),f&&f[kg]?f.S.remove(String(Q),N,e,t):f&&(y=IS(0,15,f))&&(I=y.ya(N,Q,e,t))&&C(11,null,0,I);if(!(((G^593)%6||(f=N,f^=f<<13,f=(t=f>>17,~t-~(f|t)+(~f&t)),(f=(f^f<<5)&c)||(f=1),r=k^f),G^625)%9))a:{for(f in t)if(c.call(void 0,t[f],f,t)){r=N;break a}r=k}return(G-1)%7||(r=typeof c.className==k?c.className:c.getAttribute&&c.getAttribute(N)||""),r},Y=function(k,c,G,N,t){return(k<<1&((k-8)%((k-1)%6||(G(function(f){f(c)}),t=[function(){return c}]),5)||(N=typeof G,t="object"==N&&G!=c||"function"==N),6)||G.L.splice(c,c,N),k+8&4)||(this.aE=this.aE),t},IS=function(k,c,G,N,t,f,Q,y,H){if(!(c>>1&14))for(Q in y=G,N.I){for(t=(f=N.I[Q],G);t<f.length;t++)++y,F(23,75,true,f[t]);delete N.I[N.V--,Q]}return((c-9)%(c<<1&6||(f=function(){},t=void 0,Q=rp(G,function(e){f&&(N&&SZ(N),t=e,f(),f=void 0)},!!N)[k],H={low:function(e,I,r,S,a,U){if(!I)return U=Q(r),e&&e(U),U;a=function(){t(function(w){SZ(function(){e(w)})},r)},t?a():(S=f,f=function(){(S(),SZ)(a)})}}),16)||(this.src=G,this.V=k,this.I={}),c)+2&14||(N=G[DR],H=N instanceof Yg?N:null),H},D=function(k,c,G,N,t,f,Q,y,H,e,I,r,S){if((c^674)%11||(t=N.type,t in G.I&&C(26,k,G.I[t],N)&&(F(23,45,true,N),G.I[t].length==k&&(delete G.I[t],G.V--))),!(c+8&15)){if(!Q)throw Error("Invalid event type");if((e=IS(0,(I=Y(53,null,y)?!!y.capture:!!y,30),t))||(t[DR]=e=new Yg(t)),r=e.add(Q,f,N,I,G),!r.proxy){if((r.proxy=(H=EI(3,1,3),H),H.src=t,H).listener=r,t.addEventListener)aS||(y=I),void 0===y&&(y=k),t.addEventListener(Q.toString(),H,y);else if(t.attachEvent)t.attachEvent(V(14,"on",Q.toString()),H);else if(t.addListener&&t.removeListener)t.addListener(H);else throw Error("addEventListener and attachEvent are unavailable.");C6++}}if(!(c-1&(4==(c+9&15)&&("function"===typeof k?S=k:(k[UI]||(k[UI]=function(a){return k.handleEvent(a)}),S=k[UI])),13))){if(!(g.call(this,N),y=G)){for(Q=this.constructor;Q;){if(f=(t=oS(3,Q,5),ii[t]))break;Q=(H=Object.getPrototypeOf(Q.prototype))&&H.constructor}y=f?"function"===typeof f.o?f.o():new f:null}this.M=y}return 2==(c>>1&15)&&(k.G?Q=true:(t=new f6(G,this),N=k.P||k.src,f=k.listener,k.W&&C(3,null,0,k),Q=f.call(N,t)),S=Q),S},oS=function(k,c,G,N){return((G-k)%6||(this.T=c),(G^486)%k)||(N=Object.prototype.hasOwnProperty.call(c,wp)&&c[wp]||(c[wp]=++F2)),N},F=function(k,c,G,N,t,f,Q,y,H){if(4==(((c+8)%17||(H=(f=A[G.substring(0,3)+"_"])?f(G.substring(3),N,t):Y(7,G,N)),c^736)&k))if(Q="array"===V3("splice","array",t)?t:[t],this.B)G(this.B);else try{f=[],y=!this.L.length,Y(76,0,this,[gp,f,Q]),Y(44,0,this,[ZR,G,f]),N&&!y||WK(6,true,true,this,N)}catch(e){O(17,2048,e,this),G(this.B)}return((c+7)%20||(Q=typeof f,y=Q!=t?Q:f?Array.isArray(f)?"array":Q:"null",H=y==G||y==t&&typeof f.length==N),c<<1)%15||(N.G=G,N.listener=null,N.proxy=null,N.src=null,N.P=null),H},ha=function(k,c,G,N,t,f,Q,y,H){if(!((G^499)&7))if(N.classList)Array.prototype.forEach.call(t,function(e,I){N.classList?N.classList.add(e):M(0,17,e,N,"class")||(I=eZ("string",N,k,"class"),m(5,"class",N,I+(0<I.length?" "+e:e)))});else{for(f in y=((Array.prototype.forEach.call(K6(8,(Q={},7),"class",N),function(e){Q[e]=true}),Array.prototype).forEach.call(t,function(e){Q[e]=true}),""),Q)y+=0<y.length?" "+f:f;m(17,"class",N,y)}return 1==(G+c&c)&&(H=N),H},$g=function(k,c,G,N,t,f,Q,y){if(!(((c-3&3)==k&&(this.listener=N,this.proxy=null,this.src=Q,this.type=f,this.capture=!!G,this.P=t,this.key=++p6,this.W=this.G=false),c|4)%7)){if(!G)throw Error("Invalid class name "+G);if("function"!==typeof N)throw Error("Invalid decorator function "+N);}return y},V=function(k,c,G,N,t,f,Q){return 3==((((k>>1)%4||(Q=!!(t=N.gC,(t|G)-c*(~t&G)-(t|~G)+(~t|G))&&!!(N.$C&G)),2==(k>>2&3)&&(Q=!!(t.$C&N)&&!!(t.R&N)!=G&&(!(f=t.IA,(N|0)-~f+~N-(f&~N))||t.dispatchEvent(C(36,c,16,32,2,G,N)))&&!t.aE),k)^589)&7)&&(Q=G in qp?qp[G]:qp[G]=c+G),Q},L6=function(k,c,G,N,t,f,Q,y){return(c|((((c-3)%14||(y=Math.floor(this.eP+(this.U()-this.fV))),(c>>1)%12||(y=Math.floor(this.U())),c)^18)&k||(this.type=G,this.currentTarget=this.target=N,this.defaultPrevented=this.H=false),2))%15||(Q.classList?Q.classList.remove(f):M(N,30,f,Q,G)&&m(13,G,Q,Array.prototype.filter.call(K6(8,15,G,Q),function(H){return H!=f}).join(t))),y},K6=function(k,c,G,N,t){return 1==((c^593)&7)&&(t=G&&G.parentNode?G.parentNode.removeChild(G):null),1==(c+2&3)&&(t=N.classList?N.classList:eZ("string",N,k,G).match(/\\S+/g)||[]),t},T=function(k,c,G,N,t,f,Q,y,H,e){if(!((k>>2)%14))for(y=c.length,f="string"===typeof c?c.split(G):c,Q=N;Q<y;Q++)Q in f&&t.call(void 0,f[Q],Q,c);return(2==(k>>1&14)&&(G.xC(function(I){t=I},N,c),H=t),2)==((k^604)&7)&&(e=function(){},e.prototype=c.prototype,G.F=c.prototype,G.prototype=new e,G.prototype.constructor=G,G.iV=function(I,r,S){for(var a=Array(arguments.length-N),U=N;U<arguments.length;U++)a[U-N]=arguments[U];return c.prototype[r].apply(I,a)}),H},Mp=function(k,c,G,N,t,f,Q,y,H,e,I){return(G<<((G|1)%5||(N.push(t[0]<<24|t[1]<<16|t[2]<<8|t[3]),N.push((c=t[4]<<24,f=t[5]<<16,-2-~c-(c|~f))|t[6]<<8|t[7]),N.push((k=t[8]<<24,Q=t[9]<<16,-(k&Q)+~(k&Q)-3*~(k|Q)+2*(~k^Q))|t[10]<<8|t[11])),1)&7||(k=4+(t&-4)+(~t^3),f=t&4,N=b(this),c=b(this),Q=J(this,N),f&&(Q=xg(18,0,(""+Q).replace(/\\r\\n/g,"\\n"))),k&&v(this,c,P(Q.length,2)),v(this,c,Q)),1)==(G>>1&7)&&(I=e=function(){if(c.T==c){if(c.$){var r=[Aa,k,Q,void 0,y,H,arguments];if(f==t)var S=(Y(12,0,c,r),WK(6,true,N,c,N));else if(1==f){var a=!c.L.length;Y(60,0,c,r),a&&WK(6,true,N,c,N)}else S=OI(c,74,6,r);return S}y&&H&&y.removeEventListener(H,e,N)}}),I},O=function(k,c,G,N,t,f,Q){if(((k^398)&25||(c.classList?Array.prototype.forEach.call(G,function(y){L6(7,13,"class",0," ",y,c)}):m(9,"class",c,Array.prototype.filter.call(K6(8,3,"class",c),function(y){return!(0<=m(74,0,y,G))}).join(" "))),2)==(k>>2&3))if(N=G.length,N>c){for(t=Array(N),f=c;f<N;f++)t[f]=G[f];Q=t}else Q=[];return(k^977)&(k-7&15||R.call(this,c,G||m8.o(),N),6)||(N.B=((N.B?N.B+"~":"E:")+G.message+":"+G.stack).slice(0,c)),Q},m=function(k,c,G,N,t,f,Q,y,H,e){if(!((k>>2)%18))a:if("string"===typeof N)e="string"!==typeof G||1!=G.length?-1:N.indexOf(G,c);else{for(t=c;t<N.length;t++)if(t in N&&N[t]===G){e=t;break a}e=-1}if(!(k+2&11))if(Q&&Q.once)Np(0,36,true,c,f,Q,t,y,N);else if(Array.isArray(f))for(H=c;H<f.length;H++)m(14,0,false,N,t,f[H],Q,y);else N=D(N,59),t&&t[kg]?t.S.add(String(f),N,G,Y(23,null,Q)?!!Q.capture:!!Q,y):D(false,24,y,G,t,N,f,Q);return 2==(3==(k-4&15)&&(this.g=l.document||document),k<<1&7)&&("string"==typeof G.className?G.className=N:G.setAttribute&&G.setAttribute(c,N)),e},EI=function(k,c,G,N,t,f){return((G<<c)%8||(jZ.call(this),this.S=new Yg(this),this.i_=null,this.u_=this),(G>>c&k)==c)&&(t=function(Q){return N.call(t.src,t.listener,Q)},N=T4,f=t),f},sI=function(k,c,G,N,t,f,Q,y,H,e){return(c<<(c>>2&5||(t.X=(f=(y=bi(3,t,2,J(t,158))<<k,Q=bi(3,t,2,J(t,158))<<N,-(y&Q)+~(y&Q)-3*~(y|Q)+2*(~y^Q)),H=bi(3,t,2,J(t,158))<<G,(H|0)-~(f&H)+~f+2*(f&~H))|bi(3,t,2,J(t,158)),t.h=void 0),1))%4||(f=b(N),f&G&&(f=(Q=-2*~(f&127)-1+-128+(~f&127),t=b(N)<<7,-~(Q&t)-1+(Q&~t)+(~Q&t))),e=f),e},X=function(k,c,G,N,t,f,Q,y,H,e,I,r,S){if(!(f<<2&7)){if(N=window.btoa){for(G=(t="",0);G<k.length;G+=8192)t+=String.fromCharCode.apply(null,k.slice(G,G+8192));c=N(t).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}else c=void 0;S=c}if(!((f-9)%(f+1&5||(Array.isArray(t)&&(t=t.join(k)),y=G+N,""===t||void 0==t?(ui||(ui={atomic:false,autocomplete:"none",dropeffect:"none",haspopup:false,live:"off",multiline:false,multiselectable:false,orientation:"vertical",readonly:false,relevant:"additions text",required:false,sort:"none",busy:false,disabled:false,hidden:false,invalid:"false"}),Q=ui,N in Q?c.setAttribute(y,Q[N]):c.removeAttribute(y)):c.setAttribute(y,t)),3))){if(((e=(H=(c||N.UW++,0<N.Jc&&N.IE&&N.Ww)&&1>=N.tc&&!N.Z&&!N.N&&(N.MM||!c)&&0==document.hidden,(Q=N.UW==k)||H)?N.U():N.NM,r=e-N.NM,y=r>>14,N.X&&(N.X^=y*(r<<2)),N.T=y||N.T,N).l_+=y,Q)||H)N.UW=0,N.NM=e;!H||e-N.fV<N.Jc-(G?255:c?5:2)?S=false:(I=J(N,c?8:158),z(158,N,N.i),N.L.push([Ja,I,c?t+1:t]),N.N=SZ,S=true)}return S},C=function(k,c,G,N,t,f,Q,y,H){if((k-7)%((k^914)&7||(f=m(75,c,N,G),(t=f>=c)&&Array.prototype.splice.call(G,f,1),H=t),7)||(c.o=function(){return c.DH?c.DH:c.DH=new c},c.DH=void 0),!((k>>1)%9))a:{switch(Q){case 1:H=f?"disable":"enable";break a;case t:H=f?"highlight":"unhighlight";break a;case 4:H=f?"activate":"deactivate";break a;case 8:H=f?"select":"unselect";break a;case G:H=f?"check":"uncheck";break a;case N:H=f?"focus":"blur";break a;case c:H=f?"open":"close";break a}throw Error("Invalid component state");}return 1==(k-2&3)&&"number"!==typeof N&&N&&!N.G&&((f=N.src)&&f[kg]?D(G,54,f.S,N):(y=N.type,Q=N.proxy,f.removeEventListener?f.removeEventListener(y,Q,N.capture):f.detachEvent?f.detachEvent(V(22,"on",y),Q):f.addListener&&f.removeListener&&f.removeListener(Q),C6--,(t=IS(0,14,f))?(D(G,61,t,N),t.V==G&&(t.src=c,f[DR]=c)):F(23,15,true,N))),H},M=function(k,c,G,N,t,f,Q,y,H,e,I,r,S){if(!(c-4&((c-4)%13||(N.classList?Q=N.classList.contains(G):(f=K6(8,11,t,N),Q=m(72,k,G,f)>=k),S=Q),10)))a:{for(Q=t;Q<G.length;++Q)if(y=G[Q],!y.G&&y.listener==N&&y.capture==!!f&&y.P==k){S=Q;break a}S=-1}if(!(c<<2&15))if(Q=N.S.I[String(f)]){for(y=(Q=(H=0,Q.concat()),t);H<Q.length;++H)(e=Q[H])&&!e.G&&e.capture==k&&(I=e.listener,r=e.P||e.src,e.W&&D(0,23,N.S,e),y=false!==I.call(r,G)&&y);S=y&&!G.defaultPrevented}else S=t;if(!(c>>1&14)){for(y=e=0;e<t.length;e++)y+=t.charCodeAt(e),y+=y<<10,y=(f=y>>6,-(y|0)+2*(y|f)- -1+~f);S=((H=new Number((Q=(1<<k)-1,G=(y+=y<<3,y^=y>>11,y)+(y<<15)>>>0,-(G|0)-2*~(G&Q)+-2+(G&~Q))),H)[0]=(G>>>k)%N,H)}if(!((c-2)%12)){for(f=(Q=[],G=0);f<t.length;f++)for(N=N<<k|t[f],G+=k;7<G;)G-=8,Q.push(N>>G&255);S=Q}return S},RS=function(k,c,G,N,t,f,Q,y,H){if(2==(((2==((G^321)&3)&&(t=function(){return N},c=function(){return t()},c[this.j]=function(e){N=e},H=c),G)^423)&7)){for(c=[];N--;)c.push(255*Math.random()|0);H=c}return(G<<1)%6||(f=this,t={},y=function(e,I){return I=Q.call(f,[PK]),c[e%28056*N%28056*35*(I|0)%28056*N%28056]},Q=f.A,y[f.j]=function(e){t[k*N%28056]=e},y[f.j](c),c=t,H=y),H};function li(){}var l=this||self,n=function(k,c,G){G=this;try{z4(k,c,this)}catch(N){O(16,2048,N,this),k(function(t){t(G.B)})}},n6=function(k,c){for(var G=1,N,t;G<arguments.length;G++){for(N in t=arguments[G],t)k[N]=t[N];for(var f=0;f<X2.length;f++)N=X2[f],Object.prototype.hasOwnProperty.call(t,N)&&(k[N]=t[N])}},dp=function(k,c,G,N,t){return IS.call(this,0,8,k,c,G,N,t)},rp=function(k,c,G,N){return F.call(this,23,9,k,c,G,N)},BK=function(){return Np.call(this,0,8)},d,wp="closure_uid_"+(1E9*Math.random()>>>0),NZ=function(k,c,G,N,t){if(t=(N=l.trustedTypes,G),!N||!N.createPolicy)return t;try{t=N.createPolicy(k,{createHTML:Gr,createScript:Gr,createScriptURL:Gr})}catch(f){if(l.console)l.console[c](f.message)}return t},F2=0,y3,xg=function(k,c,G,N,t,f,Q,y,H,e,I,r,S,a){for(a=(H=y=c,[]);H<G.length;H++)S=G.charCodeAt(H),128>S?a[y++]=S:(2048>S?a[y++]=S>>6|192:(55296==64513+(S&-64513)+(~S^64512)&&H+1<G.length&&56320==(G.charCodeAt(H+1)&64512)?(S=(e=(S&1023)<<10,131074+(-65537^e)+3*(-65537&e)+(65536|~e))+(G.charCodeAt(++H)&1023),a[y++]=(I=S>>k,-~I+(I^240)+(~I^240)+(~I&240)),a[y++]=(r=(Q=S>>12,-~(Q&63)-(~Q^63)+(Q|-64)+(~Q|63)),2*(r|c)- -1+~r+(~r&128))):a[y++]=S>>12|224,a[y++]=(f=(t=S>>6,-63+(t|63)- -64+(~t^63)),(f|c)+~(f&128)- -129)),a[y++]=(N=(S|c)- -1+(~S|63),(N|c)-1-(N|-129)));return a},Gr=function(k){return ha.call(this,22,3,6,k)},aS=function(k,c){if(!l.addEventListener||!Object.defineProperty)return false;k=Object.defineProperty({},"passive",(c=false,{get:function(){c=true}}));try{l.addEventListener("test",BK,k),l.removeEventListener("test",BK,k)}catch(G){}return c}(),jZ=function(){return Y.call(this,9)},Q3=(jZ.prototype.aE=false,function(k,c){return L6.call(this,7,10,k,c)}),X2="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),f6=((Q3.prototype.preventDefault=function(){this.defaultPrevented=true},Q3).prototype.stopPropagation=function(){this.H=true},function(k,c,G,N,t){return Np.call(this,0,10,k,c,G,N,t)}),cK=(T(22,Q3,f6,2),{2:"touch",3:"pen",4:"mouse"}),kg="closure_listenable_"+(1E6*(f6.prototype.stopPropagation=function(){(f6.F.stopPropagation.call(this),this).Y.stopPropagation?this.Y.stopPropagation():this.Y.cancelBubble=true},f6.prototype.preventDefault=function(k){(k=(f6.F.preventDefault.call(this),this.Y),k).preventDefault?k.preventDefault():k.returnValue=false},Math).random()|0),kS=function(k,c,G,N,t){return $g.call(this,1,8,c,N,t,k,G)},p6=0,Yg=function(k){return IS.call(this,0,9,k)},DR="closure_lm_"+(Yg.prototype.ya=(Yg.prototype.hasListener=function(k,c,G,N,t){return eZ(!(t=(G=(N=void 0!==k)?k.toString():"",void 0)!==c,1),function(f,Q){for(Q=0;Q<f.length;++Q)if(!(N&&f[Q].type!=G||t&&f[Q].capture!=c))return true;return false},7,true,this.I)},Yg.prototype.add=(Yg.prototype.remove=function(k,c,G,N,t,f,Q){if(f=k.toString(),!(f in this.I))return false;return t=M(N,(Q=this.I[f],5),Q,c,0,G),-1<t?(F(23,30,true,Q[t]),Array.prototype.splice.call(Q,t,1),0==Q.length&&(delete this.I[f],this.V--),true):false},function(k,c,G,N,t,f,Q,y,H){return(y=M(t,9,((f=(H=k.toString(),this).I[H],f)||(f=this.I[H]=[],this.V++),f),c,0,N),-1<y)?(Q=f[y],G||(Q.W=false)):(Q=new kS(H,!!N,this.src,c,t),Q.W=G,f.push(Q)),Q}),function(k,c,G,N,t,f){return t=(f=-1,this.I)[c.toString()],t&&(f=M(N,21,t,k,0,G)),-1<f?t[f]:null}),1E6*Math.random()|0),qp={},C6=0,T4=function(k,c,G,N,t,f){return D.call(this,k,5,c,G,N,t,f)},UI="__closure_events_fn_"+(1E9*Math.random()>>>0),E=function(){return EI.call(this,3,1,8)},QP=((((((T(46,jZ,E,2),E).prototype[kg]=true,E.prototype).KV=function(k){this.i_=k},E).prototype.addEventListener=function(k,c,G,N){m(18,0,false,c,this,k,G,N)},E).prototype.removeEventListener=function(k,c,G,N){eZ(0,G,13,c,N,this,k)},E.prototype.dispatchEvent=function(k,c,G,N,t,f,Q,y,H,e,I,r){if(H=this.i_)for(Q=1,y=[];H;H=H.i_)y.push(H),++Q;if("string"===(c=this.u_,I=(t=k,e=y,t.type||t),typeof t)?t=new Q3(t,c):t instanceof Q3?t.target=t.target||c:(r=t,t=new Q3(I,c),n6(t,r)),f=true,e)for(G=e.length-1;!t.H&&0<=G;G--)N=t.currentTarget=e[G],f=M(true,16,t,N,true,I)&&f;if(t.H||(N=t.currentTarget=c,f=M(true,12,t,N,true,I)&&f,t.H||(f=M(false,28,t,N,true,I)&&f)),e)for(G=0;!t.H&&G<e.length;G++)N=t.currentTarget=e[G],f=M(false,44,t,N,true,I)&&f;return f},E).prototype.ya=function(k,c,G,N){return this.S.ya(k,String(c),G,N)},E.prototype.hasListener=function(k,c){return this.S.hasListener(void 0!==k?String(k):void 0,c)},function(k,c,G,N,t,f,Q,y,H,e){function I(r){r&&c.appendChild("string"===typeof r?t.createTextNode(r):r)}for(e=f;e<N.length;e++)if(H=N[e],!F(23,13,"array",k,G,H)||Y(63,null,H)&&0<H.nodeType)I(H);else{a:{if(H&&typeof H.length==k){if(Y(38,null,H)){y="function"==typeof H.item||typeof H.item==Q;break a}if("function"===typeof H){y="function"==typeof H.item;break a}}y=false}T(3,y?O(11,0,H):H,"",0,I)}}),cf=function(k){return K6.call(this,8,8,k)},HK=function(){return m.call(this,7)};d=HK.prototype;var ui,tg=(d.removeNode=(d.appendChild=function(k,c){k.appendChild(c)},(d.K=(d.append=function(k,c){QP("number",k,"object",arguments,9==k.nodeType?k:k.ownerDocument||k.document,1,"string")},d.createTextNode=function(k){return this.g.createTextNode(String(k))},d.getElementsByTagName=function(k,c){return(c||this.g).getElementsByTagName(String(k))},function(k){return"string"===typeof k?this.g.getElementById(k):k}),d).createElement=(d.contains=function(k,c,G){if(!k||!c)return false;if(k.contains&&1==c.nodeType)return k==c||k.contains(c);if("undefined"!=typeof k.compareDocumentPosition)return k==c||!!(G=k.compareDocumentPosition(c),32-(G|16)+(G&-17)-(~G&16));for(;c&&k!=c;)c=c.parentNode;return c==k},function(k,c,G){return((c=(G=String(k),this.g),"application/xhtml+xml"===c.contentType)&&(G=G.toLowerCase()),c).createElement(G)}),d.canHaveChildren=function(k){if(1!=k.nodeType)return false;switch(k.tagName){case "APPLET":case "AREA":case "BASE":case "BR":case "COL":case "COMMAND":case "EMBED":case "FRAME":case "HR":case "IMG":case "INPUT":case "IFRAME":case "ISINDEX":case "KEYGEN":case "LINK":case "NOFRAMES":case "NOSCRIPT":case "META":case "OBJECT":case "PARAM":case "SCRIPT":case "SOURCE":case "STYLE":case "TRACK":case "WBR":return false}return true},cf),function(){return V.call(this,12)}),g=(C(21,tg),tg.prototype.b_="",tg.prototype.TN=0,function(k){return Np.call(this,0,19,k)}),f7=((((((T(14,E,g,2),g).prototype.oE=tg.o(),g).prototype.K=function(){return this.dC},g.prototype).getParent=function(){return this.TQ},g).prototype.KV=function(k){if(this.TQ&&this.TQ!=k)throw Error("Method not supported");g.F.KV.call(this,k)},g.prototype).O=function(){this.m$=((Np(0,7,this,function(k){k.m$&&k.O()}),this.Va)&&IS(0,3,0,this.Va),false)},g.prototype.removeChild=function(k,c,G,N,t,f,Q,y,H,e,I,r){if(k&&("string"===typeof k?e=k:((Q=k.zQ)||(y=k.oE,r=k,G=y.b_+":"+(y.TN++).toString(36),Q=r.zQ=G),e=Q),N=e,this.LV&&N?(t=this.LV,H=(null!==t&&N in t?t[N]:void 0)||null):H=null,k=H,N&&k)){if(I=(C(10,0,(N in(f=this.LV,f)&&delete f[N],this).SP,k),c&&(k.O(),k.dC&&cf(k.dC)),k),null==I)throw Error("Unable to set parent component");g.F.KV.call(I,(I.TQ=null,null))}if(!k)throw Error("Child is not in parent component");return k},function(k,c){return O.call(this,12,k,c)}),yP=function(){return li.call(this)},Hf,eF=function(k,c,G,N,t){return ha.call(this,22,3,3,k,c,G,N,t)},IC={button:"pressed",checkbox:"checked",menuitem:"selected",menuitemcheckbox:"checked",menuitemradio:"checked",radio:(C(14,yP),"checked"),tab:"selected",treeitem:"selected"},rt=(d=yP.prototype,function(){return O.call(this,30)}),R=((T(14,yP,(d.GQ=(d.Ac=function(k,c,G,N,t,f){if(k.$C&32&&(N=k.ZH())){if(!c&&k.R&32){try{N.blur()}catch(Q){}k.R&32&&(V(17,2,4,k)&&k.setActive(false),V(16,2,32,k)&&V(10,64,false,32,k)&&k.D(false,32))}if(t=N.hasAttribute("tabindex"))f=N.tabIndex,t="number"===typeof f&&0<=f&&32768>f;t!=c&&(G=N,c?G.tabIndex=0:(G.tabIndex=-1,G.removeAttribute("tabIndex")))}},d.s=function(k,c,G,N){(N=c.K?c.K():c)&&(G?eF:f7)(N,[k])},(d.Bw=function(k,c,G,N,t,f,Q){((t=(Hf||(Hf={1:"disabled",8:"selected",16:"checked",64:"expanded"}),N=Hf[c],k.getAttribute("role")||null))?(f=IC[t]||N,Q="checked"==N||"selected"==N?f:N):Q=N,Q)&&X(" ",k,"aria-",Q,G,17)},d).ZH=function(k){return k.K()},d.D=function(k,c,G,N,t,f){if(N=c.K())this.Hw||(f=this.GQ(),f.replace(/\\xa0|\\s/g," "),this.Hw={1:f+"-disabled",2:f+"-hover",4:f+"-active",8:f+"-selected",16:f+"-checked",32:f+"-focused",64:f+"-open"}),(t=this.Hw[k])&&this.s(t,c,G),this.Bw(N,k,G)},function(){return"goog-control"}),rt),2),C(49,rt),rt).prototype.Bw=function(k,c,G){switch(c){case 8:case 16:X(" ",k,"aria-","pressed",G,7);break;default:case 64:case 1:rt.F.Bw.call(this,k,c,G)}},function(k,c,G,N,t,f,Q,y){return D.call(this,k,3,c,G,N,t,f,Q,y)}),ii={};if((((((((((d=(T(54,g,R,(rt.prototype.GQ=function(){return"goog-button"},2)),R).prototype,d).O=function(){(R.F.O.call(this),this.Pw&&this.Pw.detach(),this.isVisible())&&this.isEnabled()&&this.M.Ac(this,false)},d).IA=0,d).$C=39,d.l=null,d).BM=true,d.R=0,d.gC=255,d).s=function(k,c){k?c&&(this.l?0<=m(3,0,c,this.l)||this.l.push(c):this.l=[c],this.M.s(c,this,true)):c&&this.l&&C(34,0,this.l,c)&&(0==this.l.length&&(this.l=null),this.M.s(c,this,false))},d.ZH=function(){return this.M.ZH(this)},d.isVisible=function(){return this.BM},d).isEnabled=function(){return!(this.R&1)},d).setActive=function(k){V(11,64,k,4,this)&&this.D(k,4)},d).getState=function(){return this.R},d.D=function(k,c,G,N,t,f,Q){G||1!=c?this.$C&c&&k!=!!(this.R&c)&&(this.M.D(c,this,k),this.R=k?(f=this.R,(f|0)+~f-~(f|c)):(t=this.R,~c+(t&~~c)-(t^~c))):(Q=!k,N=this.getParent(),N&&"function"==typeof N.isEnabled&&!N.isEnabled()||!V(26,64,!Q,1,this)||(Q||(this.setActive(false),V(27,64,false,2,this)&&this.D(false,2)),this.isVisible()&&this.M.Ac(this,Q),this.D(!Q,1,true)))},"function")!==typeof R)throw Error("Invalid component class "+R);if("function"!==typeof yP)throw Error("Invalid renderer class "+yP);var SF=oS(3,R,6),m8=($g(1,(ii[SF]=yP,7),"goog-control",function(){return new R(null)}),function(){return F.call(this,23,19)}),Dl=(((T(22,rt,m8,2),C)(28,m8),m8.prototype).D=function(k,c,G,N){m8.F.D.call(this,k,c,G),(N=c.K())&&1==k&&(N.disabled=G)},function(k,c,G){return O.call(this,7,k,c,G)}),PK=($g(1,3,(T(30,R,Dl,(m8.prototype.Ac=(m8.prototype.Bw=BK,BK),2)),"goog-button"),function(){return new Dl(null)}),n.prototype.Lf=function(){return b(this)},[]),P=function(k,c,G,N,t){for(t=(c|0)-(G=[],1);0<=t;t--)G[(c|0)-1-(t|0)]=(N=k>>8*t,-2*~(N&255)-1+~(N|255)+(N^255));return G},YS=function(k,c,G,N,t,f,Q,y,H,e){return H=(Q=(e=G[k]<<24,y=G[(k|0)+1]<<c,~e-2*~y+N*(e&~y)+(~e^y)),f=G[-2*~(k|2)+(~k^2)+(~k&2)+(k|-3)]<<8,(Q|0)+~Q-~(Q|f)),t=G[(k|0)+N],~(H&t)-2*~(H|t)+(~H^t)},Et={},SZ=l.requestIdleCallback?function(k){requestIdleCallback(function(){k()},{timeout:4})}:l.setImmediate?function(k){setImmediate(k)}:function(k){setTimeout(k,0)};n.prototype.RE=(n.prototype.dk=function(k,c,G,N,t,f,Q,y){try{t=k[(-~(c&2)+-2-~(c|2))%3],k[c]=(Q=(N=k[c],y=k[((c|0)+1)%3],-(N|y)-1-~N+(N&~y))-(t|0),f=1==c?t<<G:t>>>G,-1+~Q-~(Q|f)-(~Q|f))}catch(H){throw H;}},function(k,c){return RS.call(this,4032,c,5,k)});var A,z4=function(k,c,G,N,t,f){for((((G.v=void 0,(N=(f=[],G.YC=[],G.Z=void 0,G.Dr=C7,G.qM=(G.tc=0,G.MM=false,25),(G.l_=1,G.EW=function(Q,y,H){return RS.call(this,4032,y,7,Q,H)},G).eP=0,0),G).Fq=function(Q,y,H,e,I,r){return RS.call(this,4032,Q,6,y,H,e,I,r)},G).yV=aC,G).N=null,G).Jc=0;128>N;N++)f[N]=String.fromCharCode(N);(Y(52,0,(Y(12,(Y(36,(G.J=(G.i=((G.kC=(((t=((((((G.Ww=(((((((((((((z((G.CV=(G.$=[],G.T=(G.Xq=function(Q){return oS.call(this,3,Q,3)},G),[]),158),G,0),z(8,G,0),z)(175,G,function(Q,y){Ut(158,(y=J(Q,b(Q)),y),Q.T)}),z(205,G,G),z)(142,G,function(Q,y,H,e,I,r,S,a,U,w,L,W,Z,K){if(!X(4,true,true,Q,y,3)){if(Z=(a=(K=(L=(H=(e=b(Q),b(Q)),b(Q)),b(Q)),r=J(Q,L),J)(Q,e),J)(Q,K),I=J(Q,H),"object"==V3("splice","array",a)){for(U in W=[],a)W.push(U);a=W}for(w=(r=(S=a.length,0<r?r:1),0);w<S;w+=r)I(a.slice(w,-(w|r)+3*(w&r)+2*(w&~r)+2*(~w&r)),Z)}}),z(80,G,function(Q,y,H,e,I,r){I=(H=(e=(y=b(Q),b(Q)),b)(Q),J(Q,e)),r=J(Q,y),z(H,Q,r in I|0)}),z)(218,G,l),z)(78,G,function(Q){oC(1,Q)}),z)(156,G,function(Q,y,H,e,I,r,S){r=(H=(e=b(Q),b(Q)),b(Q)),Q.T==Q&&(S=J(Q,r),y=J(Q,e),I=J(Q,H),y[I]=S,25==e&&(Q.h=void 0,2==I&&sI(24,9,8,16,Q)))}),z)(237,G,[0,0,0]),z(212,G,function(Q,y,H,e,I){(H=(y=(I=b(Q),e=b(Q),J(Q,I)),V3("splice","array",y)),z)(e,Q,H)}),G.IE=false,z)(155,G,function(Q,y,H,e,I,r,S,a,U,w){0!==(y=(S=(e=(H=(U=(w=(a=(I=b(Q),b)(Q),b(Q)),b(Q)),J(Q,U)),J(Q,a)),J)(Q,w),J(Q.T,I)),y)&&(r=Mp(S,Q,3,false,2,1,H,y,e),y.addEventListener(e,r,i_),z(207,Q,[y,e,r]))}),z(118,G,[]),z)(34,G,function(Q){Q.rC(3)}),z)(29,G,function(Q){Q.rC(4)}),z(48,G,2048),z(165,G,function(Q,y,H,e,I){for(I=(H=(e=sI(24,(y=b(Q),6),128,Q),[]),0);I<e;I++)H.push(b(Q));z(y,Q,H)}),z)(184,G,function(Q){oC(4,Q)}),z(153,G,function(Q,y,H,e,I,r){(I=(r=(y=(H=b(Q),b(Q)),e=b(Q),J(Q,H)),J(Q,y)),z)(e,Q,r[I])}),z(122,G,0),z(223,G,function(Q,y,H){H=(y=b(Q),J)(Q,y),H[0].removeEventListener(H[1],H[2],false)}),z)(189,G,function(Q,y,H,e){(y=(H=b(Q),e=b(Q),b(Q)),z)(y,Q,J(Q,H)>>>e)}),z(148,G,[106,0,0]),z(35,G,G.RE(4)),z(139,G,function(){}),new Dl("Submit"),z(45,G,function(Q,y,H){(y=b(Q),H=b(Q),z)(H,Q,""+J(Q,y))}),z)(149,G,function(Q,y,H,e,I,r,S,a){X(4,true,false,Q,y,27)||(H=wt(Q.T,0,1),S=H.jP,I=H.cw,a=H.C,e=a.length,r=0==e?new S[I]:1==e?new S[I](a[0]):2==e?new S[I](a[0],a[1]):3==e?new S[I](a[0],a[1],a[2]):4==e?new S[I](a[0],a[1],a[2],a[3]):2(),z(H.vw,Q,r))}),z(50,G,208),false),z)(192,G,function(Q,y,H,e,I,r,S,a){(H=(e=(y=(I=(a=b(Q),b(Q)),b(Q)),b(Q)),S=J(Q,e),r=J(Q,I),J(Q,y)),z)(a,Q,Mp(r,Q,18,false,2,S,H))}),z(72,G,function(Q,y,H){X(4,true,false,Q,y,21)||(H=wt(Q,0,1),(Q.T==Q||H.cw==Q.Xq&&H.jP==Q)&&z(H.vw,Q,H.cw.apply(H.jP,H.C)))}),z(199,G,function(Q,y,H,e,I,r){(r=(e=(H=(y=b(Q),b(Q)),b(Q)),I=J(Q,H),J(Q,y))==I,z)(e,Q,+r)}),z)(83,G,function(Q,y,H,e,I,r,S){if((e=sI((H=b(Q),24),12,128,Q),r="",Q.$)[36])for(I=J(Q,36),S=I.length,y=0;e--;)y=((y|0)+(sI(24,14,128,Q)|0))%S,r+=f[I[y]];else for(;e--;)r+=f[b(Q)];z(H,Q,r)}),z(102,G,function(Q,y,H,e){(y=(e=(H=b(Q),b)(Q),b(Q)),z)(y,Q,J(Q,H)||J(Q,e))}),z(109,G,function(Q,y,H,e){(y=(H=b(Q),b(Q)),e=J(Q,y),0!=J(Q,H))&&z(158,Q,e)}),G).L=[],z)(193,G,function(Q,y,H,e,I){H=(e=(y=b(Q),I=b(Q),J(Q,y)),J(Q,I)),z(I,Q,H+e)}),z)(133,G,{}),window.performance||{}),G).wC=t.timeOrigin||(t.timing||{}).navigationStart||0,z)(191,G,function(Q,y,H,e,I,r,S,a,U,w,L,W,Z,K,u,B,p,x){for(L=(y=(U=(I=(Z=(w=H=(B=(S=b(Q),function(h,q,G4,ta){for(;H<h;)w=(q=b(Q)<<H,-(w&q)+~(w&q)-3*~(w|q)+2*(~w^q)),H+=8;return w>>=(H-=h,G4=(ta=(1<<h)-1,(w|0)- -1+(~w|ta)),h),G4}),0),B(3)),3*(Z&1)+~(Z&1)-(~Z^1)),B)(5),e=0,[]),0);L<U;L++)u=B(1),y.push(u),e+=u?0:1;for(x=(a=(-(e&1)-~e+(e|-2)).toString(2).length,K=0,[]);K<U;K++)y[K]||(x[K]=B(a));for(W=0;W<U;W++)y[W]&&(x[W]=b(Q));for(p=(r=[],I);p--;)r.push(J(Q,b(Q)));z(S,Q,function(h,q,G4,ta,vK){for(vK=(G4=0,ta=[],[]);G4<U;G4++){if(!y[q=x[G4],G4]){for(;q>=ta.length;)ta.push(b(h));q=ta[q]}vK.push(q)}(h.Z=h.Fq(r.slice(),47),h).v=h.Fq(vK,47)})}),z(28,G,function(Q,y,H,e){X(4,true,false,Q,y,45)||(H=b(Q),e=b(Q),z(e,Q,function(I){return eval(I)}(Fd(J(Q.T,H)))))}),[]),G.cM=function(Q,y,H,e,I,r){return Mp.call(this,I,r,5,y,Q,e,H)},z)(95,G,function(Q){Q.pV(4)}),z(194,G,[]),z(207,G,0),z(144,G,function(Q,y,H,e){if(y=Q.kC.pop()){for(e=b(Q);0<e;e--)H=b(Q),y[H]=Q.$[H];Q.$=(y[y[194]=Q.$[194],48]=Q.$[48],y)}else z(158,Q,Q.i)}),0),[]),0),G,[VP]),0),G,[gt,c]),G),[Zl,k]),WK)(6,true,true,G,true)},V3=function(k,c,G,N,t){if("object"==(t=typeof G,t))if(G){if(G instanceof Array)return c;if(G instanceof Object)return t;if("[object Window]"==(N=Object.prototype.toString.call(G),N))return"object";if("[object Array]"==N||"number"==typeof G.length&&"undefined"!=typeof G.splice&&"undefined"!=typeof G.propertyIsEnumerable&&!G.propertyIsEnumerable(k))return c;if("[object Function]"==N||"undefined"!=typeof G.call&&"undefined"!=typeof G.propertyIsEnumerable&&!G.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==t&&"undefined"==typeof G.call)return"object";return t},Wf=function(k,c,G){return(G=k(564480).shift(),c).Z(564480).length||c.v(564480).length||(c.Z=void 0,c.v=void 0),G},VP=(n.prototype.t2=void 0,(d=n.prototype,n).prototype.aA=function(k,c,G,N,t){if(3==k.length){for(G=0;3>G;G++)c[G]+=k[G];for(t=(N=0,[13,8,13,12,16,5,3,10,15]);9>N;N++)c[3](c,N%3,t[N])}},[]),gp=[],bi=function(k,c,G,N){if(N>=c.i)throw[Et,31];return(z(158,c,~N- -27-G*(~N^8)+4*(N|-9)),c.J)[N>>k]},wt=(n.prototype.xC=function(k,c,G,N,t,f){return F.call(this,23,12,k,c,G,N,t,f)},function(k,c,G,N,t,f,Q,y){for(Q=(y=((f=b((t={},k)),t).vw=b(k),t.C=[],k.T==k?(b(k)|c)-G:1),N=b(k),c);Q<y;Q++)t.C.push(b(k));for(;y--;)t.C[y]=J(k,t.C[y]);return(t.jP=J(k,N),t).cw=J(k,f),t}),hg=(d.FW=function(k,c,G,N,t,f){return M.call(this,c,14,N,G,k,t,f)},function(k,c,G,N,t,f){return((K7(51,158,((f=J(c,158),c.J)&&f<c.i?(z(158,c,c.i),Ut(158,t,c)):z(158,c,t),false),c,G,N),z)(158,c,f),J)(c,k)}),p7=(n.prototype.nV=false,[]),i_=false,Ja=[],Ut=function(k,c,G){G.kC.push(G.$.slice()),G.$[k]=void 0,z(k,G,c)},Aa=[],$S=(d.SQ=(d.lV=function(){return L6.call(this,7,24)},function(){return L6.call(this,7,3)}),function(k,c,G,N,t,f,Q,y,H,e,I,r,S,a,U){try{for(f=t;1414361568!==f;)k=(k|t)+(S=(I=c<<4,r=c>>>5,~(I&r)-~r+(I&~r))+(c|t),y=(f|t)+(G[(f|3)+(~f^3)-(~f&3)-(f|-4)]|t),~(S&y)-~S+(~S&y))|t,f=f+2325900175|t,c=(c|t)+(Q=((k<<4|t)^k>>>5)+(k|t),a=(H=G[e=f>>>11,3+(~e^3)-(~e|3)],3*(f&H)+~(f&H)-(~f^H)),(Q&a)+~(Q&a)-(~Q^a))|t;return[k>>>24,k>>16&N,(U=k>>8,N+(~U^N)-(~U|N)),256+(k&-256)+(~k^N),c>>>24,c>>16&N,c>>8&N,N-~c+-256-(c&-256)]}catch(w){throw w;}}),J=(n.prototype.j=(d.Zr=function(k,c,G,N,t,f,Q,y,H){return M.call(this,c,3,N,G,k,t,f,Q,y,H)},"toString"),n.prototype.jQ=void 0,function(k,c,G,N,t,f){if(void 0===(t=k.$[c],t))throw[Et,30,c];return t(17640*(((G=((G=((G=(G=(G=N=((f=((G=c|0,G*G)|0)%1837|0,(f*f|0)%1837|0)*G|0)%1837|0,(G*G|0)%1837|0),(G*G|0)%1837)|0,G)*G|0)%1837|0,G)*G|0)%1837|0,((G*G|0)%1837|0)*N)|0)%1837|0))}),OI=function(k,c,G,N,t,f,Q,y,H,e){if(k.MM=(t=N[0],false),t==gp)k.qM=25,k.A(N);else if(t==ZR){y=N[1];try{H=k.B||k.A(N)}catch(I){O(48,2048,I,k),H=k.B}y(H)}else if(t==Ja)k.A(N);else if(t==gt)k.A(N);else if(t==Zl){try{for(Q=0;Q<k.CV.length;Q++)try{e=k.CV[Q],e[0][e[1]](e[2])}catch(I){}}catch(I){}(0,N[1])(function(I,r){k.xC(I,true,r)},(k.CV=[],function(I){(Y(20,(I=!k.L.length,0),k,[p7]),I)&&WK(6,true,false,k,true)}))}else{if(t==Aa)return f=N[2],z(c,k,N[G]),z(133,k,f),k.A(N);t==p7?(k.YC=[],k.J=[],k.$=null):t==VP&&"loading"===l.document.readyState&&(k.N=function(I,r,S){(S=(r=false,function(){r||(r=true,I())}),l.document).addEventListener("DOMContentLoaded",S,i_),l.addEventListener("load",S,i_)})}},gt=(d.U=(d.ff=function(k,c,G,N,t){return eZ.call(this,k,G,3,c,N,t)},(window.performance||{}).now?function(){return this.wC+window.performance.now()}:function(){return+new Date}),[]),ZR=[],K7=function(k,c,G,N,t,f,Q,y,H,e){if(!N.B){N.tc++;try{for(y=(H=N.i,void 0),e=0;(N.nV||--f)&&(N.Z||(e=J(N,c))<H);)try{Q=void 0,N.Z?y=Wf(N.Z,N):(z(8,N,e),Q=b(N),y=J(N,Q)),y&&y.call?y(N,f):qZ(0,8,[Et,21,Q],N),N.MM=true,X(4,G,G,N,f,k)}catch(I){J(N,50)?qZ(t,8,I,N):z(50,N,I)}f||qZ(0,8,[Et,33],N)}catch(I){try{qZ(t,8,I,N)}catch(r){O(32,2048,r,N)}}N.tc--}},z=function(k,c,G){if(158==k||8==k)if(c.$[k])c.$[k][c.j](G);else c.$[k]=c.EW(G);else if(148!=k&&35!=k&&118!=k&&194!=k&&237!=k||!c.$[k])c.$[k]=c.Fq(G,k);25==k&&sI(24,3,8,16,c)},Zl=[],qZ=function(k,c,G,N,t,f,Q,y,H,e,I){if((y=(f=(0==(e=J(N,((t=void 0,G&&G[0]===Et)&&(t=G[2],k=G[1],G=void 0),194)),e.length)&&(H=J(N,c)>>3,e.push(k,(I=H>>c,(I|0)-(I^255)+(~I&255)),-~(H|255)-(~H&255)+(~H|255)),void 0!=t&&e.push(-~(t|255)-(t&-256)+(t|-256))),""),G&&(G.message&&(f+=G.message),G.stack&&(f+=":"+G.stack)),J(N,48)),3)<y){(Q=(f=xg(18,0,(y-=(f=f.slice(0,(y|0)-3),(f.length|0)+3),f.replace(/\\r\\n/g,"\\n"))),N.T),N).T=N;try{v(N,35,P(f.length,2).concat(f),195)}finally{N.T=Q}}z(48,N,y)},b=(n.prototype.A=function(k,c){return c=(k={},{}),function(G,N,t,f,Q,y,H,e,I,r,S,a,U,w,L,W,Z,K,u,B,p,x,h){k=(I=k,c);try{if((x=G[0],x)==PK)return I==c?24:96;if(x==gt){U=G[1];try{for(H=(e=(S=0,r=[],atob(U)),0);H<e.length;H++)Z=e.charCodeAt(H),255<Z&&(r[S++]=-~(Z&255)-(Z&-256)+(Z^255)+(Z|-256),Z>>=8),r[S++]=Z;z(25,this,(this.J=r,this.i=this.J.length<<3,[0,0,0]))}catch(q){qZ(17,8,q,this);return}K7(51,158,false,this,22,8001)}else if(x==gp)G[1].push(J(this,118).length,J(this,48),J(this,35).length,J(this,148).length),z(133,this,G[2]),this.$[169]&&hg(133,this,22,8001,J(this,169));else{if(x==ZR){(w=(W=G[2],P((h=J(this,148).length,-2-2*~(h|2)-(h^2)),2)),t=this.T,this).T=this;try{N=J(this,194),0<N.length&&v(this,148,P(N.length,2).concat(N),192),v(this,148,P(this.l_,1),167),v(this,148,P(this[ZR].length,1)),a=0,a-=(J(this,148).length|0)+5,K=J(this,35),a+=(f=J(this,122),-~(f|2047)-(f&-2048)+(f|-2048)),4<K.length&&(a-=(Q=K.length,-(Q|3)+3*(Q&3)+2*(Q^3))),0<a&&v(this,148,P(a,2).concat(this.RE(a)),197),4<K.length&&v(this,148,P(K.length,2).concat(K),86)}finally{this.T=t}if(p=this.RE(2).concat(J(this,148)),p[1]=p[0]^204,p[3]=p[1]^w[0],p[4]=p[1]^w[1],u=this.hc(p))u="<"+u;else for(u="",y=0;y<p.length;y++)L=p[y][this.j](16),1==L.length&&(L="0"+L),u+=L;return((J((B=u,this),118).length=W.shift(),z(48,this,W.shift()),J(this,35)).length=W.shift(),J)(this,148).length=W.shift(),B}if(x==Ja)hg(133,this,22,G[2],G[1]);else if(x==Aa)return hg(133,this,22,8001,G[1])}}finally{k=I}}}(),function(k,c,G,N,t){if(k.Z)return Wf(k.v,k);return((N=(c=(t=J(k,158),t)>>3,bi)(3,k,2,t),k.h!=c>>3)&&(k.h=c>>3,G=J(k,25),k.Qa=$S(k.X,k.h,[0,0,G[1],G[2]],255,0)),N)^k.Qa[c&k[ZR].length]}),v=function(k,c,G,N,t,f,Q,y,H){if(k.T==k)for(y=J(k,c),35==c?(Q=function(e,I,r,S,a,U){if((I=(U=y.length,(U|0)-4>>3),y).OW!=I){a=(I<<3)-(S=[0,0,(y.OW=I,f[1]),f[2]],4);try{y.sW=$S(YS(a,16,y,3),YS((a|0)+4,16,y,3),S,255,0)}catch(w){throw w;}}y.push((r=y.sW[-~(U|7)-(~U&7)+(~U|7)],2*(r&~e)-(r|~e)+(~r|e)))},f=J(k,237)):Q=function(e){y.push(e)},N&&Q((N|255)+2*(~N^255)-(N|-256)-(~N|255)),H=G.length,t=0;t<H;t++)Q(G[t])},aC;n.prototype.rC=function(k,c,G,N,t,f){return Mp.call(this,t,f,8,c,k,N,G)};var C7,L7=function(k,c,G,N,t,f,Q,y,H,e){for(;N.L.length;){H=(N.N=Q,N).L.pop();try{e=OI(N,74,G,H)}catch(I){O(33,f,I,N)}if(t&&N.N){(y=N.N,y)(function(){WK(k,true,c,N,c)});break}}return e},WK=(aC=function(k,c,G){return c=b(k),G=b(k),-~(c&G)+2*~G-~(c|G)+2*(~c&G)},n.prototype.pV=function(k,c,G){for(c=(G=b(this),0);0<k;k--)c=c<<8|b(this);z(G,this,c)},C7=/./,function(k,c,G,N,t,f,Q,y){if(N.L.length){N.Ww=(N.IE&&0(),t),N.IE=c;try{f=N.U(),N.NM=f,N.UW=0,N.fV=f,y=L7(6,true,k,N,t,2048,null),Q=N.U()-N.fV,N.eP+=Q,Q<(G?0:10)||0>=N.qM--||(Q=Math.floor(Q),N.YC.push(254>=Q?Q:254))}finally{N.IE=false}return y}}),oC=(n.prototype.RA=0,n.prototype[Zl]=[0,0,1,1,0,1,1],n.prototype.hc=function(k,c,G,N,t){return X.call(this,k,G,c,t,N,8)},function(k,c,G,N){(N=(G=b(c),b(c)),v)(c,N,P(J(c,G),k))}),Fd=function(k,c){return(c=NZ("tl","error",null))&&1===k.eval(c.createScript("1"))?function(G){return c.createScript(G)}:function(G){return""+G}}((n.bind&&(aC[n.prototype.j]=gt.pop.bind(n.prototype[gp]),C7[n.prototype.j]=gt.pop.bind(n.prototype[gp])),l));A=l.watchbell||(l.watchbell={}),40<A.m||(A.m=41,A.tl=dp,A.a=rp),A.eqZ_=function(k,c,G){return G=new n(c,k),[function(N){return T(5,N,G,false)}]};try{A.u||(l.addEventListener("unload",function(){},i_),A.u=1)}catch(k){}try{l.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){i_={passive:true}}}))}catch(k){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="4iHajj40678Vj33p7lbgzA">
  document.bg = new watchbell.tl('eqZgajJZ1ONOOXcVOd0DT5OzdBigPDPZKD66CWi688kcNa+elZzpT4j0P834PgoWOjb5dPYbWyy0jFdaUVXygCrcpwn+SqP15hO18D8mvsGCToiONhbA5SLc0r2Fj7zuIuLOfRAbyMg8Q2vb1BpT+oWTrnXbLrZ6dHB4RZoLlxliK/UCJuVZeQNis11AJtHowyMXKZ0u4q2a6ulWeAT8I1iiRza7xZRO38SfMAtUP1ig85iiD4bwsaHtc2lYl94pQYgn6ybdy743MbMPuhc1Bm95LqcqLBr/Wv6XPr7Gkqcdp8hEkbgLPyF4N01DDR+V31B+lFXrgAUG7w7YjPOfYOJVe3sNQg6c9m0WDYOE/vFORh+KRLCa66Rt0mKx5J6gvPQNMkg+X0rsKhxzjAw0NwNS2ssHn1fiwUySC74NpOnnZZPiWvW2lSB7VbWrJKwiGhFp1Yj6eE1hC413KtpXI7FNQ04IUiKA9U5Dznz9RFYRq0ZXS8gO4JNZWWBV61ap3ybMq218Oo0zR6N1ujq3ZocigcbQkE+KZzwdj0M51iDUVE6XAcRH5mGZnnDrwCsEWUNnHSzsUL0WqFCM4rXFKuiX3jA+q07UjD8vZ7ClydlyXBLVAqRlVGfjiIbp2/Zh/bn2t+/bkaUca3fTeNCQf8hG+4WDArbxkk1+oxoxNV0k7PF/KUe5Lwph/xuToFzOcROQaOjmzMzRQSlRGi5Xai9MKSxvFcKicwX8ugRiRsH2Sp9W9Sa2kba2/G0GmUNUKj8uY32hJpwPM5gB1XI1jyOFO4DBi81bdTyI32/r/UQJBTv+/4CNRxMf6rXJXBbZHJQc5IEKBpBIgyiT4taziwOopsUzUP9mBrUjrcXrbVaZJwWaqB+7ysVr6Dg1Bi18SA9CuPwsYQNw26KmdRcXUD+cGgdaNoVJ5Upxb+wHdZG+xV7TZJ/EUo4H+42CjzmPxAIUIN2fAoHG7fPAKzyAzjrfGTXDhQ53MRuRomXMNdj6sUwxCXGUTTdsV/3ndy6QhZeMhhQdJUtDAVHMyC0TrDsSyMcjP5vdNOhD5hjfqLQwYGCDHQXR7pQ3hd8WZJajJtP/eZS3ZE1xFcqv33AIzhu9s1EJchO7jMPPNAOu3xIkmj8tEeplpyV37rpuRkhWzXnIge9zehjNvXuCGmhSx1rp2Yu0OJs7DPrIBdQ5R8HZPLtePR5oDg6g6n5TpvN1DVKLg+LSbYdXF0GugjWQf/Pw3ta2pSllu0f+7Mmd76+FLFAs4MPm1BtahhPMLbM4IXeimGyqOMJ8TXMOrwL8i60zXdCBziqxB7u8aRQf7QvoirgYcuLtHLeP8Ng8TZiOL+jyjA6g+4FTsswnze6h7dQ+8fUTN49QuBM86iGBKHXafT4zMXB7Cf5NKvu1XNHdTb/bjcu/PLbSpKsW3pZ63/e9uzCqjxNyHXRVcTRjPEJ/62/IMG5lQXgF8jWGsy3r1CO5yt7KVSZvC2MljEQi6S6vIC7FkQkLFv9X85HF9LzvSMCctWIbKrc5fNkXQojv4atptWHVV36IvSxSk/IgUhMuw+876Bkoq4zz/UABWYBv+KtumWm+4Io8pMHt5/Uu6C37IYMANgrLJAuV+Zr3seXA5RD2HA65CAI2VuC3HT7lbY3b9KSFylBUBUaUK3ZH3ZY2Zyrdf1irsuRS6lsHAvFhZoWsYJ6bncpCi6YGwdyIwdks2XZ79nC5kDvh0SOII71CSmUSObipDpjBc4q57AUDimbglDgHb3ZjWauH8pscYIrtgS9en5xLucR7qrm0KQLRGweFKHv3hC2ohZEGAq3NJFdQ72DyXiGyqAmnT9SoJtUdM9zgX7o2cBsPFvBQOlwt1eAX7gNa3fdseOx3+iE+mFZf1eyneKInGpiY38WMcJedRZfshI7ogvsfK816u9T1yYBpuEqnf3YyGcKLaE6iRdRYP5282OUi32Vt4WG8CERjF7tlgl14bS+hUeI4MuGa0Z8gZTd/TNXgIGjukTjzUt7+9fIXity8E1sJpTU7rpsx4hOde8ITIPf6kHEt/FA6sqeNoiZ8zsgnR0h0wceMYdUv7UqUHLbp49h9dZmVpujlAzBi0DqDK4LkpRD7ny+qO2lWvT75n4rqapN4ZaN8mpYKK42VhtE/k4cIFhFulD3NF/JzpyNwiNdryzkwXV5+1r5VzB3+kaC4ZtkPq6KiLYFDgjDtikkL9qwpSvkkX1Ct/0gt81kak4tBlbhrEw4C9qRzJCarXGwWsbSKsvanRf2JMqH5Tz3iMZcoNcH7FWZlZVr4RtXqV6qPAx1y2SHsy5iJJyi6ABndtQbnpcQyhQ/Fu/aOkDI5LaUOddfKqRHz0ySKMNh2WN6r5+eqzxoIX7JQcOnF/E8jDHo4Vl8RuIgrSQsgQXKy2LLxQWUjiRP1DSUW50wbLOZ/kiFqIkabDEBAGhmFepPVCeEAufFxC6Duy4fcC9VM+sU3Oh40K93VQaf2lEzjkrOCrLI3v++5zJWA8EtVFZsfkOdyXPLh2XqJ0W+G9cI34wdrKvYIcXMKcUlPIsFWqrm6SqYFcRyqmlYW0K1Ybrrxcx+36xaO4aE3wCjG/BruQBUIQBkn3Y/URUETRRj61Jr29FTr2s5bjhC2oyImd7ysd/yAcW3Y2D7If8Nx9lJOx6S827kR2D8Q1JAIpw+yl2ptoyyQEkqtvgdFVJO0APdZdgFvcPpvU+h++ImW1tutxQ4KsowZ2v5L5/pl1rt5hhWeqQe0Lun5v65FTNbTdY5XeO8lbtuzWZb38xOKbrtLDLlWoo+ogvzXjLoZ0r9K9Ma5RNfjhsW2/A//qObtyv+r9w+fs8yVONKgge2fWJAtWVUrnkBSvf0C66zxpNqGwTanmdmbkYI1/ye/AiD8w1FU3jHUNwRzcne5L9pmncn9xw30xCxyAOI7INRj0Z0MShmsZOPyPXc2eRYmVfkU8msjTwnje1MgMAy4a9pJOWSLiQdUZKmbwjbhr6uTjKPUOMBBWED7vXhUm1RLMIE6UIlYBLkfhd+km90dPsi6lOcVfy7jK0w3hAd7KwpkILlwny3door211Nsy7EDzXdQ6hhtjCnbljy2wB/4ZfE78UMOo8mustGbMBRI1qNQnl0C0KKjooyXqO/reXnq9sSinDOTVTABBvdPYzxDBWFDcz/KkteB+ebCbaNu/Nik3gGtg+CnQfFTWvE64GOMWnXo5QJU0gJuPUZuS3Kujb9kWFflvz4+6rGs5mZnWlo11WxvaHnX1j+TiteHZxy4i8fVkpxH2e3a1fHE9q/KR2fQEa5LzZvY50dRoTgvtYDP9CvsRvpOxPmP3cY6C4xfHY6bM6UT4TQsohfKCEvqaVe8MAwCKQa2vMhs61LUiHsrpqzIoDv4eHGw3VccevOQWPMToHHwmIlGbgsbQR0SCgptO8l36VkXF+J0jre6UY+VMiom6v1CnMjZGa621WAAlOvYTJjoButswCny3J67ylhgW/pWuNVmL/7ZC0gK+sJx/Qax9pnmi72jO/X910aQ5OMTBSvBBgtGD1t+jIaCMOUAro02uvm82vRq0G6DO1WekGlqHP5Mo+Dnjv/4+VHtoG2icykLX1SRP0Psn87KjzxS7Hnl2uZz9x+4zsgvbSmjvwKtGZu+KwIrBHqe13dqS/sDGd9XqEDlD2Iuhp57ka1DqTDlP/9NPJNscEaIaQBrp4rGH1AqYn4xhx/Y7aVVg6OdPnQZoSOQhnxxpfkbyVtXU4j64q7QkhBDdl9ZYWkLeWzt7E4X00vkQWssG4YotlwReqC0pygWP3RPNU2N2J80XhCq0hfB4UYy88cFE/9Yc0Xv6BS4Cx3BJEOuHn7po+S5gewu8pqi6n9qROE3d6srIioY+dkcuQKQXB6KD60/8k16ydkYLXt+K1AKVa6lFewZ1eb7rEMn53x79Gwiq2rqdqiUhNTT5P/u861Ee+b5sF9zBPPwiO2AuLHK90JxuutWa+kHDxkKFc6TxqA4zwQSl8D147cVfAZa/9MQQUZsDWjalVqr9XG8QViaI95ZcoOcI1w1xgrA4vkSPYDMOuTBQuMVPer6Yu+j6/IwlClKcw/YLd+gytbEAJE74EiGKcAkpBsn1bjDJM92ficPyohKUoknCUJ1hc+00t1AXiwtL/jG/PV02fmlZ753wwsgQFVYsznsaCmv7HMyQVIvv377FfY77ZWTbqgqtERmUtrZ9vKUCu7gme+RClnfMqkkd6YzWvr+Zmz61zGCcESQDd94eTsNCshpDui07w5W+Gg4cw5emmUpk/tHPSUfV0rC789fU38pDR9L9xFJzcnGRwU2Dzm1DGN+rwMqaKTaNB85EhLwlWvxVR7E0QCB+9tNJ4CvpKSn1u4ytvqEiSuGulxUJV/ljJy5z9bYz5AIJQsVEd+4tlQ2+OaaOEVnyizkCHfDFCPgN8CHERGgoZXS0M8eH1FX7lL1wUjvtbM9pCQWkYVbb6TU0kv/kdg4fsJprKpKqnCXhRkV3yOw6B5vdm6CkaBguqbbIeWKCcdubbSqQ/KK2knlFOqEKNMzygub0zGGg1KhG1aFS3QCZRoydCMrQBGwpbshzmUFHFt0U1q7DCWzwcN8O1PwPe8louz6O8x9MIX5ZW7aMoUdd4R4l6OrQWu3W4oflXHxWle+dtZRL2O/pkIwF3VhrdJRbnk+z7d4LvNrDL2z6wQLjftZV0kflBDGV4AEB5YHHamaADvpsdBFkD+6SKKIBhTV4TsmjpyWkssAnmZ1TFdLj2DqB4ynRsIO8ZjqHg/u7tLYgI0QWJi0d5CnYYqZy5fXeTk2MYwAhohXEsN+fuZ8DxNyHVC7g/nFaZS9LNm5VFvCHXEAdNaRSw5+v5BIIkPeZYsGInuoK6OcSgtLckD+iq/xuWY0Hg3suKWYCx6QcuuAl0D9ciEQfguQyr3/V+U8euUeFwTAQW9I8UicSF9h1u4f8CgDL3RoF8yEl+NTdWvfmFEkRdau5wvbMsYCfczD56V+jrq+J/pAAhTeuvQqmPtXYgK4zDx+RapG0qTy6Tv8Az2+49Riayk4Eh08aAXGzaT4q7eBKeO1GQlHO7NRfdnLxUHCNEJGhtDY9c1kWVpPfk6DozyKPPr21F8/sM3KuBBTjiiMcFFTXuXF3Q2zxA/KaDRpsFxQo/zZ9IemuPV0fcA66kodGgfDdHdf75nOO/yU2ylse505GrMmJDBiIa2CRmcO9Kbf8Tz4an5T7+MJv04XtqnUY4wnaph02Rud+6lmglaFa3AK0GlxmnaHkozGbPnXMbFBrzG49NlSt/meT2bSWb7gsvSl+xzCueVlwqfQ6gvgE7EW9VhGdHVKKIaI2BjuNu4f8RAhnmoPbGWZxYHGI6McgJ7HG34vUj8wUuUGKLUAsvn6KBC7w+yUmNq676mVaiIUWXuV/KLxZtmR5LYAX/+dBxWWnJJwER3NeUy8dBvtTtMGLS9ua9IBMNPm1CgP/zD4H8XdlMBojMCmhCM/pZLLnfXqCXfuac0Pgc5xz2mD404iI01vsk30VAf70sjJG5WYEG7sRcJ8uWOikeMoJVxSwpjCAiVdLn2EfB7BkSR4sEHZS40oMdvWv8fDMlboc+MJPFGG6G4sxb0U20BYl9rY1bC1hzvZi5XLuEkcJFtXpu53Smvpojqje21tAugSfNiXFhByszKoo84McAB8LLnNIFe155smArzBtf83isdSQMF5SNqsorA2QTbCdodjBsJnA+qVa3GvtoOyTUebjooUOOKxH4hYn1d6OipYVBOJM7sbKGWcy0+F1vxjZS0fNlWdr1o6lhCAm/3kL+/R+VWaiy8oW0Xd3PhnCBURSaNc4HIh1pZtmdCJI3j8r3tCf3JaaQBw6M1ZBUXoCtg2cWE2Ln8rB5OPH3qrGAL5gh9YgoCT+Y5kLJspHJ7jVmot39D0hXUuUtNuGnQeD2QygqQZQC7urGjW9q8R0NjLHzxc2yagM41Dn+g9cNGspVXKIYjGfC+B/Xiy8uIVriXRiTrm8MWwV5njQTQwBuGf1bxQlyViYJYTa8dqtOp/IHQTVw1b4TNRvc87DJMxiVllu3SxKhtswqAIRAI1jYAtkb9iNsKczaqC5xDdqGR6V2/zBss1WGilkhU6ueXvwNqQkl0Rdo8HGvMhFXBaMDPp0HmiWNIbbU/k7M8sOpC1N0ZALbt6fpTj2pKduUujFDClN98djLbAyxy5XbMh7X8UnYMz7vbVGQ5kiYPDCvEBD+Tz25K2h/eFOZbsDS4FjU88mM7XTatNXLkfqpmJ7HilcU636axJQWZ30tzpwsVR7HzcbqqNV5PZQbRuv6LVaixwRIgTWd0AkK93QnornEJIfjADr9LNFKX5HSOrEMshUPuSkulZVFsXBTq4ujc/gHPlxiE4D/AUtzjC1UCzyyJ9pYtnhlslvWlIYUbEO+IrUMsOMI5DE+rfRbDxDfA+2u9vMGGm8ky6YX5jo85l9lcwAg54RbMlIcAM48z6HFoCgMPUyTZq0TiCzokLpPD+VVcf71Xo/MZC1UluFbxTrEX1P76zeAeDKqhEhGdt+EminEXG8q10MTGR+g0ZrrBgFCq32wWTGUUOnVf6fI6dl14qRDN0U3Q42AI6kDBD6XLwawTHvrCynM2mb5nPV4JvzPQG6foo9OMheGL4ZTpqXC58tWqTFE5XqZRnv8hx4Kj1ifqifXPP6PbtE7KOaUZVG2zV9Y4ix1wsj6l/Xtm6+S1C/pRKe32hjfr1EuKJ2Hdu3fmxW7OVMckyHYprewoe65WN19Kks2dlF7JBzkR9Eeyb3/UXEj7FqPHD9F5spTUyJYB75K2M9SMbCGiYXRPxzgeMA3gC0TwJbpm3/3tFbPCSbHAiOKaKZeCvANUzJlbT+lOCzeffNIbfyREo+RiSzyVLDay75MnGonG/xSW2netnW1q6t8IENhUvVpraM7FmLzUAh0rt10hEpZ/ljDQqHUyB2NIAL8Y/0jv9UB1et+yLwG4PgyyRZ/FVBjY2LW1iphgqMnrwnx7mcwrSENHW1eWkcOOWamFnfRprwok6lrHprmSdFzLDQPEQRgRbXgayVL/h5KJ8oxYVh9G3loa3r3P6ziRrNPZ1GpTLzJ5RUgmXow7YqlRJXAWkc8J9CuKVJHYQYk5n+jqrfmYyjgfeqtRFBqoRpbGCixVwuHPR3OQtXi9cQb78b1NwkhBpDAHzuHK/h3q/minBHP2D/R+OYSmmooHtUwXCXEmSlEGFafR6bJU6IlAgzOvNd/iGY6L7e5hwIYcK4cfav973/JmNwXIfiqDhUBmAevsam0l6d6fpRPQLV4pnrTFgaqb5uqcna/Hdej2vCpJPfjj1sKMLoc9ZVFlHS1l1DrCFLyVQzkAra1oTTzrqmPWoSe90c38kSbX7jJQV1COPt7vk+7BWCgH7KkUqDj4JFM03EqhhFGCytZWAgNTirp1Cz2s4wnOJQ/abidlQzgQUbJHTzyuUPN3JN83nMhoJtxr6T0L3kt7GrYGRpDWfCFyUoHiPn475sioawW+i3CW3CNIiR/bhtlFMkRv+NmT29l5d29Mf3BjePwWKxLpy8E5LkdGZN018IZ+LKI9G9lYPyycvRetgU+3y3AbguKYtXnVZyz06t7AiLVx4Vo/4EzXbfxyNMNoZezk4SRF9ebOP4rrhmfZ4qu65P3sKOlVrC1ZK2LDFq0p5TUvHFWcMFGLVY+6rgERfku0wMrygfr92mU+npP/Lc5YREteBhGMjxTXTGnlGC/17oztRI4jgZjzFNeu6lW6MgyRmgmRGvPMEkBjQ8IWptYi17C8BO+tHVsCQfLSDQR/jN9x78kApIPFhTobcTj8iDookduW3dPlD2IOQFvnraGMZ+Jmk7lPJXzWw3D2wNu/2FjLxKD/je3iDDEHLPovW17UyzVbAEZSURFZlri/5CYfYEs9/iArW+3kGNb5IGjCLZLH4pp7EST4gcFskoXMiJrIWizJCLFCGA4yMPh+laWGwymHZFyvqGfXmd6ln2gl4zONaBdrRJW/Zo6SsG/16nxUgx8nAbjTFjPx/F8KoayQf+NnS8z/STr5SrAdSSuBLF4+eZPteeDujHHLoNsGVfZYcRf5FqkTdpYe5MfbpdqkjT6FFGdLNcex9nimkPG0s3LCyqt7FyAv8gUotUb7cmTiLtWfSVvppyc768ohFXGfK4Z8HOMxKio9GcjELSTjXC7o6vDIsmpp16MB+uODG6d5VFABDuEFu5jiv3YRFFG8vlg4CWrabx7i2XdXPClcTPj6/yn+kpoQ73/87YX359ZNZ1jaN6KZ1pA4GbnJSdHhfD1PRuYa/8L+Lik8nLDHyEJvmFelxPBXWUVGUTCFBmFt8EGKcdQM2/Jxph0xDPI3QlJlr5Sk4T3ukVJ2EpElxWJPzBzWgvCalSRRikMCjO85Iq4yfIM94MjtJZeB1slK0EjkCDC29MO6PG2KQPhmNYiaG56aIzXSVkJTYjjUHu47JJbjjN8uR3ABsCcEZWA79XPCVevRoRSusUzrO3L65T3d6FwyYZlNARwh3XGYNzMSlVPo+EGUyIj3QRdpQdrasf3LDCqlZIRyNoYWz7d8JYpTM6WX0qsfIZt0dj8c0i0tZY1aSCiY8hG/bPcUhIw+IuJ/s5566ZELue7ac25UAZ4hJL7FQ+mw5hVnj2zueQCEk+pvCjfDDqbg+dQesr7uPzrsm+SaDxxsM+HXVV0SPgf3HAjd9NqYxVzk+DSsAturbSHbgbCMEnmGutizCvkjWRkdCdo1d8wAxP0PBKVk+g+zXb9ft1xbEtGbhgSecNxlBDEOGFx1Wiv6co1i8rfb4iT4lXOC8mkVeiQVBTcJW3j3xss7F6uKCYwprVZa0hAIVoNyQmIgGuBCNWJrb46Q/0UIwhS0jZ/3bJNO7N2+EpgU/RM9ZbiK2xk7y+oOJR61t9XWmUs2A+ujoIOrOpGKJtRHJNCFIcReaWdz0p15kYKY2WpYv4kZZYWPpkfLkz+KJd3Wi5mMeUPnQbeM0mmrPi+VVFE28mGZM73cmerU7jkg8Fo8WOmIO5xqSL2DMWjv9/qKY2YW6n7yMXr/WdeWLGyjzO1pOMWq3lPIO/rKTemwInrStu+BlMz5HBiB4yCMyl+ZpfY3AgGr/oQdDT5CwlwZdWtm6b9Ag8/iQr1cwAcydgY5gwJXoaGSnqvHA1B2eZKodXDMVgxXd+OAh18jMfr4RA32Wc2itHepW8imU+SKQigDey8xLgGPsTZFLjQWm+yandYmTFjmX9Fv8aHramSA2kk9iRLHAlh+tJcSgfXQwqizRpy5HjlUw1iN2D6vjUWN4m5MxTlJyDvieGgOdxNrqxEwAnHCs4Mya1G2W+zKw0EnB4q2eomj+/IoyxS7GX+LopX4zFxYojY4grdIxEQJe5XvjDp3UOnMgoewzB+seYFRnQ+EOc+2snkUYahl/XspdSAHnmD0Jp6ahyhlzwbn0nMWPhaF32LphDh3OgkwtGBKrJfopFjLmR/oLUck/aVm9a/DYcZNqy5pQkivvFFx0+DTllVFCNv0fltcQBbLu29gNelkOVb99++JKGYy/SGXcs/WpB2inLZJk8hUT7KiQR3l3zvSzoUipa/4ie65AqGC2TaZZTmPlgzOzlwLBAPSzKVq4RHZajzkJ20gxJuBKWRdgRjzJx8taUk+/TEYFveA0uCsmOiC+So9tPKRAdNfLONxOIHlLWlQNdBgJggRG1ofTr0BcAQC7QWGm3xyMhz/LLPfOMIf+givYl/IMMqAboPgMGnEmt3XF/JmVzYDsjJH9i9rb2KdqVfJ3YhbhyVt/ZqsE8lw0TQKlR1W8Cuwxa1wGv0tZKpKYf+u7eEd52JvanRnVVGEtUg3UbZMeJ+7snQRgeibfZIk06///kZnTOWJ0nCER0W9rcMuISG6RkUnNgTMonwqBdNdpyNjtrzzuOOxqHfEKimWphFXrlwNMMJ31bUfF1vtA8zqW3PhKlBxhuRqWiMsLb7ZGoDD8do9VhG0gRzxOjk45fUtguqFUBCDclTY9JJknylFr/sZKRAQG+GNrnUCWVzxdSXWZkZUYVOjH38lXzXkisXtn6KTPSBFTd4fXT1ySetShyou24Livyasd/KFTF53bUD+Rlb8WQblP0JT0BbBZQT1L/JMv0RSodCu+40F3XPbvSBdWrBUkoGu5HtmQ03nTA3lJ9sFmCFQ0p1j0XGkFHum1OkqctynJ4WGt9jmY9BpAsqRBj0TaoD4UhoNLbtJfj1OpKv+UKntpoB19ATmyKhk2sclfxWi1YcsvErhHTWdVTjqGfa+11CpozkY9P/cDrEal1mfVWfDfME4IXilp2no3a2zirmEU5+FAsjMW6J/USeLWxl+XNjm0KQjODfdfJbWfqMqpj/MfGknUIB4PZPLJfuWd0Eell8DcTFursG+838sqOSQwwsZ8WMeZv8Onr+OLoAg1M1MN11U5Xe56AQdqTt5nQ2NPk5LRAjjSnZafZzGBFvd+VgjrJ+7LI49LlVeqJM6F7dsLuq65hV++gWW9n806QyTY00KDiDQD8qNwUWa2UXBvMhnywI4lWq6A0ufWYXmGmOb5O9772uXCyofQWRMQgxquxReMekZAqUGUCCcADiT+Ch1xPLLSd/qoSAxYGwjdgqV61XRdTohspmTPy7MEse2QMzNxfUWAi5/NIIGf3kB0fgW2RhmJWvRmen2hwoxUPU40sZlpfMDJd/P95/pEWYifT/mPkPb2QuRjpIaRfCfAXAUCa2mBZrXABtQWqL3XT2RsJSqKi6PU5jIimZiPbQrwCuVETjw7Qoe4k+EAYs23YY7y5h8smNZKGApsjMIQZjfNMHLwMWVrUuHjf54mvY3Dp/mOClEeGFs0Imc6IOoPmWa/qc+vPD8D3Vc/GmpRpb6x67TP9/OvpyE1QQb1Ki3hW4CKwSd3I0hWHCkNvvVLP8hvcKnlmM3SQJQRp1lW9lVg6rv2YChvDBPYngKNCk7gdmtrhxSufXWbIHYuVZcMasyBVsZbJcRZVCk/fp5FwC4SkemlTZ+Yrufl8mDyBtzcHDznjwoijG1855MDe5vMuji4wE6KIRDN/AqqZvsa7Dzso65Xbt0fOTA6A2cszMOTJv6Nx6mNCL/lygxCavXxlDZMcAV8nZDqtkfWbUcAUzd1y1xn+TobUw6Qk79Zv3qnqndP1aNheGlO2AvdG2qHemtTex+OYb1WveH8lABprDpqfkQtyCXun+XDP/N8nxKLE+JX3bbMCOk9MPKa4HD/nUm61QshfVIM7N/wUa57n9QG5OFXkWhpvaWAO749PK2Vdjk7ge0jx+5Ia8/MngEAZV+v9oZu5bRu0+C3o5twbbqp02FHY7RqtYyw/xDrLVkSUHjxjqkqmuC/BuPEdO7ZKcNakwmmFAlmY/wOOfsROFki1hJND5L9SOPBU2teFCw4SQQMT8IrvnnzQOTMYVi4rQ1dNJf6IqgmLuN4zv/pSIP4GD4fBIxiiJPod9mG6xGYG+trs8nU5x3VTHjno4uy61KKw3EGcRuBZubHXc41ylcGw7HI8ac6rRzdPnXP2Cgmbalxq6llHF38O4suO4anGCUdaGBY1meeAD3XEWeVi554JaktX1ViS6u9f2wNZtlEZpkU7azDqQL/glezmui/cdLkBBsl0wGtLG5wMZ4dR6Wfvtu3/1JSDX6tplP0ng4viLoMfqZ1RC02AmyqSObeXTWO+TsoaLcnOgIqU/7dVdATnPyWumoU42bkKf3sEkgiUrnFn/QBLKm7izvdpm6CNstcziA9bKvLgJs7i+RLRHznvY5uXPHXDf522ys/JppH45LnADXHVgva41J6vxqxfJfUUfhxgj7bSpc5ttkl9mo56sVcku3DWZ02LfQ6ybbISBI7puvM8Xukhh9wFWhRkwxOXrhmJR5KJaoGaNhbBnI/Q2UFzBaEYJmsqlace7/esYDMqlJpEokLd80YlNZVeJfyKzrPulWVWrlRP8DvDIBb98pnlxzIuB0GD4UC2kRq7dcrFO6MC8OHArAEJEA3g5+NmJwCHsNGqzgHs+kiRY5dkw8bdjdBtpsT5LlRJ37NGc229yX/f1C+He63Eda2W/CUyGF9Uygl3tDsnijW1uJw+rTE1jzB+hWGrlPTP3SVmm07SCj7OOT4dyReb1CyFHqu7pOEwpPx3WjLOgXYss0kUfpk1i/WKUI/z+z14+L3Mumro/Mos0IJKLUaNG33WKDGOTqpoo0i+gEgY14+SKOHK0lPsBYBJxWgW85OZUmi3j/bGVavsR+4XnaXDzKT2SN/ZncFMMZZf8Gz+Mm9EbhdJO6/W9T4l4cPILapi/INMStC6q461Wxe4y9LuCRATQ+8dNosZY+QObdVzRLHxD+1449pYZRUMDlwEzuju1Si4oxDaEfUkblC8QQBW0ewXu8ur7yo85y20pJ7OmWFrMbOkfrT3JwOGh9Hvy4v2fX7TWvC0wr/8T/MYx87VhdXoAkAjqYbHG8zSqPvFcAnoi3bxH5+LlERuuRFKdev5b4gouW1/rAeByotFhMkEkqG92ZO9LKRlXJSnVozHZ3RCq44cqBsGlL02Imurzx4nqMOtXY0uR9MnP+BhCQqxHJGpTifN9i/91Updv9oYIbgHIcPwNbgNEGq5gdDbV4FmxWScQEs8uCIMGQi3w48h7vde6Kd0igPgRJddF46kmZpIZk+uNYr9wcdyYjsQCSaU+wmiOcLdFYGf49lipJewo8cjLhFbzvkyfb93luKHBEG+EXeNc6xlcqki0dTV/8pigHfZ28N/Od20aUnGGlzFldYX7U33/cPBAp3mYMGm746wYcD+gsOA2UeVtQbGZJAnQuP2ZfsVFxT4ukduF2+UMungVEjg2ji8srdz13VkolFyfUAqgEY6m/LNve77f9dc2xWJMZsupxYap+5uieMsXCJidnT6kdt/FnnUo3UmXovwsgF/zioG3K0/JZbOl+K83WhK+bmgstUV5up/rObkLb53a/Q6FDRc1HduRfwc/OwnjOhUg8FRDW8vYZ5NewS2+y/GPLZTh3/dSqtWQei4HmqIQsXqStKouXqA2JjZkiOIo3BFvn/r8nYGjv+EXBuWLEJJjMzUHk9ZVS+IltgRiNRH99sshhu2hMUUQRhBG8M/zIHEKVUlG/uEs3JMgg6cBA7i44RpyQlLh4PmfnPUGXb1ZVQUxN67VwT49iLDJ+KrveWzWGkofJWyIQNh/kVVI6CRKyQvd/VAN9co33bRRtRaJWyI9jV7ybO6Y9L4xaMlMaagPx0EhoRszgeS4rs1cv9vNumOJsuS+WbqX4UbnsUaKA26CQl5YpmnMp54U/O2m0859KyNOiKT/D3Escg+uuxgrLfW1R08arzTt8SeMxx3hyZm9vAuWbt6E/S7OwCOy+DaPpxZieKCA3WNXvT7mqYY8O/TEeUMak9MAviEToXLYemEkg087NDO+gFQ5XAn5vwOwZ8gByFsdw4qOPSwgjO6b0BtBYsBecsUKzVGErrOeFH7OhUlQSgbG5/BnCG6hnQAqHbEWYc1Q1oJQiA/B+WNYXWCXFPDaS25q8xdDWERmyYIQ+eAvTQwtkHGOxUCR2ItkbFtPPsbob0JFjARRsazOZr+1Qu4RKLsGlAwMtYq0NP0/xc38zhWJD0czrxJ8W4ejZ18eyxjDbEjvD5fRl13zIPlpP5jocEcrbtEHYsvAsJ56ogYCPD+KXYg5+ji+yhyVSrEGe7E4JzLscccHxDrCBZs0DvSOr6xmuaaQxmeUdMkVyVBA84djnX4qO3pCHmIiGCtoOWMDax90LrmXsnN9KbBUykFUDOeqiEATSV1PknqiOBaHEwW8Q54HQ8/SuCd1/pUsWNXwyz+irhEmyOydcyCFAQeKNWdmmykr0afx0VEg2mPu57FxEr0IAaAEMFdMB0D79JbnOolCDNxqMDMz18AGlrsBHfS7yt/+L08MffYVLcpEWevq1Yzy0BPIA6+52JGK9p9cJFJX3M4W9+dotK4U3ZRxhkOIGtt59vPv0RNSoZ4n0eieo558bFuxTaQ5yJ0s6F2ISDDwj7cvE/OPYkxWiDxTXXvc478Nr+x2XlYri1yUR/wWwDqlfcglq54owtBE4aG+AMGcPNDmO7kkqW6lI0vQ84qoGkEY7Yyf/c0X5Zj924uRaMOwI13poLo7+JyhHheUP+wxUPQRnrNwvgGbTFZsXk3L5U+hfwn3CjsNY7auunAbMkUzIvZ7lC2Kwt3aAHZD15zVux1JsBcAiPsxz03hZqBw/Uc98ymT3TkDuNI8WcDVq9xOA6vE9jSBT9D6enENAELfdoDUCp/FhOUAXKOFZuK/34Nnftj0D3YaqfGp9yGmi8flkJ4EIxkg6Nl3Tk1HhxnOgKc4eOdecR/GiFJhDyxqi/DNEOiqCEetHfZg1B0n3vmY/Z6FK+m0QAuxyaNIX1z5bFI82MAY+pFbxP6XLW5ikjgt21QRgvovh/sY9Q1L/MaI7E0rUxu/6YFP4veVFbLtf/ahv7jQK1sdWJ3kzj4+zoZkcnfLd93dFLGEFDKUdLQKcH2y94kxrOLAHP2mJjigwJ5E34YkmWNA7DWyBcp+/uK68m9MpBkvR2b18cz8/LeXmr6oD/h7S9/gc5AOzSbbUlW6sgAXTDogIW3zzAQiM/nAze51wG3oZLes7UpfBKssWfWrOBy+vgYBeVGkwNyFyEhRtHRy54w0/2Tfsx23n+EdvlZFithumny8W7NRbHuXbkUe4hjWO8po3TTVixVa1mjFWmBQAeEc0D6sUvfdcXLJgSlTa2HziXbHaPogrnAMJmFLJQvCFd1R9+PovpGGlVCp2/G65vqbSAj6M/zuePoguppsIOUPuBCgi/e7tC3zgLZdPppUy5xACWzvppgn7ECdC');
  </script>
<script nonce="4iHajj40678Vj33p7lbgzA">
  gaia = window.gaia || {};
  gaia.ps = gaia.ps || {};
  gaia.ps.hasPrefilledIdentifier = false;
  function gaia_parseFragment() {
  var hash = location.hash;
  var params = {};
  if (!hash) {
  return params;
  }
  var paramStrs = decodeURIComponent(hash.substring(1)).split('&');
  for (var i = 0; i < paramStrs.length; i++) {
      var param = paramStrs[i].split('=');
      params[param[0]] = param[1];
    }
    return params;
  }

  function gaia_prefillEmail() {
    var email = null;
    var form = null;
    if (document.getElementById) {
      email = document.getElementById('Email');
      form = document.getElementById('gaia_loginform');
    }
    if (form && email && (email.value == null || email.value == '')
        && (email.type != 'hidden')) {
      hashParams = gaia_parseFragment();
      if (hashParams['Email'] && hashParams['Email'] != '') {
        email.value = hashParams['Email'];
      }
    }
  }

  
  try {
    gaia_prefillEmail();
  } catch (e) {
  }
  
</script>
<script nonce="4iHajj40678Vj33p7lbgzA">
  var gaia_scrollToElement = function(element) {
  var calculateOffsetHeight = function(element) {
  var curtop = 0;
  if (element.offsetParent) {
  while (element) {
  curtop += element.offsetTop;
  element = element.offsetParent;
  }
  }
  return curtop;
  }
  var siginOffsetHeight = calculateOffsetHeight(element);
  var scrollHeight = siginOffsetHeight - window.innerHeight +
  element.clientHeight + 0.02 * window.innerHeight;
  window.scroll(0, scrollHeight);
  }
</script>
<script nonce="4iHajj40678Vj33p7lbgzA">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="4iHajj40678Vj33p7lbgzA">
  (function(){
  gaia_onLoginSubmit = function() {
  try {
  gaia.loginAutoRedirect.stop();
  } catch (err) {
  // do not prevent form from being submitted
  }
  try {
  document.bg.low(function(response) {
  document.getElementById('bgresponse').value = response;
  });
  } catch (err) {
  document.getElementById('bgresponse').value = '';
  }
  return true;
  }
  document.getElementById('gaia_loginform').onsubmit = gaia_onLoginSubmit;
  var signinButton = document.getElementById('next');
  gaia_attachEvent(window, 'load', function(){
  gaia_scrollToElement(signinButton);
  });
  })();
</script>
  <script nonce="4iHajj40678Vj33p7lbgzA">var e=this,g=function(b,c){b=b.split(".");var a=e;b[0]in a||!a.execScript||a.execScript("var "+b[0]);for(var d;b.length&&(d=b.shift());)b.length||void 0===c?a[d]?a=a[d]:a=a[d]={}:a[d]=c};var h=function(){try{return new XMLHttpRequest}catch(a){for(var b=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<b.length;c++)try{return new ActiveXObject(b[c])}catch(d){}}return null};g("gaia.ajax.newXmlHttpRequest",h);var k=function(){this.g=h();this.parameters={}};
k.prototype.send=function(b,c){var a=[],d;for(d in this.parameters)a.push(d+"="+encodeURIComponent(this.parameters[d]));a=a.join("&");var f=this.g;f.open("POST",b,!0);f.setRequestHeader("Content-type","application/x-www-form-urlencoded");f.onreadystatechange=function(){4==f.readyState&&c({status:f.status,text:f.responseText})};f.send(a)};
k.prototype.m=function(b,c,a){var d=this.g;d.open("POST",b,!0);d.setRequestHeader("Content-type","application/json");d.onreadystatechange=function(){4==d.readyState&&a({status:d.status,text:d.responseText})};d.send(c)};k.prototype.get=function(b,c){var a=this.g;a.open("GET",b,!0);a.onreadystatechange=function(){4==a.readyState&&c({status:a.status,text:a.responseText})};a.send()};g("gaia.ajax.XmlHttpFormRequest",k);k.prototype.get=k.prototype.get;k.prototype.sendJson=k.prototype.m;
k.prototype.send=k.prototype.send;var l=/\s*;\s*/,m=function(){if(!document.cookie)return"";for(var b=document.cookie.split(l),c=0;c<b.length;c++){var a=b[c];a=a.replace(/^\s+/,"");a=a.replace(/\s+$/,"");if(0==a.indexOf("APISID="))return a.substr(7)}return""};var n=null,p=function(b,c){this.l=b;this.j=c;this.i=m();this.h=!1},q=function(){var b=n,c=m();c==b.i||b.h||(b.i=c,(new k).get(b.j,function(a){var d=n;a&&a.status&&200==a.status&&"OK"==a.text&&(d.g&&clearInterval(d.g),d.h||(window.location=d.l))}))};p.prototype.start=function(b){if(this.g)return!1;this.g=setInterval(function(){q()},b);return!0};g("gaia.loginAutoRedirect.start",function(b,c,a){if(n||!a||!c||0>=b)return!1;n=new p(c,a);return n.start(b)});
g("gaia.loginAutoRedirect.stop",function(){var b=n;b.h=!0;b.g&&(clearInterval(b.g),b.g=null)});
</script>
  <script type="text/javascript" nonce="4iHajj40678Vj33p7lbgzA">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcurrents.google.com%2F116977616276521542283%3Ffeed%3Drss2\x26followup=https%3A%2F%2Fcurrents.google.com%2F116977616276521542283%3Ffeed%3Drss2\x26osid=1\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fcurrents.google.com%2F116977616276521542283%3Ffeed%3Drss2\x26followup=https%3A%2F%2Fcurrents.google.com%2F116977616276521542283%3Ffeed%3Drss2\x26osid=1\x26passive=1209600');
  </script>
  </body>
</html>
