@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

@font-face {
  font-family: Objektiv Mk3;
  src: url(https://static.dev.heycar.co.uk/11.18.0/ObjektivMk3_W_Rg.woff2);
}


body {
    font-family: "Objektiv Mk3", Helvetica, Arial, sans-serif;
}

.form {
    padding: 24px;
}

header img {
    width: 200px;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 16px;
}

.form-control {
    padding: 24px 16px;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    color: rgb(48, 48, 48);
    height: auto;
}

.form-control:hover {
    border-color: rgb(48, 48, 48);
    transition: all 0.3s ease 0s;
}

.form-control:focus {
        border-color: rgb(4, 75, 188);
        box-shadow: none;
        outline: none;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(48, 48, 48);
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(48, 48, 48);
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(48, 48, 48);
}

.radio-btns {
    padding: 0.35em 0.625em 0.75em;
}

label {
    font-size: 16px;
    color: rgb(48, 48, 48);
    font-weight: normal;
}

.radio-btn {
    padding: 8px 12px;
}

.radio-btn:hover {
    background: rgb(217, 240, 255);
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
    border: 1px solid rgb(4, 75, 188);
  border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgb(1, 190, 165);
}

.consent-area {
    padding: 12px;
    background-color: rgb(245, 247, 251);
    font-size: 14px;
    color: rgb(48, 48, 48);
}

.consent-area p {
    padding: 9px;
    line-height: 24px;
    margin: 0px;
    font-size: 14px!important;
}

.checkbox {
    margin: 0px;
}

.consent-area label {
    font-size: 14px;
}

/* The container */
.container2 {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid rgb(4, 75, 188);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark2:after {
  left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid rgb(1, 190, 165);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form p {
    font-size: 12px;
    color: rgb(48, 48, 48);
}

.btn {
    margin-top: 27px;
    color: rgb(255, 255, 255);
    background: #044BBC;
    border: none;
    border-radius: 0px;
    width: 100%;
    text-shadow: none;
    font-weight: 600;
    font-size: 16px;
    padding: 16px;
    outline: none;
}

.btn:hover,.btn:focus,.btn:active,.btn:active:focus {
    margin-top: 27px;
    color: rgb(255, 255, 255);
    background: #044BBC;
    border: none;
    border-radius: 0px;
    width: 100%;
    text-shadow: none;
    font-weight: 600;
    font-size: 16px;
    padding: 16px;
    outline: none;
}

.floating-label {
    position: relative;
    pointer-events: none;
    left: 16px;
    top: -48px;
    transition: 0.2s ease all;
    font-size: 16px;
    color: rgb(48, 48, 48);
}

input:focus ~ .floating-label, input:not(:focus):valid ~ .floating-label {
    top: -82px;
    background: white;
    padding: 0 8px;
    color: rgb(4, 75, 188);
    font-size: 14px;
}

.thank-you {
    padding: 24px;
}

.thank-you h2 {
    margin: 0 0 20px;
    color: rgb(48, 48, 48);
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.thank-you p {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 16px;
    color: rgb(48, 48, 48);
}

.thank-you a {
    color: rgb(4, 75, 188);
    text-decoration: none;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 16px;
    top: 25px;
    right: 16px;
    position: absolute;
    font-weight: 600;
    z-index: -1;
}

@media only screen and (min-width: 481px) {
    
}

@media only screen and (min-width: 769px) {
    
}