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