@keyframes pulse {
  0% {
    transform: scale(0); }
  60% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

.quote-screen {
  margin: 1rem auto 4rem;
  display: none;
  flex-direction: column; }
  @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
    .quote-screen {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 80rem) {
    .quote-screen {
      padding-left: 40px;
      padding-right: 40px; } }
  .quote-screen.active {
    display: flex; }
  @media screen and (min-width: 48rem) {
    .quote-screen {
      margin: 2rem auto 6rem; } }
  .quote-screen__progress {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box;
    height: 12px;
    display: inline-flex;
    background-color: #fff;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.09); }
    @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
      .quote-screen__progress {
        max-width: 1120px; } }
    @media screen and (min-width: 80rem) {
      .quote-screen__progress {
        max-width: 1080px; } }
    .quote-screen__progress-step {
      width: calc(100% / 3);
      border-right: 1px solid #9797973d;
      background-color: transparent; }
      .quote-screen__progress-step:last-of-type {
        border-right: 0; }
      .quote-screen__progress-step.active {
        background-color: #cf000d;
        border-color: #cf000d; }
        .quote-screen__progress-step.active:last-of-type {
          border-right: 1px solid #cf000d; }
  .quote-screen__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box;
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-width: 1080px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.17);
    text-align: center; }
    @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
      .quote-screen__container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 80rem) {
      .quote-screen__container {
        padding-left: 40px;
        padding-right: 40px; } }
  .quote-screen__fieldset {
    border: 0;
    padding: 0; }
    @media screen and (min-width: 48rem) {
      .quote-screen__fieldset {
        padding: 12px 10px; } }
  .quote-screen__step {
    display: block;
    margin: 1rem 0 0.75rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #666;
    text-transform: uppercase; }
  .quote-screen__heading {
    font-weight: 400;
    line-height: 1;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0.5rem auto;
    font-weight: 700;
    letter-spacing: 0.01em; }
    @media screen and (min-width: 64rem) {
      .quote-screen__heading {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media screen and (min-width: 80rem) {
      .quote-screen__heading {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 48rem) {
      .quote-screen__heading {
        margin: 0.5rem auto 2rem; } }
  .quote-screen__form {
    margin: 0 auto;
    text-align: left; }
    @media screen and (min-width: 48rem) {
      .quote-screen__form-row {
        display: flex; } }
  .quote-screen__input-wrap {
    width: 100%;
    margin: 1.5rem 0 1rem; }
    @media screen and (min-width: 48rem) {
      .quote-screen__input-wrap {
        margin: 0; }
        .quote-screen__input-wrap + .quote-screen__input-wrap {
          margin-left: 2rem; } }
    .quote-screen__input-wrap.-third {
      width: 100%; }
      @media screen and (min-width: 48rem) {
        .quote-screen__input-wrap.-third {
          width: calc((100% - 4rem) / 3);
          margin: 0; }
          .quote-screen__input-wrap.-third + .quote-screen__input-wrap {
            margin-left: 2rem; } }
  .quote-screen__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem auto 0; }
  .quote-screen__button {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-radius: 0;
    background-color: #cf000d;
    color: #fff;
    font-weight: 600;
    letter-spacing: .2px;
    min-height: 2.875rem;
    padding: 0.25rem 2rem;
    transition: color 300ms ease, background-color 300ms ease;
    font-size: 1.125rem;
    padding: 0 3rem;
    cursor: pointer;
    margin-left: auto; }
    .quote-screen__button:focus {
      outline: 1px solid #000; }
    .quote-screen__button:hover {
      background-color: #b6000b;
      color: #fff; }
    .quote-screen__button:disabled {
      background-color: #fff;
      border: 2px solid #d5d5d5;
      color: #d5d5d5; }
    .quote-screen__button.back-button {
      background-color: transparent;
      color: #000;
      padding: 0;
      margin-left: 0; }
      .quote-screen__button.back-button:before {
        content: '';
        display: inline-block;
        border: 2px solid #cf000d;
        border-top-width: 0;
        border-left-width: 0; }
        @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
          .quote-screen__button.back-button:before {
            transform: rotate(136deg);
            width: 10px;
            height: 10px;
            margin: 5px 7px; } }
        @media screen and (min-width: 64rem) {
          .quote-screen__button.back-button:before {
            transform: scaleY(0.75) rotate(136deg);
            width: 7px;
            height: 7px;
            margin: 0 5px 2px; } }

/*# sourceMappingURL=quote-screen.css.map */