.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #010205;
  background-color: #1f1f1f;
  font-family: Porsche Next, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 0;
}

a {
  color: #010205;
  text-decoration: underline;
}

a:hover {
  color: #2762ec;
}

.page-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.tertiary-navbar_component {
  z-index: 10000;
  background-color: #0000;
  background-image: linear-gradient(#1f1f1f, #0000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5rem 5% 5rem;
  display: flex;
  position: fixed;
  top: 0;
}

.tertiary-navbar_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  max-width: 77.5rem;
  height: 100%;
  display: flex;
}

.navbar_logo-link {
  max-width: 13.4375rem;
}

.navbar_logo-link:focus-visible, .navbar_logo-link[data-wf-focus-visible] {
  outline-offset: 2px;
  border-radius: .25rem;
  outline: 3px solid #2762ec;
}

.navbar_logo-link.w--current {
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
}

.navbar_logo {
  pointer-events: none;
  object-fit: contain;
}

.section {
  background-color: #6a6d70;
  background-image: linear-gradient(#00000080, #00000080), url('../images/markus-spiske-45R3oFOJt2k-unsplash_1markus-spiske-45R3oFOJt2k-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 101%;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100dvh;
  padding: 5%;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
}

.component_layout {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.login-tabs {
  z-index: 1000000;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.login-tabs_link-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.tabs_link {
  color: #fff;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0;
  display: flex;
}

.tabs_link:hover {
  color: #afb0b3;
}

.tabs_link.w--current {
  background-color: #0000;
  border-bottom: 1px solid #fff;
}

.tabs_link.w--current:hover, .tabs_link.is-secondary {
  color: #fff;
}

.tabs_link.is-secondary.w--current {
  border-bottom-color: #fff;
}

.tabs_link-text {
  line-height: inherit;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.login-tabs_content-wrapper {
  overflow: visible;
}

.form-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  outline-offset: 0px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: .75rem;
  outline: 2px solid #fff;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-height: 30rem;
  max-height: 70dvh;
  padding: 2rem;
  display: grid;
  overflow: auto;
}

.content-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.status_message-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #d3e1ff;
  border-radius: .25rem;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.status_message-icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: .25rem;
}

.status_message-content_wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.label {
  font-weight: 600;
  line-height: 1.4;
}

.form-layout {
  flex-flow: column;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-layout.is-bottom-align {
  justify-content: flex-end;
  align-items: stretch;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.form_input-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.form_input {
  color: #010205;
  background-color: #0000;
  border: 1px solid #cc1922;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 24ch;
  height: 3rem;
  margin-bottom: 0;
  padding: .8125rem 1rem;
  display: flex;
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  outline-offset: 3px;
  outline: 3px solid #2762ec;
}

.form_input::placeholder {
  color: #6a6d70;
}

.form_input.is-error {
  border-color: #cc1922;
}

.form_input.is-valid {
  color: #010205;
  border-color: #010205;
}

.form_input.is-checkbox {
  accent-color: #000;
  width: 1.5rem;
  min-width: auto;
  height: 1.5rem;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #010205;
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: .8125rem 1.625rem;
  text-decoration: none;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: inline-flex;
}

.button:hover {
  background-color: #535457;
}

.button:active {
  background-color: #3d3e40;
}

.button:focus-visible, .button[data-wf-focus-visible] {
  outline-offset: 3px;
  outline: 3px solid #1a44ea;
}

.button.is-tertiary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #010205;
  background-color: #0000;
  border: 2px solid #010205;
  padding: .69rem 1.25rem .69rem .75rem;
}

.button.is-tertiary:hover {
  background-color: #9495982e;
}

.button.is-tertiary:active {
  background-color: #94959847;
}

.button.is-tertiary.is-disabled {
  color: #949598;
  background-color: #0000;
  border-color: #949598;
}

.button.is-tertiary.is-disabled.hidden {
  display: none;
}

.button.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #949598;
}

.button.is-close_toast {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #010205;
  background-color: #00000029;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: .125rem;
  display: flex;
}

.button.is-close_toast:hover {
  background-color: #0000003d;
}

.button.is-close_toast:active {
  background-color: #262629ab;
}

.icon-embed-xsmall {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.default-icon {
  color: inherit;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  overflow: clip;
}

.text-style-link {
  align-self: flex-start;
  padding: .13rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.text-style-link:hover {
  color: #010205;
  background-color: #9495982e;
  border-radius: .25rem;
}

.heading.heading-style-h2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.form_input-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.form_input-wrapper.is-horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.loader {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.loader.is-loading {
  display: block;
}

.loading-animation-white {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.loading-animation-black_component {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.loading-animation-black_component.is-loading {
  display: block;
}

.loading-animation-black {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.status-message_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #eeeff2;
  border-radius: .25rem;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.status-message_component.hidden {
  display: none;
}

.status-message_icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: .25rem;
}

.status-message_icon.is-notification {
  color: #2762ec;
  display: none;
}

.status-message_icon.is-warning {
  color: #ffc700;
  display: none;
}

.status-message_icon.is-error, .status-message_icon.is-success {
  color: #cc1922;
  justify-content: center;
  align-items: center;
  display: none;
}

.status-message_content-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.text-rich-text {
  text-wrap: pretty;
  width: 100%;
}

.custom-css {
  display: none;
}

.text-color-white {
  color: #fff;
}

.toast_component {
  z-index: 2147483647;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  background-color: #d3e1ff;
  border-radius: .25rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 28rem;
  margin: 4rem;
  padding: 1rem;
  transition: transform .5s, opacity .2s;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  transform: translate(0);
  box-shadow: 0 2px 24px -8px #0000003d;
}

.toast_component.hidden {
  opacity: 0;
  transform: translate(0, 10rem);
}

.toast-layout {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  overflow-wrap: anywhere;
  flex-flow: row;
  align-items: flex-start;
  margin-top: .1875rem;
  display: flex;
}

.toast-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
}

.toast-icon.is-default, .toast-icon.is-flag {
  display: none;
}

.toast-icon.is-secondary {
  color: #fff;
  display: none;
}

.toast-icon.is-secondary.w--current {
  border-bottom-color: #fff;
}

.toast-icon.is-success {
  color: #cc1922;
  justify-content: center;
  align-items: center;
  display: none;
}

.toast-icon.is-notification {
  color: #2762ec;
  display: none;
}

.toast-icon.is-warning {
  color: #ffc700;
  display: none;
}

.toast-icon.is-error {
  color: #cc1922;
  justify-content: center;
  align-items: center;
  display: none;
}

.toast-text_wrapper {
  flex-flow: column;
  padding-right: .5rem;
  display: flex;
}

.toast_label {
  font-weight: 600;
  line-height: 1.4;
}

.custom-js {
  display: none;
}

.input-error-message {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.input-error-message.hidden, .input-error-message.is-valid {
  display: none;
}

.input-error-text {
  color: #cc1922;
}

.input-error-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-block {
  font-weight: 600;
}

.paragraph {
  text-wrap: pretty;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  cursor: pointer;
  border: 2px solid #010205;
  border-radius: .25rem;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 .5rem 0 0;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

.form_checkbox-icon.w--redirected-checked {
  background-color: #010205;
  background-image: url('../images/Checkmark.svg');
  background-size: 16px 12.44px;
  border-style: none;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
}

.form_checkbox-icon.w--redirected-focus-visible {
  outline-offset: 2px;
  outline: 3px solid #1a44ea;
}

.form_checkbox-label {
  color: inherit;
  margin-bottom: 0;
  padding-right: .25rem;
}

.button-text-link.text-style-link:hover {
  color: #535457;
}

.form-block {
  height: 100%;
  margin-bottom: 0;
}

.error-message {
  background-color: #ffe2e4;
  border-radius: .25rem;
  position: relative;
  top: -7rem;
}

@media screen and (max-width: 991px) {
  .tertiary-navbar_container {
    place-items: start stretch;
  }

  .section {
    background-image: linear-gradient(#0000 95%, #1f1f1f), linear-gradient(#00000080, #00000080), url('../images/markus-spiske-45R3oFOJt2k-unsplash_1markus-spiske-45R3oFOJt2k-unsplash.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .component_layout {
    justify-content: center;
  }

  .form-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .content-layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .status_message-component {
    display: flex;
  }

  .form_input {
    min-width: auto;
    font-size: 16px;
  }

  .heading.heading-style-h2 {
    font-size: 2rem;
  }

  .toast_component {
    margin: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .tertiary-navbar_component {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  .section {
    padding-top: 4rem;
  }

  .login-tabs_link-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-bottom: .75rem;
  }

  .form-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    align-content: space-between;
    min-height: auto;
    padding: 1.5rem;
  }

  .content-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .content-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .status_message-component {
    flex-flow: row;
    display: none;
  }

  .form_input-layout {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    height: auto;
  }

  .button-wrapper {
    height: auto;
  }

  .heading.heading-style-h2 {
    font-size: 1.75rem;
  }

  .status-message_component {
    display: none;
  }

  .status-message_component.display-mobile {
    display: flex;
  }

  .text-rich-text {
    overflow-wrap: anywhere;
  }

  .toast_component {
    margin: 1.5rem;
  }

  .form_checkbox-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .25rem;
  }

  .error-message {
    top: auto;
  }
}

@media screen and (max-width: 479px) {
  .tertiary-navbar_container {
    place-items: center stretch;
  }

  .navbar_logo {
    max-width: 10rem;
  }

  .section {
    padding-top: 2rem;
  }

  .login-tabs_link-wrapper {
    z-index: 1000;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
    position: relative;
  }

  .form-component {
    box-sizing: content-box;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    min-height: 32dvh;
    overflow: auto;
  }

  .status_message-component {
    flex-flow: row;
    display: none;
  }

  .label {
    font-size: .875rem;
  }

  .button {
    white-space: normal;
    flex-flow: wrap;
  }

  .toast-layout {
    flex-flow: row;
  }

  .toast_text {
    text-wrap: pretty;
  }

  .form_checkbox {
    flex-flow: wrap;
  }

  .form_checkbox-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .25rem;
  }

  .form_checkbox-label {
    white-space: break-spaces;
    overflow-wrap: anywhere;
  }
}


@font-face {
  font-family: 'Porsche Next';
  src: url('../fonts/PorscheNext-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Porsche Next';
  src: url('../fonts/PorscheNext-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}