
<!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: local('Open Sans Light'), local('OpenSans-Light'), 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: local('Open Sans'), local('OpenSans'), 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="AFoagUWNprp3BsYzF2hAzzDGk5JSED_FcQ:1582123057903">
  <input type="hidden" name="continue" value="https://sites.google.com/site/pkclibrary/update-news/posts.xml">
  <input type="hidden" name="followup" value="https://sites.google.com/site/pkclibrary/update-news/posts.xml">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlwk2RwRp1EClezxDMk3IO4Us9QKWzc6M8KqbkszGHf1N7wVgVMqlecabfHBignZUgqd2ka98G33chdBVusziTzmRjG88Nb9yOZCywXxdufV_wL_Cdooon99FNASCovmwIAHnb7zlI-PujoAV3qTfRyDnpXRaFiNBL20AvElaeSKmAK4pyeyoEJqL_HwvFTXjqbxqs8B">
  <input name="flowName" type="hidden" value="GlifWebSignIn">
  <input type="hidden" id="_utf8" name="_utf8" value="&#9731;"/>
  <input type="hidden" name="bgresponse" id="bgresponse" value="js_disabled">
  <div class="form-panel first valid" id="gaia_firstform">
  <div class="slide-out ">
  <div class="input-wrapper focused">
  <div id="identifier-shown">
  <div>
  <label class="hidden-label" for="Email">
  Enter your email</label>
  <input id="Email" type="email" value="" spellcheck="false"
                   name="Email"
                   
                     placeholder="Email or phone"
                   
                   
                   
                   >
  <input id="Passwd-hidden" type="password" spellcheck="false" class="hidden">
  </div>
  </div>
  <span role="alert" class="error-msg" id="errormsg_0_Email"></span>
  </div>
<input id="next" name="signIn" class="rc-button rc-button-submit" type="submit" value="Next">
  <a class="need-help"
          href="https://accounts.google.com/signin/usernamerecovery?continue=https%3A%2F%2Fsites.google.com%2Fsite%2Fpkclibrary%2Fupdate-news%2Fposts.xml&amp;hl=en">
  Find my account
  </a>
  </div>
  </div>
  </form>
