
<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <meta content="width=300, initial-scale=1" name="viewport">
  <meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
  <title>Sign in - Google Accounts</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 with your Google Account
  </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="AFoagUUpblQBo3V7OK_d1EaNzL69bFE8cg:1648739434732">
  <input type="hidden" name="ifkv" value="AU9NCczrKByFoXRTSwpgZJJP4_KY0x1zZeGlFtbzPY31LCzD7qHTyNmpWAZw7T2RREPm8vCiVr_R7g">
  <input type="hidden" name="continue" value="https://sites.google.com/view/ovinebydesign/feed/rss/">
  <input type="hidden" name="followup" value="https://sites.google.com/view/ovinebydesign/feed/rss/">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlz6rcmh6kUqAsfH-O_7PJkPhr4Ysz5G_rRlHvZHBU2KJV2EzyzHJJXWcqQAYaCHAhSV7z1zov4JweLK7NKTNOhs-z4YHFB7eYtToQUCC65a_KBm3VkFFc6G-NK4A1Ya6hGOUR_dhQqp-LD8S7jlg75qsrrIANtd9JKf6ZDZ-myUowlnMsbf3GSq8nHZ4EmZJL9ckGix">
  <input name="flowName" type="hidden" value="WEB_SETUP_GLIF">
  <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%2Fsites.google.com%2Fview%2Fovinebydesign%2Ffeed%2Frss%2F&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%2Fsites.google.com%2Fview%2Fovinebydesign%2Ffeed%2Frss%2F&amp;followup=https%3A%2F%2Fsites.google.com%2Fview%2Fovinebydesign%2Ffeed%2Frss%2F">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fovinebydesign%2Ffeed%2Frss%2F">
  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="X6Kdf7EU2OYbSWXI7/VykQ">
  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="X6Kdf7EU2OYbSWXI7/VykQ">(function(){function V(x){return x}var b=this||self,w=function(x){return V.call(this,x)},r=function(x,F,Y,W,J){if(J=(W=F,b.trustedTypes),!J||!J.createPolicy)return W;try{W=J.createPolicy(x,{createHTML:w,createScript:w,createScriptURL:w})}catch(U){if(b.console)b.console[Y](U.message)}return W};(0,eval)(function(x,F){return(F=r("tl",null,"error"))&&1===x.eval(F.createScript("1"))?function(Y){return F.createScript(Y)}:function(Y){return""+Y}}(b)(Array(7824*Math.random()|0).join("\n")+['(function(){var I=function(V,Y,x,W,J,w,F){return(((3==(4==(V>>1&13)&&(this.S=Y),V+5&27)&&(F=typeof W.className==Y?W.className:W.getAttribute&&W.getAttribute("class")||x),V^847)&15||(this.listener=x,this.proxy=null,this.src=W,this.type=Y,this.capture=!!w,this.kJ=J,this.key=++$a,this.v=this.l=false),V)-9&13||(W=typeof x,F="object"==W&&x!=Y||"function"==W),V>>1)&11||(this.C=G.document||document),F},f=function(V,Y,x,W,J,w,F,b,U){return(2==((((V<<1)%19||("string"==typeof Y.className?Y.className=W:Y.setAttribute&&Y.setAttribute(x,W)),V)^525)%13||W.F.splice(x,x,Y),(V^217)&15)&&(Array.isArray(J)&&(J=J.join(Y)),b=x+W,""===J||void 0==J?(xa||(xa={atomic:false,autocomplete:"none",dropeffect:"none",haspopup:false,live:"off",multiline:false,multiselectable:false,orientation:"vertical",readonly:false,relevant:"additions text",required:false,sort:"none",busy:false,disabled:false,hidden:false,invalid:"false"}),F=xa,W in F?w.setAttribute(b,F[W]):w.removeAttribute(b)):w.setAttribute(b,J)),V-7&15)||(U=!!(J=Y.tJ,-(W|0)-~J-~(J|W)+x*(~J|W))),U},Ya=function(V,Y,x,W,J,w,F,b,U){if(!((J^V)%6)){if(b=window.btoa){for(W=(F="",0);W<w.length;W+=8192)F+=String.fromCharCode.apply(null,w.slice(W,W+8192));x=b(F).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}else x=void 0;U=x}return(J<<1)%7||(U=(W=g[w.substring(0,Y)+"_"])?W(w.substring(Y),x,F):FG(9,2,6,w,x)),U},l=function(V,Y,x,W,J,w,F,b,U,r){if(2==(V+5&7))if(F&&F.once)y(x,true,w,7,J,F,b,W);else if(Array.isArray(W))for(U=x;U<W.length;U++)l(13,false,0,W[U],J,w,F,b);else J=JH(3,J,20),b&&b[bq]?b.N.add(String(W),J,Y,I(25,null,F)?!!F.capture:!!F,w):wa(29,false,W,b,J,Y,w,F);if(!((V^962)%9))a:if("string"===typeof x)r="string"!==typeof W||1!=W.length?-1:x.indexOf(W,Y);else{for(J=Y;J<x.length;J++)if(J in x&&x[J]===W){r=J;break a}r=-1}return(V<<2)%((V-9)%9||(r=Math.floor(this.H())),10)||(r=x in UG?UG[x]:UG[x]=Y+x),r},sG=function(V,Y,x,W,J,w,F,b){if(!((((Y<<1)%(1==(Y-V&11)&&(this.N3=this.N3),14)||(b=Object.prototype.hasOwnProperty.call(x,ra)&&x[ra]||(x[ra]=++OG)),Y)>>2)%7))if(x.classList)Array.prototype.forEach.call(W,function(U,r){x.classList?x.classList.add(U):T9(4,0,5,"string",x,U)||(r=I(34,"string","",x),f(76,x,"class",r+(0<r.length?" "+U:U)))});else{for(w in(Array.prototype.forEach.call(R(20,(J={},"string"),x),function(U){J[U]=true}),Array.prototype).forEach.call(W,function(U){J[U]=true}),F="",J)F+=0<F.length?" "+w:w;f(19,x,"class",F)}return b},A=function(V,Y,x,W,J,w,F,b,U,r,O,T,m){if(!(V-1&13)){for(b=U=(w=[],0);b<Y.length;b++)for(U+=x,J=(F=J<<x,W=Y[b],-1-~W+(F&~W));7<U;)U-=8,w.push((r=J>>U,255+2*(r&-256)-2*(r^255)+(~r&255)));m=w}if(!((V|8)%6)){if(L.call(this,W),!(b=x)){for(J=this.constructor;J;){if(w=sG(8,7,J),F=G9[w])break;J=(U=Object.getPrototypeOf(J.prototype))&&U.constructor}b=F?"function"===typeof F.dz?F.dz():new F:null}this.W=b}if(!((V>>1)%13))if(U=x.N.R[String(w)]){for(O=(b=(U=U.concat(),Y),0);O<U.length;++O)(r=U[O])&&!r.l&&r.capture==J&&(F=r.kJ||r.src,T=r.listener,r.v&&IW(9,r,0,x.N,5),b=false!==T.call(F,W)&&b);m=b&&!W.defaultPrevented}else m=Y;return m},c=function(V,Y,x,W,J,w,F,b,U,r){return(Y+((Y<<V)%7||"number"===typeof J||!J||J.l||((U=J.src)&&U[bq]?IW(9,J,x,U.N,10):(w=J.proxy,F=J.type,U.removeEventListener?U.removeEventListener(F,w,J.capture):U.detachEvent?U.detachEvent(l(15,"on",F),w):U.addListener&&U.removeListener&&U.removeListener(w),ff--,(b=R(6,U))?(IW(9,J,x,b,15),b.K==x&&(b.src=W,U[EG]=W)):K(null,J,19))),9))%7||(x.dz=function(){return x.hF?x.hF:x.hF=new x},x.hF=void 0),r},y6=function(V,Y,x,W,J,w,F,b){return 3==(Y>>1&(((2==(Y-3&((Y<<1)%13||(this.src=x,this.R={},this.K=0),15))&&(N.call(this,x?x.type:""),this.relatedTarget=this.currentTarget=this.target=null,this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,this.key="",this.charCode=this.keyCode=0,this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this.state=null,this.pointerId=0,this.pointerType="",this.Y=null,x&&(J=this.type=x.type,F=x.changedTouches&&x.changedTouches.length?x.changedTouches[0]:null,this.target=x.target||x.srcElement,this.currentTarget=W,w=x.relatedTarget,w||("mouseover"==J?w=x.fromElement:"mouseout"==J&&(w=x.toElement)),this.relatedTarget=w,F?(this.clientX=void 0!==F.clientX?F.clientX:F.pageX,this.clientY=void 0!==F.clientY?F.clientY:F.pageY,this.screenX=F.screenX||0,this.screenY=F.screenY||0):(this.offsetX=x.offsetX,this.offsetY=x.offsetY,this.clientX=void 0!==x.clientX?x.clientX:x.pageX,this.clientY=void 0!==x.clientY?x.clientY:x.pageY,this.screenX=x.screenX||0,this.screenY=x.screenY||0),this.button=x.button,this.keyCode=x.keyCode||0,this.key=x.key||"",this.charCode=x.charCode||("keypress"==J?x.keyCode:0),this.ctrlKey=x.ctrlKey,this.altKey=x.altKey,this.shiftKey=x.shiftKey,this.metaKey=x.metaKey,this.pointerId=x.pointerId||0,this.pointerType="string"===typeof x.pointerType?x.pointerType:nf[x.pointerType]||"",this.state=x.state,this.Y=x,x.defaultPrevented&&k.j.preventDefault.call(this))),Y)>>2)%18||(this.type=x,this.currentTarget=this.target=W,this.defaultPrevented=this.s=false),15))&&(x.classList?Array.prototype.forEach.call(W,function(U){d(V,"class",0," ","string",x,U)}):f(38,x,"class",Array.prototype.filter.call(R(13,"string",x),function(U){return!(0<=l(23,0,W,U))}).join(" "))),b},d=function(V,Y,x,W,J,w,F,b,U,r){if(3==((V^((4==(((V-9)%7||(w.classList?w.classList.remove(F):T9(4,x,16,J,w,F)&&f(57,w,Y,Array.prototype.filter.call(R(40,J,w),function(O){return O!=F}).join(W))),V-2)&13)&&(W.O=((W.O?W.O+"~":"E:")+x.message+Y+x.stack).slice(0,2048)),(V-4)%16)||Y.Fw&&Y.Fw.forEach(x,void 0),205))&15)){for(b=U=0;U<Y.length;U++)b+=Y.charCodeAt(U),b+=b<<10,b^=b>>6;r=(J=new Number((F=(1<<x)-1,(w=(b+=b<<3,b^=b>>11,b+(b<<15)>>>0),-(F|0))-~w-~(w|F)+2*(~w|F))),J[0]=(w>>>x)%W,J)}return V-1&15||(r=Math.floor(this.zR+(this.H()-this.B))),r},FG=function(V,Y,x,W,J,w,F,b,U){if(!(x+V&(x<<Y&7||(J(function(r){r(W)}),U=[function(){return W}]),7)))a:{for(b in w)if(F.call(void 0,w[b],b,w)){U=J;break a}U=W}return U},IW=function(V,Y,x,W,J,w,F,b,U){return(J-8&6||(w=W,w^=w<<13,w=(F=w>>17,2*(w|F)-3*(w&F)-~(w&F)+(~w^F)),(w=(w^w<<5)&Y)||(w=1),U=x^w),(J-V)%5)||(x.l?w=true:(Y=new k(W,this),F=x.listener,b=x.kJ||x.src,x.v&&c(1,7,0,null,x),w=F.call(b,Y)),U=w),(J<<2)%10||(w=Y.type,w in W.R&&z9(1,x,17,Y,W.R[w])&&(K(null,Y,5),W.R[w].length==x&&(delete W.R[w],W.K--))),U},H=function(V,Y,x,W,J,w,F,b,U,r,O,T){if(!((Y>>2)%10)){for(w=(J=H(x,51),0);0<W;W--)w=w<<V|P(396,V,x);S(x,J,w)}if(!(Y+((4==(Y-7&7)&&(V.U?T=MV(V.i,V):(W=lq(true,8,396,V),W&128&&(W^=128,x=lq(true,2,396,V),W=(J=W<<2,(J&x)-1-~(J|x))),T=W)),(Y+6)%15||(w=P(396,V,x),w&128&&(w=(J=-~w-(w&-128)+(w^127)+(~w^127),W=P(396,V,x)<<7,-~W+(J&~W)+(~J&W)+(J|~W))),T=w),Y)>>2&22||(U=RW,b=-~(J|7)-(J^7)+(~J&7)+(J|-8),F=[73,-8,-22,57,96,-57,F,-94,-32,99],O=Ze[w.T](w.e3),O[w.T]=function(m){b+=6+(r=m,7)*J,b&=7},O.concat=function(m,E,n,t){return((E=(m=W%16+1,x)*r*r- -352*W*r+1*W*W*m+b-m*r- -3916*r+F[b+43&7]*W*m-x*W*W*r+(U()|0)*m,r=void 0,n=F[E],F)[(t=b+V,7+(t&-8)-(t^7))+((J|2)- -1+(~J^2))]=n,F)[b+(J&2)]=-8,n},T=O),3)&25))if(J="array"===Lf("number","array",W)?W:[W],this.O)V(this.O);else try{w=!this.F.length,F=[],f(24,[Bd,F,J],0,this),f(24,[hH,V,F],0,this),x&&!w||AH(true,254,true,this,x)}catch(m){d(6,":",m,this),V(this.O)}return T},NV=function(V,Y,x,W,J,w,F,b,U,r,O){return(Y^64)%((Y<<1)%(2==((Y|8)&7)&&(O=(w=(b=W[J]<<V,F=W[(J|0)+1]<<16,~F-2*~(b|F)+(~b^F)+(~b&F)),U=W[4*(J&2)+2*~(J&2)-(J|-3)-(~J|2)]<<x,(w|0)+(U|0)-(w&U))|W[(J|0)+3]),6)||(O=r=function(){if(F.S==F){if(F.A){var T=[Kf,w,J,void 0,b,U,arguments];if(W==V)var m=(f(49,T,0,F),AH(true,254,x,F,x));else if(1==W){var E=!F.F.length;(f(68,T,0,F),E)&&AH(true,254,x,F,x)}else m=cd(F,2,T,true);return m}b&&U&&b.removeEventListener(U,r,oW)}}),4)||(W=Ze[V.T](V.Kr),W[V.T]=function(){return x},W.concat=function(T){x=T},O=W),O},JH=function(V,Y,x,W,J){return((x+1)%V||("function"===typeof Y?J=Y:(Y[ka]||(Y[ka]=function(w){return Y.handleEvent(w)}),J=Y[ka])),(x>>2)%2)||(J=Ze[W](Ze.prototype,{parent:Y,floor:Y,document:Y,propertyIsEnumerable:Y,pop:Y,call:Y,console:Y,prototype:Y,replace:Y,splice:Y,stack:Y,length:Y})),J},wa=function(V,Y,x,W,J,w,F,b,U,r,O,T,m){if(!((V+1)%((V+1)%11||(Q.call(this),Y||XG||(XG=new ec),this.AF=this.Fw=this.oX=this.GR=this.Lr=null,this.$J=void 0,this.Ey=false),15))){if(!x)throw Error("Invalid event type");if(!(r=(T=((O=R(15,W))||(W[EG]=O=new da(W)),I(59,null,b)?!!b.capture:!!b),O.add(x,J,w,T,F)),r.proxy)){if((r.proxy=(U=Hd(3,17),U),U.src=W,U).listener=r,W.addEventListener)Pd||(b=T),void 0===b&&(b=Y),W.addEventListener(x.toString(),U,b);else if(W.attachEvent)W.attachEvent(l(10,"on",x.toString()),U);else if(W.addListener&&W.removeListener)W.addListener(U);else throw Error("addEventListener and attachEvent are unavailable.");ff++}}if(3==((V^513)&11))for(J in W=Y,x.R){for(w=x.R[J],F=Y;F<w.length;F++)++W,K(null,w[F],26);delete x.R[J],x.K--}return m},De=function(V,Y,x,W,J,w,F,b,U,r){if(1==(Y>>2&11))for(F=w.length,b="string"===typeof w?w.split(W):w,U=x;U<F;U++)U in b&&J.call(void 0,b[U],U,w);return 1==((((Y^487)%11||(Sc.call(this),this.N=new da(this),this.sy=this,this.j3=null),Y)^931)&V)&&(J.q3(function(O){w=O},x,W),r=w),r},z9=function(V,Y,x,W,J,w,F,b){return x>>V&7||(w=l(28,Y,J,W),(F=w>=Y)&&Array.prototype.splice.call(J,w,V),b=F),(x+6)%7||(b=Y&&Y.parentNode?Y.parentNode.removeChild(Y):null),b},Cf=function(V,Y,x,W,J,w,F,b,U){return x>>Y&3||(w=function(){},b=void 0,F=Q6(W,function(r){w&&(J&&qV(J),b=r,w(),w=void 0)},!!J)[0],U={low:function(r,O,T,m,E,n){if(!O)return m=F(T),r&&r(m),m;(n=function(){b(function(t){qV(function(){r(t)})},T)},b)?n():(E=w,w=function(){E(),qV(n)})}}),U},T9=function(V,Y,x,W,J,w,F,b,U){if(!((x|V)%((2==(x-5&15)&&q.call(this,Y,W||aW.dz(),J),x>>2)%15||(U=Y),15))){if(!W)throw Error("Invalid class name "+W);if("function"!==typeof Y)throw Error("Invalid decorator function "+Y);}return(x^926)%13||(J.classList?F=J.classList.contains(w):(b=R(31,W,J),F=l(14,Y,b,w)>=Y),U=F),U},K=function(V,Y,x,W,J,w){return(x<<1)%((x+2)%7||(Y.l=true,Y.listener=V,Y.proxy=V,Y.src=V,Y.kJ=V),9)||(J=function(){},J.prototype=W.prototype,Y.j=W.prototype,Y.prototype=new J,Y.prototype.constructor=Y,Y.fM=function(F,b,U){for(var r=Array(arguments.length-V),O=V;O<arguments.length;O++)r[O-V]=arguments[O];return W.prototype[b].apply(F,r)}),w},y=function(V,Y,x,W,J,w,F,b,U,r,O,T,m){if(2==(W+8&15)){if(x.S=(r=(b=(F=(w||x.RX++,x.JF>V&&x.yU&&x.nr&&1>=x.S3&&!x.U)&&!x.$&&(!w||1<x.QU-Y)&&0==document.hidden,(O=4==x.RX)||F)?x.H():x.X,b)-x.X,U=r>>14,x.D&&(x.D^=U*(r<<2)),x.aX+=U,U||x.S),O||F)x.RX=V,x.X=b;!F||b-x.B<x.JF-(J?255:w?5:2)?m=false:(x.QU=Y,T=C(w?384:217,x),S(x,217,x.Z),x.F.push([vd,T,w?Y+1:Y]),x.$=qV,m=true)}if(3==((W^690)&13||(m=(J=x>>>8*Y,(J|V)-(J^255)+(~J&255))),(W^468)&15))if(Array.isArray(b))for(U=V;U<b.length;U++)y(0,true,x,23,J,w,F,b[U]);else J=JH(3,J,14),F&&F[bq]?F.N.add(String(b),J,Y,I(43,null,w)?!!w.capture:!!w,x):wa(14,false,b,F,J,Y,x,w);if(2==((W^893)&14))if(Array.isArray(J))for(b=V;b<J.length;b++)y(0,Y,x,15,J[b],w,F);else U=I(27,null,F)?!!F.capture:!!F,x=JH(3,x,5),w&&w[bq]?w.N.remove(String(J),x,U,Y):w&&(O=R(24,w))&&(r=O.Uy(U,Y,x,J))&&c(1,14,0,null,r);return m},Hd=function(V,Y,x,W,J,w,F,b,U){if(((((Y^873)%8||(W=pf,U=x=function(r){return W.call(x.src,x.listener,r)}),Y)+V)%11||(F=typeof w,b=F!=x?F:w?Array.isArray(w)?"array":F:"null",U=b==W||b==x&&typeof w.length==J),Y+1)%10||(U=f(39,J,2,W)&&!!(J.G&W)!=w&&(!(F=J.mh,(W|0)- -2+(~F&W)+2*(F|~W))||J.dispatchEvent(R(7,4,1,x,2,W,w)))&&!J.N3),((Y|1)&15)==V)if(F=W.length,F>x){for(J=(w=Array(F),x);J<F;J++)w[J]=W[J];U=w}else U=[];return U},R=function(V,Y,x,W,J,w,F,b,U){if(!((V-5)%((V^933)%9||(U=x.classList?x.classList:I(30,Y,"",x).match(/\\S+/g)||[]),6)))a:{for(F=Y;F<J.length;++F)if(b=J[F],!b.l&&b.listener==x&&b.capture==!!w&&b.kJ==W){U=F;break a}U=-1}if(!((V+3)%9||(x=Y[EG],U=x instanceof da?x:null),(V<<2)%7))a:{switch(w){case x:U=F?"disable":"enable";break a;case J:U=F?"highlight":"unhighlight";break a;case Y:U=F?"activate":"deactivate";break a;case 8:U=F?"select":"unselect";break a;case 16:U=F?"check":"uncheck";break a;case 32:U=F?"focus":"blur";break a;case W:U=F?"open":"close";break a}throw Error("Invalid component state");}return U},a=function(V,Y,x){x=this;try{uq(V,this,Y)}catch(W){d(22,":",W,this),V(function(J){J(x.O)})}},jc=function(V,Y,x,W,J){return Cf.call(this,918,1,8,V,Y,x,W,J)},$o=function(V,Y,x,W,J,w,F,b,U,r,O,T){((Y.push((O=V[0]<<24|V[1]<<16,r=V[2]<<8,-~O-2*(~O^r)+(O|~r)+2*(~O|r))|V[3]),Y).push((w=(U=V[4]<<24,J=V[5]<<16,2*(J|0)- -1+2*~J-~(U|J)),x=V[6]<<8,-~(w|x)+(w&~x)+(~w^x)+(~w&x))|V[7]),Y).push((T=(F=V[8]<<24,b=V[9]<<16,-~(F&b)-1+(F^b)),W=V[10]<<8,~(T&W)-2*~T-(~T^W)+2*(~T|W))|V[11])},xo=function(){return c.call(this,1,3)},Yo=function(V,Y){for(var x,W=1,J;W<arguments.length;W++){for(x in J=arguments[W],J)V[x]=J[x];for(var w=0;w<F$.length;w++)x=F$[w],Object.prototype.hasOwnProperty.call(J,x)&&(V[x]=J[x])}},v,Vh=function(V,Y){for(Y=[];V--;)Y.push(255*Math.random()|0);return Y},Q6=function(V,Y,x,W){return Ya.call(this,557,3,Y,W,7,V,x)},G=this||self,ra="closure_uid_"+(1E9*Math.random()>>>0),OG=0,Je=function(V,Y,x,W,J){if(!(J=(W=G.trustedTypes,x),W)||!W.createPolicy)return J;try{J=W.createPolicy(Y,{createHTML:W9,createScript:W9,createScriptURL:W9})}catch(w){if(G.console)G.console[V](w.message)}return J},XG,W9=function(V){return T9.call(this,4,V,3)},bU=function(V,Y,x,W,J,w,F,b,U,r,O,T){for(b=T=x,w=[];T<Y.length;T++)F=Y.charCodeAt(T),F<V?w[b++]=F:(2048>F?w[b++]=(O=F>>6,(O&192)+(O&-193)+(~O&192)):(55296==64512-~(F&64512)+-64513&&T+1<Y.length&&56320==(Y.charCodeAt(T+1)&64512)?(F=65536+((F|1023)-~(F&1023)+~(F|1023)<<10)+(Y.charCodeAt(++T)&1023),w[b++]=(r=F>>18,(r&240)-~r+-241+2*(~r&240)),w[b++]=(U=F>>12,-~(U&63)+(U&-64)+(~U|63))|V):w[b++]=(J=F>>12,(J|x)+-1-(J|-225)),w[b++]=(W=F>>6,63+(~W^63)-(~W|63))|V),w[b++]=F&63|V);return w},Pd=function(V,Y){if(!G.addEventListener||!Object.defineProperty)return false;Y=Object.defineProperty({},(V=false,"passive"),{get:function(){V=true}});try{G.addEventListener("test",xo,Y),G.removeEventListener("test",xo,Y)}catch(x){}return V}(),Sc=function(){return sG.call(this,8,9)},N=(Sc.prototype.N3=false,function(V,Y){return y6.call(this,9,3,V,Y)}),k=(N.prototype.stopPropagation=(N.prototype.preventDefault=function(){this.defaultPrevented=true},function(){this.s=true}),function(V,Y,x,W,J){return y6.call(this,9,5,V,Y,x,W,J)}),nf={2:"touch",3:"pen",4:(K(2,k,36,N),"mouse")},bq="closure_listenable_"+(1E6*((k.prototype.stopPropagation=function(){(k.j.stopPropagation.call(this),this).Y.stopPropagation?this.Y.stopPropagation():this.Y.cancelBubble=true},k).prototype.preventDefault=function(V){V=(k.j.preventDefault.call(this),this).Y,V.preventDefault?V.preventDefault():V.returnValue=false},Math.random())|0),$a=0,F$="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),da=function(V){return y6.call(this,9,13,V)},wA=function(V,Y,x,W,J){return I.call(this,15,J,Y,x,W,V)},EG="closure_lm_"+(1E6*((da.prototype.add=function(V,Y,x,W,J,w,F,b,U){return-(F=R(17,0,Y,(w=V.toString(),U=this.R[w],U||(U=this.R[w]=[],this.K++),J),U,W),1)<F?(b=U[F],x||(b.v=false)):(b=new wA(!!W,Y,this.src,J,w),b.v=x,U.push(b)),b},da.prototype.remove=function(V,Y,x,W,J,w,F){if(!((F=V.toString(),F)in this.R))return false;return J=R(5,0,(w=this.R[F],Y),W,w,x),-1<J?(K(null,w[J],12),Array.prototype.splice.call(w,J,1),0==w.length&&(delete this.R[F],this.K--),true):false},da).prototype.Uy=(da.prototype.hasListener=function(V,Y,x,W,J){return FG((x=void 0!==(W=(J=void 0!==V)?V.toString():"",Y),9),2,7,false,true,this.R,function(w,F){for(F=0;F<w.length;++F)if(!(J&&w[F].type!=W||x&&w[F].capture!=Y))return true;return false})},function(V,Y,x,W,J,w){return-1<((J=this.R[w=-1,W.toString()],J)&&(w=R(11,0,x,Y,J,V)),w)?J[w]:null}),Math).random()|0),pf=function(V,Y,x,W,J,w){return IW.call(this,9,x,V,Y,14,W,J,w)},ff=0,UG={},ka="__closure_events_fn_"+(1E9*Math.random()>>>0),Q=function(){return De.call(this,13,3)},ec=(((((K(2,Q,27,Sc),Q).prototype[bq]=true,Q).prototype.fr=function(V){this.j3=V},Q).prototype.addEventListener=function(V,Y,x,W){l(21,false,0,V,Y,W,x,this)},Q.prototype).removeEventListener=function(V,Y,x,W){y(0,W,Y,14,V,this,x)},Q.prototype.dispatchEvent=function(V,Y,x,W,J,w,F,b,U,r,O,T){if(b=this.j3)for(x=[],U=1;b;b=b.j3)x.push(b),++U;if(W=!("string"===(J=(F=(O=(r=x,this.sy),V),F.type||F),typeof F)?F=new N(F,O):F instanceof N?F.target=F.target||O:(w=F,F=new N(J,O),Yo(F,w)),0),r)for(T=r.length-1;!F.s&&0<=T;T--)Y=F.currentTarget=r[T],W=A(79,true,Y,F,true,J)&&W;if(F.s||(Y=F.currentTarget=O,W=A(53,true,Y,F,true,J)&&W,F.s||(W=A(27,true,Y,F,false,J)&&W)),r)for(T=0;!F.s&&T<r.length;T++)Y=F.currentTarget=r[T],W=A(26,true,Y,F,false,J)&&W;return W},Q.prototype.Uy=function(V,Y,x,W){return this.N.Uy(V,Y,x,String(W))},Q.prototype.hasListener=function(V,Y){return this.N.hasListener(void 0!==V?String(V):void 0,Y)},function(){return I.call(this,32)}),U2=function(V,Y,x,W,J,w,F,b,U,r){function O(T){T&&W.appendChild("string"===typeof T?J.createTextNode(T):T)}for(U=1;U<F.length;U++)if(b=F[U],!Hd(3,8,"object",V,"number",b)||I(11,null,b)&&b.nodeType>x)O(b);else{a:{if(b&&"number"==typeof b.length){if(I(57,null,b)){r="function"==typeof b.item||typeof b.item==w;break a}if("function"===typeof b){r="function"==typeof b.item;break a}}r=false}De(13,5,x,Y,O,r?Hd(3,3,x,b):b)}},xa,rA=(v=ec.prototype,function(V){return z9.call(this,1,V,8)}),O2=(v.appendChild=(v.createElement=(v.contains=function(V,Y){if(!V||!Y)return false;if(V.contains&&1==Y.nodeType)return V==Y||V.contains(Y);if("undefined"!=typeof V.compareDocumentPosition)return V==Y||!!(V.compareDocumentPosition(Y)&16);for(;Y&&V!=Y;)Y=Y.parentNode;return Y==V},function(V,Y,x){return((Y=String((x=this.C,V)),"application/xhtml+xml")===x.contentType&&(Y=Y.toLowerCase()),x).createElement(Y)}),v.append=function(V,Y){U2("array","",0,V,9==V.nodeType?V:V.ownerDocument||V.document,"string",arguments)},(v.removeNode=rA,v).canHaveChildren=function(V){if(1!=V.nodeType)return false;switch(V.tagName){case "APPLET":case "AREA":case "BASE":case "BR":case "COL":case "COMMAND":case "EMBED":case "FRAME":case "HR":case "IMG":case "INPUT":case "IFRAME":case "ISINDEX":case "KEYGEN":case "LINK":case "NOFRAMES":case "NOSCRIPT":case "META":case "OBJECT":case "PARAM":case "SCRIPT":case "SOURCE":case "STYLE":case "TRACK":case "WBR":return false}return true},v.getElementsByTagName=(v.I=function(V){return"string"===typeof V?this.C.getElementById(V):V},v.createTextNode=function(V){return this.C.createTextNode(String(V))},function(V,Y){return(Y||this.C).getElementsByTagName(String(V))}),function(V,Y){V.appendChild(Y)}),function(){return A.call(this,10)}),L=((c(1,19,O2),O2.prototype).P6=0,function(V){return wa.call(this,21,V)});(((K(2,(O2.prototype.B6="",L),18,Q),L.prototype.bo=O2.dz(),L.prototype).I=function(){return this.Lr},L.prototype.getParent=function(){return this.AF},L.prototype).tF=function(){this.Ey=!(d(20,this,function(V){V.Ey&&V.tF()}),this.$J&&wa(6,0,this.$J),1)},L.prototype.fr=function(V){if(this.AF&&this.AF!=V)throw Error("Method not supported");L.j.fr.call(this,V)},L.prototype).removeChild=function(V,Y,x,W,J,w,F,b,U,r,O,T){if(V&&("string"===typeof V?W=V:((J=V.oX)||(x=V.bo,w=V,F=x.B6+":"+(x.P6++).toString(36),J=w.oX=F),W=J),O=W,this.GR&&O?(T=this.GR,r=(null!==T&&O in T?T[O]:void 0)||null):r=null,V=r,O&&V)){if(null==(U=((z9(1,((b=this.GR,O)in b&&delete b[O],0),16,V,this.Fw),Y)&&(V.tF(),V.Lr&&rA(V.Lr)),V),U))throw Error("Unable to set parent component");(U.AF=null,L).j.fr.call(U,null)}if(!V)throw Error("Child is not in parent component");return V};var TX,ml=function(V,Y){return y6.call(this,9,6,V,Y)},s2=function(V,Y,x,W,J){return sG.call(this,8,3,V,Y,x,W,J)},GX=function(){return wa.call(this,11)},Id=((v=(c(1,40,GX),GX).prototype,v).uo=function(V){return V.I()},function(){return Cf.call(this,918,1,6)}),fa={button:"pressed",checkbox:"checked",menuitem:"selected",menuitemcheckbox:"checked",menuitemradio:"checked",radio:"checked",tab:((v.TR=function(V,Y,x,W,J,w){if(f(55,V,2,32)&&(J=V.uo())){if(!Y&&V.G&32){try{J.blur()}catch(F){}V.G&32&&(V.DV&4&&f(7,V,2,4)&&V.setActive(false),V.DV&32&&f(23,V,2,32)&&Hd(3,39,64,32,V,false)&&V.h(false,32))}if(W=J.hasAttribute("tabindex"))x=J.tabIndex,W="number"===typeof x&&0<=x&&32768>x;W!=Y&&(w=J,Y?w.tabIndex=0:(w.tabIndex=-1,w.removeAttribute("tabIndex")))}},v.rz=function(){return"goog-control"},v).P=function(V,Y,x,W){(W=Y.I?Y.I():Y)&&(x?s2:ml)(W,[V])},v.h=function(V,Y,x,W,J,w){if(J=Y.I())this.W6||(W=this.rz(),W.replace(/\\xa0|\\s/g," "),this.W6={1:W+"-disabled",2:W+"-hover",4:W+"-active",8:W+"-selected",16:W+"-checked",32:W+"-focused",64:W+"-open"}),(w=this.W6[V])&&this.P(w,Y,x),this.Oy(J,V,x)},v.Oy=function(V,Y,x,W,J,w,F){(J=(F=(TX||(TX={1:"disabled",8:"selected",16:"checked",64:"expanded"}),TX[Y]),V.getAttribute("role"))||null)?(w=fa[J]||F,W="checked"==F||"selected"==F?w:F):W=F,W&&f(11," ","aria-",W,x,V)},"selected"),treeitem:"selected"},G9=((c(1,(K(2,Id,27,GX),5),Id),Id.prototype).Oy=function(V,Y,x){switch(Y){case 8:case 16:f(27," ","aria-","pressed",x,V);break;default:case 64:case 1:Id.j.Oy.call(this,V,Y,x)}},{}),q=(Id.prototype.rz=function(){return"goog-button"},function(V,Y,x,W,J,w,F,b){return A.call(this,12,V,Y,x,W,J,w,F,b)});if("function"!==(((((((v=(K(2,q,9,L),q.prototype),v.kN=true,v.DV=255,v.P=function(V,Y){V?Y&&(this.L?0<=l(59,0,this.L,Y)||this.L.push(Y):this.L=[Y],this.W.P(Y,this,true)):Y&&this.L&&z9(1,0,32,Y,this.L)&&(0==this.L.length&&(this.L=null),this.W.P(Y,this,false))},v).L=null,v.G=0,v).mh=0,v.uo=function(){return this.W.uo(this)},v).tF=function(){((q.j.tF.call(this),this).v6&&this.v6.detach(),this).isVisible()&&this.isEnabled()&&this.W.TR(this,false)},v.tJ=39,v.isVisible=function(){return this.kN},v).isEnabled=function(){return!(this.G&1)},v.setActive=function(V){Hd(3,59,64,4,this,V)&&this.h(V,4)},v).getState=function(){return this.G},v).h=function(V,Y,x,W,J,w){x||1!=Y?f(71,this,2,Y)&&V!=!!(this.G&Y)&&(this.W.h(Y,this,V),this.G=V?(W=this.G,-(W&Y)-2*~(W&Y)+-2+(W^Y)):this.G&~Y):(J=!V,w=this.getParent(),w&&"function"==typeof w.isEnabled&&!w.isEnabled()||!Hd(3,69,64,1,this,!J)||(J||(this.setActive(false),Hd(3,29,64,2,this,false)&&this.h(false,2)),this.isVisible()&&this.W.TR(this,J),this.h(!J,1,true)))},typeof q))throw Error("Invalid component class "+q);if("function"!==typeof GX)throw Error("Invalid renderer class "+GX);var E2=sG(8,14,q),aW=(T9(4,(G9[E2]=GX,function(){return new q(null)}),11,"goog-control"),function(){return wa.call(this,3)}),na=((c(1,26,(K(2,aW,18,Id),aW)),aW).prototype.Oy=xo,function(V,Y,x){return T9.call(this,4,V,7,Y,x)}),Bd=(T9(4,function(){return new na(null)},(K(2,na,(aW.prototype.TR=xo,aW.prototype.h=function(V,Y,x,W){(W=(aW.j.h.call(this,V,Y,x),Y).I())&&1==V&&(W.disabled=x)},9),q),15),"goog-button"),a.prototype.TX=void 0,[]),gA=[],g,te=((a.prototype.jU=void 0,a.prototype).lo=false,{}),hH=(a.prototype.xJ="toString",[]),vd=[],yh=function(V,Y,x,W,J,w,F,b,U,r){for(r=(U=(b=x[3]|0,x[W])|0,0);r<Y;r++)b=b>>>F|b<<24,w=w>>>F|w<<24,w+=J|0,w^=U+2592,J=J<<3|J>>>29,J^=w,b+=U|0,U=U<<3|U>>>29,b^=r+2592,U^=b;return[y(0,3,J,V),y(0,W,J,66),y(0,1,J,48),y(0,0,J,34),y(0,3,w,18),y(0,W,w,50),y(0,1,w,64),y(0,0,w,16)]},Lf=function(V,Y,x,W,J){if(J=typeof x,"object"==J)if(x){if(x instanceof Array)return Y;if(x instanceof Object)return J;if(W=Object.prototype.toString.call(x),"[object Window]"==W)return"object";if("[object Array]"==W||typeof x.length==V&&"undefined"!=typeof x.splice&&"undefined"!=typeof x.propertyIsEnumerable&&!x.propertyIsEnumerable("splice"))return Y;if("[object Function]"==W||"undefined"!=typeof x.call&&"undefined"!=typeof x.propertyIsEnumerable&&!x.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==J&&"undefined"==typeof x.call)return"object";return J},zX=[],Mh=function(V,Y,x,W,J,w,F,b){try{F=V[((Y|0)+2)%3],V[Y]=(b=(J=V[Y],W=V[(-~Y- -2+2*(Y&-2)+2*(~Y|1))%3],-~J-~W+2*~(J|W)+2*(J&~W))-(F|0),w=1==Y?F<<x:F>>>x,(w|0)+~(b&w)-(~b|w))}catch(U){throw U;}},lU=[],uq=function(V,Y,x,W,J,w){for(w=(Y.Kr=(Y.e3=JH(3,{get:function(){return this.concat()}},(Y.dn=Y[Y.NT=(Y.aS=ZV,Rd),hH],9),Y.T),Ze[Y.T](Y.e3,{value:{value:{}}})),J=0,[]);128>J;J++)w[J]=String.fromCharCode(J);f(47,[gA,V],(f(5,[Ka,x],(f(5,((((((((((((((((Y.hJ=((((((((((Y.Cr=(Y.c6=void 0,Y.yU=(Y.Z=0,Y.U=void 0,Y.S3=(Y.H6=[],0),Y.X=0,!(Y.$=null,Y.J=(Y.V=[],void 0),(Y.i=void 0,Y.LM=0,Y.O=(W=window.performance||{},void 0),Y.VU=(Y.A=[],function(F){return I.call(this,12,F)}),Y.F=[],Y.JF=(Y.S=Y,Y.ZV=[],Y.QU=8001,(Y.aX=1,(Y.YJ=[],Y).D=void 0,Y).IX=25,Y.zR=0,Y.B=0,0),Y).RX=(Y.nr=false,void 0),1)),W.timeOrigin||(W.timing||{}).navigationStart)||0,S(Y,217,0),S)(Y,384,0),S)(Y,489,706),S)(Y,345,0),Y).Fn=0,S)(Y,26,G),S)(Y,232,[106,0,0]),S(Y,386,function(F,b){(b=C(H(F,11),F),B9)(F.S,217,b)}),S(Y,199,function(F,b,U,r,O,T,m,E,n,t,z,M,Z,B){if(!y(0,b,F,10,true,true)){if((E=(r=(M=(z=H(F,(T=H(F,(B=H(F,(n=H(F,59),19)),75)),19)),C(n,F)),C(T,F)),C(B,F)),t=C(z,F),"object")==Lf("number","array",M)){for(m in Z=[],M)Z.push(m);M=Z}for(U=(r=(O=0,0)<r?r:1,M.length);O<U;O+=r)E(M.slice(O,(O|0)+(r|0)),t)}}),S)(Y,428,function(F,b,U,r,O,T,m,E){(b=(m=(E=H(F,(r=H((U=H(F,75),T=H(F,19),F),11),59)),C)(r,F),C(T,F)),O=C(E,F),S)(F,U,NV(2,6,false,O,m,b,F))}),S)(Y,395,function(F){he(3,F)}),S(Y,206,[]),S(Y,404,function(F,b,U,r){U=H(F,(b=H((r=H(F,11),F),19),11)),S(F,U,C(r,F)||C(b,F))}),S)(Y,422,function(F,b,U,r,O,T,m,E,n){y(0,b,F,74,false,true)||(U=iU(11,1,F.S,0),E=U.M3,n=U.o,m=U.pr,r=U.io,T=n.length,O=0==T?new E[m]:1==T?new E[m](n[0]):2==T?new E[m](n[0],n[1]):3==T?new E[m](n[0],n[1],n[2]):4==T?new E[m](n[0],n[1],n[2],n[3]):2(),S(F,r,O))}),S(Y,5,function(F,b,U,r,O,T){(b=(r=(T=H(F,(O=H(F,27),U=H(F,51),91)),C(U,F)),C)(O,F),S)(F,T,b in r|0)}),S(Y,427,function(F,b,U,r){(r=(U=H(F,51),b=P(396,8,F),H(F,27)),S)(F,r,C(U,F)>>>b)}),S(Y,480,function(F,b,U,r,O,T,m,E,n,t,z,M,Z,B,X,V6,Wd,e){for(U=(E=(Wd=(B=(n=(e=H(F,51),r=0),function(h,D,mf){for(;r<h;)n|=P(396,8,F)<<r,r+=8;return mf=n&(D=(r-=h,1<<h),1+(D&-2)+(D|-2)),n>>=h,mf}),V6=B(3),(V6&1)- -2+(V6^1)+(V6|-2)),B)(5),O=0,Z=[],0);O<E;O++)z=B(1),Z.push(z),U+=z?0:1;for(b=(m=(t=((U|0)-1).toString(2).length,0),[]);m<E;m++)Z[m]||(b[m]=B(t));for(X=0;X<E;X++)Z[X]&&(b[X]=H(F,19));for(M=(T=[],Wd);M--;)T.push(C(H(F,19),F));S(F,e,function(h,D,mf,tH,iq){for(tH=(mf=(iq=[],[]),0);tH<E;tH++){if(!(D=b[tH],Z)[tH]){for(;D>=iq.length;)iq.push(H(h,51));D=iq[D]}mf.push(D)}h.i=NV(h,20,(h.U=NV(h,8,T.slice()),mf))})}),0),S(Y,318,function(F,b,U,r,O,T,m,E,n,t){(O=(E=(b=(r=H(F,(t=H(F,(T=H(F,(n=H(F,59),75)),91)),19)),C(T,F)),C)(n,F.S),m=C(t,F),C)(r,F),0)!==E&&(U=NV(2,3,false,1,O,m,F,E,b),E.addEventListener(b,U,oW),S(F,76,[E,b,U]))}),Y).UP=0,S)(Y,411,function(F,b,U,r){y(0,b,F,58,false,true)||(r=H(F,59),U=H(F,75),S(F,U,function(O){return eval(O)}(La(C(r,F.S)))))}),S)(Y,491,function(F){Ae(F,1)}),S)(Y,76,0),S(Y,253,2048),S)(Y,416,function(F){H(8,41,F,4)}),S)(Y,244,function(F,b,U,r,O,T,m){for(O=(r=(m=(T=H((b=H(F,75),8),24,F),U="",C(446,F)),m.length),0);T--;)O=((O|0)+(H(8,9,F)|0))%r,U+=w[m[O]];S(F,b,U)}),S)(Y,403,function(F,b,U,r,O,T){O=(r=(U=H(F,(T=H((b=H(F,27),F),27),75)),C(T,F)),C(b,F)),S(F,U,O[r])}),S)(Y,32,Vh(4)),S)(Y,495,function(F){he(4,F)}),S)(Y,213,function(F,b,U,r,O,T,m){!y(0,b,F,42,false,true)&&(r=iU(11,1,F,0),O=r.io,U=r.o,T=r.pr,m=r.M3,F.S==F||T==F.VU&&m==F)&&(S(F,O,T.apply(m,U)),F.X=F.H())}),S(Y,485,function(F,b,U){(U=H((b=H(F,27),F),11),S)(F,U,""+C(b,F))}),S(Y,335,function(F,b,U,r,O){b=(O=(U=H(F,11),H(F,11)),r=C(U,F),Lf("number","array",r)),S(F,O,b)}),S)(Y,358,function(F){Ae(F,4)}),S(Y,265,function(F,b,U,r){if(r=F.YJ.pop()){for(b=P(396,8,F);0<b;b--)U=H(F,91),r[U]=F.A[U];(r[206]=F.A[206],r)[253]=F.A[253],F.A=r}else S(F,217,F.Z)}),S(Y,288,function(F,b,U,r,O){b=(r=(U=H(F,(O=H(F,27),51)),C(O,F)),C)(U,F),S(F,U,b+r)}),S(Y,67,{}),S)(Y,93,function(F,b,U,r,O,T){(r=(T=(b=(U=(O=H(F,27),H(F,59)),H)(F,11),C(O,F)),C(U,F)),S)(F,b,+(T==r))}),S(Y,82,Y),S)(Y,161,function(F,b,U,r,O,T){(U=H(F,(T=H(F,(b=H(F,27),75)),19)),F.S==F)&&(O=C(T,F),r=C(U,F),C(b,F)[O]=r,396==b&&(F.J=void 0,2==O&&(F.D=lq(false,32,396,F),F.J=void 0)))}),S(Y,340,function(F,b,U){(U=H(F,75),b=C(U,F),b)[0].removeEventListener(b[1],b[2],oW)}),S(Y,43,function(){}),new na("Submit"),S(Y,346,function(F,b,U,r,O){for(r=H(8,(b=H(F,91),54),F),O=0,U=[];O<r;O++)U.push(P(396,8,F));S(F,b,U)}),S(Y,347,function(F,b,U,r,O){O=(r=0!=(b=(U=H(F,51),H(F,59)),C)(U,F),C)(b,F),r&&S(F,217,O)}),S)(Y,35,[]),S)(Y,378,[0,0,0]),[lU]),0,Y),0),Y),0),Y),AH(true,254,true,Y,true)},qV=G.requestIdleCallback?function(V){requestIdleCallback(function(){V()},{timeout:4})}:G.setImmediate?function(V){setImmediate(V)}:function(V){setTimeout(V,0)},oW={passive:true,capture:true},Kf=[],Ka=[],c9=function(V,Y,x,W,J){if(3==V.length){for(W=0;3>W;W++)Y[W]+=V[W];for(J=(x=[13,8,13,12,16,5,3,10,15],0);9>J;J++)Y[3](Y,J%3,x[J])}},MV=((($o,Vh,Mh,function(){})(c9),a.prototype).T="create",function(V,Y,x){return x=V.create().shift(),Y.U.create().length||Y.i.create().length||(Y.U=void 0,Y.i=void 0),x}),S=function(V,Y,x){217==Y||384==Y?V.A[Y]?V.A[Y].concat(x):V.A[Y]=NV(V,16,x):232==Y||32==Y||35==Y||206==Y||378==Y?V.A[Y]||(V.A[Y]=H(61,6,44,Y,142,V,x)):V.A[Y]=H(61,5,44,Y,33,V,x),396==Y&&(V.D=lq(false,32,396,V),V.J=void 0)},B9=function(V,Y,x){V.YJ.push(V.A.slice()),V.A[Y]=void 0,S(V,Y,x)},C=function(V,Y,x){if(void 0===(x=Y.A[V],x))throw[te,30,V];if(x.value)return x.create();return(x.create(1*V*V+-8*V+-89),x).prototype},od=function(V,Y,x,W,J,w,F,b,U,r){if(3<((r=C(206,(w=void 0,x&&x[0]===te&&(Y=x[1],w=x[2],x=void 0),V)),0==r.length&&(F=C(384,V)>>3,r.push(Y,F>>8&255,256+(F&-256)+(~F^255)),void 0!=w&&r.push(2*(w|0)+~w-(w^255)-(w|-256))),J="",x)&&(x.message&&(J+=x.message),x.stack&&(J+=":"+x.stack)),b=C(253,V),b)){(U=(J=bU(128,(b-=(J=J.slice(0,(b|0)-3),J.length|0)+3,J.replace(/\\r\\n/g,W)),0),V.S),V).S=V;try{p(u(J.length,2).concat(J),32,V,195)}finally{V.S=U}}S(V,253,b)},cd=function(V,Y,x,W,J,w,F,b,U,r){if((J=x[0],J)==Bd)V.IX=25,V.g(x);else if(J==hH){F=x[1];try{b=V.O||V.g(x)}catch(O){d(38,":",O,V),b=V.O}F(b)}else if(J==vd)V.g(x);else if(J==Ka)V.g(x);else if(J==gA){try{for(w=0;w<V.ZV.length;w++)try{r=V.ZV[w],r[0][r[1]](r[Y])}catch(O){}}catch(O){}(0,x[1])((V.ZV=[],function(O,T){V.q3(O,W,T)}),function(O){f(34,(O=!V.F.length,[zX]),0,V),O&&AH(true,254,false,V,W)})}else{if(J==Kf)return U=x[Y],S(V,113,x[6]),S(V,67,U),V.g(x);J==zX?(V.V=[],V.A=null,V.H6=[]):J==lU&&"loading"===G.document.readyState&&(V.$=function(O,T,m){G.document.addEventListener("DOMContentLoaded",(m=!(T=function(){m||(m=W,O())},1),T),oW),G.addEventListener("load",T,oW)})}},RW=(v=a.prototype,void 0),p=function(V,Y,x,W,J,w,F,b,U){if(x.S==x)for(w=C(Y,x),32==Y?(U=function(r,O,T,m,E,n,t){if(w.Xw!=(m=1+(T=w.length,2)*(T&-5)+(~T^4)>>3,m)){O=(E=[0,0,F[1],F[2]],t=m<<3,(t&-5)+(~t^(w.Xw=m,4))-(~t|4));try{w.wz=yh(32,14,E,2,NV(24,26,8,w,O),NV(24,10,8,w,-(O|4)+3*(O&4)+2*(O^4)),8)}catch(z){throw z;}}w.push((n=w.wz[(T|0)-(T^7)+(~T&7)],~n-~r+2*(n&~r)))},F=C(378,x)):U=function(r){w.push(r)},W&&U(W&255),b=0,J=V.length;b<J;b++)U(V[b])},ko=(v.GX=(v.OP=(a.prototype.q3=function(V,Y,x,W,J,w){return H.call(this,V,29,Y,x,W,J,w)},function(){return l.call(this,9)}),v.u6=function(V,Y,x,W,J,w,F,b,U){return A.call(this,3,V,Y,x,W,J,w,F,b,U)},v.SU=function(V,Y,x,W,J){return IW.call(this,9,x,V,Y,8,W,J)},function(V,Y,x,W,J,w,F,b){return d.call(this,14,V,Y,x,W,J,w,F,b)}),function(V,Y,x,W,J,w){return((Nh(V,false,W,(w=C(Y,W),W.V&&w<W.Z?(S(W,Y,W.Z),B9(W,Y,J)):S(W,Y,J),x)),S)(W,Y,w),C)(67,W)}),u=function(V,Y,x,W,J){for(x=(J=[],(Y|0)-1);0<=x;x--)J[(Y|1)+~(Y&1)- -3+2*(Y|-2)-(x|0)]=(W=V>>8*x,256+(W^255)+(~W^255)-(~W&255));return J},lq=function(V,Y,x,W,J,w,F,b,U,r,O,T,m,E,n,t,z,M,Z,B){if(t=C(217,W),t>=W.Z)throw[te,31];for(m=(n=Y,J=t,M=0,W.dn.length);0<n;)r=J>>3,F=W.V[r],U=J%8,z=8-(U|0),E=z<n?z:n,V&&(T=W,T.J!=J>>6&&(T.J=J>>6,O=C(x,T),T.c6=yh(32,14,[0,0,O[1],O[2]],2,T.D,T.J,8)),F=(b=W.c6[r&m],~F-~b+2*(F&~b))),M|=(Z=F>>8-(U|0)-(E|0),B=(1<<E)-1,(Z|B)- -1+(~Z^B))<<(n|0)-(E|0),n-=E,J+=E;return S(W,217,(t|0)+(w=M,Y|0)),w},P=(v.H=(window.performance||{}).now?function(){return this.Cr+window.performance.now()}:function(){return+new Date},function(V,Y,x){return x.U?MV(x.i,x):lq(true,Y,V,x)}),Nh=function(V,Y,x,W,J,w,F,b){if(!x.O){x.S3++;try{for(b=(F=(J=x.Z,0),void 0);--W;)try{if(w=void 0,x.U)b=MV(x.U,x);else{if((F=C(217,x),F)>=J)break;b=(S(x,384,F),w=H(x,27),C(w,x))}y(0,(b&&b.call?b(x,W):od(x,0,[te,21,w],"\\n"),W),x,26,Y,Y)}catch(U){C(489,x)?od(x,22,U,"\\n"):S(x,489,U)}if(!W){if(x.lo){Nh(":",false,(x.S3--,x),499654449E3);return}od(x,0,[te,33],"\\n")}}catch(U){try{od(x,22,U,"\\n")}catch(r){d(24,V,r,x)}}x.S3--}},iU=function(V,Y,x,W,J,w,F,b,U,r){for(r=(U=(((F=H(x,(b={},V)),b).io=H(x,59),b).o=[],x.S==x?(w=P(396,8,x),-~w+~(w|Y)+(w&-2)):1),H)(x,91),J=W;J<U;J++)b.o.push(H(x,51));for(;U--;)b.o[U]=C(b.o[U],x);return b.pr=C(F,x),b.M3=C(r,x),b},Ze=(v.RS=function(){return d.call(this,17)},te.constructor),AH=((a.prototype.g=function(V,Y){return V={},Y={},RW=function(){return V==Y?-89:-151},function(x,W,J,w,F,b,U,r,O,T,m,E,n,t,z,M,Z,B,X,V6,Wd,e){V6=V,V=Y;try{if(z=x[0],z==Ka){m=x[1];try{for(X=(B=(Wd=Z=0,atob(m)),[]);Wd<B.length;Wd++)t=B.charCodeAt(Wd),255<t&&(X[Z++]=-~(t|255)-(t&-256)+(t|-256),t>>=8),X[Z++]=t;S(this,396,(this.Z=(this.V=X,this).V.length<<3,[0,0,0]))}catch(h){od(this,17,h,"\\n");return}Nh(":",false,this,8001)}else if(z==Bd)x[1].push(C(253,this),C(35,this).length,C(232,this).length,C(32,this).length),S(this,67,x[2]),this.A[325]&&ko(":",217,8001,this,C(325,this));else{if(z==hH){this.S=(E=(F=u((C(232,(b=x[2],this)).length|0)+2,2),this).S,this);try{n=C(206,this),0<n.length&&p(u(n.length,2).concat(n),232,this,192),p(u(this.aX,1),232,this,167),p(u(this[hH].length,1),232,this),e=0,e-=(C(232,this).length|0)+5,e+=C(345,this)&2047,r=C(32,this),4<r.length&&(e-=(r.length|0)+3),0<e&&p(u(e,2).concat(Vh(e)),232,this,197),4<r.length&&p(u(r.length,2).concat(r),232,this,86)}finally{this.S=E}if(O=((T=Vh(2).concat(C(232,this)),T[1]=T[0]^204,T[3]=(M=T[1],W=F[0],-2*(M|0)-2*(W|0)+3*(M|W)+(M&W)),T)[4]=T[1]^F[1],this.gz(T)))O="<"+O;else for(O="",U=0;U<T.length;U++)J=T[U][this.xJ](16),1==J.length&&(J="0"+J),O+=J;return(S(this,253,(w=O,b.shift())),C(35,this).length=b.shift(),C(232,this)).length=b.shift(),C(32,this).length=b.shift(),w}if(z==vd)ko(":",217,x[2],this,x[1]);else if(z==Kf)return ko(":",217,8001,this,x[1])}}finally{V=V6}}}(),a).prototype.gz=function(V,Y,x,W,J){return Ya.call(this,557,3,Y,W,3,V,x,J)},function(V,Y,x,W,J,w,F,b){if(W.F.length){((W.yU&&0(),W).yU=V,W).nr=J;try{w=W.H(),W.RX=0,W.X=w,W.B=w,F=X$(8,null,J,true,2,":",W),b=W.H()-W.B,W.zR+=b,b<(x?0:10)||0>=W.IX--||(b=Math.floor(b),W.H6.push(b<=Y?b:254))}finally{W.yU=false}return F}}),Rd=/./,Ae=function(V,Y,x,W){(W=H(V,(x=H(V,91),19)),p)(u(C(x,V),Y),W,V)},ZV,he=function(V,Y,x,W,J,w,F){(J=(W=H(Y,(w=H(Y,(x=(F=V&3,V)&4,91)),51)),C(w,Y)),x)&&(J=bU(128,(""+J).replace(/\\r\\n/g,"\\n"),0)),F&&p(u(J.length,2),W,Y),p(J,W,Y)},X$=(a.prototype.AJ=(a.prototype[gA]=[0,0,1,1,0,1,1],0),function(V,Y,x,W,J,w,F,b,U,r){for(;F.F.length;){r=(F.$=Y,F.F).pop();try{U=cd(F,J,r,true)}catch(O){d(V,w,O,F)}if(x&&F.$){b=F.$,b(function(){AH(true,254,W,F,W)});break}}return U}),e9=Ka.pop.bind(a.prototype[Bd]),La=function(V,Y){return(Y=Je("error","tl",null))&&1===V.eval(Y.createScript("1"))?function(x){return Y.createScript(x)}:function(x){return""+x}}(((ZV=JH(3,(Rd[a.prototype.xJ]=e9,{get:e9}),3,a.prototype.T),a).prototype.y$=void 0,G));(40<(g=G.watchbell||(G.watchbell={}),g).m||(g.m=41,g.tl=jc,g.a=Q6),g).XQh_=function(V,Y,x){return[(x=new a(Y,V),function(W){return De(13,16,false,W,x)})]};try{g.u||(G.addEventListener("unload",function(){},oW),g.u=1)}catch(V){};/*',
' == 0*/',
'}).call(this);'].join('\n')));}).call(this);</script>
  <script type="text/javascript" nonce="X6Kdf7EU2OYbSWXI7/VykQ">
  document.bg = new watchbell.tl('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');
  </script>
<script nonce="X6Kdf7EU2OYbSWXI7/VykQ">
  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="X6Kdf7EU2OYbSWXI7/VykQ">
  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="X6Kdf7EU2OYbSWXI7/VykQ">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="X6Kdf7EU2OYbSWXI7/VykQ">
  (function(){
  gaia_onLoginSubmit = function() {
  try {
  gaia.loginAutoRedirect.stop();
  } catch (err) {
  // do not prevent form from being submitted
  }
  try {
  document.bg.low(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="X6Kdf7EU2OYbSWXI7/VykQ">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="X6Kdf7EU2OYbSWXI7/VykQ">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fovinebydesign%2Ffeed%2Frss%2F\x26followup=https%3A%2F%2Fsites.google.com%2Fview%2Fovinebydesign%2Ffeed%2Frss%2F\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fovinebydesign%2Ffeed%2Frss%2F\x26followup=https%3A%2F%2Fsites.google.com%2Fview%2Fovinebydesign%2Ffeed%2Frss%2F\x26passive=1209600');
  </script>
  </body>
</html>
