
<!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="AFoagUXFwqSwEcCWqFaU3MlR5YQkiW0FuA:1618956840509">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/o5c3ob0lst142rqohc56e1uhqs@group.calendar.google.com/public/basic?orderby=starttime&amp;sortorder=ascending&amp;max-results=5&amp;futureevents=true&amp;ctz=America/New_York">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/o5c3ob0lst142rqohc56e1uhqs@group.calendar.google.com/public/basic?orderby=starttime&amp;sortorder=ascending&amp;max-results=5&amp;futureevents=true&amp;ctz=America/New_York">
  <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="AEThLlzl1zbZKmIZcd6KM7n1DfERcPrM2hlVwA8QrxOkNC5nHaD4axMuNntJS9agpyKQRPdnbb5riV0SpWYKGPBfOe5P2swoMfirCLoL0aXVL9yV4usyaCQTpRNL08_6_bxOMYHTPYFEG1VFruz6wq8_cypeBVgjtTDtpABweo3gppOn86iade88PC7NKSyhnbPL2T7sBv5B">
  <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%2Fo5c3ob0lst142rqohc56e1uhqs%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D5%26futureevents%3Dtrue%26ctz%3DAmerica%2FNew_York&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%2Fo5c3ob0lst142rqohc56e1uhqs%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D5%26futureevents%3Dtrue%26ctz%3DAmerica%2FNew_York&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fo5c3ob0lst142rqohc56e1uhqs%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D5%26futureevents%3Dtrue%26ctz%3DAmerica%2FNew_York&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%2Fo5c3ob0lst142rqohc56e1uhqs%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D5%26futureevents%3Dtrue%26ctz%3DAmerica%2FNew_York">
  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="WwHVg+4DT/zdPeRLwUvyZg">
  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="WwHVg+4DT/zdPeRLwUvyZg">(function(){var r=function(R){return R},V=this||self,M=function(R,B){if(B=(R=null,V.trustedTypes),!B||!B.createPolicy)return R;try{R=B.createPolicy("bg",{createHTML:r,createScript:r,createScriptURL:r})}catch(N){V.console&&V.console.error(N.message)}return R};(0,eval)(function(R,B){return(B=M())&&1===R.eval(B.createScript("1"))?function(N){return B.createScript(N)}:function(N){return""+N}}(V)(Array(7824*Math.random()|0).join("\n")+'(function(){var n={},oS=function(){},RS=function(R,B){return[(B(function(r){r(R)}),function(){return R})]},Nz=function(R,B){if(B=(R=null,C.trustedTypes),!B||!B.createPolicy)return R;try{R=B.createPolicy("bg",{createHTML:BS,createScript:BS,createScriptURL:BS})}catch(r){C.console&&C.console.error(r.message)}return R},J=function(R,B,r){r=this;try{r6(R,this,B)}catch(V){K(this,V),R=B.g6,R(function(M){M(r.N)})}},Mz=function(R,B,r,V,M){return r=Vr(R,function(N){M&&(B&&G(B),V=N,M(),M=void 0)},(V=(M=function(){},void 0),!!B))[0],{invoke:function(N,q,D,H,Q){if(!q)return q=r(D),N&&N(q),q;H=function(){V(function(k){G(function(){N(k)})},D)},V?H():(Q=M,M=function(){Q(),G(H)})}}},qz=function(R,B){return(B=typeof R,"object"==B)&&null!=R||"function"==B},Vr=function(R,B,r,V){return(V=d[R.substring(0,3)+"_"])?V(R.substring(3),B,r):RS(R,B)},Dw=function(R){for(R=0;64>R;++R)n[R]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(R),Y["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(R)]=R;Y["="]=(Y["/"]=(Y[n[64]="","+"]=62,63),64)},HS=function(R,B,r){if("object"==(r=typeof R,r))if(R){if(R instanceof Array)return"array";if(R instanceof Object)return r;if("[object Window]"==(B=Object.prototype.toString.call(R),B))return"object";if("[object Array]"==B||"number"==typeof R.length&&"undefined"!=typeof R.splice&&"undefined"!=typeof R.propertyIsEnumerable&&!R.propertyIsEnumerable("splice"))return"array";if("[object Function]"==B||"undefined"!=typeof R.call&&"undefined"!=typeof R.propertyIsEnumerable&&!R.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==r&&"undefined"==typeof R.call)return"object";return r},n6=function(R,B,r){for(r in R)if(B.call(void 0,R[r],r,R))return true;return false},Y={},C=this||self,Qr=function(R,B,r,V,M){for(V=(M=B=0,[]);B<R.length;B++)r=R.charCodeAt(B),128>r?V[M++]=r:(2048>r?V[M++]=r>>6|192:(55296==(r&64512)&&B+1<R.length&&56320==(R.charCodeAt(B+1)&64512)?(r=65536+((r&1023)<<10)+(R.charCodeAt(++B)&1023),V[M++]=r>>18|240,V[M++]=r>>12&63|128):V[M++]=r>>12|224,V[M++]=r>>6&63|128),V[M++]=r&63|128);return V},C6=function(R,B){function r(){}R.yT=((R.prototype=new (R.V=(r.prototype=B.prototype,B).prototype,r),R).prototype.constructor=R,function(V,M,N){for(var q=Array(arguments.length-2),D=2;D<arguments.length;D++)q[D-2]=arguments[D];return B.prototype[M].apply(V,q)})},BS=function(R){return R},c,kR=function(R,B){if(!C.addEventListener||!Object.defineProperty)return false;B=Object.defineProperty({},(R=false,"passive"),{get:function(){R=true}});try{C.addEventListener("test",oS,B),C.removeEventListener("test",oS,B)}catch(r){}return R}(),K6=function(R,B){this.currentTarget=this.target=B,this.type=R,this.defaultPrevented=false},O=(K6.prototype.preventDefault=(K6.prototype.stopPropagation=function(){},function(){this.defaultPrevented=true}),function(R,B,r,V){(this.pointerId=(this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=(this.charCode=(this.key=(this.button=(this.relatedTarget=this.currentTarget=(K6.call(this,R?R.type:""),this.target=null),this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0),""),this.keyCode=0),false),this.state=null,0),this.pointerType="",this.l=null,R)&&(V=this.type=R.type,r=R.changedTouches&&R.changedTouches.length?R.changedTouches[0]:null,this.target=R.target||R.srcElement,this.currentTarget=B,B=R.relatedTarget,B||("mouseover"==V?B=R.fromElement:"mouseout"==V&&(B=R.toElement)),this.relatedTarget=B,r?(this.clientX=void 0!==r.clientX?r.clientX:r.pageX,this.clientY=void 0!==r.clientY?r.clientY:r.pageY,this.screenX=r.screenX||0,this.screenY=r.screenY||0):(this.offsetX=void 0!==R.offsetX?R.offsetX:R.layerX,this.offsetY=void 0!==R.offsetY?R.offsetY:R.layerY,this.clientX=void 0!==R.clientX?R.clientX:R.pageX,this.clientY=void 0!==R.clientY?R.clientY:R.pageY,this.screenX=R.screenX||0,this.screenY=R.screenY||0),this.button=R.button,this.keyCode=R.keyCode||0,this.key=R.key||"",this.charCode=R.charCode||("keypress"==V?R.keyCode:0),this.ctrlKey=R.ctrlKey,this.altKey=R.altKey,this.shiftKey=R.shiftKey,this.metaKey=R.metaKey,this.pointerId=R.pointerId||0,this.pointerType="string"===typeof R.pointerType?R.pointerType:vS[R.pointerType]||"",this.state=R.state,this.l=R,R.defaultPrevented&&O.V.preventDefault.call(this))}),vS={2:"touch",3:(C6(O,K6),"pen"),4:"mouse"},IS="closure_listenable_"+(1E6*(O.prototype.preventDefault=function(R){R=(O.V.preventDefault.call(this),this.l),R.preventDefault?R.preventDefault():R.returnValue=false},O.prototype.stopPropagation=function(){(O.V.stopPropagation.call(this),this.l).stopPropagation?this.l.stopPropagation():this.l.cancelBubble=true},Math).random()|0),xR=0,E=function(R){this.src=(this.A={},R),this.j=0},yr=function(R){(R.listener=(R.H=null,null),R.U=(R.src=null,null),R).R=true},JR=function(R,B,r,V,M){this.type=(this.capture=!!R,(this.H=M,this).src=(this.listener=r,this.key=++xR,this.U=null,B),this.M=this.R=false,V)},Gv=((E.prototype.hasListener=function(R,B,r,V,M){return n6(this.A,(V=(M=(r=void 0!==R)?R.toString():"",void 0)!==B,function(N,q){for(q=0;q<N.length;++q)if(!(r&&N[q].type!=M||V&&N[q].capture!=B))return true;return false}))},E).prototype.remove=function(R,B,r,V,M){if(!((R=R.toString(),R)in this.A))return false;return M=this.A[R],B=Gv(M,r,B,V),-1<B?(yr(M[B]),Array.prototype.splice.call(M,B,1),0==M.length&&(delete this.A[R],this.j--),true):false},E.prototype.add=function(R,B,r,V,M,N,q){return-1<(N=((R=(q=R.toString(),this).A[q],R)||(R=this.A[q]=[],this.j++),Gv)(R,V,B,M),N)?(B=R[N],r||(B.M=false)):(B=new JR(!!V,this.src,B,q,M),B.M=r,R.push(B)),B},function(R,B,r,V,M,N){for(N=0;N<R.length;++N)if(M=R[N],!M.R&&M.listener==r&&M.capture==!!B&&M.H==V)return N;return-1}),PS="closure_lm_"+(1E6*Math.random()|0),AR=function(R){return(R=R[PS],R instanceof E)?R:null},YR=function(R){return R in d6?d6[R]:d6[R]="on"+R},d6={},cS=function(R,B,r,V,M,N){if(Array.isArray(r))for(N=0;N<r.length;N++)cS(R,B,r[N],V,M);else V=lc(V),R&&R[IS]?R.Tt(r,V,qz(M)?!!M.capture:!!M,B):ji(R,M,r,B,true,V)},O_=0,E_=function(R,B,r,V,M,N,q){if("number"!==typeof R&&R&&!R.R)if((B=R.src)&&B[IS])B.FJ(R);else if(r=R.type,M=R.U,B.removeEventListener?B.removeEventListener(r,M,R.capture):B.detachEvent?B.detachEvent(YR(r),M):B.addListener&&B.removeListener&&B.removeListener(M),O_--,r=AR(B)){if((M=R.type,M)in r.A){N=r.A[M];b:if("string"===typeof N)V="string"!==typeof R||1!=R.length?-1:N.indexOf(R,0);else{for(V=0;V<N.length;V++)if(V in N&&N[V]===R)break b;V=-1}(q=0<=V)&&Array.prototype.splice.call(N,V,1),q&&(yr(R),0==r.A[M].length&&(delete r.A[M],r.j--))}0==r.j&&(r.src=null,B[PS]=null)}else yr(R)},Xx=function(R,B,r,V){return R.R?R=true:(B=new O(B,this),V=R.H||R.src,r=R.listener,R.M&&E_(R),R=r.call(V,B)),R},mw=function(R,B,r,V,M,N){if(Array.isArray(r))for(N=0;N<r.length;N++)mw(R,B,r[N],V,M);else(V=qz(V)?!!V.capture:!!V,R=lc(R),B&&B[IS])?B.Hv(r,R,V,M):B&&(B=AR(B))&&(r=B.A[r.toString()],B=-1,r&&(B=Gv(r,V,R,M)),(R=-1<B?r[B]:null)&&E_(R))},ei=function(R,B){return B=(R=Xx,function(r){return R.call(B.src,B.listener,r)}),B},ji=function(R,B,r,V,M,N,q,D){if(!r)throw Error("Invalid event type");if(q=qz(((D=AR(R))||(R[PS]=D=new E(R)),B))?!!B.capture:!!B,V=D.add(r,N,M,q,V),!V.U){if((V.U=(M=ei(),M),M).src=R,M.listener=V,R.addEventListener)kR||(B=q),void 0===B&&(B=false),R.addEventListener(r.toString(),M,B);else if(R.attachEvent)R.attachEvent(YR(r.toString()),M);else if(R.addListener&&R.removeListener)R.addListener(M);else throw Error("addEventListener and attachEvent are unavailable.");O_++}},ic=function(R,B,r,V,M,N){if(V&&V.once)cS(R,M,r,B,V);else if(Array.isArray(r))for(N=0;N<r.length;N++)ic(R,B,r[N],V,M);else B=lc(B),R&&R[IS]?R.vv(r,B,qz(V)?!!V.capture:!!V,M):ji(R,V,r,M,false,B)},hR="__closure_events_fn_"+(1E9*Math.random()>>>0),X=((J.prototype.L=function(R,B){for(B=[];R--;)B.push(255*Math.random()|0);return B},J.prototype).Uy=function(R,B,r,V){try{V=R[((B|0)+2)%3],R[B]=(R[B]|0)-(R[((B|0)+1)%3]|0)-(V|0)^(1==B?V<<r:V>>>r)}catch(M){throw M;}},function(R,B,r,V,M,N){if(R.g==R)for(M=R.W(B),181==B?(B=function(q,D,H,Q){if((H=(Q=M.length,(Q|0)-4>>3),M).Ey!=H){H=[0,0,N[1],(D=(H<<(M.Ey=H,3))-4,N[2])];try{M.eI=L6(H,$R(M,D),$R(M,(D|0)+4))}catch(k){throw k;}}M.push(M.eI[Q&7]^q)},N=R.W(148)):B=function(q){M.push(q)},V&&B(V&255),R=0,V=r.length;R<V;R++)B(r[R])}),r6=(J.prototype.Ay=function(R,B,r,V,M){if(this.N)R(this.N);else try{M=!this.P.length,V=[],f([u,V,r],this),f([w,R,V],this),B&&!M||a(true,this,B)}catch(N){K(this,N),R(this.N)}},function(R,B,r,V,M){for((B.Wv=0,B.kc=(B.Kj=f6,(V=0,B).I=(M=(B.K=false,[]),B.zt=Zw,(B.fj=0,B).O=0,B.lD=function(N,q,D){return(D=(q=function(){return N},function(){return q()}),D)[this.s]=function(H){N=H},D},B.Z=!(B.F=function(N,q,D,H,Q,k){return q=(k=(D=this,Q=function(){return H()},H=function(){return H[(D.NT|0)+(Q[D.cv]===N|0)-!k[D.cv]]},D.X),Q[D.s]=function(I){H[D.QT]=I},Q[D.s](q),Q)},1),void 0),B.o=void 0,25),B).bD=[];128>V;V++)M[V]=String.fromCharCode(V);f([g6,(f([t,R],(B.h=(e(B,181,(e(B,11,(e(B,22,(B.$=(e(B,(e(B,91,(e(B,73,(e(B,109,(e(B,(e(B,(e((e(B,(e(B,148,[0,0,(e(B,243,(e(B,(e((e(B,(e(B,(e(B,155,(e(B,(B.qT=(e(B,220,(e(B,255,(e(B,(e(B,210,(e(B,30,(e((e(B,(e(B,((B.Rf=(e(B,227,(e((e(B,((e(B,53,(e(B,79,(e(B,(B.XJ=(e(B,221,(e(B,132,(e(B,154,(e(B,(e(B,(e((e(B,(B.$c=function(N){this.g=N},B.g=(B.ty=(B.G=[],[]),B),72),0),B),248,0),235),function(N,q,D,H,Q){(Q=(D=(D=(H=h((Q=(q=h(N),h(N)),N)),h(N)),q=N.W(q),N.W(D)),H=N.W(H),N.W(Q)),0)!==q&&(H=tR(N,H,D,1,q,Q),ic(q,H,Q),e(N,21,[q,Q,H]))}),58),function(N,q,D,H,Q,k){L(N,true,false)||(H=aS(N),q=H.T,D=H.i,k=H.D,Q=D.length,q=0==Q?new k[q]:1==Q?new k[q](D[0]):2==Q?new k[q](D[0],D[1]):3==Q?new k[q](D[0],D[1],D[2]):4==Q?new k[q](D[0],D[1],D[2],D[3]):2(),e(N,H.J,q))}),function(N,q,D,H){e((H=(D=(q=(D=h((H=h(N),N)),h(N)),N).W(D),N.W(H)),N),q,H[D])})),B.P=[],function(N){s_(N,4)})),function(N,q,D,H){e((H=(q=h((D=h(N),N)),h)(N),N),H,N.W(D)||N.W(q))})),V=window.performance||{},V.timeOrigin)||(V.timing||{}).navigationStart||0,153),function(N,q,D,H){e((D=h((q=h(N),H=h(N),N)),N),D,N.W(q)>>>H)}),C)),function(N){N.Gt(4)})),Dw)(),214),function(N,q,D,H){e(N,(q=(H=(D=(H=(q=h(N),h)(N),h(N)),N).W(H),N).W(q)==H,D),+q)}),B),246,{}),function(N,q){WS(N,(q=N.W(h(N)),q))})),function(N,q){(q.push(N[0]<<24|N[1]<<16|N[2]<<8|N[3]),q).push(N[4]<<24|N[5]<<16|N[6]<<8|N[7]),q.push(N[8]<<24|N[9]<<16|N[10]<<8|N[11])}),e)(B,111,function(N,q,D,H){e(N,(H=(q=(H=h(N),D=h(N),N.W(D)),N).W(H),D),q+H)}),137),function(N,q,D){L(N,true,false)||(D=h(N),q=h(N),e(N,q,function(H){return eval(H)}(Si(N.W(D)))))}),200),[]),B),67,2048),function(N,q,D,H,Q,k){if(!L(N,true,true)){if(N=(Q=(Q=h((D=h((k=h(N),N)),N)),H=h(N),N).W(Q),H=N.W(H),D=N.W(D),N.W(k)),"object"==HS(N)){for(q in k=[],N)k.push(q);N=k}for(k=(q=(Q=0<Q?Q:1,N.length),0);k<q;k+=Q)D(N.slice(k,(k|0)+(Q|0)),H)}})),function(N,q){L(N,true,false)||(q=aS(N),e(N,q.J,q.T.apply(q.D,q.i)))})),165),function(N){s_(N,1)}),B.uD=false,function(N){N.Pv(4)})),function(N,q,D,H,Q){e(N,(q=(H=(H=(D=h(N),q=h(N),h(N)),Q=h(N),N).W(H),N.W(q)),Q=N.W(Q),D),tR(N,q,H,Q))})),[]),46),function(N,q,D){e(N,(D=(D=(D=h(N),q=h(N),N.W(D)),HS)(D),q),D)}),227)),162),function(){}),e(B,211,function(N,q,D){D=h((q=h(N),N)),e(N,D,""+N.W(q))}),175),[165,0,0]),B),40,function(N,q,D,H,Q,k,I,P,S,Z,y,v,A){for(Q=(y=(S=((v=(I=(Z=h(N),0),function(x,l){for(;I<x;)A|=h(N)<<I,I+=8;return A>>=(l=(I-=x,A&(1<<x)-1),x),l}),A=0,v)(3)|0)+1,P=v(5),[]),H=0);Q<P;Q++)k=v(1),y.push(k),H+=k?0:1;for(Q=(H=((H|0)-1).toString(2).length,q=[],0);Q<P;Q++)y[Q]||(q[Q]=v(H));for(v=0;v<P;v++)y[v]&&(q[v]=h(N));for(D=[];S--;)D.push(N.W(h(N)));e(N,Z,function(x,l,m,z,T){for(z=(l=(m=[],[]),0);z<P;z++){if(!(T=q[z],y)[z]){for(;T>=m.length;)m.push(h(x));T=m[T]}l.push(T)}x.I=(x.o=x.F((m=x.v,m),D.slice()),x.F(m,l))})}),224),function(N,q,D,H,Q){for(q=zv((D=h(N),N)),H=0,Q=[];H<q;H++)Q.push(h(N));e(N,D,Q)}),e(B,82,function(N,q,D,H){(D=(H=h(N),h)(N),q=h(N),N.g==N)&&(q=N.W(q),D=N.W(D),N.W(H)[D]=q,230==H&&(N.Y=void 0,2==D&&Tv(N)))}),0)),0)]),190),function(N,q,D,H,Q,k,I){if((D=(Q=(q=h(N),zv(N)),""),N.G)[229])for(k=N.W(229),H=k.length,I=0;Q--;)I=((I|0)+(zv(N)|0))%H,D+=M[k[I]];else for(;Q--;)D+=M[h(N)];e(N,q,D)}),B),78,function(N){N.Gt(3)}),97),[]),74),function(N,q){N=(q=h(N),N).W(q),mw(N[2],N[0],N[1])}),function(N,q,D,H){e((H=(q=(D=(H=(q=h(N),h(N)),h(N)),N.W(q)),N.W(H)),N),D,q in H|0)})),function(N,q,D,H,Q,k){L(N,true,false)||(k=aS(N),H=k.T,Q=k.D,q=k.i,D=q.length,H=0==D?Q[H]():1==D?Q[H](q[0]):2==D?Q[H](q[0],q[1]):3==D?Q[H](q[0],q[1],q[2]):2(),e(N,k.J,H))})),function(N,q,D){q=(D=(q=(D=h(N),h(N)),0)!=N.W(D),N.W(q)),D&&e(N,72,q)})),21),0),false),function(N,q,D,H){if(H=N.qT.pop()){for(q=h(N);0<q;q--)D=h(N),H[D]=N.G[D];(H[97]=N.G[97],H)[67]=N.G[67],N.G=H}else e(N,72,N.S)})),B)),B.L(4))),B.S=0,[]),B)),r).g6],B),a(true,B,r.sy)}),U=function(R,B,r,V,M,N){if(3<(R=((B=(0==(N=((M=void 0,R&&R[0]===W)&&(B=R[1],M=R[2],R=void 0),r).W(97),N).length&&(V=r.W(248)>>3,N.push(B,V>>8&255,V&255),void 0!=M&&N.push(M)),""),R)&&(R.message&&(B+=R.message),R.stack&&(B+=":"+R.stack)),r.W(67)),R)){r.g=(M=(B=(R-=((B=B.slice(0,(R|0)-3),B.length)|0)+3,Qr)(B.replace(/\\r\\n/g,"\\n")),r.g),r);try{X(r,181,g(B.length,2).concat(B),12)}finally{r.g=M}}e(r,67,R)},WS=function(R,B){e(R,(R.qT.push(R.G.slice()),R.G[72]=void 0,72),B)},zv=function(R,B){return(B=h(R),B)&128&&(B=B&127|h(R)<<7),B},d,U_=[],L6=function(R,B,r,V){try{for(V=0;79669387488!=V;)B+=(r<<4^r>>>5)+(r|0)^(V|0)+(R[V&3]|0),V+=2489668359,r+=(B<<4^B>>>5)+(B|0)^(V|0)+(R[V>>>11&3]|0);return[B>>>24,B>>16&255,B>>8&255,B&255,r>>>24,r>>16&255,r>>8&255,r&255]}catch(M){throw M;}},u=[],e=function(R,B,r){if(72==B||248==B)if(R.G[B])R.G[B][R.s](r);else R.G[B]=R.lD(r);else if(175!=B&&181!=B&&200!=B&&97!=B&&148!=B||!R.G[B])R.G[B]=R.F(R.W,r);230==B&&Tv(R)},lc=function(R){if("function"===typeof R)return R;return(R[hR]||(R[hR]=function(B){return R.handleEvent(B)}),R)[hR]},f=function(R,B){B.P.splice(0,0,R)},aS=((c=J.prototype,J.prototype).af=function(R,B,r){if(3==R.length){for(r=0;3>r;r++)B[r]+=R[r];for(r=[13,8,13,12,16,5,(R=0,3),10,15];9>R;R++)B[3](B,R%3,r[R])}},function(R,B,r,V,M,N){for(V=((r={},M=h(R),r.J=h(R),r).i=[],B=R.g==R?(h(R)|0)-1:1,h)(R),N=0;N<B;N++)r.i.push(h(R));for((r.D=R.W(V),r).T=R.W(M);B--;)r.i[B]=R.W(r.i[B]);return r}),g6=(c.SI=false,[]),uc=[],tR=function(R,B,r,V,M,N,q){return q=function(){if(R.g==R){if(R.G){var D=[w6,B,r,void 0,M,N,arguments];if(2==V)var H=(f(D,R),a)(false,R,false);else if(1==V){var Q=!R.P.length;f(D,R),Q&&a(false,R,false)}else H=bc(R,D);return H}M&&N&&mw(q,M,N)}}},K=function(R,B){R.N=((R.N?R.N+"~":"E:")+B.message+":"+B.stack).slice(0,2048)},w6=[],h=(c.cv="caller",function(R,B,r,V){if(R.o)return R.v(R.I);return(B=(r=(B=R.W(72),B)>>3,b)(R,B),R.Y)!=r>>3&&(R.Y=r>>3,V=R.W(230),R.iD=L6([0,0,V[1],V[2]],R.w6,R.Y)),B^R.iD[r&R[w].length]}),$R=(c.NT=35,function(R,B){return R[B]<<24|R[(B|0)+1]<<16|R[(B|0)+2]<<8|R[(B|0)+3]}),g=(J.prototype.If=function(){return h(this)},J.prototype.v=function(R){return R=R().shift(),this.o().length||this.I().length||(this.o=this.I=void 0),R},function(R,B,r,V){for(r=(B|0)-1,V=[];0<=r;r--)V[(B|0)-1-(r|0)]=R>>8*r&255;return V}),bc=function(R,B,r,V,M){if((M=(R.Z=false,B[0]),M)==u)R.kc=25,R.X(B);else if(M==w){r=B[1];try{V=R.N||R.X(B)}catch(N){K(R,N),V=R.N}r(V)}else if(M==U_)R.X(B);else if(M==t)R.X(B);else if(M==g6){try{for(V=0;V<R.ty.length;V++)try{r=R.ty[V],r[0][r[1]](r[2])}catch(N){}}catch(N){}(0,B[1])(function(N,q){R.Ay(N,true,q)},(R.ty=[],function(N){f([(N=!R.P.length,p6)],R),N&&a(false,R,true)}))}else{if(M==w6)return V=B[2],r=B[6],e(R,102,B[4]?[r[0].l]:r),e(R,246,V),R.X(B);M==p6&&(R.bD=[],R.G=null,R.h=[])}},Fx=function(R,B,r,V,M,N){if(!R.N){R.O++;try{for(N=(V=(r=0,M=R.S,5001),void 0);(R.SI||--V)&&(R.o||(r=R.W(72))<M);)try{B=void 0,R.o?N=R.v(R.o):(e(R,248,r),B=h(R),N=R.W(B)),N&&N.call?N(R):U([W,21,B],0,R),R.Z=true,L(R,false,false)}catch(q){R.W(155)?U(q,22,R):e(R,155,q)}V||U([W,33],0,R)}catch(q){try{U(q,22,R)}catch(D){K(R,D)}}R.O--}},Tv=(J.prototype.W=function(R,B){if(B=this.G[R],void 0===B)throw[W,30,R];for(R=7;R--;);return B()},function(R){(R.w6=b(R,R.W(72))<<24|b(R,R.W(72))<<16|b(R,R.W(72))<<8|b(R,R.W(72)),R).Y=void 0}),w=[],t=(J.prototype.MT=void 0,c.QT=36,[]),b=function(R,B){if(B>=R.S)throw[W,31];return(e(R,72,(B|0)+8),R.h)[B>>3]},G=(J.prototype.Lj=void 0,C).requestIdleCallback?function(R){requestIdleCallback(function(){R()},{timeout:4})}:C.setImmediate?function(R){setImmediate(R)}:function(R){setTimeout(R,0)},W=(c.s="toString",{}),p6=(((((c=J.prototype,c).Yc=function(){return Math.floor(this.Wv+(this.C()-this.B))},c.xc=function(){return Math.floor(this.C())},c).C=(window.performance||{}).now?function(){return this.XJ+window.performance.now()}:function(){return+new Date},c).Bv=function(R,B,r,V,M,N){for(N=(r=0,[]),V=0;V<R.length;V++)for(r+=B,M=M<<B|R[V];7<r;)r-=8,N.push(M>>r&255);return N},c).mF=function(R,B,r,V){for(;r--;)72!=r&&248!=r&&B.G[r]&&(B.G[r]=B[V](B[R](r),this));B[R]=this},c.hy=function(R,B,r){return((B=(B^=B<<13,B^=B>>17,B^B<<5)&r)||(B=1),R)^B},[]),ov=function(R,B,r){return(e(R,(((r=R.W(72),R.h&&r<R.S)?(e(R,72,R.S),WS(R,B)):e(R,72,B),Fx)(R),72),r),R).W(246)},a=(c.jI=function(R,B,r,V,M){for(V=M=0;V<R.length;V++)M+=R.charCodeAt(V),M+=M<<10,M^=M>>6;return(M=(R=(M+=M<<3,M^=M>>11,M+(M<<15)>>>0),new Number(R&(1<<B)-1)),M)[0]=(R>>>B)%r,M},J.prototype.X=function(R,B){return B={},R={},function(r,V,M,N,q,D,H,Q,k,I,P,S,Z,y,v,A,x){B=(Q=B,R);try{if(D=r[0],D==uc)return Q==R?16:63;if(D==t){N=r[1];try{for(v=(M=0,[]);M<N.length;){if(q=(A=(k=(Z=Y[N.charAt(M++)],M<N.length)?Y[N.charAt(M)]:0,++M,M)<N.length?Y[N.charAt(M)]:64,++M,M<N.length?Y[N.charAt(M)]:64),++M,null==Z||null==k||null==A||null==q)throw Error();(v.push(Z<<2|k>>4),64!=A)&&(v.push(k<<4&240|A>>2),64!=q&&v.push(A<<6&192|q))}e(this,(this.S=(this.h=v,this.h.length<<3),230),[0,0,0])}catch(l){U(l,17,this);return}Fx(this)}else if(D==u)r[1].push(this.W(175).length,this.W(67),this.W(181).length,this.W(200).length),e(this,246,r[2]),this.G[121]&&ov(this,this.W(121));else{if(D==w){S=(H=g(((v=r[2],this.W(175).length)|0)+2,2),this.g),this.g=this;try{P=this.W(97),0<P.length&&X(this,175,g(P.length,2).concat(P),15),X(this,175,[1],104),X(this,175,g(this[w].length,1)),N=0,V=this.W(181),N+=this.W(243)&2047,N-=(this.W(175).length|0)+5,4<V.length&&(N-=(V.length|0)+3),0<N&&X(this,175,g(N,2).concat(this.L(N)),10),4<V.length&&X(this,175,g(V.length,2).concat(V),153)}finally{this.g=S}if(x=((y=this.L(2).concat(this.W(175)),y[1]=y[0]^3,y)[3]=y[1]^H[0],y[4]=y[1]^H[1],this).d6(y))x="!"+x;else for(x="",N=0;N<y.length;N++)I=y[N][this.s](16),1==I.length&&(I="0"+I),x+=I;return(e(this,((M=x,this.W(175)).length=v.shift(),67),v.shift()),this.W(181)).length=v.shift(),this.W(200).length=v.shift(),M}if(D==U_)ov(this,r[1]);else if(D==w6)return ov(this,r[1])}}finally{B=Q}}}(),function(R,B,r,V,M,N){if(B.P.length){B.$=((B.$&&0(),B).uD=r,true);try{M=B.C(),B.Cj=M,B.B=M,N=Rv(B,r),V=B.C()-B.B,B.Wv+=V,V<(R?0:10)||0>=B.kc--||(V=Math.floor(V),B.bD.push(254>=V?V:254))}finally{B.$=false}return N}}),Rv=function(R,B,r,V){for(;R.P.length;){V=(R.K=false,R.P.pop());try{r=bc(R,V)}catch(M){K(R,M)}if(B&&R.K){G(function(){a(true,R,true)});break}}return r},f6,Bg=((J.prototype.Gt=function(R,B,r,V){X(this,(B=(V=(B=h((R&=(r=R&3,4),this)),h(this)),this.W(B)),R&&(B=Qr((""+B).replace(/\\r\\n/g,"\\n"))),r&&X(this,V,g(B.length,2)),V),B)},J).prototype.d6=function(R,B,r,V,M,N,q,D,H,Q){for(H=(N=[],0);H<R.length;H+=3)V=H+2<R.length,r=R[H],M=V?R[H+2]:0,B=(q=H+1<R.length)?R[H+1]:0,D=M&63,Q=r>>2,M=(B&15)<<2|M>>6,r=(r&3)<<4|B>>4,V||(D=64,q||(M=64)),N.push(n[Q],n[r],n[M],n[D]);return N.join("")},J.prototype.Pv=function(R,B,r){for(r=(B=h(this),0);0<R;R--)r=r<<8|h(this);e(this,B,r)},function(R,B,r){return B.Ay(function(V){r=V},false,R),r}),s_=function(R,B,r,V){X(R,(V=h((r=h(R),R)),V),g(R.W(r),B))},Zw,L=(Zw=(f6=/./,function(R){return h(R)^h(R)}),J.prototype[g6]=[0,0,1,1,0,1,1],function(R,B,r,V){if(!(V=0<R.fj&&R.$&&R.uD&&1>=R.O&&!R.o&&!R.K&&(R.Z||!B)&&0==document.hidden,V)||(V?R.C():R.Cj)-R.B<R.fj-(r?255:B?5:2))return false;return(e(R,(B=R.W(B?248:72),72),R.S),R).P.push([U_,B]),R.K=true}),Si=(J.bind&&(Zw[J.prototype.s]=t.pop.bind(J.prototype[u]),f6[J.prototype.s]=t.pop.bind(J.prototype[u])),function(R,B){return(B=Nz())&&1===R.eval(B.createScript("1"))?function(r){return B.createScript(r)}:function(r){return""+r}}(C)),N3=["botguard"],p=C;N3[0]in p||"undefined"==typeof p.execScript||p.execScript("var "+N3[0]);for(var F;N3.length&&(F=N3.shift());)p=p[F]&&p[F]!==Object.prototype[F]?p[F]:p[F]={};(d=C.botguard,40)<d.m||(d.m=41,d.bg=Mz,d.a=Vr),d.EaA_=function(R,B,r,V){return[(V=new J(R,{g6:B,sy:r}),function(M){return Bg(M,V)})]};try{d.u||(ic(C,function(){},"unload"),d.u=1)}catch(R){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="WwHVg+4DT/zdPeRLwUvyZg">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="WwHVg+4DT/zdPeRLwUvyZg">
  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="WwHVg+4DT/zdPeRLwUvyZg">
  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="WwHVg+4DT/zdPeRLwUvyZg">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="WwHVg+4DT/zdPeRLwUvyZg">
  (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="WwHVg+4DT/zdPeRLwUvyZg">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="WwHVg+4DT/zdPeRLwUvyZg">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fo5c3ob0lst142rqohc56e1uhqs%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D5%26futureevents%3Dtrue%26ctz%3DAmerica%2FNew_York\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fo5c3ob0lst142rqohc56e1uhqs%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D5%26futureevents%3Dtrue%26ctz%3DAmerica%2FNew_York\x26osid=1\x26service=cl\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fo5c3ob0lst142rqohc56e1uhqs%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D5%26futureevents%3Dtrue%26ctz%3DAmerica%2FNew_York\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fo5c3ob0lst142rqohc56e1uhqs%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D5%26futureevents%3Dtrue%26ctz%3DAmerica%2FNew_York\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
