
<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <meta content="width=300, initial-scale=1" name="viewport">
  <meta name="description" content="Thinking of creating a website? Google Sites is a free and easy way to create and share webpages.">
  <meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
  <title>Google Sites</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 to continue to Google Sites
  </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="AFoagUUzaVuDUuD20ZpAxiJyGQB5QEX7ZQ:1593332531290">
  <input type="hidden" name="continue" value="https://sites.google.com/site/sites/system/errors/ProxiedWebspaceNotFound?host=www.vivre-en-conscience.fr&amp;webspace=accompagnementbioenergie">
  <input type="hidden" name="followup" value="https://sites.google.com/site/sites/system/errors/ProxiedWebspaceNotFound?host=www.vivre-en-conscience.fr&amp;webspace=accompagnementbioenergie">
  <input type="hidden" name="service" value="jotspot">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlzrh8Z_tluDJEmjuwKXewDjbXrOt3qbazRILZN61yT8M02PRmzp-bbPZH3LrjRCcFqR55I5PH0zB-OjXrbMIY7JxUBFvfYAmEFlzpWGtBA3KP-Aow2noqtdAcvRhoUwHvAz9tfLeZTD_K8cqGJiYHmMSrZQla4ZjL5ayOLf-fON3SoBI6GL29B8D9C0eDyc8YmobPd8">
  <input name="flowName" type="hidden" value="GlifWebSignIn">
  <input type="hidden" id="_utf8" name="_utf8" value="&#9731;"/>
  <input type="hidden" name="bgresponse" id="bgresponse" value="js_disabled">
  <div class="form-panel first valid" id="gaia_firstform">
  <div class="slide-out ">
  <div class="input-wrapper focused">
  <div id="identifier-shown">
  <div>
  <label class="hidden-label" for="Email">
  Enter your email</label>
  <input id="Email" type="email" value="" spellcheck="false"
                   name="Email"
                   
                     placeholder="Email or phone"
                   
                   
                   
                   >
  <input id="Passwd-hidden" type="password" spellcheck="false" class="hidden">
  </div>
  </div>
  <span role="alert" class="error-msg" id="errormsg_0_Email"></span>
  </div>
<input id="next" name="signIn" class="rc-button rc-button-submit" type="submit" value="Next">
  <a class="need-help"
          href="https://accounts.google.com/signin/usernamerecovery?continue=https%3A%2F%2Fsites.google.com%2Fsite%2Fsites%2Fsystem%2Ferrors%2FProxiedWebspaceNotFound%3Fhost%3Dwww.vivre-en-conscience.fr%26webspace%3Daccompagnementbioenergie&amp;service=jotspot&amp;hl=en">
  Find my account
  </a>
  </div>
  </div>
  </form>
