
<!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="AFoagUVWQzDXrnwzBeJvr6Nq2yuZMJGwog:1620343227568">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/mishida79@gmail.com/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/mishida79@gmail.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="AEThLlzPpw8uhiaaGMrXFL8dkK0JXO_uEUBIlGCjOKiX9iwL2HiikXzDgP0zgfGDmxif7pA-XU4E01Aq1wYEtN4SjNN0sN5Vmj4DWrPdmjS9K0dPw4kwSuO3gV0YBRr41ghd_8BFDRphcTYI7n-FuuE0ar90SssLat3HMf18ZWIYZlJGzZ7UBkqxGgcsIvjc0ULBv6B1PVio">
  <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%2Fmishida79%40gmail.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%2Fmishida79%40gmail.com%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fmishida79%40gmail.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%2Fmishida79%40gmail.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="/iu0ZBHNQFqPe4mcWyvfvA">
  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="/iu0ZBHNQFqPe4mcWyvfvA">(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="/iu0ZBHNQFqPe4mcWyvfvA">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="/iu0ZBHNQFqPe4mcWyvfvA">
  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="/iu0ZBHNQFqPe4mcWyvfvA">
  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="/iu0ZBHNQFqPe4mcWyvfvA">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="/iu0ZBHNQFqPe4mcWyvfvA">
  (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="/iu0ZBHNQFqPe4mcWyvfvA">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="/iu0ZBHNQFqPe4mcWyvfvA">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fmishida79%40gmail.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fmishida79%40gmail.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%2Fmishida79%40gmail.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fmishida79%40gmail.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
