
<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <meta content="width=300, initial-scale=1" name="viewport">
  <meta name="description" content="Free weblog publishing tool from Google, for sharing text, photos and video.">
  <meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
  <title>Blogger</title>
  <style>
  @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), 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: local('Open Sans'), local('OpenSans'), 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 Blogger
  </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="AFoagUUqLkoThsXVktyMnAWKP5_TKpWLLg:1595361030945">
  <input type="hidden" name="continue" value="https://www.blogger.com/blogin.g?blogspotURL=https://smailyter.blogspot.com/&amp;zx=sc4cd9x6ueub">
  <input type="hidden" name="service" value="blogger">
  <input type="hidden" name="hl" value="en-US">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlx5aaaCRNMVpHqe1zlz_MMPaqC-KjvrWucnnbj9ZGztzirUaS6Aug2UnlSEbcFgl1eGOP5Y_WP05yHstCPy3Z5RbTjLNzawpARxKuDpZELMKMI-h6wSZeZu17HT2w7L3xD_zkp880cNUqiNay19WuzDZhDip0LapuS6lLfrRyv5LmeDvdz4WxTp9YT1sHF8Gc2_gF_2">
  <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.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttps%3A%2F%2Fsmailyter.blogspot.com%2F%26zx%3Dsc4cd9x6ueub&amp;service=blogger&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.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttps%3A%2F%2Fsmailyter.blogspot.com%2F%26zx%3Dsc4cd9x6ueub&amp;service=blogger&amp;hl=en-US">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?service=blogger&amp;continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttps%3A%2F%2Fsmailyter.blogspot.com%2F%26zx%3Dsc4cd9x6ueub&amp;hl=en-US">
  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="JEdCEJ6hMal1L8a1T3n7UQ">
  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="JEdCEJ6hMal1L8a1T3n7UQ">Function('var h,c={},oj=function(v,r){return(r=typeof v,"object")!=r?r:v?Array.isArray(v)?"array":r:"null"},v$=function(v){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(v)[1]},m={},e=this||self,rY=function(v){for(v=0;64>v;++v)c[v]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(v),m["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(v)]=v;m[m["/"]=(m[c[64]="","+"]=62,63),"="]=64},EK=function(v,r,d){if((r=typeof v,"object")==r)if(v){if(v instanceof Array)return"array";if(v instanceof Object)return r;if("[object Window]"==(d=Object.prototype.toString.call(v),d))return"object";if("[object Array]"==d||"number"==typeof v.length&&"undefined"!=typeof v.splice&&"undefined"!=typeof v.propertyIsEnumerable&&!v.propertyIsEnumerable("splice"))return"array";if("[object Function]"==d||"undefined"!=typeof v.call&&"undefined"!=typeof v.propertyIsEnumerable&&!v.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==r&&"undefined"==typeof v.call)return"object";return r},M,dY=function(v,r,d,J,Z){for(J=(d=Z=0,[]);Z<v.length;Z++)r=v.charCodeAt(Z),128>r?J[d++]=r:(2048>r?J[d++]=r>>6|192:(55296==(r&64512)&&Z+1<v.length&&56320==(v.charCodeAt(Z+1)&64512)?(r=65536+((r&1023)<<10)+(v.charCodeAt(++Z)&1023),J[d++]=r>>18|240,J[d++]=r>>12&63|128):J[d++]=r>>12|224,J[d++]=r>>6&63|128),J[d++]=r&63|128);return J},JV=function(v,r){function d(){}(v.prototype=(v.w0=(d.prototype=r.prototype,r.prototype),new d),v.prototype).constructor=v},A=function(v,r){return r<v?-1:r>v?1:0},t=function(v,r){return(r=typeof v,"object"==r&&null!=v)||"function"==r},Rj=Date.now,ZP=function(){},K;a:{var iE=e.navigator;if(iE){var fd=iE.userAgent;if(fd){h=fd;break a}}h=""}var wY=function(v,r,d){for(d in v)if(r.call(void 0,v[d],d,v))return true;return false},q="",Gm=function(v){return(v=e.document)?v.documentMode:void 0},c$=function(v,r,d){return(d=hV,Object).prototype.hasOwnProperty.call(d,r)?d[r]:d[r]=v(r)},P=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(h),g=(P&&(q=P?P[1]:""),Gm()),Ld=null!=g&&g>parseFloat(q)?String(g):q,H,hV={};if(e.document){var MJ=Gm();H=MJ?MJ:parseInt(Ld,10)||void 0}else H=void 0;var j8=9<=Number(H),uE=!function(v){return c$(function(r,d,J,Z,E,R,f){for(d=(R=v$((E=0,String(Ld))).split((J=v$(String(v)).split("."),".")),Math.max(R.length,J.length)),f=0;0==E&&f<d;f++){Z=(r=R[f]||"",J[f]||"");do{if(0==(Z=(r=/(\\d*)(\\D*)(.*)/.exec(r)||["","","",""],/(\\d*)(\\D*)(.*)/.exec(Z))||["","","",""],r)[0].length&&0==Z[0].length)break;Z=(r=(E=A(0==Z[1].length?0:parseInt(Z[1],10),0==r[1].length?0:parseInt(r[1],10))||A(0==Z[2].length,0==r[2].length)||A(Z[2],r[2]),r)[3],Z[3])}while(0==E)}return 0<=E},v)}("9"),AV=function(v,r){if(!e.addEventListener||!Object.defineProperty)return false;r=Object.defineProperty({},(v=false,"passive"),{get:function(){v=true}});try{e.addEventListener("test",ZP,r),e.removeEventListener("test",ZP,r)}catch(d){}return v}(),n=function(v,r){this.currentTarget=(this.defaultPrevented=false,(this.type=v,this).target=r)},V=((n.prototype.stopPropagation=function(){},n.prototype).preventDefault=function(){this.defaultPrevented=true},function(v,r,d,J){(this.J=(this.pointerType=(this.pointerId=(this.state=(this.metaKey=this.shiftKey=(this.key=(this.button=this.screenY=this.screenX=this.clientY=this.clientX=((n.call(this,v?v.type:""),this).relatedTarget=this.currentTarget=this.target=null,this).offsetY=this.offsetX=0,""),this.charCode=this.keyCode=0,this.altKey=this.ctrlKey=false),null),0),""),null),v)&&(d=this.type=v.type,J=v.changedTouches&&v.changedTouches.length?v.changedTouches[0]:null,this.target=v.target||v.srcElement,this.currentTarget=r,r=v.relatedTarget,r||("mouseover"==d?r=v.fromElement:"mouseout"==d&&(r=v.toElement)),this.relatedTarget=r,J?(this.clientX=void 0!==J.clientX?J.clientX:J.pageX,this.clientY=void 0!==J.clientY?J.clientY:J.pageY,this.screenX=J.screenX||0,this.screenY=J.screenY||0):(this.offsetX=void 0!==v.offsetX?v.offsetX:v.layerX,this.offsetY=void 0!==v.offsetY?v.offsetY:v.layerY,this.clientX=void 0!==v.clientX?v.clientX:v.pageX,this.clientY=void 0!==v.clientY?v.clientY:v.pageY,this.screenX=v.screenX||0,this.screenY=v.screenY||0),this.button=v.button,this.keyCode=v.keyCode||0,this.key=v.key||"",this.charCode=v.charCode||("keypress"==d?v.keyCode:0),this.ctrlKey=v.ctrlKey,this.altKey=v.altKey,this.shiftKey=v.shiftKey,this.metaKey=v.metaKey,this.pointerId=v.pointerId||0,this.pointerType="string"===typeof v.pointerType?v.pointerType:tV[v.pointerType]||"",this.state=v.state,this.J=v,v.defaultPrevented&&this.preventDefault())}),tV={2:"touch",3:"pen",4:(JV(V,n),"mouse")},C="closure_listenable_"+(1E6*(V.prototype.preventDefault=function(v){if((v=(V.w0.preventDefault.call(this),this).J,v).preventDefault)v.preventDefault();else if(v.returnValue=false,uE)try{if(v.ctrlKey||112<=v.keyCode&&123>=v.keyCode)v.keyCode=-1}catch(r){}},V.prototype.stopPropagation=function(){(V.w0.stopPropagation.call(this),this.J).stopPropagation?this.J.stopPropagation():this.J.cancelBubble=true},Math.random())|0),Kd=function(v,r,d,J,Z){(this.src=v,this.l=(this.j=this.O=false,this.capture=!!d,this.Z=(this.key=++DP,Z),this.type=J,null),this).listener=r},y=function(v){this.A=(this.src=v,this.P={},0)},DP=0,qJ=function(v){v.listener=(v.Z=null,v.j=(v.l=null,true),v.src=null,null)},P$=(y.prototype.add=(y.prototype.hasListener=function(v,r,d,J,Z){return wY(this.P,(Z=(J=void 0!==r,d=void 0!==v)?v.toString():"",function(E,R){for(R=0;R<E.length;++R)if(!(d&&E[R].type!=Z||J&&E[R].capture!=r))return true;return false}))},y.prototype.remove=function(v,r,d,J,Z){if(!(v=v.toString(),v in this.P))return false;return-1<(r=P$((Z=this.P[v],Z),J,d,r),r)?(qJ(Z[r]),Array.prototype.splice.call(Z,r,1),0==Z.length&&(delete this.P[v],this.A--),true):false},function(v,r,d,J,Z,E,R){return-1<(R=((v=this.P[E=v.toString(),E],v)||(v=this.P[E]=[],this.A++),P$(v,Z,J,r)),R)?(r=v[R],d||(r.O=false)):(r=new Kd(this.src,r,!!J,E,Z),r.O=d,v.push(r)),r}),function(v,r,d,J,Z,E){for(E=0;E<v.length;++E)if(Z=v[E],!Z.j&&Z.listener==J&&Z.capture==!!d&&Z.Z==r)return E;return-1}),gY="closure_lm_"+(1E6*Math.random()|0),H$=0,Vw=function(v){return v in nd?nd[v]:nd[v]="on"+v},yw=function(v,r,d,J,Z,E,R){if("number"!==typeof v&&v&&!v.j)if((r=v.src)&&r[C])r.A7(v);else if(d=v.l,Z=v.type,r.removeEventListener?r.removeEventListener(Z,d,v.capture):r.detachEvent?r.detachEvent(Vw(Z),d):r.addListener&&r.removeListener&&r.removeListener(d),H$--,d=Cd(r)){if(Z=v.type,Z in d.P){J=d.P[Z];b:if("string"===typeof J)R="string"!==typeof v||1!=v.length?-1:J.indexOf(v,0);else{for(R=0;R<J.length;R++)if(R in J&&J[R]===v)break b;R=-1}(E=0<=R)&&Array.prototype.splice.call(J,R,1),E&&(qJ(v),0==d.P[Z].length&&(delete d.P[Z],d.A--))}0==d.A&&(d.src=null,r[gY]=null)}else qJ(v)},S8=function(v,r,d,J){if(v.j)return true;if(!j8){if(!r)a:for(r=e,J=0,d=["window","event"];J<d.length;J++)if(r=r[d[J]],null==r){r=null;break a}return r=new V(r,this),sK(v,r)}return sK(v,new V(r,this))},sK=function(v,r,d,J){return((J=(d=v.Z||v.src,v.listener),v).O&&yw(v),J).call(d,r)},FY=function(v,r,d,J,Z,E){if(Array.isArray(v))for(E=0;E<v.length;E++)FY(v[E],r,d,J,Z);else(J=t(J)?!!J.capture:!!J,d=B$(d),r&&r[C])?r.E7(v,d,J,Z):r&&(r=Cd(r))&&(v=r.P[v.toString()],r=-1,v&&(r=P$(v,Z,J,d)),(d=-1<r?v[r]:null)&&yw(d))},nd={},zm=function(v,r,d,J,Z,E,R,f){if(!Z)throw Error("Invalid event type");if(f=t(J)?!!J.capture:!!J,!f||j8)if((R=Cd(d))||(d[gY]=R=new y(d)),v=R.add(Z,E,v,f,r),!v.l){if(((((r=Qw(),v).l=r,r).src=d,r).listener=v,d).addEventListener)AV||(J=f),void 0===J&&(J=false),d.addEventListener(Z.toString(),r,J);else if(d.attachEvent)d.attachEvent(Vw(Z.toString()),r);else if(d.addListener&&d.removeListener)d.addListener(r);else throw Error("addEventListener and attachEvent are unavailable.");H$++}},Ij=function(v,r,d,J,Z,E){if(Array.isArray(d))for(E=0;E<d.length;E++)Ij(v,r,d[E],J,Z);else Z=B$(Z),J&&J[C]?J.zE(d,Z,t(v)?!!v.capture:!!v,r):zm(true,r,J,v,d,Z)},$o=function(v,r,d,J,Z,E){if(J&&J.once)Ij(J,Z,d,r,v);else if(Array.isArray(d))for(E=0;E<d.length;E++)$o(v,r,d[E],J,Z);else v=B$(v),r&&r[C]?r.mx(d,v,t(J)?!!J.capture:!!J,Z):zm(false,Z,r,J,d,v)},Cd=function(v){return(v=v[gY],v instanceof y)?v:null},Qw=function(v,r){return v=(r=S8,j8)?function(d){return r.call(v.src,v.listener,d)}:function(d){if(d=r.call(v.src,v.listener,d),!d)return d}},NJ="__closure_events_fn_"+(1E9*Math.random()>>>0),B$=function(v){if("function"==oj(v))return v;return(v[NJ]||(v[NJ]=function(r){return v.handleEvent(r)}),v)[NJ]},XY=(Rj(),{}),S=function(v,r){v.T.splice(0,0,r)},UK={},bE=function(v,r,d,J){for(;r.T.length;)if(r.C=false,d=r.T.pop(),d=OK(r,d),v&&r.C){J=r,r.W(function(){F(J,true,true)});break}return d},aj=function(v,r,d,J,Z,E){return function(){if(d.g==d){var R=[XY,r,J,void 0,Z,E,arguments],f=v&1;if(v&2)var w=F(d,false,(S(d,R),false));else f?(f=!d.T.length,S(d,R),f&&F(d,false,false)):w=OK(d,R);return w}}},pd={},lE=function(v,r){z(r,142,((r.Ml.push(r.M.slice()),r.M)[142]=void 0,v))},I=function(v,r){r.F=("E:"+v.message+":"+v.stack).slice(0,2048)},Yo=function(v,r,d,J){d=(J=N(r),N(r)),x(d,r,b(r.D(J),v))},EM=function(v,r,d,J,Z){for((((r.v=0,r).o=function(E,R,f,w,G,L){return E=((G=(w=(f=function(){return f[(G.g0|0)+(w[G.V]===R|0)-!L[G.V]]},function(){return f()}),this),L=G.I,w)[G.c]=function(T){f[G.PN]=T},w[G.c](E),w)},r.B=false,r.$=(Z=[],r.Y=0,r.U7=[],0),r.GE=(r.X=void 0,function(E,R,f){return R=function(){return f()},f=function(){return E},R[this.c]=function(w){E=w},R}),r).U=(J=(r.C=false,0),void 0),r).DV=25;128>J;J++)Z[J]=String.fromCharCode(J);F(r,(S(r,(S(r,[(r.T=((z(r,((z(r,139,(z((r.x2=(z(r,((z(r,(z(r,15,(z(r,(z(r,(z(r,95,(z(r,172,(z(r,(z(r,(z(r,246,(z(r,(z((z(r,(z(r,(z(r,185,oN((z(r,20,(r.r0=(J=(z(r,(z((z((z((z(r,208,(((z(r,(z((z(r,(r.m=(z(r,(z(r,(z(r,254,(z(r,111,(z(r,236,(z(r,105,(r.bZ=(z(r,(z(r,69,(z(r,(r.M=[],r.RD=function(E){this.g=E},r.g=r,r.L=[],142),0),z(r,37,0),function(E){Yo(4,E)})),116),[165,0,0]),function(E,R){R.push(E[0]<<24|E[1]<<16|E[2]<<8|E[3]),R.push(E[4]<<24|E[5]<<16|E[6]<<8|E[7]),R.push(E[8]<<24|E[9]<<16|E[10]<<8|E[11])}),function(E,R,f,w,G,L,T){if(R=(f=W$((w=N(E),E)),""),E.M[107])for(G=E.D(107),L=0,T=G.length;f--;)L=((L|0)+(W$(E)|0))%T,R+=Z[G[L]];else for(;f--;)R+=Z[N(E)];z(E,w,R)})),function(E,R,f,w){w=(f=N((w=N(E),E)),R=N(E),E.D(w)),f=E.D(f),z(E,R,+(w==f))})),function(E,R){E=(R=N(E),E).D(R),FY(E[1],E[0],E[2])})),0)),151),function(E,R,f,w){z(E,(f=(R=(w=N(E),N(E)),N(E)),f),E.D(w)>>R)}),119),261),false),13),{}),r),44,[0,0,0]),245),function(E,R,f,w,G){w=(R=(G=(R=N((f=N(E),E)),w=N(E),N(E)),E.D(R)),G=E.D(G),f=E.D(f),E).D(w),0!==f&&(w=aj(1,w,E,G,f,R),$o(w,f,R),z(E,238,[f,R,w]))}),z(r,241,function(E,R,f,w){if(R=E.Ml.pop()){for(f=N(E);0<f;f--)w=N(E),R[w]=E.M[w];E.M=(R[106]=(R[227]=E.M[227],E.M[106]),R)}else z(E,142,E.f)}),z)(r,32,function(E,R,f){z(E,(R=(f=N(E),N)(E),R),""+E.D(f))}),z)(r,88,function(E,R,f,w){z(E,(w=(R=(f=N((R=(w=N(E),N(E)),E)),E.D(R)),E.D(w)),f),w[R])}),function(E,R,f){a(true,E,5)||(R=N(E),f=N(E),z(E,f,function(w){return eval(w)}(E.D(R))))})),r),181,function(E,R,f){f=(R=0!=(f=N((R=N(E),E)),E).D(R),E.D(f)),R&&z(E,142,f)}),r),90,function(E,R){a(true,E,5)||(R=ko(E),z(E,R.S,R.a.apply(R.N,R.s)))}),r),23,function(E,R,f,w,G,L,T){a(true,E,5)||(f=ko(E),R=f.s,G=f.N,w=f.a,T=R.length,0==T?L=G[w]():1==T?L=G[w](R[0]):2==T?L=G[w](R[0],R[1]):3==T?L=G[w](R[0],R[1],R[2]):p(E,22),z(E,f.S,L))}),238),0),window.performance||{}),J.timeOrigin)||(J.timing||{}).navigationStart||0,function(E,R,f,w,G){z(E,(G=(w=(R=(R=N((w=(G=(f=N(E),N(E)),N(E)),E)),E).D(R),E).D(w),E.D(G)),f),aj(R,G,E,w))})),4))),166),function(){}),129),function(E){Yo(1,E)}),r),106,2048),203),function(E,R,f,w){z(E,(w=(R=(f=(R=N(E),N(E)),E.D(R)),E.D(f)),f),w+R)}),r)),45),function(E,R,f){z(E,(R=(f=(R=N(E),N(E)),E.D(R)),f),EK(R))}),221),function(E,R,f,w,G){for(w=(R=(G=N(E),W$(E)),f=0,[]);f<R;f++)w.push(N(E));z(E,G,w)}),function(E,R,f,w,G,L,T,xo,X,Tm,B,U,mz){for(G=(B=(T=(X=(w=N(E),0),f=function(u,D){for(;T<u;)X|=N(E)<<T,T+=8;return T-=(X>>=(D=X&(1<<u)-1,u),u),D},0),xo=(f(3)|0)+1,f)(5),[]),R=L=0;L<B;L++)mz=f(1),G.push(mz),R+=mz?0:1;for(R=(L=0,((R|0)-1).toString(2).length),U=[];L<B;L++)G[L]||(U[L]=f(R));for(L=0;L<B;L++)G[L]&&(U[L]=N(E));for(L=xo,Tm=[];L--;)Tm.push(E.D(N(E)));z(E,w,function(u,D,e8,Q,O){for(e8=(O=[],[]),D=0;D<B;D++){if(!(Q=U[D],G)[D]){for(;Q>=O.length;)O.push(N(u));Q=O[Q]}e8.push(Q)}u.X=(u.U=u.o(Tm.slice(),u.H),u.o(e8,u.H))})})),function(E,R){lE((R=E.D(N(E)),R),E)})),65),[]),39),function(E){E.fS(4)}),e)),227),[]),z)(r,121,function(E,R,f,w,G,L,T){a(true,E,5)||(L=ko(E),R=L.a,w=L.N,G=L.s,f=G.length,0==f?T=new w[R]:1==f?T=new w[R](G[0]):2==f?T=new w[R](G[0],G[1]):3==f?T=new w[R](G[0],G[1],G[2]):4==f?T=new w[R](G[0],G[1],G[2],G[3]):p(E,22),z(E,L.S,T))}),102),function(E,R,f,w){z((R=(w=N(E),N(E)),f=N(E),E),f,E.D(w)||E.D(R))}),false),rY(),r),155,function(E,R,f,w){z(E,(f=(R=N((f=N((w=N(E),E)),E)),w=E.D(w),E.D(f)),R),w in f|0)}),z(r,160,[0,0,0]),function(E){E.pS(4)})),z(r,71,function(E,R,f,w,G){(w=(G=(f=N(E),N)(E),N)(E),E.g==E)&&(w=E.D(w),R=E.D(f),G=E.D(G),R[G]=w,44==f&&(E.b=void 0,2==G&&(E.R=void 0,z(E,142,(E.D(142)|0)+32))))}),r).Ml=[],240),function(E,R,f,w,G,L){if(!a(true,E,255)){if("object"==(E=(w=(f=(f=N((w=(G=N((L=N(E),E)),N)(E),E)),E.D(f)),G=E.D(G),E.D(w)),E.D(L)),EK(E))){for(R in L=[],E)L.push(R);E=L}for(L=(R=0,w=0<w?w:1,E.length);R<L;R+=w)G(E.slice(R,(R|0)+(w|0)),f)}}),r).f=0,J=!!d.yb,r.K=[],[]),vQ),v]),[r6,d.yb])),J),true)},oN=function(v,r){for(r=[];v--;)r.push(255*Math.random()|0);return r},l=function(v,r){try{EM(r,this,v)}catch(d){I(d,this)}},a=function(v,r,d){if(0>=r.Y||!r.m||!r.x2||1<r.$||r.U||r.C||!r.B&&v||0!=document.hidden||r.G()-r.i<r.Y-d)return false;return r.C=(z(r,142,(v=r.D(v?37:142),r.f)),r.T.push([UK,v]),true)},r6=((l.prototype.I=function(v,r,d,J,Z,E,R,f,w,G,L){if(J=v[0],J==vQ)if((R=v[1])&&33==R.charCodeAt(0))this.F=R;else{try{for(w=[],v=0;v<R.length;){if(Z=(L=(G=(E=m[R.charAt(v++)],v<R.length)?m[R.charAt(v)]:0,++v,v<R.length)?m[R.charAt(v)]:64,++v,v)<R.length?m[R.charAt(v)]:64,++v,null==E||null==G||null==L||null==Z)throw Error();w.push(E<<2|G>>4),64!=L&&(w.push(G<<4&240|L>>2),64!=Z&&w.push(L<<6&192|Z))}this.f=(this.K=w,this.K.length<<3)}catch(T){p(this,17,T)}JD(this)}else if(J==pd)E=v[1],E.push(this.D(116).length,this.D(185).length,this.D(65).length,this.D(106)),z(this,13,v[2]),this.M[182]&&RN(this,this.D(182));else{if(J==d6){E=v[2],G=b((this.D(116).length|0)+2,2),L=this.g,this.g=this;try{w=this.D(227),0<w.length&&x(116,this,b(w.length,2).concat(w),15),Z=0,R=this.D(185),Z+=this.D(254)&511,Z-=(this.D(116).length|0)+5,4<R.length&&(Z-=(R.length|0)+3),0<Z&&x(116,this,b(Z,2).concat(oN(Z)),10),4<R.length&&x(116,this,b(R.length,2).concat(R),153)}finally{this.g=L}for(((R=oN(2).concat(this.D(116)),R)[1]=R[0]^3,R)[3]=R[1]^G[0],R[4]=R[1]^G[1],G=[],L=0;L<R.length;L+=3)Z=L+1<R.length,w=L+2<R.length,f=R[L],v=f>>2,d=w?R[L+2]:0,r=Z?R[L+1]:0,J=(r&15)<<2|d>>6,f=(f&3)<<4|r>>4,d&=63,w||(d=64,Z||(J=64)),G.push(c[v],c[f],c[J],c[d]);if(G=G.join(""))G="!"+G;else for(L=0,G="";L<R.length;L++)Z=R[L][this.c](16),1==Z.length&&(Z="0"+Z),G+=Z;return z(this,((R=G,this.D(116).length=E.shift(),this.D(185).length=E.shift(),this.D(65)).length=E.shift(),106),E.shift()),R}if(J==UK)RN(this,v[1]);else if(J==XY)return RN(this,v[1])}},l.prototype).TE=function(v,r,d,J,Z,E,R){if(this.F)return this.F;try{d=[],Z=[],J=!!v,R=!this.T.length,S(this,[pd,Z,r]),S(this,[d6,v,Z,d]),J&&!R||F(this,J,true),E=d[0]}catch(f){I(f,this),E=this.F,v&&v(E)}return E},{}),vQ={},d6={},p=(M=l.prototype,function(v,r,d,J,Z){if(3<(d=(0==(r=(Z=v.D(37)>>3,[r,Z>>8&255,Z&255]),void 0!=J&&r.push(J),v.D(227).length)&&(v.M[227]=void 0,z(v,227,r)),J="",d&&(d.message&&(J+=d.message),d.stack&&(J+=":"+d.stack)),v.D(106)),d)){v.g=(J=(d-=(J=J.slice(0,(d|0)-3),J.length|0)+3,dY)(J.replace(/\\r\\n/g,"\\n")),r=v.g,v);try{x(185,v,b(J.length,2).concat(J),12)}finally{v.g=r}}z(v,106,d)}),Z7=(M.g0=35,M.c="toString",function(v,r,d,J){try{for(J=0;79669387488!=J;)r+=(v<<4^v>>>5)+(v|0)^(J|0)+(d[J&3]|0),J+=2489668359,v+=(r<<4^r>>>5)+(r|0)^(J|0)+(d[J>>>11&3]|0);return[r>>>24,r>>16&255,r>>8&255,r&255,v>>>24,v>>16&255,v>>8&255,v&255]}catch(Z){throw Z;}}),z=function(v,r,d){if(142==r||37==r)if(v.M[r])v.M[r][v.c](d);else v.M[r]=v.GE(d);else if(116!=r&&185!=r&&65!=r&&227!=r&&160!=r||!v.M[r])v.M[r]=v.o(d,v.D);44==r&&(v.R=void 0,z(v,142,(v.D(142)|0)+32))},W$=function(v,r){return(r=N(v),r)&128&&(r=r&127|N(v)<<7),r},JD=function(v,r,d,J,Z,E){v.$++;try{for(Z=(r=(d=(J=v.f,5001),0),void 0);(v.s7||--d)&&(v.U||(r=v.D(142))<J);)try{v.U?Z=v.H(v.U):(z(v,37,r),E=N(v),Z=v.D(E)),Z&&Z.call?Z(v):p(v,21,0,E),v.B=true,a(false,v,2)}catch(R){R!=v.h&&(v.D(119)?p(v,22,R):z(v,119,R))}d||p(v,33)}catch(R){try{p(v,22,R)}catch(f){I(f,v)}}v.$--},x=((l.prototype.ew=function(v,r,d){if(3==v.length){for(d=0;3>d;d++)r[d]+=v[d];for(v=[13,8,13,12,16,5,3,10,15],d=0;9>d;d++)r[3](r,d%3,v[d])}},(M.PN=36,l.prototype.fS=function(v,r,d){for(r=N(this),d=0;0<v;v--)d=d<<8|N(this);z(this,r,d)},M).V="caller",M).h={},function(v,r,d,J,Z,E){if(r.g==r)for(Z=r.D(v),185==v?(v=function(R,f,w,G){if((f=(w=Z.length,w|0)-4>>3,Z.ID)!=f){f=[0,0,E[1],(G=(Z.ID=f,f<<3)-4,E)[2]];try{Z.J7=Z7(i6((G|0)+4,Z),i6(G,Z),f)}catch(L){throw L;}}Z.push(Z.J7[w&7]^R)},E=r.D(160)):v=function(R){Z.push(R)},J&&v(J&255),r=d.length,J=0;J<r;J++)v(d[J])}),ko=(l.prototype.W=e.requestIdleCallback?function(v){requestIdleCallback(v,{timeout:4})}:e.setImmediate?function(v){setImmediate(v)}:function(v){setTimeout(v,0)},function(v,r,d,J,Z,E){for(d=(E=(Z=((J=N((r={},v)),r).S=N(v),r.s=[],v.g)==v?(N(v)|0)-1:1,N)(v),0);d<Z;d++)r.s.push(N(v));for(r.a=v.D(J);Z--;)r.s[Z]=v.D(r.s[Z]);return r.N=v.D(E),r}),b=(M.s7=false,function(v,r,d,J){for(d=(J=(r|0)-1,[]);0<=J;J--)d[(r|0)-1-(J|0)]=v>>8*J&255;return d}),RN=(l.prototype.D=function(v,r){if(void 0===(r=this.M[v],r))throw p(this,30,0,v),this.h;return r()},function(v,r,d){return z(v,(JD(((d=v.D(142),v).K&&d<v.f?(z(v,142,v.f),lE(r,v)):z(v,142,r),v)),142),d),v.D(13)}),i6=function(v,r){return r[v]<<24|r[(v|0)+1]<<16|r[(v|0)+2]<<8|r[(v|0)+3]},Y=(l.prototype.HN=function(v,r,d,J){try{J=v[((r|0)+2)%3],v[r]=(v[r]|0)-(v[((r|0)+1)%3]|0)-(J|0)^(1==r?J<<d:J>>>d)}catch(Z){throw Z;}},e),F=(l.prototype.H=function(v){return(v=v().shift(),this.U()).length||this.X().length||(this.U=this.X=void 0),v},function(v,r,d,J,Z,E){if(v.T.length){v.x2=((v.m&&0(),v).m=true,r);try{v.i=v.G(),J=bE(r,v),E=v.G(),Z=E-v.i,v.v+=Z,Z<(d?0:10)||0>=v.DV--||(Z=Math.floor(Z),v.U7.push(254>=Z?Z:254))}finally{v.m=false}return J}}),N=(l.prototype.Qb=function(){return N(this)},M=l.prototype,function(v,r,d,J){if(v.U)return v.H(v.X);if(r=(d=v.D(142),d)>>3,d>=v.f)throw p(v,31),v.h;return(((void 0==v.R&&(v.R=i6((r|0)-4,v.K),v.b=void 0),v.b)!=r>>3&&(v.b=r>>3,J=v.D(44),v.cN=Z7(v.b,v.R,[0,0,J[1],J[2]])),z)(v,142,(d|0)+8),v).K[r]^v.cN[r%8]}),OK=function(v,r,d,J,Z,E,R){if((J=r[0],v).B=false,J==pd)v.DV=25,v.I(r);else if(J==d6){Z=(R=r[1],r)[3];try{d=v.I(r)}catch(f){I(f,v),d=v.F}(R&&v.W(function(){R(d)}),Z).push(d)}else if(J==UK)v.I(r);else if(J==vQ)v.I(r);else if(J==r6){try{for(J=0;J<v.L.length;J++)try{Z=v.L[J],Z[0][Z[1]](Z[2])}catch(f){}}catch(f){}(E=(v.L=[],r[1]))&&v.W(function(){E()})}else if(J==XY)return Z=r[2],J=r[6],z(v,247,r[4]?[J[0].J]:J),z(v,13,Z),v.I(r)},W=[(M.FR=(M.G=(M.KS=function(v){return v=this.G()-this.i,Math.floor(this.v+v)},l.prototype.pS=function(v,r,d,J){x(((r=(d=N((v&=(J=v&3,4),this)),N(this)),d=this.D(d),v&&(d=dY((""+d).replace(/\\r\\n/g,"\\n"))),J)&&x(r,this,b(d.length,2)),r),this,d)},M.lZ=function(v,r,d,J,Z){for(J=Z=0;Z<v.length;Z++)J+=v.charCodeAt(Z),J+=J<<10,J^=J>>6;return(Z=new Number((v=(J+=J<<3,J^=J>>11,J)+(J<<15)>>>0,v)&(1<<r)-1),Z)[0]=(v>>>r)%d,Z},(M.t7=function(v,r,d,J){for(;d--;)142!=d&&37!=d&&r.M[d]&&(r.M[d]=r[J](r[v](d),this));r[v]=this},(M.XR=function(){return Math.floor(this.G())},M.jw=function(v,r,d,J,Z,E){for(Z=(d=(E=[],0),0);d<v.length;d++)for(J=J<<r|v[d],Z+=r;7<Z;)Z-=8,E.push(J>>Z&255);return E},window.performance)||{}).now?function(){return this.r0+window.performance.now()}:function(){return+new Date}),function(v,r,d){return v^(r^=r<<13,r^=r>>17,(r=(r^r<<5)&d)||(r=1),r)}),"botguard")];W[0]in Y||"undefined"==typeof Y.execScript||Y.execScript("var "+W[0]);for(var k;W.length&&(k=W.shift());)Y=Y[k]&&Y[k]!==Object.prototype[k]?Y[k]:Y[k]={};((K=e.botguard,K).bg=function(v,r,d){return v&&v.substring&&(d=K[v.substring(0,3)])?new d(v.substring(3),r):new K.Tze(v,r)},K).Tze=function(v,r,d){this.invoke=(d=new l({yb:r},v),function(J,Z,E){return(E=d.TE(Z&&J,E),J)&&!Z&&J(E),E})};try{K.u||($o(function(){},e,"unload"),K.u=1)}catch(v){};')();</script>
  <script type="text/javascript" nonce="JEdCEJ6hMal1L8a1T3n7UQ">
  document.bg = new botguard.bg('TzerNAFjbKdoOcbI+vK9r5efKejs4rfg1sS9KPaPoq48BLYwPEmuca8aAVyCsM/iw5N/d7OU+vZgpom7a2AJENZBqux441yBwb9tYkqjjoaUN4Bt8sgzG2EtmRWGtc6BiUmrJSOmXNCSfWunCQe2rMmOE5gf5Fq8+JxV0EUqgimOEhDJvgL/bUjWQtl3R22jxazaa7erBZz/bVx4+58DFIq/vdpKlnDFH0iwO8bZzKUL6GhZMerYJXOIvFYIchFUQn13kC/xOrqsfDlZ0RaKmtpkia2gayjR6tI7yvDiFeHTBdmQLona5z4J/u38QagqJCnBezUMZK5oJhvRvZuvA4j535Poode1Tv8L0FTHgG9kA6ZoGwzyWu45vtNc1C5nKHyirroXWTyAfum4Q/Lcsh8rFDWOwKMkJAJKteCbY+boeGBkirEHgsa/pH815v4hys9rR+rtgYmCyN4lrOg7H+ljnro2DWlVriRO4lgV9olGsXUvaMtVpbSQyktgV6vPlmAcslKiuyEEzQjniLPx6YZhuNqoXYrHIGSNFz2redb02Z23cQrTX33N0cVcD1fxkJ4SHO3FpEKLuP3XVQYIVHfkUgTPnEG2J8joPTHCrlBfAyO9mbGBqA90ej84SCcOPrN828Csb3l0W6sbg5wabt0tmRpDff/BSmOaFU+CwpA143KRRCk6n0vANwE4u2wHfpVkWcOXVr/jIT4geCfKcm1K9o3+gDl+IfGftX+awzM2rPiV4N3GM4woJqWOoWGEndnCZvoWm96Pz6QKO2q1k5NjZt4G0AIJYnBSA91jorWfT99AIwzRBa4utf80AtqvaIoR3s6sq7qcNVmw6c8gGn4/xIOPOpyIF9ht4U8UhWANkrUhpnnYmirlUrH1Ryj60u1d0j6ijxQMuD/CkrJ04zp/orPRzm63n1wN0217LQASXjo2k3oTwzIAo5Pu+sNYUS7ZqnOojRLte8+prmOxzcNf2fOCfESEbHSMDCAcN6ZVQkD1+NXLRFvA3C5spYg3rw/Q6h2mceQCJteV5JupjVU93U9pO7KzFC50P63Vk22Pn0qqtcwWjWUh/csjvEaXWHzoeegl80KKekSLkDZ68ZMDIC8VeFiiWKOAnhiuGx956z81E4OLZyKhrOVZ3bGlr4ecSg3BDrMYSuBXWkAgVnVkRDDj307BXdLs0comemH7FsESUmRdcwkrxANKnMJRotiYyllZvLRRtiGXZFeAkPceEUeCpNTYaZFukO7Lz6JCZ94BkPQgxkDnWAQsQGafYmHuK/vtAjHUOif0GMUO5bM9+D3LyB7t/4WF2REoFYpca+ZM5NUBTbqiqAIlLy9fhnTDTqpGsHaYYiPpuAemrAaccZqw6+zV9riG3mteUg25O8G0mLZzbAtcyV/0IdrSTAriPRtDiZfhMO5zyxOuN6g0pX8PkhVsagTNo7VxehZ7wTteriS1tFdg7XZR87zb/zrklFd80DVMbb12/V50yVhmkMsManPJ3r3B0tjfaQfyxpKVSmLlvu8X1qw8hhtBOQzThCQCWPwVK/in3CiojnGq9gGSx+jo0wizFDI87dcmiXtVheUSBSplq4j+A2IHuduObOniAkkCy8/CFXcY2g7AtzIk/+k/c3ojXEFuC6oc7iaTUPe9pJwKYaP9FOPDw2oV1CC8iZUi6gtfCvC6V3WU6pTgK4Pxj60xLLT87WWCC3DJhD8iahg+l6FZMNeKmpAvVJhlhIWsv3QKsuixJdWBBCIKNkaY2bPPkDT3bpsOzO7IwTvd0YpkNiV2qHfj/0HvcQ/cQUGKSX+BUka93iKRDMjJtTN77hLfAJvHiSD2+RT/9ve29WK0To9i9nGARR1uA5894MDIO4XvMai+KfqmrhxWr5ZUZJClwJPBz1uomOTtpMOu8bfaqPp6LMvkjjb92iRhcoNt/mIpfiaEH0YJmFqqmwufti8lJODc0C6BewMyApgCmEmTKc2g2VnQxLjYYVJ3NgPbekf21dhAPtKak8kYTDpGsKNNHGtvqkmSD2fsHQrUzUAWxOsGiesPYqXbf374E2HoeubcQisgo2Hd367oumNnKb/Ehj0rZCMwR0aw3GiztifPQON9xbPa8UQnbS2U8Q1H4OYH/a0qhLYHO8uxImrTrJxrpLOcDN471DN/cZg0Vs88MS784bfR2pcKIk75FcT2tI94Z7qJikpya/eye5F3wZ5yE4QEVRtvPYtwJiI0PNUsvRHvKnhkaSeBWCHls4nM1LQXedDlIzreFS4278E8IKqeWUlBbCFnSvdTl5WqDN2cN/4HBTivhEevih5YQtryIIHnICFZ/25HlpF5DwIcW6quk6yMti2vBC4ZGVO101p09vfA42MKGDC09BLulsQxF7E4XxY7/wRcmwSYoeIYCniN/vJWhRCPMd+DOnEx9hiIcSd8Ge3wjIDijucknN214/c01QpSPLgq/F+kVY03P5xFNuOc32u26GxXRdHq+3iCeJQVcalolgNvXfF6OSYQwX3Y8WcCOUKOK+IXOsRBKfBC+JcD0rTWYyyuxpzdVbcLXXb4adygpHDL8nAEnxGndcoaEu3L6npli59hH3Gjnu620K8gqs1fZUlr7R3uP3pEkqgJ+UAczvdVsjwweOP23oUug4oSa+AqaqQEXROzf25IUzs8xgUOL9pZpk8+85aFes3rcCBFL7flnQzbLYaYFSxe1rQub3zIwTwzAdQKUwdNiIoGrlN8ZI9W39NV6RmCCTRHYinIOyOUtSruWqsp3sPvE2fRLnuRcI2YJcPsMjsr8wzDKghZQSmHKVVMfnmzN+bSV0eZ36Amz5hWxM4PADNFINTp16VbRO7aP2FUUuJE84gTNg132mFitLbAFBj+HoyrAm6oazALe1iVL4zaPrxZYdx44OV++sNU8wyvijSGfaW3lnBvBvEeeNAowuvhD1x37Z6qy1HJwq6wcTfy2HJtw+vDaWrgjKMADgqec/7I8qtkmT51kTkwKxKbMmdSf8ZHHNpBI2i0TVpDWIqCW1MAW1spA9srDrIw2vkvvivSAEE2ALQevMC/KZzJAN5LIKqvaAOgJXp6ZUVkti5a6owZxDswjlP0GUdHRQ5eiDmPmsgo2uAzIi4D06Q90ymz4ny647gSQ1oiCxKH+G/9WWz2Jt+l7dFSVD5lmbP13wnUjD/iHIXzRXEcPgiVHlc5GSxs7h4Xy9yWctZhjH2ojJMQic3F8kK5j7R4QqVOg+8JWbpTrzcE4pMpdaOzTs3ENbspzPNLnlx4p4ONUoIYQMfvEptyu95UDY/1r7Wejev6rLiVqmT0BGDVwbarDW2ErFuXT/0aLqbY4xisy4plnAPRJXNCvr5u/W994Te0oLPd+oGr+aanKSZF7cKtmstJ4FJTwQBr359YswaJGqZUU7mfomP34mqK1OozzuHtR/mT4uTl5gi5TVdM6TfKeHpDjglWGB9SZc/+Uyj4T3qH4L+Vkr8gLIZ9Ja7BarJlyI+jscJ86CEVklT5USJebPZEy+OI3PNLyBpagiNtI9zdjsCBiv1b8eXiah/2J6k8hgqTtyaua8Cs2vlW1lFkvKJQZFPgfFb2TrxXogtiXhw1EBZh1qxbOz6cYJZnOWsXaIvy+2qyFJs5ttQZGne6Kgob0mNC6+19VL9VIh3Gjat0ir8OJD6awVBoOCUQJSoO0ZW+5Jwhvn57B1PXMNn8q83cUwXn4u52UWULEIpPlIVeL9QjQHrGR8boE1/Z7C4GAaYkYqQIS/nQHxmmBBQ8crxQKTSndFszlW8Ixj6C2k2cEaOjHMPF5sVFPRsn/gWq2tyBRX+A87Crekvvn1WCMzqU4Hj2ZhJqvLwwyXAPDpzNTr7l2gqXdKQYG/4myR7crA/T0CieiyW8e1z9SV2+Wniz2YDPqI35Jq0RCLLkxuwEO/xgYVCfRE0Yl9/CZACBjHKAwPkawSYKpQMafTeLik2yLxmAx8EhXnmJouUcJmSKh1NMt37VXuSYW5AcSo8ZKvPYxzlpM1z73HYStMo9JQJjIK3b1bPNBi3iD2sE05p8xnxH8Ruv1nGRuKxAS5q2RfLmpxHrAOUwvsvcUtsT24DkDbH+PnQPwtjIltZt2X32uErxQzmYrxNUH5ySMuL3WTuiqt0nE3U88e7vIapcJrmJt9j4svY2hLMaDChYkAEJHqYLY/5CfnKBTEA9TdkNhAYSakJPP83B8N7pa0eMwQwDJMjMb44AgsGlUoZnaRtI+a5L8osS3CYqdQKQpooKgyhEdoYRbjpznuKoUpwjL7sZ7y80lKXgacwlyCMSVSUa5wGpfhXrNumbDtfNZW75Nkz5E84vdd4e12Myk6hRtAlTKaiRD/EKYyPyi44RWwO7JvngMNxgKLDe/6aJeotmcUv4w3QMh6dJUwJVRf4r6r+i0Nri6oys0P7a3tH3y48cVu+w2QZhCwubeUPA1FRx7ZuUCUSdC1ZMExhBuyL40EWxMDnfVrM4AxV4x5+5ug5Q6hOmxnkFo9TVh4E+sRCJtSiBwKM9CHrZSS6HcokXEOd7dG7kQoSFPo0Cj885Rf5L2dg+ItUYOP9GYyJnVB/ziHow28Qnc1BwsSWfQ2dGlZn3VXK5Zd5h4irhBd3enzBlZAhY/APZ9bN3tCfhrMTyb+JTmFE/WN/VqUm2T5f9dycM21MDO1si42jQbTOXS1C3sBePQ4ND5aeeW6H4rlOcvJ8IvbT9ZSeG1BuZsLEenN+d1KNEXX+Yck+/DT4GUZePu+xQPLUzMfxOEwjhrkcEWnJih+LaKC5y6Ck/FTjliOU2yVNwE3uqTkHgLa5x+xklSO7azE/IRguL755+tfc4FplaaN29ozczYcyqIiqTqMHwS10CRuU4q+aKwPRDgEQvIsfENvYoKCpQhgCMKkTFLVyFfRWtLeTvqHzmmUeOrra69MFUnN5S38/8pIZL4von5KbRrnqFChIQrsMLqzpB2rZKcLJUd4wAcYgpv0QRy0U4/fcVF+f279ySs3ot3KKTu4YqpWsvRH7Do6GOSpuVjRuJGvHIEeA98+3Q65CWnWbm1WUicc2fALoQG8cmtXh1fgLxMa5ORm2/cjxL2W8MqbgT3XVAf3dKmb1ANr28WvLPA6in1asCuyo80ae0Tko5Xw1mec+iFG7f6SXVGu1h/0eyhT538YQmy3b+c0i4EArp7LIkH5kItK4TH0XDsbrrcyKCCdFSoLIKzYzPHq/QAeIk2VerbBJeNGR6lo+JIzk0pIGiZpWNmJjrc7WcE+a3w/F3J+7FJSTysoFUh3M54pkOWHyQidXY16PDmlhMdNik5v41uvrK9gpNWcHbxg9GimzR27a+dHnJ2riNQDhT+85lKB5QPkKFOMU5JOZ32xMdtR9XTo3HlvZHchWaY/vRGV9Ciit0MChxVCnBTJBGPoC3gzicszIvk6TwdA6NUUjJNbc13BPfsrQrW9S6/JC9bRGedhkP73bPeI5eTB7c2l40hywYhAfXgx74tl/i3nQ2F/n1cij8LtuFdKoCG64ar4ZyvF4sEQ8VpLzkruppP01aDxusxdqKq0/GaWbzDHskv4d+ui+Ao765tbeumyqnni4ILZqbKjXtRcrGf2kKhEEpLZFf0cX9D6dYbfENR+D59u9OqTQccWVhNlmvH3JuLD8Egmmc1+YUp27MR3/4CY6dynQkBd70vQfmeXpGKR9nzjwfOEECUFk0Vbwl4CbySxdgiRiQin9T+COBx8HxDwjQ1LIg4vezSglUexZdhv7JjtCQB0wAPvMD73T/tDcp1qvj+MtrGLhp1gRquKqQrAcJ80yNEpMFOMXytl3Fw==');
  </script>