</div>
  <div class="card-mask-wrap
    
        
     no-name">
  <div class="card-mask">
  <div class="one-google">
  <p class="create-account">
  <span id="link-signin-different">
  <a href="https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fsites.google.com%2Fsite%2Fpkclibrary%2Fupdate-news%2Fposts.xml&amp;followup=https%3A%2F%2Fsites.google.com%2Fsite%2Fpkclibrary%2Fupdate-news%2Fposts.xml">
  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%2Fsite%2Fpkclibrary%2Fupdate-news%2Fposts.xml">
  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="aZiIP8Y0CoUFE0Am2CcZIA">
  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="aZiIP8Y0CoUFE0Am2CcZIA">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var u,Ny=function(N,D,P,f,r){for(f=(D=[],P=0);f<N.length;f++)r=N.charCodeAt(f),128>r?D[P++]=r:(2048>r?D[P++]=r>>6|192:(55296==(r&64512)&&f+1<N.length&&56320==(N.charCodeAt(f+1)&64512)?(r=65536+((r&1023)<<10)+(N.charCodeAt(++f)&1023),D[P++]=r>>18|240,D[P++]=r>>12&63|128):D[P++]=r>>12|224,D[P++]=r>>6&63|128),D[P++]=r&63|128);return D},D2=function(N){for(N=0;64>N;++N)B[N]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(N),C["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(N)]=N;(C[C[B[64]="","+"]=62,"/"]=63,C)["="]=64},t=function(N,D){return(D=typeof N,"object")==D&&null!=N||"function"==D},l=this||self,T,R=function(N,D){return D<N?-1:D>N?1:0},UK=function(N,D){function P(){}(N.prototype=new (N.H=(P.prototype=D.prototype,D.prototype),P),N.prototype).constructor=N},k=function(N,D,P){if(D=typeof N,"object"==D)if(N){if(N instanceof Array)return"array";if(N instanceof Object)return D;if(P=Object.prototype.toString.call(N),"[object Window]"==P)return"object";if("[object Array]"==P||"number"==typeof N.length&&"undefined"!=typeof N.splice&&"undefined"!=typeof N.propertyIsEnumerable&&!N.propertyIsEnumerable("splice"))return"array";if("[object Function]"==P||"undefined"!=typeof N.call&&"undefined"!=typeof N.propertyIsEnumerable&&!N.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==D&&"undefined"==typeof N.call)return"object";return D},Py=function(N){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(N)[1]},B={},fx=function(){},C={};a:{var Jv=l.navigator;if(Jv){var rS=Jv.userAgent;if(rS){u=rS;break a}}u=""}var c="",FP=function(N,D,P){return Object.prototype.hasOwnProperty.call((P=ij,P),N)?P[N]:P[N]=D(N)},Ix=function(N){return(N=l.document)?N.documentMode:void 0},uj=function(N,D,P){for(P in N)if(D.call(void 0,N[P],P,N))return true;return false},q=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(u),Q=(q&&(c=q?q[1]:""),Ix()),By=null!=Q&&Q>parseFloat(c)?String(Q):c,Lx,ij={},GO=9<=Number((Lx=l.document?Ix():void 0,Lx)),wS=!function(N){return FP(N,function(D,P,f,r,U,J,F){for(U=(P=(D=0,f=Py(String(N)).split("."),Py(String(By)).split(".")),r=Math.max(P.length,f.length),0);0==D&&U<r;U++){F=f[U]||"",J=P[U]||"";do{if(J=(F=/(\\d*)(\\D*)(.*)/.exec(F)||["","","",""],/(\\d*)(\\D*)(.*)/.exec(J)||["","","",""]),0==J[0].length&&0==F[0].length)break;F=(J=(D=R(0==F[1].length?0:parseInt(F[1],10),0==J[1].length?0:parseInt(J[1],10))||R(0==F[2].length,0==J[2].length)||R(F[2],J[2]),J[3]),F[3])}while(0==D)}return 0<=D})}("9"),Cx=function(N,D){if(!l.addEventListener||!Object.defineProperty)return false;D=Object.defineProperty({},(N=false,"passive"),{get:function(){N=true}});try{l.addEventListener("test",fx,D),l.removeEventListener("test",fx,D)}catch(P){}return N}(),a=function(N,D){this.currentTarget=this.target=(this.type=(this.defaultPrevented=false,N),D)},x=(a.prototype.preventDefault=(a.prototype.stopPropagation=function(){},function(){this.defaultPrevented=true}),function(N,D,P,f){this.A=(((this.metaKey=(this.key=((this.relatedTarget=this.currentTarget=(a.call(this,N?N.type:""),this.target=null),this).button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,""),this.charCode=this.keyCode=0,this).shiftKey=this.altKey=this.ctrlKey=false,this).state=null,this).pointerId=0,this.pointerType="",null),N&&(P=this.type=N.type,f=N.changedTouches&&N.changedTouches.length?N.changedTouches[0]:null,this.target=N.target||N.srcElement,this.currentTarget=D,D=N.relatedTarget,D||("mouseover"==P?D=N.fromElement:"mouseout"==P&&(D=N.toElement)),this.relatedTarget=D,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||0,this.screenY=f.screenY||0):(this.offsetX=void 0!==N.offsetX?N.offsetX:N.layerX,this.offsetY=void 0!==N.offsetY?N.offsetY:N.layerY,this.clientX=void 0!==N.clientX?N.clientX:N.pageX,this.clientY=void 0!==N.clientY?N.clientY:N.pageY,this.screenX=N.screenX||0,this.screenY=N.screenY||0),this.button=N.button,this.keyCode=N.keyCode||0,this.key=N.key||"",this.charCode=N.charCode||("keypress"==P?N.keyCode:0),this.ctrlKey=N.ctrlKey,this.altKey=N.altKey,this.shiftKey=N.shiftKey,this.metaKey=N.metaKey,this.pointerId=N.pointerId||0,this.pointerType="string"===typeof N.pointerType?N.pointerType:EK[N.pointerType]||"",this.state=N.state,this.A=N,N.defaultPrevented&&this.preventDefault())}),EK={2:(UK(x,a),"touch"),3:"pen",4:"mouse"},H="closure_listenable_"+(x.prototype.stopPropagation=(x.prototype.preventDefault=function(N){if((N=(x.H.preventDefault.call(this),this.A),N).preventDefault)N.preventDefault();else if(N.returnValue=false,wS)try{if(N.ctrlKey||112<=N.keyCode&&123>=N.keyCode)N.keyCode=-1}catch(D){}},function(){x.H.stopPropagation.call(this),this.A.stopPropagation?this.A.stopPropagation():this.A.cancelBubble=true}),1E6*Math.random()|0),A=function(N){this.C=((this.g={},this).src=N,0)},TO=function(N,D,P,f,r){this.o=this.T=(this.listener=(this.D=(this.capture=!!N,this.src=r,this.key=++tv,this.type=P,this.j=D,null),f),false)},tv=0,Rx=function(N){(N.D=null,N).o=(N.src=null,N.listener=null,!(N.j=null,0))},k7=(A.prototype.add=(A.prototype.hasListener=function(N,D,P,f,r){return uj((r=(f=(P=void 0!==N)?N.toString():"",void 0!==D),this.g),function(U,J){for(J=0;J<U.length;++J)if(!(P&&U[J].type!=f||r&&U[J].capture!=D))return true;return false})},function(N,D,P,f,r,U,J){return-1<(N=(U=N.toString(),this.g[U]),N||(N=this.g[U]=[],this.C++),J=k7(N,D,f,r),J)?(D=N[J],P||(D.T=false)):(D=new TO(!!f,r,U,D,this.src),D.T=P,N.push(D)),D}),A.prototype.remove=function(N,D,P,f,r){if(N=N.toString(),!(N in this.g))return false;return r=this.g[N],D=k7(r,D,P,f),-1<D?(Rx(r[D]),Array.prototype.splice.call(r,D,1),0==r.length&&(delete this.g[N],this.C--),true):false},function(N,D,P,f,r,U){for(r=0;r<N.length;++r)if(U=N[r],!U.o&&U.listener==D&&U.capture==!!P&&U.j==f)return r;return-1}),cy="closure_lm_"+(1E6*Math.random()|0),qy=0,Qk=function(N){return(N=N[cy],N instanceof A)?N:null},OK=function(N,D,P,f,r,U){if(f&&f.once)ax(r,N,D,P,f);else if("array"==k(P))for(U=0;U<P.length;U++)OK(N,D,P[U],f,r);else N=x7(N),D&&D[H]?D.WF(P,N,t(f)?!!f.capture:!!f,r):ox(D,P,N,r,false,f)},Av=function(N,D){return D=(N=Hy,GO?function(P){return N.call(D.src,D.listener,P)}:function(P){if(!(P=N.call(D.src,D.listener,P),P))return P})},e4=function(N,D,P,f){return P=N.listener,f=N.j||N.src,N.T&&nx(N),P.call(f,D)},ax=function(N,D,P,f,r,U){if("array"==k(f))for(U=0;U<f.length;U++)ax(N,D,P,f[U],r);else D=x7(D),P&&P[H]?P.hV(f,D,t(r)?!!r.capture:!!r,N):ox(P,f,D,N,true,r)},Hy=function(N,D,P,f){if(N.o)return true;if(!GO){if(!D)a:{for(f=(D=["window",(P=l,"event")],0);f<D.length;f++)if(P=P[D[f]],null==P){D=null;break a}D=P}return D=new x(D,this),e4(N,D)}return e4(N,new x(D,this))},Wy={},nx=function(N,D,P,f,r,U,J){if("number"!==typeof N&&N&&!N.o)if((D=N.src)&&D[H])D.yJ(N);else if(f=N.D,P=N.type,D.removeEventListener?D.removeEventListener(P,f,N.capture):D.detachEvent?D.detachEvent(XP(P),f):D.addListener&&D.removeListener&&D.removeListener(f),qy--,P=Qk(D)){if((f=N.type,f)in P.g){r=P.g[f];b:if("string"===typeof r)U="string"!==typeof N||1!=N.length?-1:r.indexOf(N,0);else{for(U=0;U<r.length;U++)if(U in r&&r[U]===N)break b;U=-1}(J=0<=U)&&Array.prototype.splice.call(r,U,1),J&&(Rx(N),0==P.g[f].length&&(delete P.g[f],P.C--))}0==P.C&&(P.src=null,D[cy]=null)}else Rx(N)},XP=function(N){return N in Wy?Wy[N]:Wy[N]="on"+N},ox=function(N,D,P,f,r,U,J,F){if(!D)throw Error("Invalid event type");if(J=t(U)?!!U.capture:!!U,!J||GO)if((F=Qk(N))||(N[cy]=F=new A(N)),P=F.add(D,P,r,J,f),!P.D){if((P.D=(f=Av(),f),f.src=N,f).listener=P,N.addEventListener)Cx||(U=J),void 0===U&&(U=false),N.addEventListener(D.toString(),f,U);else if(N.attachEvent)N.attachEvent(XP(D.toString()),f);else if(N.addListener&&N.removeListener)N.addListener(f);else throw Error("addEventListener and attachEvent are unavailable.");qy++}},bj=function(N,D,P,f,r,U){if("array"==k(D))for(U=0;U<D.length;U++)bj(N,D[U],P,f,r);else(f=t(f)?!!f.capture:!!f,P=x7(P),N&&N[H])?N.pK(D,P,f,r):N&&(N=Qk(N))&&(D=N.g[D.toString()],N=-1,D&&(N=k7(D,P,f,r)),(P=-1<N?D[N]:null)&&nx(P))},My="__closure_events_fn_"+(1E9*Math.random()>>>0),n=l,vy={},e=function(N,D,P,f,r){if(0!=D.L.length){if(r=0==D.c)D.P=D.N();return N=px(P,N,D),r&&(r=D.N()-D.P,r<(f?10:0)||0>=D.X--||D.I2.push(254>=r?r:254)),N}},hv={},$7=function(N,D){return D[N]<<24|D[N+1]<<16|D[N+2]<<8|D[N+3]},yk={},S4={},p=function(N,D){try{zO(this,N,D)}catch(P){W(P,this)}},h=function(N,D,P,f){for(f=(P=[],D-1);0<=f;f--)P[D-1-f]=N>>8*f&255;return P},y=["botguard"],mP=(p.prototype.gq=((p.prototype.tV=function(N,D,P){return((D=(D^=D<<13,D^=D>>17,D^D<<5)&P)||(D=1),N)^D},p).prototype.R2=(p.prototype.nK=function(N,D,P,f,r){for(r=f=0;r<N.length;r++)f+=N.charCodeAt(r),f+=f<<10,f^=f>>6;return f=new (N=(f+=f<<3,f^=f>>11,f+(f<<15))>>>0,Number)(N&(1<<D)-1),f[0]=(N>>>D)%P,f},p.prototype.be=function(N,D,P,f,r,U){for(P=[],U=f=0;U<N.length;U++)for(r=r<<D|N[U],f+=D;7<f;)f-=8,P.push(r>>f&255);return P},p.prototype.G=function(N,D){if((D=this.R[N],void 0)===D)throw S(this,30,0,N),this.B;return D()},35),function(N,D,P,f){d(this,(P=(D=N&4,N&=3,z(this)),f=z(this),P=this.G(P),D&&(P=Ny((""+P).replace(/\\r\\n/g,"\\n"))),N&&d(this,f,h(P.length,2)),f),P)}),{}),dS=(p.prototype.N=(window.performance||{}).now?function(){return Math.floor(this.AV+window.performance.now())}:function(){return+new Date},function(N,D){for(D=[];N--;)D.push(255*Math.random()|0);return D}),Y7=(p.prototype.B={},function(N,D,P,f){d(N,(f=(P=z(N),z(N)),f),h(N.G(P),D))}),Vk=(p.prototype.fK=l.requestIdleCallback?function(N){requestIdleCallback(N,{timeout:4})}:l.setImmediate?function(N){setImmediate(N)}:function(N){setTimeout(N,0)},{}),d=function(N,D,P,f,r,U){if(N.I==N)for(r=N.G(D),9==D?(D=function(J,F,I,L){if((F=r.length,I=F-4>>3,r).Ot!=I){L=[0,0,(I=(I<<(r.Ot=I,3))-4,U)[1],U[2]];try{r.wq=Z2($7(I+4,r),L,$7(I,r))}catch(G){throw G;}}r.push(r.wq[F&7]^J)},U=N.G(186)):D=function(J){r.push(J)},f&&D(f&255),f=0,N=P.length;f<N;f++)D(P[f])},Y=(p.prototype.W=function(N){return(N=N().shift(),this.l().length)||this.b().length||(this.b=this.l=void 0,this.c--),N},function(N,D,P){if(95==N||237==N)if(D.R[N])D.R[N][D.U](P);else D.R[N]=D.kW(P);else if(102!=N&&9!=N&&73!=N&&88!=N&&186!=N||!D.R[N])D.R[N]=D.v(P,D.G);62==N&&(D.i=void 0,Y(95,D,D.G(95)+32))}),V=(p.prototype.le=false,function(N,D,P){if(0>=P.S||1<P.c||!P.m&&D||0!=document.hidden||P.N()-P.P<P.S-N)return false;return!((Y(95,P,(N=P.G((P.$=true,D)?237:95),P.w)),P).L.push([S4,N]),0)}),sK=(p.prototype.cF=(p.prototype.Y="caller",function(N,D,P){if(3==N.length){for(P=0;3>P;P++)D[P]+=N[P];for(P=(N=[13,8,13,12,16,5,3,10,15],0);9>P;P++)D[3](D,P%3,N[P])}}),function(N,D,P,f,r,U,J){N.c++;try{for(r=(P=(U=0,f=5001,N.w),void 0);(N.le||--f)&&(N.l||(U=N.G(95))<P);)try{N.l?r=N.W(N.l):(Y(237,N,U),J=z(N),r=N.G(J)),r&&r.call?r(N):S(N,21,0,J),N.m=true,V(2,false,N)}catch(F){F!=N.B&&(N.G(233)?S(N,22,F):Y(233,N,F))}f||S(N,33)}catch(F){try{S(N,22,F)}catch(I){W(I,N)}}return(P=N.G(77),D)&&Y(95,N,D),N.c--,P}),Z=function(N,D){N.L.splice(0,0,D)},W=function(N,D){D.F=("E:"+N.message+":"+N.stack).slice(0,2048)},Kx=function(N,D){return D=z(N),D&128&&(D=D&127|z(N)<<7),D},x7=function(N){if("function"==k(N))return N;return(N[My]||(N[My]=function(D){return N.handleEvent(D)}),N)[My]},NN=function(N,D,P,f){for(P=z(N),f=0;0<D;D--)f=f<<8|z(N);Y(P,N,f)},S=function(N,D,P,f,r){if(3<(P=((f=(0==(void 0!=(D=[(r=N.G(237)>>3,D),r>>8&255,r&255],f)&&D.push(f),N.G(88)).length&&(N.R[88]=void 0,Y(88,N,D)),""),P)&&(P.message&&(f+=P.message),P.stack&&(f+=":"+P.stack)),N).G(190),P)){(D=(f=(P-=(f=f.slice(0,P-3),f.length)+3,Ny(f.replace(/\\r\\n/g,"\\n"))),N.I),N).I=N;try{d(N,9,h(f.length,2).concat(f),12)}finally{N.I=D}}Y(190,N,P)},zO=function(N,D,P,f,r){for((N.m=(N.X=25,N.S=(N.c=0,0),false),N.I2=(f=[],[]),N.$=false,r=0,N.v=function(U,J,F,I,L,G){return U=(((G=(L=(I=function(){return I[F.R2+(L[F.Y]===J)-!G[F.Y]]},F=this,function(){return I()}),F.f),L)[F.U]=function(w){I[F.Ga]=w},L)[F.U](U),L)},N).l=(N.kW=function(U,J,F){return(F=(J=function(){return F()},function(){return U}),J)[this.U]=function(I){U=I},J},void 0),N.b=void 0;128>r;r++)f[r]=String.fromCharCode(r);(Y(83,N,(Y(208,N,(Y(206,N,(Y(193,N,(Y(188,(Y(138,N,(Y(88,(Y(186,(Y(151,N,(Y(254,(Y(105,(Y(62,N,(Y(219,N,(Y(233,(Y(175,N,(r=(Y(37,(Y(234,N,(((Y(220,N,((Y((Y(158,N,(Y(231,(Y(205,N,(Y((Y((Y(178,N,(Y(9,N,((Y(119,(N.L=(Y(81,(Y(166,N,(Y((Y(184,N,(N.Ut=(Y(36,(Y(102,(Y(92,(Y(118,N,(N.J=(Y((Y((Y(38,(Y((Y(15,N,(Y(61,N,(Y(194,N,(Y((Y(95,(N.Fp=function(U){this.I=U},(N.s=[],N.R=[],N).I=N,N),0),237),N,0),function(U){Y7(U,4)})),function(){})),0)),142),N,function(U,J,F,I){J=(I=z((F=(J=z(U),z(U)),U)),U.G(J))==U.G(F),Y(I,U,+J)}),N),function(U,J,F,I){I=(F=(J=z(U),z)(U),z(U)),Y(I,U,(U.G(J)in U.G(F))+0)}),31),N,function(U,J,F){0!=(F=(J=z(U),z)(U),U.G(J))&&Y(95,U,U.G(F))}),230),N,function(U,J,F,I){(I=z((J=z(U),F=z(U),U)),Y)(I,U,U.G(J)||U.G(F))}),[]),0)),N),function(U,J,F,I,L){Y((F=(L=(I=(F=(J=z(U),z(U)),U.G(z(U))),U.G(z(U))),U.G(F)),J),U,D9(I,L,F,U))}),N),[165,0,0]),N),function(U,J,F,I){J=(F=(I=z((F=z((J=z(U),U)),U)),U.G(F)),U).G(J),Y(I,U,J[F])}),function(U,J){(J.push(U[0]<<24|U[1]<<16|U[2]<<8|U[3]),J.push(U[4]<<24|U[5]<<16|U[6]<<8|U[7]),J).push(U[8]<<24|U[9]<<16|U[10]<<8|U[11])}),function(U){NN(U,1)})),77),N,{}),function(U,J,F,I){I=(F=z((J=z(U),U)),z(U)),U.I==U&&(U.G(J)[U.G(F)]=U.G(I),62==J&&(U.h=void 0,2==U.G(F)&&(U.i=void 0,Y(95,U,U.G(95)+32))))})),N),function(U,J){U=(J=z(U),U.G(J)),bj(U[0],U[1],U[2])}),[]),N),function(U,J,F){V(5,true,U)||(J=z(U),F=z(U),Y(F,U,function(I){return eval(I)}(U.G(J))))}),D2)(),dS(4))),function(U,J,F,I,L,G,w,X,b,E,gS,m,lj){for(E=(X=(w=(L=(J=z(U),I=F=0,function(g,O){for(;I<g;)F|=z(U)<<I,I+=8;return O=F&(1<<(I-=g,g))-1,F>>=g,O}),G=L(3)+1,L)(5),[]),b=0);E<w;E++)gS=L(1),X.push(gS),b+=gS?0:1;for(m=(b=(b-(E=0,1)).toString(2).length,[]);E<w;E++)X[E]||(m[E]=L(b));for(E=0;E<w;E++)X[E]&&(m[E]=z(U));for(E=(lj=[],G);E--;)lj.push(U.G(z(U)));Y(J,U,function(g,O,j4,M,v){for(O=(g.c++,[]),M=0,j4=[];M<w;M++){if(!X[v=m[M],M]){for(;v>=O.length;)O.push(z(g));v=O[v]}j4.push(v)}g.b=(g.l=g.v(lj.slice(),g.W),g.v(j4,g.W))})})),12),N,function(U){NN(U,4)}),73),N,[]),function(U,J){J=U.G(z(U)),Uu(J,U)})),N),function(U,J){V(5,true,U)||(J=PZ(U),Y(J.V,U,J.Z.apply(J.a,J.O)))}),function(U,J,F){Y((F=z((J=z(U),U)),F),U,""+U.G(J))})),190),N,2048),Y)(115,N,function(U){Y7(U,1)}),function(U,J,F,I,L,G,w){V(5,true,U)||(J=PZ(U),L=J.Z,I=J.a,F=J.O,w=F.length,0==w?G=new I[L]:1==w?G=new I[L](F[0]):2==w?G=new I[L](F[0],F[1]):3==w?G=new I[L](F[0],F[1],F[2]):4==w?G=new I[L](F[0],F[1],F[2],F[3]):S(U,22),Y(J.V,U,G))})),Y)(60,N,N),r=window.performance||{},N).AV=r.timeOrigin||(r.timing||{}).navigationStart||0,function(U,J,F){Y((J=(F=(J=z(U),z(U)),U.R[J])&&U.G(J),F),U,J)})),N),function(U,J,F,I){I=z((F=z((J=z(U),U)),U)),Y(I,U,U.G(J)>>F)}),D.K)||function(){},function(U,J,F,I,L,G){if(!V(255,true,U)){if("object"==(F=(J=(L=(I=(F=(J=z(U),z)(U),z(U)),z(U)),U).G(J),U.G(F)),I=U.G(I),U=U.G(L),k(J))){for(G in L=[],J)L.push(G);J=L}for(G=(L=0,I=0<I?I:1,J.length);L<G;L+=I)F(J.slice(L,L+I),U)}})),N),328),function(U,J,F,I){if(J=U.J.pop()){for(F=z(U);0<F;F--)I=z(U),J[I]=U.R[I];(J[190]=U.R[J[88]=U.R[88],190],U).R=J}else Y(95,U,U.w)})),[0,0,0])),N),function(U,J,F,I,L,G,w){if((I=(F=(J=z(U),Kx)(U),""),U).R[43])for(L=U.G(43),G=0,w=L.length;F--;)G=(G+Kx(U))%w,I+=f[L[G]];else for(;F--;)I+=f[z(U)];Y(J,U,I)}),N),function(U){NN(U,2)}),l)),N),[0,0,0]),N),[]),function(U){U.gq(4)})),N),function(U,J,F,I,L){I=(I=z((J=z(U),F=z(U),U)),J=U.G(J),L=U.G(z(U)),F=U.G(F),U.G(I)),0!==J&&(I=D9(L,1,I,U,J,F),OK(I,J,F),Y(118,U,[J,F,I]))}),function(U,J,F,I,L,G,w){V(5,true,U)||(J=PZ(U),F=J.O,L=J.Z,w=F.length,I=J.a,0==w?G=I[L]():1==w?G=I[L](F[0]):2==w?G=I[L](F[0],F[1]):3==w?G=I[L](F[0],F[1],F[2]):S(U,22),Y(J.V,U,G))})),function(U,J,F){F=(J=z(U),z)(U),Y(F,U,U.G(F)+U.G(J))})),function(U,J,F){Y((J=(F=(J=z(U),z(U)),U).G(J),F),U,k(J))})),function(U,J,F,I,L){for(L=(F=Kx((J=z(U),U)),I=[],0);L<F;L++)I.push(z(U));Y(J,U,I)})),P&&"!"==P.charAt(0))?(N.F=P,r()):(D=!!D.K,N.w=0,N.M=[],Z(N,[vy,P]),Z(N,[mP,r]),e(true,N,D,false))},Uu=((p.prototype.Mk=function(N,D,P,f){for(;P--;)95!=P&&237!=P&&D.R[P]&&(D.R[P]=D[f](D[N](P),this));D[N]=this},p.prototype).Ga=36,function(N,D){Y(95,((D.J.push(D.R.slice()),D).R[95]=void 0,D),N)}),fz=function(N,D,P){return sK(N,((P=N.G(95),N.M&&P<N.w)?(Y(95,N,N.w),Uu(D,N)):Y(95,N,D),P))},z=((p.prototype.U="toString",p.prototype).ue=function(N,D,P,f,r,U){if(this.F)return this.F;try{U=[],r=[],f=!!N,Z(this,[Vk,r,D]),Z(this,[yk,N,r,U]),e(true,this,f,false),P=U[0]}catch(J){W(J,this),P=this.F,N&&N(P)}return P},function(N,D,P,f){if(N.l)return N.W(N.b);if((P=(D=N.G(95),D>>3),D)>=N.w)throw S(N,31),N.B;return(((void 0==N.i&&(N.i=$7(P-4,N.M),N.h=void 0),N.h!=P>>3)&&(N.h=P>>3,f=N.G(62),N.LK=Z2(N.h,[0,0,f[1],f[2]],N.i)),Y)(95,N,D+8),N.M[P])^N.LK[P%8]}),px=function(N,D,P,f,r){for(;P.L.length;){if(D=D&&N)P.S&&P.$?(D=0!=document.hidden?false:true,P.$=false):D=false;if(D){P.fK((r=P,function(){e(false,r,N,false)}));break}f=Jm((f=(D=true,P.L.pop()),P),f)}return f},Jm=(p.prototype.rq=function(N,D,P,f){try{f=N[(D+2)%3],N[D]=N[D]-N[(D+1)%3]-f^(1==D?f<<P:f>>>P)}catch(r){throw r;}},function(N,D,P,f,r){if((P=D[0],N).m=false,P==Vk)N.X=25,N.f(D);else if(P==yk){f=D[P=D[3],1];try{r=N.f(D)}catch(U){W(U,N),r=N.F}(f&&f(r),P).push(r)}else if(P==S4)N.f(D);else if(P==vy)N.f(D);else if(P==mP){try{for(r=0;r<N.s.length;r++)try{f=N.s[r],f[0][f[1]](f[2])}catch(U){}}catch(U){}(0,D[N.s=[],1])()}else if(P==hv)return r=D[2],f=D[6],Y(126,N,D[4]?[f[0].A]:f),Y(77,N,r),N.f(D)}),PZ=(p.prototype.f=function(N,D,P,f,r,U,J,F,I,L){if((D=N[0],D)==vy){P=N[1];try{for(r=(f=[],0);r<P.length;){if((J=(U=C[P.charAt(r++)],r<P.length)?C[P.charAt(r)]:0,++r,F=r<P.length?C[P.charAt(r)]:64,++r,I=r<P.length?C[P.charAt(r)]:64,++r,null==U||null==J||null==F)||null==I)throw Error();(f.push(U<<2|J>>4),64)!=F&&(f.push(J<<4&240|F>>2),64!=I&&f.push(F<<6&192|I))}this.w=(this.M=f,this.M.length<<3)}catch(G){S(this,17,G)}sK(this)}else if(D==Vk)U=N[1],U.push(this.G(102).length,this.G(9).length,this.G(73).length,this.G(190)),Y(77,this,N[2]),this.R[204]&&fz(this,this.G(204));else{if(D==yk){(J=(F=(U=N[2],h)(this.G(102).length+2,2),this).I,this).I=this;try{P=this.G(88),0<P.length&&d(this,102,h(P.length,2).concat(P),15),f=this.G(15)&511,f-=this.G(102).length+5,r=this.G(9),4<r.length&&(f-=r.length+3),0<f&&d(this,102,h(f,2).concat(dS(f)),10),4<r.length&&d(this,102,h(r.length,2).concat(r),153)}finally{this.I=J}for((J=dS(2).concat(this.G(102)),J)[1]=J[0]^3,J[3]=J[1]^F[0],J[4]=J[1]^F[1],I=0,F=[];I<J.length;I+=3)D=J[I],L=(P=I+1<J.length)?J[I+1]:0,N=(f=I+2<J.length)?J[I+2]:0,r=D>>2,D=(D&3)<<4|L>>4,L=(L&15)<<2|N>>6,N&=63,f||(N=64,P||(L=64)),F.push(B[r],B[D],B[L],B[N]);if(F=F.join(""))F="!"+F;else for(I=0,F="";I<J.length;I++)P=J[I][this.U](16),1==P.length&&(P="0"+P),F+=P;return Y(190,(((this.G((J=F,102)).length=U[0],this.G(9)).length=U[1],this).G(73).length=U[2],this),U[3]),J}if(D==S4)fz(this,N[1]);else if(D==hv)return fz(this,N[1])}},function(N,D,P,f,r,U){for(U=(r=(f=(((P=(D={},z(N)),D).V=z(N),D).O=[],N.I)==N?z(N)-1:1,z)(N),0);U<f;U++)D.O.push(z(N));for((D.Z=N.G(P),D).a=N.G(r);f--;)D.O[f]=N.G(D.O[f]);return D}),D9=function(N,D,P,f,r,U){return function(){if(f.I==f){var J=[hv,P,N,void 0,r,U,arguments],F=D&1;if(D&2)var I=e(!(Z(f,J),1),f,false,true);else F&&f.L.length?Z(f,J):F?(Z(f,J),e(false,f,false,true)):I=Jm(f,J);return I}}},Z2=function(N,D,P,f){try{for(f=0;79669387488!=f;)P+=(N<<4^N>>>5)+N^f+D[f&3],f+=2489668359,N+=(P<<4^P>>>5)+P^f+D[f>>>11&3];return[P>>>24,P>>16&255,P>>8&255,P&255,N>>>24,N>>16&255,N>>8&255,N&255]}catch(r){throw r;}};y[0]in n||"undefined"==typeof n.execScript||n.execScript("var "+y[0]);for(var K;y.length&&(K=y.shift());)n=n[K]&&n[K]!==Object.prototype[K]?n[K]:n[K]={};T=l.botguard,T.bg=function(N,D,P){return N&&N.substring&&(P=T[N.substring(0,3)])?new P(N.substring(3),D):new T.TLa(N,D)},T.TLa=function(N,D,P){(P=new p({K:D},N),this).invoke=function(f,r,U){return U=P.ue(r&&f,U),f&&!r&&f(U),U}};try{T.u||(OK(function(){},l,"unload"),T.u=1)}catch(N){};')();</script>
  <script type="text/javascript" nonce="aZiIP8Y0CoUFE0Am2CcZIA">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="aZiIP8Y0CoUFE0Am2CcZIA">
  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="aZiIP8Y0CoUFE0Am2CcZIA">
  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="aZiIP8Y0CoUFE0Am2CcZIA">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="aZiIP8Y0CoUFE0Am2CcZIA">
  (function(){
  gaia_onLoginSubmit = function() {
  try {
  gaia.loginAutoRedirect.stop();
  } catch (err) {
  // do not prevent form from being submitted
  }
  try {
  document.bg.invoke(function(response) {
  document.getElementById('bgresponse').value = response;
  });
  } catch (err) {
  document.getElementById('bgresponse').value = '';
  }
  return true;
  }
  document.getElementById('gaia_loginform').onsubmit = gaia_onLoginSubmit;
  var signinButton;
  signinButton = document.getElementById('next');
  gaia_attachEvent(window, 'load', function(){
  gaia_scrollToElement(signinButton);
  });
  })();
</script>
  <script nonce="aZiIP8Y0CoUFE0Am2CcZIA">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.a=h();this.parameters={}};g("gaia.ajax.XmlHttpFormRequest",k);
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.a;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.send=k.prototype.send;
k.prototype.h=function(b,c,a){var d=this.a;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.sendJson=k.prototype.h;k.prototype.get=function(b,c){var a=this.a;a.open("GET",b,!0);a.onreadystatechange=function(){4==a.readyState&&c({status:a.status,text:a.responseText})};a.send()};k.prototype.get=k.prototype.get;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.g=b;this.f=c;this.c=m();this.b=!1},q=function(){var b=n,c=m();c==b.c||b.b||(b.c=c,(new k).get(b.f,function(a){var d=n;a&&a.status&&200==a.status&&"OK"==a.text&&(d.a&&clearInterval(d.a),d.b||(window.location=d.g))}))};p.prototype.start=function(b){if(this.a)return!1;this.a=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.b=!0;b.a&&(clearInterval(b.a),b.a=null)});
</script>
  <script type="text/javascript" nonce="aZiIP8Y0CoUFE0Am2CcZIA">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fsite%2Fpkclibrary%2Fupdate-news%2Fposts.xml\x26followup=https%3A%2F%2Fsites.google.com%2Fsite%2Fpkclibrary%2Fupdate-news%2Fposts.xml\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fsite%2Fpkclibrary%2Fupdate-news%2Fposts.xml\x26followup=https%3A%2F%2Fsites.google.com%2Fsite%2Fpkclibrary%2Fupdate-news%2Fposts.xml\x26passive=1209600');
  </script>
  </body>
</html>
