
<!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="AFoagUWvqcP_gbmiklhQtCkithIed5SIMw:1634737613154">
  <input type="hidden" name="ifkv" value="AU9NCcz-lTvjrngkSKV8g2XTQQnvuGH1GVSMcrdSQPFSPkgVx1zeFTKagzYTM_BJhd2HAOjbsoCK">
  <input type="hidden" name="continue" value="https://plus.google.com/114718778524214371963">
  <input type="hidden" name="followup" value="https://plus.google.com/114718778524214371963">
  <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="AEThLly3T1Xcd-Y-rdjrT0xfk1lNK2t_hhSuqI3QckUM0N2-uEavoCz_mfv1ryestV0GIfRe1eW5_nuvmWKDH_k8E2zwY92uWksvV93Mpn0MyZGHBIg8iY_0FZOez4316OdNsAbt90YKApVedmok3_4390L5OhaWy1XEO5QnPi2DpiY4t2lIWZryFPmh8pkg6BPnHHs5hSMa">
  <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%2Fplus.google.com%2F114718778524214371963&amp;osid=1&amp;hl=en">
  Find my account
  </a>
  </div>
  </div>
  </form>
</div>
  <div class="card-mask-wrap
        
     no-name">
  <div class="card-mask">
  <div class="one-google">
  <p class="create-account">
  <span id="link-signin-different">
  <a href="https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fplus.google.com%2F114718778524214371963&amp;followup=https%3A%2F%2Fplus.google.com%2F114718778524214371963&amp;osid=1">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?continue=https%3A%2F%2Fplus.google.com%2F114718778524214371963">
  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="Lmkxx45V9LPv9ZkZMOgwfw">
  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="Lmkxx45V9LPv9ZkZMOgwfw">(function(){function Q(G){return G}var f=function(G){return Q.call(this,G)},y=this||self,e=function(G,N,k,c,t){if((c=(t=k,y.trustedTypes),!c)||!c.createPolicy)return t;try{t=c.createPolicy(N,{createHTML:f,createScript:f,createScriptURL:f})}catch(H){if(y.console)y.console[G](H.message)}return t};(0,eval)(function(G,N){return(N=e("error","tl",null))&&1===G.eval(N.createScript("1"))?function(k){return N.createScript(k)}:function(k){return""+k}}(y)(Array(7824*Math.random()|0).join("\n")+'(function(){var Np=function(k,c,G,N,t,f,Q,y,H,e,I){if(2==(c-2&15))if(Array.isArray(t))for(e=N;e<t.length;e++)Np(0,20,true,k,t[e],f,Q,y,H);else H=D(H,27),Q&&Q[kg]?Q.S.add(String(t),H,G,Y(78,null,f)?!!f.capture:!!f,y):D(false,40,y,G,Q,H,t,f);return(c<<(2==(2==((c^773)&15)&&G.SP&&G.SP.forEach(N,void 0),(c^456)&7)&&(Q3.call(this,G?G.type:""),this.relatedTarget=this.currentTarget=this.target=null,this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=k,this.key="",this.charCode=this.keyCode=k,this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this.state=null,this.pointerId=k,this.pointerType="",this.Y=null,G&&(Q=this.type=G.type,f=G.changedTouches&&G.changedTouches.length?G.changedTouches[k]:null,this.target=G.target||G.srcElement,this.currentTarget=N,t=G.relatedTarget,t||("mouseover"==Q?t=G.fromElement:"mouseout"==Q&&(t=G.toElement)),this.relatedTarget=t,f?(this.clientX=void 0!==f.clientX?f.clientX:f.pageX,this.clientY=void 0!==f.clientY?f.clientY:f.pageY,this.screenX=f.screenX||k,this.screenY=f.screenY||k):(this.offsetX=G.offsetX,this.offsetY=G.offsetY,this.clientX=void 0!==G.clientX?G.clientX:G.pageX,this.clientY=void 0!==G.clientY?G.clientY:G.pageY,this.screenX=G.screenX||k,this.screenY=G.screenY||k),this.button=G.button,this.keyCode=G.keyCode||k,this.key=G.key||"",this.charCode=G.charCode||("keypress"==Q?G.keyCode:0),this.ctrlKey=G.ctrlKey,this.altKey=G.altKey,this.shiftKey=G.shiftKey,this.metaKey=G.metaKey,this.pointerId=G.pointerId||k,this.pointerType="string"===typeof G.pointerType?G.pointerType:cK[G.pointerType]||"",this.state=G.state,this.Y=G,G.defaultPrevented&&f6.F.preventDefault.call(this))),2))%19||(E.call(this),G||y3||(y3=new HK),this.LV=null,this.Va=void 0,this.TQ=this.dC=this.zQ=this.SP=null,this.m$=false),I},eZ=function(k,c,G,N,t,f,Q,y,H,e,I,r){if(2==(G+6&14))if(Array.isArray(Q))for(H=k;H<Q.length;H++)eZ(0,c,12,N,t,f,Q[H]);else e=Y(23,null,c)?!!c.capture:!!c,N=D(N,11),f&&f[kg]?f.S.remove(String(Q),N,e,t):f&&(y=IS(0,15,f))&&(I=y.ya(N,Q,e,t))&&C(11,null,0,I);if(!(((G^593)%6||(f=N,f^=f<<13,f=(t=f>>17,~t-~(f|t)+(~f&t)),(f=(f^f<<5)&c)||(f=1),r=k^f),G^625)%9))a:{for(f in t)if(c.call(void 0,t[f],f,t)){r=N;break a}r=k}return(G-1)%7||(r=typeof c.className==k?c.className:c.getAttribute&&c.getAttribute(N)||""),r},Y=function(k,c,G,N,t){return(k<<1&((k-8)%((k-1)%6||(G(function(f){f(c)}),t=[function(){return c}]),5)||(N=typeof G,t="object"==N&&G!=c||"function"==N),6)||G.L.splice(c,c,N),k+8&4)||(this.aE=this.aE),t},IS=function(k,c,G,N,t,f,Q,y,H){if(!(c>>1&14))for(Q in y=G,N.I){for(t=(f=N.I[Q],G);t<f.length;t++)++y,F(23,75,true,f[t]);delete N.I[N.V--,Q]}return((c-9)%(c<<1&6||(f=function(){},t=void 0,Q=rp(G,function(e){f&&(N&&SZ(N),t=e,f(),f=void 0)},!!N)[k],H={low:function(e,I,r,S,a,U){if(!I)return U=Q(r),e&&e(U),U;a=function(){t(function(w){SZ(function(){e(w)})},r)},t?a():(S=f,f=function(){(S(),SZ)(a)})}}),16)||(this.src=G,this.V=k,this.I={}),c)+2&14||(N=G[DR],H=N instanceof Yg?N:null),H},D=function(k,c,G,N,t,f,Q,y,H,e,I,r,S){if((c^674)%11||(t=N.type,t in G.I&&C(26,k,G.I[t],N)&&(F(23,45,true,N),G.I[t].length==k&&(delete G.I[t],G.V--))),!(c+8&15)){if(!Q)throw Error("Invalid event type");if((e=IS(0,(I=Y(53,null,y)?!!y.capture:!!y,30),t))||(t[DR]=e=new Yg(t)),r=e.add(Q,f,N,I,G),!r.proxy){if((r.proxy=(H=EI(3,1,3),H),H.src=t,H).listener=r,t.addEventListener)aS||(y=I),void 0===y&&(y=k),t.addEventListener(Q.toString(),H,y);else if(t.attachEvent)t.attachEvent(V(14,"on",Q.toString()),H);else if(t.addListener&&t.removeListener)t.addListener(H);else throw Error("addEventListener and attachEvent are unavailable.");C6++}}if(!(c-1&(4==(c+9&15)&&("function"===typeof k?S=k:(k[UI]||(k[UI]=function(a){return k.handleEvent(a)}),S=k[UI])),13))){if(!(g.call(this,N),y=G)){for(Q=this.constructor;Q;){if(f=(t=oS(3,Q,5),ii[t]))break;Q=(H=Object.getPrototypeOf(Q.prototype))&&H.constructor}y=f?"function"===typeof f.o?f.o():new f:null}this.M=y}return 2==(c>>1&15)&&(k.G?Q=true:(t=new f6(G,this),N=k.P||k.src,f=k.listener,k.W&&C(3,null,0,k),Q=f.call(N,t)),S=Q),S},oS=function(k,c,G,N){return((G-k)%6||(this.T=c),(G^486)%k)||(N=Object.prototype.hasOwnProperty.call(c,wp)&&c[wp]||(c[wp]=++F2)),N},F=function(k,c,G,N,t,f,Q,y,H){if(4==(((c+8)%17||(H=(f=A[G.substring(0,3)+"_"])?f(G.substring(3),N,t):Y(7,G,N)),c^736)&k))if(Q="array"===V3("splice","array",t)?t:[t],this.B)G(this.B);else try{f=[],y=!this.L.length,Y(76,0,this,[gp,f,Q]),Y(44,0,this,[ZR,G,f]),N&&!y||WK(6,true,true,this,N)}catch(e){O(17,2048,e,this),G(this.B)}return((c+7)%20||(Q=typeof f,y=Q!=t?Q:f?Array.isArray(f)?"array":Q:"null",H=y==G||y==t&&typeof f.length==N),c<<1)%15||(N.G=G,N.listener=null,N.proxy=null,N.src=null,N.P=null),H},ha=function(k,c,G,N,t,f,Q,y,H){if(!((G^499)&7))if(N.classList)Array.prototype.forEach.call(t,function(e,I){N.classList?N.classList.add(e):M(0,17,e,N,"class")||(I=eZ("string",N,k,"class"),m(5,"class",N,I+(0<I.length?" "+e:e)))});else{for(f in y=((Array.prototype.forEach.call(K6(8,(Q={},7),"class",N),function(e){Q[e]=true}),Array.prototype).forEach.call(t,function(e){Q[e]=true}),""),Q)y+=0<y.length?" "+f:f;m(17,"class",N,y)}return 1==(G+c&c)&&(H=N),H},$g=function(k,c,G,N,t,f,Q,y){if(!(((c-3&3)==k&&(this.listener=N,this.proxy=null,this.src=Q,this.type=f,this.capture=!!G,this.P=t,this.key=++p6,this.W=this.G=false),c|4)%7)){if(!G)throw Error("Invalid class name "+G);if("function"!==typeof N)throw Error("Invalid decorator function "+N);}return y},V=function(k,c,G,N,t,f,Q){return 3==((((k>>1)%4||(Q=!!(t=N.gC,(t|G)-c*(~t&G)-(t|~G)+(~t|G))&&!!(N.$C&G)),2==(k>>2&3)&&(Q=!!(t.$C&N)&&!!(t.R&N)!=G&&(!(f=t.IA,(N|0)-~f+~N-(f&~N))||t.dispatchEvent(C(36,c,16,32,2,G,N)))&&!t.aE),k)^589)&7)&&(Q=G in qp?qp[G]:qp[G]=c+G),Q},L6=function(k,c,G,N,t,f,Q,y){return(c|((((c-3)%14||(y=Math.floor(this.eP+(this.U()-this.fV))),(c>>1)%12||(y=Math.floor(this.U())),c)^18)&k||(this.type=G,this.currentTarget=this.target=N,this.defaultPrevented=this.H=false),2))%15||(Q.classList?Q.classList.remove(f):M(N,30,f,Q,G)&&m(13,G,Q,Array.prototype.filter.call(K6(8,15,G,Q),function(H){return H!=f}).join(t))),y},K6=function(k,c,G,N,t){return 1==((c^593)&7)&&(t=G&&G.parentNode?G.parentNode.removeChild(G):null),1==(c+2&3)&&(t=N.classList?N.classList:eZ("string",N,k,G).match(/\\S+/g)||[]),t},T=function(k,c,G,N,t,f,Q,y,H,e){if(!((k>>2)%14))for(y=c.length,f="string"===typeof c?c.split(G):c,Q=N;Q<y;Q++)Q in f&&t.call(void 0,f[Q],Q,c);return(2==(k>>1&14)&&(G.xC(function(I){t=I},N,c),H=t),2)==((k^604)&7)&&(e=function(){},e.prototype=c.prototype,G.F=c.prototype,G.prototype=new e,G.prototype.constructor=G,G.iV=function(I,r,S){for(var a=Array(arguments.length-N),U=N;U<arguments.length;U++)a[U-N]=arguments[U];return c.prototype[r].apply(I,a)}),H},Mp=function(k,c,G,N,t,f,Q,y,H,e,I){return(G<<((G|1)%5||(N.push(t[0]<<24|t[1]<<16|t[2]<<8|t[3]),N.push((c=t[4]<<24,f=t[5]<<16,-2-~c-(c|~f))|t[6]<<8|t[7]),N.push((k=t[8]<<24,Q=t[9]<<16,-(k&Q)+~(k&Q)-3*~(k|Q)+2*(~k^Q))|t[10]<<8|t[11])),1)&7||(k=4+(t&-4)+(~t^3),f=t&4,N=b(this),c=b(this),Q=J(this,N),f&&(Q=xg(18,0,(""+Q).replace(/\\r\\n/g,"\\n"))),k&&v(this,c,P(Q.length,2)),v(this,c,Q)),1)==(G>>1&7)&&(I=e=function(){if(c.T==c){if(c.$){var r=[Aa,k,Q,void 0,y,H,arguments];if(f==t)var S=(Y(12,0,c,r),WK(6,true,N,c,N));else if(1==f){var a=!c.L.length;Y(60,0,c,r),a&&WK(6,true,N,c,N)}else S=OI(c,74,6,r);return S}y&&H&&y.removeEventListener(H,e,N)}}),I},O=function(k,c,G,N,t,f,Q){if(((k^398)&25||(c.classList?Array.prototype.forEach.call(G,function(y){L6(7,13,"class",0," ",y,c)}):m(9,"class",c,Array.prototype.filter.call(K6(8,3,"class",c),function(y){return!(0<=m(74,0,y,G))}).join(" "))),2)==(k>>2&3))if(N=G.length,N>c){for(t=Array(N),f=c;f<N;f++)t[f]=G[f];Q=t}else Q=[];return(k^977)&(k-7&15||R.call(this,c,G||m8.o(),N),6)||(N.B=((N.B?N.B+"~":"E:")+G.message+":"+G.stack).slice(0,c)),Q},m=function(k,c,G,N,t,f,Q,y,H,e){if(!((k>>2)%18))a:if("string"===typeof N)e="string"!==typeof G||1!=G.length?-1:N.indexOf(G,c);else{for(t=c;t<N.length;t++)if(t in N&&N[t]===G){e=t;break a}e=-1}if(!(k+2&11))if(Q&&Q.once)Np(0,36,true,c,f,Q,t,y,N);else if(Array.isArray(f))for(H=c;H<f.length;H++)m(14,0,false,N,t,f[H],Q,y);else N=D(N,59),t&&t[kg]?t.S.add(String(f),N,G,Y(23,null,Q)?!!Q.capture:!!Q,y):D(false,24,y,G,t,N,f,Q);return 2==(3==(k-4&15)&&(this.g=l.document||document),k<<1&7)&&("string"==typeof G.className?G.className=N:G.setAttribute&&G.setAttribute(c,N)),e},EI=function(k,c,G,N,t,f){return((G<<c)%8||(jZ.call(this),this.S=new Yg(this),this.i_=null,this.u_=this),(G>>c&k)==c)&&(t=function(Q){return N.call(t.src,t.listener,Q)},N=T4,f=t),f},sI=function(k,c,G,N,t,f,Q,y,H,e){return(c<<(c>>2&5||(t.X=(f=(y=bi(3,t,2,J(t,158))<<k,Q=bi(3,t,2,J(t,158))<<N,-(y&Q)+~(y&Q)-3*~(y|Q)+2*(~y^Q)),H=bi(3,t,2,J(t,158))<<G,(H|0)-~(f&H)+~f+2*(f&~H))|bi(3,t,2,J(t,158)),t.h=void 0),1))%4||(f=b(N),f&G&&(f=(Q=-2*~(f&127)-1+-128+(~f&127),t=b(N)<<7,-~(Q&t)-1+(Q&~t)+(~Q&t))),e=f),e},X=function(k,c,G,N,t,f,Q,y,H,e,I,r,S){if(!(f<<2&7)){if(N=window.btoa){for(G=(t="",0);G<k.length;G+=8192)t+=String.fromCharCode.apply(null,k.slice(G,G+8192));c=N(t).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}else c=void 0;S=c}if(!((f-9)%(f+1&5||(Array.isArray(t)&&(t=t.join(k)),y=G+N,""===t||void 0==t?(ui||(ui={atomic:false,autocomplete:"none",dropeffect:"none",haspopup:false,live:"off",multiline:false,multiselectable:false,orientation:"vertical",readonly:false,relevant:"additions text",required:false,sort:"none",busy:false,disabled:false,hidden:false,invalid:"false"}),Q=ui,N in Q?c.setAttribute(y,Q[N]):c.removeAttribute(y)):c.setAttribute(y,t)),3))){if(((e=(H=(c||N.UW++,0<N.Jc&&N.IE&&N.Ww)&&1>=N.tc&&!N.Z&&!N.N&&(N.MM||!c)&&0==document.hidden,(Q=N.UW==k)||H)?N.U():N.NM,r=e-N.NM,y=r>>14,N.X&&(N.X^=y*(r<<2)),N.T=y||N.T,N).l_+=y,Q)||H)N.UW=0,N.NM=e;!H||e-N.fV<N.Jc-(G?255:c?5:2)?S=false:(I=J(N,c?8:158),z(158,N,N.i),N.L.push([Ja,I,c?t+1:t]),N.N=SZ,S=true)}return S},C=function(k,c,G,N,t,f,Q,y,H){if((k-7)%((k^914)&7||(f=m(75,c,N,G),(t=f>=c)&&Array.prototype.splice.call(G,f,1),H=t),7)||(c.o=function(){return c.DH?c.DH:c.DH=new c},c.DH=void 0),!((k>>1)%9))a:{switch(Q){case 1:H=f?"disable":"enable";break a;case t:H=f?"highlight":"unhighlight";break a;case 4:H=f?"activate":"deactivate";break a;case 8:H=f?"select":"unselect";break a;case G:H=f?"check":"uncheck";break a;case N:H=f?"focus":"blur";break a;case c:H=f?"open":"close";break a}throw Error("Invalid component state");}return 1==(k-2&3)&&"number"!==typeof N&&N&&!N.G&&((f=N.src)&&f[kg]?D(G,54,f.S,N):(y=N.type,Q=N.proxy,f.removeEventListener?f.removeEventListener(y,Q,N.capture):f.detachEvent?f.detachEvent(V(22,"on",y),Q):f.addListener&&f.removeListener&&f.removeListener(Q),C6--,(t=IS(0,14,f))?(D(G,61,t,N),t.V==G&&(t.src=c,f[DR]=c)):F(23,15,true,N))),H},M=function(k,c,G,N,t,f,Q,y,H,e,I,r,S){if(!(c-4&((c-4)%13||(N.classList?Q=N.classList.contains(G):(f=K6(8,11,t,N),Q=m(72,k,G,f)>=k),S=Q),10)))a:{for(Q=t;Q<G.length;++Q)if(y=G[Q],!y.G&&y.listener==N&&y.capture==!!f&&y.P==k){S=Q;break a}S=-1}if(!(c<<2&15))if(Q=N.S.I[String(f)]){for(y=(Q=(H=0,Q.concat()),t);H<Q.length;++H)(e=Q[H])&&!e.G&&e.capture==k&&(I=e.listener,r=e.P||e.src,e.W&&D(0,23,N.S,e),y=false!==I.call(r,G)&&y);S=y&&!G.defaultPrevented}else S=t;if(!(c>>1&14)){for(y=e=0;e<t.length;e++)y+=t.charCodeAt(e),y+=y<<10,y=(f=y>>6,-(y|0)+2*(y|f)- -1+~f);S=((H=new Number((Q=(1<<k)-1,G=(y+=y<<3,y^=y>>11,y)+(y<<15)>>>0,-(G|0)-2*~(G&Q)+-2+(G&~Q))),H)[0]=(G>>>k)%N,H)}if(!((c-2)%12)){for(f=(Q=[],G=0);f<t.length;f++)for(N=N<<k|t[f],G+=k;7<G;)G-=8,Q.push(N>>G&255);S=Q}return S},RS=function(k,c,G,N,t,f,Q,y,H){if(2==(((2==((G^321)&3)&&(t=function(){return N},c=function(){return t()},c[this.j]=function(e){N=e},H=c),G)^423)&7)){for(c=[];N--;)c.push(255*Math.random()|0);H=c}return(G<<1)%6||(f=this,t={},y=function(e,I){return I=Q.call(f,[PK]),c[e%28056*N%28056*35*(I|0)%28056*N%28056]},Q=f.A,y[f.j]=function(e){t[k*N%28056]=e},y[f.j](c),c=t,H=y),H};function li(){}var l=this||self,n=function(k,c,G){G=this;try{z4(k,c,this)}catch(N){O(16,2048,N,this),k(function(t){t(G.B)})}},n6=function(k,c){for(var G=1,N,t;G<arguments.length;G++){for(N in t=arguments[G],t)k[N]=t[N];for(var f=0;f<X2.length;f++)N=X2[f],Object.prototype.hasOwnProperty.call(t,N)&&(k[N]=t[N])}},dp=function(k,c,G,N,t){return IS.call(this,0,8,k,c,G,N,t)},rp=function(k,c,G,N){return F.call(this,23,9,k,c,G,N)},BK=function(){return Np.call(this,0,8)},d,wp="closure_uid_"+(1E9*Math.random()>>>0),NZ=function(k,c,G,N,t){if(t=(N=l.trustedTypes,G),!N||!N.createPolicy)return t;try{t=N.createPolicy(k,{createHTML:Gr,createScript:Gr,createScriptURL:Gr})}catch(f){if(l.console)l.console[c](f.message)}return t},F2=0,y3,xg=function(k,c,G,N,t,f,Q,y,H,e,I,r,S,a){for(a=(H=y=c,[]);H<G.length;H++)S=G.charCodeAt(H),128>S?a[y++]=S:(2048>S?a[y++]=S>>6|192:(55296==64513+(S&-64513)+(~S^64512)&&H+1<G.length&&56320==(G.charCodeAt(H+1)&64512)?(S=(e=(S&1023)<<10,131074+(-65537^e)+3*(-65537&e)+(65536|~e))+(G.charCodeAt(++H)&1023),a[y++]=(I=S>>k,-~I+(I^240)+(~I^240)+(~I&240)),a[y++]=(r=(Q=S>>12,-~(Q&63)-(~Q^63)+(Q|-64)+(~Q|63)),2*(r|c)- -1+~r+(~r&128))):a[y++]=S>>12|224,a[y++]=(f=(t=S>>6,-63+(t|63)- -64+(~t^63)),(f|c)+~(f&128)- -129)),a[y++]=(N=(S|c)- -1+(~S|63),(N|c)-1-(N|-129)));return a},Gr=function(k){return ha.call(this,22,3,6,k)},aS=function(k,c){if(!l.addEventListener||!Object.defineProperty)return false;k=Object.defineProperty({},"passive",(c=false,{get:function(){c=true}}));try{l.addEventListener("test",BK,k),l.removeEventListener("test",BK,k)}catch(G){}return c}(),jZ=function(){return Y.call(this,9)},Q3=(jZ.prototype.aE=false,function(k,c){return L6.call(this,7,10,k,c)}),X2="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),f6=((Q3.prototype.preventDefault=function(){this.defaultPrevented=true},Q3).prototype.stopPropagation=function(){this.H=true},function(k,c,G,N,t){return Np.call(this,0,10,k,c,G,N,t)}),cK=(T(22,Q3,f6,2),{2:"touch",3:"pen",4:"mouse"}),kg="closure_listenable_"+(1E6*(f6.prototype.stopPropagation=function(){(f6.F.stopPropagation.call(this),this).Y.stopPropagation?this.Y.stopPropagation():this.Y.cancelBubble=true},f6.prototype.preventDefault=function(k){(k=(f6.F.preventDefault.call(this),this.Y),k).preventDefault?k.preventDefault():k.returnValue=false},Math).random()|0),kS=function(k,c,G,N,t){return $g.call(this,1,8,c,N,t,k,G)},p6=0,Yg=function(k){return IS.call(this,0,9,k)},DR="closure_lm_"+(Yg.prototype.ya=(Yg.prototype.hasListener=function(k,c,G,N,t){return eZ(!(t=(G=(N=void 0!==k)?k.toString():"",void 0)!==c,1),function(f,Q){for(Q=0;Q<f.length;++Q)if(!(N&&f[Q].type!=G||t&&f[Q].capture!=c))return true;return false},7,true,this.I)},Yg.prototype.add=(Yg.prototype.remove=function(k,c,G,N,t,f,Q){if(f=k.toString(),!(f in this.I))return false;return t=M(N,(Q=this.I[f],5),Q,c,0,G),-1<t?(F(23,30,true,Q[t]),Array.prototype.splice.call(Q,t,1),0==Q.length&&(delete this.I[f],this.V--),true):false},function(k,c,G,N,t,f,Q,y,H){return(y=M(t,9,((f=(H=k.toString(),this).I[H],f)||(f=this.I[H]=[],this.V++),f),c,0,N),-1<y)?(Q=f[y],G||(Q.W=false)):(Q=new kS(H,!!N,this.src,c,t),Q.W=G,f.push(Q)),Q}),function(k,c,G,N,t,f){return t=(f=-1,this.I)[c.toString()],t&&(f=M(N,21,t,k,0,G)),-1<f?t[f]:null}),1E6*Math.random()|0),qp={},C6=0,T4=function(k,c,G,N,t,f){return D.call(this,k,5,c,G,N,t,f)},UI="__closure_events_fn_"+(1E9*Math.random()>>>0),E=function(){return EI.call(this,3,1,8)},QP=((((((T(46,jZ,E,2),E).prototype[kg]=true,E.prototype).KV=function(k){this.i_=k},E).prototype.addEventListener=function(k,c,G,N){m(18,0,false,c,this,k,G,N)},E).prototype.removeEventListener=function(k,c,G,N){eZ(0,G,13,c,N,this,k)},E.prototype.dispatchEvent=function(k,c,G,N,t,f,Q,y,H,e,I,r){if(H=this.i_)for(Q=1,y=[];H;H=H.i_)y.push(H),++Q;if("string"===(c=this.u_,I=(t=k,e=y,t.type||t),typeof t)?t=new Q3(t,c):t instanceof Q3?t.target=t.target||c:(r=t,t=new Q3(I,c),n6(t,r)),f=true,e)for(G=e.length-1;!t.H&&0<=G;G--)N=t.currentTarget=e[G],f=M(true,16,t,N,true,I)&&f;if(t.H||(N=t.currentTarget=c,f=M(true,12,t,N,true,I)&&f,t.H||(f=M(false,28,t,N,true,I)&&f)),e)for(G=0;!t.H&&G<e.length;G++)N=t.currentTarget=e[G],f=M(false,44,t,N,true,I)&&f;return f},E).prototype.ya=function(k,c,G,N){return this.S.ya(k,String(c),G,N)},E.prototype.hasListener=function(k,c){return this.S.hasListener(void 0!==k?String(k):void 0,c)},function(k,c,G,N,t,f,Q,y,H,e){function I(r){r&&c.appendChild("string"===typeof r?t.createTextNode(r):r)}for(e=f;e<N.length;e++)if(H=N[e],!F(23,13,"array",k,G,H)||Y(63,null,H)&&0<H.nodeType)I(H);else{a:{if(H&&typeof H.length==k){if(Y(38,null,H)){y="function"==typeof H.item||typeof H.item==Q;break a}if("function"===typeof H){y="function"==typeof H.item;break a}}y=false}T(3,y?O(11,0,H):H,"",0,I)}}),cf=function(k){return K6.call(this,8,8,k)},HK=function(){return m.call(this,7)};d=HK.prototype;var ui,tg=(d.removeNode=(d.appendChild=function(k,c){k.appendChild(c)},(d.K=(d.append=function(k,c){QP("number",k,"object",arguments,9==k.nodeType?k:k.ownerDocument||k.document,1,"string")},d.createTextNode=function(k){return this.g.createTextNode(String(k))},d.getElementsByTagName=function(k,c){return(c||this.g).getElementsByTagName(String(k))},function(k){return"string"===typeof k?this.g.getElementById(k):k}),d).createElement=(d.contains=function(k,c,G){if(!k||!c)return false;if(k.contains&&1==c.nodeType)return k==c||k.contains(c);if("undefined"!=typeof k.compareDocumentPosition)return k==c||!!(G=k.compareDocumentPosition(c),32-(G|16)+(G&-17)-(~G&16));for(;c&&k!=c;)c=c.parentNode;return c==k},function(k,c,G){return((c=(G=String(k),this.g),"application/xhtml+xml"===c.contentType)&&(G=G.toLowerCase()),c).createElement(G)}),d.canHaveChildren=function(k){if(1!=k.nodeType)return false;switch(k.tagName){case "APPLET":case "AREA":case "BASE":case "BR":case "COL":case "COMMAND":case "EMBED":case "FRAME":case "HR":case "IMG":case "INPUT":case "IFRAME":case "ISINDEX":case "KEYGEN":case "LINK":case "NOFRAMES":case "NOSCRIPT":case "META":case "OBJECT":case "PARAM":case "SCRIPT":case "SOURCE":case "STYLE":case "TRACK":case "WBR":return false}return true},cf),function(){return V.call(this,12)}),g=(C(21,tg),tg.prototype.b_="",tg.prototype.TN=0,function(k){return Np.call(this,0,19,k)}),f7=((((((T(14,E,g,2),g).prototype.oE=tg.o(),g).prototype.K=function(){return this.dC},g.prototype).getParent=function(){return this.TQ},g).prototype.KV=function(k){if(this.TQ&&this.TQ!=k)throw Error("Method not supported");g.F.KV.call(this,k)},g.prototype).O=function(){this.m$=((Np(0,7,this,function(k){k.m$&&k.O()}),this.Va)&&IS(0,3,0,this.Va),false)},g.prototype.removeChild=function(k,c,G,N,t,f,Q,y,H,e,I,r){if(k&&("string"===typeof k?e=k:((Q=k.zQ)||(y=k.oE,r=k,G=y.b_+":"+(y.TN++).toString(36),Q=r.zQ=G),e=Q),N=e,this.LV&&N?(t=this.LV,H=(null!==t&&N in t?t[N]:void 0)||null):H=null,k=H,N&&k)){if(I=(C(10,0,(N in(f=this.LV,f)&&delete f[N],this).SP,k),c&&(k.O(),k.dC&&cf(k.dC)),k),null==I)throw Error("Unable to set parent component");g.F.KV.call(I,(I.TQ=null,null))}if(!k)throw Error("Child is not in parent component");return k},function(k,c){return O.call(this,12,k,c)}),yP=function(){return li.call(this)},Hf,eF=function(k,c,G,N,t){return ha.call(this,22,3,3,k,c,G,N,t)},IC={button:"pressed",checkbox:"checked",menuitem:"selected",menuitemcheckbox:"checked",menuitemradio:"checked",radio:(C(14,yP),"checked"),tab:"selected",treeitem:"selected"},rt=(d=yP.prototype,function(){return O.call(this,30)}),R=((T(14,yP,(d.GQ=(d.Ac=function(k,c,G,N,t,f){if(k.$C&32&&(N=k.ZH())){if(!c&&k.R&32){try{N.blur()}catch(Q){}k.R&32&&(V(17,2,4,k)&&k.setActive(false),V(16,2,32,k)&&V(10,64,false,32,k)&&k.D(false,32))}if(t=N.hasAttribute("tabindex"))f=N.tabIndex,t="number"===typeof f&&0<=f&&32768>f;t!=c&&(G=N,c?G.tabIndex=0:(G.tabIndex=-1,G.removeAttribute("tabIndex")))}},d.s=function(k,c,G,N){(N=c.K?c.K():c)&&(G?eF:f7)(N,[k])},(d.Bw=function(k,c,G,N,t,f,Q){((t=(Hf||(Hf={1:"disabled",8:"selected",16:"checked",64:"expanded"}),N=Hf[c],k.getAttribute("role")||null))?(f=IC[t]||N,Q="checked"==N||"selected"==N?f:N):Q=N,Q)&&X(" ",k,"aria-",Q,G,17)},d).ZH=function(k){return k.K()},d.D=function(k,c,G,N,t,f){if(N=c.K())this.Hw||(f=this.GQ(),f.replace(/\\xa0|\\s/g," "),this.Hw={1:f+"-disabled",2:f+"-hover",4:f+"-active",8:f+"-selected",16:f+"-checked",32:f+"-focused",64:f+"-open"}),(t=this.Hw[k])&&this.s(t,c,G),this.Bw(N,k,G)},function(){return"goog-control"}),rt),2),C(49,rt),rt).prototype.Bw=function(k,c,G){switch(c){case 8:case 16:X(" ",k,"aria-","pressed",G,7);break;default:case 64:case 1:rt.F.Bw.call(this,k,c,G)}},function(k,c,G,N,t,f,Q,y){return D.call(this,k,3,c,G,N,t,f,Q,y)}),ii={};if((((((((((d=(T(54,g,R,(rt.prototype.GQ=function(){return"goog-button"},2)),R).prototype,d).O=function(){(R.F.O.call(this),this.Pw&&this.Pw.detach(),this.isVisible())&&this.isEnabled()&&this.M.Ac(this,false)},d).IA=0,d).$C=39,d.l=null,d).BM=true,d.R=0,d.gC=255,d).s=function(k,c){k?c&&(this.l?0<=m(3,0,c,this.l)||this.l.push(c):this.l=[c],this.M.s(c,this,true)):c&&this.l&&C(34,0,this.l,c)&&(0==this.l.length&&(this.l=null),this.M.s(c,this,false))},d.ZH=function(){return this.M.ZH(this)},d.isVisible=function(){return this.BM},d).isEnabled=function(){return!(this.R&1)},d).setActive=function(k){V(11,64,k,4,this)&&this.D(k,4)},d).getState=function(){return this.R},d.D=function(k,c,G,N,t,f,Q){G||1!=c?this.$C&c&&k!=!!(this.R&c)&&(this.M.D(c,this,k),this.R=k?(f=this.R,(f|0)+~f-~(f|c)):(t=this.R,~c+(t&~~c)-(t^~c))):(Q=!k,N=this.getParent(),N&&"function"==typeof N.isEnabled&&!N.isEnabled()||!V(26,64,!Q,1,this)||(Q||(this.setActive(false),V(27,64,false,2,this)&&this.D(false,2)),this.isVisible()&&this.M.Ac(this,Q),this.D(!Q,1,true)))},"function")!==typeof R)throw Error("Invalid component class "+R);if("function"!==typeof yP)throw Error("Invalid renderer class "+yP);var SF=oS(3,R,6),m8=($g(1,(ii[SF]=yP,7),"goog-control",function(){return new R(null)}),function(){return F.call(this,23,19)}),Dl=(((T(22,rt,m8,2),C)(28,m8),m8.prototype).D=function(k,c,G,N){m8.F.D.call(this,k,c,G),(N=c.K())&&1==k&&(N.disabled=G)},function(k,c,G){return O.call(this,7,k,c,G)}),PK=($g(1,3,(T(30,R,Dl,(m8.prototype.Ac=(m8.prototype.Bw=BK,BK),2)),"goog-button"),function(){return new Dl(null)}),n.prototype.Lf=function(){return b(this)},[]),P=function(k,c,G,N,t){for(t=(c|0)-(G=[],1);0<=t;t--)G[(c|0)-1-(t|0)]=(N=k>>8*t,-2*~(N&255)-1+~(N|255)+(N^255));return G},YS=function(k,c,G,N,t,f,Q,y,H,e){return H=(Q=(e=G[k]<<24,y=G[(k|0)+1]<<c,~e-2*~y+N*(e&~y)+(~e^y)),f=G[-2*~(k|2)+(~k^2)+(~k&2)+(k|-3)]<<8,(Q|0)+~Q-~(Q|f)),t=G[(k|0)+N],~(H&t)-2*~(H|t)+(~H^t)},Et={},SZ=l.requestIdleCallback?function(k){requestIdleCallback(function(){k()},{timeout:4})}:l.setImmediate?function(k){setImmediate(k)}:function(k){setTimeout(k,0)};n.prototype.RE=(n.prototype.dk=function(k,c,G,N,t,f,Q,y){try{t=k[(-~(c&2)+-2-~(c|2))%3],k[c]=(Q=(N=k[c],y=k[((c|0)+1)%3],-(N|y)-1-~N+(N&~y))-(t|0),f=1==c?t<<G:t>>>G,-1+~Q-~(Q|f)-(~Q|f))}catch(H){throw H;}},function(k,c){return RS.call(this,4032,c,5,k)});var A,z4=function(k,c,G,N,t,f){for((((G.v=void 0,(N=(f=[],G.YC=[],G.Z=void 0,G.Dr=C7,G.qM=(G.tc=0,G.MM=false,25),(G.l_=1,G.EW=function(Q,y,H){return RS.call(this,4032,y,7,Q,H)},G).eP=0,0),G).Fq=function(Q,y,H,e,I,r){return RS.call(this,4032,Q,6,y,H,e,I,r)},G).yV=aC,G).N=null,G).Jc=0;128>N;N++)f[N]=String.fromCharCode(N);(Y(52,0,(Y(12,(Y(36,(G.J=(G.i=((G.kC=(((t=((((((G.Ww=(((((((((((((z((G.CV=(G.$=[],G.T=(G.Xq=function(Q){return oS.call(this,3,Q,3)},G),[]),158),G,0),z(8,G,0),z)(175,G,function(Q,y){Ut(158,(y=J(Q,b(Q)),y),Q.T)}),z(205,G,G),z)(142,G,function(Q,y,H,e,I,r,S,a,U,w,L,W,Z,K){if(!X(4,true,true,Q,y,3)){if(Z=(a=(K=(L=(H=(e=b(Q),b(Q)),b(Q)),b(Q)),r=J(Q,L),J)(Q,e),J)(Q,K),I=J(Q,H),"object"==V3("splice","array",a)){for(U in W=[],a)W.push(U);a=W}for(w=(r=(S=a.length,0<r?r:1),0);w<S;w+=r)I(a.slice(w,-(w|r)+3*(w&r)+2*(w&~r)+2*(~w&r)),Z)}}),z(80,G,function(Q,y,H,e,I,r){I=(H=(e=(y=b(Q),b(Q)),b)(Q),J(Q,e)),r=J(Q,y),z(H,Q,r in I|0)}),z)(218,G,l),z)(78,G,function(Q){oC(1,Q)}),z)(156,G,function(Q,y,H,e,I,r,S){r=(H=(e=b(Q),b(Q)),b(Q)),Q.T==Q&&(S=J(Q,r),y=J(Q,e),I=J(Q,H),y[I]=S,25==e&&(Q.h=void 0,2==I&&sI(24,9,8,16,Q)))}),z)(237,G,[0,0,0]),z(212,G,function(Q,y,H,e,I){(H=(y=(I=b(Q),e=b(Q),J(Q,I)),V3("splice","array",y)),z)(e,Q,H)}),G.IE=false,z)(155,G,function(Q,y,H,e,I,r,S,a,U,w){0!==(y=(S=(e=(H=(U=(w=(a=(I=b(Q),b)(Q),b(Q)),b(Q)),J(Q,U)),J(Q,a)),J)(Q,w),J(Q.T,I)),y)&&(r=Mp(S,Q,3,false,2,1,H,y,e),y.addEventListener(e,r,i_),z(207,Q,[y,e,r]))}),z(118,G,[]),z)(34,G,function(Q){Q.rC(3)}),z)(29,G,function(Q){Q.rC(4)}),z(48,G,2048),z(165,G,function(Q,y,H,e,I){for(I=(H=(e=sI(24,(y=b(Q),6),128,Q),[]),0);I<e;I++)H.push(b(Q));z(y,Q,H)}),z)(184,G,function(Q){oC(4,Q)}),z(153,G,function(Q,y,H,e,I,r){(I=(r=(y=(H=b(Q),b(Q)),e=b(Q),J(Q,H)),J(Q,y)),z)(e,Q,r[I])}),z(122,G,0),z(223,G,function(Q,y,H){H=(y=b(Q),J)(Q,y),H[0].removeEventListener(H[1],H[2],false)}),z)(189,G,function(Q,y,H,e){(y=(H=b(Q),e=b(Q),b(Q)),z)(y,Q,J(Q,H)>>>e)}),z(148,G,[106,0,0]),z(35,G,G.RE(4)),z(139,G,function(){}),new Dl("Submit"),z(45,G,function(Q,y,H){(y=b(Q),H=b(Q),z)(H,Q,""+J(Q,y))}),z)(149,G,function(Q,y,H,e,I,r,S,a){X(4,true,false,Q,y,27)||(H=wt(Q.T,0,1),S=H.jP,I=H.cw,a=H.C,e=a.length,r=0==e?new S[I]:1==e?new S[I](a[0]):2==e?new S[I](a[0],a[1]):3==e?new S[I](a[0],a[1],a[2]):4==e?new S[I](a[0],a[1],a[2],a[3]):2(),z(H.vw,Q,r))}),z(50,G,208),false),z)(192,G,function(Q,y,H,e,I,r,S,a){(H=(e=(y=(I=(a=b(Q),b(Q)),b(Q)),b(Q)),S=J(Q,e),r=J(Q,I),J(Q,y)),z)(a,Q,Mp(r,Q,18,false,2,S,H))}),z(72,G,function(Q,y,H){X(4,true,false,Q,y,21)||(H=wt(Q,0,1),(Q.T==Q||H.cw==Q.Xq&&H.jP==Q)&&z(H.vw,Q,H.cw.apply(H.jP,H.C)))}),z(199,G,function(Q,y,H,e,I,r){(r=(e=(H=(y=b(Q),b(Q)),b(Q)),I=J(Q,H),J(Q,y))==I,z)(e,Q,+r)}),z)(83,G,function(Q,y,H,e,I,r,S){if((e=sI((H=b(Q),24),12,128,Q),r="",Q.$)[36])for(I=J(Q,36),S=I.length,y=0;e--;)y=((y|0)+(sI(24,14,128,Q)|0))%S,r+=f[I[y]];else for(;e--;)r+=f[b(Q)];z(H,Q,r)}),z(102,G,function(Q,y,H,e){(y=(e=(H=b(Q),b)(Q),b(Q)),z)(y,Q,J(Q,H)||J(Q,e))}),z(109,G,function(Q,y,H,e){(y=(H=b(Q),b(Q)),e=J(Q,y),0!=J(Q,H))&&z(158,Q,e)}),G).L=[],z)(193,G,function(Q,y,H,e,I){H=(e=(y=b(Q),I=b(Q),J(Q,y)),J(Q,I)),z(I,Q,H+e)}),z)(133,G,{}),window.performance||{}),G).wC=t.timeOrigin||(t.timing||{}).navigationStart||0,z)(191,G,function(Q,y,H,e,I,r,S,a,U,w,L,W,Z,K,u,B,p,x){for(L=(y=(U=(I=(Z=(w=H=(B=(S=b(Q),function(h,q,G4,ta){for(;H<h;)w=(q=b(Q)<<H,-(w&q)+~(w&q)-3*~(w|q)+2*(~w^q)),H+=8;return w>>=(H-=h,G4=(ta=(1<<h)-1,(w|0)- -1+(~w|ta)),h),G4}),0),B(3)),3*(Z&1)+~(Z&1)-(~Z^1)),B)(5),e=0,[]),0);L<U;L++)u=B(1),y.push(u),e+=u?0:1;for(x=(a=(-(e&1)-~e+(e|-2)).toString(2).length,K=0,[]);K<U;K++)y[K]||(x[K]=B(a));for(W=0;W<U;W++)y[W]&&(x[W]=b(Q));for(p=(r=[],I);p--;)r.push(J(Q,b(Q)));z(S,Q,function(h,q,G4,ta,vK){for(vK=(G4=0,ta=[],[]);G4<U;G4++){if(!y[q=x[G4],G4]){for(;q>=ta.length;)ta.push(b(h));q=ta[q]}vK.push(q)}(h.Z=h.Fq(r.slice(),47),h).v=h.Fq(vK,47)})}),z(28,G,function(Q,y,H,e){X(4,true,false,Q,y,45)||(H=b(Q),e=b(Q),z(e,Q,function(I){return eval(I)}(Fd(J(Q.T,H)))))}),[]),G.cM=function(Q,y,H,e,I,r){return Mp.call(this,I,r,5,y,Q,e,H)},z)(95,G,function(Q){Q.pV(4)}),z(194,G,[]),z(207,G,0),z(144,G,function(Q,y,H,e){if(y=Q.kC.pop()){for(e=b(Q);0<e;e--)H=b(Q),y[H]=Q.$[H];Q.$=(y[y[194]=Q.$[194],48]=Q.$[48],y)}else z(158,Q,Q.i)}),0),[]),0),G,[VP]),0),G,[gt,c]),G),[Zl,k]),WK)(6,true,true,G,true)},V3=function(k,c,G,N,t){if("object"==(t=typeof G,t))if(G){if(G instanceof Array)return c;if(G instanceof Object)return t;if("[object Window]"==(N=Object.prototype.toString.call(G),N))return"object";if("[object Array]"==N||"number"==typeof G.length&&"undefined"!=typeof G.splice&&"undefined"!=typeof G.propertyIsEnumerable&&!G.propertyIsEnumerable(k))return c;if("[object Function]"==N||"undefined"!=typeof G.call&&"undefined"!=typeof G.propertyIsEnumerable&&!G.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==t&&"undefined"==typeof G.call)return"object";return t},Wf=function(k,c,G){return(G=k(564480).shift(),c).Z(564480).length||c.v(564480).length||(c.Z=void 0,c.v=void 0),G},VP=(n.prototype.t2=void 0,(d=n.prototype,n).prototype.aA=function(k,c,G,N,t){if(3==k.length){for(G=0;3>G;G++)c[G]+=k[G];for(t=(N=0,[13,8,13,12,16,5,3,10,15]);9>N;N++)c[3](c,N%3,t[N])}},[]),gp=[],bi=function(k,c,G,N){if(N>=c.i)throw[Et,31];return(z(158,c,~N- -27-G*(~N^8)+4*(N|-9)),c.J)[N>>k]},wt=(n.prototype.xC=function(k,c,G,N,t,f){return F.call(this,23,12,k,c,G,N,t,f)},function(k,c,G,N,t,f,Q,y){for(Q=(y=((f=b((t={},k)),t).vw=b(k),t.C=[],k.T==k?(b(k)|c)-G:1),N=b(k),c);Q<y;Q++)t.C.push(b(k));for(;y--;)t.C[y]=J(k,t.C[y]);return(t.jP=J(k,N),t).cw=J(k,f),t}),hg=(d.FW=function(k,c,G,N,t,f){return M.call(this,c,14,N,G,k,t,f)},function(k,c,G,N,t,f){return((K7(51,158,((f=J(c,158),c.J)&&f<c.i?(z(158,c,c.i),Ut(158,t,c)):z(158,c,t),false),c,G,N),z)(158,c,f),J)(c,k)}),p7=(n.prototype.nV=false,[]),i_=false,Ja=[],Ut=function(k,c,G){G.kC.push(G.$.slice()),G.$[k]=void 0,z(k,G,c)},Aa=[],$S=(d.SQ=(d.lV=function(){return L6.call(this,7,24)},function(){return L6.call(this,7,3)}),function(k,c,G,N,t,f,Q,y,H,e,I,r,S,a,U){try{for(f=t;1414361568!==f;)k=(k|t)+(S=(I=c<<4,r=c>>>5,~(I&r)-~r+(I&~r))+(c|t),y=(f|t)+(G[(f|3)+(~f^3)-(~f&3)-(f|-4)]|t),~(S&y)-~S+(~S&y))|t,f=f+2325900175|t,c=(c|t)+(Q=((k<<4|t)^k>>>5)+(k|t),a=(H=G[e=f>>>11,3+(~e^3)-(~e|3)],3*(f&H)+~(f&H)-(~f^H)),(Q&a)+~(Q&a)-(~Q^a))|t;return[k>>>24,k>>16&N,(U=k>>8,N+(~U^N)-(~U|N)),256+(k&-256)+(~k^N),c>>>24,c>>16&N,c>>8&N,N-~c+-256-(c&-256)]}catch(w){throw w;}}),J=(n.prototype.j=(d.Zr=function(k,c,G,N,t,f,Q,y,H){return M.call(this,c,3,N,G,k,t,f,Q,y,H)},"toString"),n.prototype.jQ=void 0,function(k,c,G,N,t,f){if(void 0===(t=k.$[c],t))throw[Et,30,c];return t(17640*(((G=((G=((G=(G=(G=N=((f=((G=c|0,G*G)|0)%1837|0,(f*f|0)%1837|0)*G|0)%1837|0,(G*G|0)%1837|0),(G*G|0)%1837)|0,G)*G|0)%1837|0,G)*G|0)%1837|0,((G*G|0)%1837|0)*N)|0)%1837|0))}),OI=function(k,c,G,N,t,f,Q,y,H,e){if(k.MM=(t=N[0],false),t==gp)k.qM=25,k.A(N);else if(t==ZR){y=N[1];try{H=k.B||k.A(N)}catch(I){O(48,2048,I,k),H=k.B}y(H)}else if(t==Ja)k.A(N);else if(t==gt)k.A(N);else if(t==Zl){try{for(Q=0;Q<k.CV.length;Q++)try{e=k.CV[Q],e[0][e[1]](e[2])}catch(I){}}catch(I){}(0,N[1])(function(I,r){k.xC(I,true,r)},(k.CV=[],function(I){(Y(20,(I=!k.L.length,0),k,[p7]),I)&&WK(6,true,false,k,true)}))}else{if(t==Aa)return f=N[2],z(c,k,N[G]),z(133,k,f),k.A(N);t==p7?(k.YC=[],k.J=[],k.$=null):t==VP&&"loading"===l.document.readyState&&(k.N=function(I,r,S){(S=(r=false,function(){r||(r=true,I())}),l.document).addEventListener("DOMContentLoaded",S,i_),l.addEventListener("load",S,i_)})}},gt=(d.U=(d.ff=function(k,c,G,N,t){return eZ.call(this,k,G,3,c,N,t)},(window.performance||{}).now?function(){return this.wC+window.performance.now()}:function(){return+new Date}),[]),ZR=[],K7=function(k,c,G,N,t,f,Q,y,H,e){if(!N.B){N.tc++;try{for(y=(H=N.i,void 0),e=0;(N.nV||--f)&&(N.Z||(e=J(N,c))<H);)try{Q=void 0,N.Z?y=Wf(N.Z,N):(z(8,N,e),Q=b(N),y=J(N,Q)),y&&y.call?y(N,f):qZ(0,8,[Et,21,Q],N),N.MM=true,X(4,G,G,N,f,k)}catch(I){J(N,50)?qZ(t,8,I,N):z(50,N,I)}f||qZ(0,8,[Et,33],N)}catch(I){try{qZ(t,8,I,N)}catch(r){O(32,2048,r,N)}}N.tc--}},z=function(k,c,G){if(158==k||8==k)if(c.$[k])c.$[k][c.j](G);else c.$[k]=c.EW(G);else if(148!=k&&35!=k&&118!=k&&194!=k&&237!=k||!c.$[k])c.$[k]=c.Fq(G,k);25==k&&sI(24,3,8,16,c)},Zl=[],qZ=function(k,c,G,N,t,f,Q,y,H,e,I){if((y=(f=(0==(e=J(N,((t=void 0,G&&G[0]===Et)&&(t=G[2],k=G[1],G=void 0),194)),e.length)&&(H=J(N,c)>>3,e.push(k,(I=H>>c,(I|0)-(I^255)+(~I&255)),-~(H|255)-(~H&255)+(~H|255)),void 0!=t&&e.push(-~(t|255)-(t&-256)+(t|-256))),""),G&&(G.message&&(f+=G.message),G.stack&&(f+=":"+G.stack)),J(N,48)),3)<y){(Q=(f=xg(18,0,(y-=(f=f.slice(0,(y|0)-3),(f.length|0)+3),f.replace(/\\r\\n/g,"\\n"))),N.T),N).T=N;try{v(N,35,P(f.length,2).concat(f),195)}finally{N.T=Q}}z(48,N,y)},b=(n.prototype.A=function(k,c){return c=(k={},{}),function(G,N,t,f,Q,y,H,e,I,r,S,a,U,w,L,W,Z,K,u,B,p,x,h){k=(I=k,c);try{if((x=G[0],x)==PK)return I==c?24:96;if(x==gt){U=G[1];try{for(H=(e=(S=0,r=[],atob(U)),0);H<e.length;H++)Z=e.charCodeAt(H),255<Z&&(r[S++]=-~(Z&255)-(Z&-256)+(Z^255)+(Z|-256),Z>>=8),r[S++]=Z;z(25,this,(this.J=r,this.i=this.J.length<<3,[0,0,0]))}catch(q){qZ(17,8,q,this);return}K7(51,158,false,this,22,8001)}else if(x==gp)G[1].push(J(this,118).length,J(this,48),J(this,35).length,J(this,148).length),z(133,this,G[2]),this.$[169]&&hg(133,this,22,8001,J(this,169));else{if(x==ZR){(w=(W=G[2],P((h=J(this,148).length,-2-2*~(h|2)-(h^2)),2)),t=this.T,this).T=this;try{N=J(this,194),0<N.length&&v(this,148,P(N.length,2).concat(N),192),v(this,148,P(this.l_,1),167),v(this,148,P(this[ZR].length,1)),a=0,a-=(J(this,148).length|0)+5,K=J(this,35),a+=(f=J(this,122),-~(f|2047)-(f&-2048)+(f|-2048)),4<K.length&&(a-=(Q=K.length,-(Q|3)+3*(Q&3)+2*(Q^3))),0<a&&v(this,148,P(a,2).concat(this.RE(a)),197),4<K.length&&v(this,148,P(K.length,2).concat(K),86)}finally{this.T=t}if(p=this.RE(2).concat(J(this,148)),p[1]=p[0]^204,p[3]=p[1]^w[0],p[4]=p[1]^w[1],u=this.hc(p))u="<"+u;else for(u="",y=0;y<p.length;y++)L=p[y][this.j](16),1==L.length&&(L="0"+L),u+=L;return((J((B=u,this),118).length=W.shift(),z(48,this,W.shift()),J(this,35)).length=W.shift(),J)(this,148).length=W.shift(),B}if(x==Ja)hg(133,this,22,G[2],G[1]);else if(x==Aa)return hg(133,this,22,8001,G[1])}}finally{k=I}}}(),function(k,c,G,N,t){if(k.Z)return Wf(k.v,k);return((N=(c=(t=J(k,158),t)>>3,bi)(3,k,2,t),k.h!=c>>3)&&(k.h=c>>3,G=J(k,25),k.Qa=$S(k.X,k.h,[0,0,G[1],G[2]],255,0)),N)^k.Qa[c&k[ZR].length]}),v=function(k,c,G,N,t,f,Q,y,H){if(k.T==k)for(y=J(k,c),35==c?(Q=function(e,I,r,S,a,U){if((I=(U=y.length,(U|0)-4>>3),y).OW!=I){a=(I<<3)-(S=[0,0,(y.OW=I,f[1]),f[2]],4);try{y.sW=$S(YS(a,16,y,3),YS((a|0)+4,16,y,3),S,255,0)}catch(w){throw w;}}y.push((r=y.sW[-~(U|7)-(~U&7)+(~U|7)],2*(r&~e)-(r|~e)+(~r|e)))},f=J(k,237)):Q=function(e){y.push(e)},N&&Q((N|255)+2*(~N^255)-(N|-256)-(~N|255)),H=G.length,t=0;t<H;t++)Q(G[t])},aC;n.prototype.rC=function(k,c,G,N,t,f){return Mp.call(this,t,f,8,c,k,N,G)};var C7,L7=function(k,c,G,N,t,f,Q,y,H,e){for(;N.L.length;){H=(N.N=Q,N).L.pop();try{e=OI(N,74,G,H)}catch(I){O(33,f,I,N)}if(t&&N.N){(y=N.N,y)(function(){WK(k,true,c,N,c)});break}}return e},WK=(aC=function(k,c,G){return c=b(k),G=b(k),-~(c&G)+2*~G-~(c|G)+2*(~c&G)},n.prototype.pV=function(k,c,G){for(c=(G=b(this),0);0<k;k--)c=c<<8|b(this);z(G,this,c)},C7=/./,function(k,c,G,N,t,f,Q,y){if(N.L.length){N.Ww=(N.IE&&0(),t),N.IE=c;try{f=N.U(),N.NM=f,N.UW=0,N.fV=f,y=L7(6,true,k,N,t,2048,null),Q=N.U()-N.fV,N.eP+=Q,Q<(G?0:10)||0>=N.qM--||(Q=Math.floor(Q),N.YC.push(254>=Q?Q:254))}finally{N.IE=false}return y}}),oC=(n.prototype.RA=0,n.prototype[Zl]=[0,0,1,1,0,1,1],n.prototype.hc=function(k,c,G,N,t){return X.call(this,k,G,c,t,N,8)},function(k,c,G,N){(N=(G=b(c),b(c)),v)(c,N,P(J(c,G),k))}),Fd=function(k,c){return(c=NZ("tl","error",null))&&1===k.eval(c.createScript("1"))?function(G){return c.createScript(G)}:function(G){return""+G}}((n.bind&&(aC[n.prototype.j]=gt.pop.bind(n.prototype[gp]),C7[n.prototype.j]=gt.pop.bind(n.prototype[gp])),l));A=l.watchbell||(l.watchbell={}),40<A.m||(A.m=41,A.tl=dp,A.a=rp),A.eqZ_=function(k,c,G){return G=new n(c,k),[function(N){return T(5,N,G,false)}]};try{A.u||(l.addEventListener("unload",function(){},i_),A.u=1)}catch(k){}try{l.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){i_={passive:true}}}))}catch(k){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="Lmkxx45V9LPv9ZkZMOgwfw">
  document.bg = new watchbell.tl('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');
  </script>
<script nonce="Lmkxx45V9LPv9ZkZMOgwfw">
  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="Lmkxx45V9LPv9ZkZMOgwfw">
  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="Lmkxx45V9LPv9ZkZMOgwfw">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="Lmkxx45V9LPv9ZkZMOgwfw">
  (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="Lmkxx45V9LPv9ZkZMOgwfw">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="Lmkxx45V9LPv9ZkZMOgwfw">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fplus.google.com%2F114718778524214371963\x26followup=https%3A%2F%2Fplus.google.com%2F114718778524214371963\x26osid=1\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fplus.google.com%2F114718778524214371963\x26followup=https%3A%2F%2Fplus.google.com%2F114718778524214371963\x26osid=1\x26passive=1209600');
  </script>
  </body>
</html>
