
<!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="AFoagUXfEVX91ob6NtSBcotnYH4vCnRVzg:1646032513423">
  <input type="hidden" name="ifkv" value="AU9NCcwAHLw_xrhibsmFD5iNc6KhEmbf_ifho-O0pXugU-fiogMUVUBoVrVRsq0S8LulAYJwav0D7g">
  <input type="hidden" name="continue" value="https://sites.google.com/view/literasiwebid/feeds/posts/default?alt=rss">
  <input type="hidden" name="followup" value="https://sites.google.com/view/literasiwebid/feeds/posts/default?alt=rss">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlw2vbJm_YApIPHaMRTs1MGZYOCRQV0nTtpaPzVqpx4SRO3PlpjDcAGoZfDpkxJLlzVqmu0_mKQfPT22kN0nRw_L2H-ZOWQdWxYdcVe_mLd4P7lse9U0ii5R3wdosmnzQEKXRkAwOuwm_CisxIlSYhi7gsGk-zytpUvH9OW0JTk_J6MWVQL0rilPGLtfAV9AQvCwwyJR">
  <input name="flowName" type="hidden" value="WEB_SETUP_GLIF">
  <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%2Fliterasiwebid%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss&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%2Fliterasiwebid%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss&amp;followup=https%3A%2F%2Fsites.google.com%2Fview%2Fliterasiwebid%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss">
  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%2Fliterasiwebid%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss">
  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="R9thbk4DzWVFkGaFJNlX0w">
  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="R9thbk4DzWVFkGaFJNlX0w">(function(){function f(h){return h}var A=function(h){return f.call(this,h)},U=function(h,q,Z,G,Y){if(Y=(G=r.trustedTypes,Z),!G||!G.createPolicy)return Y;try{Y=G.createPolicy(q,{createHTML:A,createScript:A,createScriptURL:A})}catch(N){if(r.console)r.console[h](N.message)}return Y},r=this||self;(0,eval)(function(h,q){return(q=U("error","tl",null))&&1===h.eval(q.createScript("1"))?function(Z){return q.createScript(Z)}:function(Z){return""+Z}}(r)(Array(7824*Math.random()|0).join("\n")+'(function(){var rK=function(G,Y,h,Z,f,A,q,N,r,U,x,t,D,X){if(1==(((Z-7)%7||u.call(this,Y,G||hp.KB(),h),Z)-7&5)){if(!r)throw Error("Invalid event type");if(!(U=(x=l(G,25,((D=qq(6,q,7))||(q[ZK]=D=new GC(q)),A))?!!A.capture:!!A,D).add(r,f,N,x,h),U).proxy){if(((t=w(26),U).proxy=t,t.src=q,t.listener=U,q).addEventListener)Yo||(A=x),void 0===A&&(A=Y),q.addEventListener(r.toString(),t,A);else if(q.attachEvent)q.attachEvent(I(17,r.toString(),6,"on"),t);else if(q.addListener&&q.removeListener)q.addListener(t);else throw Error("addEventListener and attachEvent are unavailable.");fM++}}return X},xo=function(G,Y,h,Z,f,A,q,N,r){if(!((f-5)%G||(A=void 0,N=function(){},q=Nq(Z,function(U){N&&(h&&UI(h),A=U,N(),N=void 0)},!!h)[Y],r={low:function(U,x,t,D,X,m){if(!x)return X=q(t),U&&U(X),X;(D=function(){A(function(T){UI(function(){U(T)})},t)},A)?D():(m=N,N=function(){m(),UI(D)})}}),(f<<1)%G))if(N=h.length,N>Z){for(A=(q=Array(N),Z);A<N;A++)q[A]=h[A];r=q}else r=[];return r},R=function(G,Y,h,Z,f,A,q,N,r){return 1==(((G>>2&((G|2)%(4==(G<<2&15)&&(r=Math.floor(this.l())),18)||(h.h=Y,h.listener=null,h.proxy=null,h.src=null,h.sE=null),22)||(h.J=((h.J?h.J+"~":"E:")+Z.message+":"+Z.stack).slice(Y,2048)),G-7)%11||(A=h,A=(f=A<<13,2*(f|0)-~A+3*~f-2*(A|~f)),A=(q=A>>17,(A&q)+~(A&q)+(A&~q)-(A|~q)),A=(N=A<<5,(A&N)+2*~(A&N)-~A-(A|~N)),(A&=Z)||(A=1),r=Y^A),G>>1)&11)&&(f=Z.type,f in h.s&&v(6,57,Y,Z,h.s[f])&&(R(88,true,Z),h.s[f].length==Y&&(delete h.s[f],h.N--))),r},uL=function(G,Y,h,Z,f,A,q,N){return(Y^549)%((Y-1&7)==G&&(this.I=h),7)||(N=tp(3,29,0,Z,f)&&B(44,0,Z,f)!=A&&(!(q=Z.t6,(f|0)-~q+~(q|f))||Z.dispatchEvent(DK(12,8,h,16,G,4,f,A)))&&!Z.Vg),N},v=function(G,Y,h,Z,f,A,q,N,r,U){if(3==((Y-((((Y-G)%11||(U=h&&h.parentNode?h.parentNode.removeChild(h):null),(Y>>1)%14||(q=DK(12,9,1,h,Z,f),(A=q>=h)&&Array.prototype.splice.call(f,q,1),U=A),Y)^674)%16||(U=Math.floor(this.vr+(this.l()-this.Z))),5))%10||"number"===typeof f||!f||f.h||((r=f.src)&&r[X3]?R(11,Z,r.C,f):(A=f.type,N=f.proxy,r.removeEventListener?r.removeEventListener(A,N,f.capture):r.detachEvent?r.detachEvent(I(17,A,14,"on"),N):r.addListener&&r.removeListener&&r.removeListener(N),fM--,(q=qq(G,r,G))?(R(10,Z,q,f),q.N==Z&&(q.src=h,r[ZK]=h)):R(52,true,f))),Y+9&15))if(h.classList)Array.prototype.forEach.call(Z,function(x,t){h.classList?h.classList.add(x):(h.classList?h.classList.contains(x):lL(11,25,0,x,I(17,h,13,"string")))||(t=wK(25,"string","",h),m2("string",24,t+(0<t.length?" "+x:x),h))});else{for(A in(Array.prototype.forEach.call(I(17,h,(q={},12),"string"),function(x){q[x]=true}),Array).prototype.forEach.call(Z,function(x){q[x]=true}),f="",q)f+=0<f.length?" "+A:A;m2("string",8,f,h)}return U},Ir=function(G,Y,h,Z){return(h-4)%Y||(this.Vg=this.Vg),Z},S5=function(G,Y,h,Z,f,A,q,N,r,U){if(!(A-4&7))a:{for(q in Z)if(h.call(void 0,Z[q],q,Z)){U=Y;break a}U=f}if(!((((A|8)&6||(Y.h?h=true:(Z=new TC(f,this),q=Y.sE||Y.src,N=Y.listener,Y.i&&v(6,5,null,G,Y),h=N.call(q,Z)),U=h),A)^819)%8))a:{for(r=Y;r<q.length;++r)if(N=q[r],!N.h&&N.listener==h&&N.capture==!!Z&&N.sE==f){U=r;break a}U=-1}return U},qq=function(G,Y,h,Z,f){return 1==(h>>2&3)&&(Z=Y[ZK],f=Z instanceof GC?Z:null),(h>>1)%G||(f=Y),f},M=function(G,Y,h,Z,f,A,q,N,r,U,x,t,D){if(!((Z^656)&6))if(q=A.C.s[String(G)]){for(q=q.concat(),x=true,N=f;N<q.length;++N)(t=q[N])&&!t.h&&t.capture==Y&&(r=t.sE||t.src,U=t.listener,t.i&&R(42,f,A.C,t),x=false!==U.call(r,h)&&x);D=x&&!h.defaultPrevented}else D=true;if(!((Z-6)%6))if(q&&q.once)m2(0,5,Y,A,G,h,N,q);else if(Array.isArray(h))for(r=0;r<h.length;r++)M(G,"object",h[r],6,false,A,q,N);else A=B(3,A),G&&G[X3]?G.C.add(String(h),A,f,l(Y,16,q)?!!q.capture:!!q,N):rK("object",false,N,10,A,q,G,f,h);if(!((Z+7)%5||(G.classList?G.classList.remove(h):(G.classList?G.classList.contains(h):lL(11,5,f,h,I(17,G,24,A)))&&m2(A,16,Array.prototype.filter.call(I(17,G,36,A),function(X){return X!=h}).join(Y),G)),(Z+6)%5))if(Array.isArray(q))for(x=Y;x<q.length;x++)M(G,0,h,14,"object",A,q[x],N);else U=l(f,26,A)?!!A.capture:!!A,G=B(72,G),N&&N[X3]?N.C.remove(String(q),G,U,h):N&&(r=qq(6,N,5))&&(t=r.A6(q,h,G,U))&&v(6,15,null,0,t);return D},I=function(G,Y,h,Z,f,A,q,N){return h+6&((h|8)%5||(Jp.call(this,Z?Z.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.S=null,Z&&(f=this.type=Z.type,q=Z.changedTouches&&Z.changedTouches.length?Z.changedTouches[0]:null,this.target=Z.target||Z.srcElement,this.currentTarget=Y,A=Z.relatedTarget,A||("mouseover"==f?A=Z.fromElement:"mouseout"==f&&(A=Z.toElement)),this.relatedTarget=A,q?(this.clientX=void 0!==q.clientX?q.clientX:q.pageX,this.clientY=void 0!==q.clientY?q.clientY:q.pageY,this.screenX=q.screenX||0,this.screenY=q.screenY||0):(this.offsetX=Z.offsetX,this.offsetY=Z.offsetY,this.clientX=void 0!==Z.clientX?Z.clientX:Z.pageX,this.clientY=void 0!==Z.clientY?Z.clientY:Z.pageY,this.screenX=Z.screenX||0,this.screenY=Z.screenY||0),this.button=Z.button,this.keyCode=Z.keyCode||0,this.key=Z.key||"",this.charCode=Z.charCode||("keypress"==f?Z.keyCode:0),this.ctrlKey=Z.ctrlKey,this.altKey=Z.altKey,this.shiftKey=Z.shiftKey,this.metaKey=Z.metaKey,this.pointerId=Z.pointerId||0,this.pointerType="string"===typeof Z.pointerType?Z.pointerType:LM[Z.pointerType]||"",this.state=Z.state,this.S=Z,Z.defaultPrevented&&TC.A.preventDefault.call(this))),3)||(N=Y in VH?VH[Y]:VH[Y]=Z+Y),(h>>1)%6||(N=Y.classList?Y.classList:wK(G,Z,"",Y).match(/\\S+/g)||[]),N},gK=function(G,Y,h,Z,f,A,q,N,r,U){if(!((Z>>1)%14)){if(!h)throw Error("Invalid class name "+h);if("function"!==typeof Y)throw Error("Invalid decorator function "+Y);}return((Z^404)%G||(Y.Db(function(x){A=x},h,f),U=A),1==(Z+6&11))&&(Array.isArray(q)&&(q=q.join(h)),N=Y+f,""===q||void 0==q?(j5||(j5={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"}),r=j5,f in r?A.setAttribute(N,r[f]):A.removeAttribute(N)):A.setAttribute(N,q)),U},b=function(G,Y,h,Z,f,A,q,N,r){if(1==(Z+((Z^G)%7||(r=function(){},r.prototype=h.prototype,Y.A=h.prototype,Y.prototype=new r,Y.prototype.constructor=Y,Y.Xe=function(U,x,t){for(var D=Array(arguments.length-f),X=f;X<arguments.length;X++)D[X-f]=arguments[X];return h.prototype[x].apply(U,D)}),9)&5)){if(Y=window.btoa){for(h=(q="",0);h<f.length;h+=8192)q+=String.fromCharCode.apply(null,f.slice(h,h+8192));A=Y(q).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}else A=void 0;N=A}return N},DK=function(G,Y,h,Z,f,A,q,N,r){if(2==(((Y|3)&G||(this.o=e.document||document),Y)<<1&7))a:if("string"===typeof A)r="string"!==typeof f||f.length!=h?-1:A.indexOf(f,Z);else{for(q=Z;q<A.length;q++)if(q in A&&A[q]===f){r=q;break a}r=-1}if(!((Y-8)%3))a:{switch(q){case 1:r=N?"disable":"enable";break a;case f:r=N?"highlight":"unhighlight";break a;case A:r=N?"activate":"deactivate";break a;case 8:r=N?"select":"unselect";break a;case Z:r=N?"check":"uncheck";break a;case 32:r=N?"focus":"blur";break a;case h:r=N?"open":"close";break a}throw Error("Invalid component state");}return r},k=function(G,Y,h,Z,f,A,q,N,r,U){if(2==(G>>(2==((G^336)&7)&&(U=(q=(A=f[Z]<<24|f[(Z|0)+Y]<<16,r=f[(Z|0)+2]<<h,(r|0)-Y-(~A^r)-(~A&r)),N=f[(Z|0)+3],2*(N|0)- -1+~N+(q&~N))),(G<<2)%11||(Y.V?U=vX(Y.$,Y):(h=Rr(true,129,Y,8),h&128&&(h^=128,Z=Rr(true,129,Y,2),h=(h<<2)+(Z|0)),U=h)),2)&7)){for(A=(N=k(44,Z),0);0<h;h--)A=(q=A<<Y,f=E(Z),(f|0)+(q^f)-(~q&f));p(N,A,Z)}return U},l=function(G,Y,h,Z,f,A,q,N,r,U){if(1==((2==(Y>>2&7)&&(U=(f=W[G.substring(0,3)+"_"])?f(G.substring(3),h,Z):wK(3,G,h)),Y-6)&3)){if(!(q=(Q.call(this,Z),h))){for(A=this.constructor;A;){if(r=(f=lL(11,6,A),BX)[f])break;A=(N=Object.getPrototypeOf(A.prototype))&&N.constructor}q=r?"function"===typeof r.KB?r.KB():new r:null}this.F=q}return((4==(Y>>(Y>>1&15||h.OE&&h.OE.forEach(G,void 0),2)&13)&&(Z=typeof h,U=Z==G&&null!=h||"function"==Z),Y)<<1)%12||(a.call(this),G||iL||(iL=new $o),this.rq=false,this.jb=this.fB=this.Sb=this.OE=null,this.$o=void 0,this.mW=null),U},e5=function(G,Y,h,Z,f,A,q,N,r){if(!((Y^672)&4))if(q="array"===KM("null",f,"array")?f:[f],this.J)Z(this.J);else try{N=!this.j.length,A=[],w(72,G,this,[Mq,A,q]),w(24,G,this,[PX,Z,A]),h&&!N||bL(6,h,true,this,false)}catch(U){R(39,G,this,U),Z(this.J)}return(Y^(1==((Y^156)&13)&&(f=function(){return h()},h=function(){return Z},f[this.L]=function(U){Z=U},r=f),270))&9||(f=E(h),f&128&&(f=(A=f&127,q=E(h)<<Z,-1-~A+(~A&q))),r=f),r},lL=function(G,Y,h,Z,f,A,q,N,r){return 2==(Y+4&((Y<<((Y|7)%G||(N=typeof A,q=N!=h?N:A?Array.isArray(A)?"array":N:"null",r=q==Z||q==h&&typeof A.length==f),2))%10||(r=DK(12,13,1,h,Z,f)>=h),6))&&(r=Object.prototype.hasOwnProperty.call(h,ko)&&h[ko]||(h[ko]=++EI)),r},w=function(G,Y,h,Z,f){return 2==(((G^195)&11||(this.type=Y,this.currentTarget=this.target=h,this.defaultPrevented=this.W=false),1)==(G+9&15)&&h.j.splice(Y,Y,Z),G+8&23)&&(Y=sI,f=h=function(A){return Y.call(h.src,h.listener,A)}),f},dK=function(G,Y,h,Z,f,A,q,N,r,U,x){return A<<((A^293)%3||(f=this,q={},h=function(t,D){return(D=Z.call(f,[pM]),G)[t%30060*Y%30060*35*(D|0)%30060*Y%30060]},Z=f.D,h[f.L]=function(t){q[4860*Y%30060]=t},h[f.L](G),G=q,x=h),1)&7||(x=U=function(){if(f.I==f){if(f.K){var t=[WX,q,h,void 0,N,r,arguments];if(Z==G)var D=(w(8,0,f,t),bL(6,Y,Y,f,false));else if(1==Z){var X=!f.j.length;(w(56,0,f,t),X)&&bL(6,Y,Y,f,false)}else D=QH(t,6,f,true);return D}N&&r&&N.removeEventListener(r,U,ar)}}),x},tp=function(G,Y,h,Z,f,A,q,N,r,U){if(!((Y>>2)%G))for(q=A.length,N="string"===typeof A?A.split(f):A,r=h;r<q;r++)r in N&&Z.call(void 0,N[r],r,A);return Y-9&G||(U=!!(A=Z.Is,(f|h)- -1+(A|~f))),U},O=function(G,Y,h,Z,f,A,q,N,r,U,x,t,D,X,m){if(((G<<2)%((G>>1)%12||(this.listener=A,this.proxy=null,this.src=Z,this.type=h,this.capture=!!f,this.sE=Y,this.key=++nM,this.h=this.i=false),(G>>2)%17||(CM.call(this),this.C=new GC(this),this.LB=null,this.eb=this),13)||(Y.pB=void 0,Y.KB=function(){return Y.pB?Y.pB:Y.pB=new Y}),3)==(G-9&15)){if((Z.I=(Z.nB+=((N=(r=(U=(A||Z.CB++,Z.Hr>Y&&Z.Qg&&Z.gq&&1>=Z.J6&&!Z.V&&!Z.G&&(!A||1<Z.Pr-h))&&0==document.hidden,X=(D=4==Z.CB)||U?Z.l():Z.g,X)-Z.g,r)>>14,Z).T&&(Z.T=(q=Z.T,x=N*(r<<2),-(q&x)+-2-~q-(q|~x))),N),N||Z.I),D)||U)Z.g=X,Z.CB=Y;!U||X-Z.Z<Z.Hr-(f?255:A?5:2)?m=false:(Z.Pr=h,t=d(Z,A?276:129),p(129,Z.X,Z),Z.j.push([F3,t,A?h+1:h]),Z.G=UI,m=true)}return m},m2=function(G,Y,h,Z,f,A,q,N,r,U,x){if(!((Y^174)%9))if(Array.isArray(A))for(r=G;r<A.length;r++)m2(0,12,"object",Z,f,A[r],q,N);else Z=B(73,Z),f&&f[X3]?f.C.add(String(A),Z,true,l(h,17,N)?!!N.capture:!!N,q):rK("object",false,q,8,Z,N,f,true,A);if(1==(Y+8&7)){for(A=q=0;A<G.length;A++)q+=G.charCodeAt(A),q+=q<<10,q=(r=q>>6,-(q|0)+(q|r)+~(q&r)-~q);x=(U=new Number((q+=q<<3,q^=q>>11,f=q+(q<<15)>>>0,N=(1<<h)-1,-2*~(f&N)+~(f|N)+2*(f^N)+(~f^N))),U[0]=(f>>>h)%Z,U)}return(Y|8)%8||(typeof Z.className==G?Z.className=h:Z.setAttribute&&Z.setAttribute("class",h)),x},B=function(G,Y,h,Z,f,A){return(G>>2)%(G>>1&((G+8)%13||(A=!!(f=h.Y,(Z|Y)+(f&~Z)-(f^Z))),7)||(this.src=Y,this.N=0,this.s={}),18)||("function"===typeof Y?A=Y:(Y[OI]||(Y[OI]=function(q){return Y.handleEvent(q)}),A=Y[OI])),A},wK=function(G,Y,h,Z,f,A,q,N,r,U,x){if(1==((2==(G+1&27||(h(function(t){t(Y)}),x=[function(){return Y}]),G<<1&15)&&(x=typeof Z.className==Y?Z.className:Z.getAttribute&&Z.getAttribute("class")||h),G)+3&25)){for(A=(U=[],N=0);N<h.length;N++)for(A+=Y,r=(q=r<<Y,Z=h[N],(q|0)+(q^Z)+(~q^Z)-(q|~Z));7<A;)A-=8,U.push((f=r>>A,(f|255)- -1+(~f^255)));x=U}if(4==(((2==(G>>2&23)&&(h.classList?Array.prototype.forEach.call(Y,function(t){M(h," ",t,3,0,"string")}):m2("string",32,Array.prototype.filter.call(I(17,h,48,"string"),function(t){return!lL(11,20,0,t,Y)}).join(" "),h)),G)|8)&7))for(f in Z=h,Y.s){for(A=Y.s[q=h,f];q<A.length;q++)++Z,R(54,true,A[q]);Y.N--,delete Y.s[f]}return x},HX=function(G,Y){for(var h,Z=1,f;Z<arguments.length;Z++){for(f in h=arguments[Z],h)G[f]=h[f];for(var A=0;A<zC.length;A++)f=zC[A],Object.prototype.hasOwnProperty.call(h,f)&&(G[f]=h[f])}},yH=function(G,Y,h,Z,f){return xo.call(this,7,0,Y,G,5,h,Z,f)},cX=function(){return B.call(this,10)},hy=function(G,Y){for(Y=[];G--;)Y.push(255*Math.random()|0);return Y},Nq=function(G,Y,h,Z){return l.call(this,G,8,Y,h,Z)},e=this||self,z,qc=function(G,Y,h,Z,f,A,q,N,r,U,x,t){(Y.push((q=G[0]<<24|G[1]<<16|G[2]<<8,N=G[3],2*(N|0)+~N-(~q^N)-(~q&N))),Y).push((h=(A=(U=G[4]<<24,r=G[5]<<16,(U|0)-(~U^r)+(~U|r)),Z=G[6]<<8,(A&Z)+~(A&Z)-~(A|Z)),f=G[7],2*(h|0)+2*~h-~f-(~h|f))),Y.push((x=G[8]<<24,t=G[9]<<16,-(x&t)-~(x&t)+-2-~(x|t))|G[10]<<8|G[11])},H=function(G,Y,h){h=this;try{Z9(Y,G,this)}catch(Z){R(38,0,this,Z),Y(function(f){f(h.J)})}},ko="closure_uid_"+(1E9*Math.random()>>>0),Gp=function(G,Y,h,Z,f,A,q,N,r,U,x){for(q=(Z=x=0,[]);Z<Y.length;Z++)f=Y.charCodeAt(Z),128>f?q[x++]=f:(2048>f?q[x++]=(N=f>>6,2*(N|0)+2*~N- -193-(~N|192)):(55296==(f&64512)&&Z+1<Y.length&&56320==(Y.charCodeAt(Z+1)&64512)?(f=65536+((f&1023)<<G)+(A=Y.charCodeAt(++Z),-2*~A+~(A|1023)+(~A&1023)+(~A|1023)),q[x++]=f>>18|240,q[x++]=(U=f>>h,(U|0)- -1+(~U^63)+(~U&63))|128):q[x++]=(r=f>>h,-~(r&224)+2*(r^224)+(~r^224)),q[x++]=f>>6&63|128),q[x++]=(f|0)+63- -1+~(f|63)|128);return q},EI=0,iL,fG=function(G,Y,h,Z,f){if(!(f=e.trustedTypes,Z=Y,f)||!f.createPolicy)return Z;try{Z=f.createPolicy(h,{createHTML:YW,createScript:YW,createScriptURL:YW})}catch(A){if(e.console)e.console[G](A.message)}return Z},YW=function(G){return qq.call(this,6,G,12)},Yo=function(G,Y){if(!e.addEventListener||!Object.defineProperty)return false;G=Object.defineProperty({},"passive",(Y=false,{get:function(){Y=true}}));try{e.addEventListener("test",cX,G),e.removeEventListener("test",cX,G)}catch(h){}return Y}(),Jp=function(G,Y){return w.call(this,7,G,Y)},CM=function(){return Ir.call(this,3,6,10)},TC=((Jp.prototype.stopPropagation=function(){this.W=true},CM).prototype.Vg=!(Jp.prototype.preventDefault=function(){this.defaultPrevented=true},1),function(G,Y,h,Z,f){return I.call(this,17,Y,7,G,h,Z,f)}),LM=(b(635,TC,Jp,20,2),{2:"touch",3:"pen",4:"mouse"}),X3="closure_listenable_"+(1E6*((TC.prototype.preventDefault=function(G){TC.A.preventDefault.call(this),G=this.S,G.preventDefault?G.preventDefault():G.returnValue=false},TC).prototype.stopPropagation=function(){TC.A.stopPropagation.call(this),this.S.stopPropagation?this.S.stopPropagation():this.S.cancelBubble=true},Math.random())|0),GC=function(G){return B.call(this,16,G)},nM=0,zC="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),Ay=function(G,Y,h,Z,f){return O.call(this,24,Y,Z,h,f,G)},ZK=(((GC.prototype.remove=function(G,Y,h,Z,f,A,q){if(!((f=G.toString(),f)in this.s))return false;return A=S5(0,0,Y,h,(q=this.s[f],Z),19,q),-1<A?(R(16,true,q[A]),Array.prototype.splice.call(q,A,1),0==q.length&&(delete this.s[f],this.N--),true):false},GC.prototype.A6=function(G,Y,h,Z,f,A){return f=-(A=this.s[G.toString()],1),A&&(f=S5(0,0,h,Z,Y,11,A)),-1<f?A[f]:null},GC).prototype.add=function(G,Y,h,Z,f,A,q,N,r){return q=((r=(A=G.toString(),this.s[A]),r)||(r=this.s[A]=[],this.N++),S5(0,0,Y,Z,f,3,r)),-1<q?(N=r[q],h||(N.i=false)):(N=new Ay(Y,f,this.src,A,!!Z),N.i=h,r.push(N)),N},GC).prototype.hasListener=function(G,Y,h,Z,f){return S5(0,true,function(A,q){for(q=0;q<A.length;++q)if(!(Z&&A[q].type!=h||f&&A[q].capture!=Y))return true;return false},this.s,(f=(h=(Z=void 0!==G)?G.toString():"",void 0!==Y),false),12)},"closure_lm_")+(1E6*Math.random()|0),sI=function(G,Y,h,Z,f,A){return S5.call(this,0,G,Z,h,Y,8,f,A)},fM=0,VH={},OI="__closure_events_fn_"+(1E9*Math.random()>>>0),a=function(){return O.call(this,3)},rq=(((((b(635,a,CM,19,2),a.prototype[X3]=true,a.prototype.up=function(G){this.LB=G},a.prototype).addEventListener=function(G,Y,h,Z){M(this,"object",G,12,false,Y,h,Z)},a).prototype.removeEventListener=function(G,Y,h,Z){M(Y,0,Z,19,"object",h,G,this)},a.prototype).dispatchEvent=function(G,Y,h,Z,f,A,q,N,r,U,x,t){if(q=this.LB)for(U=[],Y=1;q;q=q.LB)U.push(q),++Y;if(r=G,N=U,t=this.eb,A=r.type||r,"string"===typeof r?r=new Jp(r,t):r instanceof Jp?r.target=r.target||t:(x=r,r=new Jp(A,t),HX(r,x)),f=true,N)for(Z=N.length-1;!r.W&&0<=Z;Z--)h=r.currentTarget=N[Z],f=M(A,true,r,17,0,h)&&f;if(r.W||(h=r.currentTarget=t,f=M(A,true,r,16,0,h)&&f,r.W||(f=M(A,false,r,25,0,h)&&f)),N)for(Z=0;!r.W&&Z<N.length;Z++)h=r.currentTarget=N[Z],f=M(A,false,r,32,0,h)&&f;return f},a.prototype).A6=function(G,Y,h,Z){return this.C.A6(String(G),Y,h,Z)},a.prototype.hasListener=function(G,Y){return this.C.hasListener(void 0!==G?String(G):void 0,Y)},function(G,Y,h,Z,f,A,q,N,r,U){function x(t){t&&Y.appendChild("string"===typeof t?G.createTextNode(t):t)}for(U=Z;U<q.length;U++)if(N=q[U],!lL(11,48,"object","array",f,N)||l("object",80,N)&&N.nodeType>h)x(N);else{a:{if(N&&typeof N.length==f){if(l("object",81,N)){r="function"==typeof N.item||"string"==typeof N.item;break a}if("function"===typeof N){r="function"==typeof N.item;break a}}r=false}tp(3,3,h,x,A,r?xo(7,0,N,h,7):N)}}),$o=function(){return DK.call(this,12,3)},Nc=function(G){return v.call(this,6,6,G)};z=$o.prototype;var j5,U$=(z.createTextNode=(z.createElement=(z.contains=function(G,Y,h){if(!G||!Y)return false;if(G.contains&&1==Y.nodeType)return G==Y||G.contains(Y);if("undefined"!=typeof G.compareDocumentPosition)return G==Y||!!(h=G.compareDocumentPosition(Y),2*(h|0)+16-2*(h|16)+(~h&16));for(;Y&&G!=Y;)Y=Y.parentNode;return Y==G},z.canHaveChildren=function(G){if(1!=G.nodeType)return false;switch(G.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},z.H=(z.removeNode=Nc,z.append=function(G,Y){rq(9==G.nodeType?G:G.ownerDocument||G.document,G,0,1,"number","",arguments)},function(G){return"string"===typeof G?this.o.getElementById(G):G}),z.getElementsByTagName=function(G,Y){return(Y||this.o).getElementsByTagName(String(G))},function(G,Y,h){return"application/xhtml+xml"===(h=(Y=this.o,String)(G),Y.contentType)&&(h=h.toLowerCase()),Y.createElement(h)}),z.appendChild=function(G,Y){G.appendChild(Y)},function(G){return this.o.createTextNode(String(G))}),function(){return uL.call(this,2,13)}),Q=(O(13,U$),function(G){return l.call(this,G,6)}),xW=(((((b(635,Q,a,33,(U$.prototype.ip="",U$.prototype.Br=0,2)),Q.prototype.Zb=U$.KB(),Q).prototype.H=function(){return this.fB},Q).prototype.getParent=function(){return this.jb},Q.prototype.up=function(G){if(this.jb&&this.jb!=G)throw Error("Method not supported");Q.A.up.call(this,G)},Q.prototype).IX=function(){((l(function(G){G.rq&&G.IX()},32,this),this.$o)&&wK(12,this.$o,0),this).rq=false},Q).prototype.removeChild=function(G,Y,h,Z,f,A,q,N,r,U,x,t){if(G&&("string"===typeof G?r=G:((q=G.Sb)||(f=G.Zb,h=G,t=f.ip+":"+(f.Br++).toString(36),q=h.Sb=t),r=q),Z=r,this.mW&&Z?(x=this.mW,U=(null!==x&&Z in x?x[Z]:void 0)||null):U=null,G=U,Z&&G)){if(null==(N=(v(6,56,0,((A=this.mW,Z)in A&&delete A[Z],G),this.OE),Y&&(G.IX(),G.fB&&Nc(G.fB)),G),N))throw Error("Unable to set parent component");Q.A.up.call(N,(N.jb=null,null))}if(!G)throw Error("Child is not in parent component");return G},function(G,Y,h,Z,f){return v.call(this,6,10,G,Y,h,Z,f)}),ty,D9=function(){return Ir.call(this,3,6,3)},uu=function(G,Y){return wK.call(this,8,Y,G)},XE=(O(26,D9),function(){return w.call(this,44)}),lu={button:"pressed",checkbox:"checked",menuitem:"selected",menuitemcheckbox:"checked",menuitemradio:"checked",radio:"checked",tab:"selected",treeitem:"selected"},BX=((O(39,(b(635,XE,D9,6,((((z=D9.prototype,z.R=function(G,Y,h,Z,f,A){if(f=G.H())this.ME||(A=this.EE(),A.replace(/\\xa0|\\s/g," "),this.ME={1:A+"-disabled",2:A+"-hover",4:A+"-active",8:A+"-selected",16:A+"-checked",32:A+"-focused",64:A+"-open"}),(Z=this.ME[Y])&&this.B(Z,G,h),this.zy(f,Y,h)},z).EE=function(){return"goog-control"},z).RX=function(G){return G.H()},z.zy=function(G,Y,h,Z,f,A,q){((f=G.getAttribute((q=(ty||(ty={1:"disabled",8:"selected",16:"checked",64:"expanded"}),ty[Y]),"role"))||null)?(Z=lu[f]||q,A="checked"==q||"selected"==q?Z:q):A=q,A)&&gK(5,"aria-"," ",15,A,G,h)},z.B=function(G,Y,h,Z){(Z=Y.H?Y.H():Y)&&(h?xW:uu)(Z,[G])},z).XF=function(G,Y,h,Z,f,A){if(tp(3,21,0,G,32)&&(h=G.RX())){if(!Y&&B(18,0,G,32)){try{h.blur()}catch(q){}B(57,0,G,32)&&(G.wq&4&&tp(3,5,0,G,4)&&G.setActive(false),G.wq&32&&tp(3,17,0,G,32)&&uL(2,21,64,G,32,false)&&G.R(32,false))}if(f=h.hasAttribute("tabindex"))Z=h.tabIndex,f="number"===typeof Z&&0<=Z&&32768>Z;f!=Y&&(A=h,Y?A.tabIndex=0:(A.tabIndex=-1,A.removeAttribute("tabIndex")))}},2)),XE)),XE).prototype.EE=function(){return"goog-button"},{}),u=function(G,Y,h,Z,f,A,q,N){return l.call(this,G,3,Y,h,Z,f,A,q,N)};if(((((((z=(b(635,(XE.prototype.zy=function(G,Y,h){switch(Y){case 8:case 16:gK(5,"aria-"," ",27,"pressed",G,h);break;default:case 64:case 1:XE.A.zy.call(this,G,Y,h)}},u),Q,13,2),u.prototype),z.s5=true,z.Is=39,z.IX=function(){(u.A.IX.call(this),this.oX)&&this.oX.detach(),this.isVisible()&&this.isEnabled()&&this.F.XF(this,false)},z).Y=0,z).t6=0,z).O=null,z).wq=255,z.RX=function(){return this.F.RX(this)},z.B=function(G,Y){G?Y&&(this.O?lL(11,10,0,Y,this.O)||this.O.push(Y):this.O=[Y],this.F.B(Y,this,true)):Y&&this.O&&v(6,29,0,Y,this.O)&&(0==this.O.length&&(this.O=null),this.F.B(Y,this,false))},z.isVisible=function(){return this.s5},z.isEnabled=function(){return!B(5,0,this,1)},z.setActive=function(G){uL(2,7,64,this,4,G)&&this.R(4,G)},z.getState=function(){return this.Y},u.prototype).R=function(G,Y,h,Z,f,A){h||1!=G?tp(3,9,0,this,G)&&Y!=B(31,0,this,G)&&(this.F.R(this,G,Y),this.Y=Y?this.Y|G:(A=this.Y,(A|0)-~(A&~G)+~A)):(Z=!Y,f=this.getParent(),f&&"function"==typeof f.isEnabled&&!f.isEnabled()||!uL(2,12,64,this,1,!Z)||(Z||(this.setActive(false),uL(2,18,64,this,2,false)&&this.R(2,false)),this.isVisible()&&this.F.XF(this,Z),this.R(1,!Z,true)))},"function")!==typeof u)throw Error("Invalid component class "+u);if("function"!==typeof D9)throw Error("Invalid renderer class "+D9);var wq=lL(11,7,u),hp=(gK(5,(BX[wq]=D9,function(){return new u(null)}),"goog-control",29),function(){return w.call(this,17)}),mh=(O(52,(b(635,hp,XE,13,2),hp)),hp.prototype.R=function(G,Y,h,Z){(hp.A.R.call(this,G,Y,h),Z=G.H())&&1==Y&&(Z.disabled=h)},hp.prototype.XF=cX,function(G,Y,h){return rK.call(this,Y,G,h,7)}),Ie=((gK(5,(b(635,mh,u,(hp.prototype.zy=cX,6),2),function(){return new mh(null)}),"goog-button",28),H.prototype).L="toString",[]),Z9=(H.prototype.Lm=(H.prototype.aX=false,void 0),function(G,Y,h,Z,f,A){for(h.qE=(h.cr=(h.Qg=false,h.nm=(h.CB=((h.P=[],h).g=(h.K=[],h.vr=0,h.gq=(h.FF=(h.G=(h.Yo=(h.X=0,[]),null),25),!(h.j=[],h.VC=Tp,f=(h.T=void 0,[]),h.Hr=(h.NE=function(q,N,r){return e5.call(this,0,13,N,q,r)},h.nB=(A=window.performance||{},1),0),1)),h.J=void 0,h.Km=((h.Z=0,h).$=void 0,h)[PX],h.V=void 0,0),h.v=(h.J6=0,h.Gy=void 0,h.Pr=8001,Z=(h.Ty=[],0),void 0),void 0),SD),A.timeOrigin||(A.timing||{}).navigationStart||0),function(q,N,r,U,x,t){return dK.call(this,q,N,U,t,r,3,x)});128>Z;Z++)f[Z]=String.fromCharCode(Z);(w(8,0,h,(w(40,(w(24,0,((((((h.O5=(((h.Ac=((((((((((h.pm=((new mh(((((((p(129,0,((h.fm=0,h).I=(h.ko=function(q){return uL.call(this,2,3,q)},h.lp=[],h),h)),p)(276,0,h),p(428,[106,0,0],h),p(202,function(q,N,r,U,x,t,D){!O(44,0,N,q,false,true)&&(r=Jy(1,3,2,q),U=r.Wr,x=r.UE,t=r.U,D=r.h6,q.I==q||x==q.ko&&U==q)&&(p(D,x.apply(U,t),q),q.g=q.l())},h),p(214,function(q,N){(N=d(q,k(44,q)),LG)(129,q.I,N)},h),p)(374,function(q,N,r,U,x,t,D,X,m,T){0!==(X=(t=(m=(D=k(22,(T=(N=k(44,q),k(55,q)),q)),r=k(44,q),d(q.I,N)),U=d(q,r),d(q,D)),d(q,T)),m)&&(x=dK(2,false,U,1,q,20,t,m,X),m.addEventListener(X,x,ar),p(38,[m,X,x],q))},h),p)(507,2048,h),p)(393,function(q,N,r,U,x,t,D,X,m,T,V,J,L,g){if(!O(60,0,N,q,true,true)){if("object"==(t=(D=(J=(x=(g=k((m=k(22,(L=k(22,q),q)),T=k(22,q),33),q),d)(q,m),d(q,T)),d(q,g)),d(q,L)),KM)("null",t,"array")){for(U in X=[],t)X.push(U);t=X}for(r=(J=(V=0,0)<J?J:1,t.length);V<r;V+=J)x(t.slice(V,(V|0)+(J|0)),D)}},h),p(457,function(q,N,r,U,x,t){(N=(t=(U=(r=(x=k(33,q),k(55,q)),k(44,q)),d(q,r)),d)(q,x)==t,p)(U,+N,q)},h),p)(34,function(){},h),"Submit")),p(179,function(q,N,r,U,x,t){U=(x=(N=k(33,(r=(t=k(55,q),k)(22,q),q)),d(q,r)),d(q,t)),p(N,U in x|0,q)},h),p)(473,e,h),0),p)(312,[0,0,0],h),p(67,function(q,N,r,U,x,t,D,X){for(t=(r=(N=(x=e5(0,12,q,(X=k(55,q),7)),""),U=d(q,3),U.length),0);x--;)t=(D=e5(0,28,q,7),-2*~(t&D)+3*(t^D)-2*(~t&D)+2*(~t|D))%r,N+=f[U[t]];p(X,N,q)},h),p)(38,0,h),p)(440,569,h),p)(296,function(q,N,r,U,x,t,D){(x=k(33,(U=k(44,(r=k(55,q),q)),q)),q).I==q&&(t=d(q,r),D=d(q,x),N=d(q,U),t[N]=D,416==r&&(q.v=void 0,2==N&&(q.T=Rr(false,129,q,32),q.v=void 0)))},h),p)(493,function(q,N,r){(r=(N=k(33,q),d)(q,N),r[0]).removeEventListener(r[1],r[2],ar)},h),p)(170,function(q,N,r,U,x){r=(N=(x=(U=k(44,q),k(55,q)),d)(q,U),KM)("null",N,"array"),p(x,r,q)},h),p)(227,function(q,N,r,U,x,t,D,X){(x=(X=(D=k(33,(U=k(33,(t=(N=k(55,q),k(55,q)),q)),q)),d)(q,D),r=d(q,U),d(q,t)),p)(N,dK(2,false,r,X,q,8,x),q)},h),p)(297,function(q,N,r,U){N=k(22,(r=(U=k(44,q),E(q)),q)),p(N,d(q,U)>>>r,q)},h),p(504,function(q,N,r,U,x,t,D,X,m){O(28,0,N,q,false,true)||(U=Jy(1,3,2,q.I),t=U.h6,X=U.UE,x=U.Wr,r=U.U,D=r.length,m=0==D?new x[X]:1==D?new x[X](r[0]):2==D?new x[X](r[0],r[1]):3==D?new x[X](r[0],r[1],r[2]):4==D?new x[X](r[0],r[1],r[2],r[3]):2(),p(t,m,q))},h),p)(112,0,h),0),p(149,function(q,N,r,U){(r=k(33,(U=(N=k(55,q),k(44,q)),q)),p)(r,d(q,N)||d(q,U),q)},h),p(453,function(q,N,r,U,x){for(U=(r=e5(0,14,q,(N=k(33,q),7)),x=[],0);U<r;U++)x.push(E(q));p(N,x,q)},h),p(444,function(q){k(8,8,4,q)},h),p)(342,function(q){VI(3,q)},h),p)(463,function(q){VI(4,q)},h),p(139,hy(4),h),p(218,[],h),0),p(124,function(q){jD(1,q)},h),p(0,function(q,N,r,U){O(76,0,N,q,false,true)||(U=k(55,q),r=k(55,q),p(r,function(x){return eval(x)}(oe(d(q.I,U))),q))},h),p(267,function(q,N,r,U){if(r=q.Yo.pop()){for(N=E(q);0<N;N--)U=k(55,q),r[U]=q.K[U];((r[218]=q.K[218],r)[507]=q.K[507],q).K=r}else p(129,q.X,q)},h),p(175,function(q,N,r){r=k(22,(N=k(33,q),q)),p(r,""+d(q,N),q)},h),p(98,{},h),p)(11,function(q,N,r,U,x,t){(N=(t=(r=k(44,(U=k(22,q),x=k(33,q),q)),d(q,U)),d(q,x)),p)(r,t[N],q)},h),p)(25,[],h),p)(176,function(q,N,r,U,x,t,D,X,m,T,V,J,L,g,S,or,n){for(N=(n=(U=(g=(or=((J=(L=(V=k(33,q),function(K,P,C){for(;S<K;)J|=E(q)<<S,S+=8;return J>>=(C=J&(P=1<<K,((S-=K,P)|1)+-2-(P^1)-(~P|1)),K),C}),S=0),L(3))|0)+1,L(5)),0),[]),0);N<g;N++)m=L(1),n.push(m),U+=m?0:1;for(t=(r=(x=((U|0)-1).toString(2).length,0),[]);r<g;r++)n[r]||(t[r]=L(x));for(X=0;X<g;X++)n[X]&&(t[X]=k(33,q));for(D=(T=or,[]);T--;)D.push(d(q,k(22,q)));p(V,function(K,P,C,F,Ap){for(C=(F=0,[]),P=[];F<g;F++){if(!n[Ap=t[F],F]){for(;Ap>=P.length;)P.push(k(22,K));Ap=P[Ap]}C.push(Ap)}(K.V=K.qE(D.slice(),47),K).$=K.qE(C,47)},q)},h),p(159,function(q,N,r,U,x){U=k(55,(x=k(55,q),q)),r=d(q,U),N=d(q,x),p(U,r+N,q)},h),p)(483,function(q){jD(4,q)},h),p)(216,h,h),p(349,function(q,N,r,U,x){N=(r=0!=(U=(x=k(22,q),k)(44,q),d)(q,x),d)(q,U),r&&p(129,N,q)},h),h),[gq]),0),h,[v9,Y]),[Re,G])),bL)(6,true,true,h,false)}),pM=[],UI=e.requestIdleCallback?function(G){requestIdleCallback(function(){G()},{timeout:4})}:e.setImmediate?function(G){setImmediate(G)}:function(G){setTimeout(G,0)},Mq=[],W,F3=[],ar={passive:(H.prototype.qf=void 0,true),capture:true},PX=[],B9={},Re=[],WX=[],gq=[],iu=function(G,Y,h,Z,f){if(3==G.length){for(h=0;3>h;h++)Y[h]+=G[h];for(Z=(f=0,[13,8,13,12,16,5,3,10,15]);9>f;f++)Y[3](Y,f%3,Z[f])}},$W=function(G,Y,h,Z,f,A){try{Z=G[((Y|2)-1- -3-(~Y&2))%3],G[Y]=(f=G[Y],A=G[(-2-~Y- -2)%3],1+(f&~A)+(f|~A))-(Z|0)^(1==Y?Z<<h:Z>>>h)}catch(q){throw q;}},KM=function(G,Y,h,Z,f){if("object"==(f=typeof Y,f))if(Y){if(Y instanceof Array)return h;if(Y instanceof Object)return f;if((Z=Object.prototype.toString.call(Y),"[object Window]")==Z)return"object";if("[object Array]"==Z||"number"==typeof Y.length&&"undefined"!=typeof Y.splice&&"undefined"!=typeof Y.propertyIsEnumerable&&!Y.propertyIsEnumerable("splice"))return h;if("[object Function]"==Z||"undefined"!=typeof Y.call&&"undefined"!=typeof Y.propertyIsEnumerable&&!Y.propertyIsEnumerable("call"))return"function"}else return G;else if("function"==f&&"undefined"==typeof Y.call)return"object";return f},KG=function(G,Y,h,Z,f,A,q,N,r,U,x,t){try{for(t=0;1414361568!==t;)f=(f|0)+(((G<<4|0)^G>>>5)+(G|0)^(N=Z[t&3],3*(t|N)-(t&N)-Y*~(t&N)+Y*~(t|N)))|0,t=t+2325900175|0,G=(G|0)+(r=(A=f<<4,U=f>>>5,-2*(U|0)+Y*(A|U)-(A|~U)+(~A|U))+(f|0),q=(t|0)+(Z[x=t>>>11,(x|0)-(x^3)+(~x&3)]|0),Y*(r|q)-(r&q)- -1+~(r|q))|0;return[f>>>24,f>>h&255,f>>8&255,(f|0)+(~f^255)-(f|-256),G>>>24,G>>h&255,G>>8&255,-(G|255)-Y*~(G&255)+-2+(G^255)]}catch(D){throw D;}},v9=[],E=((qc,hy,function(){})($W),iu,function(G){return G.V?vX(G.$,G):Rr(true,129,G,8)}),vX=function(G,Y,h){return(h=G(604800).shift(),Y.V(604800).length||Y.$(604800).length)||(Y.$=void 0,Y.V=void 0),h},P9=function(G,Y,h,Z,f,A){return(Mc(G,0,Z,(A=d(f,129),f.P&&A<f.X?(p(129,f.X,f),LG(129,f,h)):p(129,h,f),f)),p)(129,A,f),d(f,Y)},d=function(G,Y,h,Z,f,A){if((A=G.K[Y],void 0)===A)throw[B9,30,Y];return A(18900*(((Z=(Z=(Z=((Z=(h=(Z=Y|0,(Z*Z|0)%1002|0),f=(((h*h|0)%1002|0)*Z|0)%1002|0),Z*Z)|0)%1002|0,Z=(Z*Z|0)%1002|0,Z*Z|0)%1002|0,(Z*Z|0)%1002|0),((Z*Z|0)%1002|0)*f)|0)%1002|0))},bu=function(G,Y,h,Z,f,A,q,N,r,U,x){if(3<(x=(0==((U=void 0,h)&&h[0]===B9&&(G=h[1],U=h[2],h=void 0),f=d(Z,218),f).length&&(A=d(Z,276)>>3,f.push(G,A>>8&255,A&255),void 0!=U&&f.push(-~(U|255)-(U&-256)+(U|-256))),""),h&&(h.message&&(x+=h.message),h.stack&&(x+=":"+h.stack)),N=d(Z,507),N)){Z.I=(q=(x=Gp(Y,(N-=(x=x.slice(0,-~(N&3)+~(N|3)+2*(N&-4)),r=x.length,-2*~(r&3)-1+2*(r^3)+(~r^3)),x.replace(/\\r\\n/g,"\\n")),12),Z).I,Z);try{y(c(x.length,2).concat(x),Z,139,195)}finally{Z.I=q}}p(507,N,Z)},Mc=function(G,Y,h,Z,f,A,q,N){if(!Z.J){Z.J6++;try{for(q=void 0,A=Z.X,N=Y;--h;)try{if(f=void 0,Z.V)q=vX(Z.V,Z);else{if((N=d(Z,129),N)>=A)break;p(276,N,Z),f=k(22,Z),q=d(Z,f)}O(12,Y,(q&&q.call?q(Z,h):bu(Y,10,[B9,21,f],Z),h),Z,false,false)}catch(r){d(Z,440)?bu(22,10,r,Z):p(440,r,Z)}if(!h){if(Z.aX){Mc(6,(Z.J6--,0),185054040864,Z);return}bu(Y,10,[B9,33],Z)}}catch(r){try{bu(22,10,r,Z)}catch(U){R(G,Y,Z,U)}}Z.J6--}},Jy=function(G,Y,h,Z,f,A,q,N,r,U){for(r=(N=k(44,((q=k(33,(A={},Z)),A).h6=k(44,Z),A.U=[],f=Z.I==Z?(U=E(Z),Y*(U&-2)-h*(U^G)+(~U&G)):1,Z)),0);r<f;r++)A.U.push(k(22,Z));for(A.Wr=d(Z,N);f--;)A.U[f]=d(Z,A.U[f]);return A.UE=d(Z,q),A},Rr=(H.prototype.Db=function(G,Y,h,Z,f,A){return e5.call(this,0,3,Y,G,h,Z,f,A)},z=H.prototype,function(G,Y,h,Z,f,A,q,N,r,U,x,t,D,X,m,T,V,J,L,g,S){if((q=d(h,Y),q)>=h.X)throw[B9,31];for(f=(U=(S=Z,N=0,h.Km).length,q);0<S;)V=f>>3,X=h.P[V],L=f%8,t=8-(L|0),m=t<S?t:S,G&&(r=h,r.v!=f>>6&&(r.v=f>>6,x=d(r,416),r.Gy=KG(r.v,2,16,[0,0,x[1],x[2]],r.T)),X=(J=h.Gy[-1-~V-(V&~U)],2*(X&~J)-(X|~J)+(~X|J))),N|=(A=X>>-1-(-9^L)-2*(-9&L)-(m|0),T=(g=1<<m,(g|1)+~(g|1)+(~g^1)-2*(~g|1)),-2*~(A&T)+~(A|T)+2*(A^T)+(~A^T))<<-2*~S+2*~(S|m)+(S^m),f+=m,S-=m;return p(Y,2*(q|(D=N,Z))-~Z+~(q|Z)-(~q&Z),h),D}),c=function(G,Y,h,Z){for(h=(Z=(Y&1)+-2-(~Y|1),[]);0<=Z;Z--)h[(Y|0)-1-(Z|0)]=G>>8*Z&255;return h},y=function(G,Y,h,Z,f,A,q,N,r){if(Y.I==Y)for(r=d(Y,h),139==h?(A=function(U,x,t,D,X,m,T){if((m=((D=r.length,D)|0)-4>>3,r.xo)!=m){T=(t=(r.xo=m,m<<3),(x=[0,0,f[1],f[2]],-(t|4))+(t&4)+2*(t&-5));try{r.bp=KG(k(26,1,8,-2*~(T&4)+-3-(~T^4),r),2,16,x,k(18,1,8,T,r))}catch(V){throw V;}}r.push((X=r.bp[D&7],~(X&U)-~U+(X&~U)))},f=d(Y,312)):A=function(U){r.push(U)},Z&&A(Z&255),N=G.length,q=0;q<N;q++)A(G[q])},LG=(z.l=(window.performance||{}).now?function(){return this.cr+window.performance.now()}:function(){return+new Date},z.zb=function(){return R.call(this,9)},function(G,Y,h){(Y.Yo.push(Y.K.slice()),Y.K)[G]=void 0,p(G,h,Y)}),QH=(z.m3=(z.Jc=function(G,Y,h,Z,f,A,q){return R.call(this,40,G,Y,h,Z,f,A,q)},z.Rs=(z.Cm=function(){return v.call(this,6,18)},function(G,Y,h,Z,f,A,q,N,r){return wK.call(this,30,Y,G,h,Z,f,A,q,N,r)}),function(G,Y,h,Z,f,A,q,N,r){return m2.call(this,G,9,Y,h,Z,f,A,q,N,r)}),function(G,Y,h,Z,f,A,q,N,r,U){if(f=G[0],f==Mq)h.FF=25,h.D(G);else if(f==PX){N=G[1];try{U=h.J||h.D(G)}catch(x){R(36,0,h,x),U=h.J}N(U)}else if(f==F3)h.D(G);else if(f==v9)h.D(G);else if(f==Re){try{for(r=0;r<h.lp.length;r++)try{A=h.lp[r],A[0][A[1]](A[2])}catch(x){}}catch(x){}(0,(h.lp=[],G)[1])(function(x,t){h.Db(x,Z,t)},function(x){w((x=!h.j.length,40),0,h,[Ie]),x&&bL(6,Z,false,h,false)})}else{if(f==WX)return q=G[2],p(115,G[Y],h),p(98,q,h),h.D(G);f==Ie?(h.P=[],h.K=null,h.Ty=[]):f==gq&&"loading"===e.document.readyState&&(h.G=function(x,t,D){(e.document.addEventListener("DOMContentLoaded",(D=(t=false,function(){t||(t=Z,x())}),D),ar),e).addEventListener("load",D,ar)})}}),p=function(G,Y,h){if(129==G||276==G)if(h.K[G])h.K[G][h.L](Y);else h.K[G]=h.NE(Y);else if(428!=G&&139!=G&&25!=G&&218!=G&&312!=G||!h.K[G])h.K[G]=h.qE(Y,G);416==G&&(h.T=Rr(false,129,h,32),h.v=void 0)},bL=(H.prototype.D=function(G,Y){return Y=(G={},{}),function(h,Z,f,A,q,N,r,U,x,t,D,X,m,T,V,J,L,g,S,or,n,K,P,C,F){G=(f=G,Y);try{if((L=h[0],L)==pM)return f==Y?27:64;if(L==v9){C=h[1];try{for(g=atob(C),A=U=0,J=[];A<g.length;A++)m=g.charCodeAt(A),255<m&&(J[U++]=(m|255)- -1+(~m^255),m>>=8),J[U++]=m;p(416,[0,((this.P=J,this).X=this.P.length<<3,0),0],this)}catch(Ap){bu(17,10,Ap,this);return}Mc(6,0,8001,this)}else if(L==Mq)h[1].push(d(this,25).length,d(this,139).length,d(this,507),d(this,428).length),p(98,h[2],this),this.K[274]&&P9(6,98,d(this,274),8001,this);else{if(L==PX){this.I=(P=(F=c((d(this,(t=h[2],428)).length|0)+2,2),this.I),this);try{Z=d(this,218),0<Z.length&&y(c(Z.length,2).concat(Z),this,428,192),y(c(this.nB,1),this,428,167),y(c(this[PX].length,1),this,428),S=0,S+=d(this,112)&2047,S-=(d(this,428).length|0)+5,X=d(this,139),4<X.length&&(S-=(n=X.length,6+(n|-4)-(~n|3))),0<S&&y(c(S,2).concat(hy(S)),this,428,197),4<X.length&&y(c(X.length,2).concat(X),this,428,86)}finally{this.I=P}if(D=((N=hy(2).concat(d(this,428)),N[1]=N[0]^204,N)[3]=(K=N[1],V=F[0],(K|0)+(V|0)-2*(K&V)),N[4]=(T=N[1],x=F[1],-2*(T|0)+2*(T|x)-~T+~x),this).yg(N))D="<"+D;else for(r=0,D="";r<N.length;r++)q=N[r][this.L](16),1==q.length&&(q="0"+q),D+=q;return(d(this,(or=D,25)).length=t.shift(),d(this,139)).length=t.shift(),p(507,t.shift(),this),d(this,428).length=t.shift(),or}if(L==F3)P9(6,98,h[1],h[2],this);else if(L==WX)return P9(6,98,h[1],8001,this)}}finally{G=f}}}(),function(G,Y,h,Z,f,A,q,N){if(Z.j.length){Z.gq=(Z.Qg=(Z.Qg&&0(),true),Y);try{N=Z.l(),Z.Z=N,Z.CB=0,Z.g=N,q=eD(6,null,0,Z,G,Y,true),A=Z.l()-Z.Z,Z.vr+=A,A<(h?0:10)||0>=Z.FF--||(A=Math.floor(A),Z.Ty.push(254>=A?A:254))}finally{Z.Qg=f}return q}}),jD=function(G,Y,h,Z){y((Z=k(44,(h=k(33,Y),Y)),c(d(Y,h),G)),Y,Z)},eD=function(G,Y,h,Z,f,A,q,N,r,U){for(;Z.j.length;){U=(Z.G=Y,Z.j).pop();try{N=QH(U,f,Z,true)}catch(x){R(32,h,Z,x)}if(A&&Z.G){r=Z.G,r(function(){bL(G,q,q,Z,false)});break}}return N},VI=((H.prototype.jW=0,H).prototype.yg=function(G,Y,h,Z,f){return b.call(this,635,Y,h,8,G,Z,f)},function(G,Y,h,Z,f,A,q){f=(Z=(h=(q=(A=G&3,G&4),k)(22,Y),k(55,Y)),d(Y,h)),q&&(f=Gp(10,(""+f).replace(/\\r\\n/g,"\\n"),12)),A&&y(c(f.length,2),Y,Z),y(f,Y,Z)}),SD;SD=function(G){return E(G)^E(G)};var Tp,oe=function(G,Y){return(Y=fG("error",null,"tl"))&&1===G.eval(Y.createScript("1"))?function(h){return Y.createScript(h)}:function(h){return""+h}}(((Tp=(H.prototype[Re]=[0,0,1,1,0,1,1],/./),H.bind&&(SD[H.prototype.L]=v9.pop.bind(H.prototype[Mq]),Tp[H.prototype.L]=v9.pop.bind(H.prototype[Mq])),H.prototype).QC=void 0,e));40<(W=e.watchbell||(e.watchbell={}),W.m)||(W.m=41,W.tl=yH,W.a=Nq),W.iST_=function(G,Y,h){return h=new H(G,Y),[function(Z){return gK(5,h,false,14,Z)}]};try{W.u||(e.addEventListener("unload",function(){},ar),W.u=1)}catch(G){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="R9thbk4DzWVFkGaFJNlX0w">
  document.bg = new watchbell.tl('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');
  </script>
<script nonce="R9thbk4DzWVFkGaFJNlX0w">
  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="R9thbk4DzWVFkGaFJNlX0w">
  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="R9thbk4DzWVFkGaFJNlX0w">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="R9thbk4DzWVFkGaFJNlX0w">
  (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="R9thbk4DzWVFkGaFJNlX0w">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="R9thbk4DzWVFkGaFJNlX0w">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fliterasiwebid%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss\x26followup=https%3A%2F%2Fsites.google.com%2Fview%2Fliterasiwebid%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fliterasiwebid%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss\x26followup=https%3A%2F%2Fsites.google.com%2Fview%2Fliterasiwebid%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss\x26passive=1209600');
  </script>
  </body>
</html>
