
<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <meta content="width=300, initial-scale=1" name="viewport">
  <meta name="description" content="With Google&#39;s free online calendar, it’s easy to keep track of life’s important events all in one place.">
  <meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
  <title>Google Calendar</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 to continue to Google Calendar
  </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="AFoagUW1Xz67h0520b1Ykv4cbUC1NrumcQ:1620280409280">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/a1do4ehethlbbldtphhb5snhc8@group.calendar.google.com/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/a1do4ehethlbbldtphhb5snhc8@group.calendar.google.com/public/basic">
  <input type="hidden" name="service" value="cl">
  <input type="hidden" name="scc" value="1">
  <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="AEThLlxf41rTcawJGXlNK_7Fd5Ny48lc7sxckN5UREdTkpTpt8t3lIbB-vGV6CfG3adP37179p_RCs8aant__oDfrlJUYH4-Lx66JRO-SdAdwG_RG8JN0GCXDQdVT_Ay7TC3ksYuSAL7t3iYAheOs5FQD4W9DnoExkkDyDZxWH6N8ksgO67gfiYkFnihSdfbdHKr5_YePFsG">
  <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%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fa1do4ehethlbbldtphhb5snhc8%40group.calendar.google.com%2Fpublic%2Fbasic&amp;service=cl&amp;scc=1&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%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fa1do4ehethlbbldtphhb5snhc8%40group.calendar.google.com%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fa1do4ehethlbbldtphhb5snhc8%40group.calendar.google.com%2Fpublic%2Fbasic&amp;service=cl&amp;scc=1&amp;osid=1">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?service=cl&amp;continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fa1do4ehethlbbldtphhb5snhc8%40group.calendar.google.com%2Fpublic%2Fbasic">
  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="rX5UypH3kZ5ZqlLqY+Y2KA">
  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="rX5UypH3kZ5ZqlLqY+Y2KA">(function(){var L=this||self,n=function(t,G){if(G=(t=L.trustedTypes,null),!t||!t.createPolicy)return G;try{G=t.createPolicy("bg",{createHTML:D,createScript:D,createScriptURL:D})}catch(r){L.console&&L.console.error(r.message)}return G},D=function(t){return t};(0,eval)(function(t,G){return(G=n())&&1===t.eval(G.createScript("1"))?function(r){return G.createScript(r)}:function(r){return""+r}}(L)(Array(7824*Math.random()|0).join("\n")+'(function(){var I={},tb=function(t,G){return[(G(function(L){L(t)}),function(){return t})]},x=function(t,G){return(G=typeof t,"object"==G&&null!=t)||"function"==G},rg=function(t,G,L,D,A){return{invoke:(L=Gb(t,function(r){D&&(G&&y(G),A=r,D(),D=void 0)},(D=function(){},A=void 0,!!G))[0],function(r,n,T,P,Q){if(!n)return n=L(T),r&&r(n),n;Q=function(){A(function(Y){y(function(){r(Y)})},T)},A?Q():(P=D,D=function(){(P(),y)(Q)})})}},L1=function(t){for(t=0;64>t;++t)H[t]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(t),I["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(t)]=t;I["="]=((H[64]="",I["+"]=62,I)["/"]=63,64)},W,DK=function(t,G){function L(){}t.kN=(t.M=(L.prototype=G.prototype,G.prototype),t.prototype=new L,t.prototype.constructor=t,function(D,A,r){for(var n=Array(arguments.length-2),T=2;T<arguments.length;T++)n[T-2]=arguments[T];return G.prototype[A].apply(D,n)})},oI=function(t,G,L,D,A){for(A=G=0,D=[];G<t.length;G++)L=t.charCodeAt(G),128>L?D[A++]=L:(2048>L?D[A++]=L>>6|192:(55296==(L&64512)&&G+1<t.length&&56320==(t.charCodeAt(G+1)&64512)?(L=65536+((L&1023)<<10)+(t.charCodeAt(++G)&1023),D[A++]=L>>18|240,D[A++]=L>>12&63|128):D[A++]=L>>12|224,D[A++]=L>>6&63|128),D[A++]=L&63|128);return D},S=this||self,n1=function(t,G,L){if("object"==(G=typeof t,G))if(t){if(t instanceof Array)return"array";if(t instanceof Object)return G;if((L=Object.prototype.toString.call(t),"[object Window]")==L)return"object";if("[object Array]"==L||"number"==typeof t.length&&"undefined"!=typeof t.splice&&"undefined"!=typeof t.propertyIsEnumerable&&!t.propertyIsEnumerable("splice"))return"array";if("[object Function]"==L||"undefined"!=typeof t.call&&"undefined"!=typeof t.propertyIsEnumerable&&!t.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==G&&"undefined"==typeof t.call)return"object";return G},$r=function(t){return t},H={},jZ=function(t,G,L){for(L in G)if(t.call(void 0,G[L],L,G))return true;return false},K=function(t,G,L){L=this;try{Ab(this,G,t)}catch(D){u(this,D),t=G.R2,t(function(A){A(L.K)})}},Tb=function(){},Gb=function(t,G,L,D){return(D=c[t.substring(0,3)+"_"])?D(t.substring(3),G,L):tb(t,G)},PF=function(t,G){if((t=(G=S.trustedTypes,null),!G)||!G.createPolicy)return t;try{t=G.createPolicy("bg",{createHTML:$r,createScript:$r,createScriptURL:$r})}catch(L){S.console&&S.console.error(L.message)}return t},II=function(t,G){if(!S.addEventListener||!Object.defineProperty)return false;t=Object.defineProperty({},(G=false,"passive"),{get:function(){G=true}});try{S.addEventListener("test",Tb,t),S.removeEventListener("test",Tb,t)}catch(L){}return G}(),Qr=function(t,G){this.currentTarget=this.target=(this.defaultPrevented=false,G),this.type=t},h=(Qr.prototype.preventDefault=(Qr.prototype.stopPropagation=function(){},function(){this.defaultPrevented=true}),function(t,G,L,D){(this.metaKey=this.shiftKey=this.altKey=(this.charCode=(this.key=(this.button=this.screenY=this.screenX=this.clientY=this.clientX=(this.relatedTarget=(Qr.call(this,t?t.type:""),this.currentTarget=this.target=null),this).offsetY=this.offsetX=0,""),this.keyCode=0),this.ctrlKey=false),this.state=null,this.pointerId=0,this.pointerType="",this.j=null,t)&&(L=this.type=t.type,D=t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:null,this.target=t.target||t.srcElement,this.currentTarget=G,G=t.relatedTarget,G||("mouseover"==L?G=t.fromElement:"mouseout"==L&&(G=t.toElement)),this.relatedTarget=G,D?(this.clientX=void 0!==D.clientX?D.clientX:D.pageX,this.clientY=void 0!==D.clientY?D.clientY:D.pageY,this.screenX=D.screenX||0,this.screenY=D.screenY||0):(this.offsetX=void 0!==t.offsetX?t.offsetX:t.layerX,this.offsetY=void 0!==t.offsetY?t.offsetY:t.layerY,this.clientX=void 0!==t.clientX?t.clientX:t.pageX,this.clientY=void 0!==t.clientY?t.clientY:t.pageY,this.screenX=t.screenX||0,this.screenY=t.screenY||0),this.button=t.button,this.keyCode=t.keyCode||0,this.key=t.key||"",this.charCode=t.charCode||("keypress"==L?t.keyCode:0),this.ctrlKey=t.ctrlKey,this.altKey=t.altKey,this.shiftKey=t.shiftKey,this.metaKey=t.metaKey,this.pointerId=t.pointerId||0,this.pointerType="string"===typeof t.pointerType?t.pointerType:xr[t.pointerType]||"",this.state=t.state,this.j=t,t.defaultPrevented&&h.M.preventDefault.call(this))}),xr={2:(DK(h,Qr),"touch"),3:"pen",4:"mouse"},Yr="closure_listenable_"+(1E6*((h.prototype.preventDefault=function(t){(t=(h.M.preventDefault.call(this),this.j),t).preventDefault?t.preventDefault():t.returnValue=false},h.prototype).stopPropagation=function(){(h.M.stopPropagation.call(this),this.j).stopPropagation?this.j.stopPropagation():this.j.cancelBubble=true},Math).random()|0),Vr=0,m=function(t){this.D=0,(this.Z={},this).src=t},RI=function(t,G,L,D,A){(this.capture=!!(this.U=D,G),this).listener=((this.key=(this.A=this.G=false,++Vr),this).g=(this.src=t,this.type=L,null),A)},yr=function(t){t.A=(t.U=null,!(t.listener=null,0)),t.src=null,t.g=null},Jb=(((m.prototype.add=function(t,G,L,D,A,r,n){return n=Jb(A,G,D,(t=this.Z[r=t.toString(),r],t||(t=this.Z[r]=[],this.D++),t)),-1<n?(G=t[n],L||(G.G=false)):(G=new RI(this.src,!!D,r,A,G),G.G=L,t.push(G)),G},m.prototype).remove=function(t,G,L,D,A){if(!((t=t.toString(),t)in this.Z))return false;return-1<(G=Jb((A=this.Z[t],D),G,L,A),G)?(yr(A[G]),Array.prototype.splice.call(A,G,1),0==A.length&&(delete this.Z[t],this.D--),true):false},m.prototype).hasListener=function(t,G,L,D,A){return jZ(function(r,n){for(n=0;n<r.length;++n)if(!(A&&r[n].type!=L||D&&r[n].capture!=G))return true;return false},(L=(D=void 0!==G,(A=void 0!==t)?t.toString():""),this).Z)},function(t,G,L,D,A,r){for(r=0;r<D.length;++r)if(A=D[r],!A.A&&A.listener==G&&A.capture==!!L&&A.U==t)return r;return-1}),HF="closure_lm_"+(1E6*Math.random()|0),WF=function(t){return(t=t[HF],t)instanceof m?t:null},aI=function(t,G,L,D,A,r){if(Array.isArray(G))for(r=0;r<G.length;r++)aI(t,G[r],L,D,A);else A=XN(A),D&&D[Yr]?D.y8(G,A,x(L)?!!L.capture:!!L,t):Ew(G,true,t,L,D,A)},SZ=function(t,G,L,D,A,r){if(D&&D.once)aI(A,L,D,G,t);else if(Array.isArray(L))for(r=0;r<L.length;r++)SZ(t,G,L[r],D,A);else t=XN(t),G&&G[Yr]?G.OQ(L,t,x(D)?!!D.capture:!!D,A):Ew(L,false,A,D,G,t)},Uw=function(t){return t in un?un[t]:un[t]="on"+t},cF=function(t,G){return t=K1,G=function(L){return t.call(G.src,G.listener,L)}},hb=function(t,G,L,D,A,r,n){if("number"!==typeof t&&t&&!t.A)if((A=t.src)&&A[Yr])A.fi(t);else if(n=t.g,r=t.type,A.removeEventListener?A.removeEventListener(r,n,t.capture):A.detachEvent?A.detachEvent(Uw(r),n):A.addListener&&A.removeListener&&A.removeListener(n),zb--,n=WF(A)){if((r=t.type,r)in n.Z){G=n.Z[r];b:if("string"===typeof G)D="string"!==typeof t||1!=t.length?-1:G.indexOf(t,0);else{for(D=0;D<G.length;D++)if(D in G&&G[D]===t)break b;D=-1}(D=(L=D,0)<=L)&&Array.prototype.splice.call(G,L,1),D&&(yr(t),0==n.Z[r].length&&(delete n.Z[r],n.D--))}0==n.D&&(n.src=null,A[HF]=null)}else yr(t)},un={},K1=function(t,G,L,D){return t.A?t=true:(G=new h(G,this),D=t.U||t.src,L=t.listener,t.G&&hb(t),t=L.call(D,G)),t},mv=function(t,G,L,D,A,r){if(Array.isArray(L))for(r=0;r<L.length;r++)mv(t,G,L[r],D,A);else(D=x(D)?!!D.capture:!!D,t=XN(t),G&&G[Yr])?G.tF(L,t,D,A):G&&(G=WF(G))&&(L=G.Z[L.toString()],G=-1,L&&(G=Jb(A,t,D,L)),(t=-1<G?L[G]:null)&&hb(t))},zb=0,Ew=function(t,G,L,D,A,r,n,T){if(!t)throw Error("Invalid event type");if(G=((T=WF((n=x(D)?!!D.capture:!!D,A)))||(A[HF]=T=new m(A)),T.add(t,r,G,n,L)),!G.g){if((G.g=(L=cF(),L),L.src=A,L.listener=G,A).addEventListener)II||(D=n),void 0===D&&(D=false),A.addEventListener(t.toString(),L,D);else if(A.attachEvent)A.attachEvent(Uw(t.toString()),L);else if(A.addListener&&A.removeListener)A.addListener(L);else throw Error("addEventListener and attachEvent are unavailable.");zb++}},p1="__closure_events_fn_"+(1E9*Math.random()>>>0),vF=[],u=function(t,G){t.K=((t.K?t.K+"~":"E:")+G.message+":"+G.stack).slice(0,2048)},p=[],bn=[],b=[],O=function(t,G){G.i.splice(0,0,t)},d=function(t,G,L,D){if(t.R)return t.X(t.l);return((G=(L=(G=t.P(230),G)>>3,C(t,G)),t.B)!=L>>3&&(t.B=L>>3,D=t.P(141),t.hF=Ow([0,0,D[1],D[2]],t.H7,t.B)),G)^t.hF[L&t[p].length]},C1=[],gg=function(t,G,L,D,A){if((A=(t.s=false,G[0]),A)==e)t.Ki=25,t.V(G);else if(A==p){L=G[1];try{D=t.K||t.V(G)}catch(r){u(t,r),D=t.K}L(D)}else if(A==vF)t.V(G);else if(A==b)t.V(G);else if(A==C1){try{for(D=0;D<t.P7.length;D++)try{L=t.P7[D],L[0][L[1]](L[2])}catch(r){}}catch(r){}(0,G[1])((t.P7=[],function(r,n){t.xN(r,true,n)}),function(r){O([dg],(r=!t.i.length,t)),r&&g(false,t,true)})}else{if(A==eZ)return D=G[6],L=G[2],l(t,137,G[4]?[D[0].j]:D),l(t,107,L),t.V(G);A==dg&&(t.o=null,t.I2=[],t.H=[])}},ln=function(t,G){return(G=d(t),G&128)&&(G=G&127|d(t)<<7),G},dg=[],l=function(t,G,L){if(230==G||220==G)if(t.o[G])t.o[G][t.N](L);else t.o[G]=t.lc(L);else if(143!=G&&253!=G&&124!=G&&128!=G&&35!=G||!t.o[G])t.o[G]=t.O(t.P,L);141==G&&sw(t)},M={},M$=(K.prototype.X=function(t){return(t=t().shift(),this.R().length||this.l().length)||(this.R=this.l=void 0),t},K.prototype.S_=(K.prototype.P=function(t,G){if(G=this.o[t],void 0===G)throw[M,30,t];return G()},K.prototype.qZ=function(t,G,L){if(3==t.length){for(L=0;3>L;L++)G[L]+=t[L];for(L=[13,8,13,12,16,5,3,10,(t=0,15)];9>t;t++)G[3](G,t%3,L[t])}},K.prototype.xN=function(t,G,L,D,A){if(this.K)t(this.K);else try{D=[],A=!this.i.length,O([e,D,L],this),O([p,t,D],this),G&&!A||g(true,this,G)}catch(r){u(this,r),t(this.K)}},function(t,G,L,D){try{D=t[((G|0)+2)%3],t[G]=(t[G]|0)-(t[((G|0)+1)%3]|0)-(D|0)^(1==G?D<<L:D>>>L)}catch(A){throw A;}}),function(t,G,L,D,A,r){if(!t.K){t.F++;try{for(D=(r=5001,A=void 0,t.Y),L=0;(t.z9||--r)&&(t.R||(L=t.P(230))<D);)try{G=void 0,t.R?A=t.X(t.R):(l(t,220,L),G=d(t),A=t.P(G)),A&&A.call?A(t):F(0,[M,21,G],t),t.s=true,B(false,false,t)}catch(n){t.P(122)?F(22,n,t):l(t,122,n)}r||F(0,[M,33],t)}catch(n){try{F(22,n,t)}catch(T){u(t,T)}}t.F--}}),BF=(W=K.prototype,function(t,G,L){return M$(((L=t.P(230),t).H&&L<t.Y?(l(t,230,t.Y),FN(t,G)):l(t,230,G),t)),l(t,230,L),t.P(107)}),sw=function(t){(t.H7=C(t,t.P(230))<<24|C(t,t.P(230))<<16|C(t,t.P(230))<<8|C(t,t.P(230)),t).B=void 0},y=(W.o2="caller",S.requestIdleCallback)?function(t){requestIdleCallback(function(){t()},{timeout:4})}:S.setImmediate?function(t){setImmediate(t)}:function(t){setTimeout(t,0)},F=function(t,G,L,D,A,r){if(3<(G=(0==(D=L.P(((r=void 0,G)&&G[0]===M&&(r=G[2],t=G[1],G=void 0),128)),D.length)&&(A=L.P(220)>>3,D.push(t,A>>8&255,A&255),void 0!=r&&D.push(r)),t="",G&&(G.message&&(t+=G.message),G.stack&&(t+=":"+G.stack)),L.P(237)),G)){r=(t=oI((G-=(t=t.slice(0,(G|0)-3),t.length|0)+3,t.replace(/\\r\\n/g,"\\n"))),L.I),L.I=L;try{Z(L,253,f(t.length,2).concat(t),12)}finally{L.I=r}}l(L,237,G)},e=[],XN=(W.Q8=36,W.N="toString",K.prototype.UQ=void 0,K.prototype.d4=function(){return d(this)},W.NZ=35,function(t){if("function"===typeof t)return t;return t[t[p1]||(t[p1]=function(G){return t.handleEvent(G)}),p1]}),ZK=(W.z9=(K.prototype.L=function(t,G){for(G=[];t--;)G.push(255*Math.random()|0);return G},false),function(t,G){return G[t]<<24|G[(t|0)+1]<<16|G[(t|0)+2]<<8|G[(t|0)+3]}),f=function(t,G,L,D){for(L=(G|(D=[],0))-1;0<=L;L--)D[(G|0)-1-(L|0)]=t>>8*L&255;return D},C=(W=K.prototype,function(t,G){if(G>=t.Y)throw[M,31];return(l(t,230,(G|0)+8),t).H[G>>3]}),Ow=function(t,G,L,D){try{for(D=0;-1934991136!==D;)G=(G|0)+(((L<<4|0)^L>>>5)+(L|0)^(D|0)+(t[D&3]|0))|0,D=D+2489668359|0,L=(L|0)+(((G<<4|0)^G>>>5)+(G|0)^(D|0)+(t[D>>>11&3]|0))|0;return[G>>>24,G>>16&255,G>>8&255,G&255,L>>>24,L>>16&255,L>>8&255,L&255]}catch(A){throw A;}},Ab=function(t,G,L,D,A){for(t.O=(t.l=void 0,t.v=(t.bc=0,false),t.Ki=25,t.Li=(D=(t.I2=[],[]),N$),t.lc=function(r,n,T){return T=(n=function(){return r},function(){return n()}),T[this.N]=function(P){r=P},T},t.R=void 0,t.s=!(A=0,t.G9=(t.F=0,t.mD=0,f1),1),function(r,n,T,P,Q,Y){return n=(P=(Q=(Y=this,function(){return Q[(Y.NZ|0)+(T[Y.o2]===r|0)-!P[Y.o2]]}),T=function(){return Q()},Y).V,T[Y.N]=function(k){Q[Y.Q8]=k},T[Y.N](n),T)});128>A;A++)D[A]=String.fromCharCode(A);O(((((((((((((((((t.S=((((((((((t.i=((t.w4=((((((A=(((l(t,230,((t.P7=[],t.v7=(t.o=[],function(r){this.I=r}),t).I=t,0)),l(t,220,0),l)(t,161,function(r){r.Zx(3)}),l)(t,59,S),window.performance||{}),t).uc=A.timeOrigin||(A.timing||{}).navigationStart||0,l)(t,74,function(r,n,T,P,Q,Y){B(true,false,r)||(Q=wg(r),T=Q.J,n=Q.$,P=Q.T,Y=n.length,T=0==Y?P[T]():1==Y?P[T](n[0]):2==Y?P[T](n[0],n[1]):3==Y?P[T](n[0],n[1],n[2]):2(),l(r,Q.C,T))}),l)(t,153,function(r,n,T){(T=(n=d(r),d(r)),l)(r,T,""+r.P(n))}),t.Dx=function(r,n){(n.push(r[0]<<24|r[1]<<16|r[2]<<8|r[3]),n).push(r[4]<<24|r[5]<<16|r[6]<<8|r[7]),n.push(r[8]<<24|r[9]<<16|r[10]<<8|r[11])},l)(t,145,function(r,n,T,P,Q){for(T=(n=ln((Q=d(r),r)),0),P=[];T<n;T++)P.push(d(r));l(r,Q,P)}),l)(t,163,0),l(t,133,function(r,n,T,P,Q,Y,k,X,a,v,V,R,E){for(P=Y=(R=(T=((Q=(X=d(r),V=function(J,U){for(;Q<J;)a|=d(r)<<Q,Q+=8;return U=a&(1<<(Q-=J,J))-1,a>>=J,U},a=0),V(3))|0)+1,V(5)),E=[],0);Y<R;Y++)v=V(1),E.push(v),P+=v?0:1;for(k=(P=(Y=((P|0)-1).toString(2).length,0),[]);P<R;P++)E[P]||(k[P]=V(Y));for(V=0;V<R;V++)E[V]&&(k[V]=d(r));for(n=[];T--;)n.push(r.P(d(r)));l(r,X,function(J,U,z,N,kr){for(U=(z=(kr=[],0),[]);z<R;z++){if(!(N=k[z],E)[z]){for(;N>=U.length;)U.push(d(J));N=U[N]}kr.push(N)}J.l=(J.R=(z=J.X,J).O(z,n.slice()),J.O(z,kr))})}),false),l(t,122,352),l(t,205,function(r,n){r=(n=d(r),r).P(n),mv(r[2],r[0],r[1])}),l(t,135,function(r,n,T,P){(P=(T=(n=d((T=(P=d(r),d(r)),r)),r.P(T)),r.P(P)),l)(r,n,P[T])}),l)(t,225,function(r,n,T,P){P=d((T=d(r),n=d(r),r)),l(r,P,r.P(T)||r.P(n))}),[]),l(t,102,function(r,n,T,P,Q,Y){if(!B(true,true,r)){if("object"==n1((r=(Y=(n=(Q=d((T=d(r),r)),Y=d(r),d(r)),Q=r.P(Q),r.P(Y)),T=r.P(T),r.P(n)),T))){for(P in n=[],T)n.push(P);T=n}for(P=(n=0,T.length),Y=0<Y?Y:1;n<P;n+=Y)Q(T.slice(n,(n|0)+(Y|0)),r)}}),l)(t,58,function(r){q$(r,1)}),l(t,244,function(r,n,T,P,Q,Y,k){if((n=d(r),T=ln(r),k="",r.o)[214])for(P=r.P(214),Q=P.length,Y=0;T--;)Y=((Y|0)+(ln(r)|0))%Q,k+=D[P[Y]];else for(;T--;)k+=D[d(r)];l(r,n,k)}),t.ic=[],l)(t,207,function(r,n,T,P){(T=(P=d((T=d(r),r)),n=d(r),P=r.P(P),r).P(T)==P,l)(r,n,+T)}),l)(t,140,function(r,n,T,P){(P=(n=(T=(n=d((P=d(r),r)),d(r)),r).P(n),r.P(P)),l)(r,T,P in n|0)}),l)(t,85,function(r,n){B(true,false,r)||(n=wg(r),l(r,n.C,n.J.apply(n.T,n.$)))}),l)(t,249,function(r){r.Zx(4)}),l)(t,217,function(r){r.$N(4)}),l)(t,101,function(r,n,T,P){(T=d((P=(n=d(r),d)(r),r)),r).I==r&&(T=r.P(T),P=r.P(P),r.P(n)[P]=T,141==n&&(r.B=void 0,2==P&&sw(r)))}),l)(t,128,[]),l)(t,68,function(r,n,T){0!=(n=(T=d(r),n=d(r),r.P(n)),r).P(T)&&l(r,230,n)}),false),l)(t,199,function(r,n,T,P,Q){(T=(n=(Q=(n=(Q=d((P=d(r),r)),T=d(r),d)(r),r.P(Q)),r).P(n),r.P(T)),l)(r,P,t6(n,T,r,Q))}),l)(t,35,[0,0,0]),l)(t,119,function(r,n,T){n=(n=(n=d(r),T=d(r),r.P(n)),n1(n)),l(r,T,n)}),L1(),l(t,98,function(r,n,T,P,Q,Y){B(true,false,r)||(Q=wg(r),T=Q.J,P=Q.T,n=Q.$,Y=n.length,T=0==Y?new P[T]:1==Y?new P[T](n[0]):2==Y?new P[T](n[0],n[1]):3==Y?new P[T](n[0],n[1],n[2]):4==Y?new P[T](n[0],n[1],n[2],n[3]):2(),l(r,Q.C,T))}),l)(t,147,function(r,n){FN(r,(n=r.P(d(r)),n))}),l)(t,124,[]),l(t,107,{}),l)(t,40,function(r,n,T,P){(P=(n=(T=d((n=d(r),r)),r.P(n)),r.P(T)),l)(r,T,P+n)}),l)(t,237,2048),l)(t,175,function(r){q$(r,4)}),l(t,3,0),l(t,143,[165,0,0]),l)(t,104,function(r,n,T){B(true,false,r)||(T=d(r),n=d(r),l(r,n,function(P){return eval(P)}(Gm(r.P(T)))))}),l)(t,253,t.L(4)),l)(t,23,function(){}),l)(t,208,function(r,n,T,P){(n=d((T=d(r),r)),P=d(r),l)(r,P,r.P(T)>>>n)}),l(t,125,function(r,n,T,P){if(T=r.ic.pop()){for(P=d(r);0<P;P--)n=d(r),T[n]=r.o[n];T[237]=(T[128]=r.o[128],r.o[237]),r.o=T}else l(r,230,r.Y)}),l)(t,38,t),l(t,246,function(r,n,T,P,Q){(n=(Q=(P=(T=(n=(T=(P=(Q=d(r),d(r)),d(r)),d(r)),r).P(T),r.P(P)),r.P(Q)),r).P(n),0)!==Q&&(n=t6(1,n,r,T,Q,P),SZ(n,Q,P),l(r,163,[Q,P,n]))}),t).H=[],t).Y=0,[b,L]),t),O([C1,G.R2],t),g(true,t,G.j_)},t6=((W.Xt=function(t,G,L,D){for(;L--;)230!=L&&220!=L&&G.o[L]&&(G.o[L]=G[D](G[t](L),this));G[t]=this},(W.AF=function(){return Math.floor(this.h())},W).g4=function(t,G,L){return(G=(G^=G<<13,G^=G>>17,G^G<<5)&L)||(G=1),t^G},W).W7=function(t,G,L,D,A){for(A=D=0;A<t.length;A++)D+=t.charCodeAt(A),D+=D<<10,D^=D>>6;return(D=new Number((t=(D+=D<<3,D^=D>>11,D)+(D<<15)>>>0,t&(1<<G)-1)),D)[0]=(t>>>G)%L,D},function(t,G,L,D,A,r,n){return n=function(){if(L.I==L){if(L.o){var T=[eZ,D,G,void 0,A,r,arguments];if(2==t)var P=(O(T,L),g(false,L,false));else if(1==t){var Q=!L.i.length;O(T,L),Q&&g(false,L,false)}else P=gg(L,T);return P}A&&r&&mv(n,A,r)}}}),FN=(W.JF=function(t,G,L,D,A,r){for(r=A=(L=[],0);r<t.length;r++)for(D=D<<G|t[r],A+=G;7<A;)A-=8,L.push(D>>A&255);return L},W.e_=function(){return Math.floor(this.bc+(this.h()-this.W))},function(t,G){((t.ic.push(t.o.slice()),t).o[230]=void 0,l)(t,230,G)}),Z=function(t,G,L,D,A,r){if(t.I==t)for(A=t.P(G),253==G?(G=function(n,T,P,Q){if((Q=((T=A.length,T)|0)-4>>3,A).V8!=Q){Q=[0,0,r[P=(Q<<3)-4,A.V8=Q,1],r[2]];try{A.r4=Ow(Q,ZK(P,A),ZK((P|0)+4,A))}catch(Y){throw Y;}}A.push(A.r4[T&7]^n)},r=t.P(35)):G=function(n){A.push(n)},D&&G(D&255),t=0,D=L.length;t<D;t++)G(L[t])},c,eZ=(K.prototype.pi=(W.h=(window.performance||{}).now?function(){return this.uc+window.performance.now()}:function(){return+new Date},void 0),[]),wg=function(t,G,L,D,A,r){for(A=((r=(D={},d(t)),D.C=d(t),D).$=[],t.I==t?(d(t)|0)-1:1),G=d(t),L=0;L<A;L++)D.$.push(d(t));for(D.J=t.P(r);A--;)D.$[A]=t.P(D.$[A]);return D.T=t.P(G),D};(K.prototype.V=function(t,G){return G=(t={},{}),function(L,D,A,r,n,T,P,Q,Y,k,X,a,v,V,R,E,J){G=(v=G,t);try{if((n=L[0],n)==bn)return v==t?21:78;if(n==b){V=L[1];try{for(R=(X=[],0);R<V.length;){if((r=(J=(E=(A=I[V.charAt(R++)],R<V.length)?I[V.charAt(R)]:0,++R,R)<V.length?I[V.charAt(R)]:64,++R,R)<V.length?I[V.charAt(R)]:64,++R,null==A)||null==E||null==J||null==r)throw Error();64!=(X.push(A<<2|E>>4),J)&&(X.push(E<<4&240|J>>2),64!=r&&X.push(J<<6&192|r))}l(this,141,[(this.Y=(this.H=X,this.H).length<<3,0),0,0])}catch(U){F(17,U,this);return}M$(this)}else if(n==e)L[1].push(this.P(124).length,this.P(237),this.P(253).length,this.P(143).length),l(this,107,L[2]),this.o[203]&&BF(this,this.P(203));else{if(n==p){(k=(D=(R=L[2],f((this.P(143).length|0)+2,2)),this.I),this).I=this;try{Y=this.P(128),0<Y.length&&Z(this,143,f(Y.length,2).concat(Y),15),Z(this,143,[1],104),Z(this,143,f(this[p].length,1)),V=0,T=this.P(253),V+=this.P(3)&2047,V-=(this.P(143).length|0)+5,4<T.length&&(V-=(T.length|0)+3),0<V&&Z(this,143,f(V,2).concat(this.L(V)),10),4<T.length&&Z(this,143,f(T.length,2).concat(T),153)}finally{this.I=k}if(a=((Q=this.L(2).concat(this.P(143)),Q)[1]=Q[0]^3,Q[3]=Q[1]^D[0],Q[4]=Q[1]^D[1],this).YN(Q))a="!"+a;else for(V=0,a="";V<Q.length;V++)P=Q[V][this.N](16),1==P.length&&(P="0"+P),a+=P;return(((X=a,this.P(124).length=R.shift(),l)(this,237,R.shift()),this.P(253)).length=R.shift(),this).P(143).length=R.shift(),X}if(n==vF)BF(this,L[1]);else if(n==eZ)return BF(this,L[1])}}finally{G=v}}}(),K.prototype).$N=function(t,G,L){for(L=(G=d(this),0);0<t;t--)L=L<<8|d(this);l(this,G,L)};var N$,f1,B=function(t,G,L,D){if(D=0<L.mD&&L.S&&L.w4&&1>=L.F&&!L.R&&!L.v&&(L.s||!t)&&0==document.hidden,!D||(D?L.h():L.B7)-L.W<L.mD-(G?255:t?5:2))return false;return L.v=!(t=L.P(t?220:230),l(L,230,L.Y),L.i.push([vF,t]),0)},g=function(t,G,L,D,A,r){if(G.i.length){(G.S&&0(),G).S=true,G.w4=L;try{D=G.h(),G.W=D,G.B7=D,r=rJ(G,L),A=G.h()-G.W,G.bc+=A,A<(t?0:10)||0>=G.Ki--||(A=Math.floor(A),G.I2.push(254>=A?A:254))}finally{G.S=false}return r}},q$=((K.prototype.Zx=(N$=function(t){return d(t)^d(t)},function(t,G,L,D){Z(this,((D=(L=(D=(t&=(G=t&4,3),d)(this),d)(this),this.P(D)),G)&&(D=oI((""+D).replace(/\\r\\n/g,"\\n"))),t&&Z(this,L,f(D.length,2)),L),D)}),K.prototype).YN=function(t,G,L,D,A,r,n,T,P,Q){for(Q=[],G=0;G<t.length;G+=3)T=G+1<t.length,L=G+2<t.length,A=t[G],n=T?t[G+1]:0,D=A>>2,r=L?t[G+2]:0,P=(n&15)<<2|r>>6,A=(A&3)<<4|n>>4,r&=63,L||(r=64,T||(P=64)),Q.push(H[D],H[A],H[P],H[r]);return Q.join("")},K.prototype[C1]=[0,0,1,1,0,1,1],f1=/./,function(t,G,L,D){Z(t,(L=(D=d(t),d(t)),L),f(t.P(D),G))}),L8=function(t,G,L){return G.xN(function(D){L=D},false,t),L},rJ=function(t,G,L,D){for(;t.i.length;){L=(t.v=false,t.i.pop());try{D=gg(t,L)}catch(A){u(t,A)}if(G&&t.v){y(function(){g(true,t,true)});break}}return D},Gm=function(t,G){return(G=PF())&&1===t.eval(G.createScript("1"))?function(L){return G.createScript(L)}:function(L){return""+L}}((K.bind&&(N$[K.prototype.N]=b.pop.bind(K.prototype[e]),f1[K.prototype.N]=b.pop.bind(K.prototype[e])),S)),w=S,Du=["botguard"];Du[0]in w||"undefined"==typeof w.execScript||w.execScript("var "+Du[0]);for(var q;Du.length&&(q=Du.shift());)w=w[q]&&w[q]!==Object.prototype[q]?w[q]:w[q]={};40<(c=S.botguard,c.m)||(c.m=41,c.bg=rg,c.a=Gb),c.Pau_=function(t,G,L,D){return[(D=new K(t,{R2:G,j_:L}),function(A){return L8(A,D)})]};try{c.u||(SZ(function(){},S,"unload"),c.u=1)}catch(t){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="rX5UypH3kZ5ZqlLqY+Y2KA">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="rX5UypH3kZ5ZqlLqY+Y2KA">
  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="rX5UypH3kZ5ZqlLqY+Y2KA">
  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="rX5UypH3kZ5ZqlLqY+Y2KA">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="rX5UypH3kZ5ZqlLqY+Y2KA">
  (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="rX5UypH3kZ5ZqlLqY+Y2KA">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="rX5UypH3kZ5ZqlLqY+Y2KA">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fa1do4ehethlbbldtphhb5snhc8%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fa1do4ehethlbbldtphhb5snhc8%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fa1do4ehethlbbldtphhb5snhc8%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fa1do4ehethlbbldtphhb5snhc8%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
