.apUserArea {
  max-width: 1500px;
  margin: 0 auto;
  background: rgb(5, 20, 31);
  color: white;
}
.apUserArea > .kiaSalesHeader {
  display: flex;
}
.apUserArea > .kiaSalesHeader > .imageArea {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.apUserArea > .kiaSalesHeader > .listArea {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  margin: auto;
  padding: 3vmin;
}
.apUserArea > .kiaSalesHeader > .listArea > .logoArea {
  width: 150px;
  height: 50px;
  margin: 0 auto;
  background-image: url("/files/pages/preorder/style/images/kia-trade-in-2022-logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.apUserArea > .kiaSalesHeader > .listArea > .disclaimer {
  font-size: 10px;
  margin-top: 3vh;
}
.apUserArea > .kiaSalesFooter {
  padding: 3vw;
}
.apUserArea > .kiaSalesFooter > .customFormArea {
  background: white;
  color: rgb(5, 20, 31);
  border-radius: 20px;
  padding: 3vw;
}
.apUserArea > .kiaSalesFooter > .customFormArea .obButton {
  color: rgb(5, 20, 31);
  background-color: white;
  border: 2px solid rgb(5, 20, 31);
}
.apUserArea > .kiaSalesFooter > .buttonArea {
  padding: 3vw;
  display: flex;
  justify-content: center;
}
.apUserArea > .kiaSalesFooter > .buttonArea .obButton {
  color: rgb(5, 20, 31);
  background-color: white;
  border: 2px solid rgb(5, 20, 31);
}
@media all and (min-width: 700px) {
  .apUserArea > .kiaSalesHeader {
    flex-direction: row;
    padding-right: 0 !important;
    padding-left: 0 !important;
    height: 50vh;
  }
  .apUserArea > .kiaSalesHeader > .imageArea {
    flex: 2;
    background-image: linear-gradient(to left, rgb(5, 20, 31) 0%, transparent 75%), url("/files/pages/preorder/style/images/kia-trade-in-2022-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .apUserArea > .kiaSalesHeader > .listArea {
    flex: 1;
  }
}
@media all and (max-width: 699px) {
  .apUserArea > .kiaSalesHeader {
    flex-direction: column;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .apUserArea > .kiaSalesHeader > .imageArea {
    height: 50vh;
    background-image: linear-gradient(to top, rgb(5, 20, 31) 0%, transparent 50%, rgb(5, 20, 31) 100%), url("/files/pages/preorder/style/images/kia-trade-in-2022-image.jpg");
  }
}

/*# sourceMappingURL=style.css.map */
