
<!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="AFoagUXcheQ05ucmbtqMX6xV49E8UqLSwQ:1562549216563">
  <input type="hidden" name="continue" value="https://plus.google.com/+markscheele">
  <input type="hidden" name="followup" value="https://plus.google.com/+markscheele">
  <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="AEThLlxRzkJeyoOycjgJGFZPZ-5xV_ZhOA_j2qZRZwhOFqyLHFLtcDpxyLuDeCdqwEkmGG-YJZyDMfbBfTwWStwMJhC47ZgBqcpgNAOGqgTddhntEHnvcT4Ian_Lq1kfWOdY0t-aoqPUD_hH7DZF-aIkzq6iEJFqcWkUwWxMDwag1Pe6XUOpSqE">
  <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%2F%2Bmarkscheele&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%2F%2Bmarkscheele&amp;followup=https%3A%2F%2Fplus.google.com%2F%2Bmarkscheele&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%2F%2Bmarkscheele">
  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="YP3QyttmMvm7dp1+saat5Q">
  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="YP3QyttmMvm7dp1+saat5Q">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var jA=function(){},Qr=function(Q,k,w,v,X){for(v=(k=[],w=0);v<Q.length;v++)X=Q.charCodeAt(v),128>X?k[w++]=X:(2048>X?k[w++]=X>>6|192:(55296==(X&64512)&&v+1<Q.length&&56320==(Q.charCodeAt(v+1)&64512)?(X=65536+((X&1023)<<10)+(Q.charCodeAt(++v)&1023),k[w++]=X>>18|240,k[w++]=X>>12&63|128):k[w++]=X>>12|224,k[w++]=X>>6&63|128),k[w++]=X&63|128);return k},L=function(Q,k){return Q<k?-1:Q>k?1:0},z={},kr=function(Q,k){function w(){}Q.prototype=(Q.X=(w.prototype=k.prototype,k.prototype),new w),Q.prototype.constructor=Q,Q.d_=function(v,X,d){for(var b=Array(arguments.length-2),V=2;V<arguments.length;V++)b[V-2]=arguments[V];return k.prototype[X].apply(v,b)}},S=function(Q,k,w){if((k=typeof Q,"object")==k)if(Q){if(Q instanceof Array)return"array";if(Q instanceof Object)return k;if("[object Window]"==(w=Object.prototype.toString.call(Q),w))return"object";if("[object Array]"==w||"number"==typeof Q.length&&"undefined"!=typeof Q.splice&&"undefined"!=typeof Q.propertyIsEnumerable&&!Q.propertyIsEnumerable("splice"))return"array";if("[object Function]"==w||"undefined"!=typeof Q.call&&"undefined"!=typeof Q.propertyIsEnumerable&&!Q.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==k&&"undefined"==typeof Q.call)return"object";return k},E,dt=function(Q){for(Q=0;64>Q;++Q)z[Q]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(Q),C["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(Q)]=Q;C[C["/"]=(C["+"]=(z[64]="",62),63),"="]=64},R=function(Q,k){return(k=typeof Q,"object"==k)&&null!=Q||"function"==k},K,C={},O=this||self,wt=function(Q){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(Q)[1]};a:{var vf=O.navigator;if(vf){var bx=vf.userAgent;if(bx){K=bx;break a}}K=""}var XE=function(Q,k,w){for(w in Q)if(k.call(void 0,Q[w],w,Q))return true;return false},Vr=function(Q){return(Q=O.document)?Q.documentMode:void 0},LR=function(Q,k,w){return w=UO,Object.prototype.hasOwnProperty.call(w,Q)?w[Q]:w[Q]=k(Q)},y="",m=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(K),n=(m&&(y=m?m[1]:""),Vr)(),ix=null!=n&&n>parseFloat(y)?String(n):y,fR,UO={},a=9<=(fR=O.document?Vr():void 0,Number(fR)),Gd=!function(Q){return LR(Q,function(k,w,v,X,d,b,V){for(X=Math.max((k=(w=wt(String((v=wt(String(Q)).split("."),ix))).split("."),0),w).length,v.length),d=0;0==k&&d<X;d++){b=w[V=v[d]||"",d]||"";do{if((b=(V=/(\\d*)(\\D*)(.*)/.exec(V)||["","","",""],/(\\d*)(\\D*)(.*)/).exec(b)||["","","",""],0)==b[0].length&&0==V[0].length)break;b=b[V=(k=L(0==b[1].length?0:parseInt(b[1],10),0==V[1].length?0:parseInt(V[1],10))||L(0==b[2].length,0==V[2].length)||L(b[2],V[2]),V[3]),3]}while(0==k)}return 0<=k})}("9"),eA=function(Q,k){if(!O.addEventListener||!Object.defineProperty)return false;k=(Q=false,Object.defineProperty({},"passive",{get:function(){Q=true}}));try{O.addEventListener("test",jA,k),O.removeEventListener("test",jA,k)}catch(w){}return Q}(),J=function(Q,k){this.currentTarget=(this.defaultPrevented=false,this).target=(this.type=Q,k)},A=((J.prototype.stopPropagation=function(){},J.prototype).preventDefault=function(){this.defaultPrevented=true},function(Q,k,w,v){((this.pointerId=(this.state=(this.metaKey=(this.charCode=(this.key=(this.button=this.screenY=(this.relatedTarget=this.currentTarget=(J.call(this,Q?Q.type:""),this).target=null,this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0),""),this).keyCode=0,this.shiftKey=this.altKey=this.ctrlKey=false),null),0),this.pointerType="",this).R=null,Q)&&(w=this.type=Q.type,v=Q.changedTouches&&Q.changedTouches.length?Q.changedTouches[0]:null,this.target=Q.target||Q.srcElement,this.currentTarget=k,k=Q.relatedTarget,k||("mouseover"==w?k=Q.fromElement:"mouseout"==w&&(k=Q.toElement)),this.relatedTarget=k,v?(this.clientX=void 0!==v.clientX?v.clientX:v.pageX,this.clientY=void 0!==v.clientY?v.clientY:v.pageY,this.screenX=v.screenX||0,this.screenY=v.screenY||0):(this.offsetX=void 0!==Q.offsetX?Q.offsetX:Q.layerX,this.offsetY=void 0!==Q.offsetY?Q.offsetY:Q.layerY,this.clientX=void 0!==Q.clientX?Q.clientX:Q.pageX,this.clientY=void 0!==Q.clientY?Q.clientY:Q.pageY,this.screenX=Q.screenX||0,this.screenY=Q.screenY||0),this.button=Q.button,this.keyCode=Q.keyCode||0,this.key=Q.key||"",this.charCode=Q.charCode||("keypress"==w?Q.keyCode:0),this.ctrlKey=Q.ctrlKey,this.altKey=Q.altKey,this.shiftKey=Q.shiftKey,this.metaKey=Q.metaKey,this.pointerId=Q.pointerId||0,this.pointerType="string"==typeof Q.pointerType?Q.pointerType:Zl[Q.pointerType]||"",this.state=Q.state,this.R=Q,Q.defaultPrevented&&this.preventDefault())}),Zl={2:(kr(A,J),"touch"),3:"pen",4:"mouse"},r="closure_listenable_"+((A.prototype.preventDefault=function(Q){if(Q=(A.X.preventDefault.call(this),this.R),Q.preventDefault)Q.preventDefault();else if(Q.returnValue=false,Gd)try{if(Q.ctrlKey||112<=Q.keyCode&&123>=Q.keyCode)Q.keyCode=-1}catch(k){}},A.prototype).stopPropagation=function(){(A.X.stopPropagation.call(this),this.R).stopPropagation?this.R.stopPropagation():this.R.cancelBubble=true},1E6*Math.random()|0),N=function(Q){this.b=((this.src=Q,this).V={},0)},EO=function(Q,k,w,v,X){(this.C=this.O=false,this).src=(this.capture=!!v,k),this.h=(this.type=w,this.Y=(this.key=++$r,X),null),this.listener=Q},CR=function(Q){Q.Y=(Q.listener=(Q.src=null,Q.C=(Q.h=null,true),null),null)},$r=0,Rb=(((N.prototype.hasListener=function(Q,k,w,v,X){return XE(this.V,(X=(v=(w=void 0!==Q)?Q.toString():"",void 0!==k),function(d,b){for(b=0;b<d.length;++b)if(!(w&&d[b].type!=v||X&&d[b].capture!=k))return true;return false}))},N.prototype).remove=function(Q,k,w,v,X){if(!((Q=Q.toString(),Q)in this.V))return false;return(X=this.V[Q],k=Rb(X,k,w,v),-1)<k?(CR(X[k]),Array.prototype.splice.call(X,k,1),0==X.length&&(delete this.V[Q],this.b--),true):false},N).prototype.add=function(Q,k,w,v,X,d,b){return((Q=this.V[d=Q.toString(),d],Q)||(Q=this.V[d]=[],this.b++),b=Rb(Q,k,v,X),-1<b)?(k=Q[b],w||(k.O=false)):(k=new EO(k,this.src,d,!!v,X),k.O=w,Q.push(k)),k},function(Q,k,w,v,X,d){for(X=0;X<Q.length;++X)if(d=Q[X],!d.C&&d.listener==k&&d.capture==!!w&&d.Y==v)return X;return-1}),KR="closure_lm_"+(1E6*Math.random()|0),mZ=function(Q,k,w,v,X,d,b){if("number"!=typeof Q&&Q&&!Q.C)if((k=Q.src)&&k[r])k.D0(Q);else if(v=Q.h,w=Q.type,k.removeEventListener?k.removeEventListener(w,v,Q.capture):k.detachEvent?k.detachEvent(OO(w),v):k.addListener&&k.removeListener&&k.removeListener(v),xr--,w=yr(k)){if(v=Q.type,v in w.V){X=w.V[v];b:if("string"==typeof X)d="string"==typeof Q&&1==Q.length?X.indexOf(Q,0):-1;else{for(d=0;d<X.length;d++)if(d in X&&X[d]===Q)break b;d=-1}((b=0<=d)&&Array.prototype.splice.call(X,d,1),b)&&(CR(Q),0==w.V[v].length&&(delete w.V[v],w.b--))}0==w.b&&(w.src=null,k[KR]=null)}else CR(Q)},ab=function(Q,k,w,v){if(Q.C)return true;if(!a){if(!k)a:{for(v=(w=(k=["window","event"],O),0);v<k.length;v++)if(w=w[k[v]],null==w){k=null;break a}k=w}return(k=new A(k,this),nR)(Q,k)}return nR(Q,new A(k,this))},At=function(Q,k,w,v,X,d,b,V){if(!k)throw Error("Invalid event type");if((b=R(X)?!!X.capture:!!X,!b)||a)if((V=yr(Q))||(Q[KR]=V=new N(Q)),w=V.add(k,w,v,b,d),!w.h){if(((w.h=(v=Jt(),v),v).src=Q,v).listener=w,Q.addEventListener)eA||(X=b),void 0===X&&(X=false),Q.addEventListener(k.toString(),v,X);else if(Q.attachEvent)Q.attachEvent(OO(k.toString()),v);else if(Q.addListener&&Q.removeListener)Q.addListener(v);else throw Error("addEventListener and attachEvent are unavailable.");xr++}},yr=function(Q){return Q=Q[KR],Q instanceof N?Q:null},xr=0,Jt=function(Q,k){return k=(Q=ab,a?function(w){return Q.call(k.src,k.listener,w)}:function(w){if(w=Q.call(k.src,k.listener,w),!w)return w})},OO=function(Q){return Q in sO?sO[Q]:sO[Q]="on"+Q},rt=function(Q,k,w,v,X,d){if("array"==S(k))for(d=0;d<k.length;d++)rt(Q,k[d],w,v,X);else(v=R(v)?!!v.capture:!!v,w=NU(w),Q&&Q[r])?Q.JB(k,w,v,X):Q&&(Q=yr(Q))&&(k=Q.V[k.toString()],Q=-1,k&&(Q=Rb(k,w,v,X)),(w=-1<Q?k[Q]:null)&&mZ(w))},sO={},tt=function(Q,k,w,v,X,d){if("array"==S(k))for(d=0;d<k.length;d++)tt(Q,k[d],w,v,X);else w=NU(w),Q&&Q[r]?Q.bz(k,w,R(v)?!!v.capture:!!v,X):At(Q,k,w,true,v,X)},nR=function(Q,k,w,v){return(v=(w=Q.listener,Q.Y)||Q.src,Q).O&&mZ(Q),w.call(v,k)},ht=function(Q,k,w,v,X,d){if(v&&v.once)tt(Q,k,w,v,X);else if("array"==S(k))for(d=0;d<k.length;d++)ht(Q,k[d],w,v,X);else w=NU(w),Q&&Q[r]?Q.Cj(k,w,R(v)?!!v.capture:!!v,X):At(Q,k,w,false,v,X)},pR="__closure_events_fn_"+(1E9*Math.random()>>>0),Dl={},Yr={},NU=function(Q){if("function"==S(Q))return Q;return Q[Q[pR]||(Q[pR]=function(k){return Q.handleEvent(k)}),pR]},Bf=function(Q,k,w,v,X){for(;Q.c.length;){if(w=w&&k)Q.T&&Q.j?(w=0!=document.hidden?false:true,Q.j=false):w=false;if(w){X=Q,Q.RP(function(){t(X,false,k,false)});break}v=(w=true,Q.c.pop()),v=Ib(Q,v)}return v},lx=function(Q,k,w,v,X,d){for(d=(X=(v=(w=(k={},Q).A(),k.U=Q.A(),k.w=[],Q.A())-1,Q).A(),0);d<v;d++)k.w.push(Q.A());for(k.s=Q.o(w),k.f=Q.o(X);v--;)k.w[v]=Q.o(k.w[v]);return k},gt={},Td=function(Q,k,w,v,X){for(Q.L=0,Q.T=((X=(Q.W=void 0,0),Q).F=void 0,Q.j=(Q.I=25,!(Q.N=false,Q.w_=function(d,b,V){return b=(V=function(){return d},function(){return V()}),b[this.g]=function(U){d=U},b},Q.oP=(v=[],[]),1)),0),Q.Z=function(d,b,V,U,f,G){return((G=(V=this,U=function(){return U[V.m+(f[V.B]===b)-!G[V.B]]},f=function(){return U()},V).a,f)[V.g]=function(e){U[V.H]=e},f)[V.g](d),d=f};128>X;X++)v[X]=String.fromCharCode(X);((Q.K=(((((((((X=(((((Q.g_=((((((((Q.c2=((((Q.c=((((I(Q,(Q.$=[],Q.S=[],249),0),I(Q,105,0),I)(Q,103,function(d){d.AB(4)}),I(Q,84,function(d,b,V){B(d,1,5)||(b=d.A(),V=d.A(),I(d,V,function(U){return eval(U)}(d.o(b))))}),I)(Q,185,function(d,b,V){(b=(b=d.A(),V=d.A(),d.o(b)),I)(d,V,S(b))}),I)(Q,200,0),I(Q,91,function(d,b,V,U){(U=(V=(b=d.A(),d.A()),d.A()),I)(d,U,d.o(b)||d.o(V))}),[]),I)(Q,139,[165,0,0]),I(Q,131,2048),I(Q,63,function(d,b,V,U,f){(V=(f=(b=(U=(V=(b=d.A(),d.A()),d.A()),d.o(b)),d).o(d.A()),d.o(V)),U=d.o(U),0)!==b&&(U=cf(d,U,f,1,b,V),ht(b,V,U),I(d,12,[b,V,U]))}),I)(Q,53,Q),I(Q,50,function(d,b,V,U,f,G){if(!B(d,1,255)){if(d=(U=(f=(U=(V=(b=d.A(),d).A(),d).A(),d.A()),b=d.o(b),V=d.o(V),d).o(U),d).o(f),"object"==S(b)){for(G in f=[],b)f.push(G);b=f}for(f=(G=b.length,0);f<G;f+=U)V(b.slice(f,f+U),d)}}),I(Q,54,function(d,b){(b=d.o(d.A()),Hf)(d,b)}),window.performance||{}).timing||{}).navigationStart||0,I)(Q,192,function(d,b,V,U,f,G,e){B(d,1,5)||(b=lx(d),V=b.w,e=V.length,f=b.s,U=b.f,0==e?G=U[f]():1==e?G=U[f](V[0]):2==e?G=U[f](V[0],V[1]):3==e?G=U[f](V[0],V[1],V[2]):l(d,22),I(d,b.U,G))}),I)(Q,197,function(d,b,V){(b=(b=d.A(),V=d.A(),d).S[b]&&d.o(b),I)(d,V,b)}),I(Q,140,function(d,b,V,U,f){for(f=(U=(V=(b=d.A(),MU(d)),[]),0);f<V;f++)U.push(d.A());I(d,b,U)}),I)(Q,128,{}),I(Q,231,function(){}),I)(Q,120,[]),I)(Q,179,function(d,b,V,U){U=(V=(b=d.A(),d.A()),d).A(),I(d,U,(d.o(b)in d.o(V))+0)}),I(Q,49,298),I(Q,71,function(d){Pf(d,1)}),I)(Q,156,function(d,b,V,U,f,G,e){if((U=(V=(b=d.A(),MU)(d),""),d.S)[133])for(f=d.o(133),G=0,e=f.length;V--;)G=(G+MU(d))%e,U+=v[f[G]];else for(;V--;)U+=v[d.A()];I(d,b,U)}),I)(Q,190,[]),I(Q,76,function(d,b,V,U){if(b=d.K.pop()){for(V=d.A();0<V;V--)U=d.A(),b[U]=d.S[U];b[b[190]=d.S[190],131]=d.S[131],d.S=b}else I(d,249,d.l.length)}),function(d,b){((b.push(d[0]<<24|d[1]<<16|d[2]<<8|d[3]),b).push(d[4]<<24|d[5]<<16|d[6]<<8|d[7]),b).push(d[8]<<24|d[9]<<16|d[10]<<8|d[11])}),I)(Q,12,0),I(Q,205,function(d,b){B(d,1,5)||(b=lx(d),I(d,b.U,b.s.apply(b.f,b.w)))}),I(Q,92,0),I)(Q,146,function(d,b,V,U,f,G,e){B(d,1,5)||(b=lx(d),U=b.f,f=b.s,V=b.w,e=V.length,0==e?G=new U[f]:1==e?G=new U[f](V[0]):2==e?G=new U[f](V[0],V[1]):3==e?G=new U[f](V[0],V[1],V[2]):4==e?G=new U[f](V[0],V[1],V[2],V[3]):l(d,22),I(d,b.U,G))}),I)(Q,65,0),I(Q,255,function(d,b){d=(b=d.A(),d.o(b)),rt(d[0],d[1],d[2])}),I(Q,213,function(d,b,V){(V=(b=d.A(),d.A()),I)(d,V,""+d.o(b))}),I(Q,43,function(d){Pf(d,4)}),I)(Q,110,function(d,b,V,U,f){(V=(f=(V=(b=d.A(),d.A()),U=d.o(d.A()),d).o(d.A()),d.o(V)),I)(d,b,cf(d,V,U,f))}),w.i||function(){}),I)(Q,113,function(d){qU(d,1)}),I)(Q,46,function(d,b,V,U){(U=(V=(b=d.A(),d.A()),d).A(),d.o(b))[d.o(V)]=d.o(U)}),I)(Q,32,function(d,b,V,U){b=(V=(V=(b=d.A(),d.A()),U=d.A(),d).o(V),d.o(b)),I(d,U,b[V])}),I)(Q,189,function(d,b,V,U){(U=(b=d.A(),V=d.A(),d.A()),I)(d,U,d.o(b)>>V)}),I)(Q,17,ob(4)),dt(),I)(Q,252,function(d){Pf(d,2)}),I(Q,193,function(d){qU(d,4)}),I)(Q,99,function(d,b,V,U){b=(b=d.A(),V=d.A(),U=d.A(),d).o(b)==d.o(V),I(d,U,+b)}),I)(Q,38,function(d,b,V,U,f,G,e,h,p,u,zd,g,ux){for(u=p=(h=(G=(f=(U=(b=d.A(),V=0),function(Z,x){for(;U<Z;)V|=d.A()<<U,U+=8;return x=(U-=Z,V&(1<<Z)-1),V>>=Z,x}),f(3))+1,e=f(5),[]),0);u<e;u++)zd=f(1),h.push(zd),p+=zd?0:1;for(g=(p=(p-(u=0,1)).toString(2).length,[]);u<e;u++)h[u]||(g[u]=f(p));for(u=0;u<e;u++)h[u]&&(g[u]=d.A());for(ux=(u=G,[]);u--;)ux.push(d.o(d.A()));I(d,b,function(Z,x,SA,D,Y){for(SA=(D=(x=[],0),Z.L++,[]);D<e;D++){if(!h[Y=g[D],D]){for(;Y>=x.length;)x.push(Z.A());Y=x[Y]}SA.push(Y)}(Z.W=Z.Z(ux.slice(),Z.A),Z).F=Z.Z(SA,Z.A)})}),[]),I)(Q,221,O),I(Q,67,function(d,b,V){0!=(b=d.A(),V=d.A(),d.o(b))&&I(d,249,d.o(V))}),I(Q,126,function(d,b,V){b=d.A(),V=d.A(),I(d,V,d.o(V)+d.o(b))}),k)&&"!"==k.charAt(0)?(Q.G=k,X()):(Q.l=[],w=!!w.i,c(Q,[Yr,k]),c(Q,[Wf,X]),t(Q,false,w,true))},H=O,cf=function(Q,k,w,v,X,d){return function(){var b=[FE,k,w,void 0,X,d,arguments],V=v&1;if(v&2)var U=(c(Q,b),t)(Q,true,false,false);else V&&Q.c.length?c(Q,b):V?(c(Q,b),t(Q,true,false,false)):U=Ib(Q,b);return U}},B=function(Q,k,w){if(0>=Q.T||1<Q.L||!Q.N&&0<k||0!=document.hidden||Q.D()-Q.P<Q.T-w)return false;return k=(Q.j=true,Q.o(249)-k),I(Q,249,Q.l.length),Q.c.push([Dl,k]),true},jQ={},P=function(Q,k){try{Td(this,Q,k)}catch(w){M(this,w)}},q=function(Q,k,w,v){for(v=(w=[],k-1);0<=v;v--)w[k-1-v]=Q>>8*v&255;return w},ob=(P.prototype.a=function(Q,k,w,v,X,d,b,V,U,f){if((k=Q[0],k)==Yr){Q=Q[1];try{for(k=[],w=0;w<Q.length;){if((b=(d=(X=(v=C[Q.charAt(w++)],w)<Q.length?C[Q.charAt(w)]:0,++w,w<Q.length?C[Q.charAt(w)]:64),++w,w<Q.length?C[Q.charAt(w)]:64),++w,null==v||null==X||null==d)||null==b)throw Error();(k.push(v<<2|X>>4),64)!=d&&(k.push(X<<4&240|d>>2),64!=b&&k.push(d<<6&192|b))}this.l=k}catch(G){l(this,17,G)}QV(this)}else if(k==jQ)v=Q[1],v.push(this.o(139).length,this.o(17).length,this.o(120).length,this.o(131)),I(this,128,Q[2]),this.S[253]&&k2(this,this.o(253));else{if(k==gt){for(b=(d=(((X=((0<(4<(0<(X=(d=q((v=Q[2],this.o(139)).length+2,2),this.o(190)),X.length)&&W(this,139,q(X.length,2).concat(X),15),X=this.o(92)&511,X-=this.o(139).length+5,b=this.o(17),b.length)&&(X-=b.length+3),X)&&W(this,139,q(X,2).concat(ob(X)),10),4)<b.length&&W(this,139,q(b.length,2).concat(b),153),ob(2)).concat(this.o(139)),X)[1]=X[0]^3,X[3]=X[1]^d[0],X)[4]=X[1]^d[1],[]),0);b<X.length;b+=3)V=X[b],U=(Q=b+1<X.length)?X[b+1]:0,f=(k=b+2<X.length)?X[b+2]:0,w=V>>2,V=(V&3)<<4|U>>4,U=(U&15)<<2|f>>6,f&=63,k||(f=64,Q||(U=64)),d.push(z[w],z[V],z[U],z[f]);if(d=d.join(""))d="!"+d;else for(b=0,d="";b<X.length;b++)Q=X[b][this.g](16),1==Q.length&&(Q="0"+Q),d+=Q;return(this.o((X=d,139)).length=v[0],this.o(17)).length=v[1],this.o(120).length=v[2],I(this,131,v[3]),X}if(k==Dl)k2(this,Q[1]);else if(k==FE)return k2(this,Q[1])}},P.prototype.Lj=function(Q,k,w,v){try{v=Q[(k+2)%3],Q[k]=Q[k]-Q[(k+1)%3]-v^(1==k?v<<w:v>>>w)}catch(X){throw X;}},function(Q,k){for(k=[];Q--;)k.push(255*Math.random()|0);return k}),W=((P.prototype.AB=function(Q,k,w,v){W(this,(((w=(v=(w=(Q&=(k=Q&4,3),this.A()),this.A()),this.o(w)),k)&&(w=Qr((""+w).replace(/\\r\\n/g,"\\n"))),Q)&&W(this,v,q(w.length,2)),v),w)},P).prototype.RP=O.requestIdleCallback?function(Q){requestIdleCallback(Q,{timeout:4})}:O.setImmediate?function(Q){setImmediate(Q)}:function(Q){setTimeout(Q,0)},function(Q,k,w,v,X,d){for(v=(17==(X=Q.o(k),k)?(k=function(b,V,U,f){if((V=X.length,U=V-4>>3,X.lz)!=U){f=[0,(U=(U<<3)-(X.lz=U,4),0),0,d];try{X.VW=dz(wz(X,U),wz(X,U+4),f)}catch(G){throw G;}}X.push(X.VW[V&7]^b)},d=Q.o(65)):k=function(b){X.push(b)},v&&k(v&255),0),Q=w.length;v<Q;v++)k(w[v])}),qU=(P.prototype.SS=(P.prototype.hB=function(Q,k,w,v,X,d){for(d=v=(w=[],0);d<Q.length;d++)for(X=X<<k|Q[d],v+=k;7<v;)v-=8,w.push(X>>v&255);return w},false),function(Q,k,w,v){W(Q,(v=(w=Q.A(),Q.A()),v),q(Q.o(w),k))}),Hf=function(Q,k){((Q.K.push(Q.S.slice()),Q.S)[249]=void 0,I)(Q,249,k)},wz=function(Q,k){return Q[k]<<24|Q[k+1]<<16|Q[k+2]<<8|Q[k+3]},Ib=(P.prototype.G5=function(Q,k,w,v,X){for(X=v=0;X<Q.length;X++)v+=Q.charCodeAt(X),v+=v<<10,v^=v>>6;return v=(v+=v<<3,v^=v>>11,Q=v+(v<<15)>>>0,new Number(Q&(1<<k)-1)),v[0]=(Q>>>k)%w,v},function(Q,k,w,v,X){if((w=k[Q.N=false,0],w)==jQ)Q.I=25,Q.a(k);else if(w==gt){w=k[v=k[1],3];try{X=Q.a(k)}catch(d){M(Q,d),X=Q.G}(v&&v(X),w).push(X)}else if(w==Dl)Q.a(k);else if(w==Yr)Q.a(k);else if(w==Wf){try{for(X=0;X<Q.$.length;X++)try{v=Q.$[X],v[0][v[1]](v[2])}catch(d){}}catch(d){}Q.$=[],(0,k[1])()}else if(w==FE)return v=k[6],X=k[2],I(Q,78,k[4]?[v[0].R]:v),I(Q,128,X),Q.a(k)}),FE={},I=function(Q,k,w){if(249==k||105==k)if(Q.S[k])Q.S[k][Q.g](w);else Q.S[k]=Q.w_(w);else if(139!=k&&17!=k&&120!=k&&190!=k||!Q.S[k])Q.S[k]=Q.Z(w,Q.o);200==k&&(Q.v=void 0,I(Q,249,Q.o(249)+4))},c=((P.prototype.B=(P.prototype.aP=function(Q,k,w){if(3==Q.length){for(w=0;3>w;w++)k[w]+=Q[w];for(Q=[13,8,13,(w=0,12),16,5,3,10,15];9>w;w++)k[3](k,w%3,Q[w])}},"caller"),P).prototype.g="toString",P.prototype.H=(P.prototype.m=35,36),function(Q,k){Q.c.splice(0,0,k)}),k2=(P.prototype.J={},function(Q,k,w){return w=Q.o(249),Q.l&&w<Q.l.length?(I(Q,249,Q.l.length),Hf(Q,k)):I(Q,249,k),QV(Q,w)}),M=function(Q,k){Q.G=("E:"+k.message+":"+k.stack).slice(0,2048)},MU=(P.prototype.D=(window.performance||{}).now?function(){return this.c2+(window.performance.now()|0)}:function(){return+new Date},function(Q,k){return(k=Q.A(),k)&128&&(k=k&127|Q.A()<<7),k}),Pf=(P.prototype.A=function(Q,k){if(this.W)return Q=Q?this.W().shift():this.F().shift(),this.W().length||this.F().length||(this.F=this.W=void 0,this.L--),Q;if(Q=this.o(249),!(Q in this.l))throw l(this,31),this.J;return(((void 0==this.v&&(this.v=wz(this.l,Q-4),this.M=void 0),this.M!=Q>>3)&&(this.M=Q>>3,k=[0,0,0,this.o(200)],this.W2=dz(this.v,this.M,k)),I)(this,249,Q+1),this).l[Q]^this.W2[Q%8]},function(Q,k,w,v){for(v=(w=Q.A(),0);0<k;k--)v=v<<8|Q.A();I(Q,w,v)}),l=function(Q,k,w,v,X){(w=((v=((void 0!=(X=Q.o(105),k=[k,X>>8&255,X&255],v)&&k.push(v),0)==Q.o(190).length&&(Q.S[190]=void 0,I(Q,190,k)),""),w)&&(w.message&&(v+=w.message),w.stack&&(v+=":"+w.stack)),Q.o(131)),3)<w&&(v=v.slice(0,w-3),w-=v.length+3,v=Qr(v.replace(/\\r\\n/g,"\\n")),W(Q,17,q(v.length,2).concat(v),12)),I(Q,131,w)},Wf=(P.prototype.o=function(Q,k){if((k=this.S[Q],void 0)===k)throw l(this,30,0,Q),this.J;return k()},{}),T=((P.prototype.FB=function(Q,k,w,v){for(;w--;)249!=w&&105!=w&&k.S[w]&&(k.S[w]=k[v](k[Q](w),this));k[Q]=this},P.prototype).ki=function(Q,k,w){return Q^((k=(k^=k<<13,k^=k>>17,k^k<<5)&w)||(k=1),k)},["botguard"]),dz=(P.prototype.eS=function(Q,k,w,v,X,d){if(this.G)return this.G;try{v=!!Q,X=[],d=[],c(this,[jQ,X,k]),c(this,[gt,Q,X,d]),t(this,false,v,true),w=d[0]}catch(b){M(this,b),w=this.G,Q&&Q(w)}return w},function(Q,k,w,v){try{for(v=0;79669387488!=v;)Q+=(k<<4^k>>>5)+k^v+w[v&3],v+=2489668359,k+=(Q<<4^Q>>>5)+Q^v+w[v>>>11&3];return[Q>>>24,Q>>16&255,Q>>8&255,Q&255,k>>>24,k>>16&255,k>>8&255,k&255]}catch(X){throw X;}}),QV=function(Q,k,w,v,X,d,b){Q.L++;try{for(X=(w=(v=(d=0,5001),Q.l.length),void 0);(Q.SS||--v)&&(Q.W||(d=Q.o(249))<w);)try{Q.W?X=Q.A(true):(I(Q,105,d),b=Q.A(),X=Q.o(b)),X&&X.call?X(Q):l(Q,21,0,b),Q.N=true,B(Q,0,2)}catch(V){V!=Q.J&&(Q.o(49)?l(Q,22,V):I(Q,49,V))}v||l(Q,33)}catch(V){try{l(Q,22,V)}catch(U){M(Q,U)}}return(w=Q.o(128),k)&&I(Q,249,k),Q.L--,w},t=function(Q,k,w,v,X){if(0!=Q.c.length){if(X=0==Q.L)Q.P=Q.D();return(w=Bf(Q,w,v),X)&&(X=Q.D()-Q.P,X<(k?10:0)||0>=Q.I--||Q.oP.push(254>=X?X:254)),w}};T[0]in H||"undefined"==typeof H.execScript||H.execScript("var "+T[0]);for(var F;T.length&&(F=T.shift());)H=H[F]&&H[F]!==Object.prototype[F]?H[F]:H[F]={};E=O.botguard,E.dLE=function(Q,k,w){this.invoke=(w=new P(Q,{i:k}),function(v,X,d){return(d=w.eS(X&&v,d),v&&!X)&&v(d),d})},E.bg=function(Q,k,w){return Q&&Q.substring&&(w=E[Q.substring(0,3)])?new w(Q.substring(3),k):new E.dLE(Q,k)};try{E.u||(ht(O,"unload",function(){}),E.u=1)}catch(Q){};')();</script>
  <script type="text/javascript" nonce="YP3QyttmMvm7dp1+saat5Q">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="YP3QyttmMvm7dp1+saat5Q">
  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="YP3QyttmMvm7dp1+saat5Q">
  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="YP3QyttmMvm7dp1+saat5Q">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="YP3QyttmMvm7dp1+saat5Q">
  (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="YP3QyttmMvm7dp1+saat5Q">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="YP3QyttmMvm7dp1+saat5Q">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fplus.google.com%2F%2Bmarkscheele\x26followup=https%3A%2F%2Fplus.google.com%2F%2Bmarkscheele\x26osid=1\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fplus.google.com%2F%2Bmarkscheele\x26followup=https%3A%2F%2Fplus.google.com%2F%2Bmarkscheele\x26osid=1\x26passive=1209600');
  </script>
  </body>
</html>
