
<!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="AFoagUUvC0h21tCJnEnjgGfilwdQKEok3w:1594126513134">
  <input type="hidden" name="continue" value="https://sites.google.com/a/ecowish.fr/ecowish/feed">
  <input type="hidden" name="followup" value="https://sites.google.com/a/ecowish.fr/ecowish/feed">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlzorN47TQZX7RG-_mJwVCGvq1reM_5v4bpxlXv-VdYedun_wWQoXaA7JE_FjoCko66eHnGnidAPmrFrbgBnsg83onPWMHHm6wA2XRz9MX76YZGQIwmd_nQ8XZNNEaY5HFdy7sBA4mmrzOZXcb1KawGSxUimwkmnzFqPwlfJwko_mBSCM9SVBnHDA0DIvH2Q0GaMkYmx">
  <input name="flowName" type="hidden" value="GlifWebSignIn">
  <input type="hidden" id="_utf8" name="_utf8" value="&#9731;"/>
  <input type="hidden" name="bgresponse" id="bgresponse" value="js_disabled">
  <div class="form-panel first valid" id="gaia_firstform">
  <div class="slide-out ">
  <div class="input-wrapper focused">
  <div id="identifier-shown">
  <div>
  <label class="hidden-label" for="Email">
  Enter your email</label>
  <input id="Email" type="email" value="" spellcheck="false"
                   name="Email"
                   
                     placeholder="Email or phone"
                   
                   
                   
                   >
  <input id="Passwd-hidden" type="password" spellcheck="false" class="hidden">
  </div>
  </div>
  <span role="alert" class="error-msg" id="errormsg_0_Email"></span>
  </div>
