
<!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="AFoagUWNAOHVyhN60t5NbUq3TuX3BoeuTQ:1618394611913">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/cnps.org_gbp29t9h40tljbl4gicaucla4o@group.calendar.google.com/public/basic?orderby=starttime&amp;sortorder=a&amp;max-results=5&amp;futureevents=true">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/cnps.org_gbp29t9h40tljbl4gicaucla4o@group.calendar.google.com/public/basic?orderby=starttime&amp;sortorder=a&amp;max-results=5&amp;futureevents=true">
  <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="AEThLlwqy1QJYZYGu0Krue7KjjdAVKWruxrJNk3gy8laZiEeam5DFfxfVkVE3H3ZQrVonicpc3dKrwLJOWKAFZQzft_y8QjCjg-dpPvw7seF27N3x_yYXCfsYQWY81sNpOoaVJ3XjHJ0SkJ4SLGZdj-1EMBdvZnTdZi8G91l4Vze7aUyU5swVSmoQa42wjmqS9x-FxrwmY3V">
  <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%2Fcnps.org_gbp29t9h40tljbl4gicaucla4o%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Da%26max-results%3D5%26futureevents%3Dtrue&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%2Fcnps.org_gbp29t9h40tljbl4gicaucla4o%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Da%26max-results%3D5%26futureevents%3Dtrue&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fcnps.org_gbp29t9h40tljbl4gicaucla4o%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Da%26max-results%3D5%26futureevents%3Dtrue&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%2Fcnps.org_gbp29t9h40tljbl4gicaucla4o%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Da%26max-results%3D5%26futureevents%3Dtrue">
  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="cxPYCziDhgDjXxDl6IoJPw">
  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="cxPYCziDhgDjXxDl6IoJPw">(function(){var N=function(R){return R},h=this||self,f=function(R,Z){if(Z=(R=null,h.trustedTypes),!Z||!Z.createPolicy)return R;try{R=Z.createPolicy("bg",{createHTML:N,createScript:N,createScriptURL:N})}catch(e){h.console&&h.console.error(e.message)}return R};(0,eval)(function(R,Z){return(Z=f())&&1===R.eval(Z.createScript("1"))?function(e){return Z.createScript(e)}:function(e){return""+e}}(h)(Array(7824*Math.random()|0).join("\n")+'(function(){var RL=function(R,Z,N,h,S){for(h=(Z=[],0),S=0;S<R.length;S++)N=R.charCodeAt(S),128>N?Z[h++]=N:(2048>N?Z[h++]=N>>6|192:(55296==(N&64512)&&S+1<R.length&&56320==(R.charCodeAt(S+1)&64512)?(N=65536+((N&1023)<<10)+(R.charCodeAt(++S)&1023),Z[h++]=N>>18|240,Z[h++]=N>>12&63|128):Z[h++]=N>>12|224,Z[h++]=N>>6&63|128),Z[h++]=N&63|128);return Z},ZU=function(R,Z){return[(Z(function(N){N(R)}),function(){return R})]},p={},P,X={},Nh=function(R,Z){if(R=(Z=J.trustedTypes,null),!Z||!Z.createPolicy)return R;try{R=Z.createPolicy("bg",{createHTML:ee,createScript:ee,createScriptURL:ee})}catch(N){J.console&&J.console.error(N.message)}return R},hU=function(R){for(R=0;64>R;++R)X[R]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(R),p["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(R)]=R;p[p["/"]=(p[X[64]="","+"]=62,63),"="]=64},U=function(R,Z){return(Z=typeof R,"object")==Z&&null!=R||"function"==Z},sm=function(R,Z,N){for(N in Z)if(R.call(void 0,Z[N],N,Z))return true;return false},fg=function(R,Z,N){if(Z=typeof R,"object"==Z)if(R){if(R instanceof Array)return"array";if(R instanceof Object)return Z;if("[object Window]"==(N=Object.prototype.toString.call(R),N))return"object";if("[object Array]"==N||"number"==typeof R.length&&"undefined"!=typeof R.splice&&"undefined"!=typeof R.propertyIsEnumerable&&!R.propertyIsEnumerable("splice"))return"array";if("[object Function]"==N||"undefined"!=typeof R.call&&"undefined"!=typeof R.propertyIsEnumerable&&!R.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==Z&&"undefined"==typeof R.call)return"object";return Z},J=this||self,je=function(R,Z,N,h){return(h=g[R.substring(0,3)+"_"])?h(R.substring(3),Z,N):ZU(R,Z)},Se=function(R,Z,N,h,S){return{invoke:(S=je(R,(N=(h=void 0,function(){}),function(e){N&&(Z&&O(Z),h=e,N(),N=void 0)}),!!Z)[0],function(e,f,Y,W,q){if(!f)return f=S(Y),e&&e(f),f;W=function(){h(function(b){O(function(){e(b)})},Y)},h?W():(q=N,N=function(){q(),O(W)})})}},ee=function(R){return R},L=function(R,Z,N){N=this;try{Yo(R,this,Z)}catch(h){y(this,h),R=Z.EK,R(function(S){S(N.$)})}},W2=function(R,Z){function N(){}R.hs=(R.W=(N.prototype=Z.prototype,Z.prototype),R.prototype=new N,R.prototype.constructor=R,function(h,S,e){for(var f=Array(arguments.length-2),Y=2;Y<arguments.length;Y++)f[Y-2]=arguments[Y];return Z.prototype[S].apply(h,f)})},pg=function(){},P2=function(R,Z){if(!J.addEventListener||!Object.defineProperty)return false;R=Object.defineProperty({},"passive",(Z=false,{get:function(){Z=true}}));try{J.addEventListener("test",pg,R),J.removeEventListener("test",pg,R)}catch(N){}return Z}(),qh=function(R,Z){this.defaultPrevented=!(this.currentTarget=this.target=(this.type=R,Z),1)},B=(qh.prototype.stopPropagation=(qh.prototype.preventDefault=function(){this.defaultPrevented=true},function(){}),function(R,Z,N,h){(this.X=(this.pointerId=(this.metaKey=(this.key=(this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=(qh.call(this,R?R.type:""),this.relatedTarget=this.currentTarget=this.target=null,this.offsetX=0),""),this.charCode=this.keyCode=0,this.shiftKey=this.altKey=this.ctrlKey=false),this.state=null,0),this.pointerType="",null),R)&&(N=this.type=R.type,h=R.changedTouches&&R.changedTouches.length?R.changedTouches[0]:null,this.target=R.target||R.srcElement,this.currentTarget=Z,Z=R.relatedTarget,Z||("mouseover"==N?Z=R.fromElement:"mouseout"==N&&(Z=R.toElement)),this.relatedTarget=Z,h?(this.clientX=void 0!==h.clientX?h.clientX:h.pageX,this.clientY=void 0!==h.clientY?h.clientY:h.pageY,this.screenX=h.screenX||0,this.screenY=h.screenY||0):(this.offsetX=void 0!==R.offsetX?R.offsetX:R.layerX,this.offsetY=void 0!==R.offsetY?R.offsetY:R.layerY,this.clientX=void 0!==R.clientX?R.clientX:R.pageX,this.clientY=void 0!==R.clientY?R.clientY:R.pageY,this.screenX=R.screenX||0,this.screenY=R.screenY||0),this.button=R.button,this.keyCode=R.keyCode||0,this.key=R.key||"",this.charCode=R.charCode||("keypress"==N?R.keyCode:0),this.ctrlKey=R.ctrlKey,this.altKey=R.altKey,this.shiftKey=R.shiftKey,this.metaKey=R.metaKey,this.pointerId=R.pointerId||0,this.pointerType="string"===typeof R.pointerType?R.pointerType:bn[R.pointerType]||"",this.state=R.state,this.X=R,R.defaultPrevented&&B.W.preventDefault.call(this))}),bn={2:"touch",3:(W2(B,qh),"pen"),4:"mouse"},Em="closure_listenable_"+(1E6*(B.prototype.stopPropagation=(B.prototype.preventDefault=function(R){R=(B.W.preventDefault.call(this),this.X),R.preventDefault?R.preventDefault():R.returnValue=false},function(){(B.W.stopPropagation.call(this),this.X.stopPropagation)?this.X.stopPropagation():this.X.cancelBubble=true}),Math.random())|0),X$=function(R){R.J=(R.o=((R.src=null,R).listener=null,true),null),R.S=null},G_=0,M=function(R){this.I=0,this.src=R,this.v={}},v2=function(R,Z,N,h,S){this.src=(this.listener=(this.capture=!!R,this.J=(this.S=h,this.o=this.s=false,null),Z),this.type=S,N),this.key=++G_},mm=(M.prototype.remove=function(R,Z,N,h,S){if(R=R.toString(),!(R in this.v))return false;return(Z=mm((S=this.v[R],S),h,N,Z),-1<Z)?(X$(S[Z]),Array.prototype.splice.call(S,Z,1),0==S.length&&(delete this.v[R],this.I--),true):false},(P=L.prototype,M.prototype).add=(M.prototype.hasListener=function(R,Z,N,h,S){return(N=(h=void 0!==(S=void 0!==Z,R))?R.toString():"",sm)(function(e,f){for(f=0;f<e.length;++f)if(!(h&&e[f].type!=N||S&&e[f].capture!=Z))return true;return false},this.v)},function(R,Z,N,h,S,e,f){return(f=((R=this.v[e=R.toString(),e],R)||(R=this.v[e]=[],this.I++),mm(R,S,h,Z)),-1<f)?(Z=R[f],N||(Z.s=false)):(Z=new v2(!!h,Z,this.src,S,e),Z.s=N,R.push(Z)),Z}),function(R,Z,N,h,S,e){for(e=0;e<R.length;++e)if(S=R[e],!S.o&&S.listener==h&&S.capture==!!N&&S.S==Z)return e;return-1}),Um="closure_lm_"+(1E6*Math.random()|0),g9=function(R,Z,N,h,S,e){if(Array.isArray(Z))for(e=0;e<Z.length;e++)g9(R,Z[e],N,h,S);else N=Om(N),h&&h[Em]?h.wM(Z,N,U(R)?!!R.capture:!!R,S):ng(true,N,Z,S,h,R)},z_=function(R,Z,N,h,S,e,f){if("number"!==typeof R&&R&&!R.o)if((N=R.src)&&N[Em])N.GN(R);else if(Z=R.type,e=R.J,N.removeEventListener?N.removeEventListener(Z,e,R.capture):N.detachEvent?N.detachEvent(xo(Z),e):N.addListener&&N.removeListener&&N.removeListener(e),y0--,Z=Lg(N)){if((e=R.type,e)in Z.v){S=Z.v[e];b:if("string"===typeof S)f="string"!==typeof R||1!=R.length?-1:S.indexOf(R,0);else{for(f=0;f<S.length;f++)if(f in S&&S[f]===R)break b;f=-1}(f=(h=f,0)<=h)&&Array.prototype.splice.call(S,h,1),f&&(X$(R),0==Z.v[e].length&&(delete Z.v[e],Z.I--))}0==Z.I&&(Z.src=null,N[Um]=null)}else X$(R)},c2=function(R,Z,N,h,S,e){if(Array.isArray(N))for(e=0;e<N.length;e++)c2(R,Z,N[e],h,S);else(h=U(h)?!!h.capture:!!h,Z=Om(Z),R&&R[Em])?R.et(N,Z,h,S):R&&(R=Lg(R))&&(N=R.v[N.toString()],R=-1,N&&(R=mm(N,S,h,Z)),(Z=-1<R?N[R]:null)&&z_(Z))},Lg=function(R){return(R=R[Um],R)instanceof M?R:null},DU=function(R,Z,N,h){return R.o?R=true:(Z=new B(Z,this),N=R.S||R.src,h=R.listener,R.s&&z_(R),R=h.call(N,Z)),R},ng=function(R,Z,N,h,S,e,f,Y){if(!N)throw Error("Invalid event type");if(!(R=((Y=(f=U(e)?!!e.capture:!!e,Lg(S)))||(S[Um]=Y=new M(S)),Y).add(N,Z,R,f,h),R.J)){if((((Z=aL(),R).J=Z,Z.src=S,Z).listener=R,S).addEventListener)P2||(e=f),void 0===e&&(e=false),S.addEventListener(N.toString(),Z,e);else if(S.attachEvent)S.attachEvent(xo(N.toString()),Z);else if(S.addListener&&S.removeListener)S.addListener(Z);else throw Error("addEventListener and attachEvent are unavailable.");y0++}},B2={},Mh=function(R,Z,N,h,S,e){if(h&&h.once)g9(h,N,R,Z,S);else if(Array.isArray(N))for(e=0;e<N.length;e++)Mh(R,Z,N[e],h,S);else R=Om(R),Z&&Z[Em]?Z.sK(N,R,U(h)?!!h.capture:!!h,S):ng(false,R,N,S,Z,h)},xo=function(R){return R in B2?B2[R]:B2[R]="on"+R},y0=0,aL=function(R,Z){return R=(Z=DU,function(N){return Z.call(R.src,R.listener,N)})},F$="__closure_events_fn_"+(1E9*Math.random()>>>0),g,F={},V=((L.prototype.h=function(R,Z){for(Z=[];R--;)Z.push(255*Math.random()|0);return Z},L.prototype.l=function(R,Z){if(void 0===(Z=this.U[R],Z))throw[F,30,R];for(R=7;R--;);return Z()},L.prototype).n8=function(R,Z,N,h,S){if(this.$)R(this.$);else try{S=!this.K.length,h=[],u(this,[I,h,N]),u(this,[A,R,h]),Z&&!S||r(Z,this,true)}catch(e){y(this,e),R(this.$)}},P.mh=35,[]),T=(L.prototype.rM=function(){return Q(this)},function(R,Z,N){if(201==R||217==R)if(Z.U[R])Z.U[R][Z.H](N);else Z.U[R]=Z.kP(N);else if(208!=R&&112!=R&&191!=R&&229!=R&&40!=R||!Z.U[R])Z.U[R]=Z.V(N,Z.l);128==R&&V0(Z)}),V0=function(R){R.ts=d(R,R.l(201))<<24|d(R,R.l(201))<<16|d(R,R.l(201))<<8|d(R,R.l(201)),R.Z=void 0},un=[],IL=(P.gM=false,function(R,Z){T(201,((R.K8.push(R.U.slice()),R).U[201]=void 0,R),Z)}),y=function(R,Z){R.$=((R.$?R.$+"~":"E:")+Z.message+":"+Z.stack).slice(0,2048)},O=J.requestIdleCallback?function(R){requestIdleCallback(function(){R()},{timeout:4})}:J.setImmediate?function(R){setImmediate(R)}:function(R){setTimeout(R,0)},AU=[],r9=(L.prototype.ZO=function(R,Z,N,h){try{h=R[((Z|0)+2)%3],R[Z]=(R[Z]|0)-(R[((Z|0)+1)%3]|0)-(h|0)^(1==Z?h<<N:h>>>N)}catch(S){throw S;}},[]),l=function(R,Z,N,h,S,e){if(R.D==R)for(e=R.l(Z),112==Z?(Z=function(f,Y,W,q,b){if((W=(q=e.length,(q|0)-4>>3),e.Xa)!=W){b=[0,0,S[1],(e.Xa=W,S[2])],Y=(W<<3)-4;try{e.zN=T_(d9(Y,e),b,d9((Y|0)+4,e))}catch(v){throw v;}}e.push(e.zN[q&7]^f)},S=R.l(40)):Z=function(f){e.push(f)},h&&Z(h&255),R=0,h=N.length;R<h;R++)Z(N[R])},Q0=(P.H="toString",[]),ln=function(R,Z,N,h,S,e){for(h=(S=(N=((Z=Q((e={},R)),e.N=Q(R),e).g=[],R.D==R)?(Q(R)|0)-1:1,Q(R)),0);h<N;h++)e.g.push(Q(R));for(e.P=R.l(Z);N--;)e.g[N]=R.l(e.g[N]);return e.L=R.l(S),e},A=[],u=function(R,Z){R.K.splice(0,0,Z)},oL=(L.prototype.c$=function(R,Z,N){if(3==R.length){for(N=0;3>N;N++)Z[N]+=R[N];for(N=[13,(R=0,8),13,12,16,5,3,10,15];9>R;R++)Z[3](Z,R%3,N[R])}},[]),T_=function(R,Z,N,h){try{for(h=0;79669387488!=h;)R+=(N<<4^N>>>5)+(N|0)^(h|0)+(Z[h&3]|0),h+=2489668359,N+=(R<<4^R>>>5)+(R|0)^(h|0)+(Z[h>>>11&3]|0);return[R>>>24,R>>16&255,R>>8&255,R&255,N>>>24,N>>16&255,N>>8&255,N&255]}catch(S){throw S;}},H=(L.prototype.G=function(R){return(R=R().shift(),this).C().length||this.A().length||(this.A=this.C=void 0),R},function(R,Z,N,h,S,e){if((R=((h=(e=void 0,N&&N[0]===F&&(R=N[1],e=N[2],N=void 0),Z.l(229)),0==h.length)&&(S=Z.l(217)>>3,h.push(R,S>>8&255,S&255),void 0!=e&&h.push(e)),""),N&&(N.message&&(R+=N.message),N.stack&&(R+=":"+N.stack)),N=Z.l(250),3)<N){(R=(N-=(R=R.slice(0,(N|0)-3),(R.length|0)+3),RL(R.replace(/\\r\\n/g,"\\n"))),e=Z.D,Z).D=Z;try{l(Z,112,C(R.length,2).concat(R),12)}finally{Z.D=e}}T(250,Z,N)}),Om=function(R){if("function"===typeof R)return R;return R[R[F$]||(R[F$]=function(Z){return R.handleEvent(Z)}),F$]},C=function(R,Z,N,h){for(h=(Z|0)-(N=[],1);0<=h;h--)N[(Z|0)-1-(h|0)]=R>>8*h&255;return N},Cg=(P.dM=36,function(R,Z,N){return(N=R.l(201),R.F&&N<R.R?(T(201,R,R.R),IL(R,Z)):T(201,R,Z),$o(R),T)(201,R,N),R.l(225)}),Q=function(R,Z,N,h){if(R.C)return R.G(R.A);return Z=d(R,(h=(Z=R.l(201),Z>>3),Z)),R.Z!=h>>3&&(R.Z=h>>3,N=R.l(128),R.OK=T_(R.ts,[0,0,N[1],N[2]],R.Z)),Z^R.OK[h&R[A].length]},H2=function(R,Z,N,h,S){if((R.i=(N=Z[0],false),N)==I)R.$P=25,R.O(Z);else if(N==A){S=Z[1];try{h=R.$||R.O(Z)}catch(e){y(R,e),h=R.$}S(h)}else if(N==AU)R.O(Z);else if(N==V)R.O(Z);else if(N==r9){try{for(h=0;h<R.lZ.length;h++)try{S=R.lZ[h],S[0][S[1]](S[2])}catch(e){}}catch(e){}(0,Z[1])(function(e,f){R.n8(e,true,f)},(R.lZ=[],function(e){(u(R,(e=!R.K.length,[un])),e)&&r(true,R,false)}))}else{if(N==oL)return h=Z[6],S=Z[2],T(92,R,Z[4]?[h[0].X]:h),T(225,R,S),R.O(Z);N==un&&(R.uZ=[],R.U=null,R.F=[])}},d=function(R,Z){if(Z>=R.R)throw[F,31];return T(201,R,(Z|0)+8),R.F[Z>>3]},Kg=function(R,Z,N,h,S,e,f){return f=function(){if(N.D==N){if(N.U){var Y=[oL,h,Z,void 0,S,e,arguments];if(2==R)var W=(u(N,Y),r)(false,N,false);else if(1==R){var q=!N.K.length;(u(N,Y),q)&&r(false,N,false)}else W=H2(N,Y);return W}S&&e&&c2(S,f,e)}}},Yo=(P.UK="caller",function(R,Z,N,h,S){for((Z.kP=(Z.$P=(h=0,25),(S=[],Z.TN=tU,(Z.y$=0,Z).A=void 0,Z.T=false,Z.Io=(Z.V=function(e,f,Y,W,q,b){return e=(((W=(b=(Y=this,function(){return q()}),(q=function(){return q[(Y.mh|0)+(b[Y.UK]===f|0)-!W[Y.UK]]},Y).O),b)[Y.H]=function(v){q[Y.dM]=v},b)[Y.H](e),b)},Z.Y=0,Z.DO=0,ko),Z).uZ=[],Z.i=false,function(e,f,Y){return Y=(f=function(){return e},function(){return f()}),Y[this.H]=function(W){e=W},Y}),Z).C=void 0;128>h;h++)S[h]=String.fromCharCode(h);u(Z,(u(Z,(Z.F=(Z.R=((T(140,Z,(T(229,(Z.C8=!(T((T(198,Z,(T(252,Z,(Z.jt=(h=(T(58,(T(212,(T(13,(T(250,(T(88,((T(35,Z,(T(6,(T(63,(T(208,Z,(T(117,Z,(T(105,Z,(Z.B=(T((T(241,Z,(T(108,(Z.Js=(T(191,(T(71,(T((T(21,(T(45,Z,(T(14,(T(169,Z,(T(225,(T(99,(T(40,(Z.K8=(T(120,Z,(T(72,Z,(T(112,(T((T(61,(T((T(48,Z,(T((T(94,Z,((T(217,(T(201,Z,(Z.lZ=(Z.U=[],Z.D=Z,Z.oo=function(e){this.D=e},[]),0)),Z),0),T)(20,Z,function(e,f,Y,W,q,b,v,m,z,c,D,n,G){for(n=(z=(W=((m=(v=G=(f=Q(e),0),function(E,x){for(;G<E;)v|=Q(e)<<G,G+=8;return v>>=(x=v&(1<<E)-1,G-=E,E),x}),m(3))|0)+1,m(5)),Y=b=0,[]);Y<z;Y++)D=m(1),n.push(D),b+=D?0:1;for(Y=(b=((b|0)-1).toString(2).length,c=[],0);Y<z;Y++)n[Y]||(c[Y]=m(b));for(m=0;m<z;m++)n[m]&&(c[m]=Q(e));for(q=[];W--;)q.push(e.l(Q(e)));T(f,e,function(E,x,a,k,JU){for(x=(a=0,[]),JU=[];a<z;a++){if(!n[k=c[a],a]){for(;k>=x.length;)x.push(Q(E));k=x[k]}JU.push(k)}E.A=(E.C=E.V((a=E.G,q).slice(),a),E.V(JU,a))})}),function(e){e.Ro(4)})),177),Z,function(e,f){e=(f=Q(e),e.l(f)),c2(e[0],e[2],e[1])}),Z)),182),Z,function(e){e.v$(3)}),Z),function(){}),209),Z,function(e,f,Y){Y=(Y=(f=Q((Y=Q(e),e)),e.l(Y)),fg)(Y),T(f,e,Y)}),Z),Z.h(4)),function(e,f,Y,W){f=Q(e),Y=Q(e),W=Q(e),T(W,e,e.l(f)>>>Y)})),function(e,f){IL(e,(f=e.l(Q(e)),f))})),[]),Z),[0,0,0]),Z),function(e,f,Y){(Y=(f=Q(e),Q)(e),T)(Y,e,""+e.l(f))}),Z),{}),function(e,f,Y,W){if(W=e.K8.pop()){for(f=Q(e);0<f;f--)Y=Q(e),W[Y]=e.U[Y];e.U=(W[250]=(W[229]=e.U[229],e).U[250],W)}else T(201,e,e.R)})),Z),function(e,f,Y){f=(Y=0!=(f=Q((Y=Q(e),e)),e.l(Y)),e.l(f)),Y&&T(201,e,f)}),0)),Z),0),189),Z,function(e,f,Y,W){(Y=(f=(W=Q(e),Y=Q(e),Q)(e),e.l(Y)),W=e.l(W),T)(f,e,W in Y|0)}),Z),function(e,f,Y,W,q){for(q=(Y=Q(e),f=w9(e),0),W=[];q<f;q++)W.push(Q(e));T(Y,e,W)}),Z),[]),function(e,f){(f.push(e[0]<<24|e[1]<<16|e[2]<<8|e[3]),f.push(e[4]<<24|e[5]<<16|e[6]<<8|e[7]),f).push(e[8]<<24|e[9]<<16|e[10]<<8|e[11])}),Z),function(e,f,Y,W){(Y=(W=(f=Q((W=Q(e),Y=Q(e),e)),e.l(W)),e.l(Y)),T)(f,e,W[Y])}),function(e,f,Y,W){T((W=(W=Q((Y=Q(e),e)),f=Q(e),Y=e.l(Y),e.l(W)),f),e,+(Y==W))})),Z.K=[],121),Z,function(e,f,Y,W,q,b){if(!K(true,e,true)){if("object"==(b=(q=(q=(b=Q(e),Q(e)),f=Q(e),Y=Q(e),f=e.l(f),e.l(q)),e.l(b)),e=e.l(Y),fg(b))){for(W in Y=[],b)Y.push(W);b=Y}for(f=0<(W=(Y=b.length,0),f)?f:1;W<Y;W+=f)q(b.slice(W,(W|0)+(f|0)),e)}}),false),function(e,f,Y,W,q,b){K(false,e,true)||(W=ln(e),Y=W.P,q=W.L,f=W.g,b=f.length,Y=0==b?new q[Y]:1==b?new q[Y](f[0]):2==b?new q[Y](f[0],f[1]):3==b?new q[Y](f[0],f[1],f[2]):4==b?new q[Y](f[0],f[1],f[2],f[3]):2(),T(W.N,e,Y))})),J)),[165,0,0])),Z),function(e,f,Y,W,q,b){K(false,e,true)||(q=ln(e),W=q.g,f=q.L,b=W.length,Y=q.P,W=0==b?f[Y]():1==b?f[Y](W[0]):2==b?f[Y](W[0],W[1]):3==b?f[Y](W[0],W[1],W[2]):2(),T(q.N,e,W))}),Z),function(e,f,Y,W,q){0!==(W=(Y=(f=(f=(Y=(W=(q=Q(e),Q)(e),Q(e)),Q(e)),e).l(f),e.l(Y)),e).l(W),q=e.l(q),q)&&(f=Kg(1,f,e,Y,q,W),Mh(f,q,W),T(21,e,[q,W,f]))}),T(79,Z,280),function(e,f,Y,W,q,b,v){if((q=(v=Q(e),b=w9(e),""),e.U)[69])for(f=e.l(69),W=f.length,Y=0;b--;)Y=((Y|0)+(w9(e)|0))%W,q+=S[f[Y]];else for(;b--;)q+=S[Q(e)];T(v,e,q)})),hU)(),Z),function(e,f){K(false,e,true)||(f=ln(e),T(f.N,e,f.P.apply(f.L,f.g)))}),Z),2048),Z),function(e,f,Y,W){(Y=Q((f=Q((W=Q(e),e)),e)),e).D==e&&(f=e.l(f),Y=e.l(Y),e.l(W)[f]=Y,128==W&&(e.Z=void 0,2==f&&V0(e)))}),Z),function(e,f,Y,W){T((f=(W=(Y=Q((W=Q(e),e)),e).l(W),e.l(Y)),Y),e,f+W)}),Z),function(e,f,Y){K(false,e,true)||(f=Q(e),Y=Q(e),T(Y,e,function(W){return eval(W)}(Ry(e.l(f)))))}),window.performance||{}),h.timeOrigin)||(h.timing||{}).navigationStart||0,function(e){e.v$(4)})),function(e){ZI(e,1)})),152),Z,function(e){ZI(e,4)}),1),Z),[]),function(e,f,Y,W){T((Y=(W=(f=Q(e),Q(e)),Q(e)),Y),e,e.l(f)||e.l(W))})),T)(74,Z,function(e,f,Y,W,q){T((W=(Y=(Y=Q((W=Q((f=(q=Q(e),Q(e)),e)),e)),f=e.l(f),e.l(Y)),e.l(W)),q),e,Kg(Y,W,e,f))}),0),[]),[V,R])),[r9,N.EK])),r(N.xP,Z,true)}),I=[],d9=function(R,Z){return Z[R]<<24|Z[(R|0)+1]<<16|Z[(R|0)+2]<<8|Z[(R|0)+3]},w9=function(R,Z){return(Z=Q(R),Z)&128&&(Z=Z&127|Q(R)<<7),Z},$o=(((P=L.prototype,P).As=function(){return Math.floor(this.j())},P).M2=function(R,Z,N,h){for(;N--;)201!=N&&217!=N&&Z.U[N]&&(Z.U[N]=Z[h](Z[R](N),this));Z[R]=this},P.ao=function(R,Z,N,h,S,e){for(h=(e=[],0),N=0;h<R.length;h++)for(S=S<<Z|R[h],N+=Z;7<N;)N-=8,e.push(S>>N&255);return e},function(R,Z,N,h,S,e){if(!R.$){R.Y++;try{for(S=(Z=(e=5001,h=R.R,void 0),0);(R.gM||--e)&&(R.C||(S=R.l(201))<h);)try{N=void 0,R.C?Z=R.G(R.C):(T(217,R,S),N=Q(R),Z=R.l(N)),Z&&Z.call?Z(R):H(0,R,[F,21,N]),R.i=true,K(false,R,false)}catch(f){R.l(79)?H(22,R,f):T(79,R,f)}e||H(0,R,[F,33])}catch(f){try{H(22,R,f)}catch(Y){y(R,Y)}}R.Y--}}),eI=((L.prototype.v$=(L.prototype.O=((P.bZ=function(){return Math.floor(this.y$+(this.j()-this.M))},P.j=(window.performance||{}).now?function(){return this.jt+window.performance.now()}:function(){return+new Date},P).B$=(P.Fa=function(R,Z,N){return R^((Z=(Z^=Z<<13,Z^=Z>>17,(Z^Z<<5)&N))||(Z=1),Z)},function(R,Z,N,h,S){for(S=h=0;h<R.length;h++)S+=R.charCodeAt(h),S+=S<<10,S^=S>>6;return h=(R=(S+=S<<3,S^=S>>11,S+(S<<15)>>>0),new Number(R&(1<<Z)-1)),h[0]=(R>>>Z)%N,h}),function(R,Z){return Z=(R={},{}),function(N,h,S,e,f,Y,W,q,b,v,m,z,c,D,n,G,E){R=(c=R,Z);try{if(b=N[0],b==Q0)return c==Z?51:76;if(b==V){W=N[1];try{for(G=0,S=[];G<W.length;){if((h=(e=(n=p[W.charAt(G++)],f=G<W.length?p[W.charAt(G)]:0,++G,G<W.length)?p[W.charAt(G)]:64,++G,G<W.length)?p[W.charAt(G)]:64,++G,null==n||null==f||null==e)||null==h)throw Error();64!=(S.push(n<<2|f>>4),e)&&(S.push(f<<4&240|e>>2),64!=h&&S.push(e<<6&192|h))}T((this.R=(this.F=S,this).F.length<<3,128),this,[0,0,0])}catch(x){H(17,this,x);return}$o(this)}else if(b==I)N[1].push(this.l(112).length,this.l(250),this.l(191).length,this.l(208).length),T(225,this,N[2]),this.U[166]&&Cg(this,this.l(166));else{if(b==A){(z=(q=(S=N[2],C)((this.l(208).length|0)+2,2),this).D,this).D=this;try{D=this.l(229),0<D.length&&l(this,208,C(D.length,2).concat(D),15),l(this,208,[1],104),l(this,208,C(this[A].length,1)),W=0,W+=this.l(45)&2047,v=this.l(112),W-=(this.l(208).length|0)+5,4<v.length&&(W-=(v.length|0)+3),0<W&&l(this,208,C(W,2).concat(this.h(W)),10),4<v.length&&l(this,208,C(v.length,2).concat(v),153)}finally{this.D=z}if(((E=this.h(2).concat(this.l(208)),E[1]=E[0]^3,E)[3]=E[1]^q[0],E)[4]=E[1]^q[1],Y=this.H$(E))Y="!"+Y;else for(W=0,Y="";W<E.length;W++)m=E[W][this.H](16),1==m.length&&(m="0"+m),Y+=m;return(T(250,((G=Y,this).l(112).length=S.shift(),this),S.shift()),this).l(191).length=S.shift(),this.l(208).length=S.shift(),G}if(b==AU)Cg(this,N[1]);else if(b==oL)return Cg(this,N[1])}}finally{R=c}}}()),function(R,Z,N,h){l(this,((N=Q((Z=Q((h=R&4,R&=3,this)),this)),Z=this.l(Z),h&&(Z=RL((""+Z).replace(/\\r\\n/g,"\\n"))),R)&&l(this,N,C(Z.length,2)),N),Z)}),L).prototype.H$=function(R,Z,N,h,S,e,f,Y,W){for(N=(Z=[],0);N<R.length;N+=3)f=(Y=N+1<R.length)?R[N+1]:0,W=R[N],S=(e=N+2<R.length)?R[N+2]:0,h=W>>2,W=(W&3)<<4|f>>4,f=(f&15)<<2|S>>6,S&=63,e||(S=64,Y||(f=64)),Z.push(X[h],X[W],X[f],X[S]);return Z.join("")},function(R,Z,N){return Z.n8(function(h){N=h},false,R),N}),r=function(R,Z,N,h,S,e){if(Z.K.length){(Z.C8=(Z.B&&0(),R),Z).B=true;try{h=Z.j(),Z.f8=h,Z.M=h,S=NO(Z,R),e=Z.j()-Z.M,Z.y$+=e,e<(N?0:10)||0>=Z.$P--||(e=Math.floor(e),Z.uZ.push(254>=e?e:254))}finally{Z.B=false}return S}},ko,NO=(ko=(L.prototype.Ro=function(R,Z,N){for(N=(Z=Q(this),0);0<R;R--)N=N<<8|Q(this);T(Z,this,N)},function(R){return Q(R)^Q(R)}),function(R,Z,N,h){for(;R.K.length;){h=(R.T=false,R.K).pop();try{N=H2(R,h)}catch(S){y(R,S)}if(Z&&R.T){O(function(){r(true,R,true)});break}}return N}),ZI=function(R,Z,N,h){l((N=Q((h=Q(R),R)),R),N,C(R.l(h),Z))},K=function(R,Z,N,h){if(h=0<Z.DO&&Z.B&&Z.C8&&1>=Z.Y&&!Z.C&&!Z.T&&(Z.i||!N)&&0==document.hidden,!h||(h?Z.j():Z.f8)-Z.M<Z.DO-(R?255:N?5:2))return false;return(T(201,(R=Z.l(N?217:201),Z),Z.R),Z.K).push([AU,R]),Z.T=true},tU,Ry=function(R,Z){return(Z=Nh())&&1===R.eval(Z.createScript("1"))?function(N){return Z.createScript(N)}:function(N){return""+N}}((L.prototype[r9]=[0,0,(tU=/./,1),1,0,1,1],L.bind&&(ko[L.prototype.H]=V.pop.bind(L.prototype[I]),tU[L.prototype.H]=V.pop.bind(L.prototype[I])),J)),hA=["botguard"],t=J;hA[0]in t||"undefined"==typeof t.execScript||t.execScript("var "+hA[0]);for(var w;hA.length&&(w=hA.shift());)t=t[w]&&t[w]!==Object.prototype[w]?t[w]:t[w]={};40<(g=J.botguard,g.m)||(g.m=41,g.bg=Se,g.a=je),g.Kap_=function(R,Z,N,h){return h=new L(R,{EK:Z,xP:N}),[function(S){return eI(S,h)}]};try{g.u||(Mh(function(){},J,"unload"),g.u=1)}catch(R){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="cxPYCziDhgDjXxDl6IoJPw">
  document.bg = new botguard.bg('KappnOckiDj1h5hn7DNT4ScVjNC9sTPFh7/Puko5w08OvI9uUb9dbaVU9zSDwH2Le5gdbptk0MgDIBHIj8ahzJiwB3ehEpHdLoXK3jg4Hc3fsieCr2878nNNaPls+eVXlnDfhX0UgDsztkRCV4oXy2ztck2RqO7YJ8iEiZ9Z1e/cmDvTjNd6xBD7YCBtbWItoaM6KpwbQmTpjGl4Ts4XM1TApZusvbeWGIr50OgM5+8OgysyNPW5duZ8O7ycIrbnjdX2Ap84aMFQIX9flNzIkpBKaCQODc+RUvkDC6k8aFKq86Cy/t077Ge08bIpkhOFC08ZuA+3wuXA3pU6aXwWXMrVLlhuiBco9KiOzLPXIHI9weTqKhkZYhqGI+wAbIjxjXPD0G5He6qNEhSy++nQityNPwoXZotMKlGgMJ7ncM35Pa+HUMcv3X26uOB9sNaKTQTYUzsSZ1k46JHkfYGVtpLnocQaY/tJcLDqS3xRjt4Ue/VsFwTu8lBUJtXxsuoXXFrpPnFIYPBGZVdLGSUD8e4b2jvTPNPsB5bRplLvjKa6ju/cJK4LU7UvOwizze9NIGsmJ3wwvbNhOW+KHN83rJUd9F760Le+hsbHiYx6ripzJN0enen0KtrFQYdylWXMI3ApHmUocAJK7JFLAlpau5M9ahqlTMD6q+tnUghdX7eOU5Lc/Hj93qkXSG23hqNwlsXqj2ezK2b6S7c3CnCvjPmgeJIXFfyP1y9AQttGuTAbNl/U9KBeUOg/98wtCF8eKzPD1b9XytG0fbe4HPK3JqP/7bskxBpeu5AfzGL+PTgORgvL4Fwu5ZC01uD/GEx44VIrNJ+QOC/hyTa93X5BADdYT5OavatG5cwp+1T9ngwSapLGrOJPksy9LXQzAz11UH/WXhjbyXPxMFHnj/BhGYI99lULDSri/Yv+8PDRwvweI7YNPC08Ja6oy/CmqZ1tG5eOAuti+/QZP6brXxOD8tGuHty9cdjBW8bYRYAvvQkzHKYG5Rf9lhCz7H9IpevbTKqxjdBKHGaGBGNEV6YKRQd7agC1iWXI0QeVUJSxK235bhudesXiGa8YyAjAQdYZudjVEE/SUzZYpRYdXYPMK395mG5dPh1/aBngz5yVJgt0z3p1sjQjLxkbY/tGRKcDxteS1Ml9sqetB/EJgllyzGeSqsuU4lbBAf5DthHbZqSiKUMM2jj4/EfOj8UBTcuncAXy3T4aYr4D1YJ4/glgad1WKf25w9fhUrcg+B0ndMsdfQbz12nzzpFJvmk2c1EWOGet4DGEQBHp6EpRclBaVTWQLjNX5yqThuUhioulWDRoQvbDKw09mLNVQAwIuegcQ1KhjeIqBSarZL2ayMeboO5hTYN01Z5xPKvkTHSiGUg0HaiHVnxXxy88VVwx351kULhyQ0DMcRKXwSlezyUyNJAez4WYaAG2Vqa47+IdcrfBYPKkKqF3XqgRXagTXdv9DrqaBsS9qygnB83i/TEaeJEhG9QNI2LyYVBv1rnv9VvXIr+DfUG3/7ILlCU65XvJh9IcKuWkxniY+Zk1J+aKBGa9GsGsHZBodexVDXtVlK5eD+Hv5b3B3ZENshyOfuwlu2jfXhhnlsIu6ofgTGfnpND3rQUk4ydFRljQzz+zeJG8VclmgB3rqnrVItyQY2dnnf2YYAh9Vk24KAGI9sRuHXpo/3sUOJMO1CUAIYL1E+MzyzUq/Yi6ZNMpBYyUK8YzuBNphRr4D7cGwrkQH5Mq/ospzOLqeoDf42pjflkBcgYQKCbJzbDCogfk3T3pLoC6Cqy68YQMSS8++LdYb0b7m+mk0X5jEH/1FJ+jwWzYU7JxlKGc77HtaCJpoNicqxCWba8Vb/kku4jLb9XmF/44Sq4tLWin/UKKWo87X3PAg5VUMdpOygw8OJh+CNSxUTXtEdOBMdE2Fixbkb3tY9zDPysp8lKgruUPMNg/poexXlvnFkQeCnsMRIo1Sg5N6BofmF3EVvc1Si7hAbToP5iPrigDyuzGwHgyu6JozbpviwKYl6F0wIKwmfVzVIkSl2NYPXGndWJgkJqPBS96WLOBIM3FglV0RiDe/y7IiV2b9j96TsPzY2Zkr5nhTzA5UOH+054NdKf5Zx3LNCqfQOaPnbYO1N5f7JAKTZfa9qMFir9OY0fDNuFN2EXURwxVWuFFoRk9zAEOkAB74IyUL1Ryj8w+VS1B3UEO3AOcoTJJwTROoikNPY7HgtBN+VYC41hVgENmRQoJIttUHMYIJG9Sy57E6kQsDetCBvDqW7S7XRHdb06Hq7AR3Y62T3hLQCxSykeAL2GVbLYjm0/EOcQ1O2kzpfpUnGKqABXXTqG6Jg5IRmgygfNksHxD/e7C792rmYrUXCBesmzM/IenuouQd7pCAwNWQTx2XpY2CfqaDKacbYdOOiVhczv7JVX5PCAY3eDwOV7sR1hu/T1FTiCLV5MhS/i/1piDGdI7CEtE+QKqkdRZ57zBpYN0XeljZbujDKjLf/87lCQo2rIbfZD5PaB7XNqQILbkgPnk7x/iMYL3NxKuJ0KfHBInvPZrXQnbTMAKG1spcUv8AWB8gHecGh42dfAVci3Rj2+uqod0XyYJb0YGkPI0YVKyRGcHdysCmRvVpJmLZlvE3ufNEI/2TyTXZVj3ZLzEaMbRD6iQEckqUwna8+ZBtmECHVqaalSQ0XUxhRFcGncRG7yvTnyEY/ymb/GKRWLXRrW1jWBMg87O1KAwQeu8c+2m7CPRQ96ChQAmXGRGrVCtAaQOi+SGqFb3WYeBygl4dhxDUFpZnCFQv3z0UsGryICLei2IxnRHmdg3gtsjoclmFfv7raSSoXSB0qPKQaZp9G92mXOowkRCT5pZ5bJkaHaGga1ckX6zAHo04EAmR51X7gvQeMuHq4srVh0ub895uVZ62Pf54TdFSatwu3DjeFiCtErlIZAkwB7f/Hk0YGUVptacXdvSrC3YG3WXiKggD/hI/V4rqwlQ+armIXdyXAisK5I2NEAVdDK61gIcAdk4JBE7pVIIwDJs58CtCs23QTJ9019HNeFT6A1wOwU29xwGtmV9yzA6DVwGn5g1ZVVY6cVZPI9yIX8QXD8RjI1+Is4J20egi1pTR2X8pmwWtuqQZ+BO0x0i0XLBidKzNK/hYgTzJ4akyFSDnSOUAl9VfSidhN/iSOMq4zqOqJLAe0UGz1AKyJQp5mgyRRmkqpA6vajUpQIro3N5eR9V/1LoPiYyRR2aR11RbGJ9tlWE2A7IC+qO6N2RYERauWmHM86mwxGnNHLozNtsRgs3SAINmiafhexB7YT4q2U85CCjwfWWCn/VpHFDWt40YcQJCJ8h2uTXZAVKhhC9b4ZpZR4kDIxIziULoAOaVcXMOqsf/QBtRqafP33F2Eb4jkyXoL977NP8MxZ2bJS67VnQpu0rlErTgAl69+S9Gxnw8WaDcgMnmX+OLYRWqit+uw5b8qJMoVOTLOtD0QOa6hryElm9sxjKG9yWSNtctkDFVW4K+1TzNMUM3fctwCv3sNC/auWmWpHlAbjPgKvG8CADmrVeUWe755GknLZRECXoMqSujWKdhS2gh2t6CtMEfsLtNtIPZGfJEt+srQkfDFYkVOvYtGmtOHyLS+EinRMRdfF66SxkoJEHdQHGhHTAaJQO///kk/re7c6KOJHt858l5KPRV6QQN6E/VrhP76i9u0iCxjMmaHXjXM13us8X7H3SWchHC5ck2Q3Wr/MKcNg0yNiMbwGvzLUQ+Dfubvn+cZ8zkb00bcDEAGVfa1PIt078nkv+pWSf6E//q71EEadS8ShQswT2mQrR9idzeQR2zWKcLCQ7Oks4vQv+LYhK+fFXbAQEDqpqtVuzSx8+0K2wr0OVdFfub0ubQhpjOKmE0CU877dvGwxfWXhAt9hL0sT/KHRtNB03rnCwk/m3BZ4f7HEe7rfIVPuqijUHyvg1mOBqJbr9/pvLT7jL7DQfIbQ3hYL3ojaVkJVN8lAWY2Bq3ZqzIf/sFfMsJY5+mEdEZ2Lof129b1DHdwxLD+D4oD+6v/l4yk3rwvABp9BcRix7hGxLcbA3A5uFNhR5l4uHcG5+HoCETUct2dw6+P4kAotUKThGX3lMl+c2AI342oP2p4CJ7zsQCyTEPqacEOcLCCc7VSqgZtudF3W/fInQpwZBRHMeOsKIAqWuPgMVTY96OMDZJWN6ScvgvN91DgXbOjMDR+xLE3qUPqXYNLJNq4hlAq1LLDYpUD7hC1Fv2ESijz9gaXlL+GLZsFNOVPLnPLJZXiBmpMMZ8QNFwVQ1oAtpOwm9j3yRPeoBk7NhLAl5zFwjx1sb5BNPv/Lexzxf83+wZXNIQmoYpDtq77+Fb8lggbhPF6SFoCTc9FxW8pnUb9HYrB/RakUbIfA+d5U87K9OXj9rrpS5iNAdubGKSjq8CczpnwfKc47LfsbkqPqJ+Y4Ly45V4PYqrN27jiKx4JFwRzgjacoGw2kFOgzS4vHfX6TyRkGuQ950CG230mS/g+vhd//Y9z+TBFA/vgoFpgdXdd5IMYm9CvnBVGxkgVZhzQAFQ0bVlq9EyBpXB11v5ORu1pgEQjkHt0EcydLXyjp6eGKSi+fTdPqqtolnsdZVniBCwJlWWywf/zVnDp69IRNXFsIek4dFLWb6G5RT4ZXpwWrLeHU9zSDAzP+sqQFWo2nXCrltiuakrnFoqnAtpK9CLfoGSZJFlfUwSokTe/sSuJSewH9g+h6VgCN2tQ1EV17wVurui82QC1u6H3a6xvYw2rDNJCjdq+AMKYDEBcLb6JrIv2BrmOfWL3XmGTyGglc8nAzt+s73o+E3jxU0BC0Uoic6ebQzQ0kryc3csuyCGK59zBYzrXyqNxdUGdIk3t0UoubVJPtaef/rBWt7YT3rJEQx+T5pWhSDG9/fwFs7eQGbgB/oIbl2ZdNgcAQmYR5tsrp2EGhkvRflmS5+qh5aMENU8idyvHF3q/Wuci3XjA3C1NfHp8E4bVogDeOTxe2RA1KTACxJiPuOStqg5orByeFYDgdLz+doMNGg0lOHpjUGfQvFdD050XsRb+2Ker9sqXR6X9bpmeSyN7RIue1htghuXsairXhI5HNDTgTwKCKEhrWqUEJaFW/LOj1GBItArBrbH2lpw4zCbhsz64kmFyofbvfod46OTh92mf174aqmTSnR9iPAnK27eTfxxujSTt20yiCBXXRuaMPHAYAaPbwbwd7A6UjX5FyRF4FYURezJAv/sEJsKSW2Kag1KlWrQUUDTX0kfSmY4APXBNSV08rPJAsOcIayytwqQkVIOk/O0dLPm18a4lUOG7ldk384n6VezFXs0TOe5RSbSzGa5OaqZ2LU3q4OqDKWbJt50jRkgzAB/0z2x/R3o+gQ08NCn1XeA2Am8G7jRWpHL3LMkQIzImmg8QcBNnLNMcbdDl+sFQqyxEhqrJvuzbm5X10M/zFrghbr6WBc573bQ1dCAKOueK9mxFbRngyCq2MUDlk1+77rQKo8vH25L0zVXyRr9V7r3ZYE364aPZ2dUrJIDkhUiXvzMUDVhEPy8JANsfeO7d4eTx9R59pnjXeuLHsVWA/f4Ugv2X+g3r/l19ioiTbskpmcF5qHMOEqDiS1i0ddNgQRUDZRCYx18lDt7FrfeBBH3GvA6437k3F5+bmWhGKWRl8RyMYMWtPOo/prQ/jxVJnBMRwTXeW8E2wiszBN+6ehqNno1qC7yJmJkeGLYGukl5dV9wfcHp50vU31C20RyUQfzs1RUQsbOGafuB8UBUyrhInYWd7rb/JZj8MoVtTGKXiYxYQ40YN/LowAFxIPSfdsKL5HijaFyeP10rmK7Ng2oxTYjF1n2WLe0DUbGrLLTSf0z06FqIXBW5/3/sMAyRptX3kozEpyUtkipcwLx3ifB0ZRi/RcxsGvm/NSEHF85yS0AoLXIg+hNiKmIGG9Nc8yUmOtKJYzOKYVUwj8U+j2zkbKZiP6hhHOJT78ed/dVJhcy0m7DE0WkF7nCPoLuZTzLGtOpeFnWgMp9wo0f8eCgtUlFLBJYHO9a3qYg5gUxOxJ+vQayQh7dFLtu9IY5DxY2XOw/lD+5z2toepfPLQlFvg6YLoOWegumaPFa6RK43IXinAoLoCa2xIyHeXetcVbkcb71PHaL3IK1dAmZmqeVmwsFz278DN0pR32MiSicDtQt+N9hA43PctHrJbIrJB+fJIVlFDrGlGriNqfKiNzaqd32D1c/hpIPDs01ospk55Zs3IpCJceA6DLxAkoLD02BUz551miswRFfaXCdRgEPMl7/8eMOrS+EPJ7riOlzfH29IUWuhJOWSJ1jYfLm6untBD7Z0O5O1Duu/Oc3xUZQj8k98VCvlWJpq58pd9TFGd5lAT8W5aYXGF62gJd1wU1gTRD5E/nLsHpJbjd0f+ZLFjbZjBqtCPKDpLpwfRUCW2G+xrbgcTaMZwSLPrD+GJKx2Sg+vYhIOfe/oUgQrnTeDVsIUnm/ggN4JimMfukWUd+qyf2bf0qziA1O+KZNXp27jGMIpBuLtMFzvjzWn5hQUFqRAnCcDle1Hw5N11XTXuUIPzoymTUQi25jvD+D0Ru3Ef9Rwyx+zglbZRTgYWUnfy3jjiLOs3JwHCLu/oujX65AKSzbI8mwtNXC5qUxpJ493any4Sj++4Q5dLEOz0bo/I+yJPrQwBHuH+eVf7yejdtK0ZQMvpQ7sTcBDYqXt2yF9+KljVk8+ZSJngooXqz7thquNabPloyFQfelFUzzFEM564+MXUMbIAxFGSqAEpuJTXO3vlAidnz+9eEWxPGVrPxdghfdqc5Bxvwn7jScMzblOGSQhRnezpQEFz9YnHHL2K5+wVt4gfOvVXBM9ZUqqC7Bz2eIjrE/wYB8unrNYQSRLclMEHqTevTC5YcrBs4N52wscIikx4jMkNEDJYCiU2cYFzJODEdEagwU4rcPHPfyIxD5pF0wZAqbW9VlA5IVU4SxC8BhU+M7tOtfc3zrL9nG1/hBEzvEVpmq8eibGm+jZlhafN1ySMPEP2fZD+UsqmCEKtbTzKxuUo5yoUpt6x/7zFROfVYUnl1aZAY55Fhdt7cnsEzi6NBWh3xnpQzJ4kkE9Xw3c6IcLXNGgAEM+h/fkoRLotbD5jbukOsiJ9hsPA0102SrCY9avdZfXFamCRXVXaVa+lyZYqs/eL7PxJadiPiC9L9MreTmRS+o8QpUq1G2KJHkoC16sYiDl1ACe2NETc7rtKefUAoH6fJ0xL1rlsdUEgMO1fseQhDNtxDL+Gcozuop8jILIu2ZzaArwv7wo0rrGtMCuii67kW3moW/tltjVKGBuFZC/V2Swpd5KuVxrGLil3yfX2cGGXIQ1traLVDDiLsp816iqJ0IRdbJpTn9bnXiV9E3UMpHgLm+v3EYsBsyKVyEXQvH0DN+eHh5P4ohegy5TBpDspUCKEDsvp9AvM2cs9afjk6Iq30ko9lnarMTmP5qnnmDbyhhkr6VsOeyd67IQU+p4ySOeqVCDGWgfRAQYfsngvWMnL20ifMzOkpiKs/j8qbsY8374meW3ppX+X6PgIPxvtDmysXANsZeCJyc5R8SgCa9oFWDVvqgs5cgNUa4NQ1+jg0DRAwprwSEZhbrJn9IR3DpRfcVTJR+HhpTRn+G9pgGX98fJTpsWRdu4Wj1VXhHKsmZsczAFREAGgU6Ww6nIyZgFNb0EeqH7njt8ZbZLuhRVPYM/1CVl8pF6F2KsZSd1MZ5vbgHsQp0U9jjTQXYMBSR5L6xW+iAe9rNKhy7vtBUNFmuoicYdcp7bLdHSZDDvV+F42Td892zQ2maMDPYSI/ObLBVrdh07cvm4LruAyJWMG5RSBxBELTeAafYeQ9W2/MKAismuDUFE/hxh6fyQmAuu9ZpWOFJApe/ydz8MKBqGrsufrXvrEGoCZ1LvqesR1rerQjv09NDkb8aBxZ2EpPeXaac4Okd84mfdIIEVF6PRXsK1bRivlKdB4dmdFRIykf1KjW6ckzN6xBdSOfoicDj51YxC9t5g4qlQaFyRS6lHEJpf+iWYxGrtCojcgoF2Myp/tvwiWR+7NJm93pcgSG8l6J8E4hVq0MNx74jXShv3AMhBZexUndVAY7JuHEEjz4cljR3c9q/VqGIjHZlT2QD1xJszdScURHmeaC4w+ECviByZkZ2gEEezaEelh/IVg3pAqWiHVJxtnCFh/L/jpD/1xkXlsGj1pzjdJD6H0BGRzWmei1BAth9EdyEtZiuXitcqHZ280tmNOnctBPOq9e01OqBWk7/g9tqhoEqZwr+m5yysFXIYGomKoXEp7K7cDMUTaLrX9+6h2DzkWf9UZX0R+tdabv6/fEzm2h6EEomwMadqt4PAV84YAiiQZ519bb6wUzGvGCihsvzwOyJjWU9QvqaL9itj+weNm24DRWg8vj+ff9v+IQSw22HgrlRkuVkNWE8b2YJaajVo27RkaN+MIF4Ys2Mvg1Z7K/PTxnzBjmVIG9kSdtPni0NumyPoN7zZj9OJ5NPB94/ScpChbv0jlSutS7pHFTEI6IO+Q3JeHK6Y6WgidFycIlRWsjlYtrqGBeWO2Eo8YX+BH+wlRSWb5zFzBXlFBDimMnZjwz1UVdIuKHr9wwlI0wxyyH6AY3+5PEgjJnXar46PcLngPNY00RKsed1QX9Av5qvPm+X0YFJaOzYJj/HrJoANhW5D08Bnt90pXz4R5Wigl1XmS9sNB7Vurv7ri/3Fs4w1xBqFdWLGco++AbEIQfBsVjIDIWMo6hg0LUVNVChYOkq3d1SrulymfS53Sg3CQiAqlrUYxKwOcZnX+4A5Pb2SsDhIO2UsgozPGMr1lcxd+MFaWD8PEZAqOma+5ppqZqcHTO7SuWXles7JSVNe5QlQfi4FdWFkwaAgjzlUaGwIgyKsa3K6DRV15gZ86gohSKtZ6JA/cfcLmCXcB7qkLGKmYWbsiYWH2mtxGbruAyPhUZHAY/wGKjysyAyhCLkgQM5yp0wzggvhYBeP0FbnrMvtFuOmUDsT2LJqHRiOOSjlCywbAIu4zX/dzwqAEZWld9WMPyPKa9etu3RqZe/9D6zD3ag2Mpp3tvkz3B0bsUi+1VnZ/ZFG8AnjFmX68k5Y9ebRD0C/UlY7NbiGBYllpZAwspKi1AkBrZu+uJwiwgdY4RQPDtzFfQQ9IvFE5b/wQPuhC/QDz2t5Yinz/22qaAXYjvKPZOduFYK3lL3eww8g4v3oLXNDyDA9aNrf3jC9EZvihkEjQ/XJn3LlK6+P9qghJsUOtZHD+OTvIZ3Lh0ShJ0wiqPkGeaBMKLOvlK5bIs62rAzfvEhA83cajFZ0u3IWZcc9ZSYBFroE32dVV1GbI2FYmUmS0rOTktJgZNXkGEAD8IJdSPoXNzmVAyBwfaTAHALgbEDmSrFtLKpo4TdypzbCrEhQWhXy+jsH0UUAM1kUx65tQkWBGaoMyt93GYR3XveZFA2sc7WqrLFtUNXvqs//DVwQONSzOy7Mf4iZ7SxYc1exilUZbCKjLBSyasBt9y9/RlEvSbkJnvujm3q4/8E2rPJ7cCZa6yiECJvnPbcmEgHbodnQ4sWilgQowIHUxBUb+lhUF4fceyHNDG1CEvR4qIzUuaarhcNgQ2M0ZuFDmuKLLW3SS+OOrlGVBjA2xiDqxbfOveW/2irDBZqHzlcJkRHDWKuGjOEmi53eiJZxk02geH3lgocwqohxxKpPnMPd3i0LFc+i1OfWrwAVbPQMVlaYqpywJG65MfiaO+jKc0Aa5n1A/zcpNrnF3fgRyLeLBUzI3RKe6ljBI8VMf777slzYSpq2XXH2epW5oc1yQQYNV/xQxscE1p2zI+qkpAYvsI67efE/PLJ3FvARWAlK/Lx3U+PpfJtDZDB5IcOWw7L4VDharIbMrC+qozSG230kYVYVdN7JMmcVzThBwVWatwbjS6bDdQq26XFF5YCKrOeqeSSsX97UQCgBSKP/mk6zi/7qcrOlcHQlGXncqVQ6cPFXdQ5vQW369f2XsduNNXkXXoSqphP65vxfu7IfptAyrUd7ah4iP42xUw+q4W8xzCj1QkOxY715w/+dDnT+/XLJL8rl4/CE7/F8Ns8XenbxqLHTzZhbej0OMcs2Y2/j232effloTMbA1mBMtITbZk8mXF9Iq8cBULMvBasbX43xYWdYIl9h3YyvAYVqhlAm664VLIix+6ZAfTfX6JUK3xww2s8v7ns6C0FTkNQ/B+RmuiA/245yPMrVaq39QzGg4jSQemaqFw33vl6k4rZ02lPI8XPa8conv/syY/uOUwajbBBAjkdjNEyTvY/c6AZNjqm11sDtyh/MIX78DSAgvJZdjHmULXyTjnAESFn1RkvQ9x4+rIEXl6mUN17pVP8rFe0j/9Hrv9bDaCUu8Z/FNx2a6J5Ab2nfMAhTrEFGzp4BFo5n1PEfqgM6RYiHEj6pW9xeyUcZaZWHvidSKxe+RBCxRAgea9ICQ6sINaOcCAVFdLqbqCBVbFVVTPlf9r5WVYj2aA2VmnnW79rGDYeZtF6Yv4oIihsn/lhcxvJArs9ke4t11Vk1AjXK3YZFhO9UHwd09ih7A7SINoU53sK5plF4LH2IeFtVDXUeGWZE9+cDjMJrJGS+WeH6FGIbO/g7aJR3yDY9mtgeXp7JbUcKKSfdrXBROX4jCZf9S48BtphOpsU2yyWaQQ1faHM6FHqamLXrBAC4T4AGRLWIoS78HmrkSksP+o2HNoN9LQaNtijXnZ5wwNYtL/DxhEWx0u2DM6NjJqo+n8e5G207/z5PZD35pxztCKvRNEACQCPOTaPYq/2mkR5mMJ5juJidyv4UJ+Z/eYgVc/KrvjFhgK80XjxyW4ccALs/l7Nax94andhS1RpnLFUMHxCrewdLmmIYxwyM/tGcrQ+5J7QR7mw/RJE6qX3SnDeQFmkRq7cgRDBfKh3SX0RODaIRHcSbuTORDw5jNOtP7SC20hrSD1FZmdaArpGk69vSpUfWCQO5sKIhHAXizAw3E2XQ=');
  </script>
<script nonce="cxPYCziDhgDjXxDl6IoJPw">
  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="cxPYCziDhgDjXxDl6IoJPw">
  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="cxPYCziDhgDjXxDl6IoJPw">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="cxPYCziDhgDjXxDl6IoJPw">
  (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="cxPYCziDhgDjXxDl6IoJPw">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="cxPYCziDhgDjXxDl6IoJPw">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fcnps.org_gbp29t9h40tljbl4gicaucla4o%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Da%26max-results%3D5%26futureevents%3Dtrue\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fcnps.org_gbp29t9h40tljbl4gicaucla4o%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Da%26max-results%3D5%26futureevents%3Dtrue\x26osid=1\x26service=cl\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fcnps.org_gbp29t9h40tljbl4gicaucla4o%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Da%26max-results%3D5%26futureevents%3Dtrue\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fcnps.org_gbp29t9h40tljbl4gicaucla4o%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Da%26max-results%3D5%26futureevents%3Dtrue\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
