
<!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="AFoagUVSLXWgydN8mTnyaSC6aMgXvjdZsw:1619840739875">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/t8km6behupggu0cuhb0a8thids@group.calendar.google.com/public/basic?orderby=starttime&amp;sortorder=ascending&amp;futureevents=true&amp;singleevents=true&amp;?max-results">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/t8km6behupggu0cuhb0a8thids@group.calendar.google.com/public/basic?orderby=starttime&amp;sortorder=ascending&amp;futureevents=true&amp;singleevents=true&amp;?max-results">
  <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="AEThLlyrJeKiI5RiYA9u05RhWFYX07MqSH30vGdCh9G7wc9eYRhGYrbTb63m_maankhkdL7wTU4wuVBVubJDphtiNgyScNFQa3S9dTOLqEGxv8gVMWm-AEiAsK-K6Qw6BYYxnkTDqE_qR2dtvhqtGBMFSmabwL_pFHcBX5aBg_Sp3Ul5ivuheVHArQb9nRwKwj5PBEbGFh4X">
  <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%2Ft8km6behupggu0cuhb0a8thids%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue%26%3Fmax-results&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%2Ft8km6behupggu0cuhb0a8thids%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue%26%3Fmax-results&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Ft8km6behupggu0cuhb0a8thids%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue%26%3Fmax-results&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%2Ft8km6behupggu0cuhb0a8thids%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue%26%3Fmax-results">
  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="r2QnGvAQpoTTa5i5pRTQYw">
  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="r2QnGvAQpoTTa5i5pRTQYw">(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="r2QnGvAQpoTTa5i5pRTQYw">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="r2QnGvAQpoTTa5i5pRTQYw">
  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="r2QnGvAQpoTTa5i5pRTQYw">
  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="r2QnGvAQpoTTa5i5pRTQYw">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="r2QnGvAQpoTTa5i5pRTQYw">
  (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="r2QnGvAQpoTTa5i5pRTQYw">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="r2QnGvAQpoTTa5i5pRTQYw">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Ft8km6behupggu0cuhb0a8thids%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue%26%3Fmax-results\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Ft8km6behupggu0cuhb0a8thids%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue%26%3Fmax-results\x26osid=1\x26service=cl\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Ft8km6behupggu0cuhb0a8thids%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue%26%3Fmax-results\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Ft8km6behupggu0cuhb0a8thids%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue%26%3Fmax-results\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
