.error-message_errorMessage {
  background: var(--1j5f6ai);
  z-index: 10;
  bottom: -4px;
  padding: 0.625rem 1rem;
  border: 1px solid var(--1xvrmqx);
  position: relative;
  display: block;
}

.error-message_errorMessage:before {
  border-color: transparent;
  border-bottom-color: var(--1xvrmqx);
  border-width: 10px;
  border-style: solid;
  left: 14px;
  content: "";
  bottom: 100%;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: -20px;
}

.error-message_errorMessage:after {
  border-color: transparent;
  border-bottom-color: var(--1j5f6ai);
  border-width: 9px;
  border-style: solid;
  left: 15px;
  content: "";
  bottom: 100%;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: -18px;
}

.dropdown_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2010%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.99978%203.41403L2.17154%200.585786L0.757324%202L4.99996%206.24264L6.41418%204.82843L6.414%204.82825L9.24255%201.9997L7.82833%200.585484L4.99978%203.41403Z%22%20fill%3D%22%232D2D2D%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: var(--asos-white, #ffffff);
  background-size: 16px 8px;
  border-radius: 0;
  width: 100%;
  color: var(--11lcxa5);
  border: solid 1px var(--10c6hzt);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  padding: 9px 36px 9px 14px;
  box-sizing: border-box;
  font-family: "futura-pt-n4", "futura-pt", Tahoma, Geneva, Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

.dropdown_select:disabled {
  opacity: 0.5;
}

.dropdown_selectPlaceholder {
  color: var(--10c6hzt);
}

.dropdown_selectError {
  border-color: var(--1xvrmqx);
}

.text-field_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding:7px 8px;
  border-radius:0;
  width: 100%;
  color: var(--11lcxa5);
  border: solid 1px var(--10c6hzt);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .4px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 14px;
  box-sizing: border-box;
  font-family: "futura-pt-n4","futura-pt",Tahoma,Geneva,Verdana,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-field_input:disabled {
  opacity: 0.5;
}

.text-field_input::placeholder {
  color: var(--10c6hzt);
}

.text-field_inputError {
  border-color: var(--1xvrmqx);
}

.text-field_description {
  color: var(--10c6hzt);
  padding-top: 8px;
}

.withdrawal-form_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  position: relative;
  max-width: 747px;
}

  .withdrawal-form_container .withdrawal-form_form {
    max-width: 440px;
    margin: auto;
    padding: 0 12px;
    width: calc(100% - 24px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  @media (max-width: 736px) {

  .withdrawal-form_container .withdrawal-form_form {
      padding: 0 24px;
      width: calc(100% - 48px)
  }
    }

  .withdrawal-form_container .withdrawal-form_form p {
      padding: 0 0 32px 0;
    }

  .withdrawal-form_container .withdrawal-form_form button {
      width: 100%;
      max-width: 288px;
    }

  .withdrawal-form_container .withdrawal-form_form .withdrawal-form_privacyNotice {
      padding: 16px 0;
    }

  .withdrawal-form_container .withdrawal-form_form .withdrawal-form_preSubmitSection {
      width: 100%;
    }

  .withdrawal-form_container .withdrawal-form_form .withdrawal-form_preSubmitSection p {
        padding: 0 0 8px 0;
      }

  .withdrawal-form_container .withdrawal-form_form .withdrawal-form_inlineLink {
      text-decoration: underline;
      color: inherit;
      cursor: pointer;
    }

  .withdrawal-form_container .withdrawal-form_form .withdrawal-form_requiredLabel {
      width: 100%;
      color: var(--10c6hzt);
      padding-top: 12px;
    }

  .withdrawal-form_container .withdrawal-form_formControl:first-of-type {
    margin-top: 16px;
  }

  .withdrawal-form_container .withdrawal-form_formControl {
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .withdrawal-form_container label,
  .withdrawal-form_container legend {
    text-transform: uppercase;
    color: var(--10c6hzt);
    padding-bottom: 8px;
  }

  @keyframes withdrawal-form_fadeIn {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

  .withdrawal-form_container .withdrawal-form_errorResponse {

    animation: withdrawal-form_fadeIn 0.6s ease;
    background-color: var(--1j5f6ai);
    width: 100%;
    text-align: center;
    padding: 12px 0px;
    margin-bottom: 16px;
}

  .withdrawal-form_container .withdrawal-form_errorResponse h3,
    .withdrawal-form_container .withdrawal-form_errorResponse p {
      padding: 12px 0;
    }

  .withdrawal-form_container .withdrawal-form_errorResponse h3 {
      font-weight: bold;
    }

  @media (max-width: 736px) {

  .withdrawal-form_container .withdrawal-form_errorResponse {
      width: 100vw
  }
    }

.contract-withdrawal-layout_container {
  display: flex;
  flex-direction: column;
  min-height: 600px;
  position: relative;
  max-width: 650px;
  padding: 24px 0;
  width: 100vw;
}
  @media (max-width: 736px) {.contract-withdrawal-layout_container {
    padding: 0 0 24px 0
}
  }
  .contract-withdrawal-layout_container h1, .contract-withdrawal-layout_container h2 {
    padding: 24px 0;
    text-align: center;
  }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_card {
    background-color: var(--3pchel);
    margin-bottom: 8px;
    padding: 32px;
  }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_card.contract-withdrawal-layout_title {
      padding: 0;
    }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_card p + p {
      margin-top: 16px;
    }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_formGroup {
    display: flex;
    justify-content: center;
  }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_contractSelectorControl {
    margin: 16px 0;
    max-width: 440px;
  }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_contractSelectorControl label {
      display: block;
      margin-bottom: 8px;
    }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_contractSelectorLabel{
    color: var(--10c6hzt);
  }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_requiredLabel {
    color: var(--10c6hzt);
    display: block;
  }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_inlineLink {
    text-decoration: underline;
    color: inherit;
    cursor: pointer;
  }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_bulletList {
    padding-left: 20px;
    margin: 8px 0 0 0;
  }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_bulletList li {
      padding-bottom: 8px;
    }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_bulletList li::before {
        content: "• ";
      }
  @keyframes contract-withdrawal-layout_fadeIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_errorResponse {
    animation: contract-withdrawal-layout_fadeIn 0.6s ease;
    background-color: var(--1j5f6ai);
    width: 100%;
    padding: 12px 0px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}
  .contract-withdrawal-layout_container .contract-withdrawal-layout_errorResponse div {
      width: 440px;
      max-width: calc(100% - 48px);
    }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_errorResponse h3,
    .contract-withdrawal-layout_container .contract-withdrawal-layout_errorResponse p {
      padding: 6px 0;
      max-width: 440px;
    }
  .contract-withdrawal-layout_container .contract-withdrawal-layout_errorResponse h3 {
      font-weight: bold;
      text-transform: uppercase;
    }
  @media (max-width: 736px) {
  .contract-withdrawal-layout_container .contract-withdrawal-layout_errorResponse {
      width: 100vw
  }
    }

.success-view_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
  @keyframes success-view_fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .success-view_container {
  animation: success-view_fadeIn 0.6s ease;
}
  .success-view_container a {
    margin-bottom: 24px;
  }
  @media (max-width: 736px) {
    .success-view_container a {
      width: calc(100% - 48px);
    }
  }

.app_container {
  display: flex;
  justify-content: center;
  background-color: var(--1wwppwc);
}
  .app_container .app_barnsley4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1.2px;
  }
  .app_container .app_barnsley2 {
    font-size: 48px;
    letter-spacing: 1.2px;
    font-weight: bold;
    line-height: 56px;
    text-transform: none;
    font-style: normal;
  }
  @media (max-width: 736px) {
  .app_container .app_barnsley2 {
      font-size: 34px;
      line-height: 44px
  }
    }
  .app_container .app_leavesden2 {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 22px;
  }
  @media (max-width: 736px) {
  .app_container .app_leavesden2 {
      font-size: 14px;
      line-height: 20px
  }
    }
  .app_container .app_leavesden3 {
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
  }
  @media (max-width: 736px) {
  .app_container .app_leavesden3 {
      font-size: 12px;
      line-height: 16px
  }
    }
  .app_container .app_london3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.8px;
  }
  @media (max-width: 736px) {
  .app_container .app_london3 {
      font-size: 12px;
      line-height: 16px
  }
    }
  .app_container .app_button {
    font-family: "futura-pt-n4","futura-pt",Tahoma,Geneva,Verdana,Arial,sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.6px;
  }


/*# sourceMappingURL=contract-withdrawal.a65551f0d3b13d0f0462.css.map*/