
<!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="AFoagUWZjZmuvtUhRxDPS9-6hdyRl52keA:1577737544330">
  <input type="hidden" name="continue" value="https://plus.google.com/+SitiwebjoomlaIt/posts/feed/rss_ultimi_articoli.xml">
  <input type="hidden" name="followup" value="https://plus.google.com/+SitiwebjoomlaIt/posts/feed/rss_ultimi_articoli.xml">
  <input type="hidden" name="osid" value="1">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLly-UA8pP45qBkQsSaoF_WTiRXhCjgu9jOvfUFsh84Vehzp85e_fERCwUioLjpgptvc0gSCwfCfWnvrm_cQ_VBLpBst7gIjO3kmfLPhLCM_yfXvo7hzvzeKCs93Dzy4iVnGld-2an2uoXqJsdZgoz_EQ-OPHf0UbFzfKwlkCaOwjcj1OIeSgy-rI_6hcPp-9eiU8wk6x">
  <input name="flowName" type="hidden" value="GlifWebSignIn">
  <input type="hidden" id="_utf8" name="_utf8" value="&#9731;"/>
  <input type="hidden" name="bgresponse" id="bgresponse" value="js_disabled">
  <div class="form-panel first valid" id="gaia_firstform">
  <div class="slide-out ">
  <div class="input-wrapper focused">
  <div id="identifier-shown">
  <div>
  <label class="hidden-label" for="Email">
  Enter your email</label>
  <input id="Email" type="email" value="" spellcheck="false"
                   name="Email"
                   
                     placeholder="Email or phone"
                   
                   
                   
                   >
  <input id="Passwd-hidden" type="password" spellcheck="false" class="hidden">
  </div>
  </div>
  <span role="alert" class="error-msg" id="errormsg_0_Email"></span>
  </div>
<input id="next" name="signIn" class="rc-button rc-button-submit" type="submit" value="Next">
  <a class="need-help"
          href="https://accounts.google.com/signin/usernamerecovery?continue=https%3A%2F%2Fplus.google.com%2F%2BSitiwebjoomlaIt%2Fposts%2Ffeed%2Frss_ultimi_articoli.xml&amp;osid=1&amp;hl=en">
  Find my account
  </a>
  </div>
  </div>
  </form>
</div>
  <div class="card-mask-wrap
    
        
     no-name">
  <div class="card-mask">
  <div class="one-google">
  <p class="create-account">
  <span id="link-signin-different">
  <a href="https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fplus.google.com%2F%2BSitiwebjoomlaIt%2Fposts%2Ffeed%2Frss_ultimi_articoli.xml&amp;followup=https%3A%2F%2Fplus.google.com%2F%2BSitiwebjoomlaIt%2Fposts%2Ffeed%2Frss_ultimi_articoli.xml&amp;osid=1">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?continue=https%3A%2F%2Fplus.google.com%2F%2BSitiwebjoomlaIt%2Fposts%2Ffeed%2Frss_ultimi_articoli.xml">
  Create account
  </a>
  </span>
  </p>
<p class="tagline">
  One Google Account for everything Google
</p>
<div class="logo-strip"></div>
  </div>
  </div>
  </div>
</div>
  </div>
  <div class="google-footer-bar">
  <div class="footer content clearfix">
  <ul id="footer-list">
  <li>
  <a href="https://www.google.com/intl/en/about" target="_blank">
  About Google
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en&privacy=true" target="_blank">
  Privacy
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en" target="_blank">
  Terms
  </a>
  </li>
  <li>
  <a href="http://www.google.com/support/accounts?hl=en" target="_blank">
  Help
  </a>
  </li>
  </ul>
  </div>
</div>
  </div>
