@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
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;
}
:root {
  --purple: #542ba3;
  --purple2: #2300bf;
  --highlight: #d2d9ff;
  --highlight2: #e9edff;
  --highlight3: rgba(35, 0, 191, 0.3);
  --selected: rgba(84, 43, 163, 0.5);
  --green: #00925E;
  --green2: #8aff41;
  --yellow: #EDFF82;
  --white: #ffffff;
  --black: #111111;
  --border: #ddd;
  --gradient: radial-gradient(84.77% 84.77% at 54.38% 15.23%, var(--purple) 0%, var(--purple2) 100%);
  --gradient2: radial-gradient(90.77% 84.77% at 54.38% 15.23%, var(--purple) 0%, var(--purple2) 100%);
  --balloon: radial-gradient(45.99% 39.95% at 50% 38.44%, #00F0FF 0%, #1677D1 100%);
  --balloon2: radial-gradient(50% 39.95% at 50% 38.44%, #00F0FF 0%, #1677D1 100%);
  --bluegradient: linear-gradient(0deg, #1677D1 0%, #00F0FF 100%);
  --bluegradient2: linear-gradient(0deg, #1677D1 0%, #00F0FF 60%);
  --greengradient: linear-gradient(0deg, var(--green) 0%, var(--green2) 100%);
  --greengradient2: linear-gradient(0deg, var(--green) 0%, var(--green2) 60%);
  --shadow: 0px 4px 20px rgba(0, 0, 0, 0.25), inset 0px 0px 20px rgba(0, 0, 0, 0.25);
  --shadow2: 0px 4px 10px rgba(0, 0, 0, 0.25), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
  --shadowhighlight: 0 2px 1px 0px var(--highlight2), inset 0 -1px 1px 0px var(--highlight2);
  --br: 20px;
  --p: 20px;
  --width: 850px;
}
.prevent-select {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
body {
  font-family: 'Poppins', sans-serif;
  background-attachment: fixed;
  touch-action: manipulation;
}
.holding-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  gap: 60px;
  align-items: center;
  padding: 20px;
  margin: 100px auto;
}
.holding-container > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
  gap: 40px;
}
.holding-container > div:first-child {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 20px 0;
  height: 464px;
}
.holding-container .logo {
  width: 200px;
}
.holding-container .balloon {
  width: 100px;
}
.holding-container .car {
  width: 400px;
  max-width: 100%;
}
.holding-container h2 {
  font-size: 30px;
  text-align: center;
}
.holding-container .not-currently {
  background: var(--yellow);
  color: var(--purple);
  padding: 10px;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  box-sizing: border-box;
}
.holding-container input[type="text"] {
  height: 60px;
  width: 90%;
  border-radius: 10px;
  border: none;
  padding: 10px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.holding-container .form-container {
  padding: 20px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.holding-container .form-container label {
  text-align: center;
}
.logo.form-logo {
  width: 200px;
}
h1 {
  color: var(--purple);
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: calc(var(--p) * 2);
  text-align: center;
  margin-top: calc(var(--p) * 2);
}
h1:focus-visible {
  outline: transparent;
}
h2 {
  color: var(--green);
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 40px;
  line-height: 100%;
  text-align: center;
}
h3,
.h3 {
  color: var(--purple);
  font-weight: 700;
  font-size: 30px;
  line-height: 113%;
  margin-bottom: var(--p);
}
h3.centred,
.h3.centred {
  text-align: center;
}
h3.toggle,
.h3.toggle {
  margin-top: 40px;
  position: relative;
  transition: 0.2s all ease-out;
}
h3.toggle:before,
.h3.toggle:before {
  content: '+';
  background: var(--purple);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: var(--white);
  position: absolute;
  left: -60px;
  top: -3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-out;
}
@media only screen and (max-width: 480px) {
  h3.toggle:before,
  .h3.toggle:before {
    left: -50px;
    top: 17px;
  }
}
h3.toggle:hover,
.h3.toggle:hover {
  cursor: pointer;
  color: var(--purple2);
}
h3.toggle:hover:before,
.h3.toggle:hover:before {
  background: var(--purple2);
}
h4 {
  color: var(--white);
  font-weight: 700;
  font-size: 24px;
  line-height: 113%;
  text-align: center;
}
p {
  line-height: 150%;
  margin-bottom: var(--p);
}
@media only screen and (max-width: 480px) {
  p {
    max-width: var(--width);
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.header-redirect {
  background: linear-gradient(301deg, #2300bf 0%, #542ba3 74.87179487%);
  padding: 20px 30px 20px 20px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}
.header-redirect > div {
  width: var(--width);
  justify-content: space-between;
  display: flex;
}
.header-redirect img {
  width: 200px;
}
.header-redirect .tp-icon {
  width: 160px;
  object-fit: contain;
}
@media only screen and (max-width: 480px) {
  .header-redirect .tp-icon {
    width: 100px;
  }
}
.header-redirect .saf-icon {
  width: 80px;
  object-fit: contain;
}
@media only screen and (max-width: 480px) {
  .header-redirect .saf-icon {
    width: 50px;
  }
}
.header-redirect:hover {
  color: var(--highlight);
}
@media only screen and (max-width: 480px) {
  .header-redirect img {
    width: 100px;
  }
}
main {
  max-width: var(--width);
}
.wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 40px auto;
  zoom: 1;
}
.wrapper > .wrapper > iframe {
  min-width: 700px;
}
@media only screen and (max-width: 480px) {
  .wrapper > .wrapper > iframe {
    min-width: 300px;
  }
}
.wrapper.header-wrapper {
  display: none;
  margin: 20px auto;
}
@media only screen and (max-width: 480px) {
  .wrapper.header-wrapper {
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper {
    margin: 70px 0px 0 0;
    gap: calc(var(--p) / 2);
  }
}
.wrapper.apply header {
  flex-direction: column;
  align-items: center;
}
.wrapper.apply header .secure {
  color: var(--purple);
}
.wrapper.apply header .secure svg path {
  fill: var(--purple);
}
.wrapper.apply footer {
  color: var(--purple);
  background: none;
  border: 1px solid var(--border);
}
.wrapper.apply footer .reg-information {
  color: var(--black);
  border-top-color: var(--border);
}
.wrapper.apply footer a {
  color: var(--purple);
}
@media only screen and (max-width: 480px) {
  .desktop {
    display: none;
  }
}
.mobile {
  display: none;
}
@media only screen and (max-width: 480px) {
  .mobile {
    display: flex;
  }
}
.mobile-menu {
  position: relative;
  align-items: center;
  height: 30px;
}
.mobile-menu .hamburger {
  transform: translateY(-18px);
  height: 3px;
  width: 30px;
  background: var(--white);
  border-radius: var(--br);
  position: relative;
}
.mobile-menu .hamburger:before,
.mobile-menu .hamburger:after {
  content: '';
  position: absolute;
  top: 10px;
  height: 3px;
  width: 30px;
  background: var(--white);
  border-radius: var(--br);
  display: block;
}
.mobile-menu .hamburger:after {
  top: 20px;
}
.mobile-menu ul {
  display: none;
  position: absolute;
  background: var(--white);
  border-radius: var(--br);
  box-shadow: var(--shadow2);
  flex-direction: column;
  z-index: 99;
  right: 0px;
  width: calc(100vw - 40px);
  top: 40px;
}
.mobile-menu ul li a {
  color: var(--purple);
  padding: var(--p) var(--p) var(--p) var(--p);
  display: block;
  font-weight: 600;
  border-bottom: 1px solid var(--border);
}
.mobile-menu ul li a:hover {
  color: var(--purple2);
  text-decoration: none;
  background: var(--highlight);
}
.mobile-menu ul li:first-child a {
  border-radius: var(--br) var(--br) 0 0;
}
.mobile-menu ul li:last-child a {
  border-radius: 0 0 var(--br) var(--br);
}
.mobile-menu:hover ul {
  display: flex;
}
.apply-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
header {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
header > a > img {
  width: 200px;
}
@media only screen and (max-width: 480px) {
  header {
    gap: 0px;
    padding: 10px var(--p) 0 var(--p);
    position: fixed;
    top: 0px;
    background: var(--gradient);
    z-index: 9;
    height: 70px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  header > a > img {
    width: 120px;
  }
  header .social {
    display: none;
  }
}
header .secure {
  display: flex;
  color: var(--white);
  align-items: center;
  gap: 10px;
}
header .secure svg path {
  fill: var(--white);
}
header .cta-container {
  display: flex;
}
@media only screen and (max-width: 480px) {
  header .cta-container {
    display: none;
  }
}
header nav ul {
  display: flex;
}
header nav ul li {
  position: relative;
}
header nav ul li a {
  display: block;
  padding: var(--p);
  color: #fff;
  font-weight: 600;
}
header nav ul li a:hover {
  color: var(--highlight);
}
header nav ul li a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
header nav ul li > ul {
  display: none;
  position: absolute;
  background: var(--white);
  border-radius: var(--br);
  box-shadow: var(--shadow2);
  flex-direction: column;
  z-index: 99;
  width: 340px;
}
header nav ul li > ul li a {
  color: var(--purple);
  padding: 0 var(--p) var(--p) var(--p);
}
header nav ul li > ul li a:hover {
  color: var(--purple2);
}
header nav ul li > ul li:first-child a {
  padding-top: var(--p);
}
header nav ul li:hover > ul {
  display: flex;
}
header .cta {
  border-radius: vaR(--br);
  font-weight: 600;
  padding: 18px 20px 20px 20px;
  color: var(--white);
  height: 55px;
  transition: 0.2s all ease-out;
  cursor: pointer;
  border: 2px solid var(--white);
  text-decoration: none;
}
header .cta:hover {
  background: var(--purple);
  transform: scale(1.03);
}
@media only screen and (max-width: 480px) {
  header .cta:first-child {
    display: none;
  }
}
header .phone-number {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}
header h2 {
  background: rgba(0, 0, 0, 0.1);
  padding: var(--p) calc(var(--p) * 2);
  border-radius: var(--br);
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  header h2 {
    display: none;
  }
}
main {
  margin: 0px auto;
  width: 100%;
}
main + .wrapper {
  display: none;
}
.trustpilot-row {
  display: none;
}
footer {
  background: rgba(0, 0, 0, 0.1);
  padding: calc(var(--p) * 2);
  border-radius: var(--br);
  color: var(--white);
  margin: 0 auto;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1.5fr;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  footer {
    grid-template-columns: 1fr;
  }
}
footer p {
  line-height: 120%;
}
footer .social {
  margin-top: 20px;
}
footer nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 480px) {
  footer nav ul {
    grid-template-columns: 1fr;
  }
}
footer nav li a {
  color: var(--white);
  padding: calc(var(--p) / 3);
  display: block;
  line-height: 140%;
  font-weight: 600;
}
footer nav li a:hover {
  color: var(--white);
}
footer .company-details .title {
  font-weight: 600;
  margin-bottom: 10px;
}
footer .company-details .address {
  line-height: 140%;
  margin-bottom: 10px;
}
footer .company-details .phone-number {
  font-weight: 600;
}
footer .reg-information {
  grid-column: 1 / -1;
  padding-top: var(--p);
  display: flex;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 480px) {
  footer .reg-information {
    flex-direction: column;
  }
}
footer .reg-information p {
  margin-bottom: 20px;
  line-height: 150%;
  font-size: 0.8rem;
  max-width: 100%;
}
footer .reg-information .accreditations {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: calc(var(--p) * 3);
}
footer .reg-information .accreditations svg {
  width: 100px;
  height: auto;
}
@media only screen and (max-width: 480px) {
  footer .reg-information .accreditations {
    padding: 0px;
  }
}
section {
  padding: calc(var(--p) * 1.5);
}
section.qa {
  padding-left: calc(var(--p) * 3);
  padding-top: 0px;
  display: flex;
  gap: 30px;
}
section.qa > div:first-child {
  flex-grow: 1;
}
@media only screen and (max-width: 480px) {
  section.qa {
    padding-left: 0;
    flex-direction: column;
  }
}
section.qa .quote-row {
  display: flex;
  padding: 0;
  border-radius: var(--br);
}
section.qa .quote-row .button {
  max-width: 100%;
  margin-bottom: 20px;
}
section.qa .q {
  padding-left: calc(var(--p) * 3);
  flex-grow: 1;
}
section.qa > .highlight-list {
  flex-grow: 0;
  flex-shrink: 0;
  width: 400px;
}
@media only screen and (max-width: 480px) {
  section.qa > .highlight-list {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  section {
    padding: 0px;
  }
}
.page-header {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 20px;
  margin: 0 20px;
  width: var(--width);
}
.page-header h1 {
  font-size: 3rem;
  font-weight: 600;
  text-align: left;
  margin: var(--p) 0;
}
@media only screen and (max-width: 480px) {
  .page-header h1 {
    font-size: 2rem;
  }
}
.page-header .button {
  margin-top: var(--p);
  max-width: 300px;
}
.page-header svg {
  width: 200px;
  height: 200px;
  background: var(--gradient);
  padding: 40px;
  border-radius: var(--br);
}
.page-header .graphic-container {
  position: relative;
  grid-row: 1 / 3;
}
.page-header .graphic-container img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .page-header .graphic-container img {
    width: 100px;
    height: 100px;
  }
}
.page-header .graphic-container svg {
  background: var(--gradient);
  padding: 10px;
  border-radius: var(--br);
}
@media only screen and (max-width: 480px) {
  .page-header .graphic-container svg {
    left: 50px;
    top: 65px;
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .page-header {
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    gap: 0px;
  }
  .page-header svg {
    height: 100px;
    width: 100px;
    padding: 20px;
  }
}
.mb {
  margin-bottom: var(--p);
}
.button {
  background: var(--green);
  color: #fff;
  padding: calc(var(--p) * 1.5);
  text-align: center;
  width: 100%;
  border-radius: var(--br);
  font-size: 1.2rem;
  font-weight: 600;
  transition: 0.2s all ease-out;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  max-width: 600px;
}
.button.submitted {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.button > span {
  font-size: 0.8rem;
}
.button.small {
  padding: calc(var(--p) / 1.5);
}
.button:hover {
  background: #00744b;
}
.button.call-back {
  background: var(--white);
  padding: var(--p);
}
.button.call-back:hover {
  background: #eee;
  box-shadow: none;
  transform: none;
}
.button.secondary {
  background: var(--gradient);
  padding: var(--p);
  color: var(--white);
  max-width: 300px;
  display: inline-flex;
  margin-left: auto;
  font-size: 16px;
  border-radius: calc(var(--br) / 2);
  justify-content: center;
}
.button.secondary:hover {
  background: var(--gradient2);
}
.button.tertiary {
  background: #f8f8f8;
  padding: var(--p);
  color: var(--black);
  max-width: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.button.tertiary:hover {
  background: #eee;
  box-shadow: none;
}
.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  box-sizing: border-box;
  gap: 20px;
}
.buttons .validation {
  color: var(--purple);
  font-weight: 600;
  text-align: right;
  flex-grow: 1;
  padding: 10px;
  font-size: 11px;
}
.buttons .button {
  max-width: 400px;
}
.buttons .button.tertiary {
  max-width: 120px;
  font-size: 14px;
}
.buttons .button.back-button {
  font-size: 14px;
  background: none;
  width: 200px;
  padding: 10px;
  color: #000;
}
.buttons .button.back-button:hover {
  background: #eee;
  box-shadow: none;
}
.buttons .button.secondary {
  max-width: 160px;
  pointer-events: none;
  opacity: 0.3;
  margin-left: initial;
}
.buttons .button.secondary.subtle {
  color: var(--purple2);
  opacity: 1;
  background: var(--highlight);
  font-size: 14px;
}
.buttons .button.secondary.done {
  pointer-events: auto;
  opacity: 1;
}
.disclaimer,
.explanation,
.calc-link {
  width: 100%;
  margin-top: 20px;
}
.disclaimer p,
.explanation p,
.calc-link p {
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .disclaimer p,
  .explanation p,
  .calc-link p {
    font-size: 14px;
    padding: 10px;
  }
}
.disclaimer span,
.explanation span,
.calc-link span {
  color: var(--purple);
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
ul.list-double {
  list-style-type: disc;
  display: grid;
  grid-template-columns: 300px 1fr;
  margin-left: 20px;
}
ul.list-double li {
  padding: calc(var(--p) / 3);
}
@media only screen and (max-width: 480px) {
  ul.list-double {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
}
.top-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: calc(var(--p) * 1);
  gap: calc(var(--p) * 1);
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  .top-cta {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    gap: calc(var(--p) / 2);
    padding: 0px var(--p);
  }
}
.top-cta > h3 {
  color: var(--white);
  background: rgba(0, 0, 0, 0.1);
  padding: calc(var(--p) * 1.5);
  text-align: center;
  margin-bottom: 0;
  border-radius: var(--br);
}
@media only screen and (max-width: 480px) {
  .top-cta > h3 {
    font-size: 18px;
    padding: var(--p);
  }
}
.partners {
  display: flex;
  background: var(--white);
  border-radius: var(--br);
  padding: calc(var(--p) * 2);
  justify-content: center;
  gap: calc(var(--p) * 1.5);
  flex-wrap: wrap;
  margin: var(--p);
}
.partners h6 {
  text-align: center;
  font-size: 1rem;
  width: 100%;
}
.partners img {
  width: 130px;
  object-fit: contain;
}
@media only screen and (max-width: 480px) {
  .partners img {
    width: 80px;
  }
}
.about-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  padding: 0 calc(var(--p) / 1.5);
}
.about-wrapper h1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.about-wrapper h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  color: var(--black);
  margin: 0 auto;
  margin-bottom: 30px;
  width: 70%;
}
@media only screen and (max-width: 480px) {
  .about-wrapper h2 {
    width: 95%;
  }
}
.about-wrapper.about-2 h1 {
  text-align: left;
  margin-bottom: 30px;
}
.about-wrapper.about-2 > div:first-child {
  align-items: flex-start;
}
.about-wrapper > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-wrapper > div:first-child .get-quote-wrapper {
  display: flex;
  margin-top: 30px;
  gap: 20px;
  align-items: center;
}
.about-wrapper > div:first-child .get-quote-wrapper .button {
  width: 300px;
}
.about-wrapper > div:first-child .get-quote-wrapper > div {
  color: #333;
  font-weight: 600;
}
.about-wrapper .button {
  max-width: 400px;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 700;
}
.about-wrapper .button span {
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .about-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-wrapper img {
  height: 180px;
  display: block;
  margin: 40px auto;
}
@media only screen and (max-width: 480px) {
  .about-wrapper img {
    transform: none;
  }
}
.about-wrapper p {
  max-width: 100%;
}
.about-wrapper > div:first-child > p:nth-child(2) {
  font-weight: 600;
}
.about-wrapper > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: var(--p);
  padding-bottom: 0;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .about-wrapper > div:last-child {
    border-left: none;
    flex-direction: column;
    padding: 0;
  }
}
.about-wrapper > div:last-child svg {
  height: auto;
  right: 55px;
  top: 250px;
  z-index: 2;
  transform: rotate(10deg);
  width: 80px;
  position: absolute;
}
@media only screen and (max-width: 480px) {
  .about-wrapper > div:last-child svg {
    top: 200px;
    right: 0px;
  }
}
.about-wrapper > div:last-child .designed-to {
  text-align: center;
  line-height: 120%;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 var(--p);
}
.stamp-wrapper {
  display: flex;
}
.stamp-wrapper svg {
  height: auto;
  width: 200px;
}
.happy-text {
  font-weight: 700;
  color: var(--purple);
}
.home-wrapper {
  position: relative;
  background: var(--gradient);
  border-radius: var(--br);
  padding: calc(var(--p) * 2);
  margin-top: calc(var(--p)/2);
}
@media only screen and (max-width: 480px) {
  .home-wrapper {
    margin-top: 0;
    border: none;
    padding: 0px;
    padding-top: var(--p);
  }
}
.home-wrapper h3 {
  grid-column: 1 / -1;
}
.home-wrapper img.balloon {
  position: absolute;
  left: -91px;
  top: 50px;
  height: 283px;
}
@media only screen and (max-width: 480px) {
  .home-wrapper img.balloon {
    display: none;
  }
}
.home-wrapper img.balloon:last-child {
  left: auto;
  right: -80px;
  top: 364px;
  transform: scale(0.8);
  z-index: 0;
}
.home-cards {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 480px) {
  .home-cards {
    grid-template-columns: 1fr;
    padding: calc(var(--p) / 2) var(--p);
    gap: calc(var(--p) / 2);
  }
}
.home-cards > a {
  background: var(--white);
  box-shadow: var(--shadow);
  border-radius: var(--br);
  padding: calc(var(--p) * 2);
  display: grid;
  grid-template-columns: 120px 1fr;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: var(--black);
  transition: 0.2s all ease-out;
}
@media only screen and (max-width: 480px) {
  .home-cards > a {
    grid-template-columns: 50px 1fr;
    gap: calc(var(--p) / 2);
    padding: calc(var(--p) * 1);
  }
}
.home-cards > a .graphic-container {
  position: relative;
  grid-row: 1 / 3;
}
.home-cards > a .graphic-container img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .home-cards > a .graphic-container img {
    width: 50px;
    height: 50px;
    border-radius: var(--br);
    transform: scale(1.7) translateX(-10px);
    box-shadow: var(--shadow2);
  }
}
.home-cards > a .graphic-container svg {
  width: 100px;
  height: 100px;
  background: var(--gradient);
  padding: 15px;
  border-radius: var(--br);
}
@media only screen and (max-width: 480px) {
  .home-cards > a .graphic-container svg {
    background: transparent;
    width: 100%;
    height: 80px;
    padding: 0;
  }
}
.home-cards > a > span:nth-child(2) {
  color: var(--purple);
  font-weight: 700;
  font-size: 30px;
  line-height: 113%;
  margin-bottom: var(--p);
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
}
.home-cards > a > span:nth-child(2).centred {
  text-align: center;
}
.home-cards > a > span:nth-child(2).toggle {
  margin-top: 40px;
  position: relative;
  transition: 0.2s all ease-out;
}
.home-cards > a > span:nth-child(2).toggle:before {
  content: '+';
  background: var(--purple);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: var(--white);
  position: absolute;
  left: -60px;
  top: -3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-out;
}
@media only screen and (max-width: 480px) {
  .home-cards > a > span:nth-child(2).toggle:before {
    left: -50px;
    top: 17px;
  }
}
.home-cards > a > span:nth-child(2).toggle:hover {
  cursor: pointer;
  color: var(--purple2);
}
.home-cards > a > span:nth-child(2).toggle:hover:before {
  background: var(--purple2);
}
@media only screen and (max-width: 480px) {
  .home-cards > a > span:nth-child(2) {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.home-cards > a > span:last-child {
  text-align: center;
  line-height: 120%;
}
.home-cards > a:hover {
  text-decoration: none;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.5);
  background: var(--highlight);
}
.home-cards + .representative-example {
  color: var(--white);
  margin-top: calc(var(--p) * 1);
  padding: var(--p);
}
.card {
  background: var(--white);
  padding: calc(var(--p) * 2);
}
.card.square {
  border-radius: 0px;
}
.card > .wrapper {
  margin-top: 0;
}
.card.error404 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.error404 h2 {
  text-align: center;
  margin: 100px 0;
  color: var(--purple);
}
.card.error404 img {
  height: 300px;
  margin-bottom: 100px;
  display: block;
}
@media only screen and (max-width: 480px) {
  .card {
    padding: var(--p);
  }
}
ol {
  margin-bottom: 10px;
}
.calc-list-container {
  display: grid;
  gap: 40px;
  grid-template-columns: 1.5fr 1fr;
}
.calc-list-container section {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 480px) {
  .calc-list-container {
    grid-template-columns: 1fr;
  }
}
.calc-list-container .calculator {
  border: 1px solid var(--border);
  border-radius: var(--br);
  padding: calc(var(--p) * 3);
  box-shadow: var(--shadow2);
  display: flex;
  flex-direction: column;
  gap: calc(var(--p) * 2.5);
}
@media only screen and (max-width: 480px) {
  .calc-list-container .calculator {
    padding: var(--p);
    gap: calc(var(--p) * 1.5);
  }
}
.calc-list-container ul {
  list-style-type: disc;
}
.highlight-list {
  background: var(--highlight);
  padding: calc(var(--p) * 3) calc(var(--p) * 2) calc(var(--p) * 2) calc(var(--p) * 2);
  border-radius: var(--br);
  display: flex;
  flex-direction: column;
}
.highlight-list ul {
  margin-left: 25px;
  list-style-type: none;
}
.highlight-list ul li {
  padding: calc(var(--p) / 3);
  line-height: 120%;
  color: var(--purple);
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
}
.highlight-list ul li:before {
  content: '';
  position: absolute;
  left: -25px;
  background: url('../img/Tick.svg');
  background-size: contain;
  width: 20px;
  height: 20px;
}
.highlight-list > img {
  width: 100%;
  border-radius: var(--br);
  margin-top: calc(var(--p) * 2);
  box-shadow: var(--shadow);
  flex-grow: 1;
  object-fit: cover;
  max-height: 300px;
}
.validation-message {
  display: none;
}
.bad input {
  border-color: hsl(0, 84%, 49%);
}
.bad .validation-message {
  display: block;
  background: hsl(0, 84%, 95%);
  padding: calc(var(--p) / 1.5);
  font-size: 14px;
  font-weight: 600;
  color: hsl(0, 84%, 49%);
  border-radius: var(--br);
  grid-column: 2;
  margin: 0 20px 10px 20px;
  text-align: center;
  transform: translateY(-10px);
}
.block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(var(--p) / 3);
  padding-bottom: calc(var(--p) * 1);
  /* Firefox */
}
@media only screen and (max-width: 480px) {
  .block {
    padding: 0 20px calc(var(--p) * 1) 20px;
  }
}
.block .button.edit-address {
  padding: 10px;
  background: transparent;
  color: var(--purple2);
  font-size: 14px;
  font-weight: 600;
}
.block .address {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 10px;
}
.block .address.address-readonly:before {
  content: "Using the above search to find the correct address is a good way to help your application go smoothly";
  grid-column: 1 / 3;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  max-width: 347px;
  margin: 10px auto;
}
.block .address.address-readonly div {
  font-weight: 600;
  width: 237px;
  height: 44px;
  border-radius: calc(var(--br)/3);
  background: var(--highlight);
  border: 2px solid var(--purple2);
  padding: 10px;
  display: flex;
  align-items: center;
}
.block .address .button {
  padding: 5px;
  border: 2px solid var(--purple2);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  border-radius: calc(var(--br) / 2);
}
.block .address .explanation {
  grid-column: 1 / -1;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: var(--br);
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 10px;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .block .address {
    grid-template-columns: 2fr 1fr;
  }
}
.block .address input[type="text"],
.block .address input[type="tel"],
.block .address input[type="email"],
.block .address input[type="number"],
.block .address input[type="date"],
.block .address select {
  width: 100%;
}
.block .address input[type="text"].pac-target-input,
.block .address input[type="tel"].pac-target-input,
.block .address input[type="email"].pac-target-input,
.block .address input[type="number"].pac-target-input,
.block .address input[type="date"].pac-target-input,
.block .address select.pac-target-input {
  grid-column: 1 / -1;
}
.block .address label {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  justify-content: flex-start;
}
.block input[type="text"] {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .block.wrap {
    grid-template-columns: 1fr;
  }
}
.block.wrap > label {
  grid-column: 1 / -1;
  margin-bottom: var(--p);
}
.block .combine-container {
  display: flex;
  gap: var(--p);
  max-width: 400px;
}
.block .combined {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.block .combined input[type="text"] {
  width: 70px;
  margin-bottom: 0;
}
.block input[type="range"] {
  grid-column: 1 / -1;
  width: 100%;
}
.block input[type="text"],
.block input[type="date"],
.block input[type="tel"],
.block input[type="number"],
.block input[type="email"],
.block input[type="date"],
.block select {
  border-radius: var(--br);
  border: 1px solid var(--border);
  transition: 0.2s all ease-out;
  padding: calc(var(--p) / 1.5) calc(var(--p) * 1);
  color: var(--black);
  border: 2px solid var(--border);
  border-radius: calc(var(--br) / 2);
  font-weight: 600;
  font-size: 1rem;
  padding: var(--p);
  width: 100%;
  max-width: 503px;
  height: 60px;
}
@media only screen and (max-width: 480px) {
  .block input[type="text"],
  .block input[type="date"],
  .block input[type="tel"],
  .block input[type="number"],
  .block input[type="email"],
  .block input[type="date"],
  .block select {
    width: 100%;
  }
}
.block input[type="text"]:focus,
.block input[type="date"]:focus,
.block input[type="tel"]:focus,
.block input[type="number"]:focus,
.block input[type="email"]:focus,
.block input[type="date"]:focus,
.block select:focus {
  box-shadow: none;
  border-color: var(--purple2);
}
.block select {
  padding: 7px 14px;
}
.block input::-webkit-outer-spin-button,
.block input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.block input[type=number] {
  -moz-appearance: textfield;
}
.block .pound-amount {
  position: relative;
}
.block .pound-amount > span {
  position: absolute;
  top: 28px;
  left: 20px;
  font-weight: 600;
  color: #999;
}
.block .pound-amount input[type="text"] {
  padding-left: 40px;
}
.block .pound-amount.big > span {
  font-size: 20px;
  top: 23px;
}
.block .pound-amount.big input[type="text"],
.block .pound-amount.big input[type="number"] {
  font-size: 24px;
  padding: calc(var(--p) * 1.5) calc(var(--p) * 2);
  width: 220px;
}
.block label {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--black);
  margin-bottom: calc(var(--p) / 2);
  text-align: center;
  justify-content: center;
  line-height: 130%;
}
.block label span.highlight {
  font-weight: 700;
  text-decoration: underline;
  margin: 0 7px;
}
.block label > div {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .block label {
    line-height: 130%;
  }
}
.block .display {
  color: var(--purple);
  font-weight: 600;
  font-size: 1.4rem;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .block .display {
    font-size: 1rem;
  }
}
.block .choose-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: center;
  max-width: 690px;
}
.block .choose-container.choose-vertical {
  max-width: 400px;
  border: 1px solid var(--border);
  border-radius: var(--br);
  padding: 20px;
  gap: 2px;
}
.block .choose-container.choose-vertical .choose {
  width: 100%;
  border-color: transparent;
  text-align: left;
  justify-content: flex-start;
  padding: 10px;
  line-height: 120%;
  height: auto;
  padding-left: 15px;
}
.block .choose-container.choose-vertical .choose:before {
  content: '';
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--border);
  margin-right: 20px;
}
.block .choose-container.choose-vertical .choose:hover {
  border-color: transparent;
}
.block .choose-container.choose-vertical .choose:hover:before {
  background: var(--purple2);
}
.block .choose-container.choose-vertical .choose.selected {
  border-color: var(--purple2);
  background: var(--highlight2);
}
.block .choose-container.choose-vertical .choose.selected:before {
  background: var(--purple2);
  box-shadow: 0 0 0 6px var(--highlight);
}
@media only screen and (max-width: 480px) {
  .block .choose-container {
    width: 100%;
    gap: 5px;
  }
}
.block .choose-container.vehicle-choose .choose {
  flex-direction: column;
  height: 120px;
  gap: 10px;
}
@media only screen and (max-width: 480px) {
  .block .choose-container.vehicle-choose .choose {
    height: 100px;
  }
}
.block .choose-container.vehicle-choose .choose svg {
  height: 50px;
  width: 100px;
}
@media only screen and (max-width: 480px) {
  .block .choose-container.vehicle-choose .choose svg {
    width: 60px;
  }
}
.block .choose-container .choose {
  padding: calc(var(--p) / 1.5) calc(var(--p) * 1);
  color: var(--black);
  border: 2px solid var(--border);
  border-radius: calc(var(--br) / 2);
  font-weight: 500;
  text-align: center;
  transition: 0.2s all ease-out;
  font-size: 14px;
  width: 166px;
  height: 60px;
  align-items: center;
  justify-content: center;
  display: flex;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
@media only screen and (max-width: 480px) {
  .block .choose-container .choose {
    padding: calc(var(--p) / 2) calc(var(--p) / 1.5);
    width: 100px;
    font-size: 14px;
  }
}
.block .choose-container .choose:hover {
  border-color: var(--purple2);
  cursor: pointer;
}
.block .choose-container .choose.selected {
  border-color: var(--purple2);
  color: var(--purple2);
  box-shadow: var(--shadowhighlight);
  cursor: default;
  background: var(--highlight);
}
.block .choose-container.choose-title .choose {
  width: 75px;
}
.block.secondary {
  margin-bottom: 0;
  border-top: 1px solid var(--border);
  padding-top: var(--p);
}
.block.secondary .display {
  color: var(--black);
  font-size: 1rem;
}
.block-table {
  display: flex;
  flex-direction: column;
  gap: var(--p);
}
.block-table .block:not(.secondary) .display {
  font-weight: 700;
  font-size: 2.3rem;
}
@media only screen and (max-width: 480px) {
  .block-table .block:not(.secondary) .display {
    font-size: 2rem;
  }
}
.slider {
  -webkit-appearance: none !important;
  height: 4px;
  background: var(--border);
  border: none;
  outline: none;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  width: 30px;
  height: 30px;
  transition: 0.2s all ease-out;
  background: var(--gradient);
  border-radius: 50%;
  cursor: pointer;
}
.slider::-webkit-slider-thumb:hover {
  background: var(--balloon2);
  transform: scale(1.05);
  box-shadow: var(--shadow2);
}
.pinpad > div {
  height: 50px;
  width: 50px;
  background: var(--balloon);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  border-radius: var(--br);
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
}
.pinpad > div:hover {
  background: var(--balloon2);
  box-shadow: var(--shadow);
}
.apply-arrows-row {
  display: flex;
  margin-bottom: var(--p);
}
.apply-arrows-row .arrow-container {
  position: relative;
  color: var(--purple);
  display: flex;
  height: 70px;
}
.apply-arrows-row .arrow-container > svg {
  height: 100%;
  width: auto;
}
.apply-arrows-row .arrow-container > div {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  height: 100%;
  font-weight: 500;
}
.apply-arrows-row .arrow-container.selected {
  color: var(--white);
}
.apply-arrows-row .arrow-container:last-child > svg {
  transform: translateX(-8px);
}
@media only screen and (max-device-width: 480px) {
  :root {
    --width: 100%;
  }
  body {
    display: block;
  }
  .holding-container {
    grid-template-columns: 1fr;
  }
}
.contact-box {
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 8;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
}
.contact-box.show {
  display: flex;
}
.contact-box > div {
  background: var(--white);
  border-radius: var(--br);
  box-shadow: var(--shadow);
  height: 840px;
  width: 600px;
  z-index: 9;
  max-height: 100vh;
  max-width: 100vw;
  overflow: auto;
  padding: var(--p);
}
.contact-box > div h3 {
  padding: var(--p) var(--p) 0 var(--p);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-box > div h3 .close:before {
  content: '\2715';
  height: 40px;
  width: 40px;
  cursor: pointer;
  font-size: 2rem;
  color: #999;
}
.contact-box > div h3 .close:hover:before {
  color: var(--purple);
}
.contact-box > div iframe {
  height: 726px !important;
}
.representative-example {
  text-align: center;
  font-size: 18px;
  line-height: 140%;
}
@media only screen and (max-width: 480px) {
  .representative-example {
    font-size: 16px;
  }
}
#iframe-container iframe {
  height: 1000px !important;
}
.sitemap li a {
  color: var(--black);
  padding: 10px;
  display: block;
}
ol.standard-list,
ul.standard-list {
  max-width: calc(var(--width) / 1.5);
}
ol.standard-list li,
ul.standard-list li {
  padding-top: var(--p);
  line-height: 140%;
  list-style-type: disc;
}
#components-reconnect-modal {
  display: none !important;
}
.trustpilot-row {
  background: var(--white);
  border-radius: var(--br);
  margin-bottom: var(--p);
  padding: var(--p);
  max-width: var(--width);
  margin: 0 auto var(--p) auto;
}
.thankyou-wrapper {
  display: flex;
  margin: 100px 0;
  gap: 40px;
}
.thankyou-wrapper img {
  height: 300px;
  object-fit: contain;
  width: 300px;
}
.thankyou-wrapper img.carball {
  width: 300px;
  border-radius: 50%;
  object-fit: cover;
}
.thankyou-wrapper h1 {
  line-height: 130%;
  color: var(--purple);
  font-weight: 500;
}
.thankyou-wrapper p {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .thankyou-wrapper {
    flex-direction: column;
    margin: 40px 0;
  }
  .thankyou-wrapper img {
    margin-top: 40px;
  }
}
.social {
  display: flex;
  gap: 20px;
}
.social svg {
  height: 25px;
  width: auto;
}
.social svg path {
  fill: var(--white);
}
.calculator-explanation {
  text-align: center;
  border-bottom: 1px solid var(--border);
  padding-bottom: calc(var(--p) * 2);
  font-weight: 600;
  color: var(--purple);
  line-height: 120%;
}
.whatsapp {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 50px;
  width: 50px;
  transition: 0.2s all ease-out;
}
.whatsapp svg {
  height: 50px;
  width: 50px;
}
.whatsapp:hover {
  transform: scale(1.05);
}
.step-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: calc(var(--p) * 2);
}
.step-container .path {
  width: 1px;
  border-left: 4px dashed var(--border);
  height: 100%;
  position: absolute;
  z-index: 0;
}
.step-container .step {
  border-radius: var(--br);
  padding: calc(var(--p) * 2);
  display: flex;
  gap: 20px;
  max-width: 700px;
  box-shadow: var(--shadow2);
  border: 1px solid var(--border);
  background: var(--white);
  z-index: 2;
}
.step-container .step:nth-child(2),
.step-container .step:nth-child(4) {
  transform: translateX(-20px);
}
@media only screen and (max-width: 480px) {
  .step-container .step:nth-child(2),
  .step-container .step:nth-child(4) {
    transform: none;
  }
}
.step-container .step:nth-child(3),
.step-container .step:nth-child(5) {
  transform: translateX(20px);
}
@media only screen and (max-width: 480px) {
  .step-container .step:nth-child(3),
  .step-container .step:nth-child(5) {
    transform: none;
  }
}
@media only screen and (max-width: 480px) {
  .step-container .step {
    flex-direction: column;
  }
}
.step-container .step .no {
  background: var(--gradient);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  color: var(--white);
  font-weight: 700;
  box-shadow: var(--shadow2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.step-container .step .text p:first-child {
  color: var(--purple);
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 8px;
}
.step-container .step .text p:last-child {
  margin-bottom: 0;
}
.or {
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.call-back-form {
  border-radius: var(--br);
  width: 100%;
  margin-top: 10px;
  padding-bottom: 0;
  background: var(--bs-gray-100);
  border: 2px solid var(--border);
  padding: calc(var(--p) * 2) var(--p) 0 var(--p);
}
@media only screen and (max-width: 480px) {
  .call-back-form {
    width: 100%;
  }
}
.call-back-form > div {
  line-height: 120%;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  color: #333;
  margin-bottom: 35px;
  display: block;
}
.request-container {
  position: relative;
}
.application-header {
  margin: 40px 0;
}
@media only screen and (max-width: 480px) {
  .application-header {
    margin: 10px 0;
  }
}
.application-header h1 {
  display: flex;
  margin: 0;
  font-size: 20px;
  padding: 10px;
  color: var(--purple);
  align-items: center;
}
.application-header h1 > div:first-child {
  flex-grow: 1;
  text-align: left;
}
.application-header h1 .secure {
  font-size: 14px;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 10px;
  background: #eee;
  padding: calc(var(--p) / 3) var(--p);
  border-radius: var(--br);
}
.application-header p {
  font-size: 14px;
  margin-bottom: 10px;
}
.address-reminder {
  background: var(--highlight2);
  background-repeat: var(--br);
  padding: var(--p);
  border-radius: calc(var(--br) / 2);
  margin: var(--p);
  margin-bottom: calc(var(--p) * 2);
  text-align: center;
}
.address-reminder p {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  max-width: 100%;
}
.wizard {
  display: flex;
  border-radius: var(--br);
  margin-bottom: calc(var(--p) * 1);
  box-sizing: border-box;
  padding: 0 5px;
}
.wizard svg {
  height: 26px;
  width: 50px;
}
.wizard > div {
  padding: 5px;
  flex-grow: 1;
  text-align: center;
  background: #eee;
  height: 15px;
}
.wizard > div.selected {
  background: var(--selected) !important;
  font-weight: 600;
  cursor: default;
}
.wizard > div.selected:last-child {
  border-radius: 0 50px 50px 0;
}
.wizard > div:last-child {
  border-radius: 0 50px 50px 0;
}
.wizard > div.done {
  background: var(--purple);
  color: var(--white);
  border-color: var(--purple);
}
.wizard > div:first-child {
  border-radius: 50px 0 0 50px;
}
@media only screen and (max-width: 480px) {
  .wizard > div {
    font-size: 10px;
    padding: 10px;
  }
  .wizard svg {
    height: 26px;
  }
}
.subheader {
  display: flex;
  justify-content: center;
  gap: 20px;
  background: #f8f8f8;
}
.subheader svg {
  height: 18px;
}
.subheader svg path {
  fill: var(--purple);
}
.subheader > div {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  gap: 5px;
}
@media only screen and (max-width: 480px) {
  .subheader {
    display: none;
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .subheader > div {
    font-size: 12px;
    padding: 0px;
  }
  .subheader > div:nth-child(4) {
    display: none;
  }
}
.not-sure-button {
  border-radius: 100px;
  padding: 10px 20px;
  color: var(--purple2);
  display: inline-flex;
  margin-bottom: 5px;
  font-weight: 600;
  background: var(--highlight2);
}
.not-sure-button:hover {
  background: var(--purple2);
  color: #fff;
  cursor: pointer;
}
.not-sure-info {
  margin-bottom: 10px;
  padding: 20px 30px;
  font-size: 14px;
  background: var(--highlight2);
  border-radius: var(--br);
  color: var(--purple2);
  line-height: 120%;
  text-align: center;
  transform: translateY(-20px);
  font-weight: 600;
  max-width: 662px;
  margin: 0 auto;
}
.dob-container {
  display: flex;
  gap: 10px;
}
.dob-container select {
  border: 1px solid var(--border);
  transition: 0.2s all ease-out;
  border: 2px solid var(--border);
  border-radius: var(--br);
  font-weight: 600;
  height: 48px;
  font-size: 1rem;
  padding: 0px 10px;
  width: 50%;
}
.suggestions {
  display: flex;
  grid-column: 1 / -1;
  flex-direction: column;
  border: 2px solid var(--border);
  max-height: 300px;
  overflow: auto;
}
.suggestions > * {
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px solid var(--border);
}
.suggestions > *:last-child {
  border-bottom: none;
}
.suggestions > *:hover {
  background: var(--purple);
  color: var(--white);
  cursor: pointer;
}
.suggestion-title {
  background: #eee;
  grid-column: 1 / -1;
  padding: 10px;
  font-weight: 600;
}
.search-address {
  background: var(--highlight2);
  padding: var(--p);
  border-radius: calc(var(--br) / 2);
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 90px;
  gap: 10px;
  max-width: 400px;
}
.search-address > input {
  margin-bottom: 0;
  text-transform: uppercase;
}
.search-address > input::placeholder {
  color: var(--highlight3);
}
.info-box {
  background: #f8f8f8;
  border-radius: var(--br);
  padding: 40px;
  margin-bottom: 20px;
  border: 1px solid var(--border);
}
.info-box div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.info-box div input[type="checkbox"] {
  margin-top: 0;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.info-box div label {
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .info-box div label {
    font-size: 14px;
  }
}
.dobs {
  display: grid;
  gap: 10px;
  grid-template-columns: 0.7fr 0.7fr 1fr;
  margin-bottom: 10px;
  width: 500px;
}
@media only screen and (max-width: 480px) {
  .dobs {
    width: 100%;
    padding: 0 20px;
  }
}
.minus-button,
.add-button {
  padding: 14px;
  border: 2px solid var(--border);
  border-radius: calc(var(--br) / 2);
  font-size: 34px;
  text-align: center;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 60px;
  margin-top: 3px;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
.minus-button:hover,
.add-button:hover {
  background: var(--purple);
  color: #fff;
}
.minus-button:hover svg path,
.add-button:hover svg path,
.minus-button:hover svg rect,
.add-button:hover svg rect {
  fill: #fff;
}
.pound-plus-minus {
  display: flex;
  gap: 10px;
  touch-action: manipulation;
}
input[type='range'] {
  width: 80px;
  -webkit-appearance: none;
  background-color: #eee;
}
input[type='range']::-webkit-slider-runnable-track {
  height: 10px;
  -webkit-appearance: none;
  color: #13bba4;
  margin-top: -1px;
}
input[type='range']::-webkit-slider-thumb {
  width: 30px;
  -webkit-appearance: none;
  cursor: pointer;
  height: 30px;
  background: var(--purple);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), 0 0 0 4px white, inset 0 5px 0 0 rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translateY(-10px);
}
input[type='range']::-webkit-slider-thumb:hover {
  background: var(--purple2);
}
.block.range {
  padding-bottom: 60px;
}
.block.range label {
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .block.range {
    padding-bottom: 40px;
  }
}
.block.range > div {
  display: flex;
  width: 400px;
  gap: 20px;
  justify-content: center;
}
.block.range > div span {
  width: 50px;
}
.block.range > div input {
  width: 200px;
  flex-grow: 0;
  flex-shrink: 0;
}
.communications {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 11px;
  width: 250px;
}
.communications > div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.communications > div input {
  width: 20px;
  margin: 0;
  height: 20px;
  flex-shrink: 0;
}
.communications > div label {
  margin: 0;
  font-size: 14px;
  margin-top: 3px;
  text-align: left;
  font-weight: 600;
}
.checking-approved {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-direction: column;
}
.checking-approved h3 {
  margin-bottom: 0;
  text-align: center;
}
.checking-approved p {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .checking-approved p {
    width: 80%;
  }
}
/* Define the style of the loading bar container */
.loading-bar {
  width: 300px;
  height: 30px;
  border: 2px solid var(--purple);
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .loading-bar {
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
/* Define the style of the loading bar progress */
.loading-bar-progress {
  width: 0%;
  height: 100%;
  background-color: var(--purple);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  /* Use animation to make the progress increase over time */
  animation-name: loading;
  animation-duration: 33s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
/* Define the keyframes for the animation */
@keyframes loading {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.message-container {
  margin: auto;
  margin-bottom: 40px;
}
.message {
  opacity: 0;
  animation: fadeMessage 6s ease-in-out forwards;
  text-align: center;
  color: var(--purple);
  font-weight: 600;
  height: 0px;
}
@keyframes fadeMessage {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.message:nth-child(2) {
  animation-delay: 7s;
}
.message:nth-child(3) {
  animation-delay: 14s;
}
.message:nth-child(4) {
  animation-delay: 21s;
}
.message:nth-child(5) {
  animation-delay: 28s;
}
main.quick-apply section {
  padding: 0px;
  border: 1px solid var(--border);
  margin-bottom: 20px;
  border-radius: calc(var(--br) / 2);
}
@media only screen and (max-width: 480px) {
  main.quick-apply section {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    border-top: 1px solid var(--border);
  }
}
main.quick-apply section h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: #f8f8f8;
  border-radius: calc(var(--br) / 2);
  color: var(--purple2);
  padding: 12px 20px;
  margin: 20px 20px 0 20px;
}
main.quick-apply section .block {
  border-bottom: 1px solid var(--border);
  padding: 20px 40px;
}
main.quick-apply section .block .combine-container {
  max-width: 315px;
}
main.quick-apply section .block.nbb {
  border-bottom: none;
}
main.quick-apply section .block.bad {
  box-shadow: inset 5px 0px 0 0 hsl(0, 97%, 42%);
}
main.quick-apply section .block.bad input[type="text"],
main.quick-apply section .block.bad input[type="tel"],
main.quick-apply section .block.bad input[type="email"],
main.quick-apply section .block.bad input[type="number"],
main.quick-apply section .block.bad input[type="date"],
main.quick-apply section .block.bad select {
  background: hsl(0, 84%, 90%);
  border: 2px solid hsl(0, 97%, 42%);
}
main.quick-apply section .block.bad .validation-message {
  background: transparent;
  padding: 0px;
  border-radius: 0px;
}
main.quick-apply section .block .communications label {
  font-weight: 600;
}
main.quick-apply section .block label {
  margin-bottom: 2px;
}
main.quick-apply section .block input[type="text"],
main.quick-apply section .block input[type="tel"],
main.quick-apply section .block input[type="email"],
main.quick-apply section .block input[type="number"],
main.quick-apply section .block input[type="date"],
main.quick-apply section .block select {
  height: 44px;
  margin-bottom: 0;
  border-color: var(--purple2);
  background: var(--highlight2);
  border-radius: calc(var(--br) / 3);
  box-shadow: var(--shadowhighlight);
  padding: calc(var(--p) / 3) calc(var(--p) / 2);
}
main.quick-apply section .block .choose-container.vehicle-choose .choose {
  height: 120px;
}
main.quick-apply section .block .choose-container .choose {
  height: 52px;
  border-radius: calc(var(--br) / 3);
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
@media only screen and (max-width: 480px) {
  main.quick-apply section .block .choose-container .choose {
    font-size: 12px;
  }
}
main.quick-apply section .block .choose-container .choose.selected {
  background: var(--highlight2);
}
@media only screen and (max-width: 480px) {
  main.quick-apply section .block .choose-container .choose {
    width: 32%;
  }
}
main.quick-apply section .block .choose-container.choose-vertical {
  border: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  main.quick-apply section .block .choose-container.choose-vertical .choose {
    width: 100%;
  }
}
main.quick-apply section .block .dobs {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  main.quick-apply section .block .dobs {
    padding: 0px;
  }
}
@media only screen and (max-width: 480px) {
  main.quick-apply section .block {
    padding: 30px 20px;
  }
}
main.quick-apply section .block.bad .validation-message {
  margin: 10px 0 0 0;
}
main.quick-apply section .block .address .search-address {
  background: #f8f8f8;
}
main.quick-apply section .block .address .explanation {
  padding: 0px 0px 10px 0px;
}
main.quick-apply section .block:last-child {
  border-bottom: none;
}
main.quick-apply .calc-link {
  background: #f8f8f8;
  padding: 20px 40px 20px 40px;
  margin-top: 0;
  border-radius: 0 0 calc(var(--br) / 2) calc(var(--br) / 2);
}
main.quick-apply .calc-link p {
  margin-bottom: 0;
}
main.quick-apply .not-sure-info {
  transform: none;
  background: #f8f8f8;
  margin-top: 10px;
  border-radius: calc(var(--br) / 3);
  color: black;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
main.quick-apply .not-sure-button {
  color: black;
  background: var(--highlight2);
  color: var(--purple2);
  font-size: 14px;
  margin-top: 10px;
  border-radius: calc(var(--br) / 3);
}
main.quick-apply .not-sure-button:hover {
  background: var(--highlight);
  text-decoration: underline;
}
main.quick-apply .minus-button,
main.quick-apply .add-button {
  padding: 11px;
  margin-top: 10px;
  height: 45px;
}