</div>
  <div class="card-mask-wrap
    
        
     no-name">
  <div class="card-mask">
  <div class="one-google">
  <p class="create-account">
  <span id="link-signin-different">
  <a href="https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fsites.google.com%2Fsite%2Fsites%2Fsystem%2Ferrors%2FProxiedWebspaceNotFound%3Fhost%3Dwww.vivre-en-conscience.fr%26webspace%3Daccompagnementbioenergie&amp;followup=https%3A%2F%2Fsites.google.com%2Fsite%2Fsites%2Fsystem%2Ferrors%2FProxiedWebspaceNotFound%3Fhost%3Dwww.vivre-en-conscience.fr%26webspace%3Daccompagnementbioenergie&amp;service=jotspot">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?service=jotspot&amp;continue=https%3A%2F%2Fsites.google.com%2Fsite%2Fsites%2Fsystem%2Ferrors%2FProxiedWebspaceNotFound%3Fhost%3Dwww.vivre-en-conscience.fr%26webspace%3Daccompagnementbioenergie">
  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="6/vEBjgaqv5zBqWQ0rr7Tw">
  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="6/vEBjgaqv5zBqWQ0rr7Tw">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var P={},U,$U=function(L,d){function w(){}(L.prototype=(L.Yd=(w.prototype=d.prototype,d.prototype),new w),L.prototype).constructor=L},Ll=function(L,d,w){if("object"==(w=typeof L,w))if(L){if(L instanceof Array)return"array";if(L instanceof Object)return w;if((d=Object.prototype.toString.call(L),"[object Window]")==d)return"object";if("[object Array]"==d||"number"==typeof L.length&&"undefined"!=typeof L.splice&&"undefined"!=typeof L.propertyIsEnumerable&&!L.propertyIsEnumerable("splice"))return"array";if("[object Function]"==d||"undefined"!=typeof L.call&&"undefined"!=typeof L.propertyIsEnumerable&&!L.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==w&&"undefined"==typeof L.call)return"object";return w},o8=function(L,d){return"object"!=(d=typeof L,d)?d:L?Array.isArray(L)?"array":d:"null"},H,V=function(L,d){return"object"==(d=typeof L,d)&&null!=L||"function"==d},d0=function(L){for(L=0;64>L;++L)P[L]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(L),p["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(L)]=L;p[p["/"]=(P[64]="",p["+"]=62,63),"="]=64},Q,t=function(L,d){return d<L?-1:d>L?1:0},MU=function(){},p={},w0=function(L){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(L)[1]},h=this||self,c0=function(L,d,w,c,y){for(w=d=(c=[],0);d<L.length;d++)y=L.charCodeAt(d),128>y?c[w++]=y:(2048>y?c[w++]=y>>6|192:(55296==(y&64512)&&d+1<L.length&&56320==(L.charCodeAt(d+1)&64512)?(y=65536+((y&1023)<<10)+(L.charCodeAt(++d)&1023),c[w++]=y>>18|240,c[w++]=y>>12&63|128):c[w++]=y>>12|224,c[w++]=y>>6&63|128),c[w++]=y&63|128);return c};a:{var B0=h.navigator;if(B0){var yC=B0.userAgent;if(yC){H=yC;break a}}H=""}var mf=function(L){return(L=h.document)?L.documentMode:void 0},xU=function(L,d,w){for(w in L)if(d.call(void 0,L[w],w,L))return true;return false},f="",P0=function(L,d,w){return Object.prototype.hasOwnProperty.call((w=GF,w),d)?w[d]:w[d]=L(d)},u=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(H),J=(u&&(f=u?u[1]:""),mf)(),Ug=null!=J&&J>parseFloat(f)?String(J):f,GF={},b;if(h.document){var Zp=mf();b=Zp?Zp:parseInt(Ug,10)||void 0}else b=void 0;var Eg=9<=Number(b),eU=!function(L){return P0(function(d,w,c,y,M,B,m){for(M=(d=(y=w0((m=w0((B=0,String)(Ug)).split("."),String)(L)).split("."),Math.max(m.length,y.length)),0);0==B&&M<d;M++){c=y[M]||"",w=m[M]||"";do{if(0==(c=(w=/(\\d*)(\\D*)(.*)/.exec(w)||["","","",""],/(\\d*)(\\D*)(.*)/).exec(c)||["","","",""],w[0].length)&&0==c[0].length)break;w=w[B=t(0==c[1].length?0:parseInt(c[1],10),0==w[1].length?0:parseInt(w[1],10))||t(0==c[2].length,0==w[2].length)||t(c[2],w[2]),c=c[3],3]}while(0==B)}return 0<=B},L)}("9"),pl=function(L,d){if(!h.addEventListener||!Object.defineProperty)return false;d=Object.defineProperty({},(L=false,"passive"),{get:function(){L=true}});try{h.addEventListener("test",MU,d),h.removeEventListener("test",MU,d)}catch(w){}return L}(),k=function(L,d){this.type=L,(this.defaultPrevented=false,this).currentTarget=this.target=d},q=((k.prototype.preventDefault=function(){this.defaultPrevented=true},k).prototype.stopPropagation=function(){},function(L,d,w,c){(this.M=(this.pointerType=((this.metaKey=this.shiftKey=this.altKey=(this.charCode=(this.key=(this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=((k.call(this,L?L.type:""),this).relatedTarget=this.currentTarget=this.target=null,this.offsetX=0),""),this).keyCode=0,this.ctrlKey=false),this.state=null,this).pointerId=0,""),null),L)&&(c=this.type=L.type,w=L.changedTouches&&L.changedTouches.length?L.changedTouches[0]:null,this.target=L.target||L.srcElement,this.currentTarget=d,d=L.relatedTarget,d||("mouseover"==c?d=L.fromElement:"mouseout"==c&&(d=L.toElement)),this.relatedTarget=d,w?(this.clientX=void 0!==w.clientX?w.clientX:w.pageX,this.clientY=void 0!==w.clientY?w.clientY:w.pageY,this.screenX=w.screenX||0,this.screenY=w.screenY||0):(this.offsetX=void 0!==L.offsetX?L.offsetX:L.layerX,this.offsetY=void 0!==L.offsetY?L.offsetY:L.layerY,this.clientX=void 0!==L.clientX?L.clientX:L.pageX,this.clientY=void 0!==L.clientY?L.clientY:L.pageY,this.screenX=L.screenX||0,this.screenY=L.screenY||0),this.button=L.button,this.keyCode=L.keyCode||0,this.key=L.key||"",this.charCode=L.charCode||("keypress"==c?L.keyCode:0),this.ctrlKey=L.ctrlKey,this.altKey=L.altKey,this.shiftKey=L.shiftKey,this.metaKey=L.metaKey,this.pointerId=L.pointerId||0,this.pointerType="string"===typeof L.pointerType?L.pointerType:QC[L.pointerType]||"",this.state=L.state,this.M=L,L.defaultPrevented&&this.preventDefault())}),QC={2:"touch",3:($U(q,k),"pen"),4:"mouse"},R="closure_listenable_"+(1E6*((q.prototype.preventDefault=function(L){if((L=(q.Yd.preventDefault.call(this),this).M,L).preventDefault)L.preventDefault();else if(L.returnValue=false,eU)try{if(L.ctrlKey||112<=L.keyCode&&123>=L.keyCode)L.keyCode=-1}catch(d){}},q.prototype).stopPropagation=function(){(q.Yd.stopPropagation.call(this),this.M.stopPropagation)?this.M.stopPropagation():this.M.cancelBubble=true},Math.random())|0),F=function(L){this.P=((this.src=L,this).R=0,{})},tR=function(L,d,w,c,y){this.J=this.I=false,(this.U=(this.capture=!!L,this.i=c,this.key=++jU,(this.type=y,this).src=d,null),this).listener=w},hR=function(L){(L.listener=null,L).I=!(L.src=(L.i=null,null),0),L.U=null},jU=0,fl=((F.prototype.remove=function(L,d,w,c,y){if(!(L=L.toString(),L in this.P))return false;return-1<(d=fl((y=this.P[L],y),w,c,d),d)?(hR(y[d]),Array.prototype.splice.call(y,d,1),0==y.length&&(delete this.P[L],this.R--),true):false},F.prototype).add=(F.prototype.hasListener=function(L,d,w,c,y){return xU((y=(w=(c=void 0!==d,void 0!==L))?L.toString():"",this.P),function(M,B){for(B=0;B<M.length;++B)if(!(w&&M[B].type!=y||c&&M[B].capture!=d))return true;return false})},function(L,d,w,c,y,M,B){return B=((L=this.P[M=L.toString(),M],L)||(L=this.P[M]=[],this.R++),fl(L,c,y,d)),-1<B?(d=L[B],w||(d.J=false)):(d=new tR(!!c,this.src,d,y,M),d.J=w,L.push(d)),d}),function(L,d,w,c,y,M){for(M=0;M<L.length;++M)if(y=L[M],!y.I&&y.listener==c&&y.capture==!!d&&y.i==w)return M;return-1}),uQ="closure_lm_"+(1E6*Math.random()|0),g0={},bQ=function(L,d,w,c){return((w=(c=L.listener,L.i||L.src),L.J)&&JR(L),c).call(w,d)},qU=function(L,d){return L=(d=kU,Eg)?function(w){return d.call(L.src,L.listener,w)}:function(w){if(!(w=d.call(L.src,L.listener,w),w))return w}},JR=function(L,d,w,c,y,M,B){if("number"!==typeof L&&L&&!L.I)if((d=L.src)&&d[R])d.EX(L);else if(B=L.type,c=L.U,d.removeEventListener?d.removeEventListener(B,c,L.capture):d.detachEvent?d.detachEvent(R8(B),c):d.addListener&&d.removeListener&&d.removeListener(c),F8--,B=sg(d)){if(c=L.type,c in B.P){w=B.P[c];b:if("string"===typeof w)y="string"!==typeof L||1!=L.length?-1:w.indexOf(L,0);else{for(y=0;y<w.length;y++)if(y in w&&w[y]===L)break b;y=-1}(M=0<=y)&&Array.prototype.splice.call(w,y,1),M&&(hR(L),0==B.P[c].length&&(delete B.P[c],B.R--))}0==B.R&&(B.src=null,d[uQ]=null)}else hR(L)},R8=function(L){return L in g0?g0[L]:g0[L]="on"+L},Cl=function(L,d,w,c,y,M){if(Array.isArray(w))for(M=0;M<w.length;M++)Cl(L,d,w[M],c,y);else(c=V(c)?!!c.capture:!!c,L=I8(L),d&&d[R])?d.OX(w,L,c,y):d&&(d=sg(d))&&(w=d.P[w.toString()],d=-1,w&&(d=fl(w,c,y,L)),(L=-1<d?w[d]:null)&&JR(L))},sg=function(L){return L=L[uQ],L instanceof F?L:null},kU=function(L,d,w,c){if(L.I)return true;if(!Eg){if(!d)a:for(d=h,c=0,w=["window","event"];c<w.length;c++)if(d=d[w[c]],null==d){d=null;break a}return bQ(L,(d=new q(d,this),d))}return bQ(L,new q(d,this))},TF=function(L,d,w,c,y,M){if(Array.isArray(y))for(M=0;M<y.length;M++)TF(L,d,w,c,y[M]);else L=I8(L),c&&c[R]?c.Hg(y,L,V(w)?!!w.capture:!!w,d):Kl(d,L,w,true,c,y)},F8=0,nl=function(L,d,w,c,y,M){if(c&&c.once)TF(d,y,c,L,w);else if(Array.isArray(w))for(M=0;M<w.length;M++)nl(L,d,w[M],c,y);else d=I8(d),L&&L[R]?L.dc(w,d,V(c)?!!c.capture:!!c,y):Kl(y,d,c,false,L,w)},Kl=function(L,d,w,c,y,M,B,m){if(!M)throw Error("Invalid event type");if(m=V(w)?!!w.capture:!!w,!m||Eg)if((B=sg(y))||(y[uQ]=B=new F(y)),L=B.add(M,d,c,m,L),!L.U){if(((d=qU(),L.U=d,d).src=y,d.listener=L,y).addEventListener)pl||(w=m),void 0===w&&(w=false),y.addEventListener(M.toString(),d,w);else if(y.attachEvent)y.attachEvent(R8(M.toString()),d);else if(y.addListener&&y.removeListener)y.addListener(d);else throw Error("addEventListener and attachEvent are unavailable.");F8++}},X8="__closure_events_fn_"+(1E9*Math.random()>>>0),YU={},a8={},iQ=function(L,d,w,c){try{for(c=0;79669387488!=c;)L+=(d<<4^d>>>5)+(d|0)^(c|0)+(w[c&3]|0),c+=2489668359,d+=(L<<4^L>>>5)+(L|0)^(c|0)+(w[c>>>11&3]|0);return[L>>>24,L>>16&255,L>>8&255,L&255,d>>>24,d>>16&255,d>>8&255,d&255]}catch(y){throw y;}},NU=function(L,d){return(d=C(L),d)&128&&(d=d&127|C(L)<<7),d},v0={},r0=function(L,d){for(d=[];L--;)d.push(255*Math.random()|0);return d},lQ={},A=function(L,d,w){if(229==L||4==L)if(d.s[L])d.s[L][d.T](w);else d.s[L]=d.z1(w);else if(222!=L&&245!=L&&26!=L&&205!=L&&215!=L||!d.s[L])d.s[L]=d.g(w,d.Y);118==L&&(d.O=void 0,A(229,d,(d.Y(229)|0)+32))},SU=function(L,d){return d[L]<<24|d[(L|0)+1]<<16|d[(L|0)+2]<<8|d[(L|0)+3]},z=function(L,d){d.v=("E:"+L.message+":"+L.stack).slice(0,2048)},dr=function(L,d,w,c,y){for((L.S=25,L.X=(L.K=false,void 0),L).m=(L.o=(c=0,y=[],0),(L.F=void 0,L).f=0,false),(L.g=function(M,B,m,x,G,Z){return M=((Z=(m=(G=this,function(){return m[(G.xd|0)+(Z[G.j]===B|0)-!x[G.j]]}),function(){return m()}),x=G.l,Z)[G.T]=function(E){m[G.Pg]=E},Z[G.T](M),Z)},L.z1=function(M,B,m){return m=function(){return M},B=function(){return m()},B[this.T]=function(x){M=x},B},L).Fu=[],L.Z=0;128>c;c++)y[c]=String.fromCharCode(c);(((((((((L.$=(((L.lB=(c=(((((((((A(229,(L.Xu=(L.C=[],L.A=L,L.s=[],function(M){this.A=M}),L),0),A)(4,L,0),A(77,L,function(M,B,m){B=(m=C(M),C(M)),m=M.Y(m),A(B,M,Ll(m))}),A(227,L,function(M,B,m,x,G,Z,E,a,H0,AR,I,zF,N){for(G=(Z=(I=(m=(AR=((x=(B=(zF=C(M),a=0,function(e,g){for(;x<e;)a|=C(M)<<x,x+=8;return a>>=(x-=e,g=a&(1<<e)-1,e),g}),0),B(3))|0)+1,B)(5),0),[]),0);G<m;G++)H0=B(1),Z.push(H0),I+=H0?0:1;for(I=((I|0)-1).toString((G=0,2)).length,N=[];G<m;G++)Z[G]||(N[G]=B(I));for(G=0;G<m;G++)Z[G]&&(N[G]=C(M));for(G=(E=[],AR);G--;)E.push(M.Y(C(M)));A(zF,M,function(e,g,T,K,VC){for(VC=(T=(e.o++,g=[],0),[]);T<m;T++){if(K=N[T],!Z[T]){for(;K>=g.length;)g.push(C(e));K=g[K]}VC.push(K)}e.X=(e.F=e.g(E.slice(),e.B),e.g(VC,e.B))})}),A(72,L,0),A)(59,L,function(M,B,m,x,G,Z,E){if((B=(E=NU((G=C(M),M)),""),M.s)[22])for(m=M.Y(22),x=0,Z=m.length;E--;)x=((x|0)+(NU(M)|0))%Z,B+=y[m[x]];else for(;E--;)B+=y[C(M)];A(G,M,B)}),A)(209,L,h),A(61,L,function(M,B,m){(B=C(M),m=C(M),A)(m,M,""+M.Y(B))}),A)(43,L,function(M,B,m,x){(B=(x=(m=C(M),C(M)),C(M)),M).A==M&&(B=M.Y(B),x=M.Y(x),M.Y(m)[x]=B,118==m&&(M.H=void 0,2==x&&(M.O=void 0,A(229,M,(M.Y(229)|0)+32))))}),A)(45,L,{}),A)(14,L,function(M,B,m,x,G){(m=(B=(x=(m=(B=(x=(G=C(M),C(M)),C(M)),C(M)),M.Y(x)),M).Y(B),M.Y(m)),A)(G,M,W0(B,m,x,M))}),A)(187,L,function(M,B){(B=M.Y(C(M)),Og)(M,B)}),A(181,L,function(M,B,m){n(5,M,true)||(B=C(M),m=C(M),A(m,M,function(x){return eval(x)}(M.Y(B))))}),d0(),A)(150,L,function(M,B,m,x,G,Z,E){n(5,M,true)||(Z=Dp(M),E=Z.c,x=E.length,m=Z.a,G=Z.N,0==x?B=new m[G]:1==x?B=new m[G](E[0]):2==x?B=new m[G](E[0],E[1]):3==x?B=new m[G](E[0],E[1],E[2]):4==x?B=new m[G](E[0],E[1],E[2],E[3]):X(22,M),A(Z.G,M,B))}),A(222,L,[165,0,0]),window.performance||{}),c.timeOrigin||(c.timing||{}).navigationStart||0),A)(35,L,function(M,B,m,x){(m=(x=(B=(m=(x=C(M),C)(M),C(M)),M.Y(x)),M.Y(m)),A)(B,M,x[m])}),A(124,L,function(M,B,m,x){(B=(m=C(M),C(M)),x=C(M),A)(x,M,M.Y(m)>>B)}),A(235,L,function(M,B,m,x){(m=(B=(m=(B=C(M),C)(M),x=C(M),M).Y(B),M.Y(m)),A)(x,M,B in m|0)}),A)(224,L,function(M){$v(M,1)}),L.D=[],A(49,L,function(M,B,m){B=(B=(m=C(M),C(M)),M.Y(B)),0!=M.Y(m)&&A(229,M,B)}),A(199,L,function(M,B,m,x,G){for(x=(m=(B=C(M),NU)(M),0),G=[];x<m;x++)G.push(C(M));A(B,M,G)}),[]),A(103,L,function(M,B,m,x,G,Z,E){n(5,M,true)||(m=Dp(M),B=m.c,E=m.a,G=m.N,Z=B.length,0==Z?x=E[G]():1==Z?x=E[G](B[0]):2==Z?x=E[G](B[0],B[1]):3==Z?x=E[G](B[0],B[1],B[2]):X(22,M),A(m.G,M,x))}),A)(118,L,[0,0,0]),A(170,L,function(M,B,m,x,G){0!==(m=(x=(B=(G=(m=(x=C(M),C)(M),C(M)),B=C(M),M).Y(B),M.Y(x)),M.Y(m)),G=M.Y(G),x)&&(G=W0(B,1,G,M,x,m),nl(x,G,m),A(94,M,[x,m,G]))}),A(179,L,2048),A(214,L,function(M,B){(M=(B=C(M),M.Y(B)),Cl)(M[2],M[0],M[1])}),A(51,L,function(M,B,m,x){B=(m=C(M),C)(M),x=C(M),A(x,M,M.Y(m)||M.Y(B))}),L).bB=function(M,B){B.push(M[0]<<24|M[1]<<16|M[2]<<8|M[3]),B.push(M[4]<<24|M[5]<<16|M[6]<<8|M[7]),B.push(M[8]<<24|M[9]<<16|M[10]<<8|M[11])},A)(200,L,function(M,B,m,x){(x=(B=(m=C(M),C(M)),m=M.Y(m),M.Y(B)),A)(B,M,x+m)}),A(2,L,function(M,B,m,x,G,Z){if(!n(255,M,true)){if(M=(Z=(x=(m=(m=(B=(Z=C(M),C(M)),C(M)),x=C(M),M).Y(m),M.Y(x)),M.Y(Z)),M.Y(B)),"object"==Ll(Z)){for(G in B=[],Z)B.push(G);Z=B}for(B=(m=(G=Z.length,0)<m?m:1,0);B<G;B+=m)M(Z.slice(B,(B|0)+(m|0)),x)}}),A(245,L,r0(4)),A)(231,L,function(M){M.uB(4)}),c=d.sX||function(){},A)(215,L,[0,0,0]),A(26,L,[]),A(205,L,[]),A(28,L,function(M,B){n(5,M,true)||(B=Dp(M),A(B.G,M,B.N.apply(B.a,B.c)))}),A)(161,L,function(M,B,m,x){(B=(x=(m=(x=(B=C(M),C(M)),C(M)),M.Y(x)),M.Y(B))==x,A)(m,M,+B)}),A(94,L,0),A)(243,L,function(M){M.A8(4)}),A(177,L,function(M){$v(M,4)}),A)(67,L,L),A(130,L,function(){}),A(249,L,478),A(211,L,function(M,B,m,x){if(x=M.$.pop()){for(B=C(M);0<B;B--)m=C(M),x[m]=M.s[m];((x[205]=M.s[205],x)[179]=M.s[179],M).s=x}else A(229,M,M.W)}),w)&&"!"==w.charAt(0)?(L.v=w,c()):(d=!!d.sX,L.W=0,L.b=[],Y(L,[L2,w]),Y(L,[oE,c]),v(true,false,L,d))},L2={},oE={},I8=function(L){if("function"==o8(L))return L;return(L[X8]||(L[X8]=function(d){return L.handleEvent(d)}),L)[X8]},Og=function(L,d){((L.$.push(L.s.slice()),L).s[229]=void 0,A)(229,L,d)},r=function(L,d){try{dr(this,L,d)}catch(w){z(w,this)}},l=(r.prototype.A8=function(L,d,w,c){S(((c=(w=C((L&=(d=L&3,4),this)),C)(this),w=this.Y(w),L&&(w=c0((""+w).replace(/\\r\\n/g,"\\n"))),d)&&S(c,this,W(w.length,2)),c),this,w)},r.prototype.Wg=function(L,d,w,c,y,M){if(this.v)return this.v;try{w=[],M=[],y=!!L,Y(this,[YU,w,d]),Y(this,[lQ,L,w,M]),v(true,false,this,y),c=M[0]}catch(B){z(B,this),c=this.v,L&&L(c)}return c},["botguard"]),n=function(L,d,w){if(0>=d.f||1<d.o||!d.m&&w||0!=document.hidden||d.V()-d.h<d.f-L)return false;return(L=d.Y((d.K=true,w)?4:229),A)(229,d,d.W),d.D.push([v0,L]),true},O=(Q=r.prototype,h),X=function(L,d,w,c,y){if(3<(w=(c=(0==(void 0!=(y=d.Y(4)>>3,L=[L,y>>8&255,y&255],c)&&L.push(c),d.Y(205).length)&&(d.s[205]=void 0,A(205,d,L)),""),w&&(w.message&&(c+=w.message),w.stack&&(c+=":"+w.stack)),d).Y(179),w)){d.A=(L=(c=(w-=(c=c.slice(0,(w|0)-3),c.length|0)+3,c0(c.replace(/\\r\\n/g,"\\n"))),d).A,d);try{S(245,d,W(c.length,2).concat(c),12)}finally{d.A=L}}A(179,d,w)},wr=((r.prototype.Vf=(r.prototype.uB=(Q.j="caller",function(L,d,w){for(w=C(this),d=0;0<L;L--)d=d<<8|C(this);A(w,this,d)}),Q.T=(Q.L={},"toString"),function(L,d,w){if(3==L.length){for(w=0;3>w;w++)d[w]+=L[w];for(L=[13,8,13,12,16,5,3,10,15],w=0;9>w;w++)d[3](d,w%3,L[w])}}),r).prototype.vg=function(L,d,w,c){try{c=L[((d|0)+2)%3],L[d]=(L[d]|0)-(L[((d|0)+1)%3]|0)-(c|0)^(1==d?c<<w:c>>>w)}catch(y){throw y;}},function(L,d,w,c,y){for(;L.D.length;){if(d=d&&w)L.f&&L.K?(L.K=false,d=0!=document.hidden?false:true):d=false;if(d){c=L,L.oK(function(){v(false,false,c,w)});break}y=MV((y=(d=true,L).D.pop(),L),y)}return y}),W0=function(L,d,w,c,y,M){return function(){if(c.A==c){var B=d&1,m=[a8,w,L,void 0,y,M,arguments];if(d&2)var x=(Y(c,m),v(false,true,c,false));else B&&c.D.length?Y(c,m):B?(Y(c,m),v(false,true,c,false)):x=MV(c,m);return x}}},Y=(r.prototype.rc=function(){return C(this)},r.prototype.Y=function(L,d){if((d=this.s[L],void 0)===d)throw X(30,this,0,L),this.L;return d()},Q.Pg=36,function(L,d){L.D.splice(0,0,d)}),MV=(Q.xd=35,function(L,d,w,c,y){if((L.m=false,w=d[0],w)==YU)L.S=25,L.l(d);else if(w==lQ){c=d[1],w=d[3];try{y=L.l(d)}catch(M){z(M,L),y=L.v}(c&&c(y),w).push(y)}else if(w==v0)L.l(d);else if(w==L2)L.l(d);else if(w==oE){try{for(y=0;y<L.C.length;y++)try{c=L.C[y],c[0][c[1]](c[2])}catch(M){}}catch(M){}(0,(L.C=[],d)[1])()}else if(w==a8)return y=d[6],c=d[2],A(123,L,d[4]?[y[0].M]:y),A(45,L,c),L.l(d)}),S=function(L,d,w,c,y,M){if(d.A==d)for(M=d.Y(L),245==L?(L=function(B,m,x,G,Z){if((x=(m=M.length,(m|0)-4>>3),M.D9)!=x){G=[0,0,y[Z=(x<<3)-4,1],(M.D9=x,y)[2]];try{M.cg=iQ(SU(Z,M),SU((Z|0)+4,M),G)}catch(E){throw E;}}M.push(M.cg[m&7]^B)},y=d.Y(215)):L=function(B){M.push(B)},c&&L(c&255),d=w.length,c=0;c<d;c++)L(w[c])},C=(Q.yf=false,function(L,d,w,c){if(L.F)return L.B(L.X);if((c=L.Y(229),d=c>>3,c)>=L.W)throw X(31,L),L.L;return((void 0==L.O&&(L.O=SU((d|0)-4,L.b),L.H=void 0),L).H!=d>>3&&(L.H=d>>3,w=L.Y(118),L.MU=iQ(L.O,L.H,[0,0,w[1],w[2]])),A(229,L,(c|0)+8),L).b[d]^L.MU[d%8]}),$v=(Q=r.prototype,function(L,d,w,c){(w=(c=C(L),C(L)),S)(w,L,W(L.Y(c),d))}),cD=((Q.V=(window.performance||{}).now?function(){return this.lB+window.performance.now()}:function(){return+new Date},(r.prototype.oK=h.requestIdleCallback?function(L){requestIdleCallback(L,{timeout:4})}:h.setImmediate?function(L){setImmediate(L)}:function(L){setTimeout(L,0)},Q.pa=(r.prototype.l=function(L,d,w,c,y,M,B,m,x,G){if((M=L[0],M)==L2){B=L[1];try{for(L=(G=0,[]);G<B.length;){if((m=(y=(x=(w=p[B.charAt(G++)],G<B.length?p[B.charAt(G)]:0),++G,G<B.length?p[B.charAt(G)]:64),++G,G<B.length?p[B.charAt(G)]:64),++G,null==w||null==x)||null==y||null==m)throw Error();L.push(w<<2|x>>4),64!=y&&(L.push(x<<4&240|y>>2),64!=m&&L.push(y<<6&192|m))}(this.b=L,this).W=this.b.length<<3}catch(Z){X(17,this,Z)}cD(this)}else if(M==YU)w=L[1],w.push(this.Y(222).length,this.Y(245).length,this.Y(179),this.Y(26).length),A(45,this,L[2]),this.s[212]&&BD(this,this.Y(212));else{if(M==lQ){x=W((this.Y((w=L[2],222)).length|0)+2,2),y=this.A,this.A=this;try{G=this.Y(205),0<G.length&&S(222,this,W(G.length,2).concat(G),15),m=0,B=this.Y(245),m-=(this.Y(222).length|0)+5,m+=this.Y(72)&511,4<B.length&&(m-=(B.length|0)+3),0<m&&S(222,this,W(m,2).concat(r0(m)),10),4<B.length&&S(222,this,W(B.length,2).concat(B),153)}finally{this.A=y}for((B=r0(2).concat(this.Y(222)),B[1]=B[0]^3,B)[3]=B[1]^x[0],B[4]=B[1]^x[1],x=[],y=0;y<B.length;y+=3)c=B[y],m=y+1<B.length,G=c>>2,L=y+2<B.length,d=m?B[y+1]:0,M=L?B[y+2]:0,c=(c&3)<<4|d>>4,d=(d&15)<<2|M>>6,M&=63,L||(M=64,m||(d=64)),x.push(P[G],P[c],P[d],P[M]);if(x=x.join(""))x="!"+x;else for(y=0,x="";y<B.length;y++)m=B[y][this.T](16),1==m.length&&(m="0"+m),x+=m;return((this.Y((B=x,222)).length=w.shift(),this.Y(245).length=w.shift(),A)(179,this,w.shift()),this).Y(26).length=w.shift(),B}if(M==v0)BD(this,L[1]);else if(M==a8)return BD(this,L[1])}},function(L,d,w,c,y,M){for(y=0,w=[],M=0;M<L.length;M++)for(y+=d,c=c<<d|L[M];7<y;)y-=8,w.push(c>>y&255);return w}),r).prototype.B=function(L){return(L=L().shift(),this.F()).length||this.X().length||(this.X=this.F=void 0,this.o--),L},Q.Bg=function(L,d,w,c,y){for(c=y=0;y<L.length;y++)c+=L.charCodeAt(y),c+=c<<10,c^=c>>6;return y=(c+=c<<3,c^=c>>11,L=c+(c<<15)>>>0,new Number(L&(1<<d)-1)),y[0]=(L>>>d)%w,y},Q).T1=function(){return Math.floor(this.Z+(this.V()-this.h))},function(L,d,w,c,y,M){L.o++;try{for(c=(w=(M=(d=0,L.W),5001),void 0);(L.yf||--w)&&(L.F||(d=L.Y(229))<M);)try{L.F?c=L.B(L.F):(A(4,L,d),y=C(L),c=L.Y(y)),c&&c.call?c(L):X(21,L,0,y),L.m=true,n(2,L,false)}catch(B){B!=L.L&&(L.Y(249)?X(22,L,B):A(249,L,B))}w||X(33,L)}catch(B){try{X(22,L,B)}catch(m){z(m,L)}}L.o--}),BD=function(L,d,w){return((((w=L.Y(229),L).b&&w<L.W?(A(229,L,L.W),Og(L,d)):A(229,L,d),cD)(L),A)(229,L,w),L).Y(45)},Dp=(Q.wc=function(L,d,w){return L^((d=((d^=d<<13,d^=d>>17,d)^d<<5)&w)||(d=1),d)},Q.na=function(){return Math.floor(this.V())},function(L,d,w,c,y,M){for(w=(y=(M=((c=C((d={},L)),d.G=C(L),d).c=[],L.A)==L?(C(L)|0)-1:1,C(L)),0);w<M;w++)d.c.push(C(L));for(d.N=L.Y(c);M--;)d.c[M]=L.Y(d.c[M]);return d.a=L.Y(y),d}),W=(Q.t8=function(L,d,w,c){for(;w--;)229!=w&&4!=w&&d.s[w]&&(d.s[w]=d[c](d[L](w),this));d[L]=this},function(L,d,w,c){for(c=(d|0)-1,w=[];0<=c;c--)w[(d|0)-1-(c|0)]=L>>8*c&255;return w}),v=function(L,d,w,c,y){if(0!=w.D.length){if(y=0==w.o)w.h=w.V();return L=wr(w,L,c),y&&(y=w.V()-w.h,w.Z+=y,y<(d?10:0)||0>=w.S--||(y=Math.floor(y),w.Fu.push(254>=y?y:254))),L}};l[0]in O||"undefined"==typeof O.execScript||O.execScript("var "+l[0]);for(var D;l.length&&(D=l.shift());)O=O[D]&&O[D]!==Object.prototype[D]?O[D]:O[D]={};((U=h.botguard,U).bg=function(L,d,w){return L&&L.substring&&(w=U[L.substring(0,3)])?new w(L.substring(3),d):new U.Jzj(L,d)},U).Jzj=function(L,d,w){w=new r({sX:d},L),this.invoke=function(c,y,M){return(M=w.Wg(y&&c,M),c)&&!y&&c(M),M}};try{U.u||(nl(h,function(){},"unload"),U.u=1)}catch(L){};')();</script>
  <script type="text/javascript" nonce="6/vEBjgaqv5zBqWQ0rr7Tw">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="6/vEBjgaqv5zBqWQ0rr7Tw">
  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="6/vEBjgaqv5zBqWQ0rr7Tw">
  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="6/vEBjgaqv5zBqWQ0rr7Tw">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="6/vEBjgaqv5zBqWQ0rr7Tw">
  (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="6/vEBjgaqv5zBqWQ0rr7Tw">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="6/vEBjgaqv5zBqWQ0rr7Tw">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fsite%2Fsites%2Fsystem%2Ferrors%2FProxiedWebspaceNotFound%3Fhost%3Dwww.vivre-en-conscience.fr%26webspace%3Daccompagnementbioenergie\x26followup=https%3A%2F%2Fsites.google.com%2Fsite%2Fsites%2Fsystem%2Ferrors%2FProxiedWebspaceNotFound%3Fhost%3Dwww.vivre-en-conscience.fr%26webspace%3Daccompagnementbioenergie\x26service=jotspot\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fsite%2Fsites%2Fsystem%2Ferrors%2FProxiedWebspaceNotFound%3Fhost%3Dwww.vivre-en-conscience.fr%26webspace%3Daccompagnementbioenergie\x26followup=https%3A%2F%2Fsites.google.com%2Fsite%2Fsites%2Fsystem%2Ferrors%2FProxiedWebspaceNotFound%3Fhost%3Dwww.vivre-en-conscience.fr%26webspace%3Daccompagnementbioenergie\x26service=jotspot\x26passive=1209600');
  </script>
  </body>
</html>
