
<!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/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.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/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.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="AFoagUVxJmWqkcPMcGEd27-FrwEfdeK2BQ:1518921356545">
  <input type="hidden" name="continue" value="https://sites.google.com/reliablewireline.com/hurricane-harvey/hurrican-harvey">
  <input type="hidden" name="followup" value="https://sites.google.com/reliablewireline.com/hurricane-harvey/hurrican-harvey">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="">
  <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%2Freliablewireline.com%2Fhurricane-harvey%2Fhurrican-harvey&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%2Freliablewireline.com%2Fhurricane-harvey%2Fhurrican-harvey&amp;followup=https%3A%2F%2Fsites.google.com%2Freliablewireline.com%2Fhurricane-harvey%2Fhurrican-harvey">
  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%2Freliablewireline.com%2Fhurricane-harvey%2Fhurrican-harvey">
  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="68t8kAKbPh9w5WwSz8uagrdVreE">
  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="68t8kAKbPh9w5WwSz8uagrdVreE">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var T=function(Z,u,U){if(u=typeof Z,"object"==u)if(Z){if(Z instanceof Array)return"array";if(Z instanceof Object)return u;if("[object Window]"==(U=Object.prototype.toString.call(Z),U))return"object";if("[object Array]"==U||"number"==typeof Z.length&&"undefined"!=typeof Z.splice&&"undefined"!=typeof Z.propertyIsEnumerable&&!Z.propertyIsEnumerable("splice"))return"array";if("[object Function]"==U||"undefined"!=typeof Z.call&&"undefined"!=typeof Z.propertyIsEnumerable&&!Z.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==u&&"undefined"==typeof Z.call)return"object";return u},j9=function(Z,u){function U(){}(Z.yB=(Z.$=(U.prototype=u.prototype,u.prototype),Z.prototype=new U,function(Z,U,v){for(var H=Array(arguments.length-2),K=2;K<arguments.length;K++)H[K-2]=arguments[K];return u.prototype[U].apply(Z,H)}),Z).prototype.constructor=Z},Zm=function(Z){for(Z=0;64>Z;++Z)C[Z]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(Z),w["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(Z)]=Z;w[C[64]="","+"]=62,w["/"]=63,w["="]=64},D,B=function(Z,u){return u=typeof Z,"object"==u&&null!=Z||"function"==u},w={},A=function(Z,u){return Z<u?-1:Z>u?1:0},ua=function(){},UR=function(Z,u,U,H,K){for(H=(u=[],U=0);H<Z.length;H++)K=Z.charCodeAt(H),128>K?u[U++]=K:(2048>K?u[U++]=K>>6|192:(55296==(K&64512)&&H+1<Z.length&&56320==(Z.charCodeAt(H+1)&64512)?(K=65536+((K&1023)<<10)+(Z.charCodeAt(++H)&1023),u[U++]=K>>18|240,u[U++]=K>>12&63|128):u[U++]=K>>12|224,u[U++]=K>>6&63|128),u[U++]=K&63|128);return u},C={},HX=function(Z){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(Z)[1]},b=this;a:{var Ky=b.navigator;if(Ky){var vX=Ky.userAgent;if(vX){D=vX;break a}}D=""}var l="",oZ=function(Z){return(Z=b.document)?Z.documentMode:void 0},rV=function(Z,u,U){return(U=fy,Object.prototype).hasOwnProperty.call(U,Z)?U[Z]:U[Z]=u(Z)},MJ=function(Z,u,U){for(U in Z)if(u.call(void 0,Z[U],U,Z))return true;return false},R=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(D),m=(R&&(l=R?R[1]:""),oZ()),Cy=null!=m&&m>parseFloat(l)?String(m):l,yT,fy={},wV=b.document,h=9<=Number((yT=wV?oZ()||("CSS1Compat"==wV.compatMode?parseInt(Cy,10):5):void 0,yT)),Gs=!function(Z){return rV(Z,function(u,U,H,K,v,g,r){for(v=(H=(U=(u=0,HX)(String(Cy)).split("."),HX(String(Z))).split("."),K=Math.max(U.length,H.length),0);0==u&&v<K;v++){r=H[v]||"",g=U[v]||"";do{if(0==(r=(g=/(\\d*)(\\D*)(.*)/.exec(g)||["","","",""],/(\\d*)(\\D*)(.*)/).exec(r)||["","","",""],g)[0].length&&0==r[0].length)break;g=(r=(u=A(0==g[1].length?0:parseInt(g[1],10),0==r[1].length?0:parseInt(r[1],10))||A(0==g[2].length,0==r[2].length)||A(g[2],r[2]),r)[3],g)[3]}while(0==u)}return 0<=u})}("9"),tc=function(Z,u){if(!b.addEventListener||!Object.defineProperty)return false;return u=(Z=false,Object.defineProperty({},"passive",{get:function(){Z=true}})),b.addEventListener("test",ua,u),b.removeEventListener("test",ua,u),Z}(),Q=function(Z,u){this.currentTarget=(this.defaultPrevented=false,(this.type=Z,this).target=u)},N=(Q.prototype.preventDefault=function(){this.defaultPrevented=true},function(Z,u,U,H){(((Q.call(this,Z?Z.type:""),this.relatedTarget=this.currentTarget=this.target=null,this).button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,this.key="",this.charCode=this.keyCode=0,this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this.pointerId=0,this.J=null,this).pointerType="",this.state=null,Z)&&(U=this.type=Z.type,this.currentTarget=u,this.target=Z.target||Z.srcElement,u=Z.relatedTarget,H=Z.changedTouches?Z.changedTouches[0]:null,u||("mouseover"==U?u=Z.fromElement:"mouseout"==U&&(u=Z.toElement)),this.relatedTarget=u,null===H?(this.offsetY=void 0!==Z.offsetY?Z.offsetY:Z.layerY,this.clientY=void 0!==Z.clientY?Z.clientY:Z.pageY,this.clientX=void 0!==Z.clientX?Z.clientX:Z.pageX,this.screenY=Z.screenY||0,this.screenX=Z.screenX||0,this.offsetX=void 0!==Z.offsetX?Z.offsetX:Z.layerX):(this.clientY=void 0!==H.clientY?H.clientY:H.pageY,this.screenY=H.screenY||0,this.screenX=H.screenX||0,this.clientX=void 0!==H.clientX?H.clientX:H.pageX),this.keyCode=Z.keyCode||0,this.key=Z.key||"",this.pointerId=Z.pointerId||0,this.shiftKey=Z.shiftKey,this.pointerType="string"==typeof Z.pointerType?Z.pointerType:Dm[Z.pointerType]||"",this.ctrlKey=Z.ctrlKey,this.metaKey=Z.metaKey,this.charCode=Z.charCode||("keypress"==U?Z.keyCode:0),this.J=Z,this.state=Z.state,this.altKey=Z.altKey,this.button=Z.button,Z.defaultPrevented&&this.preventDefault())}),Dm={2:"touch",3:"pen",4:((((Q.prototype.stopPropagation=function(){},j9)(N,Q),N).prototype.preventDefault=function(Z){if((Z=(N.$.preventDefault.call(this),this.J),Z).preventDefault)Z.preventDefault();else if(Z.returnValue=false,Gs)try{if(Z.ctrlKey||112<=Z.keyCode&&123>=Z.keyCode)Z.keyCode=-1}catch(u){}},N).prototype.stopPropagation=function(){N.$.stopPropagation.call(this),this.J.stopPropagation?this.J.stopPropagation():this.J.cancelBubble=true},"mouse")},F="closure_listenable_"+(1E6*Math.random()|0),Ac=function(Z,u,U,H,K){(this.capture=!(this.key=++BX,!(this.listener=Z,H)),this).v=null,((this.type=U,this).S=K,this.W=this.A=false,this).src=u},c=function(Z){(Z.S=null,Z.W=true,Z).listener=null,Z.src=(Z.v=null,null)},W=function(Z){this.l={},(this.src=Z,this).G=0},q=function(Z,u,U,H,K,v){for(K=0;K<Z.length;++K)if(v=Z[K],!v.W&&v.listener==u&&v.capture==!!U&&v.S==H)return K;return-1},BX=(((W.prototype.hasListener=function(Z,u,U,H,K){return(K=void 0!==u,H=(U=void 0!==Z)?Z.toString():"",MJ)(this.l,function(Z,g){for(g=0;g<Z.length;++g)if(!(U&&Z[g].type!=H||K&&Z[g].capture!=u))return true;return false})},W).prototype.remove=function(Z,u,U,H,K){if(!((Z=Z.toString(),Z)in this.l))return false;return(K=this.l[Z],u=q(K,u,U,H),-1)<u?(c(K[u]),Array.prototype.splice.call(K,u,1),0==K.length&&(delete this.l[Z],this.G--),true):false},W).prototype.add=function(Z,u,U,H,K,v,g){return((v=Z.toString(),Z=this.l[v],Z)||(Z=this.l[v]=[],this.G++),g=q(Z,u,H,K),-1)<g?(u=Z[g],U||(u.A=false)):(u=new Ac(u,this.src,v,!!H,K),u.A=U,Z.push(u)),u},0),P="closure_lm_"+(1E6*Math.random()|0),ba=0,la=function(Z,u,U,H,K,v){if("array"==T(u))for(v=0;v<u.length;v++)la(Z,u[v],U,H,K);else(H=B(H)?!!H.capture:!!H,U=d(U),Z&&Z[F])?Z.vd(u,U,H,K):Z&&(Z=RZ(Z))&&(u=Z.l[u.toString()],Z=-1,u&&(Z=q(u,U,H,K)),(U=-1<Z?u[Z]:null)&&mm(U))},QT=function(Z,u,U,H,K,v){if(H&&H.once)hc(Z,u,U,H,K);else if("array"==T(u))for(v=0;v<u.length;v++)QT(Z,u[v],U,H,K);else U=d(U),Z&&Z[F]?Z.iT(u,U,B(H)?!!H.capture:!!H,K):NJ(Z,u,U,false,H,K)},RZ=function(Z){return(Z=Z[P],Z instanceof W)?Z:null},FU=function(Z,u,U,H){return(H=(U=Z.listener,Z).S||Z.src,Z).A&&mm(Z),U.call(H,u)},hc=function(Z,u,U,H,K,v){if("array"==T(u))for(v=0;v<u.length;v++)hc(Z,u[v],U,H,K);else U=d(U),Z&&Z[F]?Z.QB(u,U,B(H)?!!H.capture:!!H,K):NJ(Z,u,U,true,H,K)},mm=function(Z,u,U,H,K,v,g){if("number"!=typeof Z&&Z&&!Z.W)if((u=Z.src)&&u[F])u.Wd(Z);else if(H=Z.v,U=Z.type,u.removeEventListener?u.removeEventListener(U,H,Z.capture):u.detachEvent?u.detachEvent(cX(U),H):u.addListener&&u.removeListener&&u.removeListener(H),ba--,U=RZ(u)){if((H=Z.type,H)in U.l){K=U.l[H];b:if("string"==typeof K)v="string"==typeof Z&&1==Z.length?K.indexOf(Z,0):-1;else{for(v=0;v<K.length;v++)if(v in K&&K[v]===Z)break b;v=-1}(g=0<=v)&&Array.prototype.splice.call(K,v,1),g&&(c(Z),0==U.l[H].length&&(delete U.l[H],U.G--))}0==U.G&&(U.src=null,u[P]=null)}else c(Z)},cX=function(Z){return Z in sR?sR[Z]:sR[Z]="on"+Z},NJ=function(Z,u,U,H,K,v,g,r){if(!u)throw Error("Invalid event type");if(!(g=B(K)?!!K.capture:!!K,g)||h)if((r=RZ(Z))||(Z[P]=r=new W(Z)),U=r.add(u,U,H,g,v),!U.v){if(U.v=((H=WX(),H).src=Z,H.listener=U,H),Z.addEventListener)tc||(K=g),void 0===K&&(K=false),Z.addEventListener(u.toString(),H,K);else if(Z.attachEvent)Z.attachEvent(cX(u.toString()),H);else if(Z.addListener&&Z.removeListener)Z.addListener(H);else throw Error("addEventListener and attachEvent are unavailable.");ba++}},WX=function(Z,u){return u=(Z=qJ,h?function(U){return Z.call(u.src,u.listener,U)}:function(U){if(U=Z.call(u.src,u.listener,U),!U)return U})},qJ=function(Z,u,U,H){if(Z.W)return true;if(!h){if(!u)a:{for(U=(H=0,b),u=["window","event"];H<u.length;H++)if(U=U[u[H]],null==U){u=null;break a}u=U}return u=new N(u,this),FU(Z,u)}return FU(Z,new N(u,this))},sR={},ia="__closure_events_fn_"+(1E9*Math.random()>>>0),e9=function(Z,u,U,H,K){if((Z.H=false,U=u[0],1)==U)Z.c=25,Z.o(u);else if(2==U){U=(H=u[3],u[1]);try{Z.Y=false,K=Z.o(u)}catch(v){x(Z,v),K=Z.U}U&&U(K),H.push(K)}else if(3==U)Z.o(u);else if(4==U)Z.o(u);else if(5==U)Z.Y=false,u=u[1],u();else if(6==U)return U=u[6],K=u[2],O(Z,217,u[4]?[U[0].J]:U),O(Z,163,K),Z.o(u)},PX=function(Z,u,U,H,K){for(;Z.V.length;){if(U&&u&&ER(Z)){K=Z,Z.Je(function(){z(K,false,u,false)});break}H=(H=(U=true,Z.V).pop(),e9(Z,H))}return H},Y_=function(Z,u,U,H,K){for(((((K=(Z.VB=(H=[],Z.c=25,function(Z,u,U){return U=function(){return Z},u=function(){return U()},u[this.j]=function(u){Z=u},u}),Z.K=0,0),Z.a=function(Z,u,U,H,K,f){return(f=(H=function(){return H[U.O+(K[U.P]===u)-!f[U.P]]},K=function(){return H()},U=this,U).o,K[U.j]=function(Z){H[U.C]=Z},K)[U.j](Z),Z=K},Z.h=void 0,Z).F=0,Z).H=false,Z).i=void 0,Z).R=false,Z.g5=[];128>K;K++)H[K]=String.fromCharCode(K);((((((((((((((((((((((((((((((Z.L=[],O)(Z,240,0),O(Z,222,0),Z).b=[],O)(Z,122,0),O(Z,198,function(Z,u,U){(u=Z.D(),U=Z.D(),0)!=Z.g(u)&&O(Z,240,Z.g(U))}),O)(Z,133,function(Z,u,U,H,K,f){if(!p(Z,1,255)){if(Z=(H=(u=(K=(H=(u=Z.D(),U=Z.D(),Z.D()),Z).D(),Z.g(u)),U=Z.g(U),Z.g(H)),Z.g(K)),"object"==T(u)){for(f in K=[],u)K.push(f);u=K}for(f=(K=0,u.length);K<f;K+=H)U(u.slice(K,K+H),Z)}}),O)(Z,163,{}),O)(Z,40,function(Z,u){u=Z.D(),Z=Z.g(u),la(Z[0],Z[1],Z[2])}),O)(Z,112,function(Z){dV(Z,1)}),Z.V=[],O)(Z,182,[165,0,0]),O(Z,145,function(Z,u,U){p(Z,1,5)||(u=Z.D(),U=Z.D(),O(Z,U,function(Z){return eval(Z)}(Z.g(u))))}),O)(Z,49,b),O)(Z,107,function(Z,u,U,H){if(u=Z.b.pop()){for(U=Z.D();0<U;U--)H=Z.D(),u[H]=Z.L[H];((u[50]=Z.L[50],u)[6]=Z.L[6],Z).L=u}else O(Z,240,Z.w.length)}),O(Z,71,function(Z){Z.DS(4)}),O)(Z,6,2048),O(Z,67,function(Z,u,U,K,t,f,M){if((K=(U=(u=Z.D(),x_(Z)),""),Z.L)[12])for(t=Z.g(12),M=t.length,f=0;U--;)f=(f+x_(Z))%M,K+=H[t[f]];else for(;U--;)K+=H[Z.D()];O(Z,u,K)}),Z).po=((window.performance||{}).timing||{}).navigationStart||0,K=U.N||function(){},O)(Z,50,[]),O(Z,113,function(Z){OR(Z,4)}),O)(Z,142,function(Z,u,U,H,K,f,M){p(Z,1,5)||(u=Jc(Z),K=u.s,H=u.Z,U=u.T,M=U.length,0==M?f=new H[K]:1==M?f=new H[K](U[0]):2==M?f=new H[K](U[0],U[1]):3==M?f=new H[K](U[0],U[1],U[2]):4==M?f=new H[K](U[0],U[1],U[2],U[3]):n(Z,22),O(Z,u.f,f))}),O)(Z,130,370),O(Z,254,function(Z,u,U,H){(H=(u=Z.D(),U=Z.D(),Z).D(),O)(Z,H,Z.g(u)||Z.g(U))}),O(Z,104,0),O)(Z,162,function(Z,u){p(Z,1,5)||(u=Jc(Z),O(Z,u.f,u.s.apply(u.Z,u.T)))}),O)(Z,54,function(Z,u,U,H,K,f,M,e,E,y,Ts,J,gV){for(y=(e=(M=(K=(H=(u=Z.D(),U=0),function(u,K){for(;H<u;)U|=Z.D()<<H,H+=8;return H-=(K=U&(1<<u)-1,u),U>>=u,K}),f=K(3)+1,K(5)),[]),E=0);y<M;y++)Ts=K(1),e.push(Ts),E+=Ts?0:1;for(J=(E=((y=0,E)-1).toString(2).length,[]);y<M;y++)e[y]||(J[y]=K(E));for(y=0;y<M;y++)e[y]&&(J[y]=Z.D());for(gV=(y=f,[]);y--;)gV.push(Z.g(Z.D()));O(Z,u,function(Z,u,U,H,K){for(u=(U=(H=0,Z.K++,[]),[]);H<M;H++){if(K=J[H],!e[H]){for(;K>=u.length;)u.push(Z.D());K=u[K]}U.push(K)}Z.h=Z.a(gV.slice(),Z.D),Z.i=Z.a(U,Z.D)})}),O(Z,197,function(Z){OR(Z,2)}),O(Z,27,function(Z){OR(Z,1)}),O)(Z,3,function(Z,u,U){(u=(U=(u=Z.D(),Z.D()),Z.L[u]&&Z.g(u)),O)(Z,U,u)}),O(Z,24,0),O)(Z,227,zs(4)),O)(Z,165,[]),O(Z,176,function(Z,u,U,H,K){(U=(K=(u=Z.D(),U=Z.D(),H=Z.D(),u=Z.g(u),Z.g(Z.D())),Z).g(U),H=Z.g(H),0!==u)&&(H=py(Z,H,K,1,u,U),QT(u,U,H),O(Z,24,[u,U,H]))}),O)(Z,223,function(Z,u,U,H,K){for(U=(u=Z.D(),x_)(Z),K=0,H=[];K<U;K++)H.push(Z.D());O(Z,u,H)}),Z.Y=false,O(Z,129,function(Z,u,U){(U=(u=Z.D(),Z.D()),O)(Z,U,""+Z.g(u))}),O(Z,97,function(Z,u,U,H){(H=(u=Z.D(),U=Z.D(),Z.D()),O)(Z,H,Z.g(u)>>U)}),O(Z,9,function(Z){dV(Z,4)}),O)(Z,7,function(Z,u,U){(u=(U=(u=Z.D(),Z).D(),Z.g(u)),O)(Z,U,T(u))}),O(Z,208,function(Z,u,U,H){(u=(H=(U=(u=Z.D(),Z).D(),Z.D()),U=Z.g(U),Z).g(u),O)(Z,H,u[U])}),Zm(),O(Z,228,function(){}),O(Z,60,function(Z,u,U,H){(U=(u=Z.D(),Z.D()),H=Z.D(),Z.g(u))[Z.g(U)]=Z.g(H)}),O(Z,221,function(Z,u,U,H,K,f,M){p(Z,1,5)||(u=Jc(Z),K=u.s,H=u.Z,U=u.T,M=U.length,0==M?f=H[K]():1==M?f=H[K](U[0]):2==M?f=H[K](U[0],U[1]):3==M?f=H[K](U[0],U[1],U[2]):n(Z,22),O(Z,u.f,f))}),O)(Z,243,0),O)(Z,237,function(Z){Z.Y&&ny(Z,0)}),O)(Z,183,function(Z,u){(u=Z.g(Z.D()),S9)(Z,u)}),Z.Ys=function(Z,u){(u.push(Z[0]<<24|Z[1]<<16|Z[2]<<8|Z[3]),u.push(Z[4]<<24|Z[5]<<16|Z[6]<<8|Z[7]),u).push(Z[8]<<24|Z[9]<<16|Z[10]<<8|Z[11])},O)(Z,154,function(Z,u,U,H,K){K=(u=Z.D(),U=Z.D(),H=Z.g(Z.D()),Z.g(Z.D())),U=Z.g(U),O(Z,u,py(Z,U,H,K))}),O)(Z,226,function(Z,u,U,H){(H=(U=(u=Z.D(),Z).D(),Z.D()),O)(Z,H,(Z.g(u)in Z.g(U))+0)}),O)(Z,204,function(Z,u,U){(U=(u=Z.D(),Z.D()),O)(Z,U,Z.g(U)+Z.g(u))}),O)(Z,91,function(Z,u,U,H){u=(U=(u=Z.D(),Z).D(),H=Z.D(),Z.g(u)==Z.g(U)),O(Z,H,+u)}),O(Z,18,Z),u)&&"!"==u.charAt(0)?(Z.U=u,K()):(U=!!U.N,Z.Y=U,Z.w=[],S(Z,[4,u]),S(Z,[5,K]),z(Z,false,U,true))},Y=function(Z,u){try{Y_(this,Z,u)}catch(U){x(this,U)}},S=function(Z,u){Z.V.splice(0,0,u)},Jc=(Y.prototype.Ko=function(Z,u,U){if(3==Z.length){for(U=0;3>U;U++)u[U]+=Z[U];for(Z=[13,8,(U=0,13),12,16,5,3,10,15];9>U;U++)u[3](u,U%3,Z[U])}},function(Z,u,U,H,K,v){for(K=(H=((U=(u={},Z).D(),u).f=Z.D(),u.T=[],Z.D())-1,Z.D()),v=0;v<H;v++)u.T.push(Z.D());for((u.s=Z.g(U),u).Z=Z.g(K);H--;)u.T[H]=Z.g(u.T[H]);return u}),VT=function(Z,u,U,H,K,v,g){Z.K++;try{for(K=(v=0,H=5001,void 0),U=Z.w.length;(--H||Z.lT)&&(Z.h||(v=Z.g(240))<U);)try{Z.h?K=Z.D(true):(O(Z,222,v),g=Z.D(),K=Z.g(g)),K&&K.call?K(Z):n(Z,21,0,g),Z.H=true,p(Z,0,2)}catch(r){r!=Z.I&&(Z.g(130)?n(Z,22,r):O(Z,130,r))}H||n(Z,33)}catch(r){try{n(Z,22,r)}catch(G){x(Z,G)}}return U=Z.g(163),u&&O(Z,240,u),Z.K--,U},p=function(Z,u,U){if(0>=Z.F||1<Z.K||!Z.H&&0<u||0!=document.hidden||Z.X()-Z.m<Z.F-U)return false;return(Z.R=true,ny)(Z,u),true},aZ=(Y.prototype.I={},function(Z,u,U,H){try{for(H=0;79669387488!=H;)Z+=(u<<4^u>>>5)+u^H+U[H&3],H+=2489668359,u+=(Z<<4^Z>>>5)+Z^H+U[H>>>11&3];return[Z>>>24,Z>>16&255,Z>>8&255,Z&255,u>>>24,u>>16&255,u>>8&255,u&255]}catch(K){throw K;}}),z=(Y.prototype.Uf=function(Z,u,U,H){for(;U--;)240!=U&&222!=U&&u.L[U]&&(u.L[U]=u[H](u[Z](U),this));u[Z]=this},Y.prototype.o=function(Z,u,U,H,K,v,g,r,G,t){if((u=Z[0],4)==u){Z=Z[1];try{for(u=(U=0,[]);U<Z.length;){if((g=(v=(K=(H=w[Z.charAt(U++)],U)<Z.length?w[Z.charAt(U)]:0,++U,U)<Z.length?w[Z.charAt(U)]:64,++U,U<Z.length?w[Z.charAt(U)]:64),++U,null==H||null==K||null==v)||null==g)throw Error();(u.push(H<<2|K>>4),64!=v)&&(u.push(K<<4&240|v>>2),64!=g&&u.push(v<<6&192|g))}this.w=u}catch(f){n(this,17,f)}VT(this)}else if(1==u)H=Z[2],K=Z[1],H.push(this.g(182).length,this.g(227).length,this.g(165).length,this.g(6)),this.Y=K,O(this,163,Z[3]),this.L[232]&&Ly(this,this.g(232));else{if(2==u){for(v=(g=((((K=(4<((4<(g=(K=(0<(v=V((H=Z[2],this.g(182).length+2),2),K=this.g(50),K.length)&&a(this,182,V(K.length,2).concat(K),15),this.g(122)&511),K-=this.g(182).length+5,this).g(227),g).length&&(K-=g.length+3),0)<K&&a(this,182,V(K,2).concat(zs(K)),10),g.length)&&a(this,182,V(g.length,2).concat(g),153),zs)(2).concat(this.g(182)),K)[1]=K[0]^3,K)[3]=K[1]^v[0],K)[4]=K[1]^v[1],0),[]);g<K.length;g+=3)r=K[g],G=(Z=g+1<K.length)?K[g+1]:0,t=(u=g+2<K.length)?K[g+2]:0,U=r>>2,r=(r&3)<<4|G>>4,G=(G&15)<<2|t>>6,t&=63,u||(t=64,Z||(G=64)),v.push(C[U],C[r],C[G],C[t]);if(v=v.join(""))v="!"+v;else for(g=0,v="";g<K.length;g++)Z=K[g][this.j](16),1==Z.length&&(Z="0"+Z),v+=Z;return K=(((this.g(182).length=H[0],this.g(227)).length=H[1],this).g(165).length=H[2],v),O(this,6,H[3]),K}if(3==u)Ly(this,Z[1]);else if(6==u)return Ly(this,Z[1])}},Y.prototype.jA=function(Z,u,U,H){try{H=Z[(u+2)%3],Z[u]=Z[u]-Z[(u+1)%3]-H^(1==u?H<<U:H>>>U)}catch(K){throw K;}},Y.prototype.O=35,function(Z,u,U,H,K,v){if(0==Z.V.length)return v;if(K=0==Z.K)Z.m=Z.X();return v=PX(Z,U,H),K&&(U=Z.X()-Z.m,U<(u?10:0)||0>=Z.c--||Z.g5.push(254>=U?U:254)),v}),ER=function(Z){if(Z.F){if(!Z.R)return false;Z.R=false}else if(10>Z.X()-Z.m)return false;return 0!=document.hidden?false:true},dV=(Y.prototype.Xl=function(Z,u,U,H,K,v){for(v=H=(U=[],0);v<Z.length;v++)for(K=K<<u|Z[v],H+=u;7<H;)H-=8,U.push(K>>H&255);return U},function(Z,u,U,H){(U=Z.D(),H=Z.D(),a)(Z,H,V(Z.g(U),u))}),n=(Y.prototype.lT=false,function(Z,u,U,H,K){U=(H=(0==((K=Z.g(222),u=[u,K>>8&255,K&255],void 0!=H)&&u.push(H),Z).g(50).length&&(Z.L[50]=void 0,O(Z,50,u)),""),U&&(U.message&&(H+=U.message),U.stack&&(H+=":"+U.stack)),Z).g(6),3<U&&(H=H.slice(0,U-3),U-=H.length+3,H=UR(H.replace(/\\r\\n/g,"\\n")),a(Z,227,V(H.length,2).concat(H),12)),O(Z,6,U)}),a=function(Z,u,U,H,K,v){for(Z=(K=Z.g(u),227==u?(u=function(Z,u,U,H){if(K.he!=(u=K.length,U=u-4>>3,U)){U=(H=[0,0,(K.he=U,0),v],U<<3)-4;try{K.w5=aZ(k_(K,U),k_(K,U+4),H)}catch(f){throw f;}}K.push(K.w5[u&7]^Z)},v=Z.g(243)):u=function(Z){K.push(Z)},H&&u(H&255),H=0,U.length);H<Z;H++)u(U[H])},x=function(Z,u){Z.U=("E:"+u.message+":"+u.stack).slice(0,2048)},S9=function(Z,u){(Z.b.push(Z.L.slice()),Z.L[240]=void 0,O)(Z,240,u)},OR=function(Z,u,U,H){for(H=(U=Z.D(),0);0<u;u--)H=H<<8|Z.D();O(Z,U,H)},Ly=(Y.prototype.Je=b.requestIdleCallback?function(Z){requestIdleCallback(Z,{timeout:4})}:b.setImmediate?function(Z){setImmediate(Z)}:function(Z){setTimeout(Z,0)},function(Z,u,U){return((U=Z.g(240),Z.w)&&U<Z.w.length?(O(Z,240,Z.w.length),S9(Z,u)):O(Z,240,u),VT)(Z,U)}),O=function(Z,u,U){if(240==u||222==u)if(Z.L[u])Z.L[u][Z.j](U);else Z.L[u]=Z.VB(U);else if(182!=u&&227!=u&&165!=u&&50!=u||!Z.L[u])Z.L[u]=Z.a(U,Z.g);104==u&&(Z.B=void 0,O(Z,240,Z.g(240)+4))},ny=(Y.prototype.D=function(Z,u){if(this.h)return Z=Z?this.h().shift():this.i().shift(),this.h().length||this.i().length||(this.i=this.h=void 0,this.K--),Z;if(!(Z=this.g(240),Z in this.w))throw n(this,31),this.I;return(((void 0==this.B&&(this.B=k_(this.w,Z-4),this.M=void 0),this.M!=Z>>3)&&(this.M=Z>>3,u=[0,0,0,this.g(104)],this.TI=aZ(this.B,this.M,u)),O)(this,240,Z+1),this.w[Z])^this.TI[Z%8]},function(Z,u){(u=Z.g(240)-u,O(Z,240,Z.w.length),Z).V.push([3,u])}),zs=function(Z,u){for(u=[];Z--;)u.push(255*Math.random()|0);return u},L=(Y.prototype.j="toString",Y.prototype.P="caller",["botguard"]),py=(((Y.prototype.DS=function(Z,u,U,H){((U=(u=Z&4,Z&=3,U=this.D(),H=this.D(),this.g(U)),u&&(U=UR((""+U).replace(/\\r\\n/g,"\\n"))),Z)&&a(this,H,V(U.length,2)),a)(this,H,U)},Y.prototype).Lo=function(Z,u,U,H,K,v){if(this.U)return this.U;try{K=[],v=[],H=!!Z,S(this,[1,H,K,u]),S(this,[2,Z,K,v]),z(this,false,H,true),U=v[0]}catch(g){x(this,g),U=this.U,Z&&Z(U)}return U},Y.prototype).oF=function(Z,u,U){return(u=((u^=u<<13,u^=u>>17,u)^u<<5)&U)||(u=1),Z^u},Y.prototype.C=36,function(Z,u,U,H,K,v){return function(){var g=H&1,r=[6,u,U,void 0,K,v,arguments];if(H&2)var G=(S(Z,r),z)(Z,true,false,false);else g&&Z.V.length?S(Z,r):g?(S(Z,r),z(Z,true,false,false)):G=e9(Z,r);return G}}),k=(Y.prototype.X=(window.performance||{}).now?function(){return this.po+(window.performance.now()|0)}:function(){return+new Date},b),x_=function(Z,u){return(u=Z.D(),u&128)&&(u=u&127|Z.D()<<7),u},V=(Y.prototype.g=function(Z,u){if((u=this.L[Z],void 0)===u)throw n(this,30,0,Z),this.I;return u()},function(Z,u,U,H){for(U=(H=u-1,[]);0<=H;H--)U[u-1-H]=Z>>8*H&255;return U}),k_=(Y.prototype.no=function(Z,u,U,H,K){for(K=H=0;K<Z.length;K++)H+=Z.charCodeAt(K),H+=H<<10,H^=H>>6;return H=new Number((Z=(H+=H<<3,H^=H>>11,H)+(H<<15)>>>0,Z)&(1<<u)-1),H[0]=(Z>>>u)%U,H},function(Z,u){return Z[u]<<24|Z[u+1]<<16|Z[u+2]<<8|Z[u+3]}),d=function(Z){if("function"==T(Z))return Z;return(Z[ia]||(Z[ia]=function(u){return Z.handleEvent(u)}),Z)[ia]};L[0]in k||!k.execScript||k.execScript("var "+L[0]);for(var X;L.length&&(X=L.shift());)k=k[X]&&k[X]!==Object.prototype[X]?k[X]:k[X]={};var I=b.botguard;(I.iKW=function(Z,u,U){U=new Y(Z,{N:u}),this.invoke=function(Z,u,v){return(v=U.Lo(u&&Z,v),Z)&&!u&&Z(v),v}},I).bg=function(Z,u,U){return Z&&Z.substring&&(U=I[Z.substring(0,3)])?new U(Z.substring(3),u):new I.iKW(Z,u)};try{I.u||(QT(window,"unload",function(){}),I.u=1)}catch(Z){};')();</script>
  <script type="text/javascript" nonce="68t8kAKbPh9w5WwSz8uagrdVreE">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="68t8kAKbPh9w5WwSz8uagrdVreE">
  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="68t8kAKbPh9w5WwSz8uagrdVreE">
  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="68t8kAKbPh9w5WwSz8uagrdVreE">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="68t8kAKbPh9w5WwSz8uagrdVreE">
  (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="68t8kAKbPh9w5WwSz8uagrdVreE">var e=this,g=function(a,c){a=a.split(".");var b=e;a[0]in b||!b.execScript||b.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||void 0===c?b[d]?b=b[d]:b=b[d]={}:b[d]=c};var h=function(){try{return new XMLHttpRequest}catch(b){for(var a=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<a.length;c++)try{return new ActiveXObject(a[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(a,c){var b=[],d;for(d in this.parameters)b.push(d+"="+encodeURIComponent(this.parameters[d]));b=b.join("&");var f=this.a;f.open("POST",a,!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(b)};k.prototype.send=k.prototype.send;
k.prototype.h=function(a,c,b){var d=this.a;d.open("POST",a,!0);d.setRequestHeader("Content-type","application/json");d.onreadystatechange=function(){4==d.readyState&&b({status:d.status,text:d.responseText})};d.send(c)};k.prototype.sendJson=k.prototype.h;k.prototype.get=function(a,c){var b=this.a;b.open("GET",a,!0);b.onreadystatechange=function(){4==b.readyState&&c({status:b.status,text:b.responseText})};b.send()};k.prototype.get=k.prototype.get;var l=/\s*;\s*/,m=function(){if(!document.cookie)return"";for(var a=document.cookie.split(l),c=0;c<a.length;c++){var b=a[c];b=b.replace(/^\s+/,"");b=b.replace(/\s+$/,"");if(0==b.indexOf("APISID="))return b.substr(7)}return""};var n=null,p=function(a,c){this.g=a;this.f=c;this.c=m();this.b=!1},q=function(){var a=n,c=m();c==a.c||a.b||(a.c=c,(new k).get(a.f,function(b){var a=n;b&&b.status&&200==b.status&&"OK"==b.text&&(a.a&&clearInterval(a.a),a.b||(window.location=a.g))}))};p.prototype.start=function(a){if(this.a)return!1;this.a=setInterval(function(){q()},a);return!0};g("gaia.loginAutoRedirect.start",function(a,c,b){if(n||!b||!c||0>=a)return!1;n=new p(c,b);return n.start(a)});
g("gaia.loginAutoRedirect.stop",function(){var a=n;a.b=!0;a.a&&(clearInterval(a.a),a.a=null)});
</script>
  <script type="text/javascript" nonce="68t8kAKbPh9w5WwSz8uagrdVreE">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Freliablewireline.com%2Fhurricane-harvey%2Fhurrican-harvey\x26followup=https%3A%2F%2Fsites.google.com%2Freliablewireline.com%2Fhurricane-harvey%2Fhurrican-harvey\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Freliablewireline.com%2Fhurricane-harvey%2Fhurrican-harvey\x26followup=https%3A%2F%2Fsites.google.com%2Freliablewireline.com%2Fhurricane-harvey%2Fhurrican-harvey\x26passive=1209600');
  </script>
  </body>
</html>
