
<!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="AFoagUVv-fWPTc0UyFnwJY61EHjQp2wsWg:1626017397517">
  <input type="hidden" name="continue" value="https://sites.google.com/view/f1sauk/index.php?option=com_ninjarsssyndicator&amp;feed_id=1&amp;format=raw">
  <input type="hidden" name="followup" value="https://sites.google.com/view/f1sauk/index.php?option=com_ninjarsssyndicator&amp;feed_id=1&amp;format=raw">
  <input type="hidden" name="ifkv" value="AU9NCcy9_Ladxcj4pM-CfiZ1GwCH6-LJrsVzXa-w3XqgTh_GlUl1XmoNjEDMaiQH9r_BbG2jY_YTuA==">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlxVlZuBbCKAAvprzPqprpBvHKYX1tDuTBgQ2ackwdB-cUX7B_bwLSJc6bkVzm7FxZrTJr09ZzF4Ttc4tHir0BORmxMOq-JylK_m3WZVAER0KQUT1IvZsY5qNCI9BqGURbUaJeex274SfPT3sxb1uAw_ckZvOD5E4ok3m0CV3BDccatEUGj55Ny37NkvDFsvcbljgaO2">
  <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%2Ff1sauk%2Findex.php%3Foption%3Dcom_ninjarsssyndicator%26feed_id%3D1%26format%3Draw&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%2Ff1sauk%2Findex.php%3Foption%3Dcom_ninjarsssyndicator%26feed_id%3D1%26format%3Draw&amp;followup=https%3A%2F%2Fsites.google.com%2Fview%2Ff1sauk%2Findex.php%3Foption%3Dcom_ninjarsssyndicator%26feed_id%3D1%26format%3Draw">
  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%2Ff1sauk%2Findex.php%3Foption%3Dcom_ninjarsssyndicator%26feed_id%3D1%26format%3Draw">
  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="CiwiRJoDeDGswAQRDsxbHQ">
  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="CiwiRJoDeDGswAQRDsxbHQ">(function(){function v(x){return x}var t=function(x,m,w,q,Q){if(q=(Q=X.trustedTypes,w),!Q||!Q.createPolicy)return q;try{q=Q.createPolicy(m,{createHTML:K,createScript:K,createScriptURL:K})}catch(Z){if(X.console)X.console[x](Z.message)}return q},X=this||self,K=function(x){return v.call(this,x)};(0,eval)(function(x,m){return(m=t("error","tl",null))&&1===x.eval(m.createScript("1"))?function(w){return m.createScript(w)}:function(w){return""+w}}(X)(Array(7824*Math.random()|0).join("\n")+'(function(){var vB=function(Q,x,m,v,q,X,w,K,Z,t,A){return(Q^236)%((Q<<1)%6||(q=m&3,v=m&4,x=a(this),X=a(this),w=S(this,x),v&&(w=sB(2048,(""+w).replace(/\\r\\n/g,"\\n"),0)),q&&Y(X,this,H(w.length,2)),Y(X,this,w)),3==((Q^260)&7)&&(X=this,w={},q=X.P,v=function(c,n){return n=q.call(X,[xD]),m[c%9018*x%9018*35*(n|0)%9018*x%9018]},v[X.M]=function(c){w[2214*x%9018]=c},v[X.M](m),m=w,A=v),(Q+5)%8||(A=t=function(){if(w.V==w){if(w.I){var c=[mQ,v,q,void 0,K,Z,arguments];if(2==X)var n=(G(46,0,w,c),qw(true,false,0,w,false));else if(X==x){var W=!w.j.length;(G(46,0,w,c),W)&&qw(true,false,0,w,false)}else n=Q0(187,c,25,w);return n}K&&Z&&L(45,m,t,K,Z)}}),6)||(v=function(){return x()},x=function(){return m},v[this.M]=function(c){m=c},A=v),A},f=function(Q,x,m,v,q,X,w,K,Z){return 4==((((Q>>((2==(Q+8&23)&&m.yG&&m.yG.forEach(x,void 0),Q)-6&19||(K=[],w&&(X=XL(X,[w])),[].forEach(function(t,A,c,n,W,D){a:{for(A=(c=t.length,n="string"===typeof t?t.split(x):t,W=jX(ZS,X),q);A<c;A++)if(A in n&&!W.call(void 0,n[A],A,t)){D=v;break a}D=true}!D||w&&!ZS(t,w)||K.push(t.join(m))}),Z=K),2))%12||(Array.isArray(q)&&(q=q.join(x)),K=m+v,""===q||void 0==q?(tX||(tX={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"}),w=tX,v in w?X.setAttribute(K,w[v]):X.removeAttribute(K)):X.setAttribute(K,q)),Q+9&30)||(x.i=((x.i?x.i+m:"E:")+v.message+":"+v.stack).slice(0,2048)),Q>>1)&13)&&(x.h=m,x.listener=null,x.$j=null,x.src=null,x.O=null),Z},y=function(Q,x,m,v,q,X,w,K,Z){if(!((x>>2)%8)){if(!m)throw Error("Invalid class name "+m);if("function"!==typeof v)throw Error("Invalid decorator function "+v);}if(!((((x^953)&15)==(4==(4==((x|8)&7)&&(X=v.type,X in q.$&&AX(61,13,m,v,q.$[X])&&(f(8,v,true),0==q.$[X].length&&(delete q.$[X],q.Y--))),x+7&7)&&(cB.call(this,m?m.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.C=null,m&&(q=this.type=m.type,X=m.changedTouches&&m.changedTouches.length?m.changedTouches[0]:null,this.target=m.target||m.srcElement,this.currentTarget=v,w=m.relatedTarget,w||("mouseover"==q?w=m.fromElement:"mouseout"==q&&(w=m.toElement)),this.relatedTarget=w,X?(this.clientX=void 0!==X.clientX?X.clientX:X.pageX,this.clientY=void 0!==X.clientY?X.clientY:X.pageY,this.screenX=X.screenX||0,this.screenY=X.screenY||0):(this.offsetX=void 0!==m.offsetX?m.offsetX:m.layerX,this.offsetY=void 0!==m.offsetY?m.offsetY:m.layerY,this.clientX=void 0!==m.clientX?m.clientX:m.pageX,this.clientY=void 0!==m.clientY?m.clientY:m.pageY,this.screenX=m.screenX||0,this.screenY=m.screenY||0),this.button=m.button,this.keyCode=m.keyCode||0,this.key=m.key||"",this.charCode=m.charCode||("keypress"==q?m.keyCode:0),this.ctrlKey=m.ctrlKey,this.altKey=m.altKey,this.shiftKey=m.shiftKey,this.metaKey=m.metaKey,this.pointerId=m.pointerId||0,this.pointerType="string"===typeof m.pointerType?m.pointerType:nJ[m.pointerType]||"",this.state=m.state,this.C=m,m.defaultPrevented&&a5.o.preventDefault.call(this))),Q)&&(Z=(X=E[m.substring(0,3)+"_"])?X(m.substring(3),v,q):SX(13,8,v,m)),x^231)&15))if(K="array"===YD("number",q,"null")?q:[q],this.i)m(this.i);else try{X=!this.j.length,w=[],G(45,0,this,[WB,w,K]),G(3,0,this,[DS,m,w]),v&&!X||qw(true,v,0,this,true)}catch(t){f(24,this,"~",t),m(this.i)}return Z},FL=function(Q,x,m,v,q,X,w,K,Z,t,A,c,n,W){if(!((x+4)%6)){if(!(q=(h.call(this,v),m))){for(Z=this.constructor;Z;){if(w=G(9,Z),K=HB[w])break;Z=(X=Object.getPrototypeOf(Z.prototype))&&X.constructor}q=K?"function"===typeof K.R?K.R():new K:null}this.D=q}if(!((x^953)&((x>>2)%13||(v=typeof m,W="object"==v&&m!=Q||"function"==v),5))){for(Z=(q=[],0);Z<Q.length;Z+=3)n=Q[Z],c=Z+1<Q.length,m=Z+2<Q.length,w=c?Q[Z+1]:0,t=(n|3)- -1+(~n^3)<<4|w>>4,X=m?Q[Z+2]:0,v=-1-~(w|15)-(w^15)<<2|X>>6,A=n>>2,K=X&63,m||(K=64,c||(v=64)),q.push(g9[A],g9[t],g9[v],g9[K]);W=q.join("")}return W},J=function(Q,x,m,v,q,X,w,K,Z){return((x<<(2==(2==(3==(x-2&15)&&"number"!==typeof v&&v&&!v.h&&((X=v.src)&&X[GQ]?y(1,12,1,v,X.s):(q=v.type,w=v.$j,X.removeEventListener?X.removeEventListener(q,w,v.capture):X.detachEvent?X.detachEvent(P(42,q,m),w):X.addListener&&X.removeListener&&X.removeListener(w),LJ--,(K=b(13,X))?(y(1,28,1,v,K),K.Y==Q&&(K.src=null,X[I5]=null)):f(9,v,true))),x>>2&7)&&(Z=Q&&Q.parentNode?Q.parentNode.removeChild(Q):null),x+5&30)&&("string"==typeof m.className?m.className=v:m.setAttribute&&m.setAttribute(Q,v)),2))%9||(w=typeof q,X=w!=v?w:q?Array.isArray(q)?"array":w:"null",Z=X==Q||X==v&&typeof q.length==m),(x|4)&17)||(Z=0<=p(8,0,1,Q,m)),Z},d9=function(Q,x,m,v,q,X,w,K){if(!((x-((x|8)%11||(K=l(6,2,q,X)&&!!(q.S&X)!=v&&(!(q.Ii&X)||q.dispatchEvent(fJ(2,12,4,32,2,m,X,v)))&&!q.SX),8))%5))if(m.classList)Array.prototype.forEach.call(v,function(Z,t){m.classList?m.classList.add(Z):fJ(2,8,"",m,Z)||(t=TQ(Q,15,"class","",m),J("class",62,m,t+(0<t.length?" "+Z:Z)))});else{for(X in w=((Array.prototype.forEach.call(b(55,"",(q={},m)),function(Z){q[Z]=true}),Array).prototype.forEach.call(v,function(Z){q[Z]=true}),""),q)w+=0<w.length?" "+X:X;J("class",30,m,w)}return(x^225)%Q||(this.V=m),K},l=function(Q,x,m,v,q,X,w,K,Z,t,A,c,n){if(!((Q<<1)%7))if(c=q.s.$[String(v)]){for(w=!(Z=0,c=c.concat(),0);Z<c.length;++Z)(t=c[Z])&&!t.h&&t.capture==m&&(A=t.listener,K=t.O||t.src,t.W&&y(1,20,x,t,q.s),w=false!==A.call(K,X)&&w);n=w&&!X.defaultPrevented}else n=true;return((Q+6&5||(n=m<x?-1:m>x?1:0),Q)-6)%7||(n=!!(q=m.$S,-(q|v)-x*~v+(q^v)+x*(q|~v))),n},EB=function(Q,x,m,v,q,X,w,K,Z,t){if(1==(m-6&7))a:{for(Z=v;Z<X.length;++Z)if(K=X[Z],!K.h&&K.listener==x&&K.capture==!!w&&K.O==q){t=Z;break a}t=-1}if(!((m+4)%Q))if(w=x.length,w>v){for(q=(X=Array(w),v);q<w;q++)X[q]=x[q];t=X}else t=[];return 1==((m^351)&7)&&C.call(this,v,x||Mw.R(),q),t},y0=function(Q,x,m,v,q,X,w,K){if(!(x<<2&Q)){for(v=[];m--;)v.push(255*Math.random()|0);K=v}return(x^923)%6||(q.U=(X=R5(3,q,39,S(q,39))<<24|R5(3,q,39,S(q,39))<<16|R5(3,q,39,S(q,39))<<m,w=R5(3,q,39,S(q,39)),(w|v)+(X^w)-(~X&w)),q.N=void 0),K},AX=function(Q,x,m,v,q,X,w,K){return x+(((3==(3==(x-5&15)&&(X=v,X^=X<<13,X=(w=X>>17,(w|0)-(X&w)+~w-~(X|w)),(X=(X^X<<5)&q)||(X=1),K=(X|0)+~(m|X)+2*(m&~X)-(m|~X)),x+6&15)&&(w=p(24,0,m,q,v),(X=0<=w)&&Array.prototype.splice.call(q,w,m),K=X),x)-4)%14||(this.SX=this.SX),5)&7||(w.classList?w.classList.remove(X):fJ(2,24,q,w,X)&&J(v,Q,w,Array.prototype.filter.call(b(11,q,w),function(Z){return Z!=X}).join(m))),K},TQ=function(Q,x,m,v,q,X){return 1==(x>>((x>>1)%Q||(X="string"==typeof q.className?q.className:q.getAttribute&&q.getAttribute(m)||v),1)&5)&&(X=m),X},fJ=function(Q,x,m,v,q,X,w,K,Z,t){if(!(x+4&15))a:{switch(w){case 1:t=K?"disable":"enable";break a;case q:t=K?"highlight":"unhighlight";break a;case m:t=K?"activate":"deactivate";break a;case X:t=K?"select":"unselect";break a;case 16:t=K?"check":"uncheck";break a;case v:t=K?"focus":"blur";break a;case 64:t=K?"open":"close";break a}throw Error("Invalid component state");}if(1==(x-Q&15))for(K=q.length,w="string"===typeof q?q.split(m):q,Z=v;Z<K;Z++)Z in w&&X.call(void 0,w[Z],Z,q);return(x+9&15||(t=Math.floor(this.L())),x+8&15)||(t=v.classList?v.classList.contains(q):ZS(b(22,m,v),q)),t},hX=function(Q,x,m,v,q,X,w,K,Z,t,A,c,n,W,D,g){return(m<<2)%7||(x.push((W=Q[0]<<24|Q[1]<<16|Q[2]<<8,K=Q[3],(W|0)+(K|0)-(W&K))),x.push((q=(w=Q[4]<<24|Q[5]<<16,n=Q[6]<<8,2*(n|0)+~n-(~w|n)),v=Q[7],(v|0)-(q&v)-~(q|v)+(q|~v))),x.push((t=(A=(c=Q[8]<<24,X=Q[9]<<16,~c-2*~(c|X)+(c|~X)),Z=Q[10]<<8,-~A+2*(~A&Z)+(A|~Z)),D=Q[11],(D|0)-(~t^D)+(t|~D)))),1==((m|4)&3)&&(v=a(x),v&Q&&(v=(q=v&127,X=a(x)<<7,-~(q&X)+-2-(~q^X))),g=v),g},$D=function(Q,x,m,v,q){return(x^Q)%8||(m.classList?Array.prototype.forEach.call(v,function(X){AX(61,3," ","class","",X,m)}):J("class",29,m,Array.prototype.filter.call(b(9,"",m),function(X){return!ZS(v,X)}).join(" "))),q},p=function(Q,x,m,v,q,X,w,K){if(!((Q+((Q-4)%9||(this.src=x,this.Y=0,this.$={}),2))%14))for(q in w=x,m.$){for(X=m.$[v=x,q];v<X.length;v++)++w,f(12,X[v],true);delete (m.Y--,m).$[q]}if((Q^((Q^362)%7||(x.R=function(){return x.gN?x.gN:x.gN=new x},x.gN=void 0),882))%13||(v.JC(function(Z){q=Z},x,m),K=q),!(Q<<1&14))a:if("string"===typeof v)K="string"!==typeof q||q.length!=m?-1:v.indexOf(q,x);else{for(X=x;X<v.length;X++)if(X in v&&v[X]===q){K=X;break a}K=-1}return K},b=function(Q,x,m,v,q,X,w){if(!((Q>>1)%12))a:{for(X in v)if(q.call(void 0,v[X],X,v)){w=x;break a}w=m}return(2==(Q-3&7)&&(m=x[I5],w=m instanceof Nw?m:null),(Q|2)%11)||(w=m.classList?m.classList:TQ(7,14,"class",x,m).match(/\\S+/g)||[]),w},ba=function(Q,x,m,v,q,X,w){return(v^Q)%6||(w=!!(X=x.uk,-~X+(~X^q)+(~X&q))&&l(41,m,x,q)),(v+9)%6||(w=P(36,q,function(K,Z,t,A,c,n,W,D,g){for(W=(Z=L(13,1,String(PB)).split((n=(A=L(22,1,String(q)).split(x),0),x)),Math.max(Z.length,A.length)),g=0;0==n&&g<W;g++){c=(D=Z[g]||"",A[g]||"");do{if(0==(t=(K=/(\\d*)(\\D*)(.*)/.exec(c)||["","","",""],/(\\d*)(\\D*)(.*)/.exec(D)||["","","",""]),t)[0].length&&0==K[0].length)break;c=K[n=l(10,(D=t[m],0==K[1].length?0:parseInt(K[1],10)),0==t[1].length?0:parseInt(t[1],10))||l(12,0==K[2].length,0==t[2].length)||l(18,K[2],t[2]),m]}while(0==n)}return 0<=n})),w},P=function(Q,x,m,v,q,X,w,K,Z,t,A,c,n){if(!(2==((1==(3==((Q>>1)%18||(v=OB,c=Object.prototype.hasOwnProperty.call(v,x)?v[x]:v[x]=m(x)),Q>>1&7)&&(this.listener=X,this.$j=null,this.src=x,this.type=v,this.capture=!!m,this.O=q,this.key=++pJ,this.h=this.W=false),Q>>2&13)&&(n=function(){},n.prototype=v.prototype,x.o=v.prototype,x.prototype=new n,x.prototype.constructor=x,x.ai=function(W,D,g){for(var F=Array(arguments.length-m),I=m;I<arguments.length;I++)F[I-m]=arguments[I];return v.prototype[D].apply(W,F)}),Q^760)&15)&&(c=x in UB?UB[x]:UB[x]=m+x),(Q|3)%9)){for(A=Z=0;A<m.length;A++)Z+=m.charCodeAt(A),Z+=Z<<10,Z=(K=Z>>6,-(~Z^K)+(~Z&K)+(Z|~K));c=((t=new Number((q=(1<<x)-1,(w=(Z=(Z+=Z<<3,X=Z>>11,2*(~Z&X)+(Z|~X)-(~Z|X)),Z)+(Z<<15)>>>0,q|0)+(~w^q)-(~w|q))),t)[0]=(w>>>x)%v,t)}return c},L=function(Q,x,m,v,q,X,w,K,Z,t,A,c){if(!(((4==(Q-4&15)&&(c=Math.floor(this.ES+(this.L()-this.tC))),Q)+9)%18))if(Array.isArray(q))for(t=x;t<q.length;t++)L(81,0,m,v,q[t],X,w);else Z=FL(null,52,X)?!!X.capture:!!X,m=JX(m),v&&v[GQ]?v.s.remove(String(q),m,Z,w):v&&(K=b(21,v))&&(A=K.Ke(Z,w,q,m))&&J(0,5,"on",A);if(!((Q-7)%10)){if(((t=(X=(K=((Z=0<q.Le&&q.VG&&q.WF&&q.Ml<=x&&!q.K&&!q.J&&(q.bk||!m)&&0==document.hidden,m)||q.zb++,4==q.zb))||Z?q.L():q.Ce,X)-q.Ce,A=t>>14,q.U)&&(q.U^=A*(t<<2)),q).ik+=A,K||Z)q.zb=0,q.Ce=X;!Z||X-q.tC<q.Le-(v?255:m?5:2)?c=false:(w=S(q,m?121:39),z(q,39,q.A),q.j.push([la,w]),q.J=CJ,c=true)}return(Q-4)%9||(c=/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(m)[x]),1==(Q-9&15)&&(this.type=x,this.currentTarget=this.target=m,this.defaultPrevented=this.X=false),c},SX=function(Q,x,m,v,q,X,w,K,Z){return(((x^138)&((x>>1)%12||(m.h?K=true:(X=new a5(v,this),q=m.listener,w=m.O||m.src,m.W&&J(0,21,"on",m),K=q.call(w,X)),Z=K),Q)||(m(function(t){t(v)}),Z=[function(){return v}]),x)|2)%7||(zQ.call(this),this.s=new Nw(this),this.mN=this,this.AC=null),Z},eX=function(Q,x,m,v,q,X,w,K,Z,t,A){if(2==(x>>(2==((x|4)&11)&&(w=function(){},X=void 0,q=r9(m,function(c){w&&(v&&CJ(v),X=c,w(),w=void 0)},!!v)[0],A={low:function(c,n,W,D,g,F){if(!n)return F=q(W),c&&c(F),F;(g=function(){X(function(I){CJ(function(){c(I)})},W)},X)?g():(D=w,w=function(){D(),CJ(g)})}}),2)&7))if(Array.isArray(w))for(t=v;t<w.length;t++)eX(8,Q,true,0,q,X,w[t],K,Z);else K=JX(K),Z&&Z[GQ]?Z.s.add(String(w),K,m,FL(null,55,q)?!!q.capture:!!q,X):kD(7,false,Z,w,X,K,q,m);return(x>>2)%7||(this.H=r.document||document),A},BB=function(Q,x,m,v,q,X,w,K,Z,t){if(!(m<<Q&5)){for(Z=(w=(X=0,[]),0);X<v.length;X++)for(K=K<<q|v[X],Z+=q;7<Z;)Z-=8,w.push(K>>Z&255);t=w}return m<<Q&x||(v=ia,t=q=function(A){return v.call(q.src,q.listener,A)}),t},kD=function(Q,x,m,v,q,X,w,K,Z,t,A,c,n){if(!((Q^406)&6)){if(!v)throw Error("Invalid event type");if(t=FL(null,53,((Z=b(5,m))||(m[I5]=Z=new Nw(m)),w))?!!w.capture:!!w,c=Z.add(v,X,K,t,q),!c.$j){if(((c.$j=(A=BB(1,3,6),A),A.src=m,A).listener=c,m).addEventListener)ua||(w=t),void 0===w&&(w=x),m.addEventListener(v.toString(),A,w);else if(m.attachEvent)m.attachEvent(P(10,v.toString(),"on"),A);else if(m.addListener&&m.removeListener)m.addListener(A);else throw Error("addEventListener and attachEvent are unavailable.");LJ++}}return(Q<<1)%5||(e.call(this),x||V0||(V0=new sx),this.hC=this.yG=this.jX=this.QG=null,this.Xu=void 0,this.I1=null,this.Yj=false),n},G=function(Q,x,m,v,q,X,w,K,Z){if(!((Q+9)%8))if(X&&X.once)eX(8,9,true,0,X,w,m,v,q);else if(Array.isArray(m))for(K=0;K<m.length;K++)G(39,false,m[K],v,q,X,w);else v=JX(v),q&&q[GQ]?q.s.add(String(m),v,x,FL(null,53,X)?!!X.capture:!!X,w):kD(6,false,q,m,w,v,X,x);if(!((Q+((Q-9)%13||(Z=Object.prototype.hasOwnProperty.call(x,xd)&&x[xd]||(x[xd]=++m5)),8))%5)){for(X=v;X<q;++X)g9[X]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(X),wE["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(X)]=X;(wE[m]=(wE[g9[q]="","+"]=62,63),wE)[x]=q}return(Q>>2)%11||m.j.splice(x,x,v),Z},XL=function(Q){return Array.prototype.concat.apply([],arguments)},k=function(Q,x,m){m=this;try{qc(x,this,Q)}catch(v){f(23,this,"~",v),Q(function(q){q(m.i)})}},vQ=function(Q,x){for(var m,v=1,q;v<arguments.length;v++){for(q in m=arguments[v],m)Q[q]=m[q];for(var X=0;X<QN.length;X++)q=QN[X],Object.prototype.hasOwnProperty.call(m,q)&&(Q[q]=m[q])}},r9=function(Q,x,m,v){return y.call(this,1,8,Q,x,m,v)},r=this||self,ZS=function(Q,x){return J.call(this,Q,6,x)},Xk=function(Q,x,m,v,q){return eX.call(this,8,6,Q,x,m,v,q)},j0=function(){return d9.call(this,7,12)},V,xd="closure_uid_"+(1E9*Math.random()>>>0),m5=0,sB=function(Q,x,m,v,q,X,w,K,Z,t,A){for(w=(v=X=m,[]);v<x.length;v++)K=x.charCodeAt(v),128>K?w[X++]=K:(K<Q?w[X++]=(q=K>>6,(q|m)+~(q&192)- -193):(55296==(K&64512)&&v+1<x.length&&56320==(Z=x.charCodeAt(v+1),(Z|m)-(Z^64512)+(~Z&64512))?(K=65536+((K&1023)<<10)+(x.charCodeAt(++v)&1023),w[X++]=(t=K>>18,-~(t&240)-1+(t^240)),w[X++]=(A=K>>12&63,2*(A&128)+-129-(~A^128)+(~A&128))):w[X++]=K>>12|224,w[X++]=K>>6&63|128),w[X++]=K&63|128);return w},V0,g9={},jX=function(Q,x){var m=Array.prototype.slice.call(arguments,1);return function(){var v=m.slice();return v.push.apply(v,arguments),Q.apply(this,v)}},KF=function(Q){return TQ.call(this,7,3,Q)},Z0=function(Q,x,m,v,q){if(!(q=(v=x,r.trustedTypes),q)||!q.createPolicy)return v;try{v=q.createPolicy(Q,{createHTML:KF,createScript:KF,createScriptURL:KF})}catch(X){if(r.console)r.console[m](X.message)}return v},wE={},ua=function(Q,x){if(!r.addEventListener||!Object.defineProperty)return false;Q=Object.defineProperty({},"passive",(x=false,{get:function(){x=true}}));try{r.addEventListener("test",j0,Q),r.removeEventListener("test",j0,Q)}catch(m){}return x}(),tD;a:{var AD=r.navigator;if(AD){var cQ=AD.userAgent;if(cQ){tD=cQ;break a}}tD=""}var QN="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),nF="",a$=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(tD),S0=(a$&&(nF=a$?a$[1]:""),r.document),Yd,PB=(Yd=S0?S0.documentMode:void 0,null!=Yd&&Yd>parseFloat(nF)?String(Yd):nF),zQ=function(){return AX.call(this,61,18)},cB=(zQ.prototype.SX=false,function(Q,x){return L.call(this,10,Q,x)}),OB={},a5=((cB.prototype.stopPropagation=function(){this.X=true},cB).prototype.preventDefault=function(){this.defaultPrevented=true},function(Q,x,m,v,q){return y.call(this,1,5,Q,x,m,v,q)}),nJ={2:"touch",3:(P(69,a5,2,cB),"pen"),4:"mouse"},GQ="closure_listenable_"+(((a5.prototype.preventDefault=function(Q){(Q=(a5.o.preventDefault.call(this),this).C,Q.preventDefault)?Q.preventDefault():Q.returnValue=false},a5).prototype.stopPropagation=function(){(a5.o.stopPropagation.call(this),this.C).stopPropagation?this.C.stopPropagation():this.C.cancelBubble=true},1E6*Math.random())|0),Nw=function(Q){return p.call(this,13,Q)},pJ=0,WQ=function(Q,x,m,v,q){return P.call(this,22,q,Q,m,x,v)},I5="closure_lm_"+((Nw.prototype.remove=(Nw.prototype.Ke=(Nw.prototype.hasListener=function(Q,x,m,v,q){return b(24,true,false,this.$,(q=(v=void 0!==x,(m=void 0!==Q)?Q.toString():""),function(X,w){for(w=0;w<X.length;++w)if(!(m&&X[w].type!=q||v&&X[w].capture!=x))return true;return false}))},function(Q,x,m,v,q,X){return-(X=this.$[(q=-1,m).toString()],X&&(q=EB(8,v,7,0,x,X,Q)),1)<q?X[q]:null}),Nw.prototype.add=function(Q,x,m,v,q,X,w,K,Z){return-1<(X=EB(8,x,15,0,((K=(Z=Q.toString(),this.$[Z]),K)||(K=this.$[Z]=[],this.Y++),q),K,v),X)?(w=K[X],m||(w.W=false)):(w=new WQ(!!v,q,Z,x,this.src),w.W=m,K.push(w)),w},function(Q,x,m,v,q,X,w){if(w=Q.toString(),!(w in this.$))return false;return-(X=EB(8,x,23,(q=this.$[w],0),v,q,m),1)<X?(f(13,q[X],true),Array.prototype.splice.call(q,X,1),0==q.length&&(delete this.$[w],this.Y--),true):false}),1E6*Math.random())|0),UB={},LJ=0,ia=function(Q,x,m,v,q,X){return SX.call(this,13,25,Q,x,m,v,q,X)},D0="__closure_events_fn_"+(1E9*Math.random()>>>0),JX=function(Q){if("function"===typeof Q)return Q;return Q[Q[D0]||(Q[D0]=function(x){return Q.handleEvent(x)}),D0]},e=function(){return SX.call(this,13,5)},sx=(((P(5,e,2,zQ),e.prototype[GQ]=true,e.prototype.wN=function(Q){this.AC=Q},e.prototype.addEventListener=function(Q,x,m,v){G(31,false,Q,x,this,m,v)},e).prototype.removeEventListener=function(Q,x,m,v){L(9,0,x,this,Q,m,v)},e.prototype.dispatchEvent=function(Q,x,m,v,q,X,w,K,Z,t,A,c){if(Z=this.AC)for(K=1,t=[];Z;Z=Z.AC)t.push(Z),++K;if(c=(X=(q=(A=t,Q),this.mN),x=q.type||q,"string"===typeof q?q=new cB(q,X):q instanceof cB?q.target=q.target||X:(v=q,q=new cB(x,X),vQ(q,v)),true),A)for(w=A.length-1;!q.X&&0<=w;w--)m=q.currentTarget=A[w],c=l(35,1,true,x,m,q)&&c;if(q.X||(m=q.currentTarget=X,c=l(14,1,true,x,m,q)&&c,q.X||(c=l(7,1,false,x,m,q)&&c)),A)for(w=0;!q.X&&w<A.length;w++)m=q.currentTarget=A[w],c=l(21,1,false,x,m,q)&&c;return c},e.prototype.Ke=function(Q,x,m,v){return this.s.Ke(Q,x,String(m),v)},e.prototype).hasListener=function(Q,x){return this.s.hasListener(void 0!==Q?String(Q):void 0,x)},function(){return eX.call(this,8,3)}),tX,HQ=function(Q,x,m,v,q,X,w,K,Z,t){function A(c){c&&v.appendChild("string"===typeof c?w.createTextNode(c):c)}for(Z=1;Z<m.length;Z++)if(K=m[Z],!J(Q,18,x,"object",K)||FL(null,54,K)&&0<K.nodeType)A(K);else{a:{if(K&&typeof K.length==x){if(FL(null,52,K)){t="function"==typeof K.item||"string"==typeof K.item;break a}if("function"===typeof K){t="function"==typeof K.item;break a}}t=q}fJ(2,3,X,0,t?EB(8,K,12,0):K,A)}},gE=function(Q){return J.call(this,Q,11)},Fk=(((((((V=sx.prototype,V).v=function(Q){return"string"===typeof Q?this.H.getElementById(Q):Q},V.getElementsByTagName=function(Q,x){return(x||this.H).getElementsByTagName(String(Q))},V).createElement=function(Q,x,m){return"application/xhtml+xml"===(x=String((m=this.H,Q)),m.contentType)&&(x=x.toLowerCase()),m.createElement(x)},V).createTextNode=function(Q){return this.H.createTextNode(String(Q))},V).appendChild=function(Q,x){Q.appendChild(x)},V.append=function(Q,x){HQ("array","number",arguments,Q,false,"",9==Q.nodeType?Q:Q.ownerDocument||Q.document)},V.canHaveChildren=function(Q){if(1!=Q.nodeType)return false;switch(Q.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},V).removeNode=gE,V).contains=function(Q,x,m){if(!Q||!x)return false;if(Q.contains&&1==x.nodeType)return Q==x||Q.contains(x);if("undefined"!=typeof Q.compareDocumentPosition)return Q==x||!!(m=Q.compareDocumentPosition(x),-~(m&16)+(m^16)-(~m&16)+(~m|16));for(;x&&Q!=x;)x=x.parentNode;return x==Q},function(){return $D.call(this,51,14)}),h=(p(25,Fk),function(Q){return kD.call(this,5,Q)}),Gv=((((((P(15,h,2,((Fk.prototype.eX=0,Fk).prototype.lk="",e)),h.prototype).rN=Fk.R(),h).prototype.v=function(){return this.jX},h.prototype).getParent=function(){return this.I1},h.prototype.l=function(){this.Yj=!((f(26,function(Q){Q.Yj&&Q.l()},this),this).Xu&&p(12,0,this.Xu),1)},h.prototype).wN=function(Q){if(this.I1&&this.I1!=Q)throw Error("Method not supported");h.o.wN.call(this,Q)},h).prototype.removeChild=function(Q,x,m,v,q,X,w,K,Z,t,A,c){if(Q&&("string"===typeof Q?K=Q:((Z=Q.hC)||(m=Q.rN,A=Q,q=m.lk+":"+(m.eX++).toString(36),Z=A.hC=q),K=Z),X=K,this.QG&&X?(t=this.QG,w=(null!==t&&X in t?t[X]:void 0)||null):w=null,Q=w,X&&Q)){if(null==(c=((AX(61,((v=this.QG,X)in v&&delete v[X],45),1,Q,this.yG),x)&&(Q.l(),Q.jX&&gE(Q.jX)),Q),c))throw Error("Unable to set parent component");h.o.wN.call(c,(c.I1=null,null))}if(!Q)throw Error("Child is not in parent component");return Q},function(Q,x){return $D.call(this,51,3,Q,x)}),LF=function(){return $D.call(this,51,8)},I$=function(Q,x,m,v,q){return d9.call(this,7,8,Q,x,m,v,q)},fF,o$={button:"pressed",checkbox:"checked",menuitem:"selected",menuitemcheckbox:"checked",menuitemradio:"checked",radio:"checked",tab:"selected",treeitem:(p(52,LF),"selected")},Tv=(((V=LF.prototype,V.g=function(Q,x,m,v,q,X){if(q=Q.v())this.kj||(X=this.dN(),X.replace(/\\xa0|\\s/g," "),this.kj={1:X+"-disabled",2:X+"-hover",4:X+"-active",8:X+"-selected",16:X+"-checked",32:X+"-focused",64:X+"-open"}),(v=this.kj[x])&&this.G(Q,v,m),this.cF(q,x,m)},V.ZB=function(Q){return Q.v()},V).Fu=function(Q,x,m,v,q,X,w,K){if(l(27,2,Q,32)&&(K=Q.ZB())){if(!x&&Q.S&32){try{K.blur()}catch(Z){}Q.S&32&&(ba(720,Q,2,12,4)&&Q.setActive(false),ba(720,Q,2,6,32)&&d9(7,44,8,false,Q,32)&&Q.g(32,false))}if(X=(ba(720,".",3,9,"9")?q=K.hasAttribute("tabindex"):(m=K.getAttributeNode("tabindex"),q=null!=m&&m.specified),q))v=K.tabIndex,X="number"===typeof v&&0<=v&&32768>v;X!=x&&(w=K,x?w.tabIndex=0:(w.tabIndex=-1,w.removeAttribute("tabIndex")))}},V).G=function(Q,x,m,v,q){if(q=Q.v?Q.v():Q)v=[x],ba(720,".",3,3,"7")||(v=f(6,"","_",false,0,b(20,"",q),x),v.push(x)),(m?I$:Gv)(q,v)},V.cF=function(Q,x,m,v,q,X,w){((w=(X=(fF||(fF={1:"disabled",8:"selected",16:"checked",64:"expanded"}),fF)[x],Q.getAttribute("role")||null))?(q=o$[w]||X,v="checked"==X||"selected"==X?q:X):v=X,v)&&f(3," ","aria-",v,m,Q)},function(){return SX.call(this,13,11)}),C=(p(35,(P(13,(V.dN=function(){return"goog-control"},Tv),2,LF),Tv)),Tv.prototype.cF=function(Q,x,m){switch(x){case 8:case 16:f(48," ","aria-","pressed",m,Q);break;default:case 64:case 1:Tv.o.cF.call(this,Q,x,m)}},function(Q,x,m,v,q,X,w,K){return FL.call(this,Q,8,x,m,v,q,X,w,K)}),HB={};if("function"!==((((((((V=((Tv.prototype.dN=function(){return"goog-button"},P)(68,C,2,h),C.prototype),V.VV=true,V).$S=39,V.uk=255,V.G=function(Q,x){x?Q&&(this.Z?ZS(this.Z,Q)||this.Z.push(Q):this.Z=[Q],this.D.G(this,Q,true)):Q&&this.Z&&AX(61,29,1,Q,this.Z)&&(0==this.Z.length&&(this.Z=null),this.D.G(this,Q,false))},V).l=function(){((C.o.l.call(this),this).R1&&this.R1.detach(),this.isVisible()&&this.isEnabled())&&this.D.Fu(this,false)},V).S=0,V.ZB=function(){return this.D.ZB(this)},V).Z=null,V.Ii=0,V.isVisible=function(){return this.VV},V).isEnabled=function(){return!(this.S&1)},V).setActive=function(Q){d9(7,77,8,Q,this,4)&&this.g(4,Q)},V).getState=function(){return this.S},V.g=function(Q,x,m,v,q,X){m||1!=Q?l(13,2,this,Q)&&x!=!!(this.S&Q)&&(this.D.g(this,Q,x),this.S=x?(q=this.S,-~q+(q^Q)+(~q|Q)):this.S&~Q):(X=!x,v=this.getParent(),v&&"function"==typeof v.isEnabled&&!v.isEnabled()||!d9(7,69,8,!X,this,1)||(X||(this.setActive(false),d9(7,11,8,false,this,2)&&this.g(2,false)),this.isVisible()&&this.D.Fu(this,X),this.g(1,!X,true)))},typeof C))throw Error("Invalid component class "+C);if("function"!==typeof LF)throw Error("Invalid renderer class "+LF);var dE=G(35,C),Mw=(y(1,3,"goog-control",(HB[dE]=LF,function(){return new C(null)})),function(){return d9.call(this,7,10)}),Mc=(p(15,(P(14,Mw,2,Tv),Mw)),function(Q,x,m){return EB.call(this,8,x,6,Q,m)}),Q0=(y(1,(P(12,Mc,((Mw.prototype.Fu=j0,Mw).prototype.g=function(Q,x,m,v){(v=(Mw.o.g.call(this,Q,x,m),Q.v()))&&1==x&&(v.disabled=m)},Mw.prototype.cF=j0,2),C),32),"goog-button",function(){return new Mc(null)}),function(Q,x,m,v,q,X,w,K,Z,t,A){if(q=(v.bk=false,x)[0],q==WB)v.BF=m,v.P(x);else if(q==DS){K=x[1];try{w=v.i||v.P(x)}catch(c){f(87,v,"~",c),w=v.i}K(w)}else if(q==la)v.P(x);else if(q==Ex)v.P(x);else if(q==R$){try{for(A=0;A<v.PF.length;A++)try{X=v.PF[A],X[0][X[1]](X[2])}catch(c){}}catch(c){}(0,x[1])(function(c,n){v.JC(c,true,n)},(v.PF=[],function(c){G(44,(c=!v.j.length,0),v,[yN]),c&&qw(true,true,0,v,false)}))}else{if(q==mQ)return t=x[2],Z=x[6],z(v,207,x[4]?[Z[0].C]:Z),z(v,Q,t),v.P(x);q==yN?(v.I=null,v.DB=[],v.B=[]):q==hD&&"loading"===r.document.readyState&&(v.J=function(c,n,W){G(55,false,(G(63,false,(n=(W=function(){n||(n=true,c())},false),"DOMContentLoaded"),W,r.document),"load"),W,r)})}}),$d=function(Q,x,m,v,q,X,w,K,Z,t,A,c,n,W,D){try{for(Z=0;1414361568!==Z;)q=(q|0)+(W=(c=v<<4,t=v>>>m,~t-~(c|t)-(~c^t)+(~c|t))+(v|0),K=(D=Q[Z&3],(Z|D)-~Z+(~Z|D)),(W|0)+(K|0)+2*~K-2*(W|~K))|0,Z=Z+2325900175|0,v=(X=(n=q<<4,A=q>>>m,(n|0)+~(n&A)- -1+(~n&A))+(q|0)^(Z|0)+(Q[Z>>>x&3]|0),(v|X)-~X+(v|~X))|0;return[q>>>24,q>>16&255,q>>8&255,q&255,v>>>24,v>>16&255,(w=v>>8,510-(w|255)+(w&-256)-(~w&255)),v&255]}catch(g){throw g;}},yN=(((k.prototype.oi=void 0,k).prototype.JC=function(Q,x,m,v,q,X){return y.call(this,1,7,Q,x,m,v,q,X)},k).prototype.tV=function(){return a(this)},[]),Y=function(Q,x,m,v,q,X,w,K,Z){if(x.V==x)for(q=S(x,Q),18==Q?(Z=function(t,A,c,n,W,D,g){if(c=q.length,g=(c|0)-4>>3,q.US!=g){W=[0,0,K[n=(D=g<<3,2+(q.US=g,D^4)+2*(D|-5)),1],K[2]];try{q.ne=$d(W,11,5,Nc(2,16,q,3,10+2*(n&-5)+(n^4)+2*(~n^4),0),Nc(2,16,q,3,n,0))}catch(F){throw F;}}q.push((A=q.ne[c&7],(t|0)+2*~(A&t)- -1-~A))},K=S(x,23)):Z=function(t){q.push(t)},v&&Z(v&255),X=0,w=m.length;X<w;X++)Z(m[X])},qc=function(Q,x,m,v,q,X){for(x.Le=((x.Ml=(X=(x.ES=0,[]),x.KB=b7,x.bk=(q=0,false),x.DB=((x.Gb=function(w,K,Z){return vB.call(this,8,K,w,Z)},x).T=(x.o1=function(w,K,Z,t,A,c){return vB.call(this,7,K,w,Z,t,A,c)},void 0),x.J=(x.BF=25,x.ZC=PQ,null),[]),x.K=void 0,0),x).ik=1,0);128>q;q++)X[q]=String.fromCharCode(q);(G(45,0,x,[R$,(G(3,0,x,(G(44,(((x.SD=((((((((((((x.WF=((x.OS=((x.Tb=(((new Mc(((((((((G(12,"=",(((z(x,39,(x.I=(x.jD=(x.V=x,function(w){return d9.call(this,7,6,w)}),x.PF=[],[]),0)),z)(x,121,0),z)(x,87,function(w){w.xj(4)}),"/"),0,64),z)(x,103,142),z)(x,199,function(w,K,Z,t){(Z=a(w),K=a(w),t=a(w),z)(w,t,S(w,Z)>>>K)}),z)(x,111,function(w,K,Z){L(17,1,true,false,w)||(Z=a(w),K=a(w),z(w,K,function(t){return eval(t)}(Ox(S(w,Z)))))}),z(x,90,function(w,K,Z,t,A,c){(t=(K=(c=(A=a(w),a(w)),a(w)),S(w,c)),Z=S(w,A),z)(w,K,Z in t|0)}),z)(x,236,function(w,K,Z,t,A,c){(c=(Z=(A=(t=a(w),K=a(w),a(w)),S(w,t)),S(w,K)),z)(w,A,Z[c])}),z)(x,161,function(w,K,Z,t){(Z=(t=(K=a(w),a)(w),a(w)),z)(w,Z,S(w,K)||S(w,t))}),z)(x,168,x),z(x,30,function(w,K,Z,t,A,c){(t=a(w),Z=a(w),A=a(w),w.V)==w&&(K=S(w,Z),c=S(w,A),S(w,t)[K]=c,198==t&&(w.N=void 0,2==K&&y0(7,7,8,0,w)))}),z(x,203,function(w,K,Z,t,A,c,n,W,D,g,F,I,O,U,B,u,KJ,N){for(u=(W=(g=(I=(F=(A=(K=a(w),function(d,T,R,M){for(;B<d;)F|=a(w)<<B,B+=8;return T=(M=(R=1<<d,(R|1)-(R&1)-2*(~(B-=d,R)&1)),2*(F|M)- -1+~(F|M)-(F^M)),F>>=d,T}),B=0),N=A(3),-2*~(N|1)-(N^1)+2*(~N&1)+2*(N|-2)),A(5)),n=0),[]);n<g;n++)U=A(1),u.push(U),W+=U?0:1;for(KJ=(t=(O=((W|0)-1).toString(2).length,0),[]);t<g;t++)u[t]||(KJ[t]=A(O));for(D=0;D<g;D++)u[D]&&(KJ[D]=a(w));for(Z=(c=[],I);Z--;)c.push(S(w,a(w)));z(w,K,function(d,T,R,M,w9){for(R=(w9=[],0),T=[];R<g;R++){if(!(M=KJ[R],u[R])){for(;M>=T.length;)T.push(a(d));M=T[M]}w9.push(M)}d.T=(d.K=d.o1(c.slice(),47),d.o1(w9,47))})}),x).j=[],"Submit")),z(x,167,function(w,K){L(77,1,true,false,w)||(K=pF(0,1,w),z(w,K.ql,K.sS.apply(K.a1,K.F)))}),z(x,252,function(w){w.vF(3)}),z)(x,151,function(w,K,Z,t,A,c,n){L(57,1,true,false,w)||(t=pF(0,1,w),A=t.a1,Z=t.sS,n=t.F,c=n.length,K=0==c?new A[Z]:1==c?new A[Z](n[0]):2==c?new A[Z](n[0],n[1]):3==c?new A[Z](n[0],n[1],n[2]):4==c?new A[Z](n[0],n[1],n[2],n[3]):2(),z(w,t.ql,K))}),z)(x,241,function(w){Ux(4,w)}),z(x,196,function(w,K,Z,t,A){(t=(Z=a(w),K=a(w),S)(w,Z),A=S(w,K),z)(w,K,A+t)}),[]),z)(x,67,2048),v=window.performance||{},v.timeOrigin||(v.timing||{}).navigationStart||0),z)(x,247,function(w,K,Z){(K=(Z=a(w),a(w)),z)(w,K,""+S(w,Z))}),false),z(x,213,function(){}),z)(x,75,function(w,K,Z,t,A,c,n,W,D,g){0!==(n=(A=(W=(Z=(t=(g=(c=a(w),D=a(w),a(w)),a(w)),S)(w,c),S(w,g)),S)(w,t),S)(w,D),Z)&&(K=vB(19,1,0,W,A,1,w,Z,n),G(15,false,n,K,Z),z(w,175,[Z,n,K]))}),z)(x,24,function(w,K){JD((K=S(w,a(w)),K),w,39)}),z(x,13,[]),z)(x,56,function(w,K,Z,t,A){Z=(t=(K=a(w),a)(w),S(w,K)),A=YD("number",Z,"null"),z(w,t,A)}),z)(x,11,function(w,K,Z){L(63,0,(Z=(K=a(w),S)(w,K),Z[2]),Z[0],Z[1])}),z)(x,23,[0,0,0]),z)(x,152,0),z(x,18,x.pe(4)),z)(x,192,function(w){Ux(1,w)}),z(x,164,r),z(x,187,{}),z(x,175,0),z(x,116,function(w,K,Z,t,A,c,n,W){(t=(K=(n=(Z=(A=(W=a(w),a(w)),a(w)),a)(w),S(w,n)),c=S(w,A),S(w,Z)),z)(w,W,vB(11,1,0,c,t,K,w))}),z)(x,183,[106,0,0]),z)(x,246,[]),z(x,147,function(w){w.vF(4)}),z)(x,41,function(w,K,Z,t,A){for(t=(K=hX(128,(Z=a(w),w),13),0),A=[];t<K;t++)A.push(a(w));z(w,Z,A)}),z(x,195,function(w,K,Z,t,A,c){A=(c=(Z=(K=a(w),a(w)),a(w)),S(w,K)),t=S(w,Z),z(w,c,+(A==t))}),x).VG=false,function(w,K,Z,t,A,c,n,W,D,g,F,I,O,U){return hX.call(this,w,K,7,Z,t,A,c,n,W,D,g,F,I,O,U)}),z(x,81,function(w,K,Z,t,A,c,n,W,D,g,F,I,O){if(!L(47,1,true,true,w)){if("object"==(t=(g=(K=(Z=(O=(I=a(w),a(w)),a(w)),W=a(w),S(w,Z)),S(w,W)),A=S(w,I),S(w,O)),YD("number",A,"null"))){for(n in c=[],A)c.push(n);A=c}for(K=(D=(F=0,A.length),0<K?K:1);F<D;F+=K)t(A.slice(F,(F|0)+(K|0)),g)}}),z(x,222,function(w,K,Z,t,A,c,n){if((n=(t=hX(128,(c=a(w),w),9),""),w.I)[72])for(K=S(w,72),Z=K.length,A=0;t--;)A=((A|0)+(hX(128,w,5)|0))%Z,n+=X[K[A]];else for(;t--;)n+=X[a(w)];z(w,c,n)}),z)(x,163,function(w,K,Z,t,A){(Z=(t=0!=(K=(A=a(w),a)(w),S)(w,A),S(w,K)),t)&&z(w,39,Z)}),z)(x,5,function(w,K,Z,t,A,c,n){L(7,1,true,false,w)||(t=pF(0,1,w),c=t.sS,n=t.a1,K=t.F,A=K.length,Z=0==A?n[c]():1==A?n[c](K[0]):2==A?n[c](K[0],K[1]):3==A?n[c](K[0],K[1],K[2]):2(),z(w,t.ql,Z))}),z(x,182,function(w,K,Z,t){if(Z=w.Tb.pop()){for(K=a(w);0<K;K--)t=a(w),Z[t]=w.I[t];(Z[67]=(Z[246]=w.I[246],w.I[67]),w).I=Z}else z(w,39,w.A)}),x.A=0,x.B=[],0),x,[hD]),[Ex,Q])),m)]),qw)(true,true,0,x,true)},pF=function(Q,x,m,v,q,X,w,K){for(w=((K=(q={},a)(m),q).ql=a(m),q.F=[],v=m.V==m?(a(m)|Q)-x:1,X=a(m),Q);w<v;w++)q.F.push(a(m));for(q.a1=S(m,X);v--;)q.F[v]=S(m,q.F[v]);return q.sS=S(m,K),q},mQ=[],z=function(Q,x,m){if(39==x||121==x)if(Q.I[x])Q.I[x][Q.M](m);else Q.I[x]=Q.Gb(m);else if(183!=x&&18!=x&&13!=x&&246!=x&&23!=x||!Q.I[x])Q.I[x]=Q.o1(m,x);198==x&&y0(7,11,8,0,Q)},hD=[],YD=(k.prototype.M="toString",function(Q,x,m,v,q){if((q=typeof x,"object")==q)if(x){if(x instanceof Array)return"array";if(x instanceof Object)return q;if(v=Object.prototype.toString.call(x),"[object Window]"==v)return"object";if("[object Array]"==v||typeof x.length==Q&&"undefined"!=typeof x.splice&&"undefined"!=typeof x.propertyIsEnumerable&&!x.propertyIsEnumerable("splice"))return"array";if("[object Function]"==v||"undefined"!=typeof x.call&&"undefined"!=typeof x.propertyIsEnumerable&&!x.propertyIsEnumerable("call"))return"function"}else return m;else if("function"==q&&"undefined"==typeof x.call)return"object";return q}),CJ=r.requestIdleCallback?function(Q){requestIdleCallback(function(){Q()},{timeout:4})}:r.setImmediate?function(Q){setImmediate(Q)}:function(Q){setTimeout(Q,0)},a=function(Q,x,m,v,q,X){if(Q.K)return l7(Q,Q.T);return(m=S(Q,39),x=m>>3,q=R5(3,Q,39,m),Q).N!=x>>3&&(Q.N=x>>3,X=S(Q,198),Q.HF=$d([0,0,X[1],X[2]],11,5,Q.N,Q.U)),q^Q.HF[v=Q[DS].length,-1-~(x|v)-(x^v)]},CF={},rE=(k.prototype.pe=function(Q,x){return y0.call(this,7,6,Q,x)},function(Q,x,m,v,q,X,w,K,Z,t){if(!m.i){m.Ml++;try{for(w=(Z=(X=(K=0,m.A),x),void 0);(m.Nl||--Z)&&(m.K||(K=S(m,q))<X);)try{t=void 0,m.K?w=l7(m,m.K):(z(m,v,K),t=a(m),w=S(m,t)),w&&w.call?w(m):zv(m,[CF,21,t],0,v),m.bk=Q,L(37,1,false,false,m)}catch(A){S(m,103)?zv(m,A,22,v):z(m,103,A)}Z||zv(m,[CF,33],0,v)}catch(A){try{zv(m,A,22,v)}catch(c){f(55,m,"~",c)}}m.Ml--}}),R5=function(Q,x,m,v){if(v>=x.A)throw[CF,31];return(z(x,m,(v|0)+8),x.B)[v>>Q]},e0=function(Q,x,m,v,q){return(rE(true,5001,x,v,(q=S(x,Q),x.B&&q<x.A?(z(x,Q,x.A),JD(m,x,Q)):z(x,Q,m),Q)),z(x,Q,q),S)(x,187)},l7=(k.prototype.MZ=void 0,function(Q,x,m){return(m=x(181440).shift(),Q.K(181440).length)||Q.T(181440).length||(Q.K=void 0,Q.T=void 0),m}),Nc=(k.prototype.yV=function(Q,x,m,v,q){if(3==Q.length){for(m=0;3>m;m++)x[m]+=Q[m];for(v=(q=[13,8,13,12,16,5,3,10,15],0);9>v;v++)x[3](x,v%3,q[v])}},function(Q,x,m,v,q,X,w,K){return(K=m[q]<<24,w=m[(q|1)-1- -2-(~q&1)]<<x,-~w+(K&~w)+(~K&w)+(K|~w))|m[(q|X)+Q]<<8|m[Q*(q&v)+-4-~(q|v)+(~q&v)]}),E,la=[],Ex=[],S=function(Q,x,m,v,q,X){if(void 0===(v=Q.I[x],v))throw[CF,30,x];return v(5670*(q=(q=(q=(q=(m=((q=x|0,q)*q|0)%1002|0,X=(((m*m|0)%1002|0)*q|0)%1002|0),(q*q|0)%1002|0),q=(q*q|0)%1002|0,(q*q|0)%1002|0),(q*q|0)%1002|0),(((q*q|0)%1002|0)*X|0)%1002|0))},DS=(V=k.prototype,k.prototype.Nl=false,[]),JD=(V.sI=function(Q,x,m,v,q,X,w,K,Z,t){return P.call(this,24,x,Q,m,v,q,X,w,K,Z,t)},V.L=(window.performance||{}).now?function(){return this.OS+window.performance.now()}:function(){return+new Date},V.g2=function(Q,x,m,v,q,X){return BB.call(this,1,3,5,Q,x,m,v,q,X)},k.prototype.iS=function(Q,x,m,v){try{v=Q[((x|0)+2)%3],Q[x]=(Q[x]|0)-(Q[((x|0)+1)%3]|0)-(v|0)^(1==x?v<<m:v>>>m)}catch(q){throw q;}},function(Q,x,m){((x.Tb.push(x.I.slice()),x.I)[m]=void 0,z)(x,m,Q)}),H=(V.pB=function(){return L.call(this,8)},function(Q,x,m,v){for(m=(v=(x|0)-1,[]);0<=v;v--)m[-2*~x+-2+~(x|1)+(~x&1)-(v|0)]=Q>>8*v&255;return m}),R$=(V.QV=(V.c6=function(Q,x,m,v,q){return AX.call(this,61,8,Q,x,m,v,q)},function(){return fJ.call(this,2,7)}),[]),WB=(k.prototype.P=function(Q,x){return Q=(x={},{}),function(m,v,q,X,w,K,Z,t,A,c,n,W,D,g,F,I,O,U,B,u,KJ,N,d,T,R,M,w9,o5){x=(u=x,Q);try{if(t=m[0],t==xD)return u==Q?41:76;if(t==Ex){T=m[1];try{for(w=(o5=[],0);w<T.length;){if((N=(A=(I=wE[T.charAt(w++)],q=w<T.length?wE[T.charAt(w)]:0,++w,w<T.length?wE[T.charAt(w)]:64),++w,w<T.length?wE[T.charAt(w)]:64),++w,null==I||null==q)||null==A||null==N)throw Error();o5.push(I<<2|q>>4),64!=A&&(o5.push(q<<4&240|A>>2),64!=N&&o5.push((O=(U=A<<6,-193-2*~(U|192)-(U^192)+(~U|192)),-2-~N-(~O^N)-(~O&N))))}z(this,(this.A=(this.B=o5,this).B.length<<3,198),[0,0,0])}catch(u7){zv(this,u7,17,121);return}rE(true,5001,this,121,39)}else if(t==WB)m[1].push(S(this,183).length,S(this,67),S(this,18).length,S(this,13).length),z(this,187,m[2]),this.I[0]&&e0(39,this,S(this,0),121);else{if(t==DS){(B=H((S(this,(c=m[2],183)).length|0)+2,2),v=this.V,this).V=this;try{d=S(this,246),0<d.length&&Y(183,this,H(d.length,2).concat(d),192),Y(183,this,H(this.ik,1),167),Y(183,this,H(this[DS].length,1)),X=0,W=S(this,18),X+=S(this,152)&2047,X-=(S(this,183).length|0)+5,4<W.length&&(X-=(Z=W.length,-3-2*~Z-2*(Z&-4)-(~Z^3))),0<X&&Y(183,this,H(X,2).concat(this.pe(X)),197),4<W.length&&Y(183,this,H(W.length,2).concat(W),86)}finally{this.V=v}if(K=((D=this.pe(2).concat(S(this,183)),D[1]=D[0]^204,D[3]=(g=D[1],w9=B[0],-1+~w9-~(g|w9)-(g|~w9)),D)[4]=(F=D[1],R=B[1],(F|0)-(R|0)+2*(~F&R)),this.fe(D)))K="<"+K;else for(K="",M=0;M<D.length;M++)n=D[M][this.M](16),1==n.length&&(n="0"+n),K+=n;return(S(this,(KJ=K,183)).length=c.shift(),z(this,67,c.shift()),S(this,18).length=c.shift(),S(this,13)).length=c.shift(),KJ}if(t==la)e0(39,this,m[1],121);else if(t==mQ)return e0(39,this,m[1],121)}}finally{x=u}}}(),[]),xD=[],zv=function(Q,x,m,v,q,X,w,K,Z,t,A){if(3<(q=(((X=S(((t=void 0,x&&x[0]===CF)&&(t=x[2],m=x[1],x=void 0),Q),246),0)==X.length&&(Z=S(Q,v)>>3,X.push(m,(K=Z>>8,255+(K&-256)-(K^255)),255-~Z+~(Z|255)),void 0!=t&&X.push(t&255)),A="",x)&&(x.message&&(A+=x.message),x.stack&&(A+=":"+x.stack)),S(Q,67)),q)){Q.V=(w=(A=(q-=(A=A.slice(0,(q|0)-3),(A.length|0)+3),sB(2048,A.replace(/\\r\\n/g,"\\n"),0)),Q.V),Q);try{Y(18,Q,H(A.length,2).concat(A),195)}finally{Q.V=w}}z(Q,67,q)},Ux=(k.prototype.xj=(k.prototype.vF=function(Q,x,m,v,q,X){return vB.call(this,9,x,Q,m,v,q,X)},k.prototype.fe=function(Q,x,m,v,q,X,w,K,Z,t,A,c){return FL.call(this,Q,9,x,m,v,q,X,w,K,Z,t,A,c)},function(Q,x,m){for(m=(x=a(this),0);0<Q;Q--)m=m<<8|a(this);z(this,x,m)}),function(Q,x,m,v){v=(m=a(x),a)(x),Y(v,x,H(S(x,m),Q))}),PQ,kd=function(Q,x,m,v,q,X,w,K,Z,t){for(;x.j.length;){K=(x.J=v,x).j.pop();try{Z=Q0(Q,K,q,x)}catch(A){f(56,x,m,A)}if(w&&x.J){t=x.J,t(function(){qw(true,X,0,x,X)});break}}return Z},qw=(PQ=function(Q,x,m){return m=a(Q),x=a(Q),-~m+~x+2*(~m&x)},function(Q,x,m,v,q,X,w,K){if(v.j.length){v.VG=(v.WF=(v.VG&&m(),x),Q);try{K=v.L(),v.tC=K,v.zb=m,v.Ce=K,X=kd(187,v,"~",null,25,true,x),w=v.L()-v.tC,v.ES+=w,w<(q?0:10)||v.BF--<=m||(w=Math.floor(w),v.DB.push(254>=w?w:254))}finally{v.VG=false}return X}}),b7,Ox=((k.prototype[R$]=[0,0,1,1,0,1,(b7=/./,1)],k).bind&&(PQ[k.prototype.M]=Ex.pop.bind(k.prototype[WB]),b7[k.prototype.M]=Ex.pop.bind(k.prototype[WB])),function(Q,x){return(x=Z0("tl",null,"error"))&&1===Q.eval(x.createScript("1"))?function(m){return x.createScript(m)}:function(m){return""+m}})(r),i7=r,BQ=["watchbell"];BQ[0]in i7||"undefined"==typeof i7.execScript||i7.execScript("var "+BQ[0]);for(var VN;BQ.length&&(VN=BQ.shift());)i7=i7[VN]&&i7[VN]!==Object.prototype[VN]?i7[VN]:i7[VN]={};40<(E=r.watchbell,E).m||(E.m=41,E.tl=Xk,E.a=r9),E.idC_=function(Q,x,m){return[(m=new k(x,Q),function(v){return p(21,false,v,m)})]};try{E.u||(G(23,false,"unload",function(){},r),E.u=1)}catch(Q){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="CiwiRJoDeDGswAQRDsxbHQ">
  document.bg = new watchbell.tl('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');
  </script>
<script nonce="CiwiRJoDeDGswAQRDsxbHQ">
  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="CiwiRJoDeDGswAQRDsxbHQ">
  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="CiwiRJoDeDGswAQRDsxbHQ">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="CiwiRJoDeDGswAQRDsxbHQ">
  (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="CiwiRJoDeDGswAQRDsxbHQ">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="CiwiRJoDeDGswAQRDsxbHQ">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fview%2Ff1sauk%2Findex.php%3Foption%3Dcom_ninjarsssyndicator%26feed_id%3D1%26format%3Draw\x26followup=https%3A%2F%2Fsites.google.com%2Fview%2Ff1sauk%2Findex.php%3Foption%3Dcom_ninjarsssyndicator%26feed_id%3D1%26format%3Draw\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fview%2Ff1sauk%2Findex.php%3Foption%3Dcom_ninjarsssyndicator%26feed_id%3D1%26format%3Draw\x26followup=https%3A%2F%2Fsites.google.com%2Fview%2Ff1sauk%2Findex.php%3Foption%3Dcom_ninjarsssyndicator%26feed_id%3D1%26format%3Draw\x26passive=1209600');
  </script>
  </body>
</html>