<script type="text/javascript" nonce="rIIyFXe6QzB8eLFk8ic/BA">
  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="rIIyFXe6QzB8eLFk8ic/BA">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var zV=function(z){for(z=0;64>z;++z)a[z]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(z),S["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(z)]=z;(S[a[64]="","+"]=62,S)["/"]=63,S["="]=64},Rj=function(z){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(z)[1]},S={},a={},q=function(z,R){return z<R?-1:z>R?1:0},v=function(z,R,f){if("object"==(R=typeof z,R))if(z){if(z instanceof Array)return"array";if(z instanceof Object)return R;if("[object Window]"==(f=Object.prototype.toString.call(z),f))return"object";if("[object Array]"==f||"number"==typeof z.length&&"undefined"!=typeof z.splice&&"undefined"!=typeof z.propertyIsEnumerable&&!z.propertyIsEnumerable("splice"))return"array";if("[object Function]"==f||"undefined"!=typeof z.call&&"undefined"!=typeof z.propertyIsEnumerable&&!z.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==R&&"undefined"==typeof z.call)return"object";return R},iE=function(z,R){function f(){}(z.g=(f.prototype=R.prototype,R.prototype),z.prototype=new f,z.prototype).constructor=z},sg=function(z,R,f,x,N){for(R=[],x=f=0;x<z.length;x++)N=z.charCodeAt(x),128>N?R[f++]=N:(2048>N?R[f++]=N>>6|192:(55296==(N&64512)&&x+1<z.length&&56320==(z.charCodeAt(x+1)&64512)?(N=65536+((N&1023)<<10)+(z.charCodeAt(++x)&1023),R[f++]=N>>18|240,R[f++]=N>>12&63|128):R[f++]=N>>12|224,R[f++]=N>>6&63|128),R[f++]=N&63|128);return R},B,e=this||self,c=function(z,R){return(R=typeof z,"object"==R&&null!=z)||"function"==R},K5=function(){},L;a:{var f5=e.navigator;if(f5){var xr=f5.userAgent;if(xr){L=xr;break a}}L=""}var Nu=function(z,R,f){return(f=tS,Object.prototype).hasOwnProperty.call(f,z)?f[z]:f[z]=R(z)},mJ=function(z,R,f){for(f in z)if(R.call(void 0,z[f],f,z))return true;return false},W="",Ug=function(z){return(z=e.document)?z.documentMode:void 0},M=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(L),r=(M&&(W=M?M[1]:""),Ug)(),aj=null!=r&&r>parseFloat(W)?String(r):W,SK,tS={},GV=(SK=e.document?Ug():void 0,9<=Number(SK)),n5=!function(z){return Nu(z,function(R,f,x,N,K,t,m){for(N=(f=(x=Rj(String(z)).split("."),R=0,Rj(String(aj))).split("."),Math).max(f.length,x.length),K=0;0==R&&K<N;K++){m=(t=f[K]||"",x)[K]||"";do{if(0==(m=/(\\d*)(\\D*)(.*)/.exec((t=/(\\d*)(\\D*)(.*)/.exec(t)||["","","",""],m))||["","","",""],t[0]).length&&0==m[0].length)break;t=t[m=m[R=q(0==t[1].length?0:parseInt(t[1],10),0==m[1].length?0:parseInt(m[1],10))||q(0==t[2].length,0==m[2].length)||q(t[2],m[2]),3],3]}while(0==R)}return 0<=R})}("9"),yH=function(z,R){if(!e.addEventListener||!Object.defineProperty)return false;R=(z=false,Object.defineProperty({},"passive",{get:function(){z=true}}));try{e.addEventListener("test",K5,R),e.removeEventListener("test",K5,R)}catch(f){}return z}(),Z=function(z,R){this.defaultPrevented=!(this.currentTarget=this.target=R,this.type=z,1)},I=(Z.prototype.preventDefault=function(){this.defaultPrevented=true},Z.prototype.stopPropagation=function(){},function(z,R,f,x){this.M=(((this.metaKey=this.shiftKey=this.altKey=(this.key=(this.button=(this.relatedTarget=this.currentTarget=(Z.call(this,z?z.type:""),this.target=null),this).screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,""),this.charCode=this.keyCode=0,this.ctrlKey=false),this).state=null,this.pointerId=0,this).pointerType="",null),z&&(f=this.type=z.type,x=z.changedTouches&&z.changedTouches.length?z.changedTouches[0]:null,this.target=z.target||z.srcElement,this.currentTarget=R,R=z.relatedTarget,R||("mouseover"==f?R=z.fromElement:"mouseout"==f&&(R=z.toElement)),this.relatedTarget=R,x?(this.clientX=void 0!==x.clientX?x.clientX:x.pageX,this.clientY=void 0!==x.clientY?x.clientY:x.pageY,this.screenX=x.screenX||0,this.screenY=x.screenY||0):(this.offsetX=void 0!==z.offsetX?z.offsetX:z.layerX,this.offsetY=void 0!==z.offsetY?z.offsetY:z.layerY,this.clientX=void 0!==z.clientX?z.clientX:z.pageX,this.clientY=void 0!==z.clientY?z.clientY:z.pageY,this.screenX=z.screenX||0,this.screenY=z.screenY||0),this.button=z.button,this.keyCode=z.keyCode||0,this.key=z.key||"",this.charCode=z.charCode||("keypress"==f?z.keyCode:0),this.ctrlKey=z.ctrlKey,this.altKey=z.altKey,this.shiftKey=z.shiftKey,this.metaKey=z.metaKey,this.pointerId=z.pointerId||0,this.pointerType="string"===typeof z.pointerType?z.pointerType:JS[z.pointerType]||"",this.state=z.state,this.M=z,z.defaultPrevented&&this.preventDefault())}),JS=(iE(I,Z),{2:"touch",3:"pen",4:"mouse"}),b="closure_listenable_"+(1E6*(I.prototype.stopPropagation=function(){(I.g.stopPropagation.call(this),this.M.stopPropagation)?this.M.stopPropagation():this.M.cancelBubble=true},I.prototype.preventDefault=function(z){if((z=(I.g.preventDefault.call(this),this).M,z).preventDefault)z.preventDefault();else if(z.returnValue=false,n5)try{if(z.ctrlKey||112<=z.keyCode&&123>=z.keyCode)z.keyCode=-1}catch(R){}},Math).random()|0),B2=function(z){z.src=(z.a=(z.W=null,true),z.listener=null,z.$=null,null)},c2=function(z,R,f,x,N){this.a=this.N=!(this.src=R,this.listener=(this.W=null,this.capture=!!N,this.type=f,x),(this.key=++eK,this).$=z,1)},k=function(z){(this.src=z,this).K={},this.V=0},eK=0,L5=(k.prototype.remove=(k.prototype.hasListener=function(z,R,f,x,N){return mJ((x=(f=(N=void 0!==R,void 0!==z))?z.toString():"",this).K,function(K,t){for(t=0;t<K.length;++t)if(!(f&&K[t].type!=x||N&&K[t].capture!=R))return true;return false})},k.prototype.add=function(z,R,f,x,N,K,t){return(t=L5(N,x,(z=this.K[K=z.toString(),K],z||(z=this.K[K]=[],this.V++),z),R),-1<t)?(R=z[t],f||(R.N=false)):(R=new c2(N,this.src,K,R,!!x),R.N=f,z.push(R)),R},function(z,R,f,x,N){if(!(z=z.toString(),z in this.K))return false;return-1<(R=L5(x,f,(N=this.K[z],N),R),R)?(B2(N[R]),Array.prototype.splice.call(N,R,1),0==N.length&&(delete this.K[z],this.V--),true):false}),function(z,R,f,x,N,K){for(N=0;N<f.length;++N)if(K=f[N],!K.a&&K.listener==x&&K.capture==!!R&&K.$==z)return N;return-1}),W2="closure_lm_"+(1E6*Math.random()|0),Mu=function(z,R,f,x,N,K){if("array"==v(z))for(K=0;K<z.length;K++)Mu(z[K],R,f,x,N);else f=jK(f),N&&N[b]?N.O5(z,f,c(x)?!!x.capture:!!x,R):rb(f,R,x,z,true,N)},QH=0,Z6={},Ij=function(z,R,f,x,N,K){if("array"==v(f))for(K=0;K<f.length;K++)Ij(z,R,f[K],x,N);else(x=c(x)?!!x.capture:!!x,R=jK(R),z&&z[b])?z.rX(f,R,x,N):z&&(z=bE(z))&&(f=z.K[f.toString()],z=-1,f&&(z=L5(N,x,f,R)),(R=-1<z?f[z]:null)&&kr(R))},C5=function(z,R){return R=(z=lE,GV?function(f){return z.call(R.src,R.listener,f)}:function(f){if(!(f=z.call(R.src,R.listener,f),f))return f})},Xy=function(z,R,f,x){return x=(f=z.listener,z.$||z.src),z.N&&kr(z),f.call(x,R)},kr=function(z,R,f,x,N,K,t){if("number"!==typeof z&&z&&!z.a)if((R=z.src)&&R[b])R.wX(z);else if(x=z.W,f=z.type,R.removeEventListener?R.removeEventListener(f,x,z.capture):R.detachEvent?R.detachEvent(Og(f),x):R.addListener&&R.removeListener&&R.removeListener(x),QH--,f=bE(R)){if((x=z.type,x)in f.K){N=f.K[x];b:if("string"===typeof N)K="string"!==typeof z||1!=z.length?-1:N.indexOf(z,0);else{for(K=0;K<N.length;K++)if(K in N&&N[K]===z)break b;K=-1}(t=0<=K)&&Array.prototype.splice.call(N,K,1),t&&(B2(z),0==f.K[x].length&&(delete f.K[x],f.V--))}0==f.V&&(f.src=null,R[W2]=null)}else B2(z)},Og=function(z){return z in Z6?Z6[z]:Z6[z]="on"+z},bE=function(z){return(z=z[W2],z instanceof k)?z:null},lE=function(z,R,f,x){if(z.a)return true;if(!GV){if(!R)a:{for(R=[(f=(x=0,e),"window"),"event"];x<R.length;x++)if(f=f[R[x]],null==f){R=null;break a}R=f}return Xy((R=new I(R,this),z),R)}return Xy(z,new I(R,this))},uE=function(z,R,f,x,N,K){if(x&&x.once)Mu(z,N,R,x,f);else if("array"==v(z))for(K=0;K<z.length;K++)uE(z[K],R,f,x,N);else R=jK(R),f&&f[b]?f.qv(z,R,c(x)?!!x.capture:!!x,N):rb(R,N,x,z,false,f)},rb=function(z,R,f,x,N,K,t,m){if(!x)throw Error("Invalid event type");if(t=c(f)?!!f.capture:!!f,!t||GV)if((m=bE(K))||(K[W2]=m=new k(K)),z=m.add(x,z,N,t,R),!z.W){if(((z.W=(R=C5(),R),R).src=K,R).listener=z,K.addEventListener)yH||(f=t),void 0===f&&(f=false),K.addEventListener(x.toString(),R,f);else if(K.attachEvent)K.attachEvent(Og(x.toString()),R);else if(K.addListener&&K.removeListener)K.addListener(R);else throw Error("addEventListener and attachEvent are unavailable.");QH++}},wb="__closure_events_fn_"+(1E9*Math.random()>>>0),D6=function(z,R){return R[z]<<24|R[z+1]<<16|R[z+2]<<8|R[z+3]},AS={},oj=function(z,R,f,x){try{for(x=0;79669387488!=x;)R+=(z<<4^z>>>5)+z^x+f[x&3],x+=2489668359,z+=(R<<4^R>>>5)+R^x+f[x>>>11&3];return[R>>>24,R>>16&255,R>>8&255,R&255,z>>>24,z>>16&255,z>>8&255,z&255]}catch(N){throw N;}},P2={},D=function(z,R,f,x){if(z.H)return z.w(z.O);if(f=(R=z.Z(48),R)>>3,R>=z.U)throw l(31,z),z.c;return((void 0==z.L&&(z.L=D6(f-4,z.m),z.S=void 0),z.S!=f>>3)&&(z.S=f>>3,x=z.Z(6),z.pf=oj(z.S,z.L,[0,0,x[1],x[2]])),C)(z,48,R+8),z.m[f]^z.pf[f%8]},VH={},l=function(z,R,f,x,N){if(3<(f=(x=(0==(z=[(N=R.Z(106)>>3,z),N>>8&255,N&255],void 0!=x&&z.push(x),R.Z(81)).length&&(R.A[81]=void 0,C(R,81,z)),""),f&&(f.message&&(x+=f.message),f.stack&&(x+=":"+f.stack)),R.Z(255)),f)){(z=(x=sg((f-=(x=x.slice(0,f-3),x.length)+3,x).replace(/\\r\\n/g,"\\n")),R.l),R).l=R;try{A(49,R,P(x.length,2).concat(x),12)}finally{R.l=z}}C(R,255,f)},P=function(z,R,f,x){for(f=(x=R-1,[]);0<=x;x--)f[R-1-x]=z>>8*x&255;return f},p5=function(z,R){z.T.push(z.A.slice()),z.A[48]=void 0,C(z,48,R)},gb=function(z,R,f,x,N){for(z.D=(z.b=(z.i=((z.H=void 0,z.Aw=[],x=[],z.U5=function(K,t,m){return(t=(m=function(){return K},function(){return m()}),t)[this.f]=function(U){K=U},t},N=0,z).J=false,z.s=false,z.O=void 0,z.h=25,0),0),function(K,t,m,U,G,n){return(n=(m=(U=function(){return U[m.yo+(G[m.X]===t)-!n[m.X]]},G=function(){return U()},this),m).I,G)[m.f]=function(y){U[m.dX]=y},G[m.f](K),K=G});128>N;N++)x[N]=String.fromCharCode(N);((z.T=(((((((((((((((((((N=(z.j8=(N=(((C(z,((z.A=(z.l=z,[]),z).iN=(z.o=[],function(K){this.l=K}),48),0),C)(z,106,0),C(z,38,function(K,t,m,U){m=(t=D(K),D(K)),U=D(K),C(K,U,K.Z(t)>>m)}),C)(z,108,e),C(z,49,db(4)),window.performance||{}),N.timeOrigin||(N.timing||{}).navigationStart||0),R).P||function(){},C(z,90,function(){}),C)(z,233,function(K,t,m,U){(t=(m=(t=D(K),m=D(K),U=D(K),K).Z(m),K).Z(t),C)(K,U,t[m])}),z.Ih=function(K,t){t.push(K[0]<<24|K[1]<<16|K[2]<<8|K[3]),t.push(K[4]<<24|K[5]<<16|K[6]<<8|K[7]),t.push(K[8]<<24|K[9]<<16|K[10]<<8|K[11])},C(z,143,function(K,t,m,U,G,n,y){V(5,K,true)||(t=Eg(K),G=t.R,m=t.j,U=t.v,y=m.length,0==y?n=new U[G]:1==y?n=new U[G](m[0]):2==y?n=new U[G](m[0],m[1]):3==y?n=new U[G](m[0],m[1],m[2]):4==y?n=new U[G](m[0],m[1],m[2],m[3]):l(22,K),C(K,t.Y,n))}),C(z,254,0),C)(z,68,z),C)(z,99,function(K,t,m,U,G,n,y){V(5,K,true)||(t=Eg(K),G=t.R,m=t.j,y=m.length,U=t.v,0==y?n=U[G]():1==y?n=U[G](m[0]):2==y?n=U[G](m[0],m[1]):3==y?n=U[G](m[0],m[1],m[2]):l(22,K),C(K,t.Y,n))}),C)(z,226,function(K,t,m,U,G,n,y){if((U=(m=(t=D(K),H2(K)),""),K.A)[238])for(G=K.Z(238),n=0,y=G.length;m--;)n=(n+H2(K))%y,U+=x[G[n]];else for(;m--;)U+=x[D(K)];C(K,t,U)}),C)(z,244,292),C)(z,196,function(K,t,m,U){(U=(m=D((t=D(K),K)),D(K)),t=K.Z(t)==K.Z(m),C)(K,U,+t)}),C)(z,94,function(K,t,m,U){(U=D((m=D((t=D(K),K)),K)),K.l==K)&&(K.Z(t)[K.Z(m)]=K.Z(U),6==t&&(K.S=void 0,2==K.Z(m)&&(K.L=void 0,C(K,48,K.Z(48)+32))))}),C(z,236,function(K,t,m,U){if(t=K.T.pop()){for(m=D(K);0<m;m--)U=D(K),t[U]=K.A[U];(t[255]=(t[81]=K.A[81],K.A[255]),K).A=t}else C(K,48,K.U)}),C(z,165,function(K,t,m){m=D((t=D(K),K)),C(K,m,""+K.Z(t))}),C(z,180,function(K){$r(K,4)}),C(z,81,[]),C(z,206,function(K,t,m,U,G,n){if(!V(255,K,true)){if("object"==(K=(U=(t=(G=D((m=D((t=D(K),K)),U=D(K),K)),K.Z(t)),m=K.Z(m),K.Z(U)),K.Z(G)),v)(t)){for(n in G=[],t)G.push(n);t=G}for(U=0<(G=(n=t.length,0),U)?U:1;G<n;G+=U)m(t.slice(G,G+U),K)}}),C(z,60,function(K,t,m){t=(t=D(K),m=D(K),K.Z(t)),C(K,m,v(t))}),C)(z,95,function(K,t,m,U,G){for(U=(t=D(K),m=H2(K),[]),G=0;G<m;G++)U.push(D(K));C(K,t,U)}),C)(z,57,function(K){TV(4,K)}),C)(z,26,0),C(z,133,function(K){$r(K,2)}),C)(z,96,function(K,t,m){V(5,K,true)||(t=D(K),m=D(K),C(K,m,function(U){return eval(U)}(K.Z(t))))}),C(z,59,function(K,t){V(5,K,true)||(t=Eg(K),C(K,t.Y,t.R.apply(t.v,t.j)))}),C(z,23,[]),C)(z,8,{}),z).G=[],C)(z,19,[165,0,0]),C(z,201,function(K,t){(K=(t=D(K),K.Z(t)),Ij)(K[0],K[2],K[1])}),C(z,148,function(K,t,m,U){(U=(m=(t=D(K),D(K)),D(K)),C)(K,U,K.Z(t)||K.Z(m))}),C(z,178,function(K,t,m,U,G){(U=(m=(G=(t=(U=(m=(t=D(K),D(K)),D(K)),K.Z(t)),K.Z(D(K))),K.Z(m)),K.Z(U)),0)!==t&&(U=Yr(1,K,G,U,t,m),uE(m,U,t),C(K,254,[t,m,U]))}),C)(z,126,function(K){TV(1,K)}),C)(z,179,function(K,t,m,U,G){(m=(G=(U=(m=D((t=D(K),K)),K).Z(D(K)),K).Z(D(K)),K).Z(m),C)(K,t,Yr(G,K,U,m))}),C)(z,188,function(K,t){p5(K,(t=K.Z(D(K)),t))}),C(z,137,function(K,t,m){0!=(t=D(K),m=D(K),K.Z(t))&&C(K,48,K.Z(m))}),C(z,192,function(K,t,m,U,G,n,y,X,O,h,qu,p,hS){for(X=(y=(n=(U=m=(t=D(K),0),G=function(J,Q){for(;U<J;)m|=D(K)<<U,U+=8;return m>>=(Q=(U-=J,m)&(1<<J)-1,J),Q},G)(3)+1,G)(5),[]),h=O=0;h<y;h++)qu=G(1),X.push(qu),O+=qu?0:1;for(p=(h=(O=(O-1).toString(2).length,0),[]);h<y;h++)X[h]||(p[h]=G(O));for(h=0;h<y;h++)X[h]&&(p[h]=D(K));for(hS=(h=n,[]);h--;)hS.push(K.Z(D(K)));C(K,t,function(J,Q,v2,u,w){for(u=(Q=[],v2=[],J.i++,0);u<y;u++){if(!(w=p[u],X[u])){for(;w>=Q.length;)Q.push(D(J));w=Q[w]}v2.push(w)}J.O=(J.H=J.D(hS.slice(),J.w),J.D(v2,J.w))})}),C(z,149,[0,0,0]),C(z,89,function(K){$r(K,1)}),C(z,255,2048),zV(),C)(z,243,function(K){K.ZU(4)}),[]),C)(z,111,function(K,t,m){m=(t=D(K),D(K)),t=K.A[t]&&K.Z(t),C(K,m,t)}),C(z,6,[0,0,0]),C(z,46,function(K,t,m){m=D((t=D(K),K)),C(K,m,K.Z(m)+K.Z(t))}),C(z,157,function(K,t,m,U){(U=(m=(t=D(K),D)(K),D)(K),C)(K,U,(K.Z(t)in K.Z(m))+0)}),f)&&"!"==f.charAt(0)?(z.B=f,N()):(z.U=0,z.m=[],R=!!R.P,d(z,[Fy,f]),d(z,[AS,N]),E(R,false,true,z))},ze={},Fy={},C=function(z,R,f){if(48==R||106==R)if(z.A[R])z.A[R][z.f](f);else z.A[R]=z.U5(f);else if(19!=R&&49!=R&&23!=R&&81!=R&&149!=R||!z.A[R])z.A[R]=z.D(f,z.Z);6==R&&(z.L=void 0,C(z,48,z.Z(48)+32))},H=function(z,R){z.B=("E:"+R.message+":"+R.stack).slice(0,2048)},H2=function(z,R){return R=D(z),R&128&&(R=R&127|D(z)<<7),R},R7=function(z,R,f,x,N,K,t){z.i++;try{for(x=(K=0,5001),f=z.U,N=void 0;(z.uN||--x)&&(z.H||(K=z.Z(48))<f);)try{z.H?N=z.w(z.H):(C(z,106,K),t=D(z),N=z.Z(t)),N&&N.call?N(z):l(21,z,0,t),z.s=true,V(2,z,false)}catch(m){m!=z.c&&(z.Z(244)?l(22,z,m):C(z,244,m))}x||l(33,z)}catch(m){try{l(22,z,m)}catch(U){H(z,U)}}return f=z.Z(8),R&&C(z,48,R),z.i--,f},KN=function(z,R,f,x,N){for(;f.G.length;){if(z=z&&R)f.b&&f.J?(z=0!=document.hidden?false:true,f.J=false):z=false;if(z){f.GY((N=f,function(){E(R,false,false,N)}));break}x=(z=true,x=f.G.pop(),sN)(f,x)}return x},jK=function(z){if("function"==v(z))return z;return z[z[wb]||(z[wb]=function(R){return z.handleEvent(R)}),wb]},T=function(z,R){try{gb(this,z,R)}catch(f){H(this,f)}},Y=((T.prototype.Kf=function(z,R,f,x,N,K){if(this.B)return this.B;try{x=!!z,N=[],K=[],d(this,[P2,N,R]),d(this,[ze,z,N,K]),E(x,false,true,this),f=K[0]}catch(t){H(this,t),f=this.B,z&&z(f)}return f},T.prototype.yo=35,(T.prototype.zY=function(z,R,f,x){try{x=z[(R+2)%3],z[R]=z[R]-z[(R+1)%3]-x^(1==R?x<<f:x>>>f)}catch(N){throw N;}},T.prototype).ff=function(z,R,f,x,N){for(N=x=0;N<z.length;N++)x+=z.charCodeAt(N),x+=x<<10,x^=x>>6;return(x=new (x+=x<<3,x^=x>>11,z=x+(x<<15)>>>0,Number)(z&(1<<R)-1),x)[0]=(z>>>R)%f,x},T).prototype.w=(T.prototype.GY=e.requestIdleCallback?function(z){requestIdleCallback(z,{timeout:4})}:e.setImmediate?function(z){setImmediate(z)}:function(z){setTimeout(z,0)},function(z){return(z=z().shift(),this.H().length)||this.O().length||(this.O=this.H=void 0,this.i--),z}),e),Eg=function(z,R,f,x,N,K){for(K=(N=(x=((f=(R={},D)(z),R.Y=D(z),R).j=[],z.l==z)?D(z)-1:1,D(z)),0);K<x;K++)R.j.push(D(z));for((R.R=z.Z(f),R).v=z.Z(N);x--;)R.j[x]=z.Z(R.j[x]);return R},Yr=function(z,R,f,x,N,K){return function(){if(R.l==R){var t=[VH,x,f,void 0,N,K,arguments],m=z&1;if(z&2)var U=(d(R,t),E)(false,true,false,R);else m&&R.G.length?d(R,t):m?(d(R,t),E(false,true,false,R)):U=sN(R,t);return U}}},F=[(T.prototype.e8=(T.prototype.C=(window.performance||{}).now?function(){return Math.floor(this.j8+window.performance.now())}:function(){return+new Date},function(z,R,f){if(3==z.length){for(f=0;3>f;f++)R[f]+=z[f];for(z=[13,8,13,(f=0,12),16,5,3,10,15];9>f;f++)R[3](R,f%3,z[f])}}),"botguard")],sN=function(z,R,f,x,N){if((f=R[z.s=false,0],f)==P2)z.h=25,z.I(R);else if(f==ze){f=R[x=R[1],3];try{N=z.I(R)}catch(K){H(z,K),N=z.B}(x&&x(N),f).push(N)}else if(f==fN)z.I(R);else if(f==Fy)z.I(R);else if(f==AS){try{for(N=0;N<z.o.length;N++)try{x=z.o[N],x[0][x[1]](x[2])}catch(K){}}catch(K){}(0,R[z.o=[],1])()}else if(f==VH)return N=R[2],x=R[6],C(z,78,R[4]?[x[0].M]:x),C(z,8,N),z.I(R)},A=function(z,R,f,x,N,K){if(R.l==R)for(N=R.Z(z),49==z?(z=function(t,m,U,G){if(N.HC!=(U=(m=N.length,m)-4>>3,U)){U=(U<<(N.HC=U,3))-4,G=[0,0,K[1],K[2]];try{N.lN=oj(D6(U+4,N),D6(U,N),G)}catch(n){throw n;}}N.push(N.lN[m&7]^t)},K=R.Z(149)):z=function(t){N.push(t)},x&&z(x&255),R=f.length,x=0;x<R;x++)z(f[x])},TV=function(z,R,f,x){(x=(f=D(R),D(R)),A)(x,R,P(R.Z(f),z))},db=(T.prototype.f=(T.prototype.ZU=function(z,R,f,x){(x=D((f=(z&=(R=z&4,3),D(this)),this)),f=this.Z(f),R&&(f=sg((""+f).replace(/\\r\\n/g,"\\n"))),z)&&A(x,this,P(f.length,2)),A(x,this,f)},"toString"),function(z,R){for(R=[];z--;)R.push(255*Math.random()|0);return R}),xX=(T.prototype.I=function(z,R,f,x,N,K,t,m,U,G){if(R=z[0],R==Fy){f=z[1];try{for(N=0,x=[];N<f.length;){if(null==(U=(m=(t=(K=S[f.charAt(N++)],N<f.length)?S[f.charAt(N)]:0,++N,N<f.length?S[f.charAt(N)]:64),++N,N<f.length?S[f.charAt(N)]:64),++N,K)||null==t||null==m||null==U)throw Error();(x.push(K<<2|t>>4),64!=m)&&(x.push(t<<4&240|m>>2),64!=U&&x.push(m<<6&192|U))}this.U=(this.m=x,this.m).length<<3}catch(n){l(17,this,n)}R7(this)}else if(R==P2)K=z[1],K.push(this.Z(19).length,this.Z(49).length,this.Z(23).length,this.Z(255)),C(this,8,z[2]),this.A[218]&&xX(this,this.Z(218));else{if(R==ze){this.l=(t=(m=(K=z[2],P)(this.Z(19).length+2,2),this).l,this);try{f=this.Z(81),0<f.length&&A(19,this,P(f.length,2).concat(f),15),x=this.Z(26)&511,x-=this.Z(19).length+5,N=this.Z(49),4<N.length&&(x-=N.length+3),0<x&&A(19,this,P(x,2).concat(db(x)),10),4<N.length&&A(19,this,P(N.length,2).concat(N),153)}finally{this.l=t}for(U=(m=(((t=db(2).concat(this.Z(19)),t)[1]=t[0]^3,t)[3]=t[1]^m[0],t[4]=t[1]^m[1],[]),0);U<t.length;U+=3)R=t[U],G=(f=U+1<t.length)?t[U+1]:0,z=(x=U+2<t.length)?t[U+2]:0,N=R>>2,R=(R&3)<<4|G>>4,G=(G&15)<<2|z>>6,z&=63,x||(z=64,f||(G=64)),m.push(a[N],a[R],a[G],a[z]);if(m=m.join(""))m="!"+m;else for(m="",U=0;U<t.length;U++)f=t[U][this.f](16),1==f.length&&(f="0"+f),m+=f;return((t=m,this.Z(19)).length=K[0],this.Z(49).length=K[1],this.Z(23)).length=K[2],C(this,255,K[3]),t}if(R==fN)xX(this,z[1]);else if(R==VH)return xX(this,z[1])}},function(z,R,f){return R7(z,((f=z.Z(48),z.m)&&f<z.U?(C(z,48,z.U),p5(z,R)):C(z,48,R),f))}),d=function(z,R){z.G.splice(0,0,R)},fN={},$r=(((T.prototype.X="caller",T.prototype.c={},T).prototype.mS=function(z,R,f,x,N,K){for(K=x=(f=[],0);K<z.length;K++)for(x+=R,N=N<<R|z[K];7<x;)x-=8,f.push(N>>x&255);return f},(T.prototype.Z=function(z,R){if(void 0===(R=this.A[z],R))throw l(30,this,0,z),this.c;return R()},T.prototype.uN=false,T).prototype).dX=(T.prototype.BC=function(z,R,f,x){for(;f--;)48!=f&&106!=f&&R.A[f]&&(R.A[f]=R[x](R[z](f),this));R[z]=this},36),T.prototype.Mv=function(z,R,f){return z^(R^=R<<13,R^=R>>17,(R=(R^R<<5)&f)||(R=1),R)},function(z,R,f,x){for(x=(f=D(z),0);0<R;R--)x=x<<8|D(z);C(z,f,x)}),V=function(z,R,f){if(0>=R.b||1<R.i||!R.s&&f||0!=document.hidden||R.C()-R.F<R.b-z)return false;return!(((z=(R.J=true,R).Z(f?106:48),C)(R,48,R.U),R.G).push([fN,z]),0)},E=function(z,R,f,x,N){if(0!=x.G.length){if(N=0==x.i)x.F=x.C();return z=KN(f,z,x),N&&(N=x.C()-x.F,N<(R?10:0)||0>=x.h--||x.Aw.push(254>=N?N:254)),z}};F[0]in Y||"undefined"==typeof Y.execScript||Y.execScript("var "+F[0]);for(var g;F.length&&(g=F.shift());)Y=Y[g]&&Y[g]!==Object.prototype[g]?Y[g]:Y[g]={};(B=e.botguard,B.gLQ=function(z,R,f){this.invoke=(f=new T({P:R},z),function(x,N,K){return(K=f.Kf(N&&x,K),x)&&!N&&x(K),K})},B).bg=function(z,R,f){return z&&z.substring&&(f=B[z.substring(0,3)])?new f(z.substring(3),R):new B.gLQ(z,R)};try{B.u||(uE("unload",function(){},e),B.u=1)}catch(z){};')();</script>
  <script type="text/javascript" nonce="rIIyFXe6QzB8eLFk8ic/BA">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="rIIyFXe6QzB8eLFk8ic/BA">
  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="rIIyFXe6QzB8eLFk8ic/BA">
  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="rIIyFXe6QzB8eLFk8ic/BA">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="rIIyFXe6QzB8eLFk8ic/BA">
  (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="rIIyFXe6QzB8eLFk8ic/BA">var e=this,g=function(b,c){b=b.split(".");var a=e;b[0]in a||!a.execScript||a.execScript("var "+b[0]);for(var d;b.length&&(d=b.shift());)b.length||void 0===c?a[d]?a=a[d]:a=a[d]={}:a[d]=c};var h=function(){try{return new XMLHttpRequest}catch(a){for(var b=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<b.length;c++)try{return new ActiveXObject(b[c])}catch(d){}}return null};g("gaia.ajax.newXmlHttpRequest",h);var k=function(){this.a=h();this.parameters={}};g("gaia.ajax.XmlHttpFormRequest",k);
k.prototype.send=function(b,c){var a=[],d;for(d in this.parameters)a.push(d+"="+encodeURIComponent(this.parameters[d]));a=a.join("&");var f=this.a;f.open("POST",b,!0);f.setRequestHeader("Content-type","application/x-www-form-urlencoded");f.onreadystatechange=function(){4==f.readyState&&c({status:f.status,text:f.responseText})};f.send(a)};k.prototype.send=k.prototype.send;
k.prototype.h=function(b,c,a){var d=this.a;d.open("POST",b,!0);d.setRequestHeader("Content-type","application/json");d.onreadystatechange=function(){4==d.readyState&&a({status:d.status,text:d.responseText})};d.send(c)};k.prototype.sendJson=k.prototype.h;k.prototype.get=function(b,c){var a=this.a;a.open("GET",b,!0);a.onreadystatechange=function(){4==a.readyState&&c({status:a.status,text:a.responseText})};a.send()};k.prototype.get=k.prototype.get;var l=/\s*;\s*/,m=function(){if(!document.cookie)return"";for(var b=document.cookie.split(l),c=0;c<b.length;c++){var a=b[c];a=a.replace(/^\s+/,"");a=a.replace(/\s+$/,"");if(0==a.indexOf("APISID="))return a.substr(7)}return""};var n=null,p=function(b,c){this.g=b;this.f=c;this.c=m();this.b=!1},q=function(){var b=n,c=m();c==b.c||b.b||(b.c=c,(new k).get(b.f,function(a){var d=n;a&&a.status&&200==a.status&&"OK"==a.text&&(d.a&&clearInterval(d.a),d.b||(window.location=d.g))}))};p.prototype.start=function(b){if(this.a)return!1;this.a=setInterval(function(){q()},b);return!0};g("gaia.loginAutoRedirect.start",function(b,c,a){if(n||!a||!c||0>=b)return!1;n=new p(c,a);return n.start(b)});
g("gaia.loginAutoRedirect.stop",function(){var b=n;b.b=!0;b.a&&(clearInterval(b.a),b.a=null)});
</script>
  <script type="text/javascript" nonce="rIIyFXe6QzB8eLFk8ic/BA">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fplus.google.com%2F%2BSitiwebjoomlaIt%2Fposts%2Ffeed%2Frss_ultimi_articoli.xml\x26followup=https%3A%2F%2Fplus.google.com%2F%2BSitiwebjoomlaIt%2Fposts%2Ffeed%2Frss_ultimi_articoli.xml\x26osid=1\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fplus.google.com%2F%2BSitiwebjoomlaIt%2Fposts%2Ffeed%2Frss_ultimi_articoli.xml\x26followup=https%3A%2F%2Fplus.google.com%2F%2BSitiwebjoomlaIt%2Fposts%2Ffeed%2Frss_ultimi_articoli.xml\x26osid=1\x26passive=1209600');
  </script>
  </body>
</html>
