/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*:focus {
    outline: none;
}

/* ********** */

@font-face {
	font-family: "Kia";
	src: url("fonts/DesignKB.woff") format("woff"),
		url("fonts/DesignKB.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Kia";
	src: url("fonts/DesignKM.woff") format("woff"),
		url("fonts/DesignKM.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Kia";
	src: url("fonts/DesignKL.woff") format("woff"),
		url("fonts/DesignKL.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: scroll;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */ }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear; }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	font-size: 14px;
	font-family: "Kia", sans-serif;
	color: #05141f;
}

.header__container {
	width: 980px;
	margin: 0px auto;
}

.header__title h1 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.header__content p {
	line-height: 19px;
}

.header__content ul {
	line-height: 110%;
	list-style-type: disclosure-closed;
	margin: 5px 0 0 0;
}


.header__content ul li {
	margin-left: 13px;
	line-height: 19px;
}

.form {
	border: 1px #c8c8c8 solid;
	padding: 28px;
	margin: 15px 0 0 0;
  position: relative;
}

.form__item {
	display: flex;
	justify-content: space-between;
	margin: 24px 0 0 0;
  position: relative;
}

.form__item-container {
	width: 436px;
}

.form__item-container--single {
  width: 100%;
}

.form__input--text {
	width: 436px;
	border: 1px #c8c8c8 solid;
	padding: 12px 0 12px 20px;
	font-family: "Kia", sans-serif;
	color: #06141f;
  font-size: 14px;
}

.form__item-container--single .form__input--single {
  width: 100%;
}

.form__input--text::placeholder {
	color: #ababab;
}

.form__error {
	color: #ffffff;
  font-size: 12px;
  margin-top: 0.5em;
  position: absolute;
  z-index: 1;
  background: #ea0029;
  padding: 0.5em 1em;
  display: none;
}

.form__error::before {
	content: '';
  display: block;
  position: absolute;
  top: -0.41667em;
  left: 0.41667em;
  width: 0;
  height: 0;
  border-left: 0.41667em solid transparent;
  border-right: 0.41667em solid transparent;
  border-bottom: 0.41667em solid #ea0029;
}

.form__submit-container {
	text-align: center;
}

.form__submit {
	background-color: #06141f;
	padding: 10px 56px 10px 40px;
	border: 0;
	color: #fff;
	font-family: "Kia", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	margin: 20px auto;
	background: url(arrow-right.svg) #06141f no-repeat;
	background-position: right 16px center;
}

.form__description {
	margin: 14px 0;
	color: #06141f;
	font-size: 12px;
}

.form__label {
	font-size: 12px;
	vertical-align: middle;
	padding: 3px;
}

.form__disclaimer {
	margin: 25px 0 0 0;
	color: #06141f;
	font-size: 12px;
	line-height: 16px;
}

.form__disclaimer a {
	color: #06141f;
}

.form__disclaimer a:hover {
	text-decoration: none;
}

.select2-container--kia .select2-selection--single {
	font-family: Kia, sans-serif;
	font-weight: 400;
	font-size: 14px;
	border: 1px solid #c8c8c8;
	padding: 12px 20px;
	height: auto;
	color: #06141f;
}

.select2-container--disabled .select2-selection {
  color: #bbbbbb;
  background-color: #fafafa;
}

.form__item-container--model .select2-selection {
  color: #06141f !important;
  background-color: #ffffff !important;
}

.form__item-container--model .select2-selection__rendered {
  background: none !important;
}

.select2-selection .select2-selection__placeholder {
  color: #ababab;
}

.select2-container--kia
	.select2-selection--single
	.select2-selection__rendered,
  .form__item-container--model-select .select2-selection__rendered {
	padding-left: 0;
	background: url("caret-down.svg") no-repeat right center;
	height: 16px;
}


.form__item-container--model-select .select2-selection__rendered {
background: url("caret-down.svg") no-repeat right center ! important;
}

.select2-container .select2-results {
	max-height: 200px;
	overflow-y: scroll;
}

.select2-container--kia .select2-results__option--highlighted {
	background: #d0d3d5;
}

.select2-container--kia .select2-results__option--disabled {
	text-decoration: line-through;
}

.thankyou {
	border: 1px #c8c8c8 solid;
	padding: 78px 28px 128px 28px;
	margin: 36px 0 0 0;
}

.thankyou p {
	text-align: center;
  font-size: 18px;
}

.thankyou .header__title {
  padding-bottom: 30px;
  text-align: center;
}

.thankyou .header__title h1 {
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
}

@media (max-width: 1000px) {
	.header__container {
		width: auto;
		margin: 0 10px;
	}
	
	.form__item-container {
		width: 47%;
		gap: 6%;
	}
	
	 .form__input--text {
		 width: 100%;
	 }
}

@media (max-width: 555px) {
	.form__item {
		flex-direction: column;
		width: 100%;
		gap: 24px 0;
	}
	
	.form__item-container, .form__input--text {
		width: 100%;
	}
}

.tooltip {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fafafa;
  padding: 8px;
  color: #06141f;
  border-radius: 8px;
  border: 1px #c8c8c8 solid;
  margin: 5px;
}

.form__item-container--disabled:hover .tooltip--disabled {
  display: block;
}


@media (max-width: 555px) {
	.tooltip {
    font-size: 10px;
    margin: 8px;
  }
}

.regulations__entry {
  margin: 14px 0;
  font-size: 12px;
}

.regulations__icon {
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  border: 1px solid black;
  border-radius: 20px;
  padding: 6px 6px;
  line-height: 4px;
  margin: -2px 4px;
}

.regulations__icon::after {
  content: "i";
  display: block;
}

.popup__wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 255;
  padding: 26px;
}

.popup__close {
  position: absolute;
  top: 46px;
  right: 46px;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  border: 1px solid black;
  border-radius: 20px;
  padding: 6px 6px;
  line-height: 9px;
  margin: -2px 4px;
}

.popup__close::after {
  content: "X";
  display: block;
}

.popup__content {
  background-color: white;
  border: 1px solid #c8c8c8;
  padding: 40px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.popup__scroll {
  height: 100%;
  padding-right: 20px;
}

.popup__text {
  line-height: 120%;
}

.form__label--legal {
  padding: 0;
}

.form__checkbox--legal {
  margin: 0;
}

.form__label--legal-text {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  padding: 0 20px 0 0;
  line-height: 140%;
}