
<!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="AFoagUVKthHiswLVf24hsyKw6PEB8XS9EA:1675871195275">
  <input type="hidden" name="continue" value="https://sites.google.com/a/colettas.org/test?feed=rss2">
  <input type="hidden" name="dsh" value="S1544218441:1675871195187157">
  <input type="hidden" name="flowEntry" value="ServiceLogin">
  <input type="hidden" name="followup" value="https://sites.google.com/a/colettas.org/test?feed=rss2">
  <input type="hidden" name="ifkv" value="AWnogHdBMYozYxZTu2KbxlRQEWaaDTU9ZaAMFtAXnMbC6RGEX1tdJRmD_WI9QpmZ0CCsaWh8Iuqa5g">
  <input type="hidden" name="osid" value="1">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlwCtdXhzxQ_rOkKFH9VJWkuOaFJ9dMd9yeYo8-3S0aRVsCJlUbHYk1JaIYQzsIetf-roHsNNplAxYny54Mt4Jvf2UfI5k5jje1WeZH8VJp9l4IhN4qzKb8lXUQpSUIHC9IA7iG4q0URhaLZLZRejNQfbl3dbNG5zto4Da4l0EI5pL_zvAuoEZiDuf8vCK77yC1Qn5if">
  <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%2Fa%2Fcolettas.org%2Ftest%3Ffeed%3Drss2&amp;osid=1&amp;ifkv=AWnogHcrGUpg8MGwB2-2c8ZVYJOm-lLqzivvb0AqOJ1guRjgvHy-n1IGdHhc8ylDwLQsx0ukhw_c&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?ifkv=AWnogHcrGUpg8MGwB2-2c8ZVYJOm-lLqzivvb0AqOJ1guRjgvHy-n1IGdHhc8ylDwLQsx0ukhw_c&amp;continue=https%3A%2F%2Fsites.google.com%2Fa%2Fcolettas.org%2Ftest%3Ffeed%3Drss2&amp;flowEntry=ServiceLogin&amp;followup=https%3A%2F%2Fsites.google.com%2Fa%2Fcolettas.org%2Ftest%3Ffeed%3Drss2&amp;osid=1&amp;dsh=S1544218441%3A1675871195187157">
  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%2Fa%2Fcolettas.org%2Ftest%3Ffeed%3Drss2">
  Create account
  </a>
  </span>
  </p>
<p class="tagline">
  One Google Account for everything Google
</p>
<div class="logo-strip"></div>
  </div>
  </div>
  </div>
</div>
  </div>
  <div class="google-footer-bar">
  <div class="footer content clearfix">
  <ul id="footer-list">
  <li>
  <a href="https://www.google.com/intl/en/about" target="_blank">
  About Google
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=&hl=en&privacy=true" target="_blank">
  Privacy
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=&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="9jLyS1ew9Qs9YetVY4BjHA">
  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="9jLyS1ew9Qs9YetVY4BjHA">//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjogMywic291cmNlcyI6WyIiXSwic291cmNlc0NvbnRlbnQiOlsiICJdLCJuYW1lcyI6WyJjbG9zdXJlRHluYW1pY0J1dHRvbiJdLCJtYXBwaW5ncyI6IkFBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUEifQ==
