
<!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="AFoagUX9wiLe6sQ8nW2cd-Ksez64HeHRUQ:1620003777622">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/ipuas79sa5o8i3aamqi8j8cd0k@group.calendar.google.com/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/ipuas79sa5o8i3aamqi8j8cd0k@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="AEThLlzaYK9SA6fvTqaIHgr-o8OiNuef_dOboQ9kGl8CbYttRURmCFiDKFOs9IhZEbZK9ZDg8ptJPZwlORSppRLmAn-WrMV_F0MZtmxdTBt8yAx4WiGlZBd5epEnokyJSH4PLeSYG2vJBTZ-LnK3qG-PIyKvliGTWb1WEngi0h_q51e3IhlOzBgdcyi4cg3-tVEyU4JSTFbI">
  <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%2Fipuas79sa5o8i3aamqi8j8cd0k%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%2Fipuas79sa5o8i3aamqi8j8cd0k%40group.calendar.google.com%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fipuas79sa5o8i3aamqi8j8cd0k%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%2Fipuas79sa5o8i3aamqi8j8cd0k%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="p0G/QUp/M+uOWbtVpbbOiQ">
  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="p0G/QUp/M+uOWbtVpbbOiQ">(function(){var x=function(a,d){if(!(a=(d=null,b.trustedTypes),a)||!a.createPolicy)return d;try{d=a.createPolicy("bg",{createHTML:u,createScript:u,createScriptURL:u})}catch(R){b.console&&b.console.error(R.message)}return d},b=this||self,u=function(a){return a};(0,eval)(function(a,d){return(d=x())&&1===a.eval(d.createScript("1"))?function(R){return d.createScript(R)}:function(R){return""+R}}(b)(Array(7824*Math.random()|0).join("\n")+'(function(){var G=function(a,d,b){b=this;try{aw(this,d,a)}catch(u){q(this,u),a=d.dm,a(function(H){H(b.Z)})}},dh=function(a){for(a=0;64>a;++a)m[a]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(a),k["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(a)]=a;(k["/"]=(k["+"]=(m[64]="",62),63),k)["="]=64},m={},ut=function(a,d,b,u,H){return{invoke:(b=bt(a,function(R){u&&(d&&O(d),H=R,u(),u=void 0)},(H=(u=function(){},void 0),!!d))[0],function(R,x,y,N,t){if(!x)return x=b(y),R&&R(x),x;N=function(){H(function(S){O(function(){R(S)})},y)},H?N():(t=u,u=function(){t(),O(N)})})}},x7=function(a,d){return a(function(b){b(d)}),[function(){return d}]},bt=function(a,d,b,u){return(u=r[a.substring(0,3)+"_"])?u(a.substring(3),d,b):x7(d,a)},Z=function(a,d){return"object"==(d=typeof a,d)&&null!=a||"function"==d},k={},ow=function(a,d,b){if("object"==(d=typeof a,d))if(a){if(a instanceof Array)return"array";if(a instanceof Object)return d;if("[object Window]"==(b=Object.prototype.toString.call(a),b))return"object";if("[object Array]"==b||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==b||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==d&&"undefined"==typeof a.call)return"object";return d},l,Ho=function(a,d){function b(){}a.Tp=((a.s=(b.prototype=d.prototype,d.prototype),a.prototype=new b,a).prototype.constructor=a,function(u,H,R){for(var x=Array(arguments.length-2),y=2;y<arguments.length;y++)x[y-2]=arguments[y];return d.prototype[H].apply(u,x)})},p=this||self,yY=function(a){return a},NM=function(a,d,b,u,H){for(d=(u=[],H=0);H<a.length;H++)b=a.charCodeAt(H),128>b?u[d++]=b:(2048>b?u[d++]=b>>6|192:(55296==(b&64512)&&H+1<a.length&&56320==(a.charCodeAt(H+1)&64512)?(b=65536+((b&1023)<<10)+(a.charCodeAt(++H)&1023),u[d++]=b>>18|240,u[d++]=b>>12&63|128):u[d++]=b>>12|224,u[d++]=b>>6&63|128),u[d++]=b&63|128);return u},tn=function(a,d){if((a=(d=null,p.trustedTypes),!a)||!a.createPolicy)return d;try{d=a.createPolicy("bg",{createHTML:yY,createScript:yY,createScriptURL:yY})}catch(b){p.console&&p.console.error(b.message)}return d},qM=function(a,d,b){for(b in d)if(a.call(void 0,d[b],b,d))return true;return false},G6=function(){},jm=function(a,d){if(!p.addEventListener||!Object.defineProperty)return false;d=Object.defineProperty({},(a=false,"passive"),{get:function(){a=true}});try{p.addEventListener("test",G6,d),p.removeEventListener("test",G6,d)}catch(b){}return a}(),Sm=function(a,d){this.type=a,(this.defaultPrevented=false,this).currentTarget=this.target=d},z=((Sm.prototype.preventDefault=function(){this.defaultPrevented=true},Sm).prototype.stopPropagation=function(){},function(a,d,b,u){this.M=(((this.metaKey=this.shiftKey=((this.key=(this.button=(Sm.call(this,a?a.type:""),this.relatedTarget=this.currentTarget=this.target=null,this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0),""),this).charCode=this.keyCode=0,this).altKey=this.ctrlKey=false,this.state=null,this).pointerId=0,this).pointerType="",null),a&&(b=this.type=a.type,u=a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:null,this.target=a.target||a.srcElement,this.currentTarget=d,d=a.relatedTarget,d||("mouseover"==b?d=a.fromElement:"mouseout"==b&&(d=a.toElement)),this.relatedTarget=d,u?(this.clientX=void 0!==u.clientX?u.clientX:u.pageX,this.clientY=void 0!==u.clientY?u.clientY:u.pageY,this.screenX=u.screenX||0,this.screenY=u.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"==b?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:QY[a.pointerType]||"",this.state=a.state,this.M=a,a.defaultPrevented&&z.s.preventDefault.call(this))}),QY={2:(Ho(z,Sm),"touch"),3:"pen",4:"mouse"},mq="closure_listenable_"+(z.prototype.stopPropagation=function(){(z.s.stopPropagation.call(this),this.M).stopPropagation?this.M.stopPropagation():this.M.cancelBubble=true},z.prototype.preventDefault=function(a){a=(z.s.preventDefault.call(this),this.M),a.preventDefault?a.preventDefault():a.returnValue=false},1E6*Math.random()|0),vo=function(a){a.D=(a.F=(a.N=null,a.listener=null,true),a.src=null,null)},B=function(a){this.o=(this.src=a,this.i=0,{})},T6=0,sJ=function(a,d,b,u,H){this.type=(this.D=null,this.F=this.J=false,this.key=++T6,this.capture=!!d,this.listener=(this.N=u,this.src=b,H),a)},Xs=(B.prototype.remove=function(a,d,b,u,H){if(!((a=a.toString(),a)in this.o))return false;return d=Xs(b,(H=this.o[a],d),H,u),-1<d?(vo(H[d]),Array.prototype.splice.call(H,d,1),0==H.length&&(delete this.o[a],this.i--),true):false},B.prototype.add=function(a,d,b,u,H,R,x){return(x=Xs(u,((a=(R=a.toString(),this).o[R],a)||(a=this.o[R]=[],this.i++),d),a,H),-1<x)?(d=a[x],b||(d.J=false)):(d=new sJ(R,!!u,this.src,H,d),d.J=b,a.push(d)),d},B.prototype.hasListener=function(a,d,b,u,H){return qM(function(R,x){for(x=0;x<R.length;++x)if(!(u&&R[x].type!=b||H&&R[x].capture!=d))return true;return false},(b=(u=void 0!==(H=void 0!==d,a))?a.toString():"",this.o))},function(a,d,b,u,H,R){for(H=0;H<b.length;++H)if(R=b[H],!R.F&&R.listener==d&&R.capture==!!a&&R.N==u)return H;return-1}),k7="closure_lm_"+(1E6*Math.random()|0),OJ={},hn=function(a,d){return a=(d=em,function(b){return d.call(a.src,a.listener,b)}),a},rh=function(a,d,b,u,H,R){if(Array.isArray(u))for(R=0;R<u.length;R++)rh(a,d,b,u[R],H);else b=$7(b),d&&d[mq]?d.xo(u,b,Z(a)?!!a.capture:!!a,H):Zx(true,H,u,a,d,b)},em=function(a,d,b,u){return a.F?a=true:(d=new z(d,this),b=a.listener,u=a.N||a.src,a.J&&lt(a),a=b.call(u,d)),a},Zx=function(a,d,b,u,H,R,x,y){if(!b)throw Error("Invalid event type");if(!(a=(x=Z(((y=pd(H))||(H[k7]=y=new B(H)),u))?!!u.capture:!!u,y.add(b,R,a,x,d)),a).D){if(a.D=(d=hn(),d),d.src=H,d.listener=a,H.addEventListener)jm||(u=x),void 0===u&&(u=false),H.addEventListener(b.toString(),d,u);else if(H.attachEvent)H.attachEvent(fd(b.toString()),d);else if(H.addListener&&H.removeListener)H.addListener(d);else throw Error("addEventListener and attachEvent are unavailable.");VY++}},lt=function(a,d,b,u,H,R,x){if("number"!==typeof a&&a&&!a.F)if((d=a.src)&&d[mq])d.BK(a);else if(u=a.D,x=a.type,d.removeEventListener?d.removeEventListener(x,u,a.capture):d.detachEvent?d.detachEvent(fd(x),u):d.addListener&&d.removeListener&&d.removeListener(u),VY--,u=pd(d)){if((x=a.type,x)in u.o){R=u.o[x];b:if("string"===typeof R)H="string"!==typeof a||1!=a.length?-1:R.indexOf(a,0);else{for(H=0;H<R.length;H++)if(H in R&&R[H]===a)break b;H=-1}(b=0<=H)&&Array.prototype.splice.call(R,H,1),b&&(vo(a),0==u.o[x].length&&(delete u.o[x],u.i--))}0==u.i&&(u.src=null,d[k7]=null)}else vo(a)},z6=function(a,d,b,u,H,R){if(u&&u.once)rh(u,a,b,d,H);else if(Array.isArray(d))for(R=0;R<d.length;R++)z6(a,d[R],b,u,H);else b=$7(b),a&&a[mq]?a.QK(d,b,Z(u)?!!u.capture:!!u,H):Zx(false,H,d,u,a,b)},Bo=function(a,d,b,u,H,R){if(Array.isArray(d))for(R=0;R<d.length;R++)Bo(a,d[R],b,u,H);else(u=Z(u)?!!u.capture:!!u,b=$7(b),a&&a[mq])?a.NN(d,b,u,H):a&&(a=pd(a))&&(d=a.o[d.toString()],a=-1,d&&(a=Xs(u,b,d,H)),(b=-1<a?d[a]:null)&&lt(b))},pd=function(a){return a=a[k7],a instanceof B?a:null},VY=0,fd=function(a){return a in OJ?OJ[a]:OJ[a]="on"+a},Ld="__closure_events_fn_"+(1E9*Math.random()>>>0),L=[],Fs=[],r,C=[],J={},Y=[],O=(G.prototype.j=function(a,d){if((d=this.I[a],void 0)===d)throw[J,30,a];return d()},G.prototype.bv=function(a,d,b,u,H){if(this.Z)a(this.Z);else try{u=[],H=!this.l.length,I([L,u,b],this),I([Y,a,u],this),d&&!H||g(this,d,true)}catch(R){q(this,R),a(this.Z)}},p.requestIdleCallback?function(a){requestIdleCallback(function(){a()},{timeout:4})}:p.setImmediate?function(a){setImmediate(a)}:function(a){setTimeout(a,0)}),Kd=(G.prototype.E4=function(a,d,b){if(3==a.length){for(b=0;3>b;b++)d[b]+=a[b];for(b=(a=[13,8,13,12,16,5,3,10,15],0);9>b;b++)d[3](d,b%3,a[b])}},[]),W=function(a,d,b,u){for(b=(u=[],(d|0)-1);0<=b;b--)u[(d|0)-1-(b|0)]=a>>8*b&255;return u},it=[],Cd=function(a,d){((d.wm.push(d.I.slice()),d).I[230]=void 0,n)(d,230,a)},aw=function(a,d,b,u,H){for(a.vK=(H=(a.VK=Y7,a.rm=0,[]),a.B=(a.O=0,a.g=void 0,u=0,a.o7=(a.S=false,a.I7=[],a.K=false,25),a.G=(a.fG=function(R,x,y){return x=(y=function(){return x()},function(){return R}),y[this.$]=function(N){R=N},y},void 0),function(R,x,y,N,t,S){return R=(t=(N=function(){return y()},y=(S=this,function(){return y[(S.uv|0)+(N[S.ko]===x|0)-!t[S.ko]]}),S.A),N[S.$]=function(Q){y[S.Zs]=Q},N[S.$](R),N)}),Jn),a.a7=0;128>u;u++)H[u]=String.fromCharCode(u);(I([C,b],((a.W=(n(a,246,(n(a,38,(n(a,(n(a,(n(a,(n(a,253,(n(a,(n((n(a,((n((n(a,40,(n(a,(n(a,124,(n(a,147,(n(a,((n(a,(n((n(a,(a.U=(n(a,(n(a,((n(a,85,(n((n(a,((n(a,58,(n(a,(n(a,225,(n(a,135,(n(a,122,(a.hH=(n(a,(n(a,(n(a,(a.F7=(n(a,(n(((n(a,(n(a,(n((n((a.h=(a.I=(a.jY=[],[]),a.U4=function(R){this.h=R},a),a),230,0),a),220,0),161),function(R){R.tH(3)}),59),p),u=window.performance||{},a).Yo=u.timeOrigin||(u.timing||{}).navigationStart||0,a),74,function(R,x,y,N,t,S){M(R,true,false)||(x=Iw(R),t=x.C,N=x.P,S=N.length,y=x.T,t=0==S?t[y]():1==S?t[y](N[0]):2==S?t[y](N[0],N[1]):3==S?t[y](N[0],N[1],N[2]):2(),n(R,x.X,t))}),153),function(R,x,y){y=(x=A(R),A(R)),n(R,y,""+R.j(x))}),function(R,x){x.push(R[0]<<24|R[1]<<16|R[2]<<8|R[3]),x.push(R[4]<<24|R[5]<<16|R[6]<<8|R[7]),x.push(R[8]<<24|R[9]<<16|R[10]<<8|R[11])}),145),function(R,x,y,N,t){for(x=(N=(y=(t=A(R),gh(R)),0),[]);N<y;N++)x.push(A(R));n(R,t,x)}),163),0),133),function(R,x,y,N,t,S,Q,e,v,h,F,T,K){for(t=(y=(F=(T=(h=(N=A(R),K=0),function(X,f){for(;h<X;)K|=A(R)<<h,h+=8;return K>>=(f=(h-=X,K)&(1<<X)-1,X),f}),T(3)|0)+1,T(5)),e=[],v=0);v<y;v++)x=T(1),e.push(x),t+=x?0:1;for(v=((t|0)-1).toString(2).length,S=[],t=0;t<y;t++)e[t]||(S[t]=T(v));for(T=0;T<y;T++)e[T]&&(S[T]=A(R));for(Q=[];F--;)Q.push(R.j(A(R)));n(R,N,function(X,f,V,Rw,D){for(Rw=(V=(f=[],0),[]);V<y;V++){if(D=S[V],!e[V]){for(;D>=Rw.length;)Rw.push(A(X));D=Rw[D]}f.push(D)}X.G=(X.g=X.B((V=X.H,Q).slice(),V),X.B(f,V))})}),false),352)),n(a,205,function(R,x){(R=(x=A(R),R.j(x)),Bo)(R[0],R[1],R[2])}),function(R,x,y,N){(N=(y=(x=A(R),N=A(R),A)(R),R.j(N)),x=R.j(x),n)(R,y,x[N])})),function(R,x,y,N){n(R,(x=A((y=A((N=A(R),R)),R)),x),R.j(N)||R.j(y))})),a.l=[],102),function(R,x,y,N,t,S){if(!M(R,true,true)){if("object"==(R=(y=(t=(y=A((N=A(R),R)),x=A(R),A(R)),R.j(y)),x=R.j(x),N=R.j(N),R.j(t)),ow)(N)){for(S in t=[],N)t.push(S);N=t}for(t=(S=N.length,x=0<x?x:1,0);t<S;t+=x)y(N.slice(t,(t|0)+(x|0)),R)}}),function(R){Wo(R,1)})),n(a,244,function(R,x,y,N,t,S,Q){if((y=(t=A(R),S=gh(R),""),R.I)[214])for(x=R.j(214),N=x.length,Q=0;S--;)Q=((Q|0)+(gh(R)|0))%N,y+=H[x[Q]];else for(;S--;)y+=H[A(R)];n(R,t,y)}),a).wm=[],207),function(R,x,y,N){n(R,(y=(x=A((N=(y=A(R),A(R)),R)),N=R.j(N),R.j(y)==N),x),+y)}),a),140,function(R,x,y,N){n(R,(x=(N=(y=A((N=(x=A(R),A(R)),R)),R.j(N)),R.j(x)),y),x in N|0)}),function(R,x){M(R,true,false)||(x=Iw(R),n(R,x.X,x.T.apply(x.C,x.P)))})),n)(a,249,function(R){R.tH(4)}),217),function(R){R.gm(4)}),n(a,101,function(R,x,y,N){x=(N=A((y=A(R),R)),A)(R),R.h==R&&(x=R.j(x),N=R.j(N),R.j(y)[N]=x,141==y&&(R.L=void 0,2==N&&nd(R)))}),128),[]),n(a,68,function(R,x,y){0!=(x=(x=(y=A(R),A(R)),R.j(x)),R.j(y))&&n(R,230,x)}),false),199),function(R,x,y,N,t){n((t=(x=A((t=A((N=A((y=A(R),R)),R)),R)),N=R.j(N),x=R.j(x),R).j(t),R),y,MM(N,x,R,t))}),a),35,[0,0,0]),119),function(R,x,y){n(R,(y=(x=A((y=A(R),R)),y=R.j(y),ow)(y),x),y)}),dh)(),98),function(R,x,y,N,t,S){M(R,true,false)||(N=Iw(R),y=N.C,x=N.T,t=N.P,S=t.length,y=0==S?new y[x]:1==S?new y[x](t[0]):2==S?new y[x](t[0],t[1]):3==S?new y[x](t[0],t[1],t[2]):4==S?new y[x](t[0],t[1],t[2],t[3]):2(),n(R,N.X,y))}),function(R,x){Cd((x=R.j(A(R)),x),R)})),[])),107),{}),function(R,x,y,N){n(R,(y=(N=(x=A((N=A(R),R)),R).j(N),R.j(x)),x),y+N)})),a),237,2048),n)(a,175,function(R){Wo(R,4)}),3),0),a),143,[165,0,0]),104),function(R,x,y){M(R,true,false)||(y=A(R),x=A(R),n(R,x,function(N){return eval(N)}(An(R.j(y)))))}),a.V(4))),23),function(){}),208),function(R,x,y,N){n(R,(y=(x=(N=A(R),A(R)),A)(R),y),R.j(N)>>>x)}),125),function(R,x,y,N){if(x=R.wm.pop()){for(y=A(R);0<y;y--)N=A(R),x[N]=R.I[N];x[237]=R.I[x[128]=R.I[128],237],R.I=x}else n(R,230,R.R)}),a)),function(R,x,y,N,t){(y=(x=(y=A((t=(N=A(R),x=A(R),A(R)),R)),t=R.j(t),R).j(x),N=R.j(N),R).j(y),0!==N)&&(y=MM(t,1,R,y,N,x),z6(N,x,y),n(R,163,[N,x,y]))})),[]),a).R=0,a)),I)([UJ,d.dm],a),g(a,d.$o,true)},UJ=(l=G.prototype,[]),A=((l.R7=false,l).Zs=36,function(a,d,b,u){if(a.g)return a.H(a.G);return((u=U(a,(u=a.j(230),d=u>>3,u)),a).L!=d>>3&&(a.L=d>>3,b=a.j(141),a.MN=Dx(a.AH,a.L,[0,0,b[1],b[2]])),u)^a.MN[d&a[Y].length]}),U=function(a,d){if(d>=a.R)throw[J,31];return n(a,230,(d|0)+8),a.W[d>>3]},nd=function(a){a.L=(a.AH=U(a,a.j(230))<<24|U(a,a.j(230))<<16|U(a,a.j(230))<<8|U(a,a.j(230)),void 0)},n=function(a,d,b){if(230==d||220==d)if(a.I[d])a.I[d][a.$](b);else a.I[d]=a.fG(b);else if(143!=d&&253!=d&&124!=d&&128!=d&&35!=d||!a.I[d])a.I[d]=a.B(b,a.j);141==d&&nd(a)},E=function(a,d,b,u,H,R){if(a.h==a)for(H=a.j(d),253==d?(d=function(x,y,N,t,S){if((y=(S=H.length,(S|0)-4>>3),H.PK)!=y){t=(H.PK=y,(y<<(N=[0,0,R[1],R[2]],3))-4);try{H.zp=Dx(EJ(t,H),EJ((t|0)+4,H),N)}catch(Q){throw Q;}}H.push(H.zp[S&7]^x)},R=a.j(35)):d=function(x){H.push(x)},u&&d(u&255),a=0,u=b.length;a<u;a++)d(b[a])},co=(G.prototype.V=function(a,d){for(d=[];a--;)d.push(255*Math.random()|0);return d},[]),EJ=function(a,d){return d[a]<<24|d[(a|0)+1]<<16|d[(a|0)+2]<<8|d[(a|0)+3]},c=(l.uv=35,G.prototype.Gp=function(){return A(this)},function(a,d,b,u,H,R){if(b=(a=(0==(u=((H=void 0,b)&&b[0]===J&&(H=b[2],a=b[1],b=void 0),d.j(128)),u).length&&(R=d.j(220)>>3,u.push(a,R>>8&255,R&255),void 0!=H&&u.push(H)),""),b&&(b.message&&(a+=b.message),b.stack&&(a+=":"+b.stack)),d.j(237)),3<b){d.h=(a=NM((b-=(a=a.slice(0,(b|0)-3),a.length|0)+3,a.replace(/\\r\\n/g,"\\n"))),H=d.h,d);try{E(d,253,W(a.length,2).concat(a),12)}finally{d.h=H}}n(d,237,b)}),gh=((G.prototype.nG=void 0,G).prototype.Ds=function(a,d,b,u){try{u=a[((d|0)+2)%3],a[d]=(a[d]|0)-(a[((d|0)+1)%3]|0)-(u|0)^(1==d?u<<b:u>>>b)}catch(H){throw H;}},function(a,d){return(d=A(a),d&128)&&(d=d&127|A(a)<<7),d}),MM=(l.$="toString",function(a,d,b,u,H,R,x){return x=function(){if(b.h==b){if(b.I){var y=[Fs,a,u,void 0,H,R,arguments];if(2==d)var N=(I(y,b),g(b,false,false));else if(1==d){var t=!b.l.length;I(y,b),t&&g(b,false,false)}else N=wh(b,y);return N}H&&R&&Bo(H,R,x)}}}),Dx=function(a,d,b,u){try{for(u=0;-1934991136!==u;)a=(a|0)+(((d<<4|0)^d>>>5)+(d|0)^(u|0)+(b[u&3]|0))|0,u=u+2489668359|0,d=(d|0)+(((a<<4|0)^a>>>5)+(a|0)^(u|0)+(b[u>>>11&3]|0))|0;return[a>>>24,a>>16&255,a>>8&255,a&255,d>>>24,d>>16&255,d>>8&255,d&255]}catch(H){throw H;}},I=function(a,d){d.l.splice(0,0,a)},Po=function(a,d,b,u,H,R){if(!a.Z){a.O++;try{for(b=(u=(R=5001,d=a.R,void 0),0);(a.R7||--R)&&(a.g||(b=a.j(230))<d);)try{H=void 0,a.g?u=a.H(a.g):(n(a,220,b),H=A(a),u=a.j(H)),u&&u.call?u(a):c(0,a,[J,21,H]),a.K=true,M(a,false,false)}catch(x){a.j(122)?c(22,a,x):n(a,122,x)}R||c(0,a,[J,33])}catch(x){try{c(22,a,x)}catch(y){q(a,y)}}a.O--}},wh=function(a,d,b,u,H){if((b=(a.K=false,d[0]),b)==L)a.o7=25,a.A(d);else if(b==Y){H=d[1];try{u=a.Z||a.A(d)}catch(R){q(a,R),u=a.Z}H(u)}else if(b==it)a.A(d);else if(b==C)a.A(d);else if(b==UJ){try{for(u=0;u<a.jY.length;u++)try{H=a.jY[u],H[0][H[1]](H[2])}catch(R){}}catch(R){}(0,d[1])(function(R,x){a.bv(R,true,x)},(a.jY=[],function(R){(R=!a.l.length,I)([co],a),R&&g(a,true,false)}))}else{if(b==Fs)return u=d[6],H=d[2],n(a,137,d[4]?[u[0].M]:u),n(a,107,H),a.A(d);b==co&&(a.I7=[],a.W=[],a.I=null)}},q=(l.ko="caller",G.prototype.H=function(a){return(a=a().shift(),this.g().length)||this.G().length||(this.G=this.g=void 0),a},function(a,d){a.Z=((a.Z?a.Z+"~":"E:")+d.message+":"+d.stack).slice(0,2048)}),$7=(G.prototype.HK=void 0,function(a){if("function"===typeof a)return a;return(a[Ld]||(a[Ld]=function(d){return a.handleEvent(d)}),a)[Ld]}),Iw=function(a,d,b,u,H,R){for(b=(u=A((d=((R={},H=A(a),R.X=A(a),R).P=[],a.h==a?(A(a)|0)-1:1),a)),0);b<d;b++)R.P.push(A(a));for(R.T=a.j(H);d--;)R.P[d]=a.j(R.P[d]);return R.C=a.j(u),R},aK=(l=G.prototype,function(a,d,b){return n(a,(b=a.j(230),a.W&&b<a.R?(n(a,230,a.R),Cd(d,a)):n(a,230,d),Po(a),230),b),a.j(107)}),dW=(G.prototype.A=(l.SY=(l.mL=function(a,d,b,u,H,R){for(b=(R=[],u=0,0);u<a.length;u++)for(H=H<<d|a[u],b+=d;7<b;)b-=8,R.push(H>>b&255);return R},l.yK=(l.Y=(l.pG=(l.JH=(l.LG=function(){return Math.floor(this.rm+(this.Y()-this.v))},function(a,d,b,u){for(;b--;)230!=b&&220!=b&&d.I[b]&&(d.I[b]=d[u](d[a](b),this));d[a]=this}),function(){return Math.floor(this.Y())}),window.performance||{}).now?function(){return this.Yo+window.performance.now()}:function(){return+new Date},function(a,d,b){return((d=(d^=d<<13,d^=d>>17,(d^d<<5)&b))||(d=1),a)^d}),function(a,d,b,u,H){for(H=u=0;H<a.length;H++)u+=a.charCodeAt(H),u+=u<<10,u^=u>>6;return(u=(a=(u+=u<<3,u^=u>>11,u+(u<<15))>>>0,new Number(a&(1<<d)-1)),u)[0]=(a>>>d)%b,u}),function(a,d){return a={},d={},function(b,u,H,R,x,y,N,t,S,Q,e,v,h,F,T,K,X){R=d,d=a;try{if(e=b[0],e==Kd)return R==a?21:78;if(e==C){t=b[1];try{for(v=(N=[],0);v<t.length;){if(null==(F=(h=(u=k[t.charAt(v++)],S=v<t.length?k[t.charAt(v)]:0,++v,v<t.length?k[t.charAt(v)]:64),++v,v<t.length)?k[t.charAt(v)]:64,++v,u)||null==S||null==h||null==F)throw Error();N.push(u<<2|S>>4),64!=h&&(N.push(S<<4&240|h>>2),64!=F&&N.push(h<<6&192|F))}n(this,141,(this.R=(this.W=N,this.W.length)<<3,[0,0,0]))}catch(f){c(17,this,f);return}Po(this)}else if(e==L)b[1].push(this.j(124).length,this.j(237),this.j(253).length,this.j(143).length),n(this,107,b[2]),this.I[203]&&aK(this,this.j(203));else{if(e==Y){this.h=(K=(y=(N=b[2],W((this.j(143).length|0)+2,2)),this).h,this);try{x=this.j(128),0<x.length&&E(this,143,W(x.length,2).concat(x),15),E(this,143,[1],104),E(this,143,W(this[Y].length,1)),t=0,T=this.j(253),t+=this.j(3)&2047,t-=(this.j(143).length|0)+5,4<T.length&&(t-=(T.length|0)+3),0<t&&E(this,143,W(t,2).concat(this.V(t)),10),4<T.length&&E(this,143,W(T.length,2).concat(T),153)}finally{this.h=K}if(H=(((Q=this.V(2).concat(this.j(143)),Q)[1]=Q[0]^3,Q[3]=Q[1]^y[0],Q)[4]=Q[1]^y[1],this).lv(Q))H="!"+H;else for(t=0,H="";t<Q.length;t++)X=Q[t][this.$](16),1==X.length&&(X="0"+X),H+=X;return(n(this,237,(this.j((v=H,124)).length=N.shift(),N.shift())),this).j(253).length=N.shift(),this.j(143).length=N.shift(),v}if(e==it)aK(this,b[1]);else if(e==Fs)return aK(this,b[1])}}finally{d=R}}}()),function(a,d,b){return a.bv(function(u){b=u},false,d),b}),Wo=function(a,d,b,u){E(a,(b=A(a),u=A(a),u),W(a.j(b),d))};G.prototype.tH=function(a,d,b,u){E(this,((d=(u=(d=(a&=(b=a&3,4),A(this)),A)(this),this).j(d),a&&(d=NM((""+d).replace(/\\r\\n/g,"\\n"))),b)&&E(this,u,W(d.length,2)),u),d)};var Y7,Jn,M=function(a,d,b,u){if(u=0<a.a7&&a.U&&a.hH&&1>=a.O&&!a.g&&!a.S&&(a.K||!d)&&0==document.hidden,!u||(u?a.Y():a.WK)-a.v<a.a7-(b?255:d?5:2))return false;return a.S=!((n(a,(d=a.j(d?220:230),230),a.R),a.l).push([it,d]),0)},RK=(G.prototype.gm=((Y7=/./,G.prototype[UJ]=[0,0,1,1,0,1,1],G).prototype.lv=function(a,d,b,u,H,R,x,y,N,t){for(b=[],t=0;t<a.length;t+=3)N=a[t],H=N>>2,R=(y=t+1<a.length)?a[t+1]:0,u=(x=t+2<a.length)?a[t+2]:0,N=(N&3)<<4|R>>4,d=u&63,R=(R&15)<<2|u>>6,x||(d=64,y||(R=64)),b.push(m[H],m[N],m[R],m[d]);return b.join("")},function(a,d,b){for(b=A(this),d=0;0<a;a--)d=d<<8|A(this);n(this,b,d)}),Jn=function(a){return A(a)^A(a)},function(a,d,b,u){for(;a.l.length;){u=(a.S=false,a.l.pop());try{b=wh(a,u)}catch(H){q(a,H)}if(d&&a.S){O(function(){g(a,true,true)});break}}return b}),g=function(a,d,b,u,H,R){if(a.l.length){((a.U&&0(),a).hH=d,a).U=true;try{R=a.Y(),a.v=R,a.WK=R,H=RK(a,d),u=a.Y()-a.v,a.rm+=u,u<(b?0:10)||0>=a.o7--||(u=Math.floor(u),a.I7.push(254>=u?u:254))}finally{a.U=false}return H}},An=(G.bind&&(Jn[G.prototype.$]=C.pop.bind(G.prototype[L]),Y7[G.prototype.$]=C.pop.bind(G.prototype[L])),function(a,d){return(d=tn())&&1===a.eval(d.createScript("1"))?function(b){return d.createScript(b)}:function(b){return""+b}}(p)),w=p,bs=["botguard"];bs[0]in w||"undefined"==typeof w.execScript||w.execScript("var "+bs[0]);for(var P;bs.length&&(P=bs.shift());)w=w[P]&&w[P]!==Object.prototype[P]?w[P]:w[P]={};40<(r=p.botguard,r).m||(r.m=41,r.bg=ut,r.a=bt),r.Aau_=function(a,d,b,u){return u=new G(a,{dm:d,$o:b}),[function(H){return dW(u,H)}]};try{r.u||(z6(p,"unload",function(){}),r.u=1)}catch(a){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="p0G/QUp/M+uOWbtVpbbOiQ">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="p0G/QUp/M+uOWbtVpbbOiQ">
  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="p0G/QUp/M+uOWbtVpbbOiQ">
  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="p0G/QUp/M+uOWbtVpbbOiQ">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="p0G/QUp/M+uOWbtVpbbOiQ">
  (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="p0G/QUp/M+uOWbtVpbbOiQ">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="p0G/QUp/M+uOWbtVpbbOiQ">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fipuas79sa5o8i3aamqi8j8cd0k%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fipuas79sa5o8i3aamqi8j8cd0k%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%2Fipuas79sa5o8i3aamqi8j8cd0k%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fipuas79sa5o8i3aamqi8j8cd0k%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
