
<!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="AFoagUUltF2UJ0dqKKMUr0lSl4V6Cze8ew:1632952485467">
  <input type="hidden" name="ifkv" value="AU9NCcxG8e26aCQ4suiH96tCmmO7UQh10cFIFqHqyYrhVKsG4u-_fkp2H_TKFOqtvXc9zi_Tbn1sIw==">
  <input type="hidden" name="continue" value="https://sites.google.com/view/ghadoshstore?feed=rss2">
  <input type="hidden" name="followup" value="https://sites.google.com/view/ghadoshstore?feed=rss2">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlz9c-fgN7m0dLB4hyhnJTBbyK7tE6SFGYlQh7xNtUclsD5xW49a62DLfOVKMX2qedt2x_AL2SXyTqDOTyPs5K0pSkOU1d9ZDEk2hSN6RTOd1pc17JgMqZn-SZ7gidyAe23PJtg4VTXdUyVcXf_TNOwxozyD-syp3m-yMZT8j7uF1TQSSnAkKOVs0IiblvasR-qU2N_4">
  <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%2Fsites.google.com%2Fview%2Fghadoshstore%3Ffeed%3Drss2&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%2Fsites.google.com%2Fview%2Fghadoshstore%3Ffeed%3Drss2&amp;followup=https%3A%2F%2Fsites.google.com%2Fview%2Fghadoshstore%3Ffeed%3Drss2">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fghadoshstore%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="bsbRF0PZ6kORo06d70HKiQ">
  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="bsbRF0PZ6kORo06d70HKiQ">(function(){function D(h){return h}var G=this||self,x=function(h){return D.call(this,h)},U=function(h,n,d,Q,J){if(!(Q=(J=G.trustedTypes,d),J)||!J.createPolicy)return Q;try{Q=J.createPolicy(n,{createHTML:x,createScript:x,createScriptURL:x})}catch(A){if(G.console)G.console[h](A.message)}return Q};(0,eval)(function(h,n){return(n=U("error","tl",null))&&1===h.eval(n.createScript("1"))?function(d){return n.createScript(d)}:function(d){return""+d}}(G)(Array(7824*Math.random()|0).join("\n")+'(function(){var v=function(D,h,n,Q,J,G,d){return(D<<((D>>(2==((D+8)%6||(d=Math.floor(this.I())),D<<1&15)&&(d=n.classList?n.classList:z(16,h,"class",n).match(/\\S+/g)||[]),1))%9||(this.Ye=this.Ye),1)&21||(n=h[hz],d=n instanceof Y?n:null),D+9&15)||(this.listener=Q,this.$e=null,this.src=J,this.type=n,this.capture=!!h,this.FF=G,this.key=++nG,this.P=this.M=false),d},jg=function(D,h,n,Q,J,G,d,x,A){return((h-6)%D||(Q=function(U){return n.call(Q.src,Q.listener,U)},n=d6,A=Q),1)==(h+5&7)&&(n.M?x=true:(G=new DI(Q,this),d=n.listener,J=n.FF||n.src,n.P&&p(0,16,"on",n),x=d.call(J,G)),A=x),A},t=function(D,h,n,Q,J,G,d,x,A,U,m){if(!((Q^269)%9))if(Array.isArray(G))for(U=n;U<G.length;U++)t(106,true,0,45,J,G[U],d,x,A);else d=Qs("",37,d),x&&x[Jz]?x.L.add(String(G),d,h,O(35,null,A)?!!A.capture:!!A,J):X(24,false,G,A,h,x,J,d);return(Q^D)&((((Q<<2)%11||(typeof h.className==n?h.className=J:h.setAttribute&&h.setAttribute("class",J)),Q)|4)%6||(m=(G=q[n.substring(0,3)+"_"])?G(n.substring(3),h,J):Qs("",6,n,h)),7)||(GT.call(this,n?n.type:""),this.relatedTarget=this.currentTarget=this.target=null,this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,this.key="",this.charCode=this.keyCode=0,this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this.state=null,this.pointerId=0,this.pointerType="",this.G=null,n&&(J=this.type=n.type,G=n.changedTouches&&n.changedTouches.length?n.changedTouches[0]:null,this.target=n.target||n.srcElement,this.currentTarget=h,d=n.relatedTarget,d||("mouseover"==J?d=n.fromElement:"mouseout"==J&&(d=n.toElement)),this.relatedTarget=d,G?(this.clientX=void 0!==G.clientX?G.clientX:G.pageX,this.clientY=void 0!==G.clientY?G.clientY:G.pageY,this.screenX=G.screenX||0,this.screenY=G.screenY||0):(this.offsetX=n.offsetX,this.offsetY=n.offsetY,this.clientX=void 0!==n.clientX?n.clientX:n.pageX,this.clientY=void 0!==n.clientY?n.clientY:n.pageY,this.screenX=n.screenX||0,this.screenY=n.screenY||0),this.button=n.button,this.keyCode=n.keyCode||0,this.key=n.key||"",this.charCode=n.charCode||("keypress"==J?n.keyCode:0),this.ctrlKey=n.ctrlKey,this.altKey=n.altKey,this.shiftKey=n.shiftKey,this.metaKey=n.metaKey,this.pointerId=n.pointerId||0,this.pointerType="string"===typeof n.pointerType?n.pointerType:xP[n.pointerType]||"",this.state=n.state,this.G=n,n.defaultPrevented&&DI.i.preventDefault.call(this))),m},V=function(D,h,n,Q,J,G,d,x,A,U){if(!(h+(2==(h>>1&14)&&(d=Q,d=(G=d<<13,(d|0)-(G|0)+2*(~d&G)),d^=d>>17,d=(J=d<<5,(J|0)+~J+(~d&J)-(~d|J)),(d&=D)||(d=1),U=n^d),3)&7))a:{for(G in D)if(J.call(void 0,D[G],G,D)){U=Q;break a}U=n}if(!(((h>>1)%8||(U=!!(J=Q.S,-(D|0)-n*~(J|D)+(~J^D)+(~J|D))),h>>1)%6))if(J&&J.once)t(106,true,n,3,x,d,G,D,J);else if(Array.isArray(d))for(A=n;A<d.length;A++)V(D,12,0,false,J,G,d[A],x);else G=Qs("",36,G),D&&D[Jz]?D.L.add(String(d),G,Q,O(3,null,J)?!!J.capture:!!J,x):X(14,false,d,J,Q,D,x,G);return U},ug=function(D,h,n,Q,J,G,d,x,A,U,m){if(!((((n-7)%7||(h.X=function(){return h.ke?h.ke:h.ke=new h},h.ke=void 0),n)^539)%16))if(d="array"===UF("array",J,"object")?J:[J],this.o)h(this.o);else try{x=!this.A.length,G=[],X(77,D,this,[mf,G,d]),X(81,D,this,[kP,h,G]),Q&&!x||zT(false,Q,true,this,true)}catch(k){z(24,"~",this,k),h(this.o)}if(2==(n<<1&15))for(x=J.length,A="string"===typeof J?J.split(Q):J,d=h;d<x;d++)d in A&&G.call(void 0,A[d],d,J);if(!((n^618)%6)){for(x=A=(G=[],D);x<h.length;x++)for(A+=Q,U=(d=U<<Q,J=h[x],(J|D)-(~d^J)+(d|~J));7<A;)A-=8,G.push(U>>A&255);m=G}return m},fG=function(D,h,n,Q,J,G,d){if(1==(((n-9)%14||(d=h),n>>D)&15))a:if("string"===typeof J)d="string"!==typeof Q||1!=Q.length?-1:J.indexOf(Q,h);else{for(G=h;G<J.length;G++)if(G in J&&J[G]===Q){d=G;break a}d=-1}return((n^451)%5||(this.V=h),(n<<1)%18)||(Z.call(this),h||YP||(YP=new vq),this.s2=null,this.Sc=false,this.Aa=this.zO=this.pH=this.ta=null,this.MB=void 0),d},aF=function(D,h,n,Q,J,G,d,x){return G-((G-6&h)==D&&L.call(this,n,J||pG.X(),Q),8)&6||(Q.xe(function(A){d=A},n,J),x=d),x},g6=function(D,h,n,Q,J,G,d,x,A){if((n-6)%3||(this.src=Q,this.v=0,this.$={}),!(n+3&6))if(Q.classList)Array.prototype.forEach.call(J,function(U,m){Q.classList?Q.classList.add(U):sF(D,0,9,"string",Q,U)||(m=z(3,"string","class",Q),t(106,Q,"string",33,m+(0<m.length?" "+U:U)))});else{for(G in Array.prototype.forEach.call(v((x={},h),"string",Q),function(U){x[U]=true}),Array.prototype.forEach.call(J,function(U){x[U]=true}),d="",x)d+=0<d.length?" "+G:G;t(106,Q,"string",22,d)}return A},B=function(D,h,n,Q,J,G,d,x,A,U,m){if(!(h>>((3==((h|3)&31)&&(m=U=function(){if(d.V==d){if(d.F){var k=[tz,J,Q,void 0,x,A,arguments];if(G==D)var u=(X(13,0,d,k),zT)(false,n,true,d,n);else if(1==G){var f=!d.A.length;X(17,0,d,k),f&&zT(false,n,true,d,n)}else u=OF(k,216,6,d);return u}x&&A&&x.removeEventListener(A,U,n)}}),3==(h+2&7))&&(D=function(){return Q()},Q=function(){return n},D[this.C]=function(k){n=k},m=D),2)&22)){for(D=[];n--;)D.push(255*Math.random()|0);m=D}return((h-3)%11||(Q=(n|0)-~(n&4)+~n,D=n&3,d=l(this),G=l(this),J=P(this,d),Q&&(J=r6(10,6,(""+J).replace(/\\r\\n/g,"\\n"))),D&&S(this,G,C(J.length,2)),S(this,G,J)),(h^628)%12)||(Q=l(D),n-~(Q|128)+(Q^128)+2*(~Q^128)&&(Q=-1-~Q-(Q&-128)|l(D)<<7),m=Q),m},sF=function(D,h,n,Q,J,G,d,x,A){return(((n^D)&6||(J.classList?x=J.classList.contains(G):(d=v(41,Q,J),x=fG(2,h,6,G,d)>=h),A=x),n)^110)&7||(G=J.type,G in h.$&&Xy(562,1,J,5,h.$[G])&&(X(47,null,J),h.$[G].length==Q&&(delete h.$[G],h.v--))),A},p=function(D,h,n,Q,J,G,d,x,A,U,m){if(!((h-(4==((1==(((3==(h+9&15)&&(m=n in qw?qw[n]:qw[n]=D+n),h)^125)%6||(m=Object.prototype.hasOwnProperty.call(D,RF)&&D[RF]||(D[RF]=++EF)),(h^370)&25)&&(m=D&&D.parentNode?D.parentNode.removeChild(D):null),h^124)&23)&&"number"!==typeof Q&&Q&&!Q.M&&((d=Q.src)&&d[Jz]?sF(977,d.L,22,D,Q):(J=Q.$e,G=Q.type,d.removeEventListener?d.removeEventListener(G,J,Q.capture):d.detachEvent?d.detachEvent(p(n,10,G),J):d.addListener&&d.removeListener&&d.removeListener(J),Hq--,(x=v(20,d))?(sF(977,x,6,D,Q),x.v==D&&(x.src=null,d[hz]=null)):X(20,null,Q))),6))%11)){for(d=x=0;x<D.length;x++)d+=D.charCodeAt(x),d+=d<<10,d=(J=d>>6,2*~(d&J)-~d-~J);m=(G=new Number((A=(d=(U=(d+=d<<3,d>>11),(d|U)+~U-(d|~U)),d)+(d<<15)>>>0,A)&(1<<n)-1),G[0]=(A>>>n)%Q,G)}return m},Vs=function(D,h,n,Q,J,G,d,x,A,U){if(!(1==(J+3&7)&&(n.classList?Array.prototype.forEach.call(Q,function(m){z(6,0,h," ",n,m)}):t(D,n,h,44,Array.prototype.filter.call(v(57,h,n),function(m){return!(0<=fG(2,0,7,m,Q))}).join(" "))),(J+3)%2))for(G in x=n,Q.$){for(A=Q.$[d=n,G];d<A.length;d++)++x,X(38,null,A[d]);Q.v--,delete Q.$[G]}return U},O=function(D,h,n,Q,J,G,d,x,A){return(D^835)%(2==(D<<((D+6)%4||(x=function(){},x.prototype=Q.prototype,n.i=Q.prototype,n.prototype=new x,n.prototype.constructor=n,n.ad=function(U,m,k){for(var u=Array(arguments.length-h),f=h;f<arguments.length;f++)u[f-h]=arguments[f];return Q.prototype[m].apply(U,u)}),1)&15)&&(G=typeof J,d=G!=h?G:J?Array.isArray(J)?"array":G:"null",A=d==Q||d==h&&typeof J.length==n),8)||(Q=typeof n,A="object"==Q&&n!=h||"function"==Q),A},e=function(D,h,n,Q,J,G,d,x,A,U,m,k,u){if(4==((D^(2==(D<<1&((D|6)%15||(J=function(){},G=void 0,Q=w6(h,function(f){J&&(n&&ZI(n),G=f,J(),J=void 0)},!!n)[0],u={low:function(f,a,T,g,b,r){if(!a)return g=Q(T),f&&f(g),g;b=function(){G(function(E){ZI(function(){f(E)})},T)},G?b():(r=J,J=function(){r(),ZI(b)})}}),15))&&(this.Z=c.document||document),187))&15)){if((n.LH+=((k=(d=(x=(m=4==(A=(J||n.E2++,n.GO>h&&n.qB&&n.b3&&1>=n.Ro&&!n.s&&!n.H&&(n.Bg||!J)&&0==document.hidden),n).E2)||A?n.I():n.mG,x)-n.mG,d)>>14,n.J)&&(n.J^=k*(d<<2)),k),m)||A)n.E2=h,n.mG=x;!A||x-n.oo<n.GO-(Q?255:J?5:2)?u=false:(U=P(n,J?109:150),I(n,150,n.R),n.A.push([LG,U,J?G+1:G]),n.H=ZI,u=true)}if(4==(D-1&15))if(Array.isArray(d))for(m=h;m<d.length;m++)e(5,0,n,Q,J,G,d[m]);else x=O(27,null,G)?!!G.capture:!!G,J=Qs("",72,J),n&&n[Jz]?n.L.remove(String(d),J,x,Q):n&&(A=v(5,n))&&(U=A.i3(x,Q,d,J))&&p(0,24,"on",U);return u},X=function(D,h,n,Q,J,G,d,x,A,U,m,k,u){if(!((D^228)%18)){if(!n)throw Error("Invalid event type");if(!(m=O(19,((A=v(21,G))||(G[hz]=A=new Y(G)),null),Q)?!!Q.capture:!!Q,U=A.add(n,x,J,m,d),U.$e)){if(((U.$e=(k=jg(12,6),k),k).src=G,k).listener=U,G.addEventListener)Mw||(Q=m),void 0===Q&&(Q=h),G.addEventListener(n.toString(),k,Q);else if(G.attachEvent)G.attachEvent(p("on",26,n.toString()),k);else if(G.addListener&&G.removeListener)G.addListener(k);else throw Error("addEventListener and attachEvent are unavailable.");Hq++}}return 2==(((D+7)%9||(n.M=true,n.listener=h,n.$e=h,n.src=h,n.FF=h),D+5)&11)&&n.A.splice(h,h,Q),u},Qs=function(D,h,n,Q,J,G,d,x,A,U,m){if(!(h+1&11)){if(Q=window.btoa){for(d=(J=D,0);d<n.length;d+=8192)J+=String.fromCharCode.apply(null,n.slice(d,d+8192));G=Q(J).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,D)}else G=void 0;m=G}if(!(h+3&((h>>((h^102)%8||(Q(function(k){k(n)}),m=[function(){return n}]),1))%18||("function"===typeof n?m=n:(n[lg]||(n[lg]=function(k){return n.handleEvent(k)}),m=n[lg])),15))){if(!(G=(N.call(this,J),Q))){for(A=this.constructor;A;){if(U=(d=p(A,3),Pq[d]))break;A=(x=Object.getPrototypeOf(A.prototype))&&x.constructor}G=U?"function"===typeof U.X?U.X():new U:null}this.B=G}return m},z=function(D,h,n,Q,J,G,d,x,A){if(!((D+1)%((D^((D>>2&11||(A=typeof Q.className==h?Q.className:Q.getAttribute&&Q.getAttribute(n)||""),D-8)%11||(Sg.call(this),this.L=new Y(this),this.Qb=this,this.ao=null),456))&15||(n.o=((n.o?n.o+h:"E:")+Q.message+":"+Q.stack).slice(0,2048)),12)))a:{for(d=h;d<G.length;++d)if(x=G[d],!x.M&&x.listener==n&&x.capture==!!J&&x.FF==Q){A=d;break a}A=-1}return 2==((D^436)&11)&&(J.classList?J.classList.remove(G):sF(977,h,8,n,J,G)&&t(106,J,n,11,Array.prototype.filter.call(v(9,n,J),function(U){return U!=G}).join(Q))),A},Xy=function(D,h,n,Q,J,G,d,x,A){if(!((Q+9)%6))a:{switch(x){case J:A=d?"disable":"enable";break a;case h:A=d?"highlight":"unhighlight";break a;case G:A=d?"activate":"deactivate";break a;case 8:A=d?"select":"unselect";break a;case 16:A=d?"check":"uncheck";break a;case n:A=d?"focus":"blur";break a;case 64:A=d?"open":"close";break a}throw Error("Invalid component state");}return(Q^D)%((Q^870)%4||h.ta&&h.ta.forEach(n,void 0),7)||(d=fG(2,0,68,n,J),(G=0<=d)&&Array.prototype.splice.call(J,d,h),A=G),A},$P=function(D,h,n,Q,J,G,d,x,A,U,m,k){return(D>>1)%6||(n.J=(J=(G=CG(0,n,150,P(n,150))<<24,d=CG(0,n,150,P(n,150))<<16,(d|h)-~d+~(G|d)+Q*(G&~d)),x=CG(0,n,150,P(n,150))<<8,-(J&x)+-2-~J-~x)|CG(0,n,150,P(n,150)),n.N=void 0),(D<<2)%10||(Q.push(h[0]<<24|h[1]<<16|h[2]<<8|h[3]),Q.push((A=(d=h[4]<<24|h[5]<<16,J=h[6]<<8,2*(d&J)+~J-2*(~d^J)+(~d|J)),n=h[7],-~(A&n)+-2-(~A^n))),Q.push((G=h[8]<<24,x=h[9]<<16,-~(G&x)+-2-(~G^x))|h[10]<<8|h[11])),D+2&5||(k=(m=(d=(x=J[n]<<24,G=J[(n|h)+1]<<Q,-1-~x+(~x&G)),A=J[(n&2)-~(n|2)+(n&-3)+(~n|2)]<<8,2*(d&A)+~d+2*(d&~A)-(d|~A)),U=J[(n|h)+3],2*(m&U)+2*~(m&U)-~m-(m|~U))),k},F=function(D,h,n,Q,J,G,d,x,A,U,m,k,u){if(!(D<<(1==((D^183)&15)&&(Array.isArray(G)&&(G=G.join(n)),x=h+J,""===G||void 0==G?(Bq||(Bq={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"}),d=Bq,J in d?Q.setAttribute(x,d[J]):Q.removeAttribute(x)):Q.setAttribute(x,G)),1)&7))if(A=n.L.$[String(J)]){for(U=(m=(A=A.concat(),true),h);U<A.length;++U)(k=A[U])&&!k.M&&k.capture==Q&&(d=k.FF||k.src,x=k.listener,k.P&&sF(977,n.L,14,h,k),m=false!==x.call(d,G)&&m);u=m&&!G.defaultPrevented}else u=true;return 3==((2==(D>>2&14)&&(u=Math.floor(this.Hg+(this.I()-this.oo))),D+9)&11)&&(u=!!(n.j&J)&&V(J,17,2,n)!=Q&&(!(G=n.pD,-(J|0)-2*~J+(~G&J)+2*(G|~J))||n.dispatchEvent(Xy(562,2,32,3,1,h,Q,J)))&&!n.Ye),u},ig=function(D,h,n,Q,J,G,d,x){if((Q>>D&7)==D){if(!h)throw Error("Invalid class name "+h);if("function"!==typeof n)throw Error("Invalid decorator function "+n);}if(!((Q+7)%3))if(G=n.length,G>h){for(d=Array(G),J=h;J<G;J++)d[J]=n[J];x=d}else x=[];return(Q+3&11)==D&&(this.type=h,this.currentTarget=this.target=n,this.defaultPrevented=this.W=false),x};function oF(D,h,n,Q,J,G,d,x,A,U){return(J=(d=(x=(A=this,{}),function(m,k){return(k=J.call(A,[cq]),G)[m%Q*U%Q*n*(k|h)%Q*U%Q]}),A).O,d[A.C]=function(m){x[D*U%Q]=m},d)[A.C](G),G=x,d}var c=this||self,IF=function(){return e.call(this,10)},eg=function(D,h,n,Q,J){return e.call(this,11,D,h,n,Q,J)},y=function(D,h,n){n=this;try{Wq(D,this,h)}catch(Q){z(40,"~",this,Q),h(function(J){J(n.o)})}},K,w6=function(D,h,n,Q){return t.call(this,106,h,D,6,n,Q)},Fy=function(D,h){for(var n,Q=1,J;Q<arguments.length;Q++){for(J in n=arguments[Q],n)D[J]=n[J];for(var G=0;G<Nw.length;G++)J=Nw[G],Object.prototype.hasOwnProperty.call(n,J)&&(D[J]=n[J])}},RF="closure_uid_"+(1E9*Math.random()>>>0),YP,ys=function(D){return fG.call(this,2,D,23)},r6=function(D,h,n,Q,J,G,d,x,A,U,m,k,u,f,a){for(f=(d=u=0,[]);d<n.length;d++)J=n.charCodeAt(d),128>J?f[u++]=J:(2048>J?f[u++]=J>>h|192:(55296==(J|0)+64512-(J|64512)&&d+1<n.length&&56320==(x=n.charCodeAt(d+1),(x|64512)-~(x&64512)+~(x|64512))?(J=(Q=-2*~(J&1023)-1+-1024+(~J&1023)<<D,(65536|Q)-1- -65537-(65536&~Q))+(a=n.charCodeAt(++d),(a|1023)- -1-(~a&1023)+(~a|1023)),f[u++]=(m=J>>18,240+~(m&240)-~m),f[u++]=(A=J>>12,(A|63)+2*(~A^63)-(A|-64)-(~A|63))|128):f[u++]=J>>12|224,f[u++]=(G=(k=J>>h,-~(k&63)+(k&-64)+(~k|63)),128+(~G&128)+(G|-129)-(~G|128))),f[u++]=(U=(J|0)- -2+(J&-64)+2*(~J|63),-~(U|128)+(U&-129)+(~U|128)));return f},KG=function(D,h,n,Q,J){if((J=n,Q=c.trustedTypes,!Q)||!Q.createPolicy)return J;try{J=Q.createPolicy(h,{createHTML:ys,createScript:ys,createScriptURL:ys})}catch(G){if(c.console)c.console[D](G.message)}return J},EF=0,Mw=function(D,h){if(!c.addEventListener||!Object.defineProperty)return false;D=Object.defineProperty({},(h=false,"passive"),{get:function(){h=true}});try{c.addEventListener("test",IF,D),c.removeEventListener("test",IF,D)}catch(n){}return h}(),Nw="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),GT=function(D,h){return ig.call(this,2,D,h,3)},Sg=function(){return v.call(this,18)},DI=(Sg.prototype.Ye=(GT.prototype.preventDefault=function(){this.defaultPrevented=true},false),GT.prototype.stopPropagation=function(){this.W=true},function(D,h,n,Q,J){return t.call(this,106,h,D,10,n,Q,J)}),xP=(O(46,2,DI,GT),{2:"touch",3:"pen",4:"mouse"}),Jz=(DI.prototype.preventDefault=(DI.prototype.stopPropagation=function(){(DI.i.stopPropagation.call(this),this).G.stopPropagation?this.G.stopPropagation():this.G.cancelBubble=true},function(D){(DI.i.preventDefault.call(this),D=this.G,D.preventDefault)?D.preventDefault():D.returnValue=false}),"closure_listenable_"+(1E6*Math.random()|0)),hL=function(D,h,n,Q,J){return v.call(this,7,Q,n,D,h,J)},Y=function(D){return g6.call(this,977,25,3,D)},nG=0,hz=((Y.prototype.i3=function(D,h,n,Q,J,G){return-1<(G=-1,J=this.$[n.toString()],J&&(G=z(23,0,Q,h,D,J)),G)?J[G]:null},Y.prototype).remove=(Y.prototype.add=function(D,h,n,Q,J,G,d,x,A){return-(A=z(11,0,h,J,Q,((d=this.$[G=D.toString(),G],d)||(d=this.$[G]=[],this.v++),d)),1)<A?(x=d[A],n||(x.P=false)):(x=new hL(h,this.src,G,!!Q,J),x.P=n,d.push(x)),x},Y.prototype.hasListener=function(D,h,n,Q,J){return V(this.$,21,(Q=(n=void 0!==h,(J=void 0!==D)?D.toString():""),false),true,function(G,d){for(d=0;d<G.length;++d)if(!(J&&G[d].type!=Q||n&&G[d].capture!=h))return true;return false})},function(D,h,n,Q,J,G,d){if(!(G=D.toString(),G in this.$))return false;return(J=z(35,0,h,Q,n,(d=this.$[G],d)),-1<J)?(X(56,null,d[J]),Array.prototype.splice.call(d,J,1),0==d.length&&(delete this.$[G],this.v--),true):false}),"closure_lm_")+(1E6*Math.random()|0),qw={},Hq=0,d6=function(D,h,n,Q,J,G){return jg.call(this,12,12,D,h,n,Q,J,G)},lg="__closure_events_fn_"+(1E9*Math.random()>>>0),Z=function(){return z.call(this,30)};(((((((O(14,2,Z,Sg),Z.prototype)[Jz]=true,Z).prototype.TO=function(D){this.ao=D},Z).prototype.addEventListener=function(D,h,n,Q){V(this,24,0,false,n,h,D,Q)},Z.prototype).removeEventListener=function(D,h,n,Q){e(21,0,this,Q,h,n,D)},Z.prototype).dispatchEvent=function(D,h,n,Q,J,G,d,x,A,U,m,k){if(m=this.ao)for(U=1,h=[];m;m=m.ao)h.push(m),++U;if(G=("string"===(n=(x=(A=this.Qb,Q=D,h),Q.type||Q),typeof Q)?Q=new GT(Q,A):Q instanceof GT?Q.target=Q.target||A:(k=Q,Q=new GT(n,A),Fy(Q,k)),true),x)for(d=x.length-1;!Q.W&&0<=d;d--)J=Q.currentTarget=x[d],G=F(24,0,J,true,n,Q)&&G;if(Q.W||(J=Q.currentTarget=A,G=F(28,0,J,true,n,Q)&&G,Q.W||(G=F(16,0,J,false,n,Q)&&G)),x)for(d=0;!Q.W&&d<x.length;d++)J=Q.currentTarget=x[d],G=F(20,0,J,false,n,Q)&&G;return G},Z.prototype).i3=function(D,h,n,Q){return this.L.i3(D,h,String(n),Q)},Z.prototype).hasListener=function(D,h){return this.L.hasListener(void 0!==D?String(D):void 0,h)};var Bq,vq=function(){return e.call(this,17)},nT=(K=vq.prototype,K.T=function(D){return"string"===typeof D?this.Z.getElementById(D):D},function(D,h,n,Q,J,G,d,x,A,U){function m(k){k&&d.appendChild("string"===typeof k?Q.createTextNode(k):k)}for(A=1;A<h.length;A++)if(U=h[A],!O(9,"object",J,G,U)||O(11,null,U)&&U.nodeType>D)m(U);else{a:{if(U&&typeof U.length==J){if(O(43,null,U)){x="function"==typeof U.item||"string"==typeof U.item;break a}if("function"===typeof U){x="function"==typeof U.item;break a}}x=false}ug(0,D,9,n,x?ig(2,D,U,5):U,m)}}),dL=function(D){return p.call(this,D,19)},DJ=(K.createElement=(K.removeNode=dL,function(D,h,n){return"application/xhtml+xml"===(h=this.Z,n=String(D),h.contentType)&&(n=n.toLowerCase()),h.createElement(n)}),K.appendChild=function(D,h){D.appendChild(h)},K.canHaveChildren=function(D){if(1!=D.nodeType)return false;switch(D.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},K.append=function(D,h){nT(0,arguments,"",9==D.nodeType?D:D.ownerDocument||D.document,"number","array",D)},K.contains=function(D,h){if(!D||!h)return false;if(D.contains&&1==h.nodeType)return D==h||D.contains(h);if("undefined"!=typeof D.compareDocumentPosition)return D==h||!!(D.compareDocumentPosition(h)&16);for(;h&&D!=h;)h=h.parentNode;return h==D},K.getElementsByTagName=(K.createTextNode=function(D){return this.Z.createTextNode(String(D))},function(D,h){return(h||this.Z).getElementsByTagName(String(D))}),function(){return jg.call(this,12,13)}),N=(((ug(0,DJ,63),DJ.prototype).DD="",DJ).prototype.Fi=0,function(D){return fG.call(this,2,D,27)});(((O(58,2,N,Z),N.prototype).gE=DJ.X(),N).prototype.T=function(){return this.s2},N.prototype).getParent=function(){return this.pH},N.prototype.TO=function(D){if(this.pH&&this.pH!=D)throw Error("Method not supported");N.i.TO.call(this,D)},N.prototype.D=function(){this.Sc=!(Xy(562,this,function(D){D.Sc&&D.D()},6),this.MB&&Vs(106,"string",0,this.MB,3),1)},N.prototype.removeChild=function(D,h,n,Q,J,G,d,x,A,U,m,k){if(D&&("string"===typeof D?A=D:((Q=D.zO)||(x=D.gE,U=D,m=x.DD+":"+(x.Fi++).toString(36),Q=U.zO=m),A=Q),k=A,this.Aa&&k?(d=this.Aa,n=(null!==d&&k in d?d[k]:void 0)||null):n=null,D=n,k&&D)){if(null==(Xy(562,(G=this.Aa,k in G&&delete G[k],1),D,12,this.ta),h&&(D.D(),D.s2&&dL(D.s2)),J=D,J))throw Error("Unable to set parent component");N.i.TO.call(J,(J.pH=null,null))}if(!D)throw Error("Child is not in parent component");return D};var j0,Q4=function(D,h,n,Q,J){return g6.call(this,977,25,5,D,h,n,Q,J)},JL=function(D,h){return Vs.call(this,106,"string",D,h,6)},GA=function(){return X.call(this,8)},xu=(ug(0,GA,21),function(){return X.call(this,19)}),AL={button:"pressed",checkbox:"checked",menuitem:"selected",menuitemcheckbox:"checked",menuitemradio:"checked",radio:"checked",tab:"selected",treeitem:"selected"},L=(ug(0,xu,(O(26,2,(((((K=GA.prototype,K.U2=function(D){return D.T()},K).Vb=function(D,h,n,Q,J,G,d){(j0||(j0={1:"disabled",8:"selected",16:"checked",64:"expanded"}),Q=j0[h],(d=D.getAttribute("role")||null)?(J=AL[d]||Q,G="checked"==Q||"selected"==Q?J:Q):G=Q,G)&&F(22,"aria-"," ",D,G,n)},K.rE=function(){return"goog-control"},K).g=function(D,h,n,Q){(Q=h.T?h.T():h)&&(n?Q4:JL)(Q,[D])},K).O2=function(D,h,n,Q,J,G){if(D.j&32&&(G=D.U2())){if(!h&&V(32,64,2,D)){try{G.blur()}catch(d){}V(32,33,2,D)&&(D.dE&4&&D.j&4&&D.setActive(false),D.dE&32&&D.j&32&&F(30,4,D,false,32)&&D.U(false,32))}if(Q=G.hasAttribute("tabindex"))J=G.tabIndex,Q="number"===typeof J&&0<=J&&32768>J;Q!=h&&(n=G,h?n.tabIndex=0:(n.tabIndex=-1,n.removeAttribute("tabIndex")))}},K).U=function(D,h,n,Q,J,G){if(Q=h.T())this.fH||(G=this.rE(),G.replace(/\\xa0|\\s/g," "),this.fH={1:G+"-disabled",2:G+"-hover",4:G+"-active",8:G+"-selected",16:G+"-checked",32:G+"-focused",64:G+"-open"}),(J=this.fH[D])&&this.g(J,h,n),this.Vb(Q,D,n)},xu),GA),7)),function(D,h,n,Q,J,G,d,x){return Qs.call(this,"",13,D,h,n,Q,J,G,d,x)}),Pq=((xu.prototype.rE=function(){return"goog-button"},xu.prototype).Vb=function(D,h,n){switch(h){case 8:case 16:F(6,"aria-"," ",D,"pressed",n);break;default:case 64:case 1:xu.i.Vb.call(this,D,h,n)}},{});if((((((((K=(O(42,2,L,N),L).prototype,K).D=function(){((L.i.D.call(this),this.yb)&&this.yb.detach(),this).isVisible()&&this.isEnabled()&&this.B.O2(this,false)},K.Y=null,K.U2=function(){return this.B.U2(this)},K).dE=255,K).$i=true,K.pD=0,K.g=function(D,h){D?h&&(this.Y?0<=fG(2,0,5,h,this.Y)||this.Y.push(h):this.Y=[h],this.B.g(h,this,true)):h&&this.Y&&Xy(562,1,h,16,this.Y)&&(0==this.Y.length&&(this.Y=null),this.B.g(h,this,false))},K.j=39,K.S=0,K).isVisible=function(){return this.$i},K.isEnabled=function(){return!V(1,16,2,this)},K).setActive=function(D){F(26,4,this,D,4)&&this.U(D,4)},K).getState=function(){return this.S},L.prototype.U=function(D,h,n,Q,J,G){n||1!=h?this.j&h&&D!=V(h,32,2,this)&&(this.B.U(h,this,D),this.S=D?(G=this.S,-(G&h)-2*~(G&h)+-2+(G^h)):this.S&~h):(Q=!D,J=this.getParent(),J&&"function"==typeof J.isEnabled&&!J.isEnabled()||!F(42,4,this,!Q,1)||(Q||(this.setActive(false),F(46,4,this,false,2)&&this.U(false,2)),this.isVisible()&&this.B.O2(this,Q),this.U(!Q,1,true)))},"function")!==typeof L)throw Error("Invalid component class "+L);if("function"!==typeof GA)throw Error("Invalid renderer class "+GA);var Uy=p(L,5),pG=(ig(2,"goog-control",(Pq[Uy]=GA,function(){return new L(null)}),10),function(){return O.call(this,5)}),mT=(ug(0,(O(30,2,pG,xu),pG),35),function(D,h,n){return aF.call(this,1,3,D,n,h,3)}),ku=(ig(2,"goog-button",((pG.prototype.Vb=IF,pG.prototype.O2=IF,pG.prototype.U=function(D,h,n,Q){(Q=(pG.i.U.call(this,D,h,n),h).T())&&1==D&&(Q.disabled=n)},O)(10,2,mT,L),function(){return new mT(null)}),9),function(D,h,n,Q,J,G,d,x,A,U,m,k,u){try{for(U=0;1414361568!==U;)h=(h|0)+((G=n<<4,m=n>>>5,~G+~m-D*~(G|m))+(n|0)^(U|0)+(J[U&3]|0))|0,U=U+2325900175|0,n=(n|0)+(x=(A=h<<4,d=h>>>5,-(A|0)+~(A&d)-D*~(A|d)+(A|~d))+(h|0),k=(u=J[U>>>Q&3],(U|u)-~U+(~U|u)),(x|0)+~(x&k)- -1+(~x&k))|0;return[h>>>24,h>>16&255,h>>8&255,h&255,n>>>24,n>>16&255,n>>8&255,n&255]}catch(f){throw f;}}),kP=[],zA=[],P=function(D,h,n,Q,J,G){if(void 0===(G=D.F[h],G))throw[uf,30,h];return G((n=(n=((n=((n=(J=(n=h|0,(n*n|0)%1002|0),Q=(((J*J|0)%1002|0)*n|0)%1002|0),n)*n|0)%1002|0,n)*n|0)%1002|0,n*n|0)%1002|0,n=(n*n|0)%1002|0,1260)*((((n*n|0)%1002|0)*Q|0)%1002|0))},OF=function(D,h,n,Q,J,G,d,x,A,U){if((U=(Q.Bg=false,D)[0],U)==mf)Q.KH=25,Q.O(D);else if(U==kP){G=D[1];try{d=Q.o||Q.O(D)}catch(m){z(56,"~",Q,m),d=Q.o}G(d)}else if(U==LG)Q.O(D);else if(U==zA)Q.O(D);else if(U==Yu){try{for(J=0;J<Q.u3.length;J++)try{x=Q.u3[J],x[0][x[1]](x[2])}catch(m){}}catch(m){}(0,(Q.u3=[],D)[1])(function(m,k){Q.xe(m,true,k)},function(m){(X(49,0,Q,(m=!Q.A.length,[vw])),m)&&zT(false,true,true,Q,false)})}else{if(U==tz)return A=D[2],I(Q,h,D[n]),I(Q,48,A),Q.O(D);U==vw?(Q.F=null,Q.K=[],Q.l3=[]):U==fT&&"loading"===c.document.readyState&&(Q.H=function(m,k,u){c.document.addEventListener("DOMContentLoaded",(k=function(){u||(u=true,m())},u=false,k),pT),c.addEventListener("load",k,pT)})}},fT=[],aq=((y.prototype.t9=function(D,h,n,Q,J,G,d,x){try{Q=D[(-2*~(h&2)+3*(h^2)+2*(~h^2))%3],D[h]=(d=(x=D[h],G=D[((h|0)+1)%3],-(x|G)-~x+2*(x&~G)+(~x|G))-(Q|0),J=1==h?Q<<n:Q>>>n,-(d&J)-1-~(d|J))}catch(A){throw A;}},y).prototype.A9=function(D,h,n,Q,J){if(3==D.length){for(J=0;3>J;J++)h[J]+=D[J];for(n=[13,8,13,12,16,5,3,10,(Q=0,15)];9>Q;Q++)h[3](h,Q%3,n[Q])}},function(D,h,n){return(n=h(40320).shift(),D.s(40320).length)||D.h(40320).length||(D.h=void 0,D.s=void 0),n}),ZI=(y.prototype.cg=function(D,h){return B.call(this,h,5,D)},y.prototype.Rd=void 0,c.requestIdleCallback?function(D){requestIdleCallback(function(){D()},{timeout:4})}:c.setImmediate?function(D){setImmediate(D)}:function(D){setTimeout(D,0)}),sy=(y.prototype.CD=void 0,function(D,h,n,Q,J,G,d,x,A,U,m){if(J=(d=((U=P(n,((m=void 0,h)&&h[0]===uf&&(Q=h[1],m=h[2],h=void 0),20)),0)==U.length&&(A=P(n,109)>>3,U.push(Q,(x=A>>8,-255-2*~(x|255)+(~x^255)+(~x|255)),A&255),void 0!=m&&U.push(m&255)),""),h&&(h.message&&(d+=h.message),h.stack&&(d+=D+h.stack)),P(n,68)),3<J){n.V=(G=(d=r6(10,(J-=(d=d.slice(0,(J|0)-3),d.length|0)+3,6),d.replace(/\\r\\n/g,"\\n")),n).V,n);try{S(n,140,C(d.length,2).concat(d),195)}finally{n.V=G}}I(n,68,J)}),pT=false,gL=function(D,h,n,Q,J,G){return((bf("~",22,false,(G=P(h,n),h.K&&G<h.R?(I(h,n,h.R),TA(J,h,n)):I(h,n,J),h),true,Q),I)(h,n,G),P)(h,D)},S=(y.prototype.xe=function(D,h,n,Q,J,G){return ug.call(this,0,D,11,h,n,Q,J,G)},function(D,h,n,Q,J,G,d,x,A){if(D.V==D)for(x=P(D,h),140==h?(A=function(U,m,k,u,f,a,T){if(a=(u=x.length,(u|0)-4>>3),x.Ja!=a){f=[0,0,J[1],(x.Ja=a,k=(m=a<<3,1+(~m&4)+2*(m|-5)-(~m|4)),J[2])];try{x.NB=ku(2,$P(6,0,k,16,x),$P(8,0,2*(k|4)-~(k&4)+~(k|4),16,x),11,f)}catch(g){throw g;}}x.push((T=x.NB[-~(u&7)+(u^7)+(~u^7)],-2-(T|~U)-(~T|U)))},J=P(D,254)):A=function(U){x.push(U)},Q&&A(-~(Q&255)+~Q-~(Q|255)+(Q|-256)),G=0,d=n.length;G<d;G++)A(n[G])}),LG=[],CG=function(D,h,n,Q){if(Q>=h.R)throw[uf,31];return(I(h,n,(Q|D)+8),h).K[Q>>3]},I=(y.prototype.C="toString",function(D,h,n){if(150==h||109==h)if(D.F[h])D.F[h][D.C](n);else D.F[h]=D.ZD(n);else if(111!=h&&140!=h&&148!=h&&20!=h&&254!=h||!D.F[h])D.F[h]=D.CH(n,h);78==h&&$P(13,0,D,2)}),C=function(D,h,n,Q,J){for(n=(J=[],-~(h&1)+~(h|1)+2*(h&-2));0<=n;n--)J[(h|0)-1-(n|0)]=(Q=D>>8*n,-1-~(Q|255)-(Q^255));return J},bf=function(D,h,n,Q,J,G,d,x,A,U){if(!Q.o){Q.Ro++;try{for(x=(U=0,Q.R),d=void 0;(Q.Pg||--G)&&(Q.s||(U=P(Q,150))<x);)try{A=void 0,Q.s?d=aq(Q,Q.s):(I(Q,109,U),A=l(Q),d=P(Q,A)),d&&d.call?d(Q,G):sy(":",[uf,21,A],Q,0),Q.Bg=J,e(31,0,Q,n,n,G)}catch(m){P(Q,116)?sy(":",m,Q,h):I(Q,116,m)}G||sy(":",[uf,33],Q,0)}catch(m){try{sy(":",m,Q,h)}catch(k){z(88,D,Q,k)}}Q.Ro--}},vw=[],q,TA=function(D,h,n){(h.ha.push(h.F.slice()),h.F[n]=void 0,I)(h,n,D)},uf=(y.prototype.VU=function(){return l(this)},{}),l=(y.prototype.Pg=false,function(D,h,n,Q,J){if(D.s)return aq(D,D.h);return(Q=(J=(h=P(D,150),h>>3),CG(0,D,150,h)),D.N!=J>>3&&(D.N=J>>3,n=P(D,78),D.ec=ku(2,D.J,D.N,11,[0,0,n[1],n[2]])),Q)^D.ec[J&D[kP].length]}),tL=(K=y.prototype,function(D,h,n,Q,J,G,d,x){for(x=(G=(((d=l((J={},n)),J).vg=l(n),J).l=[],n).V==n?(l(n)|D)-h:1,l(n)),Q=D;Q<G;Q++)J.l.push(l(n));for(J.Wg=P(n,d);G--;)J.l[G]=P(n,J.l[G]);return J.jc=P(n,x),J}),Wq=function(D,h,n,Q,J,G){for(h.GO=0,h.ZD=(J=[],h.Bg=false,h.H=(h.Hg=(h.l3=(h.s=void 0,[]),(h.CH=function(d,x,A,U,m,k){return oF.call(this,420,0,35,2004,m,d,U,A,k,x)},h).Ro=(h.KH=25,0),h.LH=1,((h.iG=rL,h).h=void 0,h).Uv=Oy,0),null),function(d,x,A){return B.call(this,x,9,d,A)}),Q=0;128>Q;Q++)J[Q]=String.fromCharCode(Q);X(45,0,h,[Yu,(X(33,0,(X(61,(h.K=(h.R=((((((((h.XF=(G=((h.b3=(((h.A=((h.ha=((((((new mT(((((h.qB=(h.LD=((((((I(h,150,((h.Yi=(h.F=(h.u3=[],[]),function(d){return fG.call(this,2,d,15)}),h).V=h,0)),I)(h,109,0),I)(h,203,function(d,x,A,U,m){x=(U=(m=(A=l(d),l(d)),P)(d,A),P(d,m)),I(d,m,x+U)}),I(h,34,0),I)(h,60,function(d,x,A,U,m,k,u,f){e(47,0,d,false,true,x)||(u=tL(0,1,d),m=u.jc,A=u.l,f=A.length,k=u.Wg,U=0==f?new m[k]:1==f?new m[k](A[0]):2==f?new m[k](A[0],A[1]):3==f?new m[k](A[0],A[1],A[2]):4==f?new m[k](A[0],A[1],A[2],A[3]):2(),I(d,u.vg,U))}),I)(h,116,266),I(h,204,function(d,x,A,U,m,k,u){if(U=(x=B((k=l(d),d),44,1),""),d.F[22])for(A=P(d,22),m=A.length,u=0;x--;)u=((u|0)+(B(d,16,1)|0))%m,U+=J[A[u]];else for(;x--;)U+=J[l(d)];I(d,k,U)}),I(h,47,function(d,x,A){x=(A=l(d),P(d,A)),x[0].removeEventListener(x[1],x[2],false)}),I)(h,163,0),function(d,x,A,U,m,k,u,f){return $P.call(this,5,d,A,x,U,m,k,u,f)}),false),I(h,148,[]),I)(h,224,function(d,x,A,U,m){for(m=(U=l(d),B)(d,8,1),x=[],A=0;A<m;A++)x.push(l(d));I(d,U,x)}),I(h,244,function(d,x,A,U,m,k,u,f){(m=(A=(f=(U=(k=l(d),l(d)),l)(d),l)(d),x=P(d,f),u=P(d,A),P(d,U)),I)(d,k,B(2,67,false,x,m,u,d))}),I)(h,20,[]),I)(h,178,function(d){d.nH(4)}),"Submit")),I(h,176,function(d,x,A){e(79,0,d,false,true,x)||(A=tL(0,1,d),I(d,A.vg,A.Wg.apply(A.jc,A.l)))}),I)(h,153,h),I)(h,68,2048),I)(h,179,function(d,x,A,U,m,k){(x=(A=(U=(m=(k=l(d),l(d)),l(d)),P(d,m)),P)(d,k),I)(d,U,x[A])}),I(h,128,function(d,x,A,U,m,k,u,f,a,T,g,b,r,E){if(!e(95,0,d,true,true,x)){if(f=(E=(r=(k=(u=l(d),l(d)),l)(d),m=l(d),P(d,k)),b=P(d,u),P(d,m)),a=P(d,r),"object"==UF("array",b,"object")){for(A in U=[],b)U.push(A);b=U}for(T=(a=0<a?a:1,0),g=b.length;T<g;T+=a)E(b.slice(T,(T|0)+(a|0)),f)}}),I(h,99,function(d,x){x=P(d,l(d)),TA(x,d,150)}),I)(h,48,{}),I(h,32,function(d,x,A,U){(U=(A=l(d),x=l(d),l(d)),I)(d,U,P(d,A)||P(d,x))}),I)(h,193,function(d,x,A,U,m,k){A=(m=(x=(U=l(d),k=l(d),l(d)),P(d,k)),P(d,U)),I(d,x,A in m|0)}),I(h,112,function(d,x,A,U){if(x=d.ha.pop()){for(A=l(d);0<A;A--)U=l(d),x[U]=d.F[U];(x[68]=(x[20]=d.F[20],d.F[68]),d).F=x}else I(d,150,d.R)}),[]),I(h,107,function(d,x,A,U){x=(A=l(d),l(d)),U=l(d),I(d,U,P(d,A)>>>x)}),I)(h,45,function(d){Xd(1,d)}),I(h,104,function(d,x,A,U,m,k,u,f,a,T){0!==(T=(x=(f=(u=(k=(A=l(d),l(d)),l(d)),l(d)),P(d,k)),a=P(d,u),U=P(d,f),P(d,A)),T)&&(m=B(2,66,false,U,a,1,d,T,x),T.addEventListener(x,m,pT),I(d,163,[T,x,m]))}),[]),I(h,215,function(d,x,A,U,m){(m=(A=(U=l(d),x=l(d),0)!=P(d,U),P(d,x)),A)&&I(d,150,m)}),I)(h,63,function(d){d.Io(4)}),I)(h,102,function(d,x,A,U,m,k,u){U=(u=(m=l(d),l(d)),l)(d),d.V==d&&(k=P(d,u),A=P(d,m),x=P(d,U),A[k]=x,78==m&&(d.N=void 0,2==k&&$P(12,0,d,2)))}),I(h,72,function(d){d.Io(3)}),I(h,254,[0,0,0]),false),I(h,198,function(){}),I)(h,239,function(d){Xd(4,d)}),window.performance||{}),G).timeOrigin||(G.timing||{}).navigationStart||0,I(h,46,function(d,x,A,U){e(63,0,d,false,true,x)||(A=l(d),U=l(d),I(d,U,function(m){return eval(m)}(qh(P(d,A)))))}),I)(h,111,[106,0,0]),I)(h,220,function(d,x,A){(x=(A=l(d),l(d)),I)(d,x,""+P(d,A))}),I)(h,140,h.cg(4)),I)(h,195,c),I)(h,91,function(d,x,A,U,m){x=(m=(A=(U=l(d),l(d)),P)(d,U),UF("array",m,"object")),I(d,A,x)}),I)(h,229,function(d,x,A,U,m,k){(k=(A=(U=(x=(m=l(d),l)(d),l)(d),P(d,m)),P(d,x)),I)(d,U,+(A==k))}),I)(h,142,function(d,x,A,U,m,k,u,f,a,T,g,b,r,E,Az,M,w){for(m=(w=(Az=(U=(g=(f=l(d),x=0,function(R,H,W){for(;x<R;)U|=l(d)<<x,x+=8;return U>>=(W=(x-=R,H=(1<<R)-1,~U-2*~(U|H)-(U^H)+(U|~H)),R),W}),0),(g(3)|0)+1),M=g(5),[]),k=0);m<M;m++)a=g(1),w.push(a),k+=a?0:1;for(r=(u=((k|0)-1).toString(2).length,E=0,[]);E<M;E++)w[E]||(r[E]=g(u));for(A=0;A<M;A++)w[A]&&(r[A]=l(d));for(b=Az,T=[];b--;)T.push(P(d,l(d)));I(d,f,function(R,H,W,TT,bg){for(TT=(H=(W=[],[]),0);TT<M;TT++){if(!w[bg=r[TT],TT]){for(;bg>=W.length;)W.push(l(R));bg=W[bg]}H.push(bg)}R.h=(R.s=R.CH(T.slice(),47),R).CH(H,47)})}),0),[]),0),h,[fT]),h),[zA,D]),n)]),zT(false,true,true,h,true)},mf=[],cq=[],UF=function(D,h,n,Q,J){if(J=typeof h,J==n)if(h){if(h instanceof Array)return D;if(h instanceof Object)return J;if("[object Window]"==(Q=Object.prototype.toString.call(h),Q))return n;if("[object Array]"==Q||"number"==typeof h.length&&"undefined"!=typeof h.splice&&"undefined"!=typeof h.propertyIsEnumerable&&!h.propertyIsEnumerable("splice"))return D;if("[object Function]"==Q||"undefined"!=typeof h.call&&"undefined"!=typeof h.propertyIsEnumerable&&!h.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==J&&"undefined"==typeof h.call)return n;return J},Yu=[],tz=[];K.od=(K.qF=(K.sv=function(D,h,n,Q,J,G,d,x,A){return p.call(this,D,6,h,n,Q,J,G,d,x,A)},K.I=(window.performance||{}).now?function(){return this.XF+window.performance.now()}:function(){return+new Date},(K.ki=function(D,h,n,Q,J,G,d,x){return ug.call(this,0,D,22,h,n,Q,J,G,d,x)},K).cH=function(){return v.call(this,10)},function(D,h,n,Q,J,G){return V.call(this,n,6,D,h,Q,J,G)}),function(){return F.call(this,9)}),y.prototype.O=function(D,h){return D=(h={},{}),function(n,Q,J,G,d,x,A,U,m,k,u,f,a,T,g,b,r,E,Az,M,w,R,H){D=(E=D,h);try{if(U=n[0],U==cq)return E==h?35:93;if(U==zA){m=n[1];try{for(Az=atob(m),f=0,k=[],u=0;u<Az.length;u++)g=Az.charCodeAt(u),255<g&&(k[f++]=-255-2*~(g&255)+-2+(~g&255),g>>=8),k[f++]=g;I(this,78,[0,0,((this.K=k,this).R=this.K.length<<3,0)])}catch(W){sy(":",W,this,17);return}bf("~",22,false,this,true,5001)}else if(U==mf)n[1].push(P(this,68),P(this,111).length,P(this,148).length,P(this,140).length),I(this,48,n[2]),this.F[181]&&gL(48,this,150,5001,P(this,181));else{if(U==kP){(Q=(G=C(((M=n[2],P(this,111).length)|0)+2,2),this.V),this).V=this;try{R=P(this,20),0<R.length&&S(this,111,C(R.length,2).concat(R),192),S(this,111,C(this.LH,1),167),S(this,111,C(this[kP].length,1)),x=0,r=P(this,140),x-=(P(this,111).length|0)+5,x+=(d=P(this,34),(d|0)-(d^2047)+(~d&2047)),4<r.length&&(x-=(r.length|0)+3),0<x&&S(this,111,C(x,2).concat(this.cg(x)),197),4<r.length&&S(this,111,C(r.length,2).concat(r),86)}finally{this.V=Q}if(((b=this.cg(2).concat(P(this,111)),b)[1]=b[0]^204,b)[3]=(A=b[1],J=G[0],~(A&J)-~J+(A&~J)),b[4]=b[1]^G[1],w=this.wE(b))w="<"+w;else for(w="",H=0;H<b.length;H++)T=b[H][this.C](16),1==T.length&&(T="0"+T),w+=T;return(I(this,68,(a=w,M.shift())),P(this,111).length=M.shift(),P(this,148).length=M.shift(),P(this,140)).length=M.shift(),a}if(U==LG)gL(48,this,150,n[2],n[1]);else if(U==tz)return gL(48,this,150,5001,n[1])}}finally{D=E}}}();var Oy,zT=function(D,h,n,Q,J,G,d,x){if(Q.A.length){Q.qB=(Q.qB&&0(),n),Q.b3=h;try{x=Q.I(),Q.mG=x,Q.E2=0,Q.oo=x,d=Rq(72,Q,216,true,"~",h,6),G=Q.I()-Q.oo,Q.Hg+=G,G<(J?0:10)||0>=Q.KH--||(G=Math.floor(G),Q.l3.push(254>=G?G:254))}finally{Q.qB=D}return d}};y.prototype.wE=function(D,h,n,Q,J){return Qs.call(this,"",3,D,h,n,Q,J)};var rL,Xd=(y.prototype.Io=function(D,h,n,Q,J,G){return B.call(this,h,14,D,n,Q,J,G)},rL=/./,y.prototype.nH=function(D,h,n){for(n=(h=l(this),0);0<D;D--)n=n<<8|l(this);I(this,h,n)},Oy=function(D,h,n){return h=l(D),n=l(D),-(h|n)+(h&n)+2*(h&~n)+2*(~h&n)},function(D,h,n,Q){(Q=(n=l(h),l(h)),S)(h,Q,C(P(h,n),D))}),Rq=(y.prototype[Yu]=[0,0,1,1,0,1,1],function(D,h,n,Q,J,G,d,x,A,U){for(;h.A.length;){x=(h.H=null,h.A.pop());try{A=OF(x,n,d,h)}catch(m){z(D,J,h,m)}if(G&&h.H){(U=h.H,U)(function(){zT(false,Q,true,h,Q)});break}}return A}),qh=(y.bind&&(Oy[y.prototype.C]=zA.pop.bind(y.prototype[mf]),rL[y.prototype.C]=zA.pop.bind(y.prototype[mf])),function(D,h){return(h=KG("error","tl",null))&&1===D.eval(h.createScript("1"))?function(n){return h.createScript(n)}:function(n){return""+n}})(c);((q=c.watchbell||(c.watchbell={}),40)<q.m||(q.m=41,q.tl=eg,q.a=w6),q).kHl_=function(D,h,n){return[(n=new y(D,h),function(Q){return aF(1,3,false,n,Q,8)})]};try{q.u||(c.addEventListener("unload",function(){},pT),q.u=1)}catch(D){}try{c.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){pT={passive:true}}}))}catch(D){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="bsbRF0PZ6kORo06d70HKiQ">
  document.bg = new watchbell.tl('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');
  </script>
<script nonce="bsbRF0PZ6kORo06d70HKiQ">
  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="bsbRF0PZ6kORo06d70HKiQ">
  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="bsbRF0PZ6kORo06d70HKiQ">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="bsbRF0PZ6kORo06d70HKiQ">
  (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="bsbRF0PZ6kORo06d70HKiQ">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="bsbRF0PZ6kORo06d70HKiQ">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fghadoshstore%3Ffeed%3Drss2\x26followup=https%3A%2F%2Fsites.google.com%2Fview%2Fghadoshstore%3Ffeed%3Drss2\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fghadoshstore%3Ffeed%3Drss2\x26followup=https%3A%2F%2Fsites.google.com%2Fview%2Fghadoshstore%3Ffeed%3Drss2\x26passive=1209600');
  </script>
  </body>
</html>
