@media only screen and (min-width: 768px), print {
  footer {
    padding: 0 16px;
  }
}
footer a,
footer .footer-text {
  color: var(--wh-color-typo-main-foreground);
  font-size: 0.85714286rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px), print {
  footer a,
  footer .footer-text {
    padding: 0 16px;
    height: 40px;
    display: block;
    margin-bottom: 8px;
    padding: 0;
    height: auto;
  }
}
footer a:hover,
footer a:active {
  color: var(--wh-color-typo-main-foreground);
}
footer .footer-text-wrapper {
  flex: 1 1 100%;
}
@media only screen and (min-width: 768px), print {
  footer .footer-text-wrapper {
    flex: 1 1 auto;
  }
}
footer .footer-bottom-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px), print {
  footer .footer-bottom-nav {
    padding: 16px 0 16px 0;
  }
}
@media only screen and (min-width: 768px), print {
  footer .footer-bottom-nav {
    padding: 16px 0 24px 0;
    justify-content: space-between;
  }
}
footer .footer-bottom-nav .footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0px 16px;
  margin: 0;
}
@media only screen and (min-width: 768px), print {
  footer .footer-bottom-nav .footer-nav-list {
    padding: 0px;
  }
}
footer .footer-bottom-nav .footer-nav-list-item {
  font-size: 11px;
}
footer .footer-bottom-nav .footer-nav-list-item a {
  font-size: 11px;
}
footer .footer-bottom-nav .footer-nav-list-item:not(:last-child) {
  margin-right: 16px;
}
footer .footer-bottom-nav .footer-social-media-list {
  display: none;
  height: 24px;
}
@media only screen and (min-width: 768px), print {
  footer .footer-bottom-nav .footer-social-media-list {
    display: flex;
  }
}
footer .footer-bottom-nav .footer-social-media-list a {
  height: fit-content;
}
footer .footer-bottom-nav .footer-social-media-list a:not(:last-child) {
  margin-right: 8px;
}
footer .footer-bottom-nav .footer-social-media-list a:hover .footer-icon-instagram,
footer .footer-bottom-nav .footer-social-media-list a:focus-visible .footer-icon-instagram {
  color: #c13584;
}
footer .footer-bottom-nav .footer-social-media-list a:hover .footer-icon-x,
footer .footer-bottom-nav .footer-social-media-list a:focus-visible .footer-icon-x {
  color: var(--wh-color-system-shadow);
}
footer .footer-bottom-nav .footer-social-media-list a:hover .footer-icon-youtube,
footer .footer-bottom-nav .footer-social-media-list a:focus-visible .footer-icon-youtube {
  color: #cd201f;
}
footer .footer-bottom-nav .footer-social-media-list a:hover .footer-icon-facebook,
footer .footer-bottom-nav .footer-social-media-list a:focus-visible .footer-icon-facebook {
  color: #3b5998;
}
footer .footer-bottom-nav .footer-social-media-list a:hover .footer-icon-tiktok,
footer .footer-bottom-nav .footer-social-media-list a:focus-visible .footer-icon-tiktok {
  color: var(--wh-color-system-shadow);
}
footer .footer-bottom-nav .footer-social-media-list a svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  color: var(--wh-color-main-complimentary);
  flex: 0 0 auto;
}
.login-pf-page .footer-nav-list a {
  margin-bottom: 0;
}
.securitytips-section {
  display: flex;
  margin: 0 0 16px;
  flex-direction: row;
  align-items: center;
  border: 1px solid var(--wh-color-basic-outline);
  border-radius: 4px;
  margin: 0 16px 16px;
  padding: 16px;
  flex-direction: column;
}
@media only screen and (min-width: 768px), print {
  .securitytips-section {
    flex-direction: row;
  }
}
.securitytips-section-tip {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.securitytips-section-tip:last-of-type {
  margin-bottom: 8px;
}
.securitytips-section-footer {
  margin-top: 12px;
  display: block;
}
.securitytips-section .securitytips-icon {
  height: 16px;
  width: 16px;
  margin-right: 4px;
}
.securitytips-section .securitytips-image-wrapper {
  display: flex;
  padding: 0 0 16px;
}
@media only screen and (min-width: 768px), print {
  .securitytips-section .securitytips-image-wrapper {
    padding: 0 32px 0 16px;
  }
}
.securitytips-section h2 {
  font-weight: bold;
  font-size: 1.14285714rem;
  margin: 0 0 8px 0;
}
.securitytips-section span,
.securitytips-section p,
.securitytips-section a {
  font-size: 0.85714286rem;
}
.securitytips-section p,
.securitytips-section a {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px), print {
  .securitytips-section {
    display: none;
  }
}
.kc-header {
  overflow: visible;
  white-space: nowrap;
  padding: 0 16px;
  border-bottom: 1px solid var(--wh-color-basic-outline);
  height: 50px;
}
@media only screen and (min-width: 768px), print {
  .kc-header {
    border-bottom: 0;
    height: auto;
  }
}
.kc-header .kc-header-wrapper {
  display: flex;
  align-items: center;
  z-index: 400;
  width: 100%;
  height: 50px;
  position: static;
}
.kc-header .kc-header-wrapper .kc-header-text {
  display: none;
}
@media only screen and (min-width: 768px), print {
  .kc-header .kc-header-wrapper {
    padding: 16px 0;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }
  .kc-header .kc-header-wrapper .kc-header-text {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    min-height: 36px;
    border-bottom: 1px solid var(--wh-color-basic-outline);
    border-top: 1px solid var(--wh-color-basic-outline);
    padding: 8px;
  }
  .kc-header .kc-header-wrapper .kc-header-register-login-link {
    font-weight: bold;
    text-decoration: underline;
  }
  .kc-header .kc-header-wrapper .kc-header-register-login-text,
  .kc-header .kc-header-wrapper .kc-header-register-login-link {
    font-size: 12px;
  }
}
.kc-header .kc-header-wrapper .kc-header-image {
  margin-right: 16px;
}
.kc-header .kc-header-wrapper .kc-header-image a {
  display: inline-block;
}
@media only screen and (max-width: 767px), print {
  .kc-header .kc-header-wrapper .kc-header-image {
    display: none;
  }
}
.kc-header .kc-header-wrapper .kc-header-image .wh-logo {
  height: 34px;
  width: 66px;
}
@media only screen and (min-width: 768px), print {
  .kc-header .kc-header-wrapper .kc-header-image .wh-logo {
    height: 68px;
    width: 132px;
  }
}
.kc-header .kc-header-wrapper .kc-header-image-mobile {
  margin-right: 16px;
}
.kc-header .kc-header-wrapper .kc-header-image-mobile a {
  display: inline-block;
}
.kc-header .kc-header-wrapper .kc-header-image-mobile .wh-logo {
  height: 34px;
  width: 66px;
}
@media only screen and (min-width: 768px), print {
  .kc-header .kc-header-wrapper .kc-header-image-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px), print {
  .login-pf-page .kc-header {
    margin-bottom: 16px;
  }
}
.login-pf-page .kc-login-label,
.login-pf-page .kc-header-register-login-text {
  color: var(--wh-color-typo-main-foreground);
}
.login-pf-page .kc-header-wrapper {
  border-bottom: 1px solid var(--wh-color-basic-outline);
  padding-bottom: 0;
}
.login-pf-page .kc-header-wrapper .kc-header-text-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.login-pf-page .kc-header-wrapper .kc-header-text-wrapper .kc-header-text {
  align-items: center;
  border-bottom: none;
  margin-top: 32px;
  padding: 14px 0;
  width: 100%;
}
.theme-switcher {
  position: relative;
  display: inline-block;
}
#theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 8px;
  border-radius: 50%;
}
#theme-toggle:hover {
  color: var(--wh-color-main-primary);
}
#theme-toggle:focus-visible {
  box-shadow: 0 0 0 3px var(--wh-color-main-primary-focus);
  border-radius: 4px;
  outline: none;
}
#theme-toggle .contrast-switch-icon {
  width: 20px;
  height: 20px;
  color: var(--wh-color-main-complimentary);
}
.theme-menu {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 4px;
  background-color: var(--wh-color-basic-background);
  min-width: 200px;
  z-index: 100;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 16px 4px;
}
.theme-menu .theme-menu-header {
  border-bottom: 1px solid var(--wh-color-basic-outline);
  -webkit-user-select: none;
          user-select: none;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 700;
}
.theme-menu .theme-menu-footer {
  border-top: 1px solid var(--wh-color-basic-outline);
  min-height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background-color: var(--wh-color-basic-background);
  font-size: 0.85714286rem;
}
.theme-menu .theme-menu-footer div {
  font-size: inherit;
  width: 100%;
}
.theme-menu .theme-menu-footer a {
  font-size: inherit;
  text-decoration: underline;
}
.theme-menu.visible {
  display: block;
}
.theme-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.theme-menu .theme-symbol {
  width: 20px;
  height: 20px;
}
.theme-menu .theme-option {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-shrink: 0;
  border: none;
  background: none;
  text-align: left;
  line-height: 1.5;
  text-decoration: none;
  outline: none;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1rem;
  width: 100%;
  padding: 0 12px;
}
.theme-menu .theme-option:focus-visible {
  box-shadow: 0 0 0 3px var(--wh-color-main-primary-focus);
  border-radius: 4px;
  outline: none;
}
.theme-menu .theme-option .theme-option-content {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: var(--wh-color-typo-main-foreground);
}
.theme-menu .theme-option:not(:last-of-type) {
  border-bottom: 1px solid var(--wh-color-basic-outline);
}
.theme-menu .theme-option:hover,
.theme-menu .theme-option:focus-visible {
  background-color: var(--wh-color-basic-surface-container);
}
.theme-menu .theme-option.active {
  font-weight: bold;
}
@media only screen and (min-width: 768px), print {
  .login-pf-page .kc-header {
    margin-bottom: 16px;
  }
}
.login-pf-page .kc-login-label,
.login-pf-page .kc-header-register-login-text {
  color: var(--wh-color-typo-main-foreground);
}
.login-pf-page .kc-header-wrapper {
  border-bottom: 1px solid var(--wh-color-basic-outline);
  padding-bottom: 0;
}
.login-pf-page .kc-header-wrapper .kc-header-text-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.login-pf-page .kc-header-wrapper .kc-header-text-wrapper .kc-header-text {
  align-items: center;
  border-bottom: none;
  margin-top: 12px;
  padding: 14px 0;
  width: 100%;
  min-height: 50px;
}
.login-pf-page .staylogin-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}
.login-pf-page .staylogin-wrapper .wh-checkbox .wh-input-choice-label label {
  cursor: pointer;
}
.login-pf-page .staylogin-wrapper .wh-checkbox .wh-input-choice-control .wh-input-choice-control-input {
  cursor: pointer;
}
.login-pf-page .card-pf {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  height: 100%;
  margin: 0 0 16px;
  padding: 0;
  box-shadow: 0 0 0;
  background-color: var(--wh-color-basic-background);
  border-top: 0;
}
@media only screen and (min-width: 768px), print {
  .login-pf-page .card-pf {
    margin: 16px 16px;
  }
}
@media only screen and (max-width: 767px), print {
  .login-pf-page .card-pf {
    margin-bottom: 0;
  }
}
.login-pf-page .card-pf #kc-content {
  flex: 1 1;
  padding: 16px 16px 24px;
}
@media only screen and (min-width: 768px), print {
  .login-pf-page .card-pf #kc-content {
    flex: 0 0 50%;
    padding: 32px 24px;
    border: 1px solid var(--wh-color-basic-outline);
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.login-pf-page .card-pf #kc-content .has-error .form-control {
  border-color: var(--wh-color-alert-error);
}
.login-pf-page .card-pf #kc-content .has-error .form-control:hover {
  border-color: var(--wh-color-alert-error);
}
.login-pf-page .card-pf #kc-content .has-error input[type="checkbox"] {
  border-color: var(--wh-color-alert-error);
}
.login-pf-page .card-pf .kc-sidebar {
  display: none;
  flex: 0 1 50%;
  background-color: var(--wh-color-lagoon);
  border: 1px solid var(--wh-color-lagoon);
  border-left: 0;
  padding: 32px 16px 0 0;
  color: var(--wh-color-typo-white-foreground);
  flex-direction: column;
  justify-content: space-between;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (min-width: 768px), print {
  .login-pf-page .card-pf .kc-sidebar {
    display: flex;
  }
}
.login-pf-page .card-pf .kc-sidebar .kc-sidebar-text-wrapper {
  padding-left: 32px;
}
.login-pf-page .card-pf .kc-sidebar .kc-sidebar-text-wrapper h2 {
  padding-bottom: 4px;
}
.login-pf-page .card-pf .kc-sidebar .kc-sidebar-text-wrapper ul {
  padding-left: 18px;
  margin: 0;
}
.login-pf-page .card-pf .kc-sidebar .kc-sidebar-img-wrapper {
  width: 80%;
}
.login-pf-page .card-pf .kc-sidebar .kc-sidebar-img-wrapper .kc-sidebar-img {
  display: block;
  width: 100%;
}
.wh-input {
  border-radius: 4px;
  display: flex;
  align-items: stretch;
  width: 100%;
  transition: box-shadow 0.15s;
  background-color: var(--wh-color-basic-surface);
  overflow: hidden;
  position: relative;
  z-index: 0;
  border: 1px solid var(--wh-color-main-complimentary);
}
.wh-input input[type="password"] ~ .wh-button #hide-password {
  display: none;
}
.wh-input input[type="password"] ~ .wh-button #show-password {
  display: block;
}
.wh-input input[type="text"] ~ .wh-button #hide-password {
  display: block;
}
.wh-input input[type="text"] ~ .wh-button #show-password {
  display: none;
}
.wh-input-field {
  display: block;
  border: 0;
  background-color: transparent;
  color: var(--wh-color-typo-main-foreground);
  box-shadow: none;
  flex-grow: 1;
  width: 100%;
}
.wh-input .wh-input-field {
  color: var(--wh-color-typo-main-foreground);
}
.wh-input--error {
  border-color: var(--wh-color-alert-error) !important;
}
.wh-input--large {
  font-size: 1rem;
  height: 48px;
}
.wh-input--large .wh-input-field {
  padding: 0 16px;
}
.wh-input--large .wh-input-field--action-icon {
  padding: 0 40px 0 16px;
}
.wh-input--large .wh-button {
  margin-left: -40px;
}
.wh-input-choice {
  display: flex;
  padding: 4px 0;
}
.wh-input-choice-label {
  cursor: pointer;
}
.wh-input-choice-control {
  order: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 0;
}
.wh-input-choice-control-input {
  position: absolute;
  opacity: 0;
  margin: 0;
  z-index: 1;
  background: 0;
  border: 0;
}
.wh-input-choice-control-element {
  border: 1px solid;
  border-color: var(--wh-color-inactive-inactive-foreground);
}
.wh-input-choice-control-element.wh-input--error {
  border-color: var(--wh-color-alert-error) !important;
}
.wh-input-choice-label {
  order: 2;
  margin: 0 0 0 8px;
}
.wh-input-choice-label .wh-input-choice-label {
  font-size: 1rem;
  margin-top: 0;
}
.wh-input-choice--medium .wh-input-choice-control {
  margin-top: 0;
}
.wh-input-choice--medium .wh-input-choice-control-input,
.wh-input-choice--medium .wh-input-choice-control-element {
  width: 20px;
  height: 20px;
}
.wh-input-radio-control-element {
  border-radius: 50%;
  position: relative;
}
.input-wrapper {
  padding-bottom: 16px;
}
.input-wrapper .wh-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.input-wrapper .wh-label .password-label-wrapper {
  display: flex;
  flex-direction: column;
}
.input-wrapper .wh-label .password-label-wrapper .wh-label-text {
  padding-bottom: 0;
}
.input-wrapper .wh-label .password-label-wrapper .wh-label-hint {
  text-align: left;
  padding-bottom: 4px;
}
.input-wrapper .wh-label--error {
  color: var(--wh-color-alert-error);
  font-size: 0.85714286rem;
  padding-top: 4px;
}
.input-wrapper .wh-label--choice {
  align-items: flex-start;
}
.input-wrapper .wh-label--choice.wh-label--inline .wh-label-text {
  padding-top: 4px;
}
.input-wrapper .wh-label--top {
  align-items: flex-start;
}
.input-wrapper .wh-label--inline .wh-label-text {
  order: 1;
  padding-bottom: 0;
  margin-right: 8px;
}
.input-wrapper .wh-label--inline .wh-label-body {
  order: 2;
  flex: 1;
}
.input-wrapper .wh-label-text {
  color: var(--wh-color-typo-main-foreground);
  font-weight: 600;
  padding-bottom: 4px;
}
.input-wrapper .wh-label-hint {
  flex-grow: 1;
  text-align: right;
  padding-bottom: 4px;
  font-size: 0.85714286rem;
  color: var(--wh-color-special-grey);
}
.input-wrapper .wh-label-comment {
  font-size: 0.85714286rem;
  color: var(--wh-color-special-grey);
  padding-top: 4px;
}
.input-wrapper .wh-label-body {
  flex-basis: 100%;
}
.input-wrapper .wh-label-input .wh-choice-group {
  flex-direction: column;
}
@media only screen and (min-width: 970px), print {
  .input-wrapper .wh-label-input .wh-choice-group {
    flex-direction: row;
  }
}
.input-wrapper .wh-label-input .wh-choice-group .wh-input-choice {
  display: flex;
  align-items: center;
}
.input-wrapper a {
  text-decoration: underline;
}
.input-wrapper .wh-checkbox .wh-input-choice {
  display: flex;
  padding: 4px 0;
  align-items: center;
}
.input-wrapper .wh-checkbox .wh-input-choice-label {
  order: 2;
  margin: 0 0 0 8px;
}
.input-wrapper .wh-checkbox .wh-input-choice-label label {
  cursor: pointer;
}
.input-wrapper .wh-checkbox .wh-input-choice--medium .wh-input-choice-label {
  font-size: 1rem;
  margin-top: 0;
}
.input-wrapper .wh-checkbox .wh-input-choice--medium .wh-input-choice-control {
  margin-top: 0;
}
.input-wrapper .wh-checkbox .wh-input-choice--medium .wh-input-choice-control-input {
  position: absolute;
  opacity: 0;
  margin: 0;
  z-index: 1;
  background: 0;
  border: 0;
}
.input-wrapper .wh-checkbox .wh-input-choice--medium .wh-input-choice-control-element,
.input-wrapper .wh-checkbox .wh-input-choice--medium .wh-input-choice-control-input {
  width: 20px;
  height: 20px;
}
.input-wrapper .wh-checkbox .wh-input-choice-control {
  order: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 0;
}
.input-wrapper .wh-checkbox .wh-input-choice-control .wh-input-choice-control-input {
  cursor: pointer;
}
.wh-input-radio-control {
  cursor: pointer;
}
.wh-input-radio-control-element {
  border-radius: 50%;
  position: relative;
}
.wh-input-radio-control-element-icon {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 50%;
  background: var(--wh-color-main-primary);
  transform: scale(0);
  transition: transform 0.1s;
}
.wh-input-choice-control-input:checked ~ .wh-input-radio-control-element .wh-input-radio-control-element-icon {
  transform: scale(1);
}
.wh-select {
  padding: 0 0.75em;
  background-color: var(--wh-color-basic-surface);
  border: none;
  color: var(--wh-color-typo-main-foreground);
  transition: box-shadow 0.2s;
  /* hide default browser arrow */
  -webkit-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PHBhdGggZD0nTTEyIDE3LjUzYTEgMSAwIDAxLS43LS4yOWwtOS05YTEgMSAwIDAxMC0xLjQxIDEgMSAwIDAxMS40MSAwTDEyIDE1LjEybDguMy04LjI5YTEgMSAwIDAxMS40MSAwIDEgMSAwIDAxMCAxLjQxbC05IDlhMSAxIDAgMDEtLjcxLjI5eicgZmlsbD0nI2FhYjRjNCcgLz48L3N2Zz4='), linear-gradient(to right, #aab4c4 1px, var(--wh-color-basic-surface-container-high) 1px);
  background-repeat: no-repeat;
  background-size: 24px 24px, 48px 48px;
  background-position: right 11px center, right center;
}
.wh-select::-ms-expand {
  display: none;
}
.wh-select:disabled {
  background-color: var(--wh-color-basic-surface-container);
  cursor: not-allowed;
}
.wh-select-birthyear {
  width: 100%;
}
.wh-autocomplete {
  position: relative;
}
.wh-autocomplete .wh-input-registration-birthday {
  width: 100%;
  cursor: text;
}
.wh-autocomplete .wh-autocomplete-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  flex-shrink: 0;
  cursor: pointer;
  color: var(--wh-color-main-complimentary);
  border-left: 1px solid var(--wh-color-main-complimentary);
  background-color: var(--wh-color-basic-surface-container-high);
  transition: color 0.2s;
}
.wh-autocomplete .wh-autocomplete-toggle svg {
  width: 24px;
  height: 24px;
  transition: transform 0.2s;
}
.wh-autocomplete--open .wh-autocomplete-toggle svg {
  transform: rotate(180deg);
}
.wh-autocomplete .wh-autocomplete-listbox {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  max-height: 240px;
  overflow-y: auto;
  margin: 2px 0 0;
  padding: 4px 0;
  list-style: none;
  background-color: var(--wh-color-basic-surface);
  border: 1px solid var(--wh-color-main-complimentary);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.wh-autocomplete .wh-autocomplete-listbox[hidden] {
  display: none;
}
.wh-autocomplete .wh-autocomplete-option {
  padding: 8px 16px;
  cursor: pointer;
  font-size: 1rem;
  color: var(--wh-color-typo-main-foreground);
  line-height: 1.5;
}
.wh-autocomplete .wh-autocomplete-option--active,
.wh-autocomplete .wh-autocomplete-option:hover {
  background-color: var(--wh-color-basic-surface-container-high);
}
.alert-wrapper {
  margin-bottom: 16px;
}
.alert-wrapper.small-wrapper {
  margin-bottom: 0;
}
.alert-wrapper .alert {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: currentcolor;
  border-image: initial;
  border-radius: 4px;
}
.alert-wrapper .alert-error {
  color: var(--wh-color-alert-error);
  background-color: var(--wh-color-alert-error-container);
}
.alert-wrapper .alert-success {
  color: var(--wh-color-alert-success);
  background-color: var(--wh-color-alert-success-container);
}
.alert-wrapper .alert-info {
  color: var(--wh-color-main-primary);
  background-color: var(--wh-color-main-primary-container);
}
.alert-wrapper .alert-warning {
  color: var(--wh-color-alert-warning);
  background-color: var(--wh-color-alert-warning-container);
}
.alert-wrapper .alert .alert-icon {
  display: inline-block;
  height: 48px;
  width: 48px;
  color: inherit;
  margin-right: 16px;
  flex: 0 0 auto;
}
.alert-wrapper .alert .care-message-title {
  font-size: 1.14285714rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0px;
}
.alert-wrapper .alert .care-message .alert-message p {
  color: var(--wh-color-typo-main-foreground);
  line-height: 1.5;
  margin: 0px;
}
.wh-tooltip {
  position: relative;
  display: inline-block;
}
.wh-tooltip .wh-tooltip-text {
  visibility: hidden;
  width: 150px;
  text-align: center;
  border-radius: 4px;
  padding: 6px 0;
  position: absolute;
  z-index: 100;
  bottom: 150%;
  left: 50%;
  font-size: 12px;
  color: var(--wh-color-typo-main-foreground);
  background-color: var(--wh-color-basic-surface);
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.15);
  margin-left: -75px;
}
.wh-tooltip .wh-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--wh-color-typo-white-foreground) transparent transparent transparent;
}
.wh-tooltip:hover .wh-tooltip-text,
.wh-tooltip:focus-within .wh-tooltip-text {
  visibility: visible;
}
@media only screen and (min-width: 768px), print {
  .login-pf-page .register-page-subtitle {
    display: none;
  }
}
.login-pf-page .register-page-subtitle a {
  text-decoration: underline;
}
#kc-register-form .divider {
  margin-bottom: 16px;
}
#kc-register-form .wh-birthday-label-addon {
  margin-left: auto;
}
#gender-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.register-done-info {
  position: relative;
  margin-bottom: 24px;
}
.register-done-info--line {
  position: absolute;
  border: 1px dashed var(--wh-color-typo-alternate-foreground);
  top: 0;
  bottom: 0;
  left: 32px;
  height: 95%;
}
.register-done-info--element {
  display: flex;
  min-height: 85px;
}
.register-done-info--element:not(:last-of-type) {
  margin-bottom: 16px;
}
.register-done-info--icon {
  margin-right: 24px;
  z-index: 100;
  flex: 0 0 75px;
}
@media only screen and (min-width: 768px), print {
  .register-done-info--icon {
    margin-right: 32px;
  }
}
.register-done-info--icon img {
  background-color: var(--wh-color-basic-background);
  padding: 8px 0;
}
.register-done-info--text {
  display: flex;
  flex-direction: column;
  max-width: 350px;
  /* ugly hack for IE11 */
}
.register-done-info--text.centered-text {
  justify-content: center;
}
.register-done-info--text h3 {
  color: var(--wh-color-main-primary);
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1rem;
}
@media only screen and (min-width: 768px), print {
  .register-done-info--text h3 {
    font-size: 1.14285714rem;
  }
}
.register-done-info--text h3:not(:last-of-type) {
  padding-bottom: 4px;
}
.register-done-info--text h3.subheader {
  color: var(--wh-color-special-grey);
  padding-bottom: 4px;
}
.register-done-info--text a {
  text-decoration: underline;
}
.register-done-info span {
  font-size: 0.85714286rem;
}
@media only screen and (min-width: 768px), print {
  .register-done-info span {
    font-size: 1rem;
  }
}
.register-done-tipp {
  font-size: 0.71428571rem;
}
.register-done-tipp b {
  font-size: 0.71428571rem;
}
#wh-verify-header a,
#wh-verify-content a,
#wh-verify-header a:hover,
#wh-verify-content a:hover {
  color: var(--wh-color-main-primary);
}
#wh-verify-header .invisible,
#wh-verify-content .invisible {
  visibility: hidden;
  display: none;
}
#wh-verify-header .disabled-link,
#wh-verify-content .disabled-link {
  pointer-events: none;
  color: var(--wh-color-inactive-inactive-foreground);
}
#wh-verify-header .disabled-link:hover,
#wh-verify-content .disabled-link:hover {
  pointer-events: none;
  color: var(--wh-color-inactive-inactive-foreground);
}
#wh-verify-header .wh-email-verified,
#wh-verify-content .wh-email-verified {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
#wh-verify-header .wh-email-verified-text,
#wh-verify-content .wh-email-verified-text {
  color: var(--wh-color-alert-success);
  font-size: 1rem;
}
#wh-verify-header .wh-email-verified-icon,
#wh-verify-content .wh-email-verified-icon {
  margin-right: 8px;
  height: 16px;
  width: 16px;
}
#wh-verify-header .wh-text,
#wh-verify-content .wh-text {
  color: var(--wh-color-typo-main-foreground);
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
}
#wh-verify-header #wh-otp-countdown-text,
#wh-verify-content #wh-otp-countdown-text {
  color: var(--wh-color-special-grey);
  font-size: 1rem;
  margin-bottom: 8px;
}
#wh-verify-header .wh-text-otp-introduction,
#wh-verify-content .wh-text-otp-introduction {
  margin-top: 24px;
}
#wh-verify-header .wh-phone-number-wrapper,
#wh-verify-content .wh-phone-number-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  gap: 20px;
}
#wh-verify-header .wh-phone-number-select-wrapper,
#wh-verify-content .wh-phone-number-select-wrapper {
  width: 200px;
}
#wh-verify-header .wh-select-phone-prefix,
#wh-verify-content .wh-select-phone-prefix {
  height: 46px;
  width: 100%;
  outline: none;
}
#wh-verify-header .wh-select-phone-prefix-wrapper:focus-within,
#wh-verify-content .wh-select-phone-prefix-wrapper:focus-within {
  box-shadow: var(--wh-color-main-primary-container) 0 0 0 3px;
}
#wh-verify-header .wh-phone-number,
#wh-verify-content .wh-phone-number {
  margin-right: 5px;
}
#wh-verify-header .wh-phone-number-input-wrapper,
#wh-verify-content .wh-phone-number-input-wrapper {
  width: 100%;
}
#wh-verify-header .wh-registration-with-verification-header,
#wh-verify-content .wh-registration-with-verification-header {
  font-weight: 700;
  color: var(--wh-color-typo-main-foreground);
  font-size: 24px;
}
#wh-verify-header .wh-verification-security-hint,
#wh-verify-content .wh-verification-security-hint {
  color: var(--wh-color-typo-main-foreground);
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 16px;
}
#wh-verify-header .wh-verification-security-hint .font-bold,
#wh-verify-content .wh-verification-security-hint .font-bold {
  font-weight: bold;
}
#wh-verify-header .wh-verification-security-hint a,
#wh-verify-content .wh-verification-security-hint a {
  font-weight: bold;
  text-decoration: underline;
}
#wh-verify-header .wh-verification-security-hint .second-hint,
#wh-verify-content .wh-verification-security-hint .second-hint {
  margin-top: 16px;
}
#wh-verify-header .submit-button-wrapper,
#wh-verify-content .submit-button-wrapper {
  padding-bottom: 16px;
}
#wh-verify-header .submit-button:disabled,
#wh-verify-content .submit-button:disabled {
  color: var(--wh-color-inactive-inactive-foreground);
  background-color: var(--wh-color-inactive-inactive-background);
  border-color: var(--wh-color-inactive-inactive-background);
  cursor: not-allowed;
}
#wh-verify-header .wh-otp-wrapper,
#wh-verify-content .wh-otp-wrapper {
  display: flex;
  margin-top: 16px;
  margin-bottom: 25px;
}
#wh-verify-header .wh-otp-retry a,
#wh-verify-content .wh-otp-retry a {
  text-decoration: underline;
}
#wh-verify-header .wh-otp-reference-id-wrapper,
#wh-verify-content .wh-otp-reference-id-wrapper {
  margin: -16px 16px 0 0;
  font-size: 0.85714286rem;
}
#wh-verify-header .wh-otp-input-wrapper,
#wh-verify-content .wh-otp-input-wrapper {
  margin: 0 16px 0 0;
}
#wh-verify-header .wh-otp-input-wrapper input,
#wh-verify-content .wh-otp-input-wrapper input {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--wh-color-main-complimentary);
  caret-color: var(--wh-color-typo-main-foreground);
  padding: 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: var(--wh-color-main-primary);
}
#wh-verify-header .wh-otp-input-wrapper input:focus,
#wh-verify-content .wh-otp-input-wrapper input:focus,
#wh-verify-header .wh-otp-input-wrapper input:focus-visible,
#wh-verify-content .wh-otp-input-wrapper input:focus-visible {
  box-shadow: var(--wh-color-main-primary-container) 0 0 0 3px;
  outline: none;
}
#wh-verify-header .wh-otp-input-label,
#wh-verify-content .wh-otp-input-label {
  position: absolute;
}
#wh-verify-header .wh-phone-wrapper,
#wh-verify-content .wh-phone-wrapper {
  width: 100%;
}
#wh-verify-header .wh-phone-input-wrapper,
#wh-verify-content .wh-phone-input-wrapper {
  margin: 0 16px 0 0;
}
#wh-verify-header .wh-phone-input-wrapper input,
#wh-verify-content .wh-phone-input-wrapper input {
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--wh-color-main-complimentary);
  caret-color: var(--wh-color-typo-main-foreground);
  padding: 14px 13px;
  width: 100%;
}
#wh-verify-header .wh-phone-input-wrapper input:focus,
#wh-verify-content .wh-phone-input-wrapper input:focus,
#wh-verify-header .wh-phone-input-wrapper input:focus-visible,
#wh-verify-content .wh-phone-input-wrapper input:focus-visible {
  box-shadow: var(--wh-color-main-primary-container) 0 0 0 3px;
  outline: none;
}
#wh-verify-header .wh-phone-input-wrapper .wh-phone-input,
#wh-verify-content .wh-phone-input-wrapper .wh-phone-input {
  background-color: var(--wh-color-basic-surface);
}
#wh-verify-header .wh-phone-input-wrapper .wh-phone-input-error,
#wh-verify-content .wh-phone-input-wrapper .wh-phone-input-error {
  font-size: 0.85714286rem;
  color: var(--wh-color-alert-error);
  margin-top: 4px;
}
#wh-verify-header .wh-phone-input-wrapper .error-border,
#wh-verify-content .wh-phone-input-wrapper .error-border {
  border: 1px solid var(--wh-color-alert-error);
}
#wh-verify-header .wh-phone-input-label,
#wh-verify-content .wh-phone-input-label {
  margin-bottom: 2px;
}
.phone-number-info {
  font-size: 0.85714286rem;
  margin-top: 8px;
  margin-bottom: 14px;
}
/*************************
****** RADIO BUTTON ******
**************************/
.wh-radio-wrapper {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 8px;
  position: relative;
}
.wh-radio-input {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  height: 20px;
  width: 20px;
}
.wh-radio-input:focus + .wh-radio-label:before {
  box-shadow: 0 0 0 3px var(--wh-color-main-primary-focus);
}
.wh-radio-input:checked + .wh-radio-label:after {
  opacity: 1;
}
.wh-radio-label {
  display: flex;
  align-items: center;
  color: var(--wh-color-typo-main-foreground);
  cursor: pointer;
  min-height: 20px;
  padding-left: 26px;
  font-size: 1rem;
}
.wh-radio-label:before {
  height: 20px;
  width: 20px;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid var(--wh-color-inactive-inactive-foreground);
  border-radius: 50%;
  background-color: var(--wh-color-basic-surface);
}
.wh-radio-label:hover:before {
  background-color: var(--wh-color-basic-surface-container-highest);
}
.wh-radio-label:after {
  height: 12px;
  width: 12px;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  opacity: 0;
  border-radius: 50%;
  background-color: var(--wh-color-main-primary);
  transition: opacity 0.1s ease-in-out;
}
/*************************
****** CHECKBOX BUTTON ***
**************************/
.wh-checkbox-wrapper {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 8px;
}
.wh-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: row;
}
.wh-checkbox-input {
  border: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.wh-checkbox-input:hover:not(:disabled) + div .wh-checkbox-icon-wrapper-inner {
  background-color: var(--wh-color-basic-surface-container-highest);
}
.wh-checkbox-input:focus + div .wh-checkbox-icon-wrapper-inner {
  box-shadow: 0 0 0 3px var(--wh-color-main-primary-focus);
}
.wh-checkbox-input:checked + div .wh-checkbox-icon {
  opacity: 1;
}
.wh-checkbox-icon-wrapper-outer {
  position: relative;
  height: 20px;
  width: 20px;
}
.wh-checkbox-icon-wrapper-inner {
  display: inline-block;
  transition: all 150ms;
  border-radius: 4px;
  background-color: var(--wh-color-basic-surface);
  border: 1px solid var(--wh-color-inactive-inactive-foreground);
  height: 20px;
  width: 20px;
}
.wh-checkbox-icon {
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  color: var(--wh-color-main-primary);
  border-color: var(--wh-color-inactive-inactive-foreground);
  height: 20px;
  width: 20px;
}
.wh-checkbox-custom-label {
  display: flex;
  align-items: center;
  color: var(--wh-color-typo-main-foreground);
  cursor: pointer;
  min-height: 20px;
  padding-left: 6px;
  font-size: 1rem;
  border-color: var(--wh-color-inactive-inactive-foreground);
}
.login-pf-page .wh-login-submit-button-wrapper.submit-button-wrapper {
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px), print {
  .login-pf-page .kc-login-label-mobile {
    display: none;
  }
}
.login-pf-page .kc-login-label-mobile a {
  text-decoration: underline;
}
.divider {
  background-color: var(--wh-color-basic-outline);
  width: 100%;
  height: 1px;
}
.bubble-radio-group-wrapper .bubble-checkbox-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bubble-radio-group-wrapper .bubble-checkbox-label {
  display: inline-block;
  min-width: 40px;
  min-height: 20px;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  border: 1px solid;
  padding: 4px 12px;
  border-radius: 999px;
  -webkit-user-select: none;
  user-select: none;
}
.bubble-radio-group-wrapper .bubble-checkbox-wrapper {
  position: relative;
}
.bubble-radio-group-wrapper .bubble-checkbox-wrapper input:checked + label {
  font-weight: 600;
  background-color: var(--wh-color-main-primary);
  color: var(--wh-color-typo-white-foreground);
}
.bubble-radio-group-wrapper .bubble-checkbox-wrapper input:not(:checked) + label {
  background-color: var(--wh-color-basic-surface);
  border-color: var(--wh-color-main-complimentary);
}
.bubble-radio-group-wrapper .bubble-checkbox-wrapper input:not(:checked) + label:hover {
  background-color: var(--wh-color-basic-surface-container);
}
.bubble-radio-group-wrapper .bubble-checkbox-wrapper input:focus + label {
  box-shadow: 0 0 0 3px var(--wh-color-main-primary-focus);
  outline: none;
}
.bubble-radio-group-wrapper .bubble-checkbox-wrapper input:focus:not(:focus-visible) + label {
  box-shadow: none;
}
.bubble-radio-group-wrapper .bubble-checkbox-wrapper label:before {
  display: block;
  content: attr(data-title);
  font-weight: 600;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
* {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-size: 14px;
  --wh-color-typo-main-foreground: #333333;
  --wh-color-typo-alternate-foreground: #7f8ca2;
  --wh-color-typo-white-foreground: #ffffff;
  --wh-color-basic-background: #f9fafd;
  --wh-color-basic-surface: #ffffff;
  --wh-color-basic-surface-container: #f4f6fb;
  --wh-color-basic-surface-container-high: #eff3fa;
  --wh-color-basic-surface-container-highest: #e9eef8;
  --wh-color-basic-outline: #e0e6f0;
  --wh-color-main-primary: #00a4e8;
  --wh-color-main-primary-press: #1176a1;
  --wh-color-main-primary-hover: #008cc6;
  --wh-color-main-primary-focus: #66c8f1;
  --wh-color-main-primary-container: #ccedfa;
  --wh-color-main-complimentary: #aab4c7;
  --wh-color-special-grey: #8e99ac;
  --wh-color-system-shadow: #000000;
  --wh-color-inactive-inactive-foreground: #b1b1b1;
  --wh-color-inactive-inactive-background: #e7e7e7;
  --wh-color-lagoon: #20c1ff;
  --wh-color-alert-error: #ff3b30;
  --wh-color-alert-success: #30d158;
  --wh-color-alert-warning: #ff9f0a;
  --wh-color-alert-error-container: #ffd8d6;
  --wh-color-alert-success-container: #d6f4de;
  --wh-color-alert-warning-container: #ffeacc;
}
html[data-wh-theme="light"] {
  --wh-color-typo-main-foreground: #333333;
  --wh-color-typo-alternate-foreground: #7f8ca2;
  --wh-color-typo-white-foreground: #ffffff;
  --wh-color-basic-background: #f9fafd;
  --wh-color-basic-surface: #ffffff;
  --wh-color-basic-surface-container: #f4f6fb;
  --wh-color-basic-surface-container-high: #eff3fa;
  --wh-color-basic-surface-container-highest: #e9eef8;
  --wh-color-basic-outline: #e0e6f0;
  --wh-color-main-primary: #00a4e8;
  --wh-color-main-primary-press: #1176a1;
  --wh-color-main-primary-hover: #008cc6;
  --wh-color-main-primary-focus: #66c8f1;
  --wh-color-main-primary-container: #ccedfa;
  --wh-color-main-complimentary: #aab4c7;
  --wh-color-special-grey: #8e99ac;
  --wh-color-system-shadow: #000000;
  --wh-color-inactive-inactive-foreground: #b1b1b1;
  --wh-color-inactive-inactive-background: #e7e7e7;
  --wh-color-lagoon: #20c1ff;
  --wh-color-alert-error: #ff3b30;
  --wh-color-alert-success: #30d158;
  --wh-color-alert-warning: #ff9f0a;
  --wh-color-alert-error-container: #ffd8d6;
  --wh-color-alert-success-container: #d6f4de;
  --wh-color-alert-warning-container: #ffeacc;
}
html[data-wh-theme="light-contrast"] {
  --wh-color-typo-main-foreground: #333333;
  --wh-color-typo-alternate-foreground: #677183;
  --wh-color-typo-white-foreground: #ffffff;
  --wh-color-basic-background: #f9fafd;
  --wh-color-basic-surface: #ffffff;
  --wh-color-basic-surface-container: #f4f6fb;
  --wh-color-basic-surface-container-high: #eff3fa;
  --wh-color-basic-surface-container-highest: #e9eef8;
  --wh-color-basic-outline: #e0e6f0;
  --wh-color-main-primary: #0072a3;
  --wh-color-main-primary-hover: #00618b;
  --wh-color-main-primary-press: #01567b;
  --wh-color-main-primary-focus: #66c8f1;
  --wh-color-main-primary-container: #e5f8ff;
  --wh-color-main-complimentary: #6d7683;
  --wh-color-special-grey: #626a7a;
  --wh-color-system-shadow: #000000;
  --wh-color-inactive-inactive-foreground: #666666;
  --wh-color-inactive-inactive-background: #e7e7e7;
  --wh-color-lagoon: #0072a3;
  --wh-color-alert-error: #b9251d;
  --wh-color-alert-success: #217837;
  --wh-color-alert-warning: #955d09;
  --wh-color-alert-error-container: #ffe7e5;
  --wh-color-alert-success-container: #d6f4de;
  --wh-color-alert-warning-container: #ffeacc;
}
html[data-wh-theme="dark"] {
  --wh-color-typo-main-foreground: #ffffff;
  --wh-color-typo-alternate-foreground: #a3a3ae;
  --wh-color-typo-white-foreground: #ffffff;
  --wh-color-basic-background: #1c1c1e;
  --wh-color-basic-surface: #2c2c2e;
  --wh-color-basic-surface-container: #3a3a3c;
  --wh-color-basic-surface-container-high: #636366;
  --wh-color-basic-surface-container-highest: #8e8e93;
  --wh-color-basic-outline: #48484a;
  --wh-color-main-primary: #00a4e8;
  --wh-color-main-primary-hover: #008cc6;
  --wh-color-main-primary-press: #1176a1;
  --wh-color-main-primary-focus: #66c8f1;
  --wh-color-main-primary-container: #234453;
  --wh-color-main-complimentary: #aab4c7;
  --wh-color-special-grey: #8692a6;
  --wh-color-system-shadow: #000000;
  --wh-color-inactive-inactive-foreground: #616161;
  --wh-color-inactive-inactive-background: #1f1f1f;
  --wh-color-lagoon: #20c1ff;
  --wh-color-alert-error: #ff3b30;
  --wh-color-alert-success: #30d158;
  --wh-color-alert-warning: #ff9f0a;
  --wh-color-alert-error-container: #563130;
  --wh-color-alert-success-container: #2d4d36;
  --wh-color-alert-warning-container: #564327;
}
body {
  font-size: 14px;
  color: var(--wh-color-typo-main-foreground);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.login-pf {
  background: none;
}
.login-pf-page {
  padding-top: 0;
}
hr {
  margin: 0;
  padding: 0;
  background-color: var(--wh-color-basic-outline);
}
@media only screen and (min-width: 768px), print {
  hr {
    margin-bottom: 24px;
  }
}
a {
  color: var(--wh-color-main-primary);
  text-decoration: none;
}
a:focus-visible {
  box-shadow: 0 0 0 3px var(--wh-color-main-primary-focus);
  border-radius: 4px;
  outline: none;
}
.securitytips-section-footer a {
  text-decoration: underline;
}
.securitytips-section-footer a:focus-visible {
  margin: -3px 0;
}
h2 {
  font-weight: 700;
  font-size: 1.28571429rem;
  line-height: 1.25;
  margin: 0;
}
.info-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.info-content .alert-icon {
  display: inline-block;
  height: 64px;
  width: 64px;
  color: var(--wh-color-alert-success);
}
.expired-main-message {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}
.login-pf body {
  background-color: var(--wh-color-basic-background);
  background-image: none;
}
.login-pf-page {
  background: var(--wh-color-basic-surface);
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 970px), print {
  .login-pf-page {
    max-width: 971px;
    border-right: 1px solid var(--wh-color-basic-outline);
  }
}
.login-pf-page .login-pf-header {
  margin-bottom: 16px;
}
.login-pf-page .login-pf-header h1 {
  text-align: left;
  margin: 0;
  font-weight: 700;
  font-size: 1.71428571rem;
}
.login-pf-page h1 {
  text-align: left;
  margin: 0;
  font-size: 1.71428571rem;
  font-weight: 700;
  line-height: 1.25;
}
.login-pf-page .g-recaptcha {
  margin-top: 8px;
  margin-bottom: 16px;
  margin-left: -20px;
}
.login-pf-page .rc-anchor {
  border-radius: 4px;
}
.wh-input-choice-control-input ~ .wh-input-choice-control-element {
  background-color: var(--wh-color-basic-surface);
}
.wh-checkbox .wh-input-checkbox-control .wh-input-choice-control-element {
  position: relative;
  border-radius: 4px;
  background: var(--wh-color-basic-surface);
}
.wh-checkbox .wh-input-checkbox-control .wh-input-choice-control-input:checked ~ .wh-input-choice-control-element .wh-input-choice-control-element-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wh-input-checkbox-control:focus-within:has(:focus-visible) {
  box-shadow: 0 0 0 3px var(--wh-color-main-primary-focus);
  border-radius: 4px;
  outline: none;
}
.svg-wrapper-toggle-pw svg {
  height: 24px;
  width: 24px;
}
.svg-wrapper-toggle-pw svg * {
  fill: var(--wh-color-typo-alternate-foreground);
}
.svg-wrapper svg {
  height: 1.25em;
  width: 100%;
}
.wh-checkbox .wh-input-checkbox-control .wh-input-choice-control-element-icon path {
  fill: var(--wh-color-main-primary);
}
.wh-input-choice--medium .wh-input-choice-label {
  font-size: 1rem;
  margin-top: 0;
}
.wh-input-choice-control-input ~ .wh-input-choice-control-element {
  background-color: var(--wh-color-basic-surface);
}
.input-choice-control-element {
  width: 20px;
  height: 20px;
}
.wh-button {
  font-size: 1rem;
  line-height: 1;
  color: var(--wh-color-typo-white-foreground);
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid var(--wh-color-main-primary);
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.wh-button--medium {
  min-height: 40px;
}
.wh-button--medium.wh-button--icon {
  padding: 4px;
  min-width: 40px;
}
.wh-button--transparent {
  background-color: transparent;
  border-color: transparent;
  color: var(--wh-color-typo-alternate-foreground);
}
.wh-choice-group--grid {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
}
.register-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px), print {
  .register-section {
    display: none;
  }
}
.register-section a {
  text-decoration: underline;
}
.submit-button-wrapper {
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px), print {
  .submit-button-wrapper {
    max-width: 300px;
  }
}
.submit-button-wrapper.full-width-button {
  max-width: none;
  width: 100%;
}
.submit-button-wrapper.submit-button button,
.submit-button-wrapper.submit-button .proceed-button {
  cursor: pointer;
  line-height: 1.5;
  font-weight: bold;
  display: inline-flex;
  width: 100%;
  flex-shrink: 0;
  color: var(--wh-color-typo-white-foreground);
  margin: 0px;
  padding: 0px;
  border-color: var(--wh-color-main-primary);
  background: var(--wh-color-main-primary);
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  transition: border 0.3s ease 0s, background 0.3s ease 0s, color 0.3s ease 0s;
  text-decoration: none !important;
}
.submit-button-wrapper.submit-button button .submit-button-text,
.submit-button-wrapper.submit-button .proceed-button .submit-button-text {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: -1px;
  margin-left: -1px;
  min-height: 46px;
  min-width: 46px;
  font-size: 1rem;
  padding-left: 16px;
  padding-right: 16px;
}
.wh-choice-group--grid > .wh-input-choice {
  margin-right: 8px;
}
@media only screen and (min-width: 970px), print {
  .wh-choice-group--grid > .wh-input-choice {
    width: calc(25% - 8px);
  }
}
.g-recaptcha {
  margin-top: 8px;
  margin-bottom: 16px;
  margin-left: -20px;
}
.rc-anchor {
  border-radius: 4px;
}
.alertText a {
  text-decoration: underline;
}
.alertText #loginRestartLink {
  text-decoration: underline;
}
