
<!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: 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: 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="AFoagUUJhGdPqY1sG5l38xn6Z3t9FbB0Vw:1621874726141">
  <input type="hidden" name="continue" value="https://sites.google.com/littlesmasher.com/podcasting/podcasts/k2c.rss">
  <input type="hidden" name="followup" value="https://sites.google.com/littlesmasher.com/podcasting/podcasts/k2c.rss">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlwr8a8zblaXOEJ4U9kpwNca_VBgdnL8QJXBKYhPajqXDvdaXxeNP58s5oEAl1Cth0YZlfBVkhxsw_lm3PnoXSKaFESqXpIoUYB3-t1YwMvPew-Ky2vvk22QGKwfMaEavompoOAaeIbnLencHZp9SmY8AqyVSl4qbM4ErHVL3MZqtF61vBcqVrZQYSkmtUiyW-anZCcm">
  <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%2Flittlesmasher.com%2Fpodcasting%2Fpodcasts%2Fk2c.rss&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%2Flittlesmasher.com%2Fpodcasting%2Fpodcasts%2Fk2c.rss&amp;followup=https%3A%2F%2Fsites.google.com%2Flittlesmasher.com%2Fpodcasting%2Fpodcasts%2Fk2c.rss">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?continue=https%3A%2F%2Fsites.google.com%2Flittlesmasher.com%2Fpodcasting%2Fpodcasts%2Fk2c.rss">
  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="9j0gwIBes6bZ/KqViRhaEg">
  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="9j0gwIBes6bZ/KqViRhaEg">(function(){var h=this||self,K=function(a,b){if(!(b=(a=h.trustedTypes,null),a)||!a.createPolicy)return b;try{b=a.createPolicy("bg",{createHTML:A,createScript:A,createScriptURL:A})}catch(e){h.console&&h.console.error(e.message)}return b},A=function(a){return a};(0,eval)(function(a,b){return(b=K())&&1===a.eval(b.createScript("1"))?function(e){return b.createScript(e)}:function(e){return""+e}}(h)(Array(7824*Math.random()|0).join("\n")+'(function(){var d,bX=function(a,b,h,A){return(A=u[a.substring(0,3)+"_"])?A(a.substring(3),b,h):a5(b,a)},eG=function(a,b,h,A,Q){return{invoke:(h=(A=void 0,Q=function(){},bX)(a,function(e){Q&&(b&&t(b),A=e,Q(),Q=void 0)},!!b)[0],function(e,K,Y,N,R){if(!K)return K=h(Y),e&&e(K),K;(N=function(){A(function(J){t(function(){e(J)})},Y)},A)?N():(R=Q,Q=function(){(R(),t)(N)})})}},hv=function(a,b,h){for(h in a)if(b.call(void 0,a[h],h,a))return true;return false},O=this||self,a5=function(a,b){return a(function(h){h(b)}),[function(){return b}]},Av=function(a,b){function h(){}a.gJ=((a.prototype=new (a.l=(h.prototype=b.prototype,b).prototype,h),a).prototype.constructor=a,function(A,Q,e){for(var K=Array(arguments.length-2),Y=2;Y<arguments.length;Y++)K[Y-2]=arguments[Y];return b.prototype[Q].apply(A,K)})},sl=function(a){for(a=0;64>a;++a)P[a]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(a),L["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(a)]=a;L[L["+"]=(P[64]="",62),L["/"]=63,"="]=64},E=function(a,b){return"object"==(b=typeof a,b)&&null!=a||"function"==b},Qi=function(a,b){if((a=(b=null,O).trustedTypes,!a)||!a.createPolicy)return b;try{b=a.createPolicy("bg",{createHTML:KT,createScript:KT,createScriptURL:KT})}catch(h){O.console&&O.console.error(h.message)}return b},KT=function(a){return a},YG=function(a,b,h){if((b=typeof a,"object")==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;if((h=Object.prototype.toString.call(a),"[object Window]")==h)return"object";if("[object Array]"==h||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==h||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==b&&"undefined"==typeof a.call)return"object";return b},P={},L={},I=function(a,b,h){h=this;try{Nq(b,this,a)}catch(A){B(A,this),a(function(Q){Q(h.J)})}},de=function(){},R5=function(a,b,h,A,Q){for(A=(h=[],Q=0,0);A<a.length;A++)b=a.charCodeAt(A),128>b?h[Q++]=b:(2048>b?h[Q++]=b>>6|192:(55296==(b&64512)&&A+1<a.length&&56320==(a.charCodeAt(A+1)&64512)?(b=65536+((b&1023)<<10)+(a.charCodeAt(++A)&1023),h[Q++]=b>>18|240,h[Q++]=b>>12&63|128):h[Q++]=b>>12|224,h[Q++]=b>>6&63|128),h[Q++]=b&63|128);return h},uX=function(a,b){if(!O.addEventListener||!Object.defineProperty)return false;a=(b=false,Object).defineProperty({},"passive",{get:function(){b=true}});try{O.addEventListener("test",de,a),O.removeEventListener("test",de,a)}catch(h){}return b}(),Jv=function(a,b){this.defaultPrevented=(this.currentTarget=this.target=(this.type=a,b),false)},H=((Jv.prototype.stopPropagation=function(){},Jv.prototype).preventDefault=function(){this.defaultPrevented=true},function(a,b,h,A){this.D=((this.metaKey=this.shiftKey=(this.charCode=((this.button=(this.relatedTarget=(Jv.call(this,a?a.type:""),this.currentTarget=this.target=null),this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0),this).key="",this.keyCode=0),this.altKey=this.ctrlKey=false),this.state=null,this.pointerId=0,this).pointerType="",null),a&&(A=this.type=a.type,h=a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:null,this.target=a.target||a.srcElement,this.currentTarget=b,b=a.relatedTarget,b||("mouseover"==A?b=a.fromElement:"mouseout"==A&&(b=a.toElement)),this.relatedTarget=b,h?(this.clientX=void 0!==h.clientX?h.clientX:h.pageX,this.clientY=void 0!==h.clientY?h.clientY:h.pageY,this.screenX=h.screenX||0,this.screenY=h.screenY||0):(this.offsetX=void 0!==a.offsetX?a.offsetX:a.layerX,this.offsetY=void 0!==a.offsetY?a.offsetY:a.layerY,this.clientX=void 0!==a.clientX?a.clientX:a.pageX,this.clientY=void 0!==a.clientY?a.clientY:a.pageY,this.screenX=a.screenX||0,this.screenY=a.screenY||0),this.button=a.button,this.keyCode=a.keyCode||0,this.key=a.key||"",this.charCode=a.charCode||("keypress"==A?a.keyCode:0),this.ctrlKey=a.ctrlKey,this.altKey=a.altKey,this.shiftKey=a.shiftKey,this.metaKey=a.metaKey,this.pointerId=a.pointerId||0,this.pointerType="string"===typeof a.pointerType?a.pointerType:iX[a.pointerType]||"",this.state=a.state,this.D=a,a.defaultPrevented&&H.l.preventDefault.call(this))}),iX=(Av(H,Jv),{2:"touch",3:"pen",4:"mouse"}),Mq="closure_listenable_"+((H.prototype.stopPropagation=function(){(H.l.stopPropagation.call(this),this.D.stopPropagation)?this.D.stopPropagation():this.D.cancelBubble=true},H).prototype.preventDefault=function(a){(a=(H.l.preventDefault.call(this),this).D,a).preventDefault?a.preventDefault():a.returnValue=false},1E6*Math.random()|0),tv=0,cX=function(a,b,h,A,Q){this.A=b,this.listener=(this.N=(this.src=a,this.type=h,null),this.capture=(this.I=this.j=false,!!(this.key=++tv,Q)),A)},nT=function(a){(a.A=null,a).N=(a.I=!(a.listener=null,0),null),a.src=null},l=function(a){this.T={},this.Y=0,this.src=a},PX=(l.prototype.hasListener=(l.prototype.remove=function(a,b,h,A,Q){if(!(a=a.toString(),a in this.T))return false;return b=PX(b,(Q=this.T[a],Q),A,h),-1<b?(nT(Q[b]),Array.prototype.splice.call(Q,b,1),0==Q.length&&(delete this.T[a],this.Y--),true):false},l.prototype.add=function(a,b,h,A,Q,e,K){return-1<(K=((e=a.toString(),a=this.T[e],a)||(a=this.T[e]=[],this.Y++),PX(b,a,Q,A)),K)?(b=a[K],h||(b.j=false)):(b=new cX(this.src,Q,e,b,!!A),b.j=h,a.push(b)),b},function(a,b,h,A,Q){return h=(Q=void 0!==b,A=void 0!==a)?a.toString():"",hv(this.T,function(e,K){for(K=0;K<e.length;++K)if(!(A&&e[K].type!=h||Q&&e[K].capture!=b))return true;return false})}),function(a,b,h,A,Q,e){for(Q=0;Q<b.length;++Q)if(e=b[Q],!e.I&&e.listener==a&&e.capture==!!A&&e.A==h)return Q;return-1}),we="closure_lm_"+(1E6*Math.random()|0),o5=function(a,b,h,A,Q,e,K){if("number"!==typeof a&&a&&!a.I)if((K=a.src)&&K[Mq])K.qK(a);else if(Q=a.N,b=a.type,K.removeEventListener?K.removeEventListener(b,Q,a.capture):K.detachEvent?K.detachEvent(pT(b),Q):K.addListener&&K.removeListener&&K.removeListener(Q),zE--,Q=yi(K)){if(b=a.type,b in Q.T){e=Q.T[b];b:if("string"===typeof e)h="string"!==typeof a||1!=a.length?-1:e.indexOf(a,0);else{for(h=0;h<e.length;h++)if(h in e&&e[h]===a)break b;h=-1}A=h,(h=0<=A)&&Array.prototype.splice.call(e,A,1),h&&(nT(a),0==Q.T[b].length&&(delete Q.T[b],Q.Y--))}0==Q.Y&&(Q.src=null,K[we]=null)}else nT(a)},pT=function(a){return a in F1?F1[a]:F1[a]="on"+a},El=function(a,b){return a=LT,b=function(h){return a.call(b.src,b.listener,h)},b},I5=function(a,b,h,A,Q,e){if(A&&A.once)BX(h,a,A,Q,b);else if(Array.isArray(b))for(e=0;e<b.length;e++)I5(a,b[e],h,A,Q);else a=HX(a),h&&h[Mq]?h.e8(b,a,E(A)?!!A.capture:!!A,Q):lX(A,b,a,h,Q,false)},F1={},BX=function(a,b,h,A,Q,e){if(Array.isArray(Q))for(e=0;e<Q.length;e++)BX(a,b,h,A,Q[e]);else b=HX(b),a&&a[Mq]?a.Av(Q,b,E(h)?!!h.capture:!!h,A):lX(h,Q,b,a,A,true)},zE=0,WX=function(a,b,h,A,Q,e){if(Array.isArray(a))for(e=0;e<a.length;e++)WX(a[e],b,h,A,Q);else(A=E(A)?!!A.capture:!!A,b=HX(b),h&&h[Mq])?h.vC(a,b,A,Q):h&&(h=yi(h))&&(a=h.T[a.toString()],h=-1,a&&(h=PX(b,a,Q,A)),(b=-1<h?a[h]:null)&&o5(b))},yi=function(a){return a=a[we],a instanceof l?a:null},lX=function(a,b,h,A,Q,e,K,Y){if(!b)throw Error("Invalid event type");if(!(h=((Y=(K=E(a)?!!a.capture:!!a,yi(A)))||(A[we]=Y=new l(A)),Y.add(b,h,e,K,Q)),h).N){if(Q=El(),h.N=Q,Q.src=A,Q.listener=h,A.addEventListener)uX||(a=K),void 0===a&&(a=false),A.addEventListener(b.toString(),Q,a);else if(A.attachEvent)A.attachEvent(pT(b.toString()),Q);else if(A.addListener&&A.removeListener)A.addListener(Q);else throw Error("addEventListener and attachEvent are unavailable.");zE++}},LT=function(a,b,h,A){return a.I?a=true:(b=new H(b,this),A=a.listener,h=a.A||a.src,a.j&&o5(a),a=A.call(h,b)),a},X1="__closure_events_fn_"+(1E9*Math.random()>>>0),SG=(I.prototype.Qf=(I.prototype.S=function(a){return(a=a().shift(),this).H().length||this.G().length||(this.G=this.H=void 0),a},d=I.prototype,void 0),[]),q=function(a,b){if(b>=a.L)throw[W,31];return(S(17,a,(b|0)+8),a.P)[b>>3]},$G=[],qq=function(a){a.$=(a.PC=q(a,a.B(17))<<24|q(a,a.B(17))<<16|q(a,a.B(17))<<8|q(a,a.B(17)),void 0)},jG=function(a,b){return a[b]<<24|a[(b|0)+1]<<16|a[(b|0)+2]<<8|a[(b|0)+3]},re=(d.Em="caller",I.prototype.K$=function(a,b,h,A,Q){if(this.J)a(this.J);else try{Q=!this.X.length,A=[],r(this,[G,A,h]),r(this,[k,a,A]),b&&!Q||V(this,true,b)}catch(e){B(e,this),a(this.J)}},[]),t=(d.L$=36,O).requestIdleCallback?function(a){requestIdleCallback(function(){a()},{timeout:4})}:O.setImmediate?function(a){setImmediate(a)}:function(a){setTimeout(a,0)},v=(I.prototype.S8=void 0,function(a,b,h,A,Q,e){if(3<((A=a.B(((e=void 0,b&&b[0]===W)&&(h=b[1],e=b[2],b=void 0),169)),0==A.length&&(Q=a.B(170)>>3,A.push(h,Q>>8&255,Q&255),void 0!=e&&A.push(e)),h="",b)&&(b.message&&(h+=b.message),b.stack&&(h+=":"+b.stack)),b=a.B(236),b)){(h=(b-=((h=h.slice(0,(b|0)-3),h.length)|0)+3,R5(h.replace(/\\r\\n/g,"\\n"))),e=a.K,a).K=a;try{U(a,167,m(h.length,2).concat(h),12)}finally{a.K=e}}S(236,a,b)}),m=function(a,b,h,A){for(h=(A=[],(b|0)-1);0<=h;h--)A[(b|0)-1-(h|0)]=a>>8*h&255;return A},x=((d.D_=false,I.prototype).Yt=function(a,b,h,A){try{A=a[((b|0)+2)%3],a[b]=(a[b]|0)-(a[((b|0)+1)%3]|0)-(A|0)^(1==b?A<<h:A>>>h)}catch(Q){throw Q;}},[]),GE=[],HX=function(a){if("function"===typeof a)return a;return a[a[X1]||(a[X1]=function(b){return a.handleEvent(b)}),X1]},kG=(I.prototype.o=function(a,b){for(b=[];a--;)b.push(255*Math.random()|0);return b},d.i="toString",function(a,b,h,A){try{for(A=0;-1934991136!==A;)a=(a|0)+(((b<<4|0)^b>>>5)+(b|0)^(A|0)+(h[A&3]|0))|0,A=A+2489668359|0,b=(b|0)+(((a<<4|0)^a>>>5)+(a|0)^(A|0)+(h[A>>>11&3]|0))|0;return[a>>>24,a>>16&255,a>>8&255,a&255,b>>>24,b>>16&255,b>>8&255,b&255]}catch(Q){throw Q;}}),B=function(a,b){b.J=((b.J?b.J+"~":"E:")+a.message+":"+a.stack).slice(0,2048)},Ul=function(a,b,h,A,Q,e,K){return K=function(){if(b.K==b){if(b.h){var Y=[$G,h,a,void 0,Q,e,arguments];if(2==A)var N=(r(b,Y),V(b,false,false));else if(1==A){var R=!b.X.length;(r(b,Y),R)&&V(b,false,false)}else N=Vi(b,Y);return N}Q&&e&&WX(e,K,Q)}}},f=function(a,b,h,A){if(a.H)return a.S(a.G);return b=(A=a.B(17),A>>3),A=q(a,A),a.$!=b>>3&&(a.$=b>>3,h=a.B(21),a.uB=kG(a.PC,a.$,[0,0,h[1],h[2]])),A^a.uB[b&a[k].length]},u,Nq=function(a,b,h,A,Q){for(((b.Z=(b.H=(b.s=0,b.Jv=0,b.v=(Q=b.hv=0,b.XA=25,b.G=void 0,function(e,K,Y,N,R,J){return R=(J=this,N=(Y=function(){return N()},function(){return N[(J.WC|0)+(Y[J.Em]===K|0)-!R[J.Em]]}),J.O),Y[J.i]=function(c){N[J.L$]=c},Y[J.i](e),e=Y}),A=(b.M=false,[]),void 0),false),b).C$=mg,b).Gy=(b.xt=vX,function(e,K,Y){return Y=function(){return e},K=function(){return Y()},K[this.i]=function(N){e=N},K}),b.Ty=[];128>Q;Q++)A[Q]=String.fromCharCode(Q);(r(b,[(r(b,[(b.P=((S(240,b,(S(141,(S(220,b,(S(69,((S(183,b,((b.iB=!(b.HC=(S(33,(S(145,(S(107,(S(201,b,((S(169,(S(103,(S(((S(116,(S(226,b,((S(219,(S(166,b,[(S(162,b,(S(152,((S(87,(S((S(167,b,((S(24,b,(S(85,(S((b.bB=(S(236,(S(110,b,(S(16,(S((S(25,b,(S(11,(S(214,((S(120,b,(S(104,b,(S(170,b,(S(17,(b.ag=function(e){this.K=e},b.h=(b.BC=[],b.K=b,[]),b),0),0)),function(e,K,Y,N){(K=f((N=(Y=f(e),f(e)),e)),S)(K,e,e.B(Y)>>>N)})),function(e,K,Y,N,R,J){if(!D(true,e,true)){if((e=(Y=(K=(R=(K=(N=f((Y=f(e),e)),f(e)),f(e)),N=e.B(N),e.B(K)),e).B(Y),e.B(R)),"object")==YG(Y)){for(J in R=[],Y)R.push(J);Y=R}for(R=(K=0<K?K:1,J=Y.length,0);R<J;R+=K)N(Y.slice(R,(R|0)+(K|0)),e)}})),S(114,b,0),S)(38,b,function(e,K,Y,N,R){for(Y=(N=(R=(K=f(e),xG(e)),[]),0);Y<R;Y++)N.push(f(e));S(K,e,N)}),b),function(e,K){K=f(e),e=e.B(K),WX(e[1],e[2],e[0])}),b),0),function(e,K,Y,N,R){N=(R=(K=f(e),R=f(e),Y=f(e),N=f(e),Y=e.B(Y),e).B(R),e.B(N)),S(K,e,Ul(Y,e,R,N))})),179),b,function(e,K,Y,N){if(K=e.HC.pop()){for(N=f(e);0<N;N--)Y=f(e),K[Y]=e.h[Y];K[K[169]=e.h[169],236]=e.h[236],e.h=K}else S(17,e,e.L)}),b),function(e,K,Y,N,R,J,c,w,p,z,y,X,M){for(Y=(M=(w=(K=(N=(y=(X=f(e),0),function(n,F){for(;y<n;)K|=f(e)<<y,y+=8;return K>>=(F=K&((y-=n,1)<<n)-1,n),F}),0),(N(3)|0)+1),N)(5),p=J=0,[]);p<M;p++)R=N(1),Y.push(R),J+=R?0:1;for(p=(J=((J|0)-1).toString(2).length,0),z=[];p<M;p++)Y[p]||(z[p]=N(J));for(N=0;N<M;N++)Y[N]&&(z[N]=f(e));for(c=[];w--;)c.push(e.B(f(e)));S(X,e,function(n,F,C,g,Ol){for(F=(Ol=[],[]),g=0;g<M;g++){if(!Y[C=z[g],g]){for(;C>=F.length;)F.push(f(n));C=F[C]}Ol.push(C)}n.G=(n.H=n.v(c.slice(),(F=n.S,F)),n.v(Ol,F))})}),function(e,K,Y,N){(Y=(N=(K=f((Y=(N=f(e),f(e)),e)),e.B(N)),e.B(Y)),S)(K,e,N in Y|0)})),b),2048),Q=window.performance||{},Q).timeOrigin||(Q.timing||{}).navigationStart||0,88),b,{}),b),function(e){e.zy(4)}),b.R=false,41)),S)(207,b,function(e,K,Y,N,R,J){D(false,e,true)||(J=fT(e),Y=J.g,K=J.W,N=K.length,R=J.F,Y=0==N?new R[Y]:1==N?new R[Y](K[0]):2==N?new R[Y](K[0],K[1]):3==N?new R[Y](K[0],K[1],K[2]):4==N?new R[Y](K[0],K[1],K[2],K[3]):2(),S(J.V,e,Y))}),b.o(4))),99),b,function(e,K,Y,N){N=(Y=(K=f(e),f)(e),f(e)),Y=e.B(Y),K=e.B(K),S(N,e,K[Y])}),b),function(e,K,Y){D(false,e,true)||(Y=f(e),K=f(e),S(K,e,function(N){return eval(N)}(DI(e.B(Y)))))}),S(140,b,function(e,K,Y,N){(N=(Y=(K=(Y=f(e),f)(e),e).B(Y),e).B(K),S)(K,e,N+Y)}),S)(249,b,function(e,K,Y,N){S((N=(K=(Y=f(e),f)(e),f)(e),N),e,e.B(Y)||e.B(K))}),b),function(e,K,Y,N){(K=(Y=f((K=f((N=f(e),e)),e)),e.B(K)),N=e.B(N)==K,S)(Y,e,+N)}),function(e){CT(1,e)})),165),0,0]),b),[]),sl)(),function(e){CT(4,e)})),b),function(e,K,Y,N,R,J){D(false,e,true)||(N=fT(e),J=N.W,R=J.length,Y=N.F,K=N.g,J=0==R?Y[K]():1==R?Y[K](J[0]):2==R?Y[K](J[0],J[1]):3==R?Y[K](J[0],J[1],J[2]):2(),S(N.V,e,J))}),b).X=[],198),b,function(e,K,Y,N,R,J,c){if(N=(J=xG((c=f(e),e)),""),e.h[242])for(R=e.B(242),K=R.length,Y=0;J--;)Y=((Y|0)+(xG(e)|0))%K,N+=A[R[Y]];else for(;J--;)N+=A[f(e)];S(c,e,N)}),b),function(e,K,Y,N,R){Y=f((K=f((R=f(e),e)),e)),e.K==e&&(N=e.B(R),Y=e.B(Y),K=e.B(K),N[K]=Y,21==R&&(e.$=void 0,2==K&&qq(e)))}),b),[]),S)(44,b,O),function(e,K,Y){(K=f(e),Y=f(e),S)(Y,e,""+e.B(K))})),b),[0,0,0]),b),function(e,K,Y){Y=YG((K=(Y=f(e),f(e)),Y=e.B(Y),Y)),S(K,e,Y)}),b),function(e,K){ge((K=e.B(f(e)),K),e)}),[]),1),b).Z_=function(e,K){(K.push(e[0]<<24|e[1]<<16|e[2]<<8|e[3]),K).push(e[4]<<24|e[5]<<16|e[6]<<8|e[7]),K.push(e[8]<<24|e[9]<<16|e[10]<<8|e[11])},function(e){e.zy(3)})),S)(216,b,function(e,K,Y){0!=(Y=(Y=(K=f(e),f(e)),e.B(Y)),e.B(K))&&S(17,e,Y)}),b),b),function(e,K){D(false,e,true)||(K=fT(e),S(K.V,e,K.g.apply(K.F,K.W)))})),b),function(){}),function(e,K,Y,N,R){Y=(R=(K=(N=f((Y=(R=f(e),f)(e),e)),K=f(e),e.B(K)),e).B(R),N=e.B(N),e.B(Y)),0!==R&&(K=Ul(K,e,N,1,R,Y),I5(K,Y,R),S(11,e,[R,Y,K]))})),S)(101,b,function(e){e.f$(4)}),b.L=0,[]),x),a]),re),h]),V)(b,true,true)},TE=[],r=function(a,b){a.X.splice(0,0,b)},ao=function(a,b,h){return(S(17,(ZI(((h=a.B(17),a.P)&&h<a.L?(S(17,a,a.L),ge(b,a)):S(17,a,b),a)),a),h),a).B(88)},S=function(a,b,h){if(17==a||170==a)if(b.h[a])b.h[a][b.i](h);else b.h[a]=b.Gy(h);else if(166!=a&&167!=a&&219!=a&&169!=a&&107!=a||!b.h[a])b.h[a]=b.v(h,b.B);21==a&&qq(b)},W={},xG=function(a,b){return(b=f(a),b)&128&&(b=b&127|f(a)<<7),b},k=(I.prototype.mx=function(){return f(this)},[]),Vi=(I.prototype.B=function(a,b){if(void 0===(b=this.h[a],b))throw[W,30,a];return b()},function(a,b,h,A,Q){if(A=b[a.M=false,0],A==G)a.XA=25,a.O(b);else if(A==k){Q=b[1];try{h=a.J||a.O(b)}catch(e){B(e,a),h=a.J}Q(h)}else if(A==GE)a.O(b);else if(A==x)a.O(b);else if(A==re){try{for(h=0;h<a.BC.length;h++)try{Q=a.BC[h],Q[0][Q[1]](Q[2])}catch(e){}}catch(e){}(0,b[1])(function(e,K){a.K$(e,true,K)},(a.BC=[],function(e){(r(a,(e=!a.X.length,[SG])),e)&&V(a,false,true)}))}else{if(A==$G)return h=b[6],Q=b[2],S(76,a,b[4]?[h[0].D]:h),S(88,a,Q),a.O(b);A==SG&&(a.h=null,a.P=[],a.Ty=[])}}),ZI=(d.WC=35,function(a,b,h,A,Q,e){if(!a.J){a.s++;try{for(h=(e=(b=5001,a).L,A=0,void 0);(a.D_||--b)&&(a.H||(A=a.B(17))<e);)try{Q=void 0,a.H?h=a.S(a.H):(S(170,a,A),Q=f(a),h=a.B(Q)),h&&h.call?h(a):v(a,[W,21,Q],0),a.M=true,D(false,a,false)}catch(K){a.B(24)?v(a,K,22):S(24,a,K)}b||v(a,[W,33],0)}catch(K){try{v(a,K,22)}catch(Y){B(Y,a)}}a.s--}}),U=function(a,b,h,A,Q,e){if(a.K==a)for(e=a.B(b),167==b?(b=function(K,Y,N,R){if(N=(Y=e.length,(Y|0)-4)>>3,e.Um!=N){N=[0,0,(R=(N<<(e.Um=N,3))-4,Q)[1],Q[2]];try{e.Om=kG(jG(e,R),jG(e,(R|0)+4),N)}catch(J){throw J;}}e.push(e.Om[Y&7]^K)},Q=a.B(107)):b=function(K){e.push(K)},A&&b(A&255),a=h.length,A=0;A<a;A++)b(h[A])},fT=((((d=I.prototype,d).rJ=function(){return Math.floor(this.hv+(this.U()-this.C))},d).og=function(a,b,h,A){for(;h--;)17!=h&&170!=h&&b.h[h]&&(b.h[h]=b[A](b[a](h),this));b[a]=this},d).Ig=function(){return Math.floor(this.U())},function(a,b,h,A,Q,e){for(h=(e=(A=f((b={},a)),b.V=f(a),b.W=[],a.K)==a?(f(a)|0)-1:1,f(a)),Q=0;Q<e;Q++)b.W.push(f(a));for(b.F=a.B(h),b.g=a.B(A);e--;)b.W[e]=a.B(b.W[e]);return b}),ge=(d.NK=(d.U=((d.n$=function(a,b,h,A,Q){for(A=Q=0;A<a.length;A++)Q+=a.charCodeAt(A),Q+=Q<<10,Q^=Q>>6;return Q=new Number((Q+=Q<<3,Q^=Q>>11,a=Q+(Q<<15)>>>0,a)&(1<<b)-1),Q[0]=(a>>>b)%h,Q},window).performance||{}).now?function(){return this.bB+window.performance.now()}:function(){return+new Date},d.j8=function(a,b,h,A,Q,e){for(Q=(e=A=0,[]);e<a.length;e++)for(h=h<<b|a[e],A+=b;7<A;)A-=8,Q.push(h>>A&255);return Q},function(a,b,h){return a^((b^=b<<13,b^=b>>17,b=(b^b<<5)&h)||(b=1),b)}),I.prototype.Rg=function(a,b,h){if(3==a.length){for(h=0;3>h;h++)b[h]+=a[h];for(h=[13,8,13,12,16,(a=0,5),3,10,15];9>a;a++)b[3](b,a%3,h[a])}},function(a,b){S(17,b,((b.HC.push(b.h.slice()),b).h[17]=void 0,a))}),G=[];I.prototype.O=function(a,b){return b=(a={},{}),function(h,A,Q,e,K,Y,N,R,J,c,w,p,z,y,X,M,n){R=b,b=a;try{if((z=h[0],z)==TE)return R==a?30:71;if(z==x){M=h[1];try{for(Y=(w=[],0);Y<M.length;){if(null==(p=(K=(e=(J=L[M.charAt(Y++)],Y<M.length?L[M.charAt(Y)]:0),++Y,Y)<M.length?L[M.charAt(Y)]:64,++Y,Y)<M.length?L[M.charAt(Y)]:64,++Y,J)||null==e||null==K||null==p)throw Error();(w.push(J<<2|e>>4),64!=K)&&(w.push(e<<4&240|K>>2),64!=p&&w.push(K<<6&192|p))}S(21,this,(this.L=(this.P=w,this.P).length<<3,[0,0,0]))}catch(F){v(this,F,17);return}ZI(this)}else if(z==G)h[1].push(this.B(219).length,this.B(167).length,this.B(166).length,this.B(236)),S(88,this,h[2]),this.h[86]&&ao(this,this.B(86));else{if(z==k){this.K=(Q=m(((w=h[2],this.B(166).length)|0)+2,2),A=this.K,this);try{X=this.B(169),0<X.length&&U(this,166,m(X.length,2).concat(X),15),U(this,166,[1],104),U(this,166,m(this[k].length,1)),M=0,M+=this.B(114)&2047,N=this.B(167),M-=(this.B(166).length|0)+5,4<N.length&&(M-=(N.length|0)+3),0<M&&U(this,166,m(M,2).concat(this.o(M)),10),4<N.length&&U(this,166,m(N.length,2).concat(N),153)}finally{this.K=A}if(y=((c=this.o(2).concat(this.B(166)),c)[1]=c[0]^3,c[3]=c[1]^Q[0],c[4]=c[1]^Q[1],this).kt(c))y="!"+y;else for(y="",M=0;M<c.length;M++)n=c[M][this.i](16),1==n.length&&(n="0"+n),y+=n;return S((((this.B((Y=y,219)).length=w.shift(),this.B(167)).length=w.shift(),this).B(166).length=w.shift(),236),this,w.shift()),Y}if(z==GE)ao(this,h[1]);else if(z==$G)return ao(this,h[1])}}finally{b=R}}}();var mg,CT=(mg=function(a){return f(a)^f(a)},I.prototype.kt=function(a,b,h,A,Q,e,K,Y,N,R){for(h=[],R=0;R<a.length;R+=3)e=(Q=R+2<a.length)?a[R+2]:0,K=(N=R+1<a.length)?a[R+1]:0,A=a[R],b=A>>2,Y=(K&15)<<2|e>>6,e&=63,K=(A&3)<<4|K>>4,Q||(e=64,N||(Y=64)),h.push(P[b],P[K],P[Y],P[e]);return h.join("")},function(a,b,h,A){h=f(b),A=f(b),U(b,A,m(b.B(h),a))}),bu=(I.prototype.zy=function(a,b,h,A){U((b=(h=(b=f((A=a&4,a&=3,this)),f)(this),this.B(b)),A&&(b=R5((""+b).replace(/\\r\\n/g,"\\n"))),a&&U(this,h,m(b.length,2)),this),h,b)},function(a,b,h){return b.K$(function(A){h=A},false,a),h}),V=function(a,b,h,A,Q,e){if(a.X.length){a.R=!((a.R&&0(),a).iB=h,0);try{e=a.U(),a.$t=e,a.C=e,Q=e_(h,a),A=a.U()-a.C,a.hv+=A,A<(b?0:10)||0>=a.XA--||(A=Math.floor(A),a.Ty.push(254>=A?A:254))}finally{a.R=false}return Q}},D=function(a,b,h,A){if((A=0<b.Jv&&b.R&&b.iB&&1>=b.s&&!b.H&&!b.Z&&(b.M||!h)&&0==document.hidden,!A)||(A?b.U():b.$t)-b.C<b.Jv-(a?255:h?5:2))return false;return(a=b.B(h?170:17),S(17,b,b.L),b).X.push([GE,a]),b.Z=true},e_=function(a,b,h,A){for(;b.X.length;){b.Z=false,h=b.X.pop();try{A=Vi(b,h)}catch(Q){B(Q,b)}if(a&&b.Z){t(function(){V(b,true,true)});break}}return A},vX,DI=(vX=((I.prototype[re]=[0,0,1,1,0,1,1],I.prototype).f$=function(a,b,h){for(h=f(this),b=0;0<a;a--)b=b<<8|f(this);S(h,this,b)},/./),I.bind&&(mg[I.prototype.i]=x.pop.bind(I.prototype[G]),vX[I.prototype.i]=x.pop.bind(I.prototype[G])),function(a,b){return(b=Qi())&&1===a.eval(b.createScript("1"))?function(h){return b.createScript(h)}:function(h){return""+h}})(O),T=O,hT=["botguard"];hT[0]in T||"undefined"==typeof T.execScript||T.execScript("var "+hT[0]);for(var Z;hT.length&&(Z=hT.shift());)T=T[Z]&&T[Z]!==Object.prototype[Z]?T[Z]:T[Z]={};(40<(u=O.botguard,u.m)||(u.m=41,u.bg=eG,u.a=bX),u).qaD_=function(a,b,h){return h=new I(b,a),[function(A){return bu(A,h)}]};try{u.u||(I5(function(){},"unload",O),u.u=1)}catch(a){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="9j0gwIBes6bZ/KqViRhaEg">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="9j0gwIBes6bZ/KqViRhaEg">
  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="9j0gwIBes6bZ/KqViRhaEg">
  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="9j0gwIBes6bZ/KqViRhaEg">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="9j0gwIBes6bZ/KqViRhaEg">
  (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 = document.getElementById('next');
  gaia_attachEvent(window, 'load', function(){
  gaia_scrollToElement(signinButton);
  });
  })();
</script>
  <script nonce="9j0gwIBes6bZ/KqViRhaEg">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.g=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.g;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.m=function(b,c,a){var d=this.g;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.g;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.m;
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.l=b;this.j=c;this.i=m();this.h=!1},q=function(){var b=n,c=m();c==b.i||b.h||(b.i=c,(new k).get(b.j,function(a){var d=n;a&&a.status&&200==a.status&&"OK"==a.text&&(d.g&&clearInterval(d.g),d.h||(window.location=d.l))}))};p.prototype.start=function(b){if(this.g)return!1;this.g=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.h=!0;b.g&&(clearInterval(b.g),b.g=null)});
</script>
  <script type="text/javascript" nonce="9j0gwIBes6bZ/KqViRhaEg">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Flittlesmasher.com%2Fpodcasting%2Fpodcasts%2Fk2c.rss\x26followup=https%3A%2F%2Fsites.google.com%2Flittlesmasher.com%2Fpodcasting%2Fpodcasts%2Fk2c.rss\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Flittlesmasher.com%2Fpodcasting%2Fpodcasts%2Fk2c.rss\x26followup=https%3A%2F%2Fsites.google.com%2Flittlesmasher.com%2Fpodcasting%2Fpodcasts%2Fk2c.rss\x26passive=1209600');
  </script>
  </body>
</html>
