
<!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="AFoagUWbLNvSczCt21b1tgsGeW85pVJxrg:1618958727008">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/9agknsel3qcfmcgv6gksck541g@group.calendar.google.com/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/9agknsel3qcfmcgv6gksck541g@group.calendar.google.com/public/basic">
  <input type="hidden" name="service" value="cl">
  <input type="hidden" name="scc" value="1">
  <input type="hidden" name="osid" value="1">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlw1pCeJ_0reL2dT4pZwfeYeuajC4LqoeIZqzl76dgHDcKu8aVl6gHgxMyBaHsW_pn4d5CN_G4UCmFxLuSr2Fc5S2Mb1tTl26hpwQalvWdF3nmVu3dTRzHMF5TaOmSZTW27dwwgj1m1RkQPtrDb590dYBa6GUyvb0WgxUVd07uY4A63lSdKaPDnhudioF8dhamV5kgCa">
  <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%2F9agknsel3qcfmcgv6gksck541g%40group.calendar.google.com%2Fpublic%2Fbasic&amp;service=cl&amp;scc=1&amp;osid=1&amp;hl=en">
  Find my account
  </a>
  </div>
  </div>
  </form>
</div>
  <div class="card-mask-wrap
        
     no-name">
  <div class="card-mask">
  <div class="one-google">
  <p class="create-account">
  <span id="link-signin-different">
  <a href="https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F9agknsel3qcfmcgv6gksck541g%40group.calendar.google.com%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F9agknsel3qcfmcgv6gksck541g%40group.calendar.google.com%2Fpublic%2Fbasic&amp;service=cl&amp;scc=1&amp;osid=1">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?service=cl&amp;continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F9agknsel3qcfmcgv6gksck541g%40group.calendar.google.com%2Fpublic%2Fbasic">
  Create account
  </a>
  </span>
  </p>
<p class="tagline">
  One Google Account for everything Google
</p>
<div class="logo-strip"></div>
  </div>
  </div>
  </div>
</div>
  </div>
  <div class="google-footer-bar">
  <div class="footer content clearfix">
  <ul id="footer-list">
  <li>
  <a href="https://www.google.com/intl/en/about" target="_blank">
  About Google
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en&privacy=true" target="_blank">
  Privacy
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en" target="_blank">
  Terms
  </a>
  </li>
  <li>
  <a href="http://www.google.com/support/accounts?hl=en" target="_blank">
  Help
  </a>
  </li>
  </ul>
  </div>
</div>
  </div>
<script type="text/javascript" nonce="mE4U1IQNMkzM8VifC1wy6g">
  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="mE4U1IQNMkzM8VifC1wy6g">(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="mE4U1IQNMkzM8VifC1wy6g">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="mE4U1IQNMkzM8VifC1wy6g">
  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="mE4U1IQNMkzM8VifC1wy6g">
  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="mE4U1IQNMkzM8VifC1wy6g">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="mE4U1IQNMkzM8VifC1wy6g">
  (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="mE4U1IQNMkzM8VifC1wy6g">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="mE4U1IQNMkzM8VifC1wy6g">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F9agknsel3qcfmcgv6gksck541g%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F9agknsel3qcfmcgv6gksck541g%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F9agknsel3qcfmcgv6gksck541g%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F9agknsel3qcfmcgv6gksck541g%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
