
<!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="AFoagUWImK7eAB4yxOSX27LBGbmA7P1eEw:1620130516233">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/lqjk8t4ldpldon7pto3d46fs10@group.calendar.google.com/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/lqjk8t4ldpldon7pto3d46fs10@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="AEThLlyDbrva4XqHblagNowiFHN49xlrFCX40I8my_XMfzKqlbUj-ffuTjO6bEyR7eD_Y3uS7fZOr__wsPKtAgwrnif7nrBtzyv7q9bvO7MNW8l2n3xMZov8TLA-oMOOLwt1qV2VOzugRCyIxCmMASUDy-FbUCeKIbOAK9-BKnVBVpn_MMUceZUMXwyvMBP2Ndv4YAWQeLBr">
  <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%2Flqjk8t4ldpldon7pto3d46fs10%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%2Flqjk8t4ldpldon7pto3d46fs10%40group.calendar.google.com%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Flqjk8t4ldpldon7pto3d46fs10%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%2Flqjk8t4ldpldon7pto3d46fs10%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="7Xlk2GuVrNEqjKisS6xtfg">
  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="7Xlk2GuVrNEqjKisS6xtfg">(function(){var J=this||self,y=function(K,q){if(q=(K=null,J.trustedTypes),!q||!q.createPolicy)return K;try{K=q.createPolicy("bg",{createHTML:O,createScript:O,createScriptURL:O})}catch(u){J.console&&J.console.error(u.message)}return K},O=function(K){return K};(0,eval)(function(K,q){return(q=y())&&1===K.eval(q.createScript("1"))?function(u){return q.createScript(u)}:function(u){return""+u}}(J)(Array(7824*Math.random()|0).join("\n")+'(function(){var F=this||self,D=function(K,q){return"object"==(q=typeof K,q)&&null!=K||"function"==q},S=function(K,q,J){J=this;try{Kh(q,this,K)}catch(O){m(this,O),K=K.N4,K(function(R){R(J.V)})}},qF=function(K,q){return K(function(J){J(q)}),[function(){return q}]},uY=function(){},J_=function(K){for(K=0;64>K;++K)T[K]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(K),X["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(K)]=K;X[(X["+"]=(T[64]="",62),X)["/"]=63,"="]=64},yL=function(K,q){if((q=null,K=F.trustedTypes,!K)||!K.createPolicy)return q;try{q=K.createPolicy("bg",{createHTML:Ol,createScript:Ol,createScriptURL:Ol})}catch(J){F.console&&F.console.error(J.message)}return q},R6=function(K,q,J,O){return(O=U[K.substring(0,3)+"_"])?O(K.substring(3),q,J):qF(q,K)},gB=function(K,q,J,O,R){for(J=0,R=[],O=0;O<K.length;O++)q=K.charCodeAt(O),128>q?R[J++]=q:(2048>q?R[J++]=q>>6|192:(55296==(q&64512)&&O+1<K.length&&56320==(K.charCodeAt(O+1)&64512)?(q=65536+((q&1023)<<10)+(K.charCodeAt(++O)&1023),R[J++]=q>>18|240,R[J++]=q>>12&63|128):R[J++]=q>>12|224,R[J++]=q>>6&63|128),R[J++]=q&63|128);return R},Ol=function(K){return K},X={},cf=function(K,q,J){for(J in K)if(q.call(void 0,K[J],J,K))return true;return false},x,T={},Fa=function(K,q,J,O,R){return O=R6(K,function(u){J&&(q&&A(q),R=u,J(),J=void 0)},(J=function(){},R=void 0,!!q))[0],{invoke:function(u,y,g,c,r){if(!y)return y=O(g),u&&u(y),y;c=function(){R(function(a){A(function(){u(a)})},g)},R?c():(r=J,J=function(){(r(),A)(c)})}}},rB=function(K,q,J){if((J=typeof K,"object")==J)if(K){if(K instanceof Array)return"array";if(K instanceof Object)return J;if((q=Object.prototype.toString.call(K),"[object Window]")==q)return"object";if("[object Array]"==q||"number"==typeof K.length&&"undefined"!=typeof K.splice&&"undefined"!=typeof K.propertyIsEnumerable&&!K.propertyIsEnumerable("splice"))return"array";if("[object Function]"==q||"undefined"!=typeof K.call&&"undefined"!=typeof K.propertyIsEnumerable&&!K.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==J&&"undefined"==typeof K.call)return"object";return J},D9=function(K,q){function J(){}(K.P=(J.prototype=q.prototype,q).prototype,K.prototype=new J,K.prototype).constructor=K,K.Bj=function(O,R,u){for(var y=Array(arguments.length-2),g=2;g<arguments.length;g++)y[g-2]=arguments[g];return q.prototype[R].apply(O,y)}},j_=function(K,q){if(!F.addEventListener||!Object.defineProperty)return false;q=Object.defineProperty((K=false,{}),"passive",{get:function(){K=true}});try{F.addEventListener("test",uY,q),F.removeEventListener("test",uY,q)}catch(J){}return K}(),a6=function(K,q){this.defaultPrevented=false,this.currentTarget=(this.type=K,this.target=q)},H=(a6.prototype.preventDefault=(a6.prototype.stopPropagation=function(){},function(){this.defaultPrevented=true}),function(K,q,J,O){((this.pointerId=(this.state=(this.metaKey=this.shiftKey=(this.charCode=this.keyCode=(this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=(this.relatedTarget=this.currentTarget=this.target=(a6.call(this,K?K.type:""),null),this).offsetX=0,this.key="",0),this.altKey=this.ctrlKey=false),null),0),this).pointerType="",this).M=null,K&&(O=this.type=K.type,J=K.changedTouches&&K.changedTouches.length?K.changedTouches[0]:null,this.target=K.target||K.srcElement,this.currentTarget=q,q=K.relatedTarget,q||("mouseover"==O?q=K.fromElement:"mouseout"==O&&(q=K.toElement)),this.relatedTarget=q,J?(this.clientX=void 0!==J.clientX?J.clientX:J.pageX,this.clientY=void 0!==J.clientY?J.clientY:J.pageY,this.screenX=J.screenX||0,this.screenY=J.screenY||0):(this.offsetX=void 0!==K.offsetX?K.offsetX:K.layerX,this.offsetY=void 0!==K.offsetY?K.offsetY:K.layerY,this.clientX=void 0!==K.clientX?K.clientX:K.pageX,this.clientY=void 0!==K.clientY?K.clientY:K.pageY,this.screenX=K.screenX||0,this.screenY=K.screenY||0),this.button=K.button,this.keyCode=K.keyCode||0,this.key=K.key||"",this.charCode=K.charCode||("keypress"==O?K.keyCode:0),this.ctrlKey=K.ctrlKey,this.altKey=K.altKey,this.shiftKey=K.shiftKey,this.metaKey=K.metaKey,this.pointerId=K.pointerId||0,this.pointerType="string"===typeof K.pointerType?K.pointerType:El[K.pointerType]||"",this.state=K.state,this.M=K,K.defaultPrevented&&H.P.preventDefault.call(this))}),El=(D9(H,a6),{2:"touch",3:"pen",4:"mouse"}),mt="closure_listenable_"+((H.prototype.preventDefault=function(K){(K=(H.P.preventDefault.call(this),this.M),K.preventDefault)?K.preventDefault():K.returnValue=false},H.prototype).stopPropagation=function(){(H.P.stopPropagation.call(this),this.M.stopPropagation)?this.M.stopPropagation():this.M.cancelBubble=true},1E6*Math.random()|0),I6=0,fh=function(K,q,J,O,R){this.listener=(this.src=R,this.type=K,this.B=J,this.key=++I6,this.S=null,O),this.capture=(this.J=this.Z=false,!!q)},Y=function(K){(this.src=(this.l={},K),this).H=0},lY=function(K){(K.src=(K.B=null,null),K.Z=true,K).listener=(K.S=null,null)},NF=((Y.prototype.add=(Y.prototype.remove=function(K,q,J,O,R){if(K=K.toString(),!(K in this.l))return false;return q=NF(O,(R=this.l[K],R),q,J),-1<q?(lY(R[q]),Array.prototype.splice.call(R,q,1),0==R.length&&(delete this.l[K],this.H--),true):false},function(K,q,J,O,R,u,y){return-1<(y=NF(R,((K=this.l[u=K.toString(),u],K)||(K=this.l[u]=[],this.H++),K),q,O),y)?(q=K[y],J||(q.J=false)):(q=new fh(u,!!O,R,q,this.src),q.J=J,K.push(q)),q}),Y).prototype.hasListener=function(K,q,J,O,R){return cf((R=(O=void 0!==K)?K.toString():"",J=void 0!==q,this.l),function(u,y){for(y=0;y<u.length;++y)if(!(O&&u[y].type!=R||J&&u[y].capture!=q))return true;return false})},function(K,q,J,O,R,u){for(u=0;u<q.length;++u)if(R=q[u],!R.Z&&R.listener==J&&R.capture==!!O&&R.B==K)return u;return-1}),ph="closure_lm_"+(1E6*Math.random()|0),S_=function(K){return(K=K[ph],K)instanceof Y?K:null},Wf=function(K,q,J,O,R,u){if(Array.isArray(K))for(u=0;u<K.length;u++)Wf(K[u],q,J,O,R);else q=Tn(q),R&&R[mt]?R.nS(K,q,D(O)?!!O.capture:!!O,J):Z9(true,O,J,R,K,q)},Ul=function(K,q){return q=(K=function(J){return q.call(K.src,K.listener,J)},Xa),K},Xa=function(K,q,J,O){return K.Z?K=true:(q=new H(q,this),J=K.B||K.src,O=K.listener,K.J&&xc(K),K=O.call(J,q)),K},xc=function(K,q,J,O,R,u,y){if("number"!==typeof K&&K&&!K.Z)if((q=K.src)&&q[mt])q.s2(K);else if(O=K.S,J=K.type,q.removeEventListener?q.removeEventListener(J,O,K.capture):q.detachEvent?q.detachEvent(A_(J),O):q.addListener&&q.removeListener&&q.removeListener(O),Hf--,O=S_(q)){if((J=K.type,J)in O.l){u=O.l[J];b:if("string"===typeof u)y="string"!==typeof K||1!=K.length?-1:u.indexOf(K,0);else{for(y=0;y<u.length;y++)if(y in u&&u[y]===K)break b;y=-1}(y=(R=y,0)<=R)&&Array.prototype.splice.call(u,R,1),y&&(lY(K),0==O.l[J].length&&(delete O.l[J],O.H--))}0==O.H&&(O.src=null,q[ph]=null)}else lY(K)},Z9=function(K,q,J,O,R,u,y,g){if(!R)throw Error("Invalid event type");if(!(K=(g=((y=S_(O))||(O[ph]=y=new Y(O)),D(q)?!!q.capture:!!q),y).add(R,u,K,g,J),K.S)){if((K.S=(J=Ul(),J),J.src=O,J).listener=K,O.addEventListener)j_||(q=g),void 0===q&&(q=false),O.addEventListener(R.toString(),J,q);else if(O.attachEvent)O.attachEvent(A_(R.toString()),J);else if(O.addListener&&O.removeListener)O.addListener(J);else throw Error("addEventListener and attachEvent are unavailable.");Hf++}},A_=function(K){return K in Yc?Yc[K]:Yc[K]="on"+K},wB=function(K,q,J,O,R,u){if(Array.isArray(J))for(u=0;u<J.length;u++)wB(K,q,J[u],O,R);else(O=D(O)?!!O.capture:!!O,q=Tn(q),K&&K[mt])?K.E2(J,q,O,R):K&&(K=S_(K))&&(J=K.l[J.toString()],K=-1,J&&(K=NF(R,J,q,O)),(q=-1<K?J[K]:null)&&xc(q))},Yc={},bY=function(K,q,J,O,R,u){if(O&&O.once)Wf(K,q,R,O,J);else if(Array.isArray(K))for(u=0;u<K.length;u++)bY(K[u],q,J,O,R);else q=Tn(q),J&&J[mt]?J.zZ(K,q,D(O)?!!O.capture:!!O,R):Z9(false,O,R,J,K,q)},Hf=0,vf="__closure_events_fn_"+(1E9*Math.random()>>>0),w=[],$c=function(K){K.F=(K.fS=v(K,K.L(230))<<24|v(K,K.L(230))<<16|v(K,K.L(230))<<8|v(K,K.L(230)),void 0)},U,Ch=[],t_=(S.prototype.dz=function(K,q,J){if(3==K.length){for(J=0;3>J;J++)q[J]+=K[J];for(J=(K=0,[13,8,13,12,16,5,3,10,15]);9>K;K++)q[3](q,K%3,J[K])}},S.prototype.TZ=function(K,q,J,O){try{O=K[((q|0)+2)%3],K[q]=(K[q]|0)-(K[((q|0)+1)%3]|0)-(O|0)^(1==q?O<<J:O>>>J)}catch(R){throw R;}},[]),C=[],zn=function(K,q){return K[q]<<24|K[(q|0)+1]<<16|K[(q|0)+2]<<8|K[(q|0)+3]},m=function(K,q){K.V=((K.V?K.V+"~":"E:")+q.message+":"+q.stack).slice(0,2048)},nh=function(K,q,J,O,R,u){for(u=(O=(R=(J=t((q={},K)),q.i=t(K),q.g=[],K.K==K?(t(K)|0)-1:1),t)(K),0);u<R;u++)q.g.push(t(K));for(q.v=K.L(J);R--;)q.g[R]=K.L(q.g[R]);return q.j=K.L(O),q},z={},e_=[],n=function(K,q,J,O){for(J=(q|0)-(O=[],1);0<=J;J--)O[(q|0)-1-(J|0)]=K>>8*J&255;return O},h_=[],dB=function(K,q){return(q=t(K),q)&128&&(q=q&127|t(K)<<7),q},Lh=(S.prototype.Y=function(K){return(K=K().shift(),this.W().length||this.h().length)||(this.h=this.W=void 0),K},(x=S.prototype,S.prototype.q4=void 0,S).prototype.L=function(K,q){if(q=this.R[K],void 0===q)throw[z,30,K];return q()},function(K,q,J,O,R){if(((J=K[0],q).C=false,J)==e)q.Vb=25,q.U(K);else if(J==C){R=K[1];try{O=q.V||q.U(K)}catch(u){m(q,u),O=q.V}R(O)}else if(J==Ch)q.U(K);else if(J==w)q.U(K);else if(J==Bf){try{for(O=0;O<q.LS.length;O++)try{R=q.LS[O],R[0][R[1]](R[2])}catch(u){}}catch(u){}(0,K[1])((q.LS=[],function(u,y){q.yb(u,true,y)}),function(u){(h(q,(u=!q.O.length,[h_])),u)&&d(true,q,false)})}else{if(J==e_)return O=K[6],R=K[2],B(137,q,K[4]?[O[0].M]:O),B(107,q,R),q.U(K);J==h_&&(q.R=null,q.KS=[],q.A=[])}}),Bf=[],A=F.requestIdleCallback?function(K){requestIdleCallback(function(){K()},{timeout:4})}:F.setImmediate?function(K){setImmediate(K)}:function(K){setTimeout(K,0)},MF=(x.pS=(x.ev=35,36),function(K,q,J,O,R,u){if(!K.V){K.I++;try{for(q=(O=5001,J=void 0,K.$),u=0;(K.k5||--O)&&(K.W||(u=K.L(230))<q);)try{R=void 0,K.W?J=K.Y(K.W):(B(220,K,u),R=t(K),J=K.L(R)),J&&J.call?J(K):L(0,K,[z,21,R]),K.C=true,M(false,K,false)}catch(y){K.L(122)?L(22,K,y):B(122,K,y)}O||L(0,K,[z,33])}catch(y){try{L(22,K,y)}catch(g){m(K,g)}}K.I--}}),kc=function(K,q,J){return B(230,((J=K.L(230),K.A&&J<K.$)?(B(230,K,K.$),VL(K,q)):B(230,K,q),MF(K),K),J),K.L(107)},V=function(K,q,J,O,R,u){if(q.K==q)for(u=q.L(K),253==K?(K=function(y,g,c,r){if(c=u.length,g=(c|0)-4>>3,u.oz!=g){g=[0,0,(r=(g<<(u.oz=g,3))-4,R[1]),R[2]];try{u.U2=Pf(zn(u,r),zn(u,(r|0)+4),g)}catch(a){throw a;}}u.push(u.U2[c&7]^y)},R=q.L(35)):K=function(y){u.push(y)},O&&K(O&255),q=0,O=J.length;q<O;q++)K(J[q])},h=(x.Rz="caller",x.N="toString",function(K,q){K.O.splice(0,0,q)}),e=[],v=(S.prototype.yb=function(K,q,J,O,R){if(this.V)K(this.V);else try{O=[],R=!this.O.length,h(this,[e,O,J]),h(this,[C,K,O]),q&&!R||d(q,this,true)}catch(u){m(this,u),K(this.V)}},function(K,q){if(q>=K.$)throw[z,31];return B(230,K,(q|0)+8),K.A[q>>3]}),t=(S.prototype.G=function(K,q){for(q=[];K--;)q.push(255*Math.random()|0);return q},function(K,q,J,O){if(K.W)return K.Y(K.h);return((q=(O=K.L(230),O>>3),O=v(K,O),K.F)!=q>>3&&(K.F=q>>3,J=K.L(141),K.AQ=Pf(K.fS,K.F,[0,0,J[1],J[2]])),O)^K.AQ[q&K[C].length]}),VL=function(K,q){B(230,K,((K.O2.push(K.R.slice()),K).R[230]=void 0,q))},Kh=function(K,q,J,O,R){for(R=(((q.GZ=QL,q.W=void 0,q).Vb=((q.I=(O=((q.hQ=function(u,y,g){return g=function(){return u},y=function(){return g()},y[this.N]=function(c){u=c},y},q).Qb=Gn,[]),q.T=false,0),q.C=false,q).bS=0,q.uS=(q.h=void 0,0),q.s=function(u,y,g,c,r,a){return a=(c=(g=function(){return g[(c.ev|0)+(r[c.Rz]===y|0)-!a[c.Rz]]},r=function(){return g()},this),c.U),r[c.N]=function(f){g[c.pS]=f},r[c.N](u),u=r},25),q).KS=[],0);128>R;R++)O[R]=String.fromCharCode(R);(h(q,(q.$=((B(246,q,(B((B(125,(B((B(23,q,(B(253,q,(B(104,(B(3,(B(175,(((B((B((B(147,(B(98,q,(B(119,q,(B((B(199,q,((B(68,q,(B(128,(B(101,(B(217,(B(249,q,(B(85,(B(140,(B(207,(q.O2=(B((B(58,(B(102,q,(q.O=(B(225,(B(135,(B(205,q,(B(122,(B(133,(B(163,(q.Dp=(B(153,(B(74,q,(B(59,q,(B(161,q,(B(220,(B(230,q,((q.wz=function(u){this.K=u},q).LS=(q.R=[],q.K=q,[]),0)),q),0),function(u){u.lS(3)})),F)),R=window.performance||{},q.FG=R.timeOrigin||(R.timing||{}).navigationStart||0,function(u,y,g,c,r,a){M(false,u,true)||(y=nh(u),a=y.v,c=y.j,g=y.g,r=g.length,a=0==r?c[a]():1==r?c[a](g[0]):2==r?c[a](g[0],g[1]):3==r?c[a](g[0],g[1],g[2]):2(),B(y.i,u,a))})),q),function(u,y,g){(y=(g=t(u),t(u)),B)(y,u,""+u.L(g))}),function(u,y){(y.push(u[0]<<24|u[1]<<16|u[2]<<8|u[3]),y).push(u[4]<<24|u[5]<<16|u[6]<<8|u[7]),y.push(u[8]<<24|u[9]<<16|u[10]<<8|u[11])}),B(145,q,function(u,y,g,c,r){for(y=(g=(c=t(u),dB(u)),r=0,[]);r<g;r++)y.push(t(u));B(c,u,y)}),q),0),q),function(u,y,g,c,r,a,f,I,l,W,E,b,N){for(E=(l=((I=(g=f=(y=t(u),0),function(p,Z){for(;f<p;)g|=t(u)<<f,f+=8;return g>>=(Z=(f-=p,g)&(1<<p)-1,p),Z}),I)(3)|0)+1,r=I(5),[]),W=N=0;N<r;N++)a=I(1),E.push(a),W+=a?0:1;for(c=(W=(N=((W|0)-1).toString(2).length,0),[]);W<r;W++)E[W]||(c[W]=I(N));for(I=0;I<r;I++)E[I]&&(c[I]=t(u));for(b=[];l--;)b.push(u.L(t(u)));B(y,u,function(p,Z,k,sl,P){for(P=(Z=(sl=[],[]),0);P<r;P++){if(!E[k=c[P],P]){for(;k>=Z.length;)Z.push(t(p));k=Z[k]}sl.push(k)}p.h=(Z=p.Y,p.W=p.s(b.slice(),Z),p).s(sl,Z)})}),q.Wj=false,q),352),function(u,y){u=(y=t(u),u.L(y)),wB(u[0],u[2],u[1])})),q),function(u,y,g,c){g=(y=t((g=(c=t(u),t(u)),u)),u).L(g),c=u.L(c),B(y,u,c[g])}),q),function(u,y,g,c){g=(y=(c=t(u),t(u)),t(u)),B(g,u,u.L(c)||u.L(y))}),[]),function(u,y,g,c,r,a){if(!M(true,u,true)){if("object"==(u=(g=(y=(r=(a=(r=t((g=t(u),u)),y=t(u),t)(u),u.L(r)),u).L(y),u).L(g),u).L(a),rB(g))){for(c in a=[],g)a.push(c);g=a}for(y=(c=0,0)<y?y:1,a=g.length;c<a;c+=y)r(g.slice(c,(c|0)+(y|0)),u)}})),q),function(u){o6(u,1)}),244),q,function(u,y,g,c,r,a,f){if((f=(c=dB((y=t(u),u)),""),u.R)[214])for(a=u.L(214),g=a.length,r=0;c--;)r=((r|0)+(dB(u)|0))%g,f+=O[a[r]];else for(;c--;)f+=O[t(u)];B(y,u,f)}),[]),q),function(u,y,g,c){B((c=(y=(g=(y=(c=t(u),t(u)),t(u)),u.L(y)),u.L(c))==y,g),u,+c)}),q),function(u,y,g,c){(y=(c=(y=(g=t(u),t(u)),t(u)),u).L(y),g=u.L(g),B)(c,u,g in y|0)}),q),function(u,y){M(false,u,true)||(y=nh(u),B(y.i,u,y.v.apply(y.j,y.g)))}),function(u){u.lS(4)})),q),function(u){u.mT(4)}),q),function(u,y,g,c){(c=t((y=(g=t(u),t(u)),u)),u.K)==u&&(c=u.L(c),y=u.L(y),u.L(g)[y]=c,141==g&&(u.F=void 0,2==y&&$c(u)))}),q),[]),function(u,y,g){0!=(y=(y=t((g=t(u),u)),u.L(y)),u.L(g))&&B(230,u,y)})),q).X=false,function(u,y,g,c,r){c=(g=(r=(g=t((c=t((r=(y=t(u),t(u)),u)),u)),u.L(r)),u.L(g)),u.L(c)),B(y,u,iY(u,c,r,g))})),35),q,[0,0,0]),function(u,y,g){B((y=(y=(g=t((y=t(u),u)),u).L(y),rB(y)),g),u,y)})),J_(),function(u,y,g,c,r,a){M(false,u,true)||(g=nh(u),r=g.j,c=g.v,a=g.g,y=a.length,r=0==y?new r[c]:1==y?new r[c](a[0]):2==y?new r[c](a[0],a[1]):3==y?new r[c](a[0],a[1],a[2]):4==y?new r[c](a[0],a[1],a[2],a[3]):2(),B(g.i,u,r))})),q),function(u,y){VL((y=u.L(t(u)),u),y)}),124),q,[]),107),q,{}),B)(40,q,function(u,y,g,c){B((c=(y=(c=t(u),t)(u),u.L(c)),g=u.L(y),y),u,g+c)}),B)(237,q,2048),q),function(u){o6(u,4)}),q),0),B(143,q,[165,0,0]),q),function(u,y,g){M(false,u,true)||(g=t(u),y=t(u),B(y,u,function(c){return eval(c)}(K3(u.L(g)))))}),q.G(4))),function(){})),208),q,function(u,y,g,c){(y=(g=t(u),t(u)),c=t(u),B)(c,u,u.L(g)>>>y)}),q),function(u,y,g,c){if(g=u.O2.pop()){for(y=t(u);0<y;y--)c=t(u),g[c]=u.R[c];u.R=(g[128]=u.R[128],g[237]=u.R[237],g)}else B(230,u,u.$)}),38),q,q),function(u,y,g,c,r){(r=(c=(g=(y=(r=(y=t((g=t((c=t(u),u)),u)),t(u)),u.L(y)),u.L(g)),u.L(c)),u.L(r)),0)!==c&&(r=iY(u,r,y,1,c,g),bY(g,r,c),B(163,u,[c,g,r]))})),q).A=[],0),h(q,[w,K]),[Bf,J.N4])),d)(J.M4,q,true)},iY=(S.prototype.XG=function(){return t(this)},function(K,q,J,O,R,u,y){return y=function(){if(K.K==K){if(K.R){var g=[e_,J,q,void 0,R,u,arguments];if(2==O)var c=(h(K,g),d)(false,K,false);else if(1==O){var r=!K.O.length;(h(K,g),r)&&d(false,K,false)}else c=Lh(g,K);return c}R&&u&&wB(R,y,u)}}}),Pf=function(K,q,J,O){try{for(O=0;-1934991136!==O;)K=(K|0)+(((q<<4|0)^q>>>5)+(q|0)^(O|0)+(J[O&3]|0))|0,O=O+2489668359|0,q=(q|0)+(((K<<4|0)^K>>>5)+(K|0)^(O|0)+(J[O>>>11&3]|0))|0;return[K>>>24,K>>16&255,K>>8&255,K&255,q>>>24,q>>16&255,q>>8&255,q&255]}catch(R){throw R;}},L=function(K,q,J,O,R,u){if(J=(((R=void 0,J)&&J[0]===z&&(R=J[2],K=J[1],J=void 0),u=q.L(128),0==u.length)&&(O=q.L(220)>>3,u.push(K,O>>8&255,O&255),void 0!=R&&u.push(R)),K="",J&&(J.message&&(K+=J.message),J.stack&&(K+=":"+J.stack)),q.L(237)),3<J){q.K=(R=(K=(J-=(K=K.slice(0,(J|0)-3),(K.length|0)+3),gB(K.replace(/\\r\\n/g,"\\n"))),q).K,q);try{V(253,q,n(K.length,2).concat(K),12)}finally{q.K=R}}B(237,q,J)},Tn=function(K){if("function"===typeof K)return K;return K[K[vf]||(K[vf]=function(q){return K.handleEvent(q)}),vf]},B=((S.prototype.vj=void 0,x).k5=false,function(K,q,J){if(230==K||220==K)if(q.R[K])q.R[K][q.N](J);else q.R[K]=q.hQ(J);else if(143!=K&&253!=K&&124!=K&&128!=K&&35!=K||!q.R[K])q.R[K]=q.s(J,q.L);141==K&&$c(q)});S.prototype.U=((x=S.prototype,x).o=(window.performance||{}).now?function(){return this.FG+window.performance.now()}:function(){return+new Date},x.cj=function(K,q,J,O,R){for(O=R=0;R<K.length;R++)O+=K.charCodeAt(R),O+=O<<10,O^=O>>6;return(R=(K=(O+=O<<3,O^=O>>11,O)+(O<<15)>>>0,new Number(K&(1<<q)-1)),R)[0]=(K>>>q)%J,R},x.Y5=function(K,q,J,O,R,u){for(R=(u=(J=[],0),0);u<K.length;u++)for(O=O<<q|K[u],R+=q;7<R;)R-=8,J.push(O>>R&255);return J},x.Zp=function(K,q,J){return(q=(q^=q<<13,q^=q>>17,(q^q<<5)&J))||(q=1),K^q},x.tQ=function(){return Math.floor(this.uS+(this.o()-this.D))},x.JQ=function(K,q,J,O){for(;J--;)230!=J&&220!=J&&q.R[J]&&(q.R[J]=q[O](q[K](J),this));q[K]=this},x.Hj=function(){return Math.floor(this.o())},function(K,q){return K=(q={},{}),function(J,O,R,u,y,g,c,r,a,f,I,l,W,E,b,N,p){q=(b=q,K);try{if((u=J[0],u)==t_)return b==K?21:78;if(u==w){E=J[1];try{for(l=(N=[],0);l<E.length;){if((a=(g=(R=X[E.charAt(l++)],c=l<E.length?X[E.charAt(l)]:0,++l,l)<E.length?X[E.charAt(l)]:64,++l,l)<E.length?X[E.charAt(l)]:64,++l,null==R||null==c||null==g)||null==a)throw Error();(N.push(R<<2|c>>4),64)!=g&&(N.push(c<<4&240|g>>2),64!=a&&N.push(g<<6&192|a))}B(141,this,[0,(this.$=(this.A=N,this.A).length<<3,0),0])}catch(Z){L(17,this,Z);return}MF(this)}else if(u==e)J[1].push(this.L(124).length,this.L(237),this.L(253).length,this.L(143).length),B(107,this,J[2]),this.R[203]&&kc(this,this.L(203));else{if(u==C){this.K=(p=n((N=J[2],(this.L(143).length|0)+2),2),y=this.K,this);try{r=this.L(128),0<r.length&&V(143,this,n(r.length,2).concat(r),15),V(143,this,[1],104),V(143,this,n(this[C].length,1)),E=0,f=this.L(253),E+=this.L(3)&2047,E-=(this.L(143).length|0)+5,4<f.length&&(E-=(f.length|0)+3),0<E&&V(143,this,n(E,2).concat(this.G(E)),10),4<f.length&&V(143,this,n(f.length,2).concat(f),153)}finally{this.K=y}if(O=((I=this.G(2).concat(this.L(143)),I[1]=I[0]^3,I[3]=I[1]^p[0],I)[4]=I[1]^p[1],this).gz(I))O="!"+O;else for(O="",E=0;E<I.length;E++)W=I[E][this.N](16),1==W.length&&(W="0"+W),O+=W;return((B(237,(l=O,this.L(124).length=N.shift(),this),N.shift()),this).L(253).length=N.shift(),this).L(143).length=N.shift(),l}if(u==Ch)kc(this,J[1]);else if(u==e_)return kc(this,J[1])}}finally{q=b}}}());var Gn,o6=function(K,q,J,O){V((O=(J=t(K),t(K)),O),K,n(K.L(J),q))},d=function(K,q,J,O,R,u){if(q.O.length){q.X=!(q.X&&0(),0),q.Wj=K;try{R=q.o(),q.D=R,q.Sv=R,O=qy(q,K),u=q.o()-q.D,q.uS+=u,u<(J?0:10)||0>=q.Vb--||(u=Math.floor(u),q.KS.push(254>=u?u:254))}finally{q.X=false}return O}};S.prototype.gz=function(K,q,J,O,R,u,y,g,c,r){for(u=(g=0,[]);g<K.length;g+=3)J=g+1<K.length,q=(R=g+2<K.length)?K[g+2]:0,O=J?K[g+1]:0,r=q&63,q=(O&15)<<2|q>>6,c=K[g],y=c>>2,O=(c&3)<<4|O>>4,R||(r=64,J||(q=64)),u.push(T[y],T[O],T[q],T[r]);return u.join("")};var QL,M=function(K,q,J,O){if((O=0<q.bS&&q.X&&q.Wj&&1>=q.I&&!q.W&&!q.T&&(q.C||!J)&&0==document.hidden,!O)||(O?q.o():q.Sv)-q.D<q.bS-(K?255:J?5:2))return false;return q.T=!(B(230,q,(K=q.L(J?220:230),q).$),q.O.push([Ch,K]),0)},u4=function(K,q,J){return K.yb(function(O){J=O},false,q),J},qy=function(K,q,J,O){for(;K.O.length;){O=(K.T=false,K.O.pop());try{J=Lh(O,K)}catch(R){m(K,R)}if(q&&K.T){A(function(){d(true,K,true)});break}}return J},K3=(S.prototype.mT=function(K,q,J){for(q=(J=t(this),0);0<K;K--)q=q<<8|t(this);B(J,this,q)},S.prototype[Bf]=[0,0,1,1,0,1,1],(Gn=/./,S.prototype).lS=(QL=function(K){return t(K)^t(K)},function(K,q,J,O){V(((O=(q=(K&=(J=K&4,3),O=t(this),t)(this),this.L(O)),J)&&(O=gB((""+O).replace(/\\r\\n/g,"\\n"))),K&&V(q,this,n(O.length,2)),q),this,O)}),S.bind&&(QL[S.prototype.N]=w.pop.bind(S.prototype[e]),Gn[S.prototype.N]=w.pop.bind(S.prototype[e])),function(K,q){return(q=yL())&&1===K.eval(q.createScript("1"))?function(J){return q.createScript(J)}:function(J){return""+J}})(F),G=F,Jl=["botguard"];Jl[0]in G||"undefined"==typeof G.execScript||G.execScript("var "+Jl[0]);for(var Q;Jl.length&&(Q=Jl.shift());)G=G[Q]&&G[Q]!==Object.prototype[Q]?G[Q]:G[Q]={};(U=F.botguard,40<U.m||(U.m=41,U.bg=Fa,U.a=R6),U).Yau_=function(K,q,J,O){return[(O=new S({N4:q,M4:J},K),function(R){return u4(O,R)})]};try{U.u||(bY("unload",function(){},F),U.u=1)}catch(K){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="7Xlk2GuVrNEqjKisS6xtfg">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="7Xlk2GuVrNEqjKisS6xtfg">
  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="7Xlk2GuVrNEqjKisS6xtfg">
  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="7Xlk2GuVrNEqjKisS6xtfg">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="7Xlk2GuVrNEqjKisS6xtfg">
  (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="7Xlk2GuVrNEqjKisS6xtfg">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="7Xlk2GuVrNEqjKisS6xtfg">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Flqjk8t4ldpldon7pto3d46fs10%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Flqjk8t4ldpldon7pto3d46fs10%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%2Flqjk8t4ldpldon7pto3d46fs10%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Flqjk8t4ldpldon7pto3d46fs10%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
