@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-ms-clear {
  height: 0;
  width: 0;
}

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: Helvetica-neue, arial, sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  color: #555555;
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  color: #3D6995;
  text-decoration: underline;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
strong {
  font-weight: bold;
}

/**
 * Remove default styling from these non-semantic tags. Can use for icons||ASCII.
 */
i,
b {
  font-style: normal;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  color: #222;
  font-size: 1.5em;
  margin: 0.67em 0;
}

h2 {
  color: #555555;
  font-size: 1.25em;
  font-weight: normal;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 0.875em;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/*
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
*/
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  background: #3D6995;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  /* 3 */
  padding: 0.66667em 2em;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: .3;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Lists
   ========================================================================== */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

._header_110uf_390 {
  display: table;
  margin: 1em 0;
  width: 100%;
}

@media (max-width: 21.25em) {
  ._header_110uf_390 {
    margin: 0;
  }
}

._header_110uf_390 a {
  color: inherit;
  text-decoration: none;
}

._header_110uf_390 a:hover {
  text-decoration: underline;
}

._header-logo_110uf_411 {
  background: no-repeat 1em 0;
  background-image: url(logo.png);
  background-image: url(logo.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url(logo.svg), linear-gradient(transparent, transparent);
  display: table-cell;
  padding: 0 1em;
  vertical-align: middle;
}

.ie8 ._header-logo_110uf_411 {
  background-image: url(logo.png);
}

@media (max-width: 21.25em) {
  ._header-logo_110uf_411 {
    background-position: center;
    display: block;
  }
}

._header-logo-text_110uf_431 {
  display: block;
  height: 31px;
  visibility: hidden;
  width: 110px;
}

._header-nav_110uf_438 {
  color: #bbbbbb;
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  vertical-align: middle;
}

@media (max-width: 21.25em) {
  ._header-nav_110uf_438 {
    display: block;
    text-align: center;
  }
}

.__heading_110uf_453 {
  margin: 0 auto 2em;
  text-align: center;
  width: 100%;
}

._img_110uf_459 {
  margin: 35px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}

._img_110uf_459 img {
  max-width: 100%;
  height: auto;
  min-width: 0;
}

@media (max-width: 500px) {
  ._img_110uf_459 img {
    max-width: 35%;
  }
}

@media (max-width: 25em) {
  ._heading-break_110uf_479 {
    display: none;
  }
}

._copyright_110uf_484 {
  color: #bbbbbb;
  font-size: 0.75em;
  margin: 2em 0 1em;
  text-align: center;
}

._main_110uf_491 {
  margin: auto;
  max-width: 29.5em;
}

._prompt-webauthn-main_110uf_496 {
  margin: auto;
  max-width: 29.5em;
}

._webauthn-body_110uf_501 {
  line-height: 150%;
  font-size: large;
  text-align: center;
  padding: 0 4rem 0 4rem;
}

._primary_110uf_508 {
  margin: auto;
  max-width: 29.5em;
  padding: 0 1em;
}

@media (max-width: 62em) {
  ._primary_110uf_508 {
    max-width: 29.5em;
    padding: 0;
  }
}

._primary_110uf_508 .__heading_110uf_453 {
  margin: 0 auto;
}

._primary_110uf_508 .__heading_110uf_453:before, ._primary_110uf_508 .__heading_110uf_453:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

._primary_110uf_508 .__heading_110uf_453:after {
  clear: both;
}

@media (max-width: 62em) {
  ._primary_110uf_508 .__heading_110uf_453 {
    float: none;
    text-align: center;
    width: 100%;
  }
}

._primary_110uf_508 #msg {
  left: 3em;
  margin: 0;
}

@media (max-width: 62em) {
  ._primary_110uf_508 #msg {
    max-width: none;
    position: static;
  }
}

._primary_110uf_508 #form {
  max-width: 27.5em;
}

._primary_110uf_508 #form:before, ._primary_110uf_508 #form:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

._primary_110uf_508 #form:after {
  clear: both;
}

@media (max-width: 62em) {
  ._primary_110uf_508 #form {
    float: none;
    max-width: none;
  }
}