<script nonce="JEdCEJ6hMal1L8a1T3n7UQ">
  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="JEdCEJ6hMal1L8a1T3n7UQ">
  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="JEdCEJ6hMal1L8a1T3n7UQ">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="JEdCEJ6hMal1L8a1T3n7UQ">
  (function(){
  gaia_onLoginSubmit = function() {
  try {
  gaia.loginAutoRedirect.stop();
  } catch (err) {
  // do not prevent form from being submitted
  }
  try {
  document.bg.invoke(function(response) {
  document.getElementById('bgresponse').value = response;
  });
  } catch (err) {
  document.getElementById('bgresponse').value = '';
  }
  return true;
  }
  document.getElementById('gaia_loginform').onsubmit = gaia_onLoginSubmit;
  var signinButton;
  signinButton = document.getElementById('next');
  gaia_attachEvent(window, 'load', function(){
  gaia_scrollToElement(signinButton);
  });
  })();
</script>
  <script nonce="JEdCEJ6hMal1L8a1T3n7UQ">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.a=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.a;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.h=function(b,c,a){var d=this.a;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.a;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.h;
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.g=b;this.f=c;this.c=m();this.b=!1},q=function(){var b=n,c=m();c==b.c||b.b||(b.c=c,(new k).get(b.f,function(a){var d=n;a&&a.status&&200==a.status&&"OK"==a.text&&(d.a&&clearInterval(d.a),d.b||(window.location=d.g))}))};p.prototype.start=function(b){if(this.a)return!1;this.a=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.b=!0;b.a&&(clearInterval(b.a),b.a=null)});
</script>
  <script type="text/javascript" nonce="JEdCEJ6hMal1L8a1T3n7UQ">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttps%3A%2F%2Fsmailyter.blogspot.com%2F%26zx%3Dsc4cd9x6ueub\x26hl=en-US\x26service=blogger\x26passive=true\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttps%3A%2F%2Fsmailyter.blogspot.com%2F%26zx%3Dsc4cd9x6ueub\x26hl=en-US\x26service=blogger\x26passive=true');
  </script>
  </body>
</html>