<input id="next" name="signIn" class="rc-button rc-button-submit" type="submit" value="Next">
  <a class="need-help"
          href="https://accounts.google.com/signin/usernamerecovery?continue=https%3A%2F%2Fsites.google.com%2Fa%2Fecowish.fr%2Fecowish%2Ffeed&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%2Fa%2Fecowish.fr%2Fecowish%2Ffeed&amp;followup=https%3A%2F%2Fsites.google.com%2Fa%2Fecowish.fr%2Fecowish%2Ffeed">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?continue=https%3A%2F%2Fsites.google.com%2Fa%2Fecowish.fr%2Fecowish%2Ffeed">
  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="BRT3f+t1r/41NuwHXEWc0A">
  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="BRT3f+t1r/41NuwHXEWc0A">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var S,PW=function(P,Z,G){if("object"==(G=typeof P,G))if(P){if(P instanceof Array)return"array";if(P instanceof Object)return G;if("[object Window]"==(Z=Object.prototype.toString.call(P),Z))return"object";if("[object Array]"==Z||"number"==typeof P.length&&"undefined"!=typeof P.splice&&"undefined"!=typeof P.propertyIsEnumerable&&!P.propertyIsEnumerable("splice"))return"array";if("[object Function]"==Z||"undefined"!=typeof P.call&&"undefined"!=typeof P.propertyIsEnumerable&&!P.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==G&&"undefined"==typeof P.call)return"object";return G},Zt=function(P){for(P=0;64>P;++P)q[P]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(P),x["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(P)]=P;x[x["/"]=(x[q[64]="","+"]=62,63),"="]=64},d,q={},tG=function(P,Z){function G(){}(P.prototype=new ((G.prototype=Z.prototype,P).B6=Z.prototype,G),P).prototype.constructor=P},GT=function(){},x={},MH=function(P,Z,G,M,J){for(J=(M=(G=0,[]),0);J<P.length;J++)Z=P.charCodeAt(J),128>Z?M[G++]=Z:(2048>Z?M[G++]=Z>>6|192:(55296==(Z&64512)&&J+1<P.length&&56320==(P.charCodeAt(J+1)&64512)?(Z=65536+((Z&1023)<<10)+(P.charCodeAt(++J)&1023),M[G++]=Z>>18|240,M[G++]=Z>>12&63|128):M[G++]=Z>>12|224,M[G++]=Z>>6&63|128),M[G++]=Z&63|128);return M},CZ=Date.now,JG=function(P,Z){return(Z=typeof P,"object")!=Z?Z:P?Array.isArray(P)?"array":Z:"null"},D,R=this||self,h=function(P,Z){return(Z=typeof P,"object"==Z&&null!=P)||"function"==Z},b=function(P,Z){return Z<P?-1:Z>P?1:0},AG=function(P){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(P)[1]};a:{var ez=R.navigator;if(ez){var TT=ez.userAgent;if(TT){D=TT;break a}}D=""}var Sz=function(P,Z,G){return(G=sc,Object.prototype.hasOwnProperty).call(G,Z)?G[Z]:G[Z]=P(Z)},oe=function(P,Z,G){for(G in Z)if(P.call(void 0,Z[G],G,Z))return true;return false},K="",jz=function(P){return(P=R.document)?P.documentMode:void 0},L=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(D),c=(L&&(K=L?L[1]:""),jz()),qH=null!=c&&c>parseFloat(K)?String(c):K,vW,sc={};if(R.document){var Ie=jz();vW=Ie?Ie:parseInt(qH,10)||void 0}else vW=void 0;var xe=9<=Number(vW),dm=!function(P){return Sz(function(Z,G,M,J,t,C,A){for(M=(Z=Math.max((t=AG(String((G=0,qH))).split("."),A=AG(String(P)).split("."),t.length),A.length),0);0==G&&M<Z;M++){J=(C=t[M]||"",A[M])||"";do{if(J=(C=/(\\d*)(\\D*)(.*)/.exec(C)||["","","",""],/(\\d*)(\\D*)(.*)/.exec(J)||["","","",""]),0==C[0].length&&0==J[0].length)break;J=J[C=(G=b(0==J[1].length?0:parseInt(J[1],10),0==C[1].length?0:parseInt(C[1],10))||b(0==J[2].length,0==C[2].length)||b(J[2],C[2]),C)[3],3]}while(0==G)}return 0<=G},P)}("9"),Re=function(P,Z){if(!R.addEventListener||!Object.defineProperty)return false;P=Object.defineProperty({},"passive",(Z=false,{get:function(){Z=true}}));try{R.addEventListener("test",GT,P),R.removeEventListener("test",GT,P)}catch(G){}return Z}(),F=function(P,Z){(this.type=P,this.defaultPrevented=false,this).currentTarget=this.target=Z},y=((F.prototype.stopPropagation=function(){},F).prototype.preventDefault=function(){this.defaultPrevented=true},function(P,Z,G,M){this.i=(this.pointerType=(this.pointerId=(this.state=(this.charCode=this.keyCode=(this.button=this.screenY=(this.relatedTarget=this.currentTarget=this.target=(F.call(this,P?P.type:""),null),this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0),this.key="",0),this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,null),0),""),null),P&&(G=this.type=P.type,M=P.changedTouches&&P.changedTouches.length?P.changedTouches[0]:null,this.target=P.target||P.srcElement,this.currentTarget=Z,Z=P.relatedTarget,Z||("mouseover"==G?Z=P.fromElement:"mouseout"==G&&(Z=P.toElement)),this.relatedTarget=Z,M?(this.clientX=void 0!==M.clientX?M.clientX:M.pageX,this.clientY=void 0!==M.clientY?M.clientY:M.pageY,this.screenX=M.screenX||0,this.screenY=M.screenY||0):(this.offsetX=void 0!==P.offsetX?P.offsetX:P.layerX,this.offsetY=void 0!==P.offsetY?P.offsetY:P.layerY,this.clientX=void 0!==P.clientX?P.clientX:P.pageX,this.clientY=void 0!==P.clientY?P.clientY:P.pageY,this.screenX=P.screenX||0,this.screenY=P.screenY||0),this.button=P.button,this.keyCode=P.keyCode||0,this.key=P.key||"",this.charCode=P.charCode||("keypress"==G?P.keyCode:0),this.ctrlKey=P.ctrlKey,this.altKey=P.altKey,this.shiftKey=P.shiftKey,this.metaKey=P.metaKey,this.pointerId=P.pointerId||0,this.pointerType="string"===typeof P.pointerType?P.pointerType:hG[P.pointerType]||"",this.state=P.state,this.i=P,P.defaultPrevented&&this.preventDefault())}),hG={2:"touch",3:(tG(y,F),"pen"),4:"mouse"},Y=(y.prototype.stopPropagation=function(){(y.B6.stopPropagation.call(this),this.i).stopPropagation?this.i.stopPropagation():this.i.cancelBubble=true},y.prototype.preventDefault=function(P){if(y.B6.preventDefault.call(this),P=this.i,P.preventDefault)P.preventDefault();else if(P.returnValue=false,dm)try{if(P.ctrlKey||112<=P.keyCode&&123>=P.keyCode)P.keyCode=-1}catch(Z){}},"closure_listenable_"+(1E6*Math.random()|0)),u=function(P){this.src=(this.S={},this.V=0,P)},KZ=function(P,Z,G,M,J){this.src=(this.type=J,this.capture=!!(this.key=(this.N=this.P=false,++bf),Z),(this.C=null,this).listener=P,this.c=M,G)},LZ=function(P){P.c=null,P.src=null,P.C=null,P.N=(P.listener=null,true)},bf=0,cW=(((u.prototype.hasListener=function(P,Z,G,M,J){return oe(function(t,C){for(C=0;C<t.length;++C)if(!(J&&t[C].type!=M||G&&t[C].capture!=Z))return true;return false},(M=(J=(G=void 0!==Z,void 0)!==P)?P.toString():"",this.S))},u).prototype.add=function(P,Z,G,M,J,t,C){return(C=((P=(t=P.toString(),this).S[t],P)||(P=this.S[t]=[],this.V++),cW(Z,J,P,M)),-1<C)?(Z=P[C],G||(Z.P=false)):(Z=new KZ(Z,!!M,this.src,J,t),Z.P=G,P.push(Z)),Z},u.prototype).remove=function(P,Z,G,M,J){if(!((P=P.toString(),P)in this.S))return false;return Z=cW(Z,(J=this.S[P],M),J,G),-1<Z?(LZ(J[Z]),Array.prototype.splice.call(J,Z,1),0==J.length&&(delete this.S[P],this.V--),true):false},function(P,Z,G,M,J,t){for(t=0;t<G.length;++t)if(J=G[t],!J.N&&J.listener==P&&J.capture==!!M&&J.c==Z)return t;return-1}),FL="closure_lm_"+(1E6*Math.random()|0),yS=function(P,Z,G,M,J,t){if(M&&M.once)Ec(M,G,Z,J,P);else if(Array.isArray(Z))for(t=0;t<Z.length;t++)yS(P,Z[t],G,M,J);else G=Ye(G),P&&P[Y]?P.Vp(Z,G,h(M)?!!M.capture:!!M,J):uf(Z,M,P,G,J,false)},HW=function(P,Z){return P=(Z=fZ,xe)?function(G){return Z.call(P.src,P.listener,G)}:function(G){if(!(G=Z.call(P.src,P.listener,G),G))return G}},Uc=function(P){return P in ae?ae[P]:ae[P]="on"+P},ke=0,$e=function(P,Z,G,M,J,t,C){if("number"!==typeof P&&P&&!P.N)if((J=P.src)&&J[Y])J.UC(P);else if(t=P.type,G=P.C,J.removeEventListener?J.removeEventListener(t,G,P.capture):J.detachEvent?J.detachEvent(Uc(t),G):J.addListener&&J.removeListener&&J.removeListener(G),ke--,t=XL(J)){if(G=P.type,G in t.S){Z=t.S[G];b:if("string"===typeof Z)C="string"!==typeof P||1!=P.length?-1:Z.indexOf(P,0);else{for(C=0;C<Z.length;C++)if(C in Z&&Z[C]===P)break b;C=-1}((M=0<=C)&&Array.prototype.splice.call(Z,C,1),M)&&(LZ(P),0==t.S[G].length&&(delete t.S[G],t.V--))}0==t.V&&(t.src=null,J[FL]=null)}else LZ(P)},Ec=function(P,Z,G,M,J,t){if(Array.isArray(G))for(t=0;t<G.length;t++)Ec(P,Z,G[t],M,J);else Z=Ye(Z),J&&J[Y]?J.jK(G,Z,h(P)?!!P.capture:!!P,M):uf(G,P,J,Z,M,true)},mb=function(P,Z,G,M,J,t){if(Array.isArray(Z))for(t=0;t<Z.length;t++)mb(P,Z[t],G,M,J);else(M=h(M)?!!M.capture:!!M,G=Ye(G),P&&P[Y])?P.Mf(Z,G,M,J):P&&(P=XL(P))&&(Z=P.S[Z.toString()],P=-1,Z&&(P=cW(G,J,Z,M)),(G=-1<P?Z[P]:null)&&$e(G))},QS=function(P,Z,G,M){return(G=(M=P.listener,P.c)||P.src,P.P&&$e(P),M).call(G,Z)},XL=function(P){return(P=P[FL],P)instanceof u?P:null},uf=function(P,Z,G,M,J,t,C,A){if(!P)throw Error("Invalid event type");if((C=h(Z)?!!Z.capture:!!Z,!C)||xe)if((A=XL(G))||(G[FL]=A=new u(G)),M=A.add(P,M,t,C,J),!M.C){if(((M.C=(J=HW(),J),J.src=G,J).listener=M,G).addEventListener)Re||(Z=C),void 0===Z&&(Z=false),G.addEventListener(P.toString(),J,Z);else if(G.attachEvent)G.attachEvent(Uc(P.toString()),J);else if(G.addListener&&G.removeListener)G.addListener(J);else throw Error("addEventListener and attachEvent are unavailable.");ke++}},fZ=function(P,Z,G,M){if(P.N)return true;if(!xe){if(!Z)a:{for(Z=0,M=R,G=["window","event"];Z<G.length;Z++)if(M=M[G[Z]],null==M){Z=null;break a}Z=M}return QS(P,(Z=new y(Z,this),Z))}return QS(P,new y(Z,this))},ae={},wm="__closure_events_fn_"+(1E9*Math.random()>>>0),Ye=function(P){if("function"==JG(P))return P;return P[wm]||(P[wm]=function(Z){return P.handleEvent(Z)}),P[wm]},f=(CZ(),function(P,Z,G,M,J,t){if(P.K==P)for(J=P.g(Z),188==Z?(Z=function(C,A,e,T){if((A=((e=J.length,e)|0)-4>>3,J).H6!=A){A=(T=[0,0,t[1],(J.H6=A,t)[2]],(A<<3)-4);try{J.iB=Oc(rm(J,(A|0)+4),rm(J,A),T)}catch(v){throw v;}}J.push(J.iB[e&7]^C)},t=P.g(100)):Z=function(C){J.push(C)},M&&Z(M&255),P=0,M=G.length;P<M;P++)Z(G[P])}),Q=function(P,Z,G,M){if(P.L)return P.D(P.Y);if(M=P.g(86),G=M>>3,M>=P.T)throw H(31,P),P.M;return(a(P,(void 0==P.o&&(P.o=rm(P.A,(G|0)-4),P.s=void 0),P.s!=G>>3&&(P.s=G>>3,Z=P.g(18),P.fo=Oc(P.s,P.o,[0,0,Z[1],Z[2]])),86),(M|0)+8),P.A)[G]^P.fo[G%8]},lf={},O=function(P,Z){try{zT(this,P,Z)}catch(G){w(this,G)}},H=function(P,Z,G,M,J){if(G=(M=(((P=[(J=Z.g(111)>>3,P),J>>8&255,J&255],void 0!=M)&&P.push(M),0==Z.g(68).length)&&(Z.B[68]=void 0,a(Z,68,P)),""),G&&(G.message&&(M+=G.message),G.stack&&(M+=":"+G.stack)),Z.g(80)),3<G){Z.K=(P=(M=MH((G-=((M=M.slice(0,(G|0)-3),M).length|0)+3,M).replace(/\\r\\n/g,"\\n")),Z.K),Z);try{f(Z,188,r(M.length,2).concat(M),12)}finally{Z.K=P}}a(Z,80,G)},VS=function(P,Z,G,M,J,t){return function(){if(P.K==P){var C=[gm,M,G,void 0,J,t,arguments],A=Z&1;if(Z&2)var e=g(false,false,(N(P,C),P));else A?(A=!P.F.length,N(P,C),A&&g(false,false,P)):e=pZ(C,P);return e}}},WW=((O.prototype.uB=function(P,Z,G){for(Z=Q(this),G=0;0<P;P--)G=G<<8|Q(this);a(this,Z,G)},O.prototype).D=function(P){return(P=P().shift(),this.L()).length||this.Y().length||(this.L=this.Y=void 0),P},O.prototype.Fp=function(P,Z,G,M){f(this,(((G=(Z=Q((G=(P&=(M=P&4,3),Q(this)),this)),this.g(G)),M)&&(G=MH((""+G).replace(/\\r\\n/g,"\\n"))),P)&&f(this,Z,r(G.length,2)),Z),G)},{}),nZ=function(P,Z){a(Z,86,(Z.z6.push(Z.B.slice()),Z.B[86]=void 0,P))},Oc=(O.prototype.R2=function(P,Z,G,M,J,t,C){if(this.X)return this.X;try{G=!this.F.length,J=!!P,M=[],t=[],N(this,[lf,t,Z]),N(this,[Cy,P,t,M]),J&&!G||g(J,true,this),C=M[0]}catch(A){w(this,A),C=this.X,P&&P(C)}return C},O.prototype.AD=function(){return Q(this)},function(P,Z,G,M){try{for(M=0;79669387488!=M;)Z+=(P<<4^P>>>5)+(P|0)^(M|0)+(G[M&3]|0),M+=2489668359,P+=(Z<<4^Z>>>5)+(Z|0)^(M|0)+(G[M>>>11&3]|0);return[Z>>>24,Z>>16&255,Z>>8&255,Z&255,P>>>24,P>>16&255,P>>8&255,P&255]}catch(J){throw J;}}),PP=function(P,Z,G,M){f(Z,(G=(M=Q(Z),Q(Z)),G),r(Z.g(M),P))},g=function(P,Z,G,M,J,t){if(G.F.length){G.Z=!(G.SK=(G.Z&&0(),P),0);try{G.U=G.b(),M=Zy(P,G),t=G.b(),J=t-G.U,G.W+=J,J<(Z?0:10)||0>=G.gx--||(J=Math.floor(J),G.T6.push(254>=J?J:254))}finally{G.Z=false}return M}},tC={},p=["botguard"],N=function(P,Z){P.F.splice(0,0,Z)},Gk=function(P,Z,G,M,J,t){for(M=(G=Q((J=((Z=(t={},Q)(P),t.O=Q(P),t).R=[],P).K==P?(Q(P)|0)-1:1,P)),0);M<J;M++)t.R.push(Q(P));for(;J--;)t.R[J]=P.g(t.R[J]);return t.v=P.g(G),t.G=P.g(Z),t},MA={},zT=(S=O.prototype,function(P,Z,G,M,J){for((J=(P.L=void 0,(M=0,P).J=(P.j=(P.Y=void 0,false),P.T6=[],!((P.h=function(t,C,A,e,T,v){return t=((e=this,T=function(){return A()},A=function(){return A[(e.tD|0)+(T[e.l]===C|0)-!v[e.l]]},v=e.H,T[e.f]=function(I){A[e.Lo]=I},T)[e.f](t),T)},P.$=0,P).I=(P.bB=function(t,C,A){return C=function(){return t},A=function(){return C()},A[this.f]=function(e){t=e},A},P.gx=25,0),1)),[]),P).W=0;128>M;M++)J[M]=String.fromCharCode(M);g((N(P,(P.T=(M=!!(P.A=((a(P,28,(a(P,88,(a((a(P,251,(a(P,(a(P,187,(a(P,(a(P,(a((a(P,(a((a(P,31,(a(P,165,(((a(P,((P.Xp=(P.SK=(M=(a(P,188,(a(P,(a((a(P,(a(((a(P,(a(P,100,[(P.Z=!(a(P,(a(P,255,(a((a(P,200,(a((a(P,18,(a(P,37,(a(P,(a(P,4,(a(P,(a(P,(a(P,(a(P,111,(a(((P.a=[],P.Co=function(t){this.K=t},P.K=P,P).B=[],P),86,0),0)),190),[165,0,0]),198),function(t,C){(C=t.g(Q(t)),nZ)(C,t)}),26),0),function(t,C,A,e){a(t,(C=(e=(C=Q((A=Q(t),t)),Q(t)),A=t.g(A),t.g(C)),e),+(A==C))})),116),function(t){t.Fp(4)}),function(t,C,A){0!=(A=(C=Q(t),A=Q(t),t.g(A)),t.g(C))&&a(t,86,A)})),[0,0,0])),P),80,2048),P)),P),87,function(t,C,A){a((C=(A=Q(t),Q(t)),t),C,""+t.g(A))}),P.z6=[],function(t,C,A,e){a(t,(A=(C=Q((A=Q(t),t)),e=t.g(C),t.g(A)),C),e+A)})),Zt(),197),function(t){PP(4,t)}),1),0),0,0]),206),function(t,C,A,e,T,v,I){if((C=JC((A=Q(t),t)),v="",t.B)[161])for(e=t.g(161),T=0,I=e.length;C--;)T=((T|0)+(JC(t)|0))%I,v+=J[e[T]];else for(;C--;)v+=J[Q(t)];a(t,A,v)}),a)(P,120,function(t,C,A,e,T,v){if(!V(255,t,true)){if((t=(A=(e=(v=(A=Q((C=Q(t),t)),e=Q(t),Q(t)),v=t.g(v),t).g(e),t).g(A),t).g(C),"object")==PW(t)){for(T in C=[],t)C.push(T);t=C}for(C=(T=(e=0<e?e:1,t.length),0);C<T;C+=e)A(t.slice(C,(C|0)+(e|0)),v)}}),P),237,function(t){t.uB(4)}),149),function(t,C,A,e,T){(e=Q((A=Q((T=Q(t),t)),t)),t.K==t)&&(C=t.g(T),e=t.g(e),A=t.g(A),C[A]=e,18==T&&(t.s=void 0,2==A&&(t.o=void 0,a(t,86,(t.g(86)|0)+32))))}),P),217,function(t,C,A){V(5,t,true)||(C=Q(t),A=Q(t),a(t,A,function(e){return eval(e)}(t.g(C))))}),130),function(t,C,A){a(t,(C=(A=Q(t),Q)(t),A=t.g(A),C),PW(A))}),AC(4))),window).performance||{},false),M.timeOrigin||(M.timing||{}).navigationStart||0),a)(P,123,function(t,C){(t=(C=Q(t),t.g(C)),mb)(t[0],t[1],t[2])}),101),0),a)(P,160,{}),a)(P,68,[]),function(t,C,A,e){a(t,(A=(C=(e=(A=(C=Q(t),Q)(t),Q(t)),t.g(C)),t).g(A),e),C[A])})),a(P,23,function(t,C,A,e,T){for(T=(e=(A=JC((C=Q(t),t)),[]),0);T<A;T++)e.push(Q(t));a(t,C,e)}),117)),P),129,function(t,C,A,e,T,v,I){V(5,t,true)||(T=Gk(t),A=T.G,I=T.v,C=T.R,v=C.length,0==v?e=new I[A]:1==v?e=new I[A](C[0]):2==v?e=new I[A](C[0],C[1]):3==v?e=new I[A](C[0],C[1],C[2]):4==v?e=new I[A](C[0],C[1],C[2],C[3]):H(22,t),a(t,T.O,e))}),a(P,64,function(t,C,A,e,T,v,I){V(5,t,true)||(e=Gk(t),I=e.R,T=e.G,A=I.length,C=e.v,0==A?v=C[T]():1==A?v=C[T](I[0]):2==A?v=C[T](I[0],I[1]):3==A?v=C[T](I[0],I[1],I[2]):H(22,t),a(t,e.O,v))}),P.F=[],63),function(t,C,A,e){if(C=t.z6.pop()){for(e=Q(t);0<e;e--)A=Q(t),C[A]=t.B[A];(C[80]=(C[68]=t.B[68],t.B[80]),t).B=C}else a(t,86,t.T)}),P),185,R),P.o2=function(t,C){((C.push(t[0]<<24|t[1]<<16|t[2]<<8|t[3]),C).push(t[4]<<24|t[5]<<16|t[6]<<8|t[7]),C).push(t[8]<<24|t[9]<<16|t[10]<<8|t[11])},a(P,77,function(t){PP(1,t)}),54),function(t,C,A,e,T,v,I,Dt,U,l,NH,k,z){for(v=(T=(C=(e=((U=(NH=Q(t),k=z=0,function(B,E){for(;k<B;)z|=Q(t)<<k,k+=8;return E=z&(k-=B,(1<<B)-1),z>>=B,E}),U(3))|0)+1,U)(5),A=0),[]);T<C;T++)I=U(1),v.push(I),A+=I?0:1;for(l=(T=(A=((A|0)-1).toString(2).length,0),[]);T<C;T++)v[T]||(l[T]=U(A));for(T=0;T<C;T++)v[T]&&(l[T]=Q(t));for(Dt=(T=e,[]);T--;)Dt.push(t.g(Q(t)));a(t,NH,function(B,E,BW,X,m){for(m=0,BW=[],E=[];m<C;m++){if(!(X=l[m],v)[m]){for(;X>=E.length;)E.push(Q(B));X=E[X]}BW.push(X)}B.Y=(B.L=B.h(Dt.slice(),B.D),B).h(BW,B.D)})}),146),function(t,C,A,e,T){(e=(A=(C=(T=(e=Q((T=Q((C=Q((A=Q(t),t)),t)),t)),t.g(T)),t.g(C)),t.g(A)),t).g(e),0!==A)&&(e=VS(t,1,e,T,A,C),yS(A,C,e),a(t,26,[A,C,e]))}),function(t,C){V(5,t,true)||(C=Gk(t),a(t,C.O,C.G.apply(C.v,C.R)))})),118),function(t,C,A,e){a(t,(C=(A=(e=Q(t),Q(t)),Q)(t),A=t.g(A),e=t.g(e),C),e in A|0)}),[])),P),181,function(t,C,A,e){a(t,(C=Q((A=Q(t),t)),e=Q(t),e),t.g(A)>>C)}),function(){})),function(t,C,A,e,T){a(t,(T=(T=(C=(A=Q((e=Q(t),t)),Q(t)),Q(t)),A=t.g(A),C=t.g(C),t.g(T)),e),VS(t,T,C,A))})),a)(P,220,function(t,C,A,e){A=Q((C=Q((e=Q(t),t)),t)),a(t,A,t.g(e)||t.g(C))}),[]),Z.Ko),0),[tC,G])),N(P,[WW,Z.Ko]),M),true,P)}),r=(S.l="caller",O.prototype.g=function(P,Z){if(void 0===(Z=this.B[P],Z))throw H(30,this,0,P),this.M;return Z()},function(P,Z,G,M){for(G=(M=(Z|0)-1,[]);0<=M;M--)G[(Z|0)-1-(M|0)]=P>>8*M&255;return G}),a=(S.M={},O.prototype.wx=function(P,Z,G){if(3==P.length){for(G=0;3>G;G++)Z[G]+=P[G];for(P=[13,8,13,12,16,5,3,10,15],G=0;9>G;G++)Z[3](Z,G%3,P[G])}},function(P,Z,G){if(86==Z||111==Z)if(P.B[Z])P.B[Z][P.f](G);else P.B[Z]=P.bB(G);else if(190!=Z&&188!=Z&&251!=Z&&68!=Z&&100!=Z||!P.B[Z])P.B[Z]=P.h(G,P.g);18==Z&&(P.o=void 0,a(P,86,(P.g(86)|0)+32))}),rm=(S.kQ=false,function(P,Z){return P[Z]<<24|P[(Z|0)+1]<<16|P[(Z|0)+2]<<8|P[(Z|0)+3]}),ed=function(P,Z,G,M,J,t){P.I++;try{for(t=P.T,Z=void 0,G=5001,M=0;(P.kQ||--G)&&(P.L||(M=P.g(86))<t);)try{P.L?Z=P.D(P.L):(a(P,111,M),J=Q(P),Z=P.g(J)),Z&&Z.call?Z(P):H(21,P,0,J),P.J=true,V(2,P,false)}catch(C){C!=P.M&&(P.g(31)?H(22,P,C):a(P,31,C))}G||H(33,P)}catch(C){try{H(22,P,C)}catch(A){w(P,A)}}P.I--},w=((S.Lo=36,O).prototype.m=R.requestIdleCallback?function(P){requestIdleCallback(P,{timeout:4})}:R.setImmediate?function(P){setImmediate(P)}:function(P){setTimeout(P,0)},function(P,Z){P.X=("E:"+Z.message+":"+Z.stack).slice(0,2048)}),pZ=((S.tD=35,O.prototype).sC=function(P,Z,G,M){try{M=P[((Z|0)+2)%3],P[Z]=(P[Z]|0)-(P[((Z|0)+1)%3]|0)-(M|0)^(1==Z?M<<G:M>>>G)}catch(J){throw J;}},S.f="toString",function(P,Z,G,M,J,t,C){if(J=(Z.J=false,P[0]),J==lf)Z.gx=25,Z.H(P);else if(J==Cy){C=P[M=P[1],3];try{G=Z.H(P)}catch(A){w(Z,A),G=Z.X}(M&&Z.m(function(){M(G)}),C).push(G)}else if(J==MA)Z.H(P);else if(J==tC)Z.H(P);else if(J==WW){try{for(J=0;J<Z.a.length;J++)try{C=Z.a[J],C[0][C[1]](C[2])}catch(A){}}catch(A){}t=P[Z.a=[],1],t&&Z.m(function(){t()})}else if(J==gm)return C=P[6],J=P[2],a(Z,247,P[4]?[C[0].i]:C),a(Z,160,J),Z.H(P)}),Tk=function(P,Z,G){return(a(P,86,(ed(((G=P.g(86),P).A&&G<P.T?(a(P,86,P.T),nZ(Z,P)):a(P,86,Z),P)),G)),P).g(160)},AC=function(P,Z){for(Z=[];P--;)Z.push(255*Math.random()|0);return Z},gm=(O.prototype.H=function(P,Z,G,M,J,t,C,A,e,T,v){if(e=P[0],e==tC)if((Z=P[1])&&33==Z.charCodeAt(0))this.X=Z;else{try{for(P=(J=0,[]);J<Z.length;){if((M=(T=(G=x[Z.charAt(J++)],A=J<Z.length?x[Z.charAt(J)]:0,++J,J<Z.length?x[Z.charAt(J)]:64),++J,J<Z.length?x[Z.charAt(J)]:64),++J,null==G)||null==A||null==T||null==M)throw Error();(P.push(G<<2|A>>4),64!=T)&&(P.push(A<<4&240|T>>2),64!=M&&P.push(T<<6&192|M))}this.A=P,this.T=this.A.length<<3}catch(I){H(17,this,I)}ed(this)}else if(e==lf)G=P[1],G.push(this.g(188).length,this.g(251).length,this.g(80),this.g(190).length),a(this,160,P[2]),this.B[214]&&Tk(this,this.g(214));else{if(e==Cy){(T=(A=r((G=P[2],this.g(190).length|0)+2,2),this.K),this).K=this;try{J=this.g(68),0<J.length&&f(this,190,r(J.length,2).concat(J),15),M=0,Z=this.g(188),M-=(this.g(190).length|0)+5,M+=this.g(101)&511,4<Z.length&&(M-=(Z.length|0)+3),0<M&&f(this,190,r(M,2).concat(AC(M)),10),4<Z.length&&f(this,190,r(Z.length,2).concat(Z),153)}finally{this.K=T}for(T=(Z=AC(2).concat(this.g(190)),Z[1]=Z[0]^3,Z[3]=Z[1]^A[0],Z[4]=Z[1]^A[1],A=0,[]);A<Z.length;A+=3)M=A+1<Z.length,J=A+2<Z.length,v=Z[A],t=J?Z[A+2]:0,P=v>>2,C=M?Z[A+1]:0,e=(C&15)<<2|t>>6,v=(v&3)<<4|C>>4,t&=63,J||(t=64,M||(e=64)),T.push(q[P],q[v],q[e],q[t]);if(A=T.join(""))A="!"+A;else for(A="",T=0;T<Z.length;T++)M=Z[T][this.f](16),1==M.length&&(M="0"+M),A+=M;return a(this,80,((this.g((Z=A,188)).length=G.shift(),this).g(251).length=G.shift(),G.shift())),this.g(190).length=G.shift(),Z}if(e==MA)Tk(this,P[1]);else if(e==gm)return Tk(this,P[1])}},{}),V=function(P,Z,G){if(0>=Z.$||!Z.Z||!Z.SK||1<Z.I||Z.L||Z.j||!Z.J&&G||0!=document.hidden||Z.b()-Z.U<Z.$-P)return false;return(a(Z,86,(P=Z.g(G?111:86),Z).T),Z).F.push([MA,P]),Z.j=true},Zy=function(P,Z,G,M){for(;Z.F.length;)if(Z.j=false,M=Z.F.pop(),M=pZ(M,Z),P&&Z.j){G=Z,Z.m(function(){g(true,true,G)});break}return M},Cy=(S=O.prototype,{}),W=(S.Nf=(S.eK=(S.YQ=function(P){return P=this.b()-this.U,Math.floor(this.W+P)},function(P,Z,G){return(Z=(Z^=Z<<13,Z^=Z>>17,Z^Z<<5)&G)||(Z=1),P^Z}),function(P,Z,G,M,J){for(J=M=0;M<P.length;M++)J+=P.charCodeAt(M),J+=J<<10,J^=J>>6;return M=new Number((P=(J+=J<<3,J^=J>>11,J+(J<<15)>>>0),P&(1<<Z)-1)),M[0]=(P>>>Z)%G,M}),S.DE=function(){return Math.floor(this.b())},(S.b=((S.po=function(P,Z,G,M){for(;G--;)86!=G&&111!=G&&Z.B[G]&&(Z.B[G]=Z[M](Z[P](G),this));Z[P]=this},window.performance)||{}).now?function(){return this.Xp+window.performance.now()}:function(){return+new Date},S).ZE=function(P,Z,G,M,J,t){for(J=G=0,M=[];J<P.length;J++)for(G+=Z,t=t<<Z|P[J];7<G;)G-=8,M.push(t>>G&255);return M},R),JC=function(P,Z){return(Z=Q(P),Z&128)&&(Z=Z&127|Q(P)<<7),Z};p[0]in W||"undefined"==typeof W.execScript||W.execScript("var "+p[0]);for(var n;p.length&&(n=p.shift());)W=W[n]&&W[n]!==Object.prototype[n]?W[n]:W[n]={};(d=R.botguard,d.bg=function(P,Z,G){return P&&P.substring&&(G=d[P.substring(0,3)])?new G(P.substring(3),Z):new d.MzZ(P,Z)},d).MzZ=function(P,Z,G){this.invoke=(G=new O({Ko:Z},P),function(M,J,t){return(t=G.R2(J&&M,t),M)&&!J&&M(t),t})};try{d.u||(yS(R,"unload",function(){}),d.u=1)}catch(P){};')();</script>
  <script type="text/javascript" nonce="BRT3f+t1r/41NuwHXEWc0A">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="BRT3f+t1r/41NuwHXEWc0A">
  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="BRT3f+t1r/41NuwHXEWc0A">
  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="BRT3f+t1r/41NuwHXEWc0A">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="BRT3f+t1r/41NuwHXEWc0A">
  (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="BRT3f+t1r/41NuwHXEWc0A">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={}};
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.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.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()};g("gaia.ajax.XmlHttpFormRequest",k);k.prototype.get=k.prototype.get;k.prototype.sendJson=k.prototype.h;
k.prototype.send=k.prototype.send;var l=/\s*;\s*/,m=function(){if(!document.cookie)return"";for(var b=document.cookie.split(l),c=0;c<b.length;c++){var a=b[c];a=a.replace(/^\s+/,"");a=a.replace(/\s+$/,"");if(0==a.indexOf("APISID="))return a.substr(7)}return""};var n=null,p=function(b,c){this.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="BRT3f+t1r/41NuwHXEWc0A">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fa%2Fecowish.fr%2Fecowish%2Ffeed\x26followup=https%3A%2F%2Fsites.google.com%2Fa%2Fecowish.fr%2Fecowish%2Ffeed\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fa%2Fecowish.fr%2Fecowish%2Ffeed\x26followup=https%3A%2F%2Fsites.google.com%2Fa%2Fecowish.fr%2Fecowish%2Ffeed\x26passive=1209600');
  </script>
  </body>
</html>