@media (max-width: 62em) {
  ._primary_110uf_508 ._copyright_110uf_484 {
    width: 100%;
  }
}

._wide_110uf_584 {
  margin: auto;
  max-width: 57em;
  padding: 0 1em;
}

@media (max-width: 28em) {
  ._wide_110uf_584 {
    padding: 0;
  }
}

._link-page_110uf_596 {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  background: #fff6ea;
  border-color: #ffdbac;
  padding: 1.5em 1.5em 0;
}

@media (max-width: 28em) {
  ._link-page_110uf_596 {
    padding: 1em;
    margin-top: 1em;
  }
}

._link-page_110uf_596 ._form-output_110uf_612 {
  margin: 0 0 1.5em;
}

._link-page_110uf_596 ._form-box_110uf_616 {
  float: right;
  margin: 0 0 2em 2em;
  max-width: 27.5em;
  background-color: #fff;
}

@media (max-width: 45em) {
  ._link-page_110uf_596 ._form-box_110uf_616 {
    margin: 0 0 2em;
    max-width: 100%;
  }
}

._link-page_110uf_596 h2 {
  font-weight: bold;
}

._link-page_110uf_596 hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 3px solid #edc;
}

._link-page_110uf_596 p {
  line-height: 1.5;
}

._link-page_110uf_596 ._faq_110uf_644:before, ._link-page_110uf_596 ._faq_110uf_644:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

._link-page_110uf_596 ._faq_110uf_644:after {
  clear: both;
}

._link-page_110uf_596 ._faq_110uf_644 h3 {
  font-size: 1em;
}

._link-page_110uf_596 ._faq_110uf_644 h4 {
  margin: 1.5em 0 .5em 0;
  font-size: 0.75em;
}

._link-page_110uf_596 ._faq_110uf_644 p {
  margin: 0 0 1em;
  font-size: 0.75em;
}

._link-page_110uf_596 ._faq_110uf_644 p:last-child {
  margin: 0 0 2em;
}

._form_110uf_612,
._form-permissions_110uf_674 {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(34, 34, 34, 0.1);
          box-shadow: 0 1px 3px rgba(34, 34, 34, 0.1);
  display: block;
  margin: auto;
  position: relative;
}

._form_110uf_612:before,
._form-permissions_110uf_674:before {
  background: #fff;
  border-radius: 2px;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  width: 100%;
  z-index: -1;
}

.ie8 ._form_110uf_612:before, .ie8
._form-permissions_110uf_674:before {
  display: none;
}

._form_110uf_612.___loading_110uf_703:before,
._form-permissions_110uf_674.___loading_110uf_703:before {
  opacity: .75;
  z-index: 100;
}

.ie8 ._form_110uf_612.___loading_110uf_703:before, .ie8
._form-permissions_110uf_674.___loading_110uf_703:before {
  display: block;
}

._form_110uf_612:after,
._form-permissions_110uf_674:after {
  content: '';
  height: 25px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35px;
  z-index: -1;
}

.ie8 ._form_110uf_612:after, .ie8
._form-permissions_110uf_674:after {
  display: none;
}

._form_110uf_612.___loading_110uf_703:after,
._form-permissions_110uf_674.___loading_110uf_703:after {
  opacity: 1;
  z-index: 100;
}

.ie8 ._form_110uf_612.___loading_110uf_703:after, .ie8
._form-permissions_110uf_674.___loading_110uf_703:after {
  display: block;
}