(function(){function A(a){return a}var x=function(a){return A.call(this,a)},W=function(a,l,K,v,C){if((v=(C=q.trustedTypes,K),!C)||!C.createPolicy)return v;try{v=C.createPolicy(l,{createHTML:x,createScript:x,createScriptURL:x})}catch(P){if(q.console)q.console[a](P.message)}return v},q=this||self;(0,eval)(function(a,l){return(l=W("error","tl",null))&&1===a.eval(l.createScript("1"))?function(K){return l.createScript(K)}:function(K){return""+K}}(q)(Array(7824*Math.random()|0).join("\n")+['//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjogMywic291cmNlcyI6WyIiXSwic291cmNlc0NvbnRlbnQiOlsiICJdLCJuYW1lcyI6WyJjbG9zdXJlRHluYW1pY0J1dHRvbiJdLCJtYXBwaW5ncyI6IkFBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUEifQ==',
'(function(){var lU=function(a,l,v,A,C,x,K,P){return(2>((v<<2&15||(K=l),v)|2)>>4&&1<=v-1>>3&&(this.src=l,this.X=a,this.O={}),v+4>>1)<v&&(v-6^30)>=v&&(P=function(){},C=void 0,x=a2(l,function(q){P&&(A&&ss(A),C=q,P(),P=void 0)},!!A)[a],K={low:function(q,W,M,m,D){function Y(){C(function(h){ss(function(){q(h)})},M)}if(!W)return m=x(M),q&&q(m),m;C?Y():(D=P,P=function(){D(),ss(Y)})}}),K},T=function(a,l,v,A,C,x,K){return((a^(3<=(a-(1>a-4>>4&&-86<=a-4&&(this.so=this.so),6)&15)&&19>(a^16)&&(A=typeof v,K=A==l&&null!=v||"function"==A),21))&7||(K=l&&l.parentNode?l.parentNode.removeChild(l):null),a)<<2&15||(x=V(A,1,v,8),(C=x>=l)&&Array.prototype.splice.call(A,x,1),K=C),K},X=function(a,l,v,A,C,x,K,P,q){if(2==(l>>((l&90)==l&&(a.P=true,a.listener=v,a.proxy=v,a.src=v,a.Oo=v),2)&6))for(K=A.length,P="string"===typeof A?A.split(v):A,x=a;x<K;x++)x in P&&C.call(void 0,P[x],x,A);if(2==(l>>1&7)&&a.K.length){a.H3=(a.H3&&0(),a.GZ=A,true);try{P=a.F(),a.i=P,a.g=P,a.KI=0,K=y(6,false,59,41,true,A,a),x=a.F()-a.g,a.F$+=x,x<(C?0:10)||0>=a.bC--||(x=Math.floor(x),a.yC.push(254>=x?x:254))}finally{a.H3=v}q=K}return q},AR=function(a,l,v,A,C,x){if(14>l-((l|40)==l&&(x=function(K){return v.call(x.src,x.listener,K)},v=K$,C=x),1)&&4<=(l<<1&6)){if(!v)throw Error("Invalid class name "+v);if("function"!==typeof A)throw Error("Invalid decorator function "+A);}return 2==(l|5)>>a&&(vq.call(this),this.v=new C$(this),this.X$=this,this.B3=null),C},k=function(a,l,v,A,C,x,K,P,q,W,M,m,D){if((v|72)==(10<=((v^39)&11)&&13>(v<<2&16)&&(D=(C=A>>>l*a,-255-2*~(C&255)+-2+(~C&255))),1==v-9>>3&&(D=l in iU?iU[l]:iU[l]=a+l),v))if(a.classList)Array.prototype.forEach.call(l,function(Y,h){a.classList?a.classList.add(Y):U(0,49,"string",a,Y)||(h=q8(32,a,3,"","string"),U("class",58,a,h+(0<h.length?" "+Y:Y)))});else{for(A in(Array.prototype.forEach.call((x={},Wq(4,33,"string",a)),function(Y){x[Y]=true}),Array).prototype.forEach.call(l,function(Y){x[Y]=true}),C="",x)C+=0<C.length?" "+A:A;U("class",60,a,C)}if(!(v+3>>4)){if((x.fI+=((P=(m=(M=(W=0<(l||x.KI++,x.Ai)&&x.H3&&x.GZ&&1>=x.kM&&!x.N&&!x.R&&(!l||1<x.LI-C)&&0==document.hidden,(q=4==x.KI)||W)?x.F():x.i,M-x.i),m)>>14,x.A)&&(x.A^=P*(m<<2)),P),x).V=P||x.V,q||W)x.KI=0,x.i=M;!W||M-x.g<x.Ai-(A?255:l?5:2)?D=false:(x.LI=C,K=p(l?252:234,x),b(a,x,x.I),x.K.push([M8,K,l?C+1:C]),x.R=ss,D=true)}return D},VY=function(a,l,v,A,C){return v<<1&a||(mM.call(this),A||DV||(DV=new Yp),this.v3=this.mg=this.oL=this.Eo=l,this.nI=false,this.qS=void 0,this.DH=l),C},H=function(a,l,v,A,C,x,K,P,q){if(3==(a|6)>>3)if(x=v.length,x>l){for(A=(C=Array(x),l);A<x;A++)C[A]=v[A];q=C}else q=[];return(a^69)>>(a-(a-8<<1<a&&a-2<<2>=a&&(P=function(){},P.prototype=A.prototype,v.B=A.prototype,v.prototype=new P,v.prototype.constructor=v,v.yk=function(W,M,m){for(var D=Array(arguments.length-l),Y=l;Y<arguments.length;Y++)D[Y-l]=arguments[Y];return A.prototype[M].apply(W,D)}),9)<<1>=a&&(a-3|39)<a&&(K.classList?K.classList.remove(x):U(A,48,v,K,x)&&U(l,57,K,Array.prototype.filter.call(Wq(4,34,v,K),function(W){return W!=x}).join(C))),4)||(q=Math.floor(this.F$+(this.F()-this.g))),q},V=function(a,l,v,A,C,x,K,P,q,W,M,m,D,Y){if((A-2|55)>=A&&(A-6|24)<A){if(!x)throw Error("Invalid event type");if(!(D=T(((M=U(q,13))||(q[Tr]=M=new C$(q)),26),l,a)?!!a.capture:!!a,m=M.add(x,P,C,D,K),m).proxy){if((m.proxy=(W=AR(3,40),W),W.src=q,W).listener=m,q.addEventListener)hR||(a=D),void 0===a&&(a=v),q.addEventListener(x.toString(),W,a);else if(q.attachEvent)q.attachEvent(k("on",x.toString(),18),W);else if(q.addListener&&q.removeListener)q.addListener(W);else throw Error("addEventListener and attachEvent are unavailable.");yY++}}if((A|8)==A)a:if("string"===typeof a)Y="string"!==typeof v||v.length!=l?-1:a.indexOf(v,0);else{for(C=0;C<a.length;C++)if(C in a&&a[C]===v){Y=C;break a}Y=-1}if((A-2^32)<A&&(A+6^15)>=A)a:{for(x in C)if(a.call(void 0,C[x],x,C)){Y=l;break a}Y=v}return Y},XE=function(a,l,v,A,C,x,K,P,q){return(l+5>>2<l&&(l-6|30)>=l&&(q=!!(C=A.pI,-2*~(C&v)+~C+(C^v)+(C|~v))&&f(v,16,A)),l&a)==l&&(K=typeof x,P=K!=v?K:x?Array.isArray(x)?"array":K:"null",q=P==C||P==v&&typeof x.length==A),q},f=function(a,l,v,A,C,x,K,P,q,W,M,m,D){if((l|(3>(l<<2&((l&77)==l&&(D=Object.prototype.hasOwnProperty.call(a,Si)&&a[Si]||(a[Si]=++Us)),6))&&1<=l-5>>3&&(D=!!(A=v.kL,-~(A&a)+(A^a)-(~A&a)+(~A|a))),40))==l)if(M=v.v.O[String(x)]){for(M=M.concat(),m=a,K=true;m<M.length;++m)(q=M[m])&&!q.P&&q.capture==A&&(W=q.listener,P=q.Oo||q.src,q.W&&Z(29,null,q,v.v),K=false!==W.call(P,C)&&K);D=K&&!C.defaultPrevented}else D=true;return D},n=function(a,l,v,A,C,x,K,P,q,W){return((v+7&(0<=(v|2)>>3&&17>(v|5)&&(gm.call(this,l?l.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.h=null,l&&(x=this.type=l.type,K=l.changedTouches&&l.changedTouches.length?l.changedTouches[0]:null,this.target=l.target||l.srcElement,this.currentTarget=A,C=l.relatedTarget,C||("mouseover"==x?C=l.fromElement:"mouseout"==x&&(C=l.toElement)),this.relatedTarget=C,K?(this.clientX=void 0!==K.clientX?K.clientX:K.pageX,this.clientY=void 0!==K.clientY?K.clientY:K.pageY,this.screenX=K.screenX||0,this.screenY=K.screenY||0):(this.offsetX=l.offsetX,this.offsetY=l.offsetY,this.clientX=void 0!==l.clientX?l.clientX:l.pageX,this.clientY=void 0!==l.clientY?l.clientY:l.pageY,this.screenX=l.screenX||0,this.screenY=l.screenY||0),this.button=l.button,this.keyCode=l.keyCode||0,this.key=l.key||"",this.charCode=l.charCode||("keypress"==x?l.keyCode:0),this.ctrlKey=l.ctrlKey,this.altKey=l.altKey,this.shiftKey=l.shiftKey,this.metaKey=l.metaKey,this.pointerId=l.pointerId||0,this.pointerType="string"===typeof l.pointerType?l.pointerType:Gr[l.pointerType]||"",this.state=l.state,this.h=l,l.defaultPrevented&&R2.B.preventDefault.call(this))),(v^78)>>4||(l.CI=function(){return l.YM?l.YM:l.YM=new l},l.YM=void 0),27))<v&&(v-5|28)>=v&&"number"!==typeof C&&C&&!C.P&&((K=C.src)&&K[ji]?Z(30,l,C,K.v):(q=C.type,P=C.proxy,K.removeEventListener?K.removeEventListener(q,P,C.capture):K.detachEvent?K.detachEvent(k(A,q,17),P):K.addListener&&K.removeListener&&K.removeListener(P),yY--,(x=U(K,27))?(Z(28,l,C,x),0==x.X&&(x.src=l,K[Tr]=l)):X(C,a,l))),10)<=(v>>1&15)&&27>v+1&&N.call(this,l,A||p$.CI(),C),W},q8=function(a,l,v,A,C,x,K,P,q){if(23>(4>((v|3)&8)&&-80<=v+2&&(q=typeof l.className==C?l.className:l.getAttribute&&l.getAttribute("class")||A),v)-4&&9<=(v|1))a:{switch(K){case x:q=P?"disable":"enable";break a;case 2:q=P?"highlight":"unhighlight";break a;case l:q=P?"activate":"deactivate";break a;case 8:q=P?"select":"unselect";break a;case A:q=P?"check":"uncheck";break a;case a:q=P?"focus":"blur";break a;case C:q=P?"open":"close";break a}throw Error("Invalid component state");}return q},Hq=function(a,l,v,A,C,x,K,P,q,W,M,m){if(1==((A&39)==A&&(W=K&7,P=bU,x=[70,-11,51,-21,40,-100,x,-26,43,-16],q=kp[C.l](C.hi),q[C.l]=function(D){W=-1-~(W+=6+7*(M=D,K),W|7)-(W^7)},q.concat=function(D,Y,h,S){return(M=(D=(h=-62*a*a*M-(Y=a%16+1,-682*a*M)+1*a*a*Y+62*M*M+x[W+19&7]*a*Y- -2666*M+(P()|l)*Y+W-Y*M,x[h]),void 0),x)[(S=W+61,-~(S&7)+(~S&7)+(S|-8))+(-~(K&v)+(K&-3)+(~K|v))]=D,x[W+(3+(K&-3)+(~K^v))]=-11,D},m=q),A+4&3)){for(C=(x=O(l,3),0);0<a;a--)C=C<<v|z(true,l,8);b(x,l,C)}return(A|4)>>4||(m=(K=(P=C[a]<<24,x=C[(a|1)-~a+(~a|1)]<<16,(P&x)-(~P^x)+(~P&x)+(P|~x)),q=C[-2-~a-~(a|2)-(a&-3)]<<8,(K&q)-2*(~K^q)+(K|~q)+(~K|q))|C[(a|l)+v]),m},dm=function(a,l,v,A,C,x,K,P,q){if(2>(v-8&(1==(v>>1&((v^37)&7||(K=z(true,l,8),a+(K^128)-2*(~K&128)+(~K|128)&&(K=(C=-~(K&127)- -1+2*(K^127)+2*(~K^127),x=z(true,l,8)<<A,(C&x)+~(C&x)-~(C|x))),q=K),7))&&(C=kp[l.l](l.QC),C[l.l]=function(){return A},C.concat=function(W){A=W},q=C),8))&&4<=((v^55)&7))if(x="array"===f$("null",C,"call")?C:[C],this.D)A(this.D);else try{P=!this.K.length,K=[],y(31,this,[FE,K,x],0),y(39,this,[$p,A,K],0),l&&!P||X(this,21,false,l,true)}catch(W){E(W,":",this,5),A(this.D)}return q},y=function(a,l,v,A,C,x,K,P,q,W,M){if(!(a<<1&3)){for(;K.K.length;){K.R=null,q=K.K.pop();try{P=ZV(v,K,q,A)}catch(m){E(m,":",K,6)}if(x&&K.R){W=K.R,W(function(){X(K,52,l,C,C)});break}}M=P}return a-6<<1>=a&&(a+6&26)<a&&l.K.splice(A,A,v),M},Z=function(a,l,v,A,C,x,K,P,q,W){if(!((((3==(a>>2&15)&&(W=(C=o2[l.substring(0,3)+"_"])?C(l.substring(3),A,v):N8("live",10,A,l)),a)-1^27)<a&&(a+4&46)>=a&&(C=v.type,C in A.O&&T(32,0,v,A.O[C])&&(X(v,26,l),0==A.O[C].length&&(delete A.O[C],A.X--))),a-2)&7))if(Array.isArray(K))for(q=0;q<K.length;q++)Z(18,"object",v,true,C,x,K[q],P);else x=n$(105,9,x),P&&P[ji]?P.v.add(String(K),x,A,T(30,l,v)?!!v.capture:!!v,C):V(v,"object",false,5,A,K,C,x,P);if(1<=(a+3&13)&&14>(a^79))a:{for(P=l;P<x.length;++P)if(K=x[P],!K.P&&K.listener==v&&K.capture==!!A&&K.Oo==C){W=P;break a}W=-1}return W},JR=function(a,l,v,A,C,x,K,P,q){return(v-7^a)<v&&(v+3^30)>=v&&(this.listener=C,this.proxy=null,this.src=K,this.type=A,this.capture=!!x,this.Oo=P,this.key=++Os,this.W=this.P=l),q},N8=function(a,l,v,A,C,x,K,P,q,W,M){return 2==(l>>(4>(l>>2&8)&&2<=((l^47)&3)&&(Array.isArray(x)&&(x=x.join(" ")),P="aria-"+K,""===x||void 0==x?(zr||(q={},zr=(q.atomic=false,q.autocomplete="none",q.dropeffect="none",q.haspopup=false,q[a]="off",q.multiline=false,q.multiselectable=false,q.orientation="vertical",q.readonly=false,q.relevant="additions text",q.required=false,q[v]="none",q.busy=false,q.disabled=false,q.hidden=false,q.invalid=A,q)),W=zr,K in W?C.setAttribute(P,W[K]):C.removeAttribute(P)):C.setAttribute(P,x)),2)&7)&&(v(function(m){m(A)}),M=[function(){return A}]),M},tR=function(a,l,v,A,C,x){return(A>>1&7||(v.classList?Array.prototype.forEach.call(C,function(K){H(a,"class","string",0," ",K,v)}):U("class",56,v,Array.prototype.filter.call(Wq(l,32,"string",v),function(K){return!(0<=V(C,1,K,10))}).join(" "))),A|24)==A&&(this.V=v),x},uU=function(a,l,v,A,C,x,K,P,q,W){return 1==((v>>2&7||(A.ZH(function(M){K=M},x,C),W=K),v>>2)&7)&&(x.P?q=true:(C=new R2(A,this),P=x.listener,K=x.Oo||x.src,x.W&&n(24,a,27,l,x),q=P.call(K,C)),W=q),W},E=function(a,l,v,A,C,x,K,P,q,W){if((A|(22>A+2&&6<=((A|2)&7)&&(v.D=((v.D?v.D+"~":"E:")+a.message+l+a.stack).slice(0,2048)),40))==A){if(!(Es.call(this,a),q=v)){for(x=this.constructor;x;){if(C=(K=f(x,5),wm[K]))break;x=(P=Object.getPrototypeOf(x.prototype))&&P.constructor}q=C?"function"===typeof C.CI?C.CI():new C:null}this.J=q}if(((A|80)==A&&(b(a,v,l),l[rm]=2796),3)==(A|8)>>3)for(K in P=v,a.O){for(x=(C=v,a.O[K]);C<x.length;C++)++P,X(x[C],18,l);a.X--,delete a.O[K]}if(28<=(A^44)&&11>(A<<2&16)){if(a=window.btoa){for(C=0,v="";C<l.length;C+=8192)v+=String.fromCharCode.apply(null,l.slice(C,C+8192));x=a(v).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}else x=void 0;W=x}return W},Wq=function(a,l,v,A,C){return(l|((l^19)>>a||(this.j=w.document||document),32))==l&&(C=A.classList?A.classList:q8(32,A,5,"",v).match(/\\S+/g)||[]),C},n$=function(a,l,v,A){return 16>(l|((l&a)==l&&("function"===typeof v?A=v:(v[I2]||(v[I2]=function(C){return v.handleEvent(C)}),A=v[I2])),6))&&1<=l-3>>3&&(A=Math.floor(this.F())),A},ei=function(a,l,v,A,C,x,K,P,q,W,M){if(!((v|5)>>3)){for(P=C=0;P<l.length;P++)C+=l.charCodeAt(P),C+=C<<10,C^=C>>6;q=new Number((K=(1<<a)-1,-~(x=(C=(C+=C<<3,W=C>>11,(C&W)+~(C&W)-(~C^W)),C+(C<<15)>>>0),x&K)+(x&~K)+(~x|K))),q[0]=(x>>>a)%A,M=q}return 1==(v^22)>>3&&(this.type=l,this.currentTarget=this.target=a,this.defaultPrevented=this.S=false),M},O=function(a,l,v,A,C,x,K,P,q,W,M){return(l-(l+6&6||(a.N?W=QY(a,a.L):(v=L$(true,a,234,8),v&128&&(v=2*(v|128)- -2+~v+-129,C=L$(true,a,234,2),v=(A=v<<2,-4-2*~A-(A^C)-2*(A|~C))),W=v)),4)^13)>=l&&l+8>>1<l&&(W=M=function(){if(K.V==K){if(K.C){var m=[cq,C,x,void 0,P,q,arguments];if(A==a)var D=X(K,36,(y(33,K,m,0),false),v,v);else if(1==A){var Y=!K.K.length;(y(27,K,m,0),Y)&&X(K,37,false,v,v)}else D=ZV(59,K,m,41);return D}P&&q&&P.removeEventListener(q,M,Bq)}}),W},aS=function(a,l,v,A,C,x,K,P,q,W,M){if((A-7^29)<A&&(A+8&40)>=A)if(C&&C.once)Z(10,"object",C,v,K,q,P,x);else if(Array.isArray(P))for(W=l;W<P.length;W++)aS(3,0,true,a,C,x,K,P[W],q);else q=n$(105,32,q),x&&x[ji]?x.v.add(String(P),q,false,T(25,"object",C)?!!C.capture:!!C,K):V(C,"object",false,a,false,P,K,q,x);return(A&117)==(1==A+2>>a&&v.mg&&v.mg.forEach(l,void 0),A)&&(M=f(v,20,C)&&!!(C.H&v)!=x&&(!(K=C.OC,(K|v)+(~K^v)-(~K&v)-(K|~v))||C.dispatchEvent(q8(32,4,8,16,l,1,v,x)))&&!C.so),M},sU=function(a,l,v,A,C,x,K,P,q,W,M,m,D){if(11<=P<<1&&28>(P|4))if(Array.isArray(C))for(m=x;m<C.length;m++)sU(a,l,v,A,C[m],0,"object",6);else W=T(31,K,l)?!!l.capture:!!l,A=n$(105,8,A),v&&v[ji]?v.v.remove(String(C),A,W,a):v&&(M=U(v,11))&&(q=M.NS(C,A,a,W))&&n(24,null,26,"on",q);if((P-2|8)<P&&(P+4^9)>=P){for(v=(W=[],A=0);A<x.length;A++)for(v+=K,C=(q=C<<K,l=x[A],-2-~l-(~q^l)-(~q&l));7<v;)v-=8,W.push((a=C>>v,255-~a+~(a|255)));D=W}return D},U=function(a,l,v,A,C,x,K,P,q){return(l|56)==(4==(((l^48)>>3||(A.classList?K=A.classList.contains(C):(x=Wq(4,35,v,A),K=V(x,1,C,11)>=a),q=K),l)|7)>>4&&(q=kp[v](kp.prototype,{stack:a,prototype:a,pop:a,console:a,propertyIsEnumerable:a,document:a,splice:a,floor:a,length:a,replace:a,call:a,parent:a})),l+7>>4||(P=v,P=(x=P<<13,(P|x)+~x-(P|~x)),P=(C=P>>17,-(C|0)+(P|C)+(~P&C)),P=(K=P<<5,2*~(P&K)-~P-~K),(P&=A)||(P=1),q=-~a+~P+2*(~a&P)),3<=l>>1&&1>(l+5&13)&&(v=a[Tr],q=v instanceof C$?v:null),l)&&("string"==typeof v.className?v.className=A:v.setAttribute&&v.setAttribute(a,A)),q},lo=function(a,l,v,A,C,x,K,P,q,W){for(W=(q=A[K]|l,P=l,A[2]|l);16>P;P++)v=v>>>8|v<<C,q=q>>>8|q<<C,q+=W|l,v+=x|l,x=x<<K|x>>>29,q^=P+1310,v^=W+1310,W=W<<K|W>>>29,W^=q,x^=v;return[k(8,K,40,x),k(8,2,a,x),k(8,1,a,x),k(8,l,25,x),k(8,K,57,v),k(8,2,25,v),k(8,1,40,v),k(8,l,56,v)]},QY=function(a,l,v){return(v=l.create().shift(),a.N.create().length||a.L.create().length)||(a.L=void 0,a.N=void 0),v},gm=function(a,l){return ei.call(this,l,a,24)},r=function(a,l,v){v=this;try{KI(this,a,l)}catch(A){E(A,":",this,12),l(function(C){C(v.D)})}},KI=function(a,l,v,A,C,x){for(C=(x=(a.QC=(a.hi=U({get:function(){return this.concat()}},(a.N2=(a.dc=CI,vx),a.DI=a[$p],65),a.l),kp[a.l](a.hi,{value:{value:{}}})),[]),0);399>C;C++)x[C]=String.fromCharCode(C);X((y(35,a,(y(37,(y((E(322,(b(264,a,(E(391,function(K,P,q,W,M,m){b((m=p((P=(M=(W=O(K,27),O(K,3)),q=O(K,34),p(W,K)),M),K),q),K,P[m])},a,(E(258,(a.wc=(E(453,function(K,P,q,W,M){(P=(M=O((q=O(K,18),K),19),p(M,K)),W=p(q,K),b)(M,K,P+W)},a,(b(452,(E(444,(E(346,function(K,P){M0((P=p(O(K,35),K),P),K.V,234)},((E(229,(E(311,(b(380,a,(b(59,(E(482,(E(34,function(K){q0(4,K)},a,(b(437,a,(E(335,function(K,P,q,W,M,m){b((P=p((q=(W=O(K,(m=O(K,(M=O(K,34),18)),18)),p)(M,K),m),K),W),K,q in P|0)},a,(E(61,(E(487,function(K,P,q,W,M,m){q=p((W=O(K,(M=O((m=O(K,27),K),27),18)),m),K),P=p(M,K),b(W,K,+(q==P))},(E(275,function(K,P,q,W){W=z(true,(P=O(K,18),K),8),q=O(K,19),b(q,K,p(P,K)>>>W)},a,(E(127,function(K,P,q,W,M,m,D){for(q=(W=(M=dm(129,K,5,(D=O(K,11),7)),""),p)(28,K),m=q.length,P=0;M--;)P=((P|0)+(dm(129,K,21,7)|0))%m,W+=x[q[P]];b(D,K,W)},(E(232,function(K,P,q,W,M,m,D,Y,h,S,g,t,I,J,Pq,F,d){function u(R,G){for(;P<R;)S|=z(true,K,8)<<P,P+=8;return G=S&((P-=R,1)<<R)-1,S>>=R,G}for(M=(m=(d=(S=P=(h=O(K,34),0),Pq=(g=u(3),2*(g&1)+~(g&1)-~(g|1)),u(5)),0),[]),q=0;m<d;m++)J=u(1),M.push(J),q+=J?0:1;for(D=(I=(-2*~q+-4-(q|-2)+(~q|1)).toString(2).length,0),F=[];D<d;D++)M[D]||(F[D]=u(I));for(W=0;W<d;W++)M[W]&&(F[W]=O(K,35));for(Y=[],t=Pq;t--;)Y.push(p(O(K,19),K));E(h,function(R,G,xp,e,c){for(c=(xp=[],0),G=[];c<d;c++){if(!(e=F[c],M)[c]){for(;e>=G.length;)G.push(O(R,3));e=G[e]}xp.push(e)}R.L=dm(129,(R.N=dm(129,R,19,Y.slice()),R),3,xp)},K,86)},(E(470,(b(503,a,[0,0,(b(483,(E(439,function(K,P,q){(P=O(K,11),q=p(P,K.V),q[0]).removeEventListener(q[1],q[2],Bq)},a,(b(373,(E(313,function(K,P,q,W,M){!k(234,true,7,false,P,K)&&(q=Px(35,true,0,1,K),M=q.Ji,W=q.MS,K.V==K||M==K.iC&&W==K)&&(b(q.xM,K,M.apply(W,q.o)),K.i=K.F())},a,(E(9,function(){},a,(E(7,(E(323,function(K){q0(3,K)},a,(E(396,function(K,P,q,W,M,m,D,Y,h,S,g,t,I,J){if(!k(234,true,5,true,P,K)){if((D=(h=p((g=(S=(W=(q=O(K,(I=(m=O(K,19),O(K,11)),19)),O(K,19)),p(I,K)),p)(W,K),q),K),p(m,K)),"object")==f$("null",D,"call")){for(J in Y=[],D)Y.push(J);D=Y}for(h=(t=(M=0,D.length),0<h)?h:1;M<t;M+=h)S(D.slice(M,-~(M&h)+2*~M-3*~(M|h)+2*(M|~h)),g)}},a,((b(368,(E(133,function(K,P,q,W){b((q=O((W=O(K,(P=O(K,3),35)),K),11),q),K,p(P,K)||p(W,K))},a,(b(247,(E(116,function(K,P,q,W,M,m,D,Y,h,S){0!==(P=(h=(q=O(K,(W=O((Y=(m=O(K,3),O(K,19)),K),35),27)),p(Y,K)),S=p(m,K.V),D=p(q,K),p(W,K)),S)&&(M=O(2,21,false,1,P,D,K,S,h),S.addEventListener(h,M,Bq),b(104,K,[S,h,M]))},a,(E(327,(E(112,function(K,P,q,W,M){b((M=f$("null",(q=O(K,(W=O(K,27),3)),P=p(W,K),P),"call"),q),K,M)},a,(E(66,(new io((b(252,(b(234,(a.GZ=(a.uC=[],a.fI=1,(a.Vk=((a.TZ=void 0,a.K=(a.IL=[],[]),a.Ai=0,a.D=void 0,a.A=void 0,a).g=(a.N=void 0,a.R=null,a.KI=(a.H3=false,void 0),0),a.c3=(a.LI=(a.C=[],8001),false),a.i=0,A=window.performance||{},a.G=[],a.L=void 0,a.bC=25,A.timeOrigin)||(A.timing||{}).navigationStart||0,a.V=a,a.iC=(a.kM=(a.F$=0,a.I=0,0),a.yC=[],a.Z=void 0,function(K){return tR.call(this,41,4,K,24)}),a).YL=0,false),a),0),a),0),"Submit")),function(K){Hq(4,K,8,21)}),a,92),87)),function(K){xQ(K,1)}),a,84),84)),a),w),94)),a),2048),a).EC=0,85)),86)),b(104,a,0),function(K){xQ(K,4)}),a,94),92)),95)),a),Wx(4)),84)),a),717),0)]),function(K,P,q,W){if(q=K.uC.pop()){for(P=z(true,K,8);0<P;P--)W=O(K,35),q[W]=K.C[W];(q[368]=(q[437]=K.C[437],K.C[368]),K).C=q}else b(234,K,K.I)}),a,95),a),93),a),93),87)),a),93),function(K,P,q,W){(W=p((P=O(K,(q=O(K,27),34)),P),K),0!=p(q,K))&&b(234,K,W)}),a,85),95)),[])),87)),function(K,P,q,W){k(234,true,3,false,P,K)||(q=O(K,11),W=O(K,34),b(W,K,function(M){return eval(M)}(AG(p(q,K.V)))))}),a,84),a),{}),a)),b(84,a,0),function(K,P,q,W,M,m,D,Y){D=(q=O(K,(W=O(K,(M=O(K,27),m=O(K,34),3)),18)),P=p(m,K),p(W,K)),Y=p(q,K),b(M,K,O(2,20,false,Y,P,D,K))}),a,94),function(K,P,q){(P=O((q=O(K,18),K),34),b)(P,K,""+p(q,K))}),a,92),a).l8=0,a),87),function(K,P,q,W,M,m,D,Y,h){k(234,true,10,false,P,K)||(h=Px(35,true,0,1,K.V),W=h.MS,Y=h.xM,q=h.Ji,D=h.o,m=D.length,M=0==m?new W[q]:1==m?new W[q](D[0]):2==m?new W[q](D[0],D[1]):3==m?new W[q](D[0],D[1],D[2]):4==m?new W[q](D[0],D[1],D[2],D[3]):2(),b(Y,K,M))}),a,86),a),[106,0,0]),85)),0),function(K,P,q,W,M,m){(W=O(K,(M=(P=O(K,34),O(K,11)),3)),K.V==K)&&(m=p(W,K),q=p(M,K),p(P,K)[q]=m,382==P&&(K.Z=void 0,2==q&&(K.A=L$(false,K,234,32),K.Z=void 0)))}),a,86),85)),[])),function(K,P,q,W,M){for(M=(P=dm(129,K,13,(W=O(K,18),7)),[]),q=0;q<P;q++)M.push(z(true,K,8));b(W,K,M)}),a,92),29),a,[rm],0),a),[mr,l],0),[Dc,v]),0),a),5,false,true,true)},mM=function(){return AR.call(this,3,16)},Wx=function(a,l){for(l=[];a--;)l.push(255*Math.random()|0);return l},xQ=function(a,l,v,A){Q(a,(v=O(a,(A=O(a,35),19)),L(l,p(A,a))),v)},YQ=function(a,l,v,A,C){if(3==a.length){for(v=0;3>v;v++)l[v]+=a[v];for(C=[13,8,(A=0,13),12,16,5,3,10,15];9>A;A++)l[3](l,A%3,C[A])}},a2=function(a,l,v,A){return Z.call(this,12,a,v,l,A)},Vr=function(a,l,v,A,C,x,K,P){(l.push((v=(A=a[0]<<24,P=a[1]<<16,2*(P|0)+~P-(~A|P))|a[2]<<8,C=a[3],~(v&C)-2*~(v|C)+(~v^C))),l.push(a[4]<<24|a[5]<<16|a[6]<<8|a[7]),l).push((x=a[8]<<24,K=a[9]<<16,(x|0)-(~x^K)+(~x|K))|a[10]<<8|a[11])},hG=function(a,l,v,A,C,x){return b(a,A,(T6((x=p(a,A),A.G&&x<A.I?(b(a,A,A.I),M0(v,A,a)):b(a,A,v),6),l,A,":"),x)),p(C,A)},Yp=function(){return Wq.call(this,4,16)},R2=function(a,l,v,A,C){return n.call(this,24,a,3,l,v,A,C)},B,Q=function(a,l,v,A,C,x,K,P,q){if(a.V==a)for(x=p(v,a),373==v?(K=function(W,M,m,D,Y,h,S){if(x.j7!=(h=x.length,S=-2*~h+2*~(h|4)+(h^4)>>3,S)){Y=(m=S<<3,-~(m&(x.j7=(M=[0,0,q[1],q[2]],S),4))+-2+~(m|4)-2*(~m|4));try{x.W3=lo(41,0,Hq((Y|0)+4,0,3,8,x),M,24,Hq(Y,0,3,10,x),3)}catch(g){throw g;}}x.push((D=x.W3[h&7],-2*(D&W)-2*~(D|W)+(D|~W)+(~D|W)))},q=p(503,a)):K=function(W){x.push(W)},A&&K(256+(A|-256)),C=0,P=l.length;C<P;C++)K(l[C])},yr=function(a,l,v,A,C,x,K,P,q,W){function M(m){m&&l.appendChild("string"===typeof m?v.createTextNode(m):m)}for(q=x;q<K.length;q++)if(W=K[q],!XE(47,3,"object",A,"array",W)||T(25,"object",W)&&W.nodeType>a)M(W);else{a:{if(W&&typeof W.length==A){if(T(27,"object",W)){P="function"==typeof W.item||typeof W.item==C;break a}if("function"===typeof W){P="function"==typeof W.item;break a}}P=false}X(a,9,"",P?H(24,a,W):W,M)}},b=function(a,l,v){if(234==a||252==a)l.C[a]?l.C[a].concat(v):l.C[a]=dm(129,l,18,v);else{if(l.c3&&382!=a)return;452==a||373==a||264==a||437==a||503==a?l.C[a]||(l.C[a]=Hq(a,0,2,34,l,v,46)):l.C[a]=Hq(a,0,2,32,l,v,81)}382==a&&(l.A=L$(false,l,234,32),l.Z=void 0)},Px=function(a,l,v,A,C,x,K,P,q,W){for(P=O((q=O(C,(x=C[Xk]||{},a)),x.xM=O(C,11),x.o=[],K=C.V==C?(z(l,C,8)|v)-A:1,C),3),W=v;W<K;W++)x.o.push(O(C,11));for(x.MS=p(P,C);K--;)x.o[K]=p(x.o[K],C);return x.Ji=p(q,C),x},L$=function(a,l,v,A,C,x,K,P,q,W,M,m,D,Y,h,S,g){if(M=p(v,l),M>=l.I)throw[Sr,31];for(D=(x=(K=M,h=A,l.DI.length),0);0<h;)Y=K%8,S=8-(Y|0),P=S<h?S:h,q=K>>3,g=l.G[q],a&&(C=l,C.Z!=K>>6&&(C.Z=K>>6,W=p(382,C),C.TZ=lo(41,0,C.Z,[0,0,W[1],W[2]],24,C.A,3)),g^=l.TZ[q&x]),D|=(g>>8-(Y|0)-(P|0)&(1<<P)-1)<<(h|0)-(P|0),K+=P,h-=P;return b(v,l,(m=D,(M|0)+(A|0))),m},io=function(a,l,v){return n.call(this,24,a,20,l,v)},ZV=function(a,l,v,A,C,x,K,P,q,W){if(q=v[0],q==FE)l.bC=25,l.u(v);else if(q==$p){K=v[1];try{W=l.D||l.u(v)}catch(M){E(M,":",l,7),W=l.D}K(W)}else if(q==M8)l.u(v);else if(q==mr)l.u(v);else if(q==Dc){try{for(x=0;x<l.IL.length;x++)try{C=l.IL[x],C[0][C[1]](C[2])}catch(M){}}catch(M){}(0,(l.IL=[],v)[1])(function(M,m){l.ZH(M,true,m)},function(M){(y(27,l,[UU],(M=!l.K.length,0)),M)&&X(l,20,false,true,false)})}else{if(q==cq)return P=v[2],b(A,l,v[6]),b(a,l,P),l.u(v);q==UU?(l.G=[],l.yC=[],l.C=null):q==rm&&"loading"===w.document.readyState&&(l.R=function(M,m){function D(){m||(m=true,M())}(w.document.addEventListener((m=false,"DOMContentLoaded"),D,Bq),w).addEventListener("load",D,Bq)})}},gb=function(a,l,v,A,C){return k.call(this,a,l,74,v,A,C)},Es=function(a){return VY.call(this,7,null,8,a)},C$=function(a){return lU.call(this,0,a,21)},q0=function(a,l,v,A,C,x,K){Q(l,(v=(A=O(l,(x=-~(C=a&3,a&4)+(a&-5)+(~a|4),K=O(l,27),18)),p)(K,l),x&&(v=G6(12,""+v)),C&&Q(l,L(2,v.length),A),v),A)},jr=function(a,l){for(var v=1,A,C;v<arguments.length;v++){for(C in A=arguments[v],A)a[C]=A[C];for(var x=0;x<RS.length;x++)C=RS[x],Object.prototype.hasOwnProperty.call(A,C)&&(a[C]=A[C])}},p$=function(){return N8.call(this,"live",14)},N=function(a,l,v,A,C,x,K,P){return E.call(this,v,a,l,40,A,C,x,K,P)},T6=function(a,l,v,A,C,x,K,P,q){if(!v.D){v.kM++;try{for(K=(x=0,void 0),q=v.I;--l;)try{if((P=void 0,v).N)K=QY(v,v.N);else{if(x=p(234,v),x>=q)break;K=p((P=O(v,(b(252,v,x),19)),P),v)}k(234,false,a,false,(K&&(C=K[UU],2048+(~C^2048)-(~C|2048))?K(v,l):pI([Sr,21,P],0,v,0),l),v)}catch(W){p(483,v)?pI(W,22,v,0):b(483,v,W)}if(!l){if(v.g8){T6(6,702132867639,v,(v.kM--,":"));return}pI([Sr,33],0,v,0)}}catch(W){try{pI(W,22,v,0)}catch(M){E(M,A,v,13)}}v.kM--}},bo=function(){return H.call(this,32)},w=this||self,Hx=function(a,l,v,A,C){if(!(A=(C=a,w.trustedTypes),A)||!A.createPolicy)return C;try{C=A.createPolicy(l,{createHTML:kQ,createScript:kQ,createScriptURL:kQ})}catch(x){if(w.console)w.console[v](x.message)}return C},fI=function(a,l,v,A,C){return JR.call(this,1,false,3,A,l,v,a,C)},L=function(a,l,v,A){for(A=(v=(a|0)-1,[]);0<=v;v--)A[-2-~(a|1)-(~a&1)-(v|0)]=l>>8*v&255;return A},kQ=function(a){return lU.call(this,0,a,32)},z=function(a,l,v){return l.N?QY(l,l.L):L$(a,l,234,v)},vq=function(){return T.call(this,3)},Fk=function(){return JR.call(this,1,false,15)},$Q=function(a,l){return tR.call(this,41,4,a,16,l)},db=function(a,l,v,A){return lU.call(this,0,a,6,l,v,A)},f$=function(a,l,v,A,C){if((C=typeof l,"object")==C)if(l){if(l instanceof Array)return"array";if(l instanceof Object)return C;if("[object Window]"==(A=Object.prototype.toString.call(l),A))return"object";if("[object Array]"==A||"number"==typeof l.length&&"undefined"!=typeof l.splice&&"undefined"!=typeof l.propertyIsEnumerable&&!l.propertyIsEnumerable("splice"))return"array";if("[object Function]"==A||"undefined"!=typeof l.call&&"undefined"!=typeof l.propertyIsEnumerable&&!l.propertyIsEnumerable(v))return"function"}else return a;else if("function"==C&&"undefined"==typeof l.call)return"object";return C},M0=function(a,l,v){b(v,l,((l.uC.push(l.C.slice()),l).C[v]=void 0,a))},K$=function(a,l,v,A,C,x){return uU.call(this,null,"on",5,l,v,a,A,C,x)},Zc=function(a,l,v,A){try{A=a[(-1-~l-~(l|2)+(~l|2))%3],a[l]=(a[l]|0)-(a[(-2*~(l&1)+3*(l^1)+2*(~l^1))%3]|0)-(A|0)^(1==l?A<<v:A>>>v)}catch(C){throw C;}},pI=function(a,l,v,A,C,x,K,P,q,W,M){if(!v.c3){if(3<(K=p(368,((M=((C=void 0,a)&&a[A]===Sr&&(l=a[1],C=a[2],a=void 0),p(437,v)),M).length==A&&(x=p(252,v)>>3,M.push(l,x>>8&255,-255+(x|255)-~(x&255)+(~x|255)),void 0!=C&&M.push(-~(C|255)-(C&-256)+(C|-256))),W="",a&&(a.message&&(W+=a.message),a.stack&&(W+=":"+a.stack)),v)),K)){v.V=(W=G6(12,(K-=(q=(W=W.slice(A,(K|A)-3),W.length),2*(q|3)+(q&3)- -1+~(q|3)),W)),P=v.V,v);try{Q(v,L(2,W.length).concat(W),373,195)}finally{v.V=P}}b(368,v,K)}},oS=function(a){return T.call(this,37,a)},G6=function(a,l,v,A,C,x,K,P,q,W,M,m,D,Y,h){for(W=(C=l.replace(/\\r\\n/g,"\\n"),Y=0,v=[],0);W<C.length;W++)M=C.charCodeAt(W),128>M?v[Y++]=M:(2048>M?v[Y++]=(m=M>>6,-~(m|192)+(m^192)-(~m&192)+(~m|192)):(55296==-~(M&64512)+(M&-64513)+(~M|64512)&&W+1<C.length&&56320==(K=C.charCodeAt(W+1),-~(K|64512)-(~K^64512)-2*(~K&64512)+2*(~K|64512))?(M=65536+((M&1023)<<10)+(A=C.charCodeAt(++W),-1-~(A|1023)-(A^1023)),v[Y++]=M>>18|240,v[Y++]=(P=(q=M>>a,-1-~(q|63)-(q&-64)-(~q&63)),(P|0)-(P&-129)+(P^128))):v[Y++]=(h=M>>a,-~(h&224)+2*(h^224)-(~h&224)+(~h|224)),v[Y++]=(x=(D=M>>6,(D|63)-2*~(D&63)+2*~(D|63)+(D^63)),127-(~x|128))),v[Y++]=2*(M|0)-(M|63)-(M^63)+2*(~M&63)|128);return v},N0=function(){return VY.call(this,7,null,33)},p=function(a,l,v){if(void 0===(v=l.C[a],v))throw[Sr,30,a];if(v.value)return v.create();return v.create(1*a*a+-11*a+-43),v.prototype},Si="closure_uid_"+(1E9*Math.random()>>>0),Us=0,DV,hR=function(a,l){if(!w.addEventListener||!Object.defineProperty)return false;l=Object.defineProperty({},"passive",(a=false,{get:function(){a=true}}));try{w.addEventListener("test",function(){},l),w.removeEventListener("test",function(){},l)}catch(v){}return a}(),Gr={2:"touch",3:"pen",4:(H(7,2,R2,(gm.prototype.stopPropagation=(gm.prototype.preventDefault=function(){this.defaultPrevented=true},vq.prototype.so=false,function(){this.S=true}),gm)),"mouse")},ji="closure_listenable_"+((R2.prototype.stopPropagation=function(){R2.B.stopPropagation.call(this),this.h.stopPropagation?this.h.stopPropagation():this.h.cancelBubble=true},R2.prototype.preventDefault=function(a){(a=(R2.B.preventDefault.call(this),this.h),a.preventDefault)?a.preventDefault():a.returnValue=false},1E6*Math.random())|0),Os=0,RS="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),Tr=(C$.prototype.hasListener=function(a,l,v,A,C){return V(function(x,K){for(K=0;K<x.length;++K)if(!(v&&x[K].type!=A||C&&x[K].capture!=l))return true;return false},(A=(v=void 0!==a)?a.toString():"",C=void 0!==l,true),false,48,this.O)},C$.prototype.NS=((C$.prototype.add=function(a,l,v,A,C,x,K,P,q){return-1<(P=Z(67,0,((K=this.O[q=a.toString(),q],K)||(K=this.O[q]=[],this.X++),l),A,C,K),P)?(x=K[P],v||(x.W=false)):(x=new fI(this.src,l,!!A,q,C),x.W=v,K.push(x)),x},C$.prototype).remove=function(a,l,v,A,C,x,K){if(x=a.toString(),!(x in this.O))return false;return(C=this.O[x],K=Z(69,0,l,v,A,C),-1<K)?(X(C[K],16,null),Array.prototype.splice.call(C,K,1),0==C.length&&(delete this.O[x],this.X--),true):false},function(a,l,v,A,C,x){return x=this.O[(C=-1,a).toString()],x&&(C=Z(68,0,l,A,v,x)),-1<C?x[C]:null}),"closure_lm_")+(1E6*Math.random()|0),yY=0,iU={},I2="__closure_events_fn_"+(1E9*Math.random()>>>0);((B=((H(13,2,mM,vq),mM.prototype)[ji]=true,mM.prototype),B).w8=function(a){this.B3=a},B.addEventListener=function(a,l,v,A){aS(3,0,true,24,v,this,A,a,l)},B.removeEventListener=function(a,l,v,A){sU(A,v,this,l,a,0,"object",7)},B).dispatchEvent=function(a,l,v,A,C,x,K,P,q,W,M){if(P=this.B3)for(M=[];P;P=P.B3)M.push(P);if(A=!("string"===(C=(v=(l=this.X$,q=M,a),v).type||v,typeof v)?v=new gm(v,l):v instanceof gm?v.target=v.target||l:(K=v,v=new gm(C,l),jr(v,K)),0),q)for(W=q.length-1;!v.S&&0<=W;W--)x=v.currentTarget=q[W],A=f(0,47,x,true,v,C)&&A;if(v.S||(x=v.currentTarget=l,A=f(0,45,x,true,v,C)&&A,v.S||(A=f(0,41,x,false,v,C)&&A)),q)for(W=0;!v.S&&W<q.length;W++)x=v.currentTarget=q[W],A=f(0,43,x,false,v,C)&&A;return A},B.NS=function(a,l,v,A){return this.v.NS(String(a),l,v,A)},B.hasListener=function(a,l){return this.v.hasListener(void 0!==a?String(a):void 0,l)};var zr;((((B=(H(5,2,Es,(((n(24,Fk,(((((B=Yp.prototype,B).T=function(a){return"string"===typeof a?this.j.getElementById(a):a},B.getElementsByTagName=function(a,l){return(l||this.j).getElementsByTagName(String(a))},B.createElement=function(a,l,v){return"application/xhtml+xml"===(l=(v=String(a),this.j),l.contentType)&&(v=v.toLowerCase()),l.createElement(v)},B).createTextNode=function(a){return this.j.createTextNode(String(a))},B).appendChild=function(a,l){a.appendChild(l)},B).append=function(a,l){yr(0,a,9==a.nodeType?a:a.ownerDocument||a.document,"number","string",1,arguments)},B.canHaveChildren=function(a){if(1!=a.nodeType)return false;switch(a.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},B.removeNode=oS,B.contains=function(a,l,v){if(!a||!l)return false;if(a.contains&&1==l.nodeType)return a==l||a.contains(l);if("undefined"!=typeof a.compareDocumentPosition)return a==l||!!(v=a.compareDocumentPosition(l),(v|16)+(v&-17)-2*(v^16)+(~v&16));for(;l&&a!=l;)l=l.parentNode;return l==a},66)),Fk).prototype.r8="",Fk.prototype).Cb=0,mM)),Es).prototype,B).ti=Fk.CI(),B).T=function(){return this.Eo},B).getParent=function(){return this.DH},B).w8=function(a){if(this.DH&&this.DH!=a)throw Error("Method not supported");Es.B.w8.call(this,a)},B.VC=function(){this.nI=!((aS(3,function(a){a.nI&&a.VC()},this,7),this.qS)&&E(this.qS,null,0,20),1)},B.removeChild=function(a,l,v,A,C,x,K,P,q,W,M,m){if(a&&("string"===typeof a?P=a:((q=a.oL)||(m=a,C=a.ti,M=C.r8+":"+(C.Cb++).toString(36),q=m.oL=M),P=q),v=P,this.v3&&v?(K=this.v3,A=(null!==K&&v in K?K[v]:void 0)||null):A=null,a=A,v&&a)){if(null==((T(36,0,a,((W=this.v3,v)in W&&delete W[v],this.mg)),l)&&(a.VC(),a.Eo&&oS(a.Eo)),x=a,x))throw Error("Unable to set parent component");Es.B.w8.call(x,(x.DH=null,null))}if(!a)throw Error("Child is not in parent component");return a};var nI,OU={button:"pressed",checkbox:"checked",menuitem:(B=(n(24,bo,67),bo).prototype,"selected"),menuitemcheckbox:"checked",menuitemradio:"checked",radio:"checked",tab:"selected",treeitem:"selected"},wm=((n(24,N0,(H(9,2,N0,(B.Y=((B.aL=function(a,l,v,A,C,x,K){x=(nI||(nI={1:"disabled",8:"selected",16:"checked",64:"expanded"}),nI[l]),(A=a.getAttribute("role")||null)?(C=OU[A]||x,K="checked"==x||"selected"==x?C:x):K=x,K&&N8("live",5,"sort","false",a,v,K)},B.lC=function(a,l,v,A,C,x){if(f(32,18,a)&&(C=a.d8())){if(!l&&a.H&32){try{C.blur()}catch(K){}a.H&32&&(XE(47,17,4,a)&&a.setActive(false),XE(47,16,32,a)&&aS(3,64,32,21,a,false)&&a.Y(false,32))}if(v=C.hasAttribute("tabindex"))A=C.tabIndex,v="number"===typeof A&&0<=A&&32768>A;v!=l&&(x=C,l?x.tabIndex=0:(x.tabIndex=-1,x.removeAttribute("tabIndex")))}},B.U=function(a,l,v,A){(A=a.T?a.T():a)&&(v?gb:$Q)(A,[l])},B).d8=(B.RL=function(){return"goog-control"},function(a){return a.T()}),function(a,l,v,A,C,x){if(C=l.T())this.zZ||(A=this.RL(),A.replace(/\\xa0|\\s/g," "),this.zZ={1:A+"-disabled",2:A+"-hover",4:A+"-active",8:A+"-selected",16:A+"-checked",32:A+"-focused",64:A+"-open"}),(x=this.zZ[a])&&this.U(l,x,v),this.aL(C,a,v)}),bo)),64)),N0).prototype.RL=function(){return"goog-button"},{});if(((((((((((B=(H(11,2,(N0.prototype.aL=function(a,l,v){switch(l){case 8:case 16:N8("live",16,"sort","false",a,v,"pressed");break;default:case 64:case 1:N0.B.aL.call(this,a,l,v)}},N),Es),N.prototype),B).s=null,B).H7=true,B).VC=function(){(N.B.VC.call(this),this.Uo&&this.Uo.detach(),this.isVisible())&&this.isEnabled()&&this.J.lC(this,false)},B.OC=0,B).pI=255,B).d8=function(){return this.J.d8(this)},B).U=function(a,l){l?a&&(this.s?0<=V(this.s,1,a,9)||this.s.push(a):this.s=[a],this.J.U(this,a,true)):a&&this.s&&T(24,0,a,this.s)&&(0==this.s.length&&(this.s=null),this.J.U(this,a,false))},B).kL=39,B.H=0,B.isVisible=function(){return this.H7},B.isEnabled=function(){return!(this.H&1)},B.isActive=function(){return!!(this.H&4)},B).setActive=function(a){aS(3,64,4,16,this,a)&&this.Y(a,4)},B).getState=function(){return this.H},B.Y=function(a,l,v,A,C){v||1!=l?f(l,14,this)&&a!=!!(this.H&l)&&(this.J.Y(l,this,a),this.H=a?this.H|l:this.H&~l):(C=!a,A=this.getParent(),A&&"function"==typeof A.isEnabled&&!A.isEnabled()||!aS(3,64,1,17,this,!C)||(C||(this.setActive(false),aS(3,64,2,20,this,false)&&this.Y(false,2)),this.isVisible()&&this.J.lC(this,C),this.Y(!C,1,true)))},"function")!==typeof N)throw Error("Invalid component class "+N);if("function"!==typeof bo)throw Error("Invalid renderer class "+bo);var JG=f(N,8);AR(3,3,(H(15,2,((((n(24,p$,(H(3,(AR(3,(wm[JG]=bo,6),"goog-control",function(){return new N(null)}),2),p$,N0),65)),p$.prototype).lC=function(){},p$).prototype.aL=function(){},p$.prototype).Y=function(a,l,v,A){p$.B.Y.call(this,a,l,v),(A=l.T())&&1==a&&(A.disabled=v)},io),N),"goog-button"),function(){return new io(null)});var o2,ss=w.requestIdleCallback?function(a){requestIdleCallback(function(){a()},{timeout:4})}:w.setImmediate?function(a){setImmediate(a)}:function(a){setTimeout(a,0)},Bq={passive:true,capture:true},Xk=String.fromCharCode(105,110,116,101,103,67,104,101,99,107,66,121,112,97,115,115),M8=(r.prototype.Ib=(((r.prototype.g8=false,r.prototype).Fx=void 0,r).prototype.e7="toString",void 0),[]),rm=[],FE=[],$p=[],mr=[],UU=[],Dc=[],cq=[],Sr={},kp=((Vr,Wx,function(){})(Zc),YQ,Sr.constructor),bU=(((((r.prototype.l=(B=r.prototype,"create"),B).P3=function(){return n$.call(this,105,11)},B.mx=function(){return H.call(this,67)},B).B7=function(a,l,v,A,C,x,K,P,q){return sU.call(this,C,K,v,A,x,a,l,28,P,q)},B.ZH=function(a,l,v,A,C,x){return dm.call(this,129,l,8,a,v,A,C,x)},B.fb=function(a,l,v,A,C,x,K,P,q){return ei.call(this,l,a,3,v,A,C,x,K,P,q)},B.F=(window.performance||{}).now?function(){return this.Vk+window.performance.now()}:function(){return+new Date},B).sC=0,B).Kb=function(a,l,v,A,C,x,K){return U.call(this,a,3,l,v,A,C,x,K)},void 0),vx=((r.prototype.u=function(a,l){return l=(a={},bU=function(){return l==a?-43:-9},{}),function(v,A,C,x,K,P,q,W,M,m,D,Y,h,S,g,t,I,J,Pq,F,d,u,R,G,xp,e,c){M=l,l=a;try{if(S=v[0],S==mr){Y=v[1];try{for(A=(I=J=(xp=atob(Y),0),[]);J<xp.length;J++)K=xp.charCodeAt(J),255<K&&(A[I++]=(K|0)-(K|255)-~(K|255)+(~K|255),K>>=8),A[I++]=K;b(382,this,[0,((this.G=A,this).I=this.G.length<<3,0),0])}catch(tG){pI(tG,17,this,0);return}T6(6,8001,this,":")}else if(S==FE)v[1].push(p(264,this).length,p(373,this).length,p(452,this).length,p(368,this)),b(59,this,v[2]),this.C[147]&&hG(234,8001,p(147,this),this,59);else{if(S==$p){(D=L((u=v[2],2),(m=p(452,this).length,-2*~(m&2)+3*(m^2)+2*(~m^2))),W=this.V,this).V=this;try{t=p(437,this),0<t.length&&Q(this,L(2,t.length).concat(t),452,192),Q(this,L(1,this.fI),452,167),Q(this,L(1,this[$p].length),452),F=0,F-=(q=p(452,this).length,(q&5)-1-~(q|5)),d=p(373,this),F+=p(84,this)&2047,4<d.length&&(F-=(d.length|0)+3),0<F&&Q(this,L(2,F).concat(Wx(F)),452,197),4<d.length&&Q(this,L(2,d.length).concat(d),452,86)}finally{this.V=W}if(R=((G=Wx(2).concat(p(452,this)),G[1]=(e=G[0],-(e|0)-204+2*(e|204)),G)[3]=(g=G[1],x=D[0],(g|x)-2*(g&x)-~(g&x)-1),G[4]=(Pq=G[1],P=D[1],~P-~(Pq|P)+(~Pq&P)),this.S7(G)))R="<"+R;else for(h=0,R="";h<G.length;h++)C=G[h][this.e7](16),1==C.length&&(C="0"+C),R+=C;return b(368,this,(p(452,(p((p(264,(c=R,this)).length=u.shift(),373),this).length=u.shift(),this)).length=u.shift(),u.shift())),c}if(S==M8)hG(234,v[2],v[1],this,59);else if(S==cq)return hG(234,8001,v[1],this,59)}}finally{l=M}}}(),r.prototype.S7=function(a,l,v,A,C){return E.call(this,v,a,l,3,A,C)},r.prototype.e4=0,r).prototype.ab=0,/./),CI,z6=(r.prototype[Dc]=[0,0,1,1,0,1,1],mr.pop).bind(r.prototype[FE]),AG=((CI=U({get:z6},64,(vx[r.prototype.e7]=z6,r.prototype.l)),r.prototype).v7=void 0,function(a,l){return(l=Hx(null,"tl","error"))&&1===a.eval(l.createScript("1"))?function(v){return l.createScript(v)}:function(v){return""+v}})(w);((o2=w.watchbell||(w.watchbell={}),40)<o2.m||(o2.m=41,o2.tl=db,o2.a=a2),o2).jxU_=function(a,l,v){return v=new r(a,l),[function(A){return uU(null,"on",3,v,A,false)}]};}).call(this);'].join('\n')));}).call(this);</script>
  <script type="text/javascript" nonce="9jLyS1ew9Qs9YetVY4BjHA">
  document.bg = new watchbell.tl('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');
  </script>
<script nonce="9jLyS1ew9Qs9YetVY4BjHA">
  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="9jLyS1ew9Qs9YetVY4BjHA">
  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="9jLyS1ew9Qs9YetVY4BjHA">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="9jLyS1ew9Qs9YetVY4BjHA">
  (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>
  </body>
</html>
