
<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <meta content="width=300, initial-scale=1" name="viewport">
  <meta name="description" content="Share your videos with friends, family, and the world.">
  <meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
  <title>YouTube</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 YouTube
  </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="AFoagUVUC8cSy-WbUEf1SRvKl-KC1c1XIA:1634693161652">
  <input type="hidden" name="ifkv" value="AU9NCcxctGm6694GzeBND_IGiviVfusA6JBOGzMarfJQYXm8clKPmss4ttuC_OnupVTf66WBOzz5lw">
  <input type="hidden" name="continue" value="https://www.youtube.com/signin?action_handle_signin=true&amp;app=desktop&amp;hl=en&amp;next=https%3A%2F%2Fwww.youtube.com%2Fuser&amp;feature=redirect_login">
  <input type="hidden" name="hl" value="en">
  <input type="hidden" name="service" value="youtube">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlygRhl71PHk1zT_XS7KDCdVR-l61iezQ0JzYkakJOLHPIYZbBx4RD3KcVOFbk04N8OLQqiR7jKohntMsQCmZ-C5oz52wivq1FGM4cLrWsiBQjQ6z_tg8PsVhFOSVdzlpU3wwcnNpwSmXKONGYHPvIJs5VJsmXAtGEpBBqlyivTS8w2pfeRF8XQnpQ0xU3UV2e4IPtbC">
  <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%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26hl%3Den%26next%3Dhttps%253A%252F%252Fwww.youtube.com%252Fuser%26feature%3Dredirect_login&amp;service=youtube&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%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26hl%3Den%26next%3Dhttps%253A%252F%252Fwww.youtube.com%252Fuser%26feature%3Dredirect_login&amp;hl=en&amp;service=youtube">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUpWithoutGmail?service=youtube&amp;continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26hl%3Den%26next%3Dhttps%253A%252F%252Fwww.youtube.com%252Fuser%26feature%3Dredirect_login&amp;hl=en">
  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="yRRSSNh+wLklnmQQ6dnO6Q">
  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="yRRSSNh+wLklnmQQ6dnO6Q">(function(){function S(F){return F}var Z=this||self,z=function(F){return S.call(this,F)},R=function(F,U,Q,q,G){if(G=(q=U,Z.trustedTypes),!G||!G.createPolicy)return q;try{q=G.createPolicy(F,{createHTML:z,createScript:z,createScriptURL:z})}catch(t){if(Z.console)Z.console[Q](t.message)}return q};(0,eval)(function(F,U){return(U=R("tl",null,"error"))&&1===F.eval(U.createScript("1"))?function(Q){return U.createScript(Q)}:function(Q){return""+Q}}(Z)(Array(7824*Math.random()|0).join("\n")+'(function(){var H=function(S,Q,F,q,G,Z){if(!((Q>>1&5||("function"===typeof S?Z=S:(S[Fx]||(S[Fx]=function(U){return S.handleEvent(U)}),Z=S[Fx])),Q^592)%4))a:if("string"===typeof q)Z="string"!==typeof F||1!=F.length?-1:q.indexOf(F,S);else{for(G=S;G<q.length;G++)if(G in q&&q[G]===F){Z=G;break a}Z=-1}return((Q+2)%5||(Z=S&&S.parentNode?S.parentNode.removeChild(S):null),(Q>>2)%7)||q.T.splice(S,S,F),Z},Uy=function(S,Q,F,q,G,Z,U,z,t){return F-6&((F|8)&3||(this.Nr=this.Nr),Q)||(L.call(this,q?q.type:""),this.relatedTarget=this.currentTarget=this.target=null,this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=S,this.key="",this.charCode=this.keyCode=S,this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this.state=null,this.pointerId=S,this.pointerType="",this.R=null,q&&(z=this.type=q.type,Z=q.changedTouches&&q.changedTouches.length?q.changedTouches[S]:null,this.target=q.target||q.srcElement,this.currentTarget=G,U=q.relatedTarget,U||("mouseover"==z?U=q.fromElement:"mouseout"==z&&(U=q.toElement)),this.relatedTarget=U,Z?(this.clientX=void 0!==Z.clientX?Z.clientX:Z.pageX,this.clientY=void 0!==Z.clientY?Z.clientY:Z.pageY,this.screenX=Z.screenX||S,this.screenY=Z.screenY||S):(this.offsetX=q.offsetX,this.offsetY=q.offsetY,this.clientX=void 0!==q.clientX?q.clientX:q.pageX,this.clientY=void 0!==q.clientY?q.clientY:q.pageY,this.screenX=q.screenX||S,this.screenY=q.screenY||S),this.button=q.button,this.keyCode=q.keyCode||S,this.key=q.key||"",this.charCode=q.charCode||("keypress"==z?q.keyCode:0),this.ctrlKey=q.ctrlKey,this.altKey=q.altKey,this.shiftKey=q.shiftKey,this.metaKey=q.metaKey,this.pointerId=q.pointerId||S,this.pointerType="string"===typeof q.pointerType?q.pointerType:jp[q.pointerType]||"",this.state=q.state,this.R=q,q.defaultPrevented&&w.o.preventDefault.call(this))),t},l=function(S,Q,F,q,G,Z,U,z,t){return(((S<<2)%((S<<1)%8||(Q.V=true,Q.listener=F,Q.proxy=F,Q.src=F,Q.PT=F),6)||(q.WT(function(R){G=R},F,Q),t=G),1==(S>>2&7))&&(Array.isArray(G)&&(G=G.join(F)),U=Q+q,""===G||void 0==G?(Qy||(Qy={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"}),z=Qy,q in z?Z.setAttribute(U,z[q]):Z.removeAttribute(U)):Z.setAttribute(U,G)),3)==((S^778)&11)&&(q.classList?U=q.classList.contains(G):(Z=Sp(10,q,6,Q),U=H(F,12,G,Z)>=F),t=U),t},g5=function(S,Q,F,q,G,Z,U,z,t,R,P,O,g){if(!((Q-((Q>>1)%15||(this.P=S),5))%10)){if(!Z)throw Error("Invalid event type");if(O=(P=GF(6,14,null,((t=e(32,U,38))||(U[Z6]=t=new zF(U)),G))?!!G.capture:!!G,t.add(Z,F,q,P,z)),!O.proxy){if(((O.proxy=(R=ta(11,5),R),R).src=U,R.listener=O,U).addEventListener)Rt||(G=P),void 0===G&&(G=S),U.addEventListener(Z.toString(),R,G);else if(U.attachEvent)U.attachEvent(PM(4,Z.toString(),8,"on"),R);else if(U.addListener&&U.removeListener)U.addListener(R);else throw Error("addEventListener and attachEvent are unavailable.");Oy++}}if(!((Q+8)%5)){for(q=(U=Z=0,[]);Z<S.length;Z++)for(U+=F,G=(t=G<<F,z=S[Z],(z|0)- -1+2*(t&~z)+(~t|z));7<U;)U-=8,q.push(G>>U&255);g=q}if(2==((Q^513)&11)){if(F=window.btoa){for(q=(G=0,"");G<S.length;G+=8192)q+=String.fromCharCode.apply(null,S.slice(G,G+8192));Z=F(q).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}else Z=void 0;g=Z}return g},Lz=function(S,Q,F,q,G,Z,U,z,t){if(!(3==(Q+8&7)&&(F.classList?Array.prototype.forEach.call(q,function(R){e(32," ",5,"class",0,"",R,F)}):HM("string",7,"class",F,Array.prototype.filter.call(Sp(10,F,22,""),function(R){return!(0<=H(0,24,R,q))}).join(" "))),Q+8&14))for(Z in G=F,q.S){for(U=(z=q.S[Z],F);U<z.length;U++)++G,l(20,z[U],null);delete q.S[Z],q.v--}return(Q|9)%13||F.Tt&&F.Tt.forEach(q,void 0),t},y=function(S,Q,F,q,G,Z,U,z,t,R,P){if(3==(F-2&((3==(F-1&11)&&(Z=n(S),-~(Z&128)+(Z^128)+(~Z^128)&&(Z=(q=Z&Q,G=n(S)<<7,-~(q&G)+2*(q&~G)+(~q&G)+(~q|G))),P=Z),(F+3)%13)||(P=R=function(){if(U.P==U){if(U.U){var O=[w5,G,q,void 0,z,t,arguments];if(Z==Q)var g=(H(0,29,O,U),Kz)(0,S,0,S,U);else if(1==Z){var K=!U.T.length;(H(0,30,O,U),K)&&Kz(0,S,0,S,U)}else g=ot(true,O,U,0);return g}z&&t&&z.removeEventListener(t,R,S)}}),11))){for(S=[];Q--;)S.push(255*Math.random()|0);P=S}return 2==(F-4&15)&&(q=function(){return S()},S=function(){return Q},q[this.M]=function(O){Q=O},P=q),F-3&25||(S.push((G=Q[0]<<24,q=Q[1]<<16,-1-2*~q+~(G|q)+2*(G&~q))|Q[2]<<8|Q[3]),S.push(Q[4]<<24|Q[5]<<16|Q[6]<<8|Q[7]),S.push(Q[8]<<24|Q[9]<<16|Q[10]<<8|Q[11])),P},sy=function(S,Q,F,q,G,Z,U,z,t,R,P){if(!((Q+9)%(3==(Q+2&15)&&"number"!==typeof G&&G&&!G.V&&((z=G.src)&&z[lS]?kL(3,11,F,z.N,G):(t=G.type,Z=G.proxy,z.removeEventListener?z.removeEventListener(t,Z,G.capture):z.detachEvent?z.detachEvent(PM(4,t,10,"on"),Z):z.addListener&&z.removeListener&&z.removeListener(Z),Oy--,(U=e(32,z,32))?(kL(3,19,F,U,G),U.v==F&&(U.src=q,z[Z6]=q)):l(S,G,null))),9)))if(G&&G.once)J(8,32,true,F,G,U,t,z,Z);else if(Array.isArray(U))for(R=F;R<U.length;R++)sy(28,9,0,false,G,Z,U[R],z,t);else Z=H(Z,5),t&&t[lS]?t.N.add(String(U),Z,q,GF(6,14,null,G)?!!G.capture:!!G,z):g5(false,5,Z,q,G,U,t,z);return(Q+(3==(Q-3&15)&&(P=Math.floor(this.G())),8))%18||B.call(this,F,q||N$.h(),G),P},TF=function(S,Q,F,q,G,Z,U,z,t,R){return(G+S&((G-Q)%6||(this.type=q,this.currentTarget=this.target=F,this.defaultPrevented=this.j=false),7))==Q&&(t=typeof U,z=t!=F?t:U?Array.isArray(U)?"array":t:"null",R=z==q||z==F&&typeof U.length==Z),R},ep=function(S,Q,F,q,G,Z){return(F-((F|6)%5||(Q.h=function(){return Q.KT?Q.KT:Q.KT=new Q},Q.KT=void 0),S))%4||(Z="string"==typeof G.className?G.className:G.getAttribute&&G.getAttribute(Q)||q),Z},D=function(S,Q,F,q,G,Z,U,z,t,R,P,O,g){if(!((q^481)%14))if(Array.isArray(S))for(z=F;z<S.length;z++)D(S[z],Q,0,11,G,Z,U);else t=GF(6,18,null,G)?!!G.capture:!!G,Z=H(Z,21),U&&U[lS]?U.N.remove(String(S),Z,t,Q):U&&(R=e(32,U,34))&&(P=R.ip(Z,Q,t,S))&&sy(28,17,0,null,P);if(!((q-((q>>1)%8||(O=function(){},O.prototype=S.prototype,Q.o=S.prototype,Q.prototype=new O,Q.prototype.constructor=Q,Q.MC=function(K,k,N){for(var h=Array(arguments.length-F),T=F;T<arguments.length;T++)h[T-F]=arguments[T];return S.prototype[k].apply(K,h)}),(q>>2)%9||(Z=Q,Z=(G=Z<<13,-(Z|0)+(Z|G)+(Z&~G)),Z=(U=Z>>17,3*(Z&~U)-(~Z&U)-2*(Z|~U)+2*(~Z|U)),Z=(z=Z<<5,~Z-~z+2*(Z&~z)),(Z&=S)||(Z=1),g=F^Z),9))%14))a:{for(U=F;U<Z.length;++U)if(z=Z[U],!z.V&&z.listener==G&&z.capture==!!S&&z.PT==Q){g=U;break a}g=-1}return 1==(q+5&15)&&(Q.$=((Q.$?Q.$+"~":"E:")+S.message+F+S.stack).slice(0,2048)),g},HM=function(S,Q,F,q,G,Z,U){return(Q^575)&7||(typeof q.className==S?q.className=G:q.setAttribute&&q.setAttribute(F,G)),Q<<2&7||(U=(Z=f[F.substring(0,3)+"_"])?Z(F.substring(3),q,G):Sp(10,F,3,q)),U},kL=function(S,Q,F,q,G,Z,U,z){if(!((Q^(1==(Q-2&7)&&(Z=G.type,Z in q.S&&J(8,27,F,q.S[Z],G)&&(l(16,G,null),q.S[Z].length==F&&(delete q.S[Z],q.v--))),108))%5))a:{for(U in G)if(Z.call(void 0,G[U],U,G)){z=F;break a}z=q}return z},J=function(S,Q,F,q,G,Z,U,z,t,R,P){if(!((Q^459)%6||(P=Object.prototype.hasOwnProperty.call(F,nz)&&F[nz]||(F[nz]=++yy)),Q>>1&10))if(Array.isArray(Z))for(R=q;R<Z.length;R++)J(8,S,true,0,G,Z[R],U,z,t);else t=H(t,17),U&&U[lS]?U.N.add(String(Z),t,F,GF(6,20,null,G)?!!G.capture:!!G,z):g5(false,15,t,F,G,Z,U,z);return Q+6&(1==((Q^544)&5)&&(Z=H(F,40,G,q),(U=Z>=F)&&Array.prototype.splice.call(q,Z,1),P=U),11)||(this.g=W.document||document),P},e=function(S,Q,F,q,G,Z,U,z,t){if(!(((F|(1==(F>>2&15)&&(z.classList?z.classList.remove(U):l(25,Z,G,z,U)&&HM("string",15,q,z,Array.prototype.filter.call(Sp(10,z,14,Z),function(R){return R!=U}).join(Q))),6))%19||(q=Q[Z6],t=q instanceof zF?q:null),F<<1)%7))a:{switch(U){case Z:t=z?"disable":"enable";break a;case Q:t=z?"highlight":"unhighlight";break a;case q:t=z?"activate":"deactivate";break a;case 8:t=z?"select":"unselect";break a;case 16:t=z?"check":"uncheck";break a;case S:t=z?"focus":"blur";break a;case G:t=z?"open":"close";break a}throw Error("Invalid component state");}if(!((F-9)%9)){if(!Q)throw Error("Invalid class name "+Q);if("function"!==typeof q)throw Error("Invalid decorator function "+q);}if(!((F^623)&26))if(Z=q.length,Z>Q){for(U=Array(Z),G=Q;G<Z;G++)U[G]=q[G];t=U}else t=[];return t},PM=function(S,Q,F,q,G,Z,U,z,t,R,P){if(!((F-9)%3)){if(!(z=(m.call(this,G),Q))){for(U=this.constructor;U;){if(Z=(R=J(8,5,U),ha[R]))break;U=(t=Object.getPrototypeOf(U.prototype))&&t.constructor}z=Z?"function"===typeof Z.h?Z.h():new Z:null}this.I=z}return(F<<1)%S||(P=Q in at?at[Q]:at[Q]=q+Q),P},pz=function(S,Q,F,q,G,Z,U,z,t,R,P){return 1==((Q^S)&((1==(Q>>2&7)&&(z=this,U={},Z=z.H,F=function(O,g){return g=Z.call(z,[Ja]),q[O%28056*G%28056*35*(g|0)%28056*G%28056]},F[z.M]=function(O){U[4032*G%28056]=O},F[z.M](q),q=U,P=F),Q)-7&8||(F.s=(z=(Z=M$(3,2,F,c(F,204))<<G,t=M$(3,2,F,c(F,204))<<q,(t|0)-~(Z&t)+~Z+2*(Z&~t)),U=M$(3,2,F,c(F,204))<<8,-~(z&U)+2*(z^U)+(~z^U))|M$(3,2,F,c(F,204)),F.D=void 0),5))&&(P=(U=(R=F[Z]<<24,t=F[(Z|0)+1]<<G,-2-~t-(~R|t)),z=F[2*(Z|2)+2*(~Z^2)-(Z|-3)-(~Z|2)]<<q,(U&z)-1+(~U&z)-(~U|z))|F[-2-2*~(Z|3)-(Z^3)]),P},Vy=function(S,Q,F,q,G,Z,U,z,t,R,P,O,g){if(!((Q^385)&13))if(t=Z.N.S[String(q)]){for(R=(t=(O=0,t.concat()),S);O<t.length;++O)(z=t[O])&&!z.V&&z.capture==F&&(P=z.listener,U=z.PT||z.src,z.X&&kL(3,3,0,Z.N,z),R=false!==P.call(U,G)&&R);g=R&&!G.defaultPrevented}else g=S;return 2==(2==(Q>>2&11)&&(this.src=S,this.v=0,this.S={}),Q-9&10)&&(q=void 0,Z=function(){},G=BM(S,function(K){Z&&(F&&D6(F),q=K,Z(),Z=void 0)},!!F)[0],g={low:function(K,k,N,h,T,a){if(!k)return a=G(N),K&&K(a),a;(T=function(){q(function(M){D6(function(){K(M)})},N)},q)?T():(h=Z,Z=function(){h(),D6(T)})}}),g},mG=function(S,Q,F,q,G,Z,U,z,t,R){if(!((Q>>2)%15))if(F.classList)Array.prototype.forEach.call(q,function(P,O){F.classList?F.classList.add(P):l(13,"",S,F,P)||(O=ep(2,"class",6,"",F),HM("string",31,"class",F,O+(O.length>S?" "+P:P)))});else{for(U in(Array.prototype.forEach.call(Sp(10,(G={},F),30,""),function(P){G[P]=true}),Array).prototype.forEach.call(q,function(P){G[P]=true}),Z="",G)Z+=Z.length>S?" "+U:U;HM("string",23,"class",F,Z)}if(2==(Q-4&23))if(Z="array"===vM("null",G,"object")?G:[G],this.$)F(this.$);else try{z=[],U=!this.T.length,H(S,30,[Ey,z,Z],this),H(S,31,[fz,F,z],this),q&&!U||Kz(S,true,S,q,this)}catch(P){D(P,this,":",76),F(this.$)}if(!((1==((Q^521)&15)&&(this.listener=q,this.proxy=null,this.src=Z,this.type=G,this.capture=!!F,this.PT=U,this.key=++WM,this.V=this.X=false),Q)-5&13))for(U=G.length,z="string"===typeof G?G.split(F):G,t=q;t<U;t++)t in z&&Z.call(void 0,z[t],t,G);return R},Sp=function(S,Q,F,q,G){return(F-7&3||(q(function(Z){Z(Q)}),G=[function(){return Q}]),F)-6&7||(G=Q.classList?Q.classList:ep(2,"class",S,q,Q).match(/\\S+/g)||[]),G},ta=function(S,Q,F,q,G,Z,U,z,t,R){if(2==(((Q-((Q|4)%12||(F.V?Z=true:(z=new w(q,this),U=F.PT||F.src,G=F.listener,F.X&&sy(28,33,0,null,F),Z=G.call(U,z)),R=Z),1)&3||(F=cM,R=q=function(P){return F.call(q.src,q.listener,P)}),Q)^72)&7)){for(U=t=0;t<F.length;t++)U+=F.charCodeAt(t),U+=U<<10,U^=U>>6;R=((Z=(U+=U<<3,U^=U>>S,U+(U<<15)>>>0),z=new Number(Z&(1<<q)-1),z)[0]=(Z>>>q)%G,z)}return R},GF=function(S,Q,F,q,G,Z){return(Q^((Q^378)%S||(G=typeof q,Z="object"==G&&q!=F||"function"==G),868))%3||(Z=Math.floor(this.zt+(this.G()-this.Ex))),Z},Xx=function(S,Q,F,q,G,Z,U,z,t,R,P,O,g){if(2==(S<<1&3)){if((((P=(R=(t=(U=(O=(F||Z.Ii++,0<Z.Ri&&Z.Sl&&Z.Ox&&1>=Z.oi&&!Z.i&&!Z.J&&(Z.ai||!F))&&0==document.hidden,4)==Z.Ii)||O?Z.G():Z.LT,t-Z.LT),R)>>14,Z.s)&&(Z.s^=P*(R<<Q)),Z).P=P||Z.P,Z.mQ+=P,U)||O)Z.Ii=0,Z.LT=t;!O||t-Z.Ex<Z.Ri-(G?255:F?5:2)?g=false:(z=c(Z,F?185:204),C(204,Z,Z.C),Z.T.push([Cz,z,F?q+1:q]),Z.J=D6,g=true)}return(S>>2&2||(g=Q),S<<1)%8||(X.call(this),Q||uS||(uS=new r5),this.FP=null,this.VE=false,this.fT=this.Tt=this.tg=this.Ux=null,this.bp=void 0),g},bS=function(S,Q,F,q,G,Z,U){return Q-7&2||(U=!!(Z.A&q)&&!!(Z.F&q)!=G&&(!(Z.ST&q)||Z.dispatchEvent(e(32,2,21,F,S,1,q,G)))&&!Z.Nr),(Q^874)&3||(It.call(this),this.N=new zF(this),this.Mr=null,this.dc=this),U};function _appendData__wrapped(S,Q,F,q,G,Z){(Z=(F=n((q=-4-2*~(S|4)-(G=S&3,~S&4)+2*(~S|4),this)),Q=n(this),c)(this,F),q)&&(Z=iS(129,0,(""+Z).replace(/\\r\\n/g,"\\n"))),G&&I(this,Q,b(Z.length,2)),I(this,Q,Z)}var Aa=function(S,Q){for(var F,q=1,G;q<arguments.length;q++){for(F in G=arguments[q],G)S[F]=G[F];for(var Z=0;Z<xL.length;Z++)F=xL[Z],Object.prototype.hasOwnProperty.call(G,F)&&(S[F]=G[F])}},Y=function(S,Q,F){F=this;try{YL(Q,S,this)}catch(q){D(q,this,":",12),S(function(G){G(F.$)})}},W=this||self,d,$L=function(S,Q,F,q,G){return Vy.call(this,S,12,Q,F,q,G)},d5=function(){return Lz.call(this,6,6)},BM=function(S,Q,F,q){return HM.call(this,"string",6,S,Q,F,q)},nz="closure_uid_"+(1E9*Math.random()>>>0),jx=function(S,Q,F,q,G){if(!(G=(q=W.trustedTypes,Q),q)||!q.createPolicy)return G;try{G=q.createPolicy(S,{createHTML:Fl,createScript:Fl,createScriptURL:Fl})}catch(Z){if(W.console)W.console[F](Z.message)}return G},Fl=function(S){return Xx.call(this,6,S)},yy=0,iS=function(S,Q,F,q,G,Z,U,z,t,R,P,O){for(P=U=(Z=[],Q);P<F.length;P++)R=F.charCodeAt(P),128>R?Z[U++]=R:(2048>R?Z[U++]=R>>6|192:(55296==(R&64512)&&P+1<F.length&&56320==(t=F.charCodeAt(P+1),64512-~t+-64513-(t&-64513))?(R=65536+(1024+(R|-1024)<<10)+(F.charCodeAt(++P)&1023),Z[U++]=R>>18|240,Z[U++]=(z=(G=R>>12,-~(G|63)-(~G^63)-2*(~G&63)+2*(~G|63)),S+2*(z&-129)+(~z^128)+(~z&128))):Z[U++]=(O=R>>12,2*(O&224)+~(O&224)+(~O&224)-(~O|224)),Z[U++]=R>>6&63|128),Z[U++]=(q=R&63,128+(q&-129)));return Z},uS,Rt=function(S,Q){if(!W.addEventListener||!Object.defineProperty)return false;S=Object.defineProperty({},"passive",(Q=false,{get:function(){Q=true}}));try{W.addEventListener("test",d5,S),W.removeEventListener("test",d5,S)}catch(F){}return Q}(),It=function(){return Uy.call(this,0,7,8)},xL="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),L=(It.prototype.Nr=false,function(S,Q){return TF.call(this,9,1,Q,S,7)}),w=(L.prototype.stopPropagation=(L.prototype.preventDefault=function(){this.defaultPrevented=true},function(){this.j=true}),function(S,Q,F,q,G){return Uy.call(this,0,7,6,S,Q,F,q,G)}),jp={2:(D(L,w,2,64),"touch"),3:"pen",4:"mouse"},lS="closure_listenable_"+(1E6*((w.prototype.preventDefault=function(S){(S=(w.o.preventDefault.call(this),this.R),S).preventDefault?S.preventDefault():S.returnValue=false},w).prototype.stopPropagation=function(){(w.o.stopPropagation.call(this),this).R.stopPropagation?this.R.stopPropagation():this.R.cancelBubble=true},Math.random())|0),zF=function(S){return Vy.call(this,S,8)},Ul=function(S,Q,F,q,G){return mG.call(this,0,8,q,S,Q,F,G)},WM=0,Z6="closure_lm_"+(((zF.prototype.hasListener=function(S,Q,F,q,G){return kL(3,8,(G=(F=void 0!==Q,q=void 0!==S)?S.toString():"",true),false,this.S,function(Z,U){for(U=0;U<Z.length;++U)if(!(q&&Z[U].type!=G||F&&Z[U].capture!=Q))return true;return false})},zF.prototype.add=function(S,Q,F,q,G,Z,U,z,t){return(z=(U=(Z=S.toString(),this.S[Z]),U||(U=this.S[Z]=[],this.v++),D)(q,G,0,9,Q,U),-1<z)?(t=U[z],F||(t.X=false)):(t=new Ul(Q,Z,this.src,!!q,G),t.X=F,U.push(t)),t},zF).prototype.remove=(zF.prototype.ip=function(S,Q,F,q,G,Z){return(G=-(Z=this.S[q.toString()],1),Z&&(G=D(F,Q,0,51,S,Z)),-1)<G?Z[G]:null},function(S,Q,F,q,G,Z,U){if(G=S.toString(),!(G in this.S))return false;return-1<(Z=D(F,q,0,23,(U=this.S[G],Q),U),Z)?(l(8,U[Z],null),Array.prototype.splice.call(U,Z,1),0==U.length&&(delete this.S[G],this.v--),true):false}),1E6)*Math.random()|0),cM=function(S,Q,F,q,G,Z){return ta.call(this,11,8,S,Q,F,q,G,Z)},Oy=0,at={},Fx="__closure_events_fn_"+(1E9*Math.random()>>>0),X=function(){return bS.call(this,64,6)},Qp=(((((((D(It,X,2,16),X).prototype[lS]=true,X).prototype.HT=function(S){this.Mr=S},X.prototype).addEventListener=function(S,Q,F,q){sy(28,18,0,false,F,Q,S,q,this)},X.prototype).removeEventListener=function(S,Q,F,q){D(S,q,0,25,F,Q,this)},X).prototype.dispatchEvent=function(S,Q,F,q,G,Z,U,z,t,R,P,O){if(q=this.Mr)for(G=[],t=1;q;q=q.Mr)G.push(q),++t;if(F=((U=(P=S,Z=G,this.dc),O=P.type||P,"string"===typeof P)?P=new L(P,U):P instanceof L?P.target=P.target||U:(z=P,P=new L(O,U),Aa(P,z)),true),Z)for(R=Z.length-1;!P.j&&0<=R;R--)Q=P.currentTarget=Z[R],F=Vy(true,33,true,O,P,Q)&&F;if(P.j||(Q=P.currentTarget=U,F=Vy(true,17,true,O,P,Q)&&F,P.j||(F=Vy(true,3,false,O,P,Q)&&F)),Z)for(R=0;!P.j&&R<Z.length;R++)Q=P.currentTarget=Z[R],F=Vy(true,19,false,O,P,Q)&&F;return F},X.prototype).ip=function(S,Q,F,q){return this.N.ip(S,Q,F,String(q))},X.prototype.hasListener=function(S,Q){return this.N.hasListener(void 0!==S?String(S):void 0,Q)},function(S){return H.call(this,S,13)}),Qy,r5=function(){return J.call(this,8,14)},Sx=(d=r5.prototype,function(S,Q,F,q,G,Z,U,z,t,R){function P(O){O&&Q.appendChild("string"===typeof O?q.createTextNode(O):O)}for(z=1;z<Z.length;z++)if(R=Z[z],!TF(9,1,"object",G,8,U,R)||GF(6,18,null,R)&&R.nodeType>S)P(R);else{a:{if(R&&typeof R.length==U){if(GF(6,24,null,R)){t="function"==typeof R.item||"string"==typeof R.item;break a}if("function"===typeof R){t="function"==typeof R.item;break a}}t=F}mG(0,5,"",S,t?e(32,S,10,R):R,P)}}),qW=((d.appendChild=function(S,Q){S.appendChild(Q)},d.getElementsByTagName=(d.createTextNode=function(S){return this.g.createTextNode(String(S))},(d.canHaveChildren=function(S){if(1!=S.nodeType)return false;switch(S.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},d).append=function(S,Q){Sx(0,S,false,9==S.nodeType?S:S.ownerDocument||S.document,"array",arguments,"number")},d.L=function(S){return"string"===typeof S?this.g.getElementById(S):S},d.removeNode=Qp,function(S,Q){return(Q||this.g).getElementsByTagName(String(S))}),d.contains=function(S,Q,F){if(!S||!Q)return false;if(S.contains&&1==Q.nodeType)return S==Q||S.contains(Q);if("undefined"!=typeof S.compareDocumentPosition)return S==Q||!!(F=S.compareDocumentPosition(Q),2*(F|0)-(F|16)+~F- -17);for(;Q&&S!=Q;)Q=Q.parentNode;return Q==S},d).createElement=function(S,Q,F){return((Q=String((F=this.g,S)),"application/xhtml+xml")===F.contentType&&(Q=Q.toLowerCase()),F).createElement(Q)},function(){return Lz.call(this,6,92)}),m=(ep(2,qW,11),qW.prototype.lp="",function(S){return Xx.call(this,8,S)});((((D(X,m,2,(qW.prototype.UM=0,49)),m.prototype).nT=qW.h(),m.prototype).L=function(){return this.tg},m.prototype).getParent=function(){return this.Ux},m).prototype.HT=function(S){if(this.Ux&&this.Ux!=S)throw Error("Method not supported");m.o.HT.call(this,S)},m.prototype.l=function(){this.VE=!((Lz(6,5,this,function(S){S.VE&&S.l()}),this.bp)&&Lz(6,8,0,this.bp),1)},m.prototype.removeChild=function(S,Q,F,q,G,Z,U,z,t,R,P,O){if(S&&("string"===typeof S?t=S:((Z=S.fT)||(G=S,O=S.nT,R=O.lp+":"+(O.UM++).toString(36),Z=G.fT=R),t=Z),P=t,this.FP&&P?(U=this.FP,q=(null!==U&&P in U?U[P]:void 0)||null):q=null,S=q,P&&S)){if(null==(z=((J(8,25,(F=this.FP,P in F&&delete F[P],0),this.Tt,S),Q)&&(S.l(),S.tg&&Qp(S.tg)),S),z))throw Error("Unable to set parent component");m.o.HT.call(z,(z.Ux=null,null))}if(!S)throw Error("Child is not in parent component");return S};var GW,ZZ=function(){return mG.call(this,0,9)},zW=function(S,Q,F,q,G){return mG.call(this,0,3,S,Q,F,q,G)},tC=function(S,Q){return Lz.call(this,6,11,S,Q)},R7=(d=(ep(2,ZZ,9),ZZ.prototype),function(){return kL.call(this,3,9)}),Pt={button:"pressed",checkbox:"checked",menuitem:"selected",menuitemcheckbox:"checked",menuitemradio:"checked",radio:(d.wc=function(S){return S.L()},d.cT=function(S,Q,F,q,G,Z,U){(G=(q=(GW||(GW={1:"disabled",8:"selected",16:"checked",64:"expanded"}),GW)[Q],S.getAttribute("role")||null))?(Z=Pt[G]||q,U="checked"==q||"selected"==q?Z:q):U=q,U&&l(5,"aria-"," ",U,F,S)},d.K=function(S,Q,F,q,G,Z){if(q=Q.L())this.jl||(Z=this.up(),Z.replace(/\\xa0|\\s/g," "),this.jl={1:Z+"-disabled",2:Z+"-hover",4:Z+"-active",8:Z+"-selected",16:Z+"-checked",32:Z+"-focused",64:Z+"-open"}),(G=this.jl[S])&&this.Z(G,Q,F),this.cT(q,S,F)},d.up=function(){return"goog-control"},"checked"),tab:((d.CT=function(S,Q,F,q,G,Z){if(S.A&32&&(F=S.wc())){if(!Q&&S.F&32){try{F.blur()}catch(U){}S.F&32&&(S.rc&4&&S.A&4&&S.setActive(false),S.rc&32&&S.A&32&&bS(64,7,4,32,false,S)&&S.K(false,32))}if(q=F.hasAttribute("tabindex"))Z=F.tabIndex,q="number"===typeof Z&&0<=Z&&32768>Z;q!=Q&&(G=F,Q?G.tabIndex=0:(G.tabIndex=-1,G.removeAttribute("tabIndex")))}},d).Z=function(S,Q,F,q){(q=Q.L?Q.L():Q)&&(F?zW:tC)(q,[S])},"selected"),treeitem:"selected"},ha=((ep(2,(D(ZZ,R7,2,80),R7),13),R7.prototype).up=function(){return"goog-button"},{}),B=function(S,Q,F,q,G,Z,U,z){return PM.call(this,4,Q,3,S,F,q,G,Z,U,z)};if(((((((((d=(D(m,B,(R7.prototype.cT=function(S,Q,F){switch(Q){case 8:case 16:l(7,"aria-"," ","pressed",F,S);break;default:case 64:case 1:R7.o.cT.call(this,S,Q,F)}},2),48),B.prototype),d).l=function(){(B.o.l.call(this),this.hg&&this.hg.detach(),this.isVisible())&&this.isEnabled()&&this.I.CT(this,false)},d).rc=255,d).Z=function(S,Q){S?Q&&(this.B?0<=H(0,44,Q,this.B)||this.B.push(Q):this.B=[Q],this.I.Z(Q,this,true)):Q&&this.B&&J(8,19,0,this.B,Q)&&(0==this.B.length&&(this.B=null),this.I.Z(Q,this,false))},d.A=39,d).wc=function(){return this.I.wc(this)},d).ST=0,d.F=0,d.B=null,d).c$=true,d.isVisible=function(){return this.c$},d.isEnabled=function(){return!(this.F&1)},d.setActive=function(S){bS(64,3,4,4,S,this)&&this.K(S,4)},d).getState=function(){return this.F},d).K=function(S,Q,F,q,G,Z,U){F||1!=Q?this.A&Q&&S!=!!(this.F&Q)&&(this.I.K(Q,this,S),this.F=S?(U=this.F,~U-2*~Q+3*(U&~Q)+(~U^Q)):(Z=this.F,-(Z|0)+~Q-~Z+(Z|~~Q))):(G=!S,q=this.getParent(),q&&"function"==typeof q.isEnabled&&!q.isEnabled()||!bS(64,11,4,1,!G,this)||(G||(this.setActive(false),bS(64,8,4,2,false,this)&&this.K(false,2)),this.isVisible()&&this.I.CT(this,G),this.K(!G,1,true)))},"function"!==typeof B)throw Error("Invalid component class "+B);if("function"!==typeof ZZ)throw Error("Invalid renderer class "+ZZ);var Ol=J(8,31,B),N$=((ha[Ol]=ZZ,e)(32,"goog-control",9,function(){return new B(null)}),function(){return sy.call(this,28,7)}),gd=(ep(2,(D(R7,N$,2,17),N$),15),function(S,Q,F){return sy.call(this,28,10,S,Q,F)}),Ht=(e(32,"goog-button",18,(D(B,(N$.prototype.cT=(N$.prototype.K=(N$.prototype.CT=d5,function(S,Q,F,q){N$.o.K.call(this,S,Q,F),(q=Q.L())&&1==S&&(q.disabled=F)}),d5),gd),2,32),function(){return new gd(null)})),[]),b=function(S,Q,F,q){for(q=(F=[],Q|0)-1;0<=q;q--)F[(Q|1)+~(Q|1)-(~Q^1)-2*(~Q&1)-(q|0)]=S>>8*q&255;return F},C=function(S,Q,F){if(204==S||185==S)if(Q.U[S])Q.U[S][Q.M](F);else Q.U[S]=Q.qr(F);else if(102!=S&&243!=S&&11!=S&&231!=S&&132!=S||!Q.U[S])Q.U[S]=Q.el(F,S);150==S&&pz(66,10,Q,16,24)},f,M$=function(S,Q,F,q){if(q>=F.C)throw[Lk,31];return(C(204,F,-2*~q+(q&-9)+Q*(~q^8)+S*(~q&8)),F).Y[q>>S]},wd=false,c=function(S,Q,F,q,G,Z){if(void 0===(Z=S.U[Q],Z))throw[Lk,30,Q];return Z(17640*((G=(G=(G=((G=F=((((q=(G=Q|0,(G*G|0)%1837|0),q*q)|0)%1837|0)*G|0)%1837|0,G)*G|0)%1837|0,G=(G*G|0)%1837|0,G*G|0)%1837|0,G*G|0)%1837|0,((G*G|0)%1837|0)*F|0)%1837|0))},fz=[],Kk=[],ot=(Y.prototype.kh=false,Y.prototype.FW=function(){return n(this)},function(S,Q,F,q,G,Z,U,z,t,R){if((U=Q[q],F.ai=false,U)==Ey)F.Yh=25,F.H(Q);else if(U==fz){z=Q[1];try{Z=F.$||F.H(Q)}catch(P){D(P,F,":",28),Z=F.$}z(Z)}else if(U==Cz)F.H(Q);else if(U==Ht)F.H(Q);else if(U==o7){try{for(t=q;t<F.Jg.length;t++)try{R=F.Jg[t],R[q][R[1]](R[2])}catch(P){}}catch(P){}(0,Q[1])(function(P,O){F.WT(P,S,O)},(F.Jg=[],function(P){H(q,59,[le],(P=!F.T.length,F)),P&&Kz(0,false,q,S,F)}))}else{if(U==w5)return G=Q[2],C(100,F,Q[6]),C(196,F,G),F.H(Q);U==le?(F.U=null,F.Y=[],F.yE=[]):U==Kk&&"loading"===W.document.readyState&&(F.J=function(P,O,g){W.document.addEventListener("DOMContentLoaded",(g=(O=false,function(){O||(O=S,P())}),g),wd),W.addEventListener("load",g,wd)})}}),kr=(Y.prototype.M="toString",function(S,Q,F,q,G,Z,U,z,t,R){if(Z=(U=(0==(R=c(q,((z=void 0,F&&F[0]===Lk)&&(Q=F[1],z=F[2],F=void 0),231)),R).length&&(t=c(q,185)>>3,R.push(Q,t>>8&255,t&255),void 0!=z&&R.push(255-~(z&255)+-256)),""),F&&(F.message&&(U+=F.message),F.stack&&(U+=":"+F.stack)),c)(q,136),3<Z){q.P=(G=(U=(Z-=((U=U.slice(0,(Z&3)+-4-(~Z|3)),U).length|0)+3,iS)(129,0,U.replace(/\\r\\n/g,"\\n")),q.P),q);try{I(q,243,b(U.length,2).concat(U),S)}finally{q.P=G}}C(136,q,Z)}),sl=function(S,Q,F,q,G,Z,U,z){for(Z=(U=(q=((G={},z=n(Q),G.Ag=n(Q),G).W=[],Q.P==Q?(n(Q)|S)-F:1),n(Q)),S);Z<q;Z++)G.W.push(n(Q));for(;q--;)G.W[q]=c(Q,G.W[q]);return(G.xh=c(Q,U),G).BT=c(Q,z),G},Lk=(Y.prototype.$h=function(S,Q){return y.call(this,Q,S,21)},{}),Cz=(Y.prototype.NC=function(S,Q,F,q,G){if(3==S.length){for(F=0;3>F;F++)Q[F]+=S[F];for(G=[13,8,13,12,16,5,(q=0,3),10,15];9>q;q++)Q[3](Q,q%3,G[q])}},[]),NW=function(S,Q,F,q,G,Z,U,z,t,R,P,O,g,K,k,N){try{for(K=0;1414361568!==K;)Q=(Q|0)+(g=(N=(G<<4|0)^G>>>q,-2-2*~(N|G)-(N&~G)-(~N&G)),Z=(O=S[K&3],-3-2*~O+(~K^O)-2*(~K|O)),-(Z|0)+(g|Z)+(~g&Z))|0,K=K+2325900175|0,G=(P=(R=Q<<4,t=Q>>>q,-2*(R|0)+2*(R|t)+(R|~t)-(~R|t))+(Q|0)^(k=S[z=K>>>F,3+~(z&3)-~z-(z^3)],-2*~k+(K^k)+2*(K|~k)),-2*~P+3*(G^P)+2*(~G^P)-2*(~G&P))|0;return[Q>>>24,Q>>16&255,Q>>8&255,255-~(Q&255)+-256,G>>>24,G>>16&255,(U=G>>8,-255+(U|255)-~(U&255)+(~U|255)),G&255]}catch(h){throw h;}},Ja=[],n=function(S,Q,F,q,G,Z){if(S.i)return TW(S.O,S);return(Q=(G=c(S,204),F=G>>3,M$(3,2,S,G)),S).D!=F>>3&&(S.D=F>>3,Z=c(S,150),S.Zz=NW([0,0,Z[1],Z[2]],S.s,11,5,S.D)),q=S.Zz[F&S[fz].length],~Q-~q+2*(Q&~q)},w5=[],Ey=[],vM=(Y.prototype.WT=function(S,Q,F,q,G,Z){return mG.call(this,0,6,S,Q,F,q,G,Z)},function(S,Q,F,q,G){if(q=typeof Q,q==F)if(Q){if(Q instanceof Array)return"array";if(Q instanceof Object)return q;if(G=Object.prototype.toString.call(Q),"[object Window]"==G)return F;if("[object Array]"==G||"number"==typeof Q.length&&"undefined"!=typeof Q.splice&&"undefined"!=typeof Q.propertyIsEnumerable&&!Q.propertyIsEnumerable("splice"))return"array";if("[object Function]"==G||"undefined"!=typeof Q.call&&"undefined"!=typeof Q.propertyIsEnumerable&&!Q.propertyIsEnumerable("call"))return"function"}else return S;else if("function"==q&&"undefined"==typeof Q.call)return F;return q}),YL=(Y.prototype.tf=function(S,Q,F,q,G,Z,U,z){try{q=S[((Q|0)+2)%3],S[Q]=(U=(G=S[Q],Z=S[(2*(Q&1)+2*~(Q&1)-~Q- -2)%3],-(G|Z)+(G&Z)+2*~Z-2*~(G|Z))-(q|0),z=1==Q?q<<F:q>>>F,-2*(U&z)-~(U&z)+-2-~(U|z))}catch(t){throw t;}},Y.prototype.o5=void 0,function(S,Q,F,q,G,Z){for(F.qr=(F.KP=nk,(G=[],F).Ri=(F.zt=(F.J=(F.yE=(F.ai=false,F.O=void 0,F.i=void 0,F.Yh=(F.el=function(U,z,t,R,P,O){return pz.call(this,66,5,t,U,z,R,P,O)},25),[]),F.i_=(F.oi=0,ex),F.mQ=1,null),0),0),function(U,z,t){return y.call(this,z,U,6,t)}),Z=0;128>Z;Z++)G[Z]=String.fromCharCode(Z);(H(0,(H(0,31,[Ht,S],(H(0,57,(F.C=(((F.B$=((F.P$=((F.T=(((((((((new gd(((((((((((((C(204,F,(F.XP=(F.U=[],F.Jg=(F.P=F,[]),function(U){return g5.call(this,U,30)}),0)),C(185,F,0),C(43,F,function(U,z){(z=c(U,n(U)),yp)(204,U.P,z)}),C(86,F,F),C)(135,F,function(U,z,t,R,P,O,g,K,k,N,h,T,a,M){if(!Xx(9,2,true,z,true,U)){if((M=(a=(T=(g=(R=(O=n(U),t=n(U),n(U)),h=n(U),c(U,R)),c(U,O)),c)(U,h),c)(U,t),"object")==vM("null",T,"object")){for(k in P=[],T)P.push(k);T=P}for(N=(g=0<(K=T.length,g)?g:1,0);N<K;N+=g)M(T.slice(N,2*(N|g)-~g+~(N|g)-(~N&g)),a)}}),C)(56,F,function(U,z,t,R,P,O){O=(P=(t=(R=(z=n(U),n(U)),n(U)),c(U,R)),c(U,z)),C(t,U,O in P|0)}),C(189,F,W),C)(44,F,function(U){hC(1,U)}),C(122,F,function(U,z,t,R,P,O,g){(z=(R=n(U),n)(U),P=n(U),U.P==U)&&(g=c(U,P),O=c(U,R),t=c(U,z),O[t]=g,150==R&&(U.D=void 0,2==t&&pz(66,8,U,16,24)))}),C(132,F,[0,0,0]),C(174,F,function(U,z,t,R,P){(t=(P=(z=n(U),n(U)),R=c(U,z),vM)("null",R,"object"),C)(P,U,t)}),F.Sl=false,C(225,F,function(U,z,t,R,P,O,g,K,k,N){P=(t=(g=(K=(z=(k=(R=n(U),n)(U),n(U)),n(U)),N=c(U,K),c)(U,k),c(U,z)),c(U.P,R)),0!==P&&(O=y(false,2,23,N,t,1,U,P,g),P.addEventListener(g,O,wd),C(6,U,[P,g,O]))}),C)(11,F,[]),C)(71,F,function(U){U.Gt(3)}),C)(117,F,function(U){U.Gt(4)}),C(136,F,2048),C(164,F,function(U,z,t,R,P){for(z=(P=y(U,(t=n(U),127),20),0),R=[];z<P;z++)R.push(n(U));C(t,U,R)}),C)(131,F,function(U){hC(4,U)}),C)(70,F,function(U,z,t,R,P,O){(z=(R=n(U),P=n(U),O=n(U),c)(U,R),t=c(U,P),C)(O,U,z[t])}),C(123,F,0),C)(193,F,function(U,z,t){z=(t=n(U),c(U,t)),z[0].removeEventListener(z[1],z[2],false)}),C(40,F,function(U,z,t,R){R=n(U),t=n(U),z=n(U),C(z,U,c(U,R)>>>t)}),C)(102,F,[106,0,0]),C)(243,F,F.$h(4)),C(220,F,function(){}),"Submit")),C)(47,F,function(U,z,t){(z=(t=n(U),n(U)),C)(z,U,""+c(U,t))}),C)(175,F,function(U,z,t,R,P,O,g,K){Xx(11,2,true,z,false,U)||(K=sl(0,U.P,1),P=K.BT,O=K.W,t=O.length,g=K.xh,R=0==t?new g[P]:1==t?new g[P](O[0]):2==t?new g[P](O[0],O[1]):3==t?new g[P](O[0],O[1],O[2]):4==t?new g[P](O[0],O[1],O[2],O[3]):2(),C(K.Ag,U,R))}),C(254,F,458),F).Ox=false,C)(215,F,function(U,z,t,R,P,O,g,K){K=(g=(P=(t=n(U),n(U)),n(U)),n(U)),O=c(U,K),R=c(U,P),z=c(U,g),C(t,U,y(false,2,10,z,R,O,U))}),C)(158,F,function(U,z,t){Xx(25,2,true,z,false,U)||(t=sl(0,U,1),(U.P==U||t.BT==U.XP&&t.xh==U)&&C(t.Ag,U,t.BT.apply(t.xh,t.W)))}),C)(221,F,function(U,z,t,R,P,O){P=(z=(t=(R=(O=n(U),n(U)),n)(U),c(U,R)),c(U,O))==z,C(t,U,+P)}),C)(178,F,function(U,z,t,R,P,O,g,K){if((P=(z=(t=n(U),y)(U,127,8),""),U.U)[172])for(g=c(U,172),K=g.length,R=0;z--;)R=(O=y(U,127,24),(R&O)-1-~(R|O))%K,P+=G[g[R]];else for(;z--;)P+=G[n(U)];C(t,U,P)}),C(244,F,function(U,z,t,R){(z=(R=n(U),n(U)),t=n(U),C)(t,U,c(U,R)||c(U,z))}),C)(26,F,function(U,z,t,R){(z=(t=n(U),n(U)),R=c(U,z),0!=c(U,t))&&C(204,U,R)}),[]),C)(142,F,function(U,z,t,R,P){(z=(t=(P=n(U),n(U)),c(U,P)),R=c(U,t),C)(t,U,R+z)}),C(196,F,{}),q=window.performance||{},q.timeOrigin)||(q.timing||{}).navigationStart||0,C)(99,F,function(U,z,t,R,P,O,g,K,k,N,h,T,a,M,V,q$,v,u){for(P=(g=(v=n(U),O=0,V=function(p,r,x,A,E){for(;k<p;)O=(E=n(U)<<k,(O|0)+(O^E)+(~O^E)-(O|~E)),k+=8;return O>>=(A=(r=(x=1<<p,-2*(x|1)+-3-2*(k-=p,~x)-(~x^1)),(r|0)-~(O&r)+~r),p),A},k=0,z=(T=V(3),4+(T^1)+2*(T|-2)),V(5)),0),M=[],h=0;h<g;h++)N=V(1),M.push(N),P+=N?0:1;for(R=(u=(a=((P|0)-1).toString(2).length,[]),0);R<g;R++)M[R]||(u[R]=V(a));for(t=0;t<g;t++)M[t]&&(u[t]=n(U));for(K=z,q$=[];K--;)q$.push(c(U,n(U)));C(v,U,function(p,r,x,A,E){for(r=(x=[],A=0,[]);A<g;A++){if(!(E=u[A],M)[A]){for(;E>=r.length;)r.push(n(p));E=r[E]}x.push(E)}(p.i=p.el(q$.slice(),47),p).O=p.el(x,47)})}),C(251,F,function(U,z,t,R){Xx(13,2,true,z,false,U)||(R=n(U),t=n(U),C(t,U,function(P){return eval(P)}(a7(c(U.P,R)))))}),F.vT=[],function(U,z,t,R){return y.call(this,z,U,3,t,R)}),C(223,F,function(U){U.pT(4)}),C)(231,F,[]),C(6,F,0),C)(67,F,function(U,z,t,R){if(R=U.vT.pop()){for(t=n(U);0<t;t--)z=n(U),R[z]=U.U[z];U.U=(R[136]=(R[231]=U.U[231],U).U[136],R)}else C(204,U,U.C)}),F.Y=[],0),[Kk]),F),F)),29),[o7,Q],F),Kz)(0,true,0,true,F)}),JC=function(S,Q,F,q,G,Z,U,z,t,R){if(!q.$){q.oi++;try{for(t=(R=(U=F,q.C),void 0);(q.kh||--Z)&&(q.i||(U=c(q,204))<R);)try{z=void 0,q.i?t=TW(q.i,q):(C(185,q,U),z=n(q),t=c(q,z)),t&&t.call?t(q,Z):kr(195,F,[Lk,21,z],q),q.ai=G,Xx(15,S,false,Z,false,q)}catch(P){c(q,254)?kr(195,Q,P,q):C(254,q,P)}Z||kr(195,F,[Lk,33],q)}catch(P){try{kr(195,Q,P,q)}catch(O){D(O,q,":",44)}}q.oi--}},yp=function(S,Q,F){(Q.vT.push(Q.U.slice()),Q.U[S]=void 0,C)(S,Q,F)},I=function(S,Q,F,q,G,Z,U,z,t){if(S.P==S)for(t=c(S,Q),243==Q?(U=function(R,P,O,g,K,k){if((k=(g=t.length,-~g+~(g|4)+(g&-5))>>3,t).sx!=k){P=(O=[0,0,Z[1],Z[2]],K=k<<3,-2*(K|4)+~(K&4)-3*~(K|4)+2*(K|-(t.sx=k,5)));try{t.Dz=NW(O,pz(66,17,t,8,16,P),11,5,pz(66,3,t,8,16,(P|0)+4))}catch(N){throw N;}}t.push(t.Dz[g&7]^R)},Z=c(S,132)):U=function(R){t.push(R)},q&&U(q&255),z=F.length,G=0;G<z;G++)U(F[G])},o7=[],MW=function(S,Q,F,q,G,Z){return(JC(S,22,((Z=c(G,204),G.Y)&&Z<G.C?(C(204,G,G.C),yp(204,G,Q)):C(204,G,Q),0),G,true,q),C)(204,G,Z),c(G,F)},TW=(d=Y.prototype,function(S,Q,F){return(F=S(564480).shift(),Q.i(564480).length||Q.O(564480).length)||(Q.i=void 0,Q.O=void 0),F}),le=[],D6=((d.eT=(d.G=(window.performance||{}).now?function(){return this.P$+window.performance.now()}:function(){return+new Date},function(S,Q,F,q,G,Z,U,z){return g5.call(this,S,12,Q,F,q,G,Z,U,z)}),Y).prototype.xH=(d.Tv=function(){return GF.call(this,6,7)},d.mG=function(){return sy.call(this,28,6)},d.wi=function(S,Q,F,q,G,Z,U){return ta.call(this,11,10,S,Q,F,q,G,Z,U)},d.EM=function(S,Q,F,q,G,Z,U){return D.call(this,F,Q,S,3,q,G,Z,U)},void 0),W.requestIdleCallback)?function(S){requestIdleCallback(function(){S()},{timeout:4})}:W.setImmediate?function(S){setImmediate(S)}:function(S){setTimeout(S,0)},pk=(Y.prototype.H=function(S,Q){return Q={},S={},function(F,q,G,Z,U,z,t,R,P,O,g,K,k,N,h,T,a,M,V,q$,v,u){U=S,S=Q;try{if(v=F[0],v==Ja)return U==Q?24:96;if(v==Ht){P=F[1];try{for(q=(R=atob(P),g=(K=[],0),0);g<R.length;g++)a=R.charCodeAt(g),255<a&&(K[q++]=(a|255)-(a&-256)-(~a&255),a>>=8),K[q++]=a;C(150,(this.C=(this.Y=K,this.Y.length<<3),this),[0,0,0])}catch(p){kr(195,17,p,this);return}JC(2,22,0,this,true,8001)}else if(v==Ey)F[1].push(c(this,11).length,c(this,136),c(this,243).length,c(this,102).length),C(196,this,F[2]),this.U[234]&&MW(2,c(this,234),196,8001,this);else{if(v==fz){h=(q$=b((u=c(this,(T=F[2],102)).length,-~(u&2)+-2-~u+(~u&2)),2),this).P,this.P=this;try{V=c(this,231),0<V.length&&I(this,102,b(V.length,2).concat(V),192),I(this,102,b(this.mQ,1),167),I(this,102,b(this[fz].length,1)),k=0,k-=(c(this,102).length|0)+5,z=c(this,243),k+=c(this,123)&2047,4<z.length&&(k-=(z.length|0)+3),0<k&&I(this,102,b(k,2).concat(this.$h(k)),197),4<z.length&&I(this,102,b(z.length,2).concat(z),86)}finally{this.P=h}if(t=((O=this.$h(2).concat(c(this,102)),O[1]=(Z=O[0],204+~(Z&204)- -1+(Z&-205)),O[3]=O[1]^q$[0],O)[4]=O[1]^q$[1],this.QE(O)))t="<"+t;else for(G=0,t="";G<O.length;G++)M=O[G][this.M](16),1==M.length&&(M="0"+M),t+=M;return(((N=t,c)(this,11).length=T.shift(),C)(136,this,T.shift()),c(this,243)).length=T.shift(),c(this,102).length=T.shift(),N}if(v==Cz)MW(2,F[1],196,F[2],this);else if(v==w5)return MW(2,F[1],196,8001,this)}}finally{S=U}}}(),function(S,Q,F,q,G,Z,U,z,t,R){for(;Q.T.length;){R=(Q.J=q,Q.T).pop();try{t=ot(true,R,Q,U)}catch(P){D(P,Q,G,60)}if(Z&&Q.J){z=Q.J,z(function(){Kz(S,F,U,F,Q)});break}}return t}),Kz=function(S,Q,F,q,G,Z,U,z){if(G.T.length){(G.Ox=(G.Sl&&F(),q),G).Sl=true;try{z=G.G(),G.LT=z,G.Ii=F,G.Ex=z,Z=pk(0,G,true,null,":",q,S),U=G.G()-G.Ex,G.zt+=U,U<(Q?0:10)||G.Yh--<=F||(U=Math.floor(U),G.yE.push(254>=U?U:254))}finally{G.Sl=false}return Z}},hC=((Y.prototype.pT=(Y.prototype.Gt=function(S,Q,F,q,G,Z){return _appendData__wrapped.call(this,S,Q,F,q,G,Z)},function(S,Q,F,q,G){for(G=(F=n(this),0);0<S;S--)G=(q=G<<8,Q=n(this),(Q|0)+~Q-~(q|Q));C(F,this,G)}),Y).prototype.$H=0,function(S,Q,F,q){F=n(Q),q=n(Q),I(Q,q,b(c(Q,F),S))}),ex,nk,a7=function(S,Q){return(Q=jx("tl",null,"error"))&&1===S.eval(Q.createScript("1"))?function(F){return Q.createScript(F)}:function(F){return""+F}}((Y.prototype.QE=(Y.prototype[o7]=[0,0,1,1,0,1,1],ex=function(S,Q,F){return Q=n(S),F=n(S),-(F|0)+2*(Q|F)- -1+~Q},nk=/./,function(S,Q,F,q,G){return g5.call(this,S,3,Q,F,q,G)}),Y.bind&&(ex[Y.prototype.M]=Ht.pop.bind(Y.prototype[Ey]),nk[Y.prototype.M]=Ht.pop.bind(Y.prototype[Ey])),W));40<(f=W.watchbell||(W.watchbell={}),f).m||(f.m=41,f.tl=$L,f.a=BM),f.YqZ_=function(S,Q,F){return F=new Y(Q,S),[function(q){return l(3,q,false,F)}]};try{f.u||(W.addEventListener("unload",function(){},wd),f.u=1)}catch(S){}try{W.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){wd={passive:true}}}))}catch(S){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="yRRSSNh+wLklnmQQ6dnO6Q">
  document.bg = new watchbell.tl('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');
  </script>
<script nonce="yRRSSNh+wLklnmQQ6dnO6Q">
  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="yRRSSNh+wLklnmQQ6dnO6Q">
  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="yRRSSNh+wLklnmQQ6dnO6Q">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="yRRSSNh+wLklnmQQ6dnO6Q">
  (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="yRRSSNh+wLklnmQQ6dnO6Q">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="yRRSSNh+wLklnmQQ6dnO6Q">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26hl%3Den%26next%3Dhttps%253A%252F%252Fwww.youtube.com%252Fuser%26feature%3Dredirect_login\x26hl=en\x26service=youtube\x26passive=true\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Faction_handle_signin%3Dtrue%26app%3Ddesktop%26hl%3Den%26next%3Dhttps%253A%252F%252Fwww.youtube.com%252Fuser%26feature%3Dredirect_login\x26hl=en\x26service=youtube\x26passive=true');
  </script>
  </body>
</html>