._form-permissions_110uf_674 {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

._form-appnotice_110uf_749 {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  display: none;
  font-size: 0.875em;
  margin: 1em 0;
  padding: 1em;
  text-align: left;
  width: 100%;
  background: #fff6ea;
  border-color: #ffdbac;
  display: inline-block;
}

._form-appnotice_110uf_749:after {
  border-color: #fff6ea transparent transparent;
}

@media (max-width: 62em) {
  ._form-appnotice_110uf_749 {
    float: none;
    width: 100%;
  }
}

._form-appnotice_110uf_749 svg, ._form-appnotice_110uf_749 image, ._form-appnotice_110uf_749 img {
  height: 40px;
  width: 40px;
}

._form-appnotice-header_110uf_780 {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0;
}

._form-appnotice-text_110uf_786 {
  line-height: 1.15em;
  margin: .1em 0;
}

._form-appnotice-icon_110uf_791 {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 6px -1px #e4e4e4;
          box-shadow: 0 1px 6px -1px #e4e4e4;
  float: left;
  height: 42px;
  margin: 0 .75em 0 0;
}

._form-appnotice-info_110uf_801 {
  font-size: 0.75em;
  margin-top: 1em;
  color: #959595;
}

._form-reverify-header_110uf_807 {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0;
}

._form-reverify-name_110uf_813 {
  font-weight: bold;
  padding: .25em 0;
}

._form-reverify-instruction_110uf_818 {
  display: block;
}

._form-output_110uf_612 {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  display: none;
  font-size: 0.875em;
  margin: 2em 0;
  padding: 1em;
  text-align: center;
  width: 100%;
}

.info {
  background: #e6eff2;
  border-color: #99bdcb;
  display: inline-block;
}

.info:after {
  border-color: #e6eff2 transparent transparent;
}

.info a {
  color: #005B7E;
}

.success {
  background: #f2f5eb;
  border-color: #cad9ae;
  display: inline-block;
}

.success:after {
  border-color: #f2f5eb transparent transparent;
}

.success a {
  color: #7B9F34;
}

.warning {
  background: #fff6ea;
  border-color: #ffdbac;
  display: inline-block;
}

.warning:after {
  border-color: #fff6ea transparent transparent;
}

.warning a {
  color: #FFA630;
}

.error {
  background: #feeceb;
  border-color: #fab3af;
  display: inline-block;
}

.error:after {
  border-color: #feeceb transparent transparent;
}

.error a {
  color: #F24236;
}

.__form-tabs_110uf_890 {
  display: table;
  table-layout: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.__form-tabs_110uf_890 li {
  background: #f8f8f8;
  border: solid #e4e4e4;
  color: #bbbbbb;
  display: table-cell;
  position: relative;
  width: 50%;
}

.__form-tabs_110uf_890 li:first-child {
  border-width: 0 1px 1px 0;
}

.__form-tabs_110uf_890 li:first-child + li {
  border-width: 0 0 1px 1px;
}

.__form-tabs_110uf_890.signin li:first-child,
.__form-tabs_110uf_890.register li:first-child + li {
  background: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #222;
  font-weight: bold;
}

.__form-tabs_110uf_890 a {
  color: inherit;
  display: block;
  line-height: 1;
  padding: 1em;
  text-align: center;
  text-decoration: none;
}

.__form-header_110uf_932 {
  background: #f8f8f8;
  padding: 1em;
}

.__form-header_110uf_932:before, .__form-header_110uf_932:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.__form-header_110uf_932:after {
  clear: both;
}

.__form-header_110uf_932 * {
  vertical-align: middle;
}

.__form-header_110uf_932 *:first-child {
  float: left;
}

.__form-header_110uf_932 *:last-child {
  float: right;
}

._form-divider_110uf_960 {
  background: #e4e4e4;
  border: 0;
  height: 2px;
  width: 80%;
}

._form-fields_110uf_967 {
  padding: 2em;
}

@media (max-width: 21.25em) {
  ._form-fields_110uf_967 {
    padding: 1em;
  }
}

._form-fields_110uf_967 > *:first-child {
  margin-top: 0;
}

._security-email-message_110uf_981 {
  display: none;
  color: #555555;
  float: left;
  font-size: .75em;
  padding-top: .25em;
}

._reverify-email-addr_110uf_989 {
  border-bottom: 1px solid #e4e4e4;
  padding: 1.5em;
  font-weight: bold;
  text-align: center;
}

._reverify-webauthn-form-fields_110uf_996 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: .75em 0;
}

._reverify-images_110uf_1004 {
  margin: 35px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}

._reverify-images_110uf_1004 img {
  max-width: 100%;
  height: auto;
  min-width: 0;
}

@media (max-width: 500px) {
  ._reverify-images_110uf_1004 img {
    max-width: 35%;
  }
}

._webauthn-error_110uf_1023 {
  display: none;
}

.__form-input_110uf_1027 {
  display: block;
  margin: 1em 0;
}

.__form-input_110uf_1027 strong {
  display: inline-block;
  margin-bottom: .3125em;
}

.__form-input_110uf_1027 strong:after {
  color: #959595;
  content: attr(data-content);
  font-size: .8em;
  font-weight: normal;
  vertical-align: text-top;
}

.__form-input_110uf_1027 strong._not-required_110uf_1045:after {
  display: none;
}

.__form-input_110uf_1027 a {
  float: right;
  font-size: 0.75em;
  position: relative;
  top: 0.125em;
}

.__form-input_110uf_1027 i {
  color: #7B9F34;
}

.__form-input_110uf_1027 i:after {
  content: '✔';
}

.__form-input_110uf_1027 small {
  color: #555555;
  float: right;
  font-size: .75em;
  margin-top: .25em;
}

.__form-input_110uf_1027 input {
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 3px gainsboro;
          box-shadow: inset 0 0 3px gainsboro;
  padding: 0.625em;
  width: 100%;
}

.__form-input_110uf_1027 input:invalid {
  background: #f8f8f8;
}

.__form-input_110uf_1027 input::-webkit-outer-spin-button,
.__form-input_110uf_1027 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.__form-input_110uf_1027 input[type=number] {
  -moz-appearance: textfield;
}

.__form-input_110uf_1027 p {
  margin: 0 0 1.2em;
}

._signin_110uf_914 input[type="checkbox"],
._register-checkbox_110uf_1098 input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

._signin_110uf_914 input[type="checkbox"] + label,
._register-checkbox_110uf_1098 input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
  padding: .2rem 0 0 2rem;
  margin-bottom: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: .8rem;
  font-weight: bold;
}

._signin_110uf_914 input[type="checkbox"] + label:before,
._register-checkbox_110uf_1098 input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #e1e1e1;
  border-radius: 0.10rem;
  text-align: center;
}

._signin_110uf_914 input[type="checkbox"] + label:after,
._register-checkbox_110uf_1098 input[type="checkbox"] + label:after {
  content: "";
  background-color: transparent;
  display: block;
  position: absolute;
  left: 0.45rem;
  top: 0.2rem;
  width: 0.4rem;
  height: 0.8rem;
  opacity: 0.2;
  border-bottom: 3px solid #3D6995;
  border-right: 3px solid #3D6995;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

._signin_110uf_914 input[type="checkbox"]:checked + label:before,
._register-checkbox_110uf_1098 input[type="checkbox"]:checked + label:before {
  content: "";
}

._signin_110uf_914 input[type="checkbox"]:checked + label:after,
._register-checkbox_110uf_1098 input[type="checkbox"]:checked + label:after {
  content: "";
  opacity: 1;
}

._form-name_110uf_1160 {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 0.5em 0 0;
  width: 50%;
}

._form-name_110uf_1160 + ._form-name_110uf_1160 {
  padding: 0 0 0 0.5em;
}

.__form-input-validate_110uf_1171 {
  position: relative;
}

.__form-input-validate_110uf_1171.___valid_110uf_1175 input {
  background: #fff;
}

.__form-input-validate_110uf_1171.___valid_110uf_1175 i {
  display: block;
}

.__form-input-validate_110uf_1171.___valid_110uf_1175 ._security-email-message_110uf_981 {
  display: block;
}

.__form-input-validate_110uf_1171.___invalid_110uf_1187.___changedValue_110uf_1187 output {
  display: block;
}

.__form-input-validate_110uf_1171 input {
  padding-right: 2.25em;
}

.__form-input-validate_110uf_1171 input + i {
  display: none;
  position: absolute;
  right: 0.5em;
  top: 0.66667em;
}

.__form-input-validate_110uf_1171 input:valid:not([data-js-only]) + i {
  display: block;
}

.__form-input-validate_110uf_1171 output {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  display: none;
  font-size: 0.875em;
  left: 5%;
  padding: 1em;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(calc(-100% - 0.5em));
      -ms-transform: translateY(calc(-100% - 0.5em));
          transform: translateY(calc(-100% - 0.5em));
  top: 0;
  width: 90%;
  z-index: 10;
}

.ie8 .__form-input-validate_110uf_1171 output {
  position: relative;
  top: 0.5em;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.__form-input-validate_110uf_1171 output:before, .__form-input-validate_110uf_1171 output:after {
  border-style: solid;
  border-width: 0.5em 0.5em 0;
  bottom: 1px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0.5em);
      -ms-transform: translate(-50%, 0.5em);
          transform: translate(-50%, 0.5em);
  width: 0;
}

.ie8 .__form-input-validate_110uf_1171 output:before, .ie8 .__form-input-validate_110uf_1171 output:after {
  content: none;
}

.__form-input-validate_110uf_1171 output:before {
  border-color: transparent;
  border-top-color: inherit;
  border-width: calc(0.5em + 2px) calc(0.5em + 2px) 0;
  bottom: -1px;
}

.__form-input-validate-meter_110uf_1251 {
  display: none;
  margin: 0.16667em 0 0;
}

.js .__form-input-validate-meter_110uf_1251 {
  display: block;
}

.ie8 .__form-input-validate-meter_110uf_1251 {
  display: none;
}

.__form-input-validate-meter_110uf_1251 meter {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #e4e4e4;
  background-color: #e4e4e4;
  display: block;
  height: .25em;
  position: relative;
  width: 100%;
}

.__form-input-validate-meter_110uf_1251 meter::-webkit-meter-bar {
  background: #e4e4e4;
  background-color: #e4e4e4;
}

.__form-input-validate-meter_110uf_1251 meter div {
  height: .25em;
  left: 0;
  position: absolute;
  top: 0;
}

.__form-input-validate-meter_110uf_1251 meter[value="1"]::-webkit-meter-optimum-value {
  background: #F24236;
  width: 33.3333%;
}

.__form-input-validate-meter_110uf_1251 meter[value="1"]::-moz-meter-bar {
  background: #F24236;
  width: 33.3333%;
}

.__form-input-validate-meter_110uf_1251 meter[value="1"] div {
  background: #F24236;
  width: 33.3333%;
}

.__form-input-validate-meter_110uf_1251 meter[value="2"]::-webkit-meter-optimum-value {
  background: #FFA630;
  width: 66.6667%;
}

.__form-input-validate-meter_110uf_1251 meter[value="2"]::-moz-meter-bar {
  background: #FFA630;
  width: 66.6667%;
}

.__form-input-validate-meter_110uf_1251 meter[value="2"] div {
  background: #FFA630;
  width: 66.6667%;
}

.__form-input-validate-meter_110uf_1251 meter[value="3"]::-webkit-meter-optimum-value {
  background: #7B9F34;
  width: 100%;
}

.__form-input-validate-meter_110uf_1251 meter[value="3"]::-moz-meter-bar {
  background: #7B9F34;
  width: 100%;
}

.__form-input-validate-meter_110uf_1251 meter[value="3"] div {
  background: #7B9F34;
  width: 100%;
}

._form-submit_110uf_1331,
._form-reset_110uf_1332 {
  display: block;
  margin: 1em auto;
}

._form-submit_110uf_1331.last,
._form-reset_110uf_1332.last {
  margin-bottom: 0;
}

.no-js ._form-submit_110uf_1331[disabled], .no-js
._form-reset_110uf_1332[disabled] {
  display: none;
}

._form-submit-reverify_110uf_1347 {
  width: 100%;
}

._form-submit-passkey_110uf_1351 {
  width: 80%;
  padding: 10px 1px 10px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._form-submit-passkey_110uf_1351 img {
  padding-right: 8px;
  width: 32px;
  height: 25px;
}

._form-reverify-help_110uf_1365 {
  margin: 0.5rem 0 1.5rem 0;
  font-size: .8em;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._form-reverify-help_110uf_1365 a {
  padding: 10px 20px;
}

@media (max-width: 500px) {
  ._form-reverify-help_110uf_1365 {
    margin: 0.8rem 0;
  }
}

._form-reset_110uf_1332 {
  background: #e4e4e4;
  color: #222;
}

._form-permission-scope_110uf_1390 {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
}

._form-permission-scope-heading_110uf_1397 {
  display: block;
}

._form-permission-scope-heading_110uf_1397:after {
  content: "";
  clear: both;
  display: table;
}

._form-permission-scope-title_110uf_1407 {
  font-weight: bold;
}

._form-permission-scope-details-link_110uf_1411 {
  float: right;
  display: none;
}

._form-permission-show_110uf_1416 {
  display: inline;
}

._form-permission-hide_110uf_1420 {
  display: none;
}

._form-permissions-scope-description_110uf_1424 {
  margin-top: .5em;
}

._form-permissions-buttons_110uf_1428 {
  margin: auto;
  text-align: center;
}

._form-permissions-buttons_110uf_1428._reverse_110uf_1433 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

._form-permissions-button-first_110uf_1438 {
  margin-right: 2%;
}

._form-permissions-button_110uf_1428 {
  display: inline-block;
}

._form-permissions-legal_110uf_1446 {
  font-size: 0.75em;
  margin-top: 4em;
}

._g-recaptcha_110uf_1451 {
  margin: 1em -2em;
}

._g-recaptcha_110uf_1451 div {
  margin: auto;
}

.__recaptcha-noscript_110uf_1459 div {
  margin: auto;
}

.__recaptcha-noscript_110uf_1459 > div {
  height: 483px;
  width: 302px;
}

.__recaptcha-noscript_110uf_1459 > div > div > div:first-child {
  height: 422px;
}

.__recaptcha-noscript_110uf_1459 > div > div > div:first-child + div {
  background: #f9f9f9;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  height: 60px;
}

.__recaptcha-noscript_110uf_1459 iframe {
  border-style: none;
  height: 423px;
  width: 302px;
}

.__recaptcha-noscript_110uf_1459 textarea {
  border: 1px solid #c1c1c1;
  height: 40px;
  margin: 10px 25px;
  padding: 0px;
  resize: none;
  width: 250px;
}

._form-terms_110uf_1494 {
  color: #959595;
  font-size: .7em;
  margin: 0;
}

._webauthn-button_110uf_1500 {
  background: white;
  border: 1px solid black;
  color: #222;
}

._form-submit-button_110uf_1506 {
  width: 35%;
  padding: 3px 1px 3px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._form-submit-button_110uf_1506 img {
  padding-right: 8px;
  width: 35px;
  height: 35px;
}

@media (max-width: 500px) {
  ._form-submit-button_110uf_1506 {
    min-width: 65%;
  }
}

._form-newdevice-link_110uf_1526 {
  cursor: pointer;
}

._form-newdevice-footer_110uf_1530 {
  margin: 0 0 .5rem 0;
  font-size: 15px;
  font-weight: lighter;
  text-align: center;
}

._form-newdevice-header_110uf_1537 {
  margin: 2rem auto 2rem auto;
}

._form-newdevice-body_110uf_1541 {
  padding: 0 7rem 0 7rem;
  line-height: 1.5em;
}

@media (max-width: 500px) {
  ._form-newdevice-body_110uf_1541 {
    padding: 0 2rem 0 2rem;
  }
}

._form-newdevice-error_110uf_1552 {
  margin-top: 1rem;
}

._password-container_110uf_1556 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._password-container_110uf_1556 img {
  width: 15px;
  height: 15px;
}

._password-toggle_110uf_1567 {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

._password-toggle_110uf_1567 img {
  width: 15px;
  height: 15px;
}

._register-password-icon_110uf_1580 {
  top: 50%;
}

._errorPage_110uf_1584 {
  background: no-repeat top center;
  background-size: contain;
  margin: 0 1em;
  text-align: center;
}

._errorPage-figure_110uf_1591 {
  margin: 1em auto;
  max-width: 450px;
  width: 100%;
}

._errorPage-figure_110uf_1591 img {
  max-height: 220px;
}

._errorPage-heading_110uf_1601 {
  margin: 1em auto 0;
}

._errorPage-subheading_110uf_1605 {
  margin: 1em auto;
}

